:root {
    --swiper-theme-color: var(--bs-primary)
}

.text-facebook {
    color: #4267b2 !important
}

.text-twitter {
    color: #1da1f2 !important
}

.bg-black {
    background-color: #000;
}

.nunito-sans {
    font-family: 'Nunito Sans'
}

.text-whatsapp {
    color: #4ac959 !important
}

.text-line {
    color: #00c300 !important
}

.modal-backdrop-custom {
    --bs-backdrop-zindex: 10;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop-custom.show {
    opacity: var(--bs-backdrop-opacity);
    display: flex !important
}

.comment {
    height: 50vh
}

.progressbar {
    counter-reset: step
}

.progressbar li {
    list-style: none;
    display: inline-block;
    width: 32%;
    position: relative;
    text-align: center;
    color: #6b7280
}

.progressbar li:before {
    width: 48px;
    height: 48px;
    content: "";
    line-height: 48px;
    border: 2px solid #6b7280;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: var(--bs-white);
    content: counter(step);
    counter-increment: step;
    font-weight: 600
}

.progressbar li:after {
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    background-color: #c8cdd6;
    top: 24px;
    left: -50%;
    z-index: 0
}

.progressbar li:first-child:after {
    content: none
}

.progressbar li.active {
    color: var(--bs-black)
}

.progressbar li.active span {
    color: var(--bs-primary);
    font-weight: 700
}

.progressbar li.active:before {
    color: var(--bs-white);
    border-color: var(--bs-primary);
    background: var(--bs-primary)
}

.progressbar li.active+li:after {
    background-color: var(--bs-primary)
}

.progressbar li.active.checked:before {
    color: transparent;
    background-image: url(../img/icon/check.png);
    background-position: center;
    background-repeat: no-repeat
}

.card-selected {
    color: var(--bs-primary) !important;
    background-color: #dff1f5 !important;
    border: 1.5px solid var(--bs-primary) !important
}

.card-selected-warning {
    background-color: #fffaf0 !important;
    border: 1.5px solid var(--bs-secondary) !important
}

.card-selected-danger {
    color: var(--bs-danger) !important;
    background-color: #ffe6e8 !important;
    border: 1.5px solid var(--bs-danger) !important
}

@media(max-width:991.98px) {
    .progressbar li {
        font-size: 13px
    }

    .progressbar li:before {
        width: 36px;
        height: 36px;
        line-height: 34px
    }

    .progressbar li:after {
        top: 18px;
        height: 2px
    }
}

@media(max-width:575.98px) {
    .progressbar li:after {
        top: 16px
    }

    .service-explain {
        color: var(--bs-primary) !important;
        background-color: #dff1f5 !important;
        border: 1.5px solid var(--bs-primary) !important
    }
}

.modal.auth.register-step .modal-body .progressbar {
    margin-bottom: 48px
}

.modal.auth.register-step .modal-body .progressbar li {
    width: 24%
}

@media(max-width:991.98px) {
    .modal.auth.register-step .modal-body {
        width: 100% !important
    }
}

.swiper-pagination-bullet {
    width: 24px;
    height: 5px;
    border-radius: 14px
}

.categories {
    gap: 16px;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    padding-bottom: 16px;
    justify-content: start
}

.categories::-webkit-scrollbar {
    width: 10px;
    height: 6px
}

.categories::-webkit-scrollbar-track {
    border-radius: 100px;
    background-color: var(--bs-second)
}

.categories::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: var(--bs-primary)
}

.categories .btn-primary {
    min-width: fit-content;
    user-select: auto !important
}

.categories .btn-secondary {
    min-width: fit-content;
    user-select: auto !important
}

.categories .btn-primary:active,
.categories .btn-primary:focus,
.categories .btn-primary:hover {
    box-shadow: 0 0 6px 2px transparent !important
}

.categories .btn-primary.unselected {
    color: var(--bs-primary);
    background-color: var(--bs-second);
    border-color: var(--bs-second)
}

.categories .btn-primary.unselected:hover {
    color: var(--white) !important;
    background-color: var(--bs-primary) !important
}

.categories div {
    min-width: fit-content
}

.no-shadow {
    box-shadow: none
}

.btn-floating {
    width: 76px;
    height: 76px;
    border-radius: 100%;
    background-color: var(--bs-white);
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--bs-primary);
    z-index: 1000
}

.btn-floating img {
    width: 36px;
    height: 36px
}

.btn-floating i {
    color: var(--bs-primary);
    font-size: 32px
}

@media(max-width:991.98px) {
    .btn-floating {
        width: 64px;
        height: 64px;
        border: 2px solid var(--bs-primary)
    }

    .btn-floating img {
        width: 28px;
        height: 28px
    }

    .btn-floating i {
        font-size: 28px
    }
}

@media(max-width:767.98px) {
    .btn-floating {
        width: 48px;
        height: 48px;
        border: 1px solid var(--bs-primary)
    }

    .btn-floating i {
        font-size: 24px
    }
}

.actions {
    gap: 16px;
    display: flex;
    font-size: 1rem;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    top: 24px;
    position: sticky
}

.btn.btn-xl.btn-icon-only,
.btn-group-xl>.btn.btn-icon-only {
    width: 4rem;
    height: 4rem;
    padding: 1rem
}

.btn.btn-xl i,
.btn-group-xl>.btn i {
    font-size: 1.5rem;
    position: relative;
    top: 3px
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-primary);
    background-color: var(--bs-second);
    border: 1.5px solid var(--bs-primary)
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #d2d6da;
    border-radius: .5rem;
    cursor: text;
    -moz-padding-start: calc(0.75rem - 3px);
    padding: .5rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4rem;
    position: relative
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #fff;
    background-color: #002b46
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-image: linear-gradient(310deg, #002b46 0%, #3497c2 100%);
    color: #fff;
    padding: 2px 0 2px 10px;
    border: none;
    margin-top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    position: relative;
    float: right;
    border: none;
    margin: 0 8px
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    box-shadow: none
}

.nav.nav-tab-custom {
    background: 0 0 !important;
    border-radius: 0 !important
}

.nav.nav-tab-custom .nav-link.active {
    border-radius: .75rem 0 0 .75rem !important;
    border-right: 4px solid #095e8f !important;
    background-color: #dff1f5 !important;
    background-image: none;
    color: #000
}

@media(max-width:768px) {
    .banner-slide-1 .col-lg-7 {
        margin-top: 26rem !important
    }

    .banner-slide-1 {
        background-image: url(../img/banner/slide-1-mobile.webp);
        min-height: 90vh !important
    }

    .banner-slide-2 .container {
        min-height: 50vh !important
    }

    .banner-slide-2 .col-lg-6 {
        min-height: 50vh !important
    }

    .banner-slide-2 h1 {
        font-size: calc(1.5rem)
    }

    .banner-slide-2 .lead {
        font-size: 1rem
    }

    .banner-slide-2 a {
        margin-top: auto !important;
        margin-right: auto !important;
        margin-left: auto !important
    }

    .banner-slide-2 p {
        font-size: calc(1.5rem)
    }

    .banner-slide-2 {
        background-image: url(../img/banner/slide-2-mobile.webp);
        min-height: 90vh !important
    }

    .banner-slide-3 .col-lg-7 {
        margin-top: 26rem !important
    }

    .banner-slide-3 {
        background-image: url(../img/banner/slide-3-mobile.webp);
        min-height: 90vh !important
    }
}

@media(min-width:768px) {

    .banner-slide-1,
    .banner-slide-2,
    .banner-slide-3 a {
        margin-right: auto !important
    }

    .banner-slide-1 .col-lg-7 {
        margin-top: 18rem !important
    }

    .banner-slide-1 {
        background-image: url(../img/banner/slide-1-desktop.webp);
        min-height: 90vh !important
    }

    .banner-slide-2 h1 {
        font-size: calc(2rem)
    }

    .banner-slide-2 .lead {
        font-size: 1.2rem
    }

    .banner-slide-2 a {
        margin-top: auto !important;
        margin-right: auto !important;
        margin-left: auto !important
    }

    .banner-slide-2 {
        background-image: url(../img/banner/slide-2-desktop.webp);
        min-height: 90vh !important
    }

    .banner-slide-3 .col-lg-7 {
        margin-top: 18rem !important
    }

    .banner-slide-3 {
        background-image: url(../img/banner/slide-3-desktop.webp);
        min-height: 90vh !important
    }
}

@media(min-width:1368px) {

    .banner-slide-1,
    .banner-slide-2,
    .banner-slide-3 a {
        margin-right: auto !important
    }

    .banner-slide-1 .col-lg-7 {
        margin-top: 22rem !important
    }

    .banner-slide-1 {
        background-image: url(../img/banner/slide-1-desktop.webp);
        min-height: 90vh !important
    }

    .banner-slide-2 {
        background-image: url(../img/banner/slide-2-desktop.webp);
        min-height: 90vh !important
    }

    .banner-slide-3 .col-lg-7 {
        margin-top: 22rem !important
    }

    .banner-slide-3 {
        background-image: url(../img/banner/slide-3-desktop.webp);
        min-height: 90vh !important
    }
}

.checkbox-yellow {
    accent-color: #daa21c;
}

.pagination>.active>.page-link {
    color: white;
    border-color: white;
    background-image: linear-gradient(to right, #025fa4, #1564aa, #216ab0, #2a6fb7, #3375bd, #3a7ac3, #4180c8, #4885ce, #4f8bd4, #5790db, #5e96e1, #659ce8);
}

#cards-container::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}


#cards-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(104, 140, 240, 0.3);
}

#cards-container::-webkit-scrollbar-thumb {
    background-color: lightblue;
    outline: 1px solid slategrey;
}
.hover-zoom {
    transition: transform .5s;
    /* Animation */
}

.hover-zoom:hover {
    transform: scale(1.15) !important;
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}