
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

/* Start: Tivi */
.tivi-code {
    text-transform: uppercase;
    background: #FFA670;
    border-radius: 16px;
    padding: 2px 8px;
    color: #fff;
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
}

h4 .tivi-code {
    margin-left: 10px;
}

.tivi-code-mo {
    display: none;
}

.bg-func-windows {
    background-image: url("../images/bg/bg-func-windows.svg");
}

.bg-func-coin {
    background-image: url("../images/bg/bg-func-coin.svg");
}

.bg-func-binance {
    background-image: url("../images/bg/bg-func-binance.svg");
}

.bg-func-monitor {
    background-image: url("../images/bg/bg-func-monitor.svg");
}

/** Responve Mobile **/
@media screen and (max-width: 991px) {
    .tivi-code-mo {
        display: block;
    }

    .tivi-code-pc {
        display: none;
    }

    .tivi-code.single-mo {
        display: table-caption;
        margin-top: 5px;
    }

    .tivi-mtop,
    .tivi-ptop {
        margin-top: -16px;
    }

    .tivi-ptop {
        padding-top: 5px;
    }
    #scroll-popup-tvh{
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    #scroll-popup-tvh::-webkit-scrollbar {
        display: none;
      }
}

/* End: Tivi */
.z-9999 {
    z-index: 9999;
}



/*
-
-
-
*/
/* TIVI MODULE - 20240612 */
.tivi-page .px-c9 {
    padding: 0 9px;
}

.tivi-page {
    font-family: "Lexend Deca", sans-serif;
}

.tivi-page .container {
    max-width: 1200px;
}


/* Headline */
.tivi-page .headline {
    font-family: "Lexend Deca", sans-serif;
    margin: 24px 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 19.8px */
    letter-spacing: -0.36px;
}


/* Custom btn */
.tivi-page .custom-btn {
    display: block;
    position: relative;
    padding: 12px 18px 12px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #d9dcf0;
    border-radius: 30px;
    color: #3e5184;
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.28px;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s ease, border 0.3s ease, background-color 0.3s ease;
}
.tivi-page .custom-btn:hover {
    background-color: #ff8840;
    border-color: #ff8840;
    color: #fff;
    transition: color 0.3s ease, border 0.3s ease, background-color 0.3s ease;
}


/* Tags */
.tivi-page .custom-tag {
    position: relative;
    top: 0;
    font-size: 12px;
    line-height: 110%;
    font-weight: 400;
    padding: 4.5px 8px;
    background-color: rgba(95, 127, 255, 0.10);
    color: #6785f0;
    border-radius: 4px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 6px;
    transition: top 0.3s ease;
}
.tivi-page .custom-tag:hover {
    top: -1px;
    transition: top 0.3s ease;
}


/* Read more */
.readmore-btn {
    width: 100%;
    padding: 12px;
    max-height: 48px;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    background-color: rgba(243, 114, 33, 0.1);
    border-radius: 8px;
    color: #FF8840;
    border: none;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

.readmore-btn:not([disabled]):hover {
    box-shadow: 0 1px 9px rgba(101, 40, 2, 0.1);
}


/* Component tab */
.tivi-page .list-btn {
    margin: 24px 0px 0 !important;
}
.tivi-page .sec-plb .list-btn a,
.tivi-page .sec-plb .list-btn p {
    padding: 0;
}
.tivi-page .sec-plb .list-btn p {
    margin-right: 32px;
    color: #232323;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}
.tivi-page .sec-plb .nav-tabs .nav-link {
    padding: 4px 13px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}
.tivi-page .sec-plb .nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #FF8840;
}
.tivi-page .sec-plb .nav-tabs .nav-link:before {
    display: none;
}

.tivi-page .sec-plb .nav-tabs .nav-link.active:before,
.tivi-page .sec-plb .nav-tabs .nav-link:hover:before {

}

.tab-content {
    padding: 0px 0px 0px;
}


/* Component cart item */
.tivi-page .items {
    margin-bottom: 24px;
    height: auto;
    border-radius: 12px;
    cursor: pointer;
}
.tivi-page .items-ads-wrap {
    box-shadow: none;
}
.tivi-page .items-ads-wrap .thumb img {
    border-radius: 12px;
}
.tivi-page .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent;
    /* background-color: blue; */
    border-radius: 12px;
    box-shadow: 0px 6px 25px 0px rgba(231, 217, 191, 0.30);
    overflow: hidden;
}
.tivi-page .item .hot--hot {
    display: none;
    position: absolute;
    top: 17px;
    left: 15px;
    border-radius: 100px;
    padding: 0px 12px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    font-family: "Lexend Deca", sans-serif;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.tivi-page .item:hover {
    border: 2px solid #FF8840;
    background: inherit !important;
    color: inherit !important;
}
.tivi-page .item .hot--hot::before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" viewBox="0 0 14 14"><path fill="%23fff" d="M12.834 3.33v5.59a2.918 2.918 0 0 1-2.917 2.916H4.084c-.268 0-.525-.035-.776-.105a.495.495 0 0 1-.21-.828l6.2-6.2c.13-.13.322-.158.503-.123a.615.615 0 0 0 .536-.158l1.5-1.505c.548-.548.997-.367.997.414Zm-4.294.963L2.431 10.4a.586.586 0 0 1-.933-.14 2.805 2.805 0 0 1-.333-1.341V3.33c0-.781.45-.962.998-.414l1.505 1.51c.227.223.6.223.828 0l2.088-2.093a.588.588 0 0 1 .829 0l1.131 1.131a.593.593 0 0 1-.006.829Z"/></svg>');
}
.tivi-page .item-ads .hot--hot {
    display: flex;
    background-color: #000;
    border: 1px solid #000;
}
.tivi-page .item-ads .hot--hot::before {
    display: none;
}
.tivi-page .item-hot .hot--hot {
    display: flex;
    background-color: #16B14B;
    border: 1px solid #fff;
}
.tivi-page .item .thumb {
    position: relative;
}
.tivi-page .item .thumb figure {
    padding: 0;
    margin: 0;
}
.tivi-page .item .thumb img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.tivi-page .item .caption {
    display: flex;
    flex: 1;
    gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 16px;
    /* background-color: #fff; */
}
.tivi-page .item .caption h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #232323;
    margin: 0 0 8px 0;
}
.tivi-page .item .caption ul {
    margin: 0;
    padding: 0 0px 0 20px;
}
.tivi-page .item .caption ul li {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #8691B1;
    list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M5.66699 7.99995L7.55366 9.88661L11.3337 6.11328" stroke="%238691B1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.tivi-page .item .caption ul li:last-child {
    margin: 0;
}
.tivi-page .item .caption ul li span {
    position: relative;
    top: -2px;
}
.tivi-page .item .caption .info {
    margin: 0;
    padding: 0;
}
.tivi-page .item .caption .desc {
    text-align: left;
}
.tivi-page .item .caption .desc p {
    display: block;
    position: relative;
    text-align: left;
    color: #8691B1;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 4px 0px;
    padding: 0 0 0 20px;
}
.tivi-page .item .caption .desc p:last-child {
    margin: 0;
}
.tivi-page .item .caption .desc p::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M5.66699 7.99995L7.55366 9.88661L11.3337 6.11328" stroke="%238691B1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.tivi-page .item .caption .custom-btn {
    /* font-size: 14px; */
    /* padding: 13px 8px 13px; */
}
.tivi-page .item .caption .tag-list {
    display: flex;
    flex-direction: row;
    gap: 4px;
    margin-bottom: 16px;
}
.tivi-page .item .caption .prices {
    border-top: 1px solid #F1F3FC;
    margin-top: 16px;
    padding: 16px 0 0px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.tivi-page .item .caption .prices p {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    color: #232323;
}
.tivi-page .item .caption .prices p span.p-discount {
    display: block;
}
.tivi-page .item .caption .prices p span.p-discount span {
    margin: 0 5px 0 0px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.76px;
}
.tivi-page .item .caption .prices p del.p-normal {
    margin: 0;
    text-decoration: line-through;
    text-decoration-color: rgba(134, 145, 177, 0.5);
    font-size: 13px;
    font-weight: 500;
    color: #8691B1;
}
.tivi-page .item.item-small .thumb {
    min-height: 220px;
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: #fff;
}
.tivi-page .item.item-small .thumb img {
    width: 180px;
    height: 180px;
    text-align: center;
    margin: 0 auto;
}


/* Component Tab inside tivi */
.tabs- {}
.tabs-_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #E5E4E4;
}
.tabs-_item.active {
    color: #FF792D;
    border-bottom: 3px solid #FF792D;
    background-color: #fff;
    cursor: default;
}
.tabs-_switcher {
    display: block;
    position: relative;
    height: 52px;
    padding: 16px;
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    text-align: center;
    background-color: #FFF;
    color: #909090;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    text-wrap: nowrap;
}
/* tabs content */
.tabs- .tab__content {

}
.tabs- .tab__content {
    /* padding: 0px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
    border-radius: 6px; */
}
.tabs- .tab__content .row--line {
    display: flex;
    flex-direction: row;
    align-items: start;
    border-bottom: 1px solid #E5E4E4;
}
.tabs- .tab__content .row--line:last-child {
    border-bottom: none;
}
.tabs- .tab__content .col--l {
    width: 30%;
}
.tabs- .tab__content .col--r {
    padding-left: 10px;
    width: 70%;
}
.tabs- .tab__content p {
    margin: 0;
    padding: 8px 0 !important;
}
.tabs- .tab__content p.info {
    color:  #232323;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}
.tabs- .tab__content p.desc {
    color:  #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.tabs- .tab__content .hide-text {
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */

    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 43px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Responsive */
@media screen and (min-width: 992px) {
    .tabs-_wrapper {
        justify-content: space-between;
    }
}
@media (max-width: 767px) {
    .tabs- {
        position: relative;
    }
    .tabs-:after {
        content: "";
        display: block;
        width: 24px; height: 24px;
        position: absolute;
        right: -16px; top: 20px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="24" viewBox="0 0 17 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7993 18.9998C10.5733 18.9998 10.3463 18.9238 10.1593 18.7678C9.7353 18.4148 9.6783 17.7838 10.0313 17.3598L14.5073 11.9888L10.1923 6.62683C9.8463 6.19683 9.9143 5.56683 10.3443 5.22083C10.7753 4.87483 11.4043 4.94283 11.7513 5.37283L16.5793 11.3728C16.8773 11.7438 16.8733 12.2738 16.5683 12.6398L11.5683 18.6398C11.3703 18.8768 11.0863 18.9998 10.7993 18.9998Z" fill="%23909090"/></svg>');
    }

    .tabs-_set {
        overflow-x: auto;
    }

    .tabs-_wrapper {
        min-width: 450px;
        margin-bottom: 3px;
    }

    .tabs-_item {
        min-width: 110px;
        margin-right: 4px;
    }

    .tabs-_item:last-child {
        margin-right: 0px;
    }

    .tabs- .tab__content .col--l {
        width: 35%;
    }

    .tabs- .tab__content .col--r {
        width: 65%;
        /* padding-left: 20px ; */
    }
}


/* Tab basic using radio button same level content  */
.tab-wrap--type {
    transition: 0.3s box-shadow ease;
    border-radius: 6px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    list-style: none;
    background-color: #fff;
    margin: 0px 0;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
}
.tab-wrap--type:hover {
    /* box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19); */
}
.tab--type {
    display: none;
}
.tab--type:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
.tab--type:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
.tab--type:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
.tab--type:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
.tab--type:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
.tab--type:first-of-type:not(:last-of-type) + label {
    /* border-top-right-radius: 0;
    border-bottom-right-radius: 0; */
}
.tab--type:not(:first-of-type):not(:last-of-type) + label {
    /* border-radius: 0; */
}
.tab--type:last-of-type:not(:first-of-type) + label {
    /* border-top-left-radius: 0;
    border-bottom-left-radius: 0; */
}
.tab--type:checked + label {
    background-color: #fff;
    color: #FF792D;
    /* box-shadow: 0 -1px 0 #fff inset; */
    cursor: default;
    border-bottom: 3px solid #FF792D;
}
.tab--type:checked + label:hover {
    /* box-shadow: 0 -1px 0 #fff inset; */
    background-color: #fff;
}
.tab--type + label {
    /* box-shadow: 0 -1px 0 #eee inset; */
    /* border-radius: 6px 6px 0 0; */
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #909090;
    flex-grow: 3;
    text-align: center;
    background-color: #FFF;
    user-select: none;
    text-align: center;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    height: 52px;
    box-sizing: border-box;
    padding: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    margin: 0;
    position: relative;
}
.tab--type + label:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    height: 1px;
    width: 100%;
    background: #E5E4E4;
}
.tab--type + label:hover {
    background-color: #FFF;
    color: #FF792D;
    /* box-shadow: 0 1px 0 #FFF inset; */
}
.tab--type__content {
    padding: 0px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
    border-radius: 6px;
}
.tab--type__content .row--line {
    display: flex;
    flex-direction: row;
    align-items: start;
    border-bottom: 1px solid #E5E4E4;
}
.tab--type__content .row--line:last-child {
    border-bottom: none;
}
.tab--type__content .col--l {
    width: 30%;
}
.tab--type__content .col--r {
    width: 70%;
}
.tab--type__content p {
    margin: 0;
    padding: 8px 0 !important;
}
.tab--type__content p.info {
    color:  #232323;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}
.tab--type__content p.desc {
    color:  #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
/* Responsive */
@media (max-width: 991px) {
    .tab--type__content p.info,
    .tab--type__content p.desc {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .tabs-wrap {
        overflow-x: scroll;
    }

    .tab-wrap--type {
        width: 550px;
        max-width: unset;
    }

    .tab--type + label {
        padding-left: 0;
        padding-right: 0;
        min-width: 110px;
    }

    .tab--type__content .col--l {
        width: 30%;
    }

    .tab--type__content .col--r {
        width: 70%;
        padding-left: 20px ;
    }
}
/* end./ */


/* Link */
.tivi-page .orange-link {
    color: #FF8840;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    text-decoration-line: underline;
}

/* Modal */
.custom-modal-dialog {
    max-width: 612px;
    font-family: "Lexend Deca", sans-serif;
}
.custom-modal-tivi .modal-header {
    padding: 32px 24px 16px;
}
.custom-modal-tivi .modal-body {
    padding: 0 24px 32px !important;
}
.custom-modal-tivi .close-x {
    position: absolute;
    right: 16px; top: 16px;
    display: block;
    padding: 0; margin: 0;
    width: 24px;
    height: 24px;
    border: none;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z" stroke="%23767676" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.16992 14.8299L14.8299 9.16992" stroke="%23767676" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.8299 14.8299L9.16992 9.16992" stroke="%23767676" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.custom-modal-tivi .modal-title {
    color: #303030;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}
.custom-modal-tivi table {
    border-radius: 8px;
    margin: 0;
    border-collapse: collapse;
    border: none;
}
.custom-modal-tivi table tr,
.custom-modal-tivi table th,
.custom-modal-tivi table td {
    border: none;
}
.custom-modal-tivi table tr {
    background: #F6F6F6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.custom-modal-tivi .table td,
.custom-modal-tivi .table th {
    padding: 10px 16px;
    border: none;
}
.custom-modal-tivi .table td:first-child,
.custom-modal-tivi .table th:first-child {
    width: 40%;
}
.custom-modal-tivi table thead:first-child tr td:first-child,
.custom-modal-tivi table thead:first-child tr th:first-child {
    border-top-left-radius: 8px;
}
.custom-modal-tivi table thead:first-child tr td:last-child,
.custom-modal-tivi table thead:first-child tr th:last-child {
    border-top-right-radius: 8px;
}
.custom-modal-tivi table thead tr {
    background: #FF8840;
    color: #FFF;
}
.custom-modal-tivi table thead th {
    border: none;
}
.custom-modal-tivi table tbody:last-child tr:last-child td:first-child,
.custom-modal-tivi table tbody:last-child tr:last-child th:first-child {
    border-bottom-left-radius: 8px;
}
.custom-modal-tivi table tbody:last-child tr:last-child td:last-child,
.custom-modal-tivi table tbody:last-child tr:last-child th:last-child {
    border-bottom-right-radius: 8px;
}
.custom-modal-tivi table tbody tr td[colspan="2"] {
    background: #989898;
    color: #FFF;
}
.custom-modal-tivi table tbody tr th {
    font-weight: 500;
}
.custom-modal-tivi table tbody tr td {
    color: #767676;
}
.custom-modal-feature .tabs-:after {
    display: none;
}
/* Responsive */
@media screen and (max-width: 767px) {
    .custom-modal-tivi .modal-body {
        padding: 0 16px 24px !important;
    }

    .custom-modal-feature .modal-body {
        padding: 0 0px 24px !important;
    }

    .custom-modal-feature .tab__content {
        padding: 0 24px;
    }
}


/* Featured */
.featured {
    padding: 40px 0 16px;
}
.featured ul {
    margin: 0 0 0 0;
    padding: 12px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #89A0F4;
    border-radius: 16px;
    background-color: #F6F8FF;
}
.featured ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #6785F0;
    transition: color 0.3s ease;
    cursor: pointer;
}
.featured ul li.featured-seperate:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 25px;
    background-color: #89A0F4;
}
.featured ul li:hover {
    color: #89A0F4;
    transition: color 0.3s ease;
}
.featured ul li .f-icon {
    display: flex;
    align-items: center;
    margin-right: 7px;
}
.featured ul li .f-text {
    font-size: 13px;
    line-height: 18px;
}
/* Responsive */
@media screen and (min-width: 768px) {
    .featured {
        padding: 27px 0 24px;
    }

    .featured ul {
        gap: 15px;
        padding: 20px 20px;
    }
}
@media screen and (min-width: 992px) {
    .featured ul {
        gap: 30;
        padding: 25px 25px;
    }

    .featured ul li .f-text {
        font-size: 16px;
        line-height: 21px;
    }
}
@media screen and (min-width: 1200px) {
    .featured ul {
        gap: unset;
        padding: 28px 32px;
    }

    .featured ul li .f-text {
        font-size: 16px;
        line-height: 26px;
    }
}
@media screen and (max-width: 767px) {
    .featured ul {
        align-items: start;
        padding: 32px;
        flex-direction: column;
        justify-content: flex-start;
        gap: 24px;
    }

    .featured ul li:last-child {
        padding-bottom: 0;
    }

    .featured ul li.featured-seperate {
        margin: 22px 0 23px;
        display: none;
    }

    .featured ul li.featured-seperate:not(:last-child):after {
        background-color: #c6ccde;
    }
}

.banner-ads {
    margin: 24px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #a9b7be;
    font-size: 22px;
    background: #f4f5f6;
    border-radius: 16px;
    border: 1px solid #e2e5e7;
    overflow: hidden;
}
.banner-ads img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.banner-ads p {
    position: absolute;
    top: 42%;
    text-align: center;
    margin: 0 auto;
}
.banner-ads a.img-wrapper {
    display: block;
    width: 100%;
    height: 100%;
}
.banner-ads a.btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
}
/* Responsive */
@media screen and (min-width: 768px) {
    .banner-ads {
        max-height: 160px;
    }

    .banner-ads img {
        max-height: 160px;
    }
}
@media screen and (max-width: 540px) {
    .banner-ads {
        margin: 24px 0 30px;
    }
}


/**/
.sk-loading {
    max-width: 100%;
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 15px;
    background-size: 200% 100%;
    opacity: 1;
    animation: 1.5s shine-skeleton linear infinite, pulse-skeleton 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    display: none;
}
.sk-loading.is-loading { display: block; }
.sk-loading.--rd0 { border-radius: 0; }
.sk-loading.--sm { height: 15px; }
.sk-loading.--md { height: 25px; }
.sk-loading.--lg { height: 36px; }
.sk-loading.--h100 { height: 100px; }
.sk-loading.--h200 { height: 200px; }
.sk-loading.--h300 { height: 300px; }
.sk-loading.--h400 { height: 400px; }
.sk-loading.--h450 { height: 450px; }
.sk-loading.--h500 { height: 500px; }
.sk-loading.--w50 { width: 50px; }
.sk-loading.--w100 { width: 100px; }
.sk-loading.--w150 { width: 150px; }
.sk-loading.--w200 { width: 200px; }
.sk-loading.--w300 { width: 300px; }
.sk-loading.--w400 { width: 400px; }
.sk-loading.--w500 { width: 500px; }
.sk-loading.--wh100 { width: 100px; height: 100px; }
.sk-loading.--wh200 { width: 200px; height: 200px; }
.sk-loading.--fw { width: 100%; max-width: 100%; }
.sk-loading.--fh { height: 100%; max-height: 100%; }
/*  */
@keyframes shine-skeleton {
    to { background-position-x: -200%; }
}

@keyframes pulse-skeleton {
	50% { opacity: 0.5; }
}