﻿@media (min-width: 992px) {
    .app-header-primary {
        height: 60px;
    }

    .app-header-secondary {
        height: 60px;
    }

    [data-kt-app-header-stacked=true] .app-header {
        flex-direction: column;
        height: 120px;
    }
}

@media (max-width: 991.98px) {
    .app-footer {
        height: 165px;
    }
}

@media (min-width: 992px) {
    .app-footer {
        height: 80px;
    }
}

.form-control-lg {
    border-radius: 13px !important;
    border: none;
}

.az-bx-sh {
    border: 2px solid #1d4fa4;
    border-radius: 15px;
}

.card-backcontent {
    background: none;
}



.slide-container {
    /*   max-width: 1120px;*/
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    /*  margin: 0 60px;*/
    overflow: hidden;
    border-radius: 25px;
}

.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 10px;
    padding: 0 2.25rem;
    padding-left: 2.25rem;
    background-color: transparent;
    border-bottom: 1px solid #EFF2F5;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}

    .overlay::before,
    .overlay::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -40px;
        height: 40px;
        width: 40px;
        background-color: #4070F4;
    }

    .overlay::after {
        border-radius: 0 25px 0 0;
        background-color: #FFF;
    }

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

    .card-image .card-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 50%;
        border: 4px solid #4070F4;
    }

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .button:hover {
        background: #265DF2;
    }

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

    .swiper-navBtn:hover {
        color: #a41d20;
    }

    .swiper-navBtn::before,
    .swiper-navBtn::after {
        font-size: 35px;
    }

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

.swiper {
    margin-top: 35px;
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}

.az-card {
    width: 313px;
    height: 150px;
    padding: 2rem 2.25rem !important;
}

.az-st {
    background: url('../../images/slide/st.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}

.az-rd {
    background: url('../../images/slide/rd.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}

.az-sto {
    background: url('../../images/slide/sto.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}

.az-yt {
    background-image: url('../../images/slide/yt.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}

.az-stnbtc {
    background-image: url('../../images/slide/stnbtc.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}

.az-h3-color {
    color: #f68b5f !important
}

#btn-smart-quiz {
    /*   font-size: 18px;
    background-image: linear-gradient(to right,#eb8075 40%,#e58036 80%,#ff6000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    background-image: linear-gradient(to right, rgb(76, 184, 196), rgb(60, 211, 173));
}

.card-spacer > div {
    width: 95%;
}

.az-bt {
    background-color: #a41d20;
    color: #fff;
}

    .az-bt:hover {
        color: #fff;
    }

.swiper-button-next, .swiper-button-prev {
    background: #cecece;
    padding: 25px;
    border-radius: 25px;
    opacity: 0.5;
    color: #fff !important;
}

    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 20px !important;
    }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0px !important;
}

.az-bt-solid-color {
    border-bottom: 2px solid #a41d20;
    padding-bottom: 15px;
}

.swiper-navBtn {
    opacity: 0;
}

.slide-content:hover + .swiper-navBtn {
    opacity: 0.8;
}

    .slide-content:hover + .swiper-navBtn + .swiper-navBtn {
        opacity: 0.8;
    }

.swiper-navBtn:hover {
    opacity: 0.8;
}

.card-spacer > h3 {
    background-image: linear-gradient(to right,#f8ab5e 0,#f36961 20%,#a176c8 40%,#759beb 60%,#65beb3 80%,#70db96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.symbol-label.bg-primary {
    background-color: #3699FF;
    color: #FFFFFF;
}

.symbol-label.bg-light-primary {
    background-color: #E1F0FF;
    color: #3699FF;
}

.symbol-label.bg-secondary {
    background-color: #E4E6EF;
    color: #3F4254;
}

.symbol-label.bg-light-secondary{
    background-color: #EBEDF3;
    color: #E4E6EF;
}

.symbol-label.bg-success{
    background-color: #1BC5BD;
    color: #ffffff;
}

.symbol-label.bg-light-success{
    background-color: #C9F7F5;
    color: #1BC5BD;
}

.symbol-label.bg-info{
    background-color: #8950FC;
    color: #ffffff;
}

.symbol-label.bg-light-info{
    background-color: #EEE5FF;
    color: #8950FC;
}

.symbol-label.bg-warning{
    background-color: #FFA800;
    color: #ffffff;
}

.symbol-label.bg-light-warning{
    background-color: #FFF4DE;
    color: #FFA800;
}

.symbol-label.bg-danger{
    background-color: #F64E60;
    color: #ffffff;
}

.symbol-label.bg-light-danger{
    background-color: #FFE2E5;
    color: #F64E60;
}

.symbol-label.bg-light{
    background-color: #F3F6F9;
    color: #7E8299;
}
.symbol-label.bg-light-light{
    background-color: #F3F6F9;
    color: #F3F6F9;
}

.symbol-label.bg-dark{
    background-color: #181C32;
    color: #ffffff;
}

.symbol-label.bg-light-dark{
    background-color: #D1D3E0;
    color: #181C32;
}

.symbol-label.bg-white{
    background-color: #ffffff;
    color: #3F4254;
}

.symbol-label.bg-light-white{
    background-color: #ffffff;
    color: #ffffff;
}