body {
    font-family: Inter;
    font-size: 16px;
    color:#212225;
}

a {
    text-decoration: none !important;
}

.c-primary {
    color: #2C69A7 !important;
}
.fs-16px{
    font-size: 16px !important;
}
.bg-primary {
    background-color: #2C69A7 !important;
}

.shadow-product {
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
}

.navbar-custom {
    background-color: #F2F2F7 !important;
    padding: 5px 5px;
    position: sticky;
    top: 0;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
}

@media(min-width:992px) {
    .navbar-custom .nav-item {
        vertical-align: middle;
        display: flex;
        align-items: center;
    }
}

.navbar-custom .nav-item a {
    color: #2C69A7 !important;
    font-weight: 600;
    background-color: #F2F2F7 !important;
    font-size: 15px;
}

.navbar-custom .nav-item .dropdown-menu {
    padding: 0 !important;
}

.navbar-custom .nav-item .dropdown-menu a {
    color: black !important;
    font-weight: normal;
    background-color: #F2F2F7 !important;
    padding: 5px 5px;
    border-bottom: 1px #2C69A7 solid;
    font-size: 14px;
}

@media(min-width:992px) {
    .nav-item-spesial-deals {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .nav-item-spesial-deals a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.navbar-custom .nav-item {
    padding: 0 10px;
}

.navbar-custom .show-nav-mobile {
    display: none;
}

.form-nav {
    border: 1px #00539B solid;
    padding: 5px 5px;
    color: #00539B;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px;
    width: 250px;
    outline: none !important;
    font-size: 14px;
}

.form-nav input {
    outline: none !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 14px !important;
}

@media(max-width:991px) {
    .hide-on-mobile {
        display: none !important;
    }

    .navbar-custom .show-nav-mobile {
        display: flex !important;
    }

    .navbar-custom {
        background-color: #fff !important;
    }

    .navbar-custom .nav-item a {
        color: #2C69A7 !important;
        font-weight: 500;
        color: black !important;
        padding: 15px 0;
        border-bottom: 1px #ddd solid;
        background-color: #fff !important;
        font-size: 16px;
    }

    .navbar-custom .navbar-collapse {
        height: 91.4vh;
        overflow: auto;
    }
}

.title-section {
    font-size: 24px;
    color: #00529C;
    font-weight: 500;
}

.subtitle-section {
    font-size: 16px;
    color: #00529C;
    font-weight: 400;
}


/* galery */
.wrap-gallery::-webkit-scrollbar {
    scrollbar-width: none !important;
    display: none !important;
}

.wrap-gallery {
    -ms-overflow-style: none !important;
    /* IE and Edge */
    scrollbar-width: none !important;
    /* Firefox */
}

footer {
    background-color: #d6eafa;
    padding: 50px 0;
}

.footer-title {
    font-weight: 600;
    font-size: 26px;
    color: #00539B;
}

.footer-link {
    color: #00539B;
    width: 100%;
    text-decoration: none !important;
}

footer ul {
    list-style-type: none;
    padding: 0 !important;
}

footer ul li {
    padding: 5px 0 !important;
    margin: 0 !important;
}

.product-box {
    border-radius: 15px;
    border: 1px #f2f2f2 solid;
}

.product-box img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /* min-height: 200px; */
    width: 100%;
    position: relative;
}

.accordion-custom .accordion-item {
    border: 0 !important;
}

.accordion-custom .accordion-button {
    outline: none !important;
    font-weight: 600;
    border-bottom: 1px #dee2e6 solid;
    box-shadow: unset !important;
}

.accordion-custom .accordion-button:not(.collapsed) {
    color: #00539B !important;
    background: #fff !important;
    border-bottom: 0 !important;

}

.accordion-custom .accordion-collapse.show {
    border-bottom: 1px #dee2e6 solid !important;
}

.accordion-custom .accordion-body {
    color: #00539B !important;
}



.news-filter {
    background-color: #fff;
    color: #00539B;
    border: 1px #00539B solid;
    width: auto;
    min-width: 250px;
    padding: 15px 10px;
    border-radius: 10px;
    text-align: center;
    transition: 0.5s;
}

.news-filter.active,
.news-filter:hover {
    background-color: #00539B !important;
    color: #fff !important;
}

@media(max-width:991px) {
    .news-group {
        align-items: center;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
    }

    .news-filter {

        min-width: 120px !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        min-height: 50px;
        padding: 5px 5px !important;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

.packet-filter {
    background-color: #fff;
    color: #00539B;
    border: 1px #00539B solid;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding: 15px 10px;
    border-radius: 10px;
    transition: 0.5s;
}

.packet-filter.active,
.packet-filter:hover {
    background-color: #00539B !important;
    color: #fff !important;
}

.option-packet {
    border: 1px #00539B solid;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 15px;
    color: black;
}

.option-packet:hover {
    background-color: #00539B !important;
    color: #fff !important;
}

.badge-packet {
    background-color: #fff !important;
    border: 1px #00539B solid;
    ;
    color: #00539B !important;
    padding: 5px;
    text-align: center;
    width: 120px;
    font-size: 12px;
    border-radius: 5px;
}

.table-custom thead tr th {
    background: #2C69A7;
    padding: 20px 10px;
    color: #fff;
    font-weight: 600;
}

.table-custom>:not(caption)>*>* {
    border: 2px #2C69A7 solid !important;
    padding: 15px 10px;
}

.slider-paket .slick-prev {
    position: absolute;
    right: 45px;
    top: -50px;
    border: 0 !important;
    outline: none !important;
    box-shadow: unset !important;
    background-color: transparent !important;
}

.slider-paket .slick-next {
    position: absolute;
    right: 10px;
    top: -50px;
    border: 0 !important;
    outline: none !important;
    box-shadow: unset !important;
    background-color: transparent !important;
}

.slider-paket-terbatas .slick-prev {
    position: absolute;
    right: 45px;
    top: -50px;
    border: 0 !important;
    outline: none !important;
    box-shadow: unset !important;
    background-color: transparent !important;
}

.slider-paket-terbatas .slick-next {
    position: absolute;
    right: 10px;
    top: -50px;
    border: 0 !important;
    outline: none !important;
    box-shadow: unset !important;
    background-color: transparent !important;
}

.match-result .title-club {
    font-size: 12px !important;
}


.match-result .time {
    font-size: 12px !important;
}


@media(max-width:991px) {
    .title-match {
        font-size: 17px !important;
        color: #00529C !important;
    }

    .subtitle-match {
        font-size: 15px !important;
        color: #00529C !important;
    }

    .btn-dropdown-match {
        background-color: #f2f2f2 !important;
        color: black !important;
        border: 0 !important;
        padding: 5px !important;
        margin-top: 10px;
    }

    .btn-dropdown-match .title {
        font-size: 11px !important;
    }

    .btn-dropdown-match .subtitle {
        font-size: 13px !important;
    }

    .group-match {
        padding: 10px 0 !important;
    }

    .match-box {
        background: #fff !important;
        min-height: unset !important;
    }

    .match-result-group {
        padding: 0 0 !important;
    }

    .group-match .dropdown-item {
        font-size: 13px !important;
    }

    .group-match .subtitle-section {
        font-size: 12px !important;
    }

    .group-match .sub-group-match {
        width: 50% !important;
    }

    .group-match .text {
        font-size: 14px !important
    }

    .group-match img {
        width: 30px !important;
    }

    .match-result .title-club {
        color: black !important;
        font-weight: 500 !important;
        font-size: 11px !important;
    }

    .match-result .image-club {
        width: 20px !important;
        height: 20px !important;
    }

    .match-result .match-result-element {
        background-color: #f2f2f2 !important;
        padding: 5px !important;
        border: 0 !important;
        justify-content: center !important;
    }

    .match-result .time {
        border: 1px black solid;
        font-weight: 500 !important;
        background-color: #fff;
        padding: 5px 0 !important;
        text-align: center;
        font-size: 10px !important;
        color: black !important;
    }
}

.show-on-mobile {
    display: none !important;
}

@media(max-width:991px) {
    .show-on-mobile {
        display: block !important;
        width: 100%;
    }

    .show-on-desktop {
        display: none !important;
    }
}


.accordion-custom-2 .accordion-button {
    border-bottom: 2px black solid;
}

.accordion-custom-2 .accordion-body {
    border-bottom: 2px black solid;
}

.modal {
    z-index: 99999 !important;
}

.height-modal-receiver {
    border-right: 1px black solid !important;
    height: 430px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body {
    background-color: #fff !important;
}

.modal-body-receiver {
    padding: 0 !important;
}

@media(max-width:991px) {
    .modal-body-receiver {
        padding: 15px !important;
    }

    .height-modal-receiver img {
        width: 100% !important;
        max-width: 300px !important;
    }

    .height-modal-receiver {
        padding: 15px;
        background-color: #fff !important;
        height: unset !important;
        border: 0 !important;
    }
}

.btn-close-modal-custom {
    background-color: #fff;
    border-radius: 100px;
    width: 45px;
    border: 0 !important;
    outline: none !important;
    position: absolute;
    right: -10px;
    top: -10px;
    height: 45px;
    font-size: 28px;

    color: black !important;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
}

.gallery img {
    width: 200px !important;
}

@media(max-width:991px) {
    .gallery img {
        width: 150px !important;
    }
}

@media(max-width:480px) {
    .gallery img {
        width: 130px !important;
    }
}

.title-section {
    font-weight: bold;
}

@media(max-width:991px) {
    .title-section {
        font-size: 15px !important;
    }

    .subtitle-section {
        font-size: 12px !important;
    }
}

.width-slider-packet {
    width: 310px !important;
}

@media(max-width:420px) {
    .width-slider-packet {
        width: 280px !important;
    }
}

@media(max-width:991px) {
    .product-box img {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        min-height: unset !important;
        width: 100%;
        position: relative;
    }

    .packet-filter {
        font-size: 11px !important;
        padding: 5px !important;
        min-width: 110px;
        margin-right: 10px !important;
        margin-bottom: 0 !important;
    }
}

.rounded-special-deals {
    border-radius: 15px !important;
}

.navbar-custom .navbar-nav .nav-item .dropdown-toggle::after {
    display: none !important;
}

@media(max-width:991px) {
    .navbar-custom {
        padding: 0 !important;
    }

    .navbar-custom .container {
        padding: 0 !important;
        max-width: 100% !important;
    }

    .show-nav-mobile {
        padding: 15px 15px !important;
    }

    .navbar-custom .navbar-nav .nav-item {
        padding: 0 !important;
    }

    .navbar-custom .navbar-nav .nav-item a {
        padding: 10px 20px;
        font-size: 14px !important;
        font-weight: bold !important;
    }

    .navbar-custom .nav-item .dropdown-menu a {
        background: #f2f2f2 !important;
        border: 0 !important;
        font-size: 12px !important;
        color: black !important;
        font-weight: 500 !important;
    }

    .border-bottom-mobile-nav {
        border-bottom: 2px #ddd solid;
    }

    .navbar-custom .nav-item .dropdown-toggle .icon-dropdown {
        position: absolute;
        right: 15px;
        font-size: 18px;
        top: 10px;
    }

    .navbar-custom .nav-item .dropdown-toggle.show {
        color: #2C69A7 !important;
    }

    .navbar-custom .nav-item .dropdown-menu {
        margin: 0 !important;
        border: 0 !important;
    }

    .footer-title {
        font-size: 14px !important;
        font-weight: bold !important;
    }

    footer ul {
        font-size: 12px !important;
    }

    footer a img {
        width: 15px !important;
    }
}


.carousel__pagination-button--active::after {
    background-color: #2C69A7;
    color: #2C69A7;
}

.cs-floating {
    position: fixed;
    bottom: 25px;
    right: 25px;
    color: #00529C !important;
    display: flex;
    align-items: center;
    z-index: 2;
}

.cs-floating img {
    margin-left: 15px;
    width: 92px;
    height: 92px;
    border-radius: 100px;
}

.cs-floating .box {
    border-radius: 17.3244px 17.3244px 0px 17.3244px;
    width: 150px;
    font-size: 13px;
    font-weight: 500;
    padding: 15px;
    width: 180px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
}

@media(max-width:991px) {
    .cs-floating img {
        width: 55px;
        height: 55px;
    }

    .cs-floating .box {
        width: 125px !important;
        font-size: 10px !important;
        padding: 10px;
    }

}

.btn-option-packet {
    padding: 5px;
    font-size: 12px;
    border: 1px #2C69A7 solid !important;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #2C69A7 !important;
}

.btn-option-packet:hover,
.btn-option-packet.active {
    background-color: #2C69A7 !important;
    color: #fff !important;
}

button:disabled {
    border: 1px #ddd solid !important;
    color: #ddd !important;
    background: white !important;
}

.note-shadow {
    /* Frame 1321316475 */

    width: 100%;
    max-height: 200px;
    margin-top: 10px;
    overflow: auto;
    padding: 15px;

    background: #FFFFFF;
    box-shadow: inset 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
    border-radius: 20px;
    flex: none;
    order: 2;
    flex-grow: 0;

    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */

}

.note-shadow::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    display: none;
    height: 0;
}

.receiver-group {
    display: flex;
    justify-content: center;
}

.receiver-fitur {
    padding: 2px 3px;
    width: 16.6%;
}

.receiver-fitur .text {
    font-size: 9px;
    text-align: center;
}

.receiver-fitur img {
    width: 100%;
    border-radius: 0 !important;
}

.receiver-fitur-border-top {
    border-top: 3px black solid;
    padding-bottom: 10px;
}

@media(max-width:991px) {
    .receiver-fitur-border-top {
        padding-top: 5px !important;
        border-top: 1px black solid
    }

    .card-receiver i {
        color: #00529C !important;
        font-size: 18px;
    }

    .card-receiver img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .card-receiver {
        background: #FFFFFF;
        box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
        border-radius: 20px;
        max-width: 290px;
        display: block;
        margin: auto;
    }

    .card-receiver .card-body {
        border-radius: 20px;
        padding: 0 !important;
    }

    .receiver-group {
        padding: 0 5px;

    }

    .receiver-fitur .text {
        word-wrap: break-word;
        text-align: center;
        font-size: 7px;
    }

    .black-on-mobile {
        color: black !important;
    }
}


.pagination button {
    outline: none !important;
    box-shadow: unset !important;
    border: 0 !important;
    background: transparent !important;
}



.custom-vue-datatable-pagination {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-bottom: 15px;
    padding-left: 0 !important;
}

.custom-vue-datatable-pagination button {
    padding: 5px;
    background-color: #fff !important;
    border: 0 !important;
    width: 32px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    margin: 5px;
    height: 32px;
}

.custom-vue-datatable-pagination button.btn-prev-next-datatable {
    background: #fff !important;
    border-radius: 8px !important;
    font-size: 12px;
    color: black !important;
}

.custom-vue-datatable-pagination button.active {
    background: #00539a !important;
    border-radius: 8px;
    color: #fff !important;
}

/* .ql-align-center{
    text-align: center;
  } */
.popup-box {
    max-height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999999999;
    left: 0 !important;
    z-index: 9999;
}

.popup-home {
    background-color: rgb(0, 0, 0, 0.7);
    width: 100%;
    top: 0;
    padding: 20px;
    position: relative;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.popup-home .link {
    padding: 10px 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(25, 23, 88, 0.2) 100%), #00E8DA;
    box-shadow: 0px 12px 20px 8px rgba(0, 0, 0, 0.15), 0px 4px 6px rgba(0, 0, 0, 0.3);
    border-radius: 8.95349px;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    font-style: italic;

}

.c-pointer {
    cursor: pointer !important;
}

.pointer {
    cursor: pointer !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.popup-home img {
    margin-bottom: 20px;
    max-width: 100% !important;
    max-height: 460px;
    cursor: pointer;
}

.popup-home.hidden {
    height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    transition: all .3s ease-out;
}

.popup-home.active {
    height: 100vh !important;
    transition: all .3s ease-out;
}

@media(max-width:991px) {
    .popup-home {
        padding: 10px !important;
    }

    .popup-home .link {
        font-size: 14px !important;
    }

    .popup-home img {
        max-height: 400px !important;
    }
}

.hbo-brand-group {
    display: flex;
    padding: 50px 0 30px 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.hbo-brand-group img {
    height: 60px
}

@media(max-width:991px) {
    .hbo-brand-group {
        padding: 30px 0 0 0;
    }

    .hbo-brand-group img {
        height: 40px
    }
}

@media(max-width:567px) {
    .hbo-brand-group img {
        height: 30px
    }
}

@media(max-width:400px) {
    .hbo-brand-group img {
        height: 25px
    }
}

.text-with-line-hbo {
    display: flex;
    color: #fff !important;
    flex-direction: row;
}

.text-with-line-hbo:before,
.text-with-line-hbo:after {
    content: "";
    flex: 1 1;
    width: 100%;
    height: 2px;
    margin: auto;

}

.text-with-line-hbo:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
}

.text-with-line-hbo:after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
}

.text-with-line-hbo:before {
    margin-right: 10px
}

.text-with-line-hbo:after {
    margin-left: 10px
}


.navbar.hbo {
    z-index: 50;
    background-color: black !important;
}

.navbar.hbo .nav-item a {
    background: black !important;
    color: #fff !important;
}


@media(max-width:991px) {
    .navbar.hbo {
        background: #232323 !important;
    }

    .navbar.hbo .nav-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
        font-weight: normal !important;
    }

    .navbar.hbo .nav-item a {
        font-weight: normal !important;
        background: #232323 !important;
        font-size: 14px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;

    }

    .navbar.hbo .nav-item a.show {
        border-bottom: 0 !important;
    }

    .navbar.hbo .nav-item .dropdown-toggle.show {
        color: #fff !important;
    }

    .navbar.hbo .border-bottom-mobile-nav {
        border-bottom: 0 !important;
    }

    .navbar.hbo .dropdown-menu .dropdown-item {
        border-bottom: 0 !important;
        border: 0 !important;
        height: 100%;
        font-size: 11px !important;
        font-weight: normal !important;
    }

    .navbar.hbo .nav-item .dropdown-toggle.show {
        background-color: #F3753A !important;
        height: 100% !important;
    }

    .navbar.hbo .nav-item .link-hbo {
        background: linear-gradient(90deg, #000000 15%, rgba(0, 0, 0, 0) 50%, #000000 100%) !important;
    }

}

footer.hbo {
    background-color: #232323 !important;
}

footer.hbo .footer-title,
footer.hbo .footer-link {
    color: #fff !important;
}

.hbo-product .badge-packet {
    background-color: #232323 !important;
    color: #F3753A !important;
    border: 0 !important;
    border: 1px #F3753A solid !important
}

.btn-hbo-background {
    background: linear-gradient(180deg, #F3753A 0%, #8D4422 100%);

}

.hbo-modal .modal-body {
    background: linear-gradient(180deg, #0B0B0B 0%, #F3753A 527.41%);
    color: #fff;
}

.hbo-modal .payment {
    background: linear-gradient(180deg, #F3753A 0%, #8D4422 100%);
    color: #fff;
}

.note-shadow-hbo {
    /* Frame 1321316475 */

    width: 100%;
    max-height: 200px;
    margin-top: 10px;
    overflow: auto;
    padding: 15px;

    background: #232323;
    box-shadow: inset 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
    border-radius: 20px;
    flex: none;
    order: 2;
    flex-grow: 0;

    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */

}

.note-shadow-hbo::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    display: none;
    height: 0;
}


.hbo-product {
    border: 2px solid #232323 !important;
}

@media(max-width:991px) {
    .hbo-product img {
        margin-bottom: 15px !important;
    }

    .hbo-product .title {
        font-size: 11px !important;
        word-break: break-word;
    }

    .hbo-product .box-paket {
        padding: 5px !important;
    }

    .hbo-product .desc {
        font-size: 10px !important;
    }

    .hbo-product .badge-packet-parent {
        width: 70px !important;
    }

    .hbo-product .badge-packet {
        width: 70px !important;
        font-size: 8px !important;
    }

    .hbo-product .btn-buy {
        font-size: 11px !important;
        padding: 5px !important;
        border-radius: 10px !important;
    }

    .hbo-product .footer {
        padding: 10px 20px 20px 20px !important;
    }

    .row-hbo-product {
        margin-left: -3px !important;
        margin-right: -3px !important;
    }

    .column-hbo-product {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
}



.badge-hbo {
    background-color: #232323 !important;
    color: #F3753A !important;
    border: 0 !important;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    font-size: 15px !important;
    border: 1px #F3753A solid !important
}

.hbo-harga-coret{
    font-size: 13px;
    padding-bottom: 5px;
    font-weight: 500;
}
@media(max-width:991px) {
    .hbo-harga-coret{
        font-size: 10px;
    }
    .badge-hbo {
        font-size: 13px !important;
    }
}

.container-video-hbo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.container-video-hbo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.text-with-line-hbo-nomargin::after{
    margin-left: 0 !important;
}

.text-with-line-hbo-nomargin::before{
    margin-right: 0 !important;
}

@media(max-width:991px){
    .main-title-hbo{
        font-size: 15px !important;
    }
}


.custom-carousel {
    width: 100%;
    position: relative;
  }
/*   
  .slide-container {
    width: 100%; 
    height: auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  } */
  
  .container-video-home {
    width: 100%;
    aspect-ratio: 16 / 9; /* Maintains 16:9 aspect ratio for videos */
    overflow: hidden;
  }
  
  .container-video-home iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
    outline: none !important;
  }

  iframe{
    border: 0 !important;
    outline: none !important;
  }

  .slide-image {
    width: 100%; /* Full width of the container */
    height: auto; /* Adjust height dynamically based on the image's aspect ratio */
    object-fit: cover; /* Ensures the image fills the container without distortion */
  }

  .c-orange{
    color: #F47735 !important;
  }

  .underline{
    text-decoration: underline !important;
  }

  .datepicker-schedule .mx-input-wrapper{
    background-color: #fff !important;
    color: #212225 !important;
    width: 100%;
    cursor: pointer;
    white-space: wrap;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #E2E7ED;
    /* Drop Shadow/200 */
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    border-radius: 20px;
    /* soft shadow */
    font-weight: 500;
    font-size: 15px !important;

    padding: 10px 15px !important;
    font-size: 15px;
  }
  .datepicker-schedule .mx-icon-calendar{
    right: 15px !important;
    cursor: pointer;
  }
  .datepicker-schedule .mx-input{
    border: 0 !important;
    font-weight: 500;
    font-size: 15px !important;
    cursor: pointer;
    box-shadow: unset !important;
    outline: none !important;
  }
  .mx-btn-icon-double-left{
    display: none !important;
  }
  .mx-btn-icon-double-right{
    display: none !important;
  }

  .mx-datepicker-popup{
    border-radius: 10px !important;
    border: 0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  }

  .mx-datepicker{
    width: 100% !important;
  }