﻿body{position:relative;width:100%;color:#212529;font-family:var(--primary-font);font-size:14px;font-weight:400;font-style:normal;background-color:#fff}a{opacity:1}a:hover{opacity:.8;-webkit-transition:var(--secondary-color);transition:var(--secondary-color)}.site-header{background:var(--primary-color);color:#fff;top:0;position:-webkit-sticky;position:sticky;z-index:1000}.container{max-width:1240px}.button-theme{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;vertical-align:middle;color:#fff;border:1px solid var(--secondary-color);border-radius:4px;position:relative;overflow:hidden;white-space:nowrap;font-size:13px;padding:4px 12px;background:var(--secondary-color);min-height:30px}.button-theme:before{content:"";display:block;width:200%;height:100%;position:absolute;top:0;left:-200%;z-index:1;background:-webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));background:-webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.3), transparent);background:linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);-webkit-transform:skew(-20deg);-ms-transform:skew(-20deg);transform:skew(-20deg);-webkit-transition:inherit;transition:inherit}.button-theme:hover::before{-webkit-animation:animationShine 1.2s ease;animation:animationShine 1.2s ease}@-webkit-keyframes animationShine{100%{left:200%}}@keyframes animationShine{100%{left:200%}}.header-inner{padding:15px 0;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:10px}@media(max-width: 767px){.header-inner{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px}}.logo{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.logo:hover{opacity:1}.logo img{height:50px;-o-object-fit:contain;object-fit:contain}@media(max-width: 767px){.logo img{height:auto;width:130px}}.btn-menu-toggle{background:none;border:0;position:absolute;right:15px;top:22px}.btn-menu-toggle span{display:block;width:22px;height:2px;background:#fff;margin:4px 0}.header-search{max-width:600px;width:100%}.header-search .box-search{background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:4px;padding:0 4px}@media(max-width: 767px){.header-search{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.header-search input{height:42px;padding:0 12px;border-radius:4px 0 0 4px;border:0;width:100%;padding-right:120px}.header-search .button-theme{border:0;padding:0 16px;white-space:nowrap;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-weight:normal;color:#fff;gap:4px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.header-search_hint{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:5px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:5px}.header-search_hint a{font-size:12px;color:hsla(0,0%,100%,.8)}.header-auth{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-auth a{color:#fff;font-weight:500;font-size:14px;text-transform:uppercase;white-space:nowrap}@media(max-width: 767px){.header-auth{padding-right:35px}.header-auth a{font-size:12px}.header-auth i{display:none}}.header-auth span{margin:0 8px}.header-user{position:relative}.header-user .user-toggle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:6px;color:#fff;cursor:pointer;text-decoration:none}.header-user .user-toggle i.fa-chevron-down{display:block;font-size:12px;-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s}.header-user.active .fa-chevron-down,.header-user:hover .fa-chevron-down{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header-user .user-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:200px;background:#fff;border-radius:6px;-webkit-box-shadow:0 6px 20px rgba(0,0,0,.15);box-shadow:0 6px 20px rgba(0,0,0,.15);opacity:0;visibility:hidden;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all .25s ease;transition:all .25s ease;z-index:1000}.header-user .user-dropdown ul{list-style:none;padding:8px 0;margin:0}.header-user .user-dropdown ul li a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px;padding:8px 16px;color:#333;font-size:14px;text-decoration:none}.header-user .user-dropdown ul li a i{width:18px;text-align:center;color:#555}.header-user .user-dropdown ul li a:hover{background:#f5f5f5;color:var(--primary-color)}.header-user .user-dropdown ul li.divider{height:1px;background:#eee;margin:6px 0}.header-user .user-dropdown ul li .logout{color:var(--secondary-color)}.header-user .user-dropdown ul li .logout i{color:var(--secondary-color)}.header-user.show .user-dropdown{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media(min-width: 768px){.header-user:hover .user-dropdown{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@media(max-width: 767px){.header-user{padding-right:35px}.header-user .user-toggle i.fa-chevron-down{display:none}.header-user .user-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;-webkit-transition:.3s;transition:.3s;z-index:1000;display:block}.header-user .user-dropdown{position:fixed;top:0;left:0;width:66.666%;max-width:320px;height:100vh;overflow-y:auto;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;-webkit-box-shadow:4px 0 15px rgba(0,0,0,.2);box-shadow:4px 0 15px rgba(0,0,0,.2);border-radius:0}.header-user .user-close{position:absolute;top:5px;right:10px;font-size:18px;cursor:pointer;z-index:1;display:block;color:#000}.header-user.show .user-dropdown{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.header-user.show .user-overlay{opacity:1;visibility:visible}}.main-nav{background:#fff;border-bottom:1px solid #e5e5e5}@media(max-width: 767px){.main-nav{border:0;-webkit-box-shadow:rgba(0,0,0,.168627451) 3px 0px 20px 0px;box-shadow:rgba(0,0,0,.168627451) 3px 0px 20px 0px}.main-nav .container{padding:0}}.menu{list-style:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;gap:30px}.menu>li{position:relative}.menu>li>a{font-size:1.15em;border-bottom:3px solid rgba(0,0,0,0);color:#212529;padding-top:15px;padding:10px 0;padding-bottom:12px;white-space:nowrap;font-weight:700;display:block}@media(max-width: 767px){.menu>li>a{font-size:14px;font-weight:normal}}.menu>li:hover a{border-bottom-color:var(--primary-color);color:var(--primary-color)}.has-dropdown>a i{margin-left:3px;position:relative;top:1px}.has-dropdown:hover>a i{-webkit-transition:var(--transition-default);transition:var(--transition-default);top:2px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dropdown{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid #eee;display:none;padding:0}.dropdown li+li{border-top:1px solid #e5e5e5}.dropdown li a{padding:10px 15px;display:block;color:#212529;font-size:1.15em}.dropdown li a:hover{background:#f5f5f5}@media(max-width: 767px){.main-nav{position:fixed;top:0;left:-280px;width:260px;height:100vh;z-index:2;background:#fff;-webkit-transition:.3s;transition:.3s;overflow-y:auto}.main-nav.active{left:0}.menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:0}.menu>li>a{padding:14px;border-bottom:1px solid #eee}.dropdown{position:static;border:0}.menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;-webkit-transition:.3s;transition:.3s;z-index:1}.menu-overlay.active{opacity:1;visibility:visible}}.menu-mobile-header{display:none}@media(max-width: 767px){.menu-mobile-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:12px 15px;border-bottom:1px solid #eee;background:var(--primary-color)}.menu-logo img{height:34px}.btn-menu-close{font-size:28px;line-height:1;background:none;border:0;color:#fff}.main-nav{padding-top:0}}.footer{background-color:#f6f6f6;border-top:1px solid #e5e5e5}.footer .footer-title{font-size:1.15em;text-transform:uppercase;font-weight:700;margin-bottom:15px}.footer .footer-list .footer-list_item+.footer-list_item{margin-top:14px}.footer .footer-list .footer-list_item .footer-list_item--link{font-size:1em}.footer .footer-list .footer-list_item .footer-list_item--link>i{font-size:1.075em;margin-right:10px}.footer .footer-list .footer-list_item .footer-list_item--link:hover{color:var(--primary-color)}.footer .footer-social{margin-top:15px;gap:5px}.footer .footer-social .footer-social_item .footer-social_item--link{border-radius:50%;height:30px;width:30px;background:#fafafa;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer .footer-social .footer-social_item .footer-social_item--link.footer-social_facebook{background-color:#0866ff}.footer .footer-social .footer-social_item .footer-social_item--link.footer-social_twitter{background-color:#1da0f1}.footer .footer-social .footer-social_item .footer-social_item--link.footer-social_youtube{background-color:red}.footer .footer-social .footer-social_item .footer-social_item--link.footer-social_google{background-color:#ea4335}.footer .footer-social .footer-social_item .footer-social_item--link:hover{opacity:.7}.footer .footer-copyright{color:#737373;font-size:.925em}.footer .footer-logos{gap:10px}.footer .footer-logos img{height:24px}.home-banner{padding:20px 0}.home-banner .banner-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:5px}.home-banner .banner-main{-webkit-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2;border-radius:4px;overflow:hidden}.home-banner .banner-main .swiper,.home-banner .banner-main .swiper-slide{height:100%}.home-banner .banner-main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-banner .swiper-pagination-bullet{margin:0;border-radius:50%;width:11px;height:11px;border:1px solid rgba(137,137,137,.4);background-color:hsla(0,0%,100%,.4);opacity:1;-webkit-transition:var(--transition-default);transition:var(--transition-default)}.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--primary-color)}.home-banner .banner-nav{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;vertical-align:middle;white-space:nowrap;gap:5px;font-size:1.075em;padding:8px 18px;border:1px solid var(--secondary-color);border-radius:4px;color:#fff !important;background-color:rgba(0,0,0,.18);-webkit-box-shadow:0 1px 8px 0 rgba(0,0,0,.09);box-shadow:0 1px 8px 0 rgba(0,0,0,.09);position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);overflow:hidden;z-index:2;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out;margin-top:0;width:35px;height:60px;opacity:0}.home-banner .banner-nav::after{font-size:14px}.home-banner .banner-nav::before{content:"";display:block;width:200%;height:100%;position:absolute;top:0;left:-200%;z-index:1;background:-webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));background:-webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.3), transparent);background:linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);-webkit-transform:skew(-20deg);-ms-transform:skew(-20deg);transform:skew(-20deg);-webkit-transition:inherit;transition:inherit}.home-banner .banner-nav:hover::before{-webkit-animation:animationShine 1.2s ease;animation:animationShine 1.2s ease}.home-banner .banner-main .swiper-button-prev{left:-5px}.home-banner .banner-main .swiper-button-next{right:-5px}.home-banner .banner-main:hover [class*=banner-nav]{opacity:1}@-webkit-keyframes animationShine{100%{left:200%}}@keyframes animationShine{100%{left:200%}}.home-banner .banner-side{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:5px}.home-banner .banner-side .banner-small{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-radius:4px;overflow:hidden;display:block}.home-banner .banner-side .banner-small img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media(max-width: 767px){.home-banner .banner-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.home-banner .banner-main{height:auto}.home-banner .banner-side{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.home-banner .banner-side .banner-small{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}}.grid-2{gap:20px;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr))}@media(max-width: 767px){.grid-2{grid-template-columns:repeat(1, minmax(0, 1fr))}}.grid-4{gap:20px;display:grid;grid-template-columns:repeat(4, minmax(0, 1fr))}@media(max-width: 767px){.grid-4{grid-template-columns:repeat(2, minmax(0, 1fr))}}.featured-card{padding:18px;gap:18px;border-radius:12px;border:1px solid #e5e5e5}.featured-card .featured-list{gap:18px;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr))}@media(max-width: 767px){.featured-card .featured-list .featured-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:5px}}.featured-card .featured-list .featured-item_avatar{width:60px;height:60px;background-color:#f8f9fa;-webkit-box-shadow:rgba(0,0,0,.05) 0 0 0 1px;box-shadow:rgba(0,0,0,.05) 0 0 0 1px;border-radius:15px}.featured-card .featured-list .featured-item_avatar>img{-webkit-transition:var(--transition-default);transition:var(--transition-default)}.featured-card .featured-list .featured-item_content{margin-left:12px}.featured-card .featured-list .featured-item_title{font-size:1em;line-height:1.3;font-weight:600;-webkit-transition:var(--transition-default);transition:var(--transition-default)}.featured-card .featured-list .featured-item_text{font-size:.85em;color:#9ba1a8;margin-top:2px}.featured-card .featured-list .featured-item:hover .featured-item_avatar>img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.featured-card .featured-list .featured-item:hover .featured-item_title{color:var(--primary-color)}.section-heading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:8px;margin-bottom:20px}.section-heading .heading-title{font-size:1.3em;font-weight:700;text-transform:uppercase}.section-heading .heading-title img{height:40px;margin-right:5px}.section-heading .heading-sub{font-size:1.15em;font-weight:700}.section-heading .heading-description{font-size:1.075em;text-transform:uppercase}.section-heading .heading-link>a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:.85em;font-weight:500;color:#9ba1a8;-webkit-transition:var(--transition-default);transition:var(--transition-default)}.section-heading .heading-link>a>i{font-size:1.9em}.section-heading .heading-link>a:hover{color:var(--primary-color)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(110px, 1fr));gap:16px}.card-item{text-decoration:none;color:#111}.card-item img{width:100%;aspect-ratio:130%;-o-object-fit:cover;object-fit:cover;border-radius:12px;display:block}.card-item span{display:block;margin-top:8px;font-size:15px;font-weight:600}.card-item:hover img{-webkit-transform:scale(1.03);-ms-transform:scale(1.03);transform:scale(1.03)}.card-item img{-webkit-transition:.3s;transition:.3s}@media(max-width: 576px){.card-grid{gap:12px}.card-item span{font-size:13px}}.section-learning .title-learning{font-size:15px;font-weight:600;margin-top:10px;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.section-learning img{width:100%;aspect-ratio:7/3;-o-object-fit:cover;object-fit:cover;border-radius:4px;display:block}
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(180deg, var(--primary-color) 0%, rgba(var(--primary-rgb), .92) 100%);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    box-shadow: none;
}

.site-header .container {
    position: relative;
}

.header-inner {
    display: grid !important;
    grid-template-columns: auto minmax(360px, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 84px;
    padding: 12px 0 10px;
}

.header-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.logo {
    flex-shrink: 0;
}

.logo img {
    height: 44px;
    width: auto;
    object-fit: contain;
}

.logo-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.logo-title {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .03em;
    text-transform: uppercase;
    white-space: nowrap;
}

.logo-sub {
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}

.header-search {
    max-width: 460px;
    width: 100%;
    justify-self: center;
}

.header-search .box-search {
    display: flex;
    align-items: center;
    min-height: 40px;
    border-radius: 6px;
    background: #fff;
    border: 0;
    padding: 4px;
    box-shadow: none;
}

.header-search input {
    height: 32px;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    border-radius: 6px;
    font-size: 14px;
    color: #0f172a;
    padding: 0 14px;
    padding-right: 86px;
}

.header-search input::placeholder {
    color: #94a3b8;
}

.header-search .button-theme {
    min-height: 32px;
    border-radius: 6px;
    border: 0;
    padding: 0 12px;
    background: var(--secondary-color);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    box-shadow: none;
}

.header-search .button-theme i {
    margin-right: 4px;
}

.header-search_hint {
    display: none;
}

.header-search_hint a {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .9);
    font-size: 12px;
    line-height: 1.2;
}

.header-search_hint a:hover {
    opacity: 1;
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.header-auth {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-auth a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    box-shadow: none;
}

.header-auth a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.header-auth span {
    display: none;
}

.header-user {
    position: relative;
}

.header-user .user-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 4px 10px 4px 6px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    box-shadow: none;
}

.header-user .user-toggle:hover {
    opacity: 1;
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.header-user .user-avatar {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
}

.header-user .user-name {
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.header-user .user-balance {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .24);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.header-user .user-toggle i.fa-chevron-down {
    font-size: 11px;
    color: rgba(255, 255, 255, .8);
}

.header-user.active .fa-chevron-down,
.header-user:hover .fa-chevron-down {
    transform: rotate(180deg);
}

.header-user .user-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 228px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, .22);
    background: #fff;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .2s ease;
    z-index: 1002;
    overflow: hidden;
}

.header-user .user-dropdown ul {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.header-user .user-dropdown ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.header-user .user-dropdown ul li a i {
    width: 16px;
    color: var(--primary-color);
    text-align: center;
}

.header-user .user-dropdown ul li a:hover {
    opacity: 1;
    background: #f8fafc;
    color: #0f172a;
}

.header-user .user-dropdown ul li.divider {
    height: 1px;
    margin: 6px 14px;
    background: #e2e8f0;
}

.header-user.show .user-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (min-width: 768px) {
    .header-user:hover .user-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.btn-menu-toggle {
    background: none;
    border: 0;
    position: absolute;
    right: 0;
    top: 15px;
    width: 34px;
    height: 34px;
    padding: 0;
}

.btn-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 4px auto;
}

.main-nav {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .14);
    background: var(--primary-color);
}

.main-nav__inner {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 46px;
}

.main-nav .menu {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    flex: 1;
    min-width: 0;
}

.main-nav .menu > li {
    position: relative;
}

.main-nav .menu > li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 8px;
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .01em;
    border: 0;
    background: transparent;
    white-space: nowrap;
}

.main-nav .menu > li > a:hover,
.main-nav .menu > li:hover > a {
    opacity: 1;
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.main-nav .has-dropdown > a i {
    font-size: 11px;
    margin-left: 2px;
    color: rgba(255, 255, 255, .78);
}

.main-nav .dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 220px;
    display: none;
    margin: 0;
    padding: 6px 0;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, .22);
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}

.main-nav .dropdown li + li {
    border-top: 1px solid #e2e8f0;
}

.main-nav .dropdown li a {
    display: block;
    padding: 10px 14px;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
}

.main-nav .dropdown li a:hover {
    opacity: 1;
    color: #0f172a;
    background: #f8fafc;
}

.main-nav__extra {
    flex-shrink: 0;
}

.main-nav__api {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .26);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.main-nav__api:hover {
    opacity: 1;
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, .46);
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
    z-index: 998;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.menu-mobile-header {
    display: none;
}

@media (max-width: 991px) {
    .header-inner {
        grid-template-columns: auto 1fr auto;
        min-height: 76px;
        gap: 10px;
        padding: 10px 0;
    }

    .logo img {
        height: 40px;
    }

    .header-search {
        grid-column: 1 / -1;
        order: 3;
        max-width: 100%;
        justify-self: stretch;
        margin-top: 4px;
    }

    .header-search_hint {
        display: none;
    }

    .header-user .user-name {
        max-width: 92px;
    }

    .main-nav {
        position: fixed;
        top: 0;
        left: -306px;
        width: 286px;
        height: 100vh;
        z-index: 1001;
        border-top: 0;
        background: #ffffff;
        transition: left .25s ease;
        overflow-y: auto;
    }

    .main-nav.active {
        left: 0;
    }

    .main-nav .container {
        padding: 0;
    }

    .main-nav__inner {
        display: block;
        min-height: 0;
    }

    .menu-mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 14px;
        border-bottom: 1px solid #e2e8f0;
        background: #f8fafc;
    }

    .menu-logo img {
        height: 34px;
        width: auto;
    }

    .btn-menu-close {
        font-size: 28px;
        line-height: 1;
        background: none;
        border: 0;
        color: #334155;
    }

    .main-nav .menu {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
        padding: 10px 0;
    }

    .main-nav .menu > li {
        width: 100%;
    }

    .main-nav .menu > li > a {
        display: flex;
        justify-content: space-between;
        margin: 0 10px;
        padding: 11px 12px;
        border-radius: 8px;
        color: #0f172a;
        background: #f8fafc;
    }

    .main-nav .menu > li > a:hover,
    .main-nav .menu > li:hover > a {
        color: #0f172a;
        background: #eef2ff;
    }

    .main-nav .has-dropdown > a i {
        color: #64748b;
    }

    .main-nav .dropdown {
        position: static;
        display: none;
        margin: 4px 10px 0;
        min-width: 0;
        border-radius: 8px;
        border: 1px solid #e2e8f0;
    }

    .main-nav .dropdown li a {
        padding: 10px 12px;
        font-size: 13px;
    }

    .main-nav__extra {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .header-inner {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .header-brand {
        min-width: 0;
    }

    .header-search .box-search {
        min-height: 38px;
        border-radius: 6px;
    }

    .header-search input {
        height: 30px;
        border-radius: 6px;
        padding-right: 76px;
    }

    .header-search .button-theme {
        min-height: 30px;
        border-radius: 6px;
        padding: 0 10px;
        font-size: 12px;
    }

    .header-user,
    .header-auth {
        padding-right: 40px;
    }

    .header-user .user-toggle {
        min-height: 34px;
        padding: 4px 8px 4px 5px;
    }

    .header-user .user-toggle i.fa-chevron-down {
        display: block;
    }

    .header-user .user-avatar {
        width: 26px;
        height: 26px;
    }

    .header-user .user-name {
        max-width: none;
        overflow: visible;
        text-overflow: clip;
        white-space: nowrap;
    }

    .header-user .user-balance {
        display: inline-flex;
    }

    .header-user .user-overlay {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, .46);
        opacity: 0;
        visibility: hidden;
        transition: .25s ease;
        z-index: 1001;
        display: block;
    }

    .header-user .user-dropdown {
        position: fixed;
        top: 0;
        left: 0;
        width: 82%;
        max-width: 320px;
        height: 100vh;
        border-radius: 0;
        transform: translateX(-100%);
        transition: transform .25s ease;
        overflow-y: auto;
        z-index: 1002;
    }

    .header-user .user-close {
        position: absolute;
        top: 8px;
        right: 10px;
        font-size: 18px;
        cursor: pointer;
        z-index: 2;
        display: block;
        color: #0f172a;
    }

    .header-user.show .user-dropdown {
        transform: translateX(0);
    }

    .header-user.show .user-overlay {
        opacity: 1;
        visibility: visible;
    }
}

.section-softcard-home {
    position: relative;
}

.section-softcard-home .description {
    margin-bottom: 20px !important;
}

.section-softcard-home .card-product {
    height: 100%;
    transform: none;
}

.section-softcard-home .card-product_frame {
    position: relative;
    height: 100%;
    padding: 0;
    border: 1px solid rgba(100, 116, 139, .3);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: none;
    overflow: hidden;
    transition: var(--transition-default);
}

.section-softcard-home .card-product .card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

.section-softcard-home .card-product .card-image:before {
    padding-top: calc(46 / 79 * 100%);
}

.section-softcard-home .card-product .card-image > img {
    object-fit: cover;
    padding: 0;
}

.section-softcard-home .card-product .card-title {
    margin: 0;
    padding: 1px 8px 2px;
    border-top: 1px solid rgba(148, 163, 184, .2);
    border-radius: 0 0 10px 10px;
    background: #f3f4f6;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #18212f;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section-softcard-home .card-product .card-title span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-softcard-home .card-product:hover {
    transform: none;
}

.section-softcard-home .card-product:hover .card-product_frame {
    transform: translateY(-2px);
    border-color: rgba(var(--primary-rgb), .28);
    box-shadow: none;
}

.section-softcard-home .card-product:hover .card-image {
    opacity: 1;
    background: transparent;
}

.section-softcard-home .card-product:hover .card-title {
    color: var(--primary-color);
}

@media(max-width: 767px) {
    .section-softcard-home .card-product_frame {
        padding: 0;
        border-radius: 8px;
    }

    .section-softcard-home .card-product .card-image {
        padding: 0;
    }

    .section-softcard-home .card-product .card-title {
        margin: 0;
        padding: 1px 6px 2px;
        min-height: 28px;
        font-size: 13px;
        border-radius: 0 0 8px 8px;
    }
}

.section-home-topup {
    padding-top: 24px;
}

.home-topup-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.home-topup-box {
    position: relative;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.home-topup-box.is-loading .home-topup-box__body {
    opacity: .5;
    pointer-events: none;
}

.home-topup-box.is-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
    border: 2px solid rgba(var(--primary-rgb), .2);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: homeTopupSpin .7s linear infinite;
    z-index: 3;
}

@keyframes homeTopupSpin {
    to {
        transform: rotate(360deg);
    }
}

.home-topup-box__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(148, 163, 184, .2);
    background: linear-gradient(180deg, rgba(var(--primary-rgb), .08) 0%, rgba(var(--primary-rgb), .03) 100%);
}

.home-topup-box__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    color: #0f172a;
}

.home-topup-box__subtitle {
    margin: 2px 0 0;
    font-size: 12px;
    color: #64748b;
}

.home-topup-box__link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color);
}

.home-topup-box__body {
    padding: 14px;
}

.home-topup-box__body .form-m1 {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-topup-box__body .row10:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .home-topup-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .section-home-topup {
        padding-top: 16px;
    }

    .home-topup-box__head,
    .home-topup-box__body {
        padding: 10px;
    }

    .home-topup-box__title {
        font-size: 16px;
    }
}

.section-home-softcard .home-softcard-product-btn .card-image img {
    max-height: 74px;
    object-fit: contain;
    border-radius: 3px;
}

.section-home-softcard .home-sc-item-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    margin-bottom: 2px;
    padding: 8px 10px;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
    transition: var(--transition-default);
}

.section-home-softcard .home-sc-item-btn .text {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    color: #1f2937;
}

.section-home-softcard .home-sc-item-btn .text span {
    margin-right: 4px;
    font-size: 11px;
    font-weight: 700;
}

.section-home-softcard .home-sc-item-btn .text small {
    margin-top: 2px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.section-home-softcard .home-sc-item-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(var(--primary-rgb), .45);
    background: rgba(var(--primary-rgb), .06);
}

.section-home-softcard .home-sc-item-btn.active {
    border-color: var(--primary-color);
    border-width: 2px;
    background: rgba(var(--primary-rgb), .1);
}

.section-home-softcard .home-sc-item-btn.active .text {
    color: var(--primary-color);
}

.section-home-softcard .home-shopping-cart-loading {
    position: relative;
}

.section-home-softcard .home-shopping-cart-loading.is-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 2;
}

.section-home-softcard .home-shopping-cart-loading .cart-loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: none;
    width: 42px;
    height: 42px;
    border: 3px solid rgba(0, 0, 0, .12);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: homeSoftcardSpin .7s linear infinite;
}

.section-home-softcard .home-shopping-cart-loading.is-loading .cart-loading-icon {
    display: block;
}

@keyframes homeSoftcardSpin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (max-width: 767px) {
    .section-home-softcard .home-sc-item-btn {
        min-height: 58px;
        padding: 7px 8px;
    }

    .section-home-softcard .home-sc-item-btn .text {
        font-size: 12px;
    }
}

.section-home-news .section-heading {
    margin-bottom: 16px;
}

.section-home-news .home-news-layout {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 16px;
}

.section-home-news .home-news-feature {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.section-home-news .home-news-feature__thumb {
    display: block;
}

.section-home-news .home-news-feature__thumb img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: var(--transition-default);
}

.section-home-news .home-news-feature__content {
    padding: 14px;
}

.section-home-news .home-news-feature__meta {
    margin-bottom: 6px;
    font-size: 12px;
    color: #64748b;
}

.section-home-news .home-news-feature__title {
    margin: 0;
}

.section-home-news .home-news-feature__title a {
    display: -webkit-box;
    overflow: hidden;
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-home-news .home-news-feature__action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
}

.section-home-news .home-news-feature:hover .home-news-feature__thumb img {
    transform: scale(1.03);
}

.section-home-news .home-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.section-home-news .home-news-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.section-home-news .home-news-item__thumb {
    display: block;
}

.section-home-news .home-news-item__thumb img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.section-home-news .home-news-item__title {
    margin: 0;
    padding: 9px 10px 10px;
}

.section-home-news .home-news-item__title a {
    display: -webkit-box;
    overflow: hidden;
    color: #1e293b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-home-news .home-news-more {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 14px;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
}

.section-home-news .home-news-more__link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.section-home-news .home-news-more__link i {
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .section-home-news .home-news-layout {
        grid-template-columns: 1fr;
    }

    .section-home-news .home-news-more {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .section-home-news .home-news-feature__title a {
        font-size: 17px;
    }

    .section-home-news .home-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.footer.footer-modern {
    margin-top: 26px;
    border-top: 0;
    background: #0c1426;
    color: #cbd5e1;
}

.footer.footer-modern .footer-top {
    padding: 40px 0 24px;
    background: linear-gradient(180deg, #0f172a 0%, #101b33 100%);
}

.footer.footer-modern .footer-brand {
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 14px;
    background: rgba(148, 163, 184, .08);
}

.footer.footer-modern .footer-brand-name {
    display: block;
    color: #f8fafc;
    font-size: 18px;
    line-height: 1.4;
}

.footer.footer-modern .footer-brand-desc {
    margin-top: 8px;
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.6;
}

.footer.footer-modern .footer-item_info p {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 8px;
    color: #e2e8f0;
    font-size: 13px;
}

.footer.footer-modern .footer-item_info i {
    width: 14px;
    margin-top: 2px;
    color: #93c5fd;
    text-align: center;
}

.footer.footer-modern .footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer.footer-modern .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(148, 163, 184, .35);
    border-radius: 8px;
    background: rgba(148, 163, 184, .12);
    color: #e2e8f0;
}

.footer.footer-modern .footer-social a:hover {
    opacity: 1;
    border-color: rgba(147, 197, 253, .8);
    background: rgba(59, 130, 246, .35);
    color: #fff;
}

.footer.footer-modern .footer-item_menu {
    padding: 2px 0;
}

.footer.footer-modern .footer-menu-title {
    margin-bottom: 10px;
    color: #f8fafc;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.footer.footer-modern .footer-menu-list li + li {
    margin-top: 8px;
}

.footer.footer-modern .footer-menu-link {
    display: inline-flex;
    align-items: center;
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.45;
}

.footer.footer-modern .footer-menu-link:hover {
    opacity: 1;
    color: #93c5fd;
}

.footer.footer-modern .footer-bottom {
    padding: 12px 0;
    border-top: 1px solid rgba(148, 163, 184, .2);
    background: #0b1324;
}

.footer.footer-modern .footer-bottom_copyright {
    color: #94a3b8;
    font-size: 13px;
}

.footer.footer-modern .footer-dropdown {
    gap: 8px;
}

.footer.footer-modern .footer-dropdown .text-muted {
    color: #94a3b8 !important;
}

.footer.footer-modern .btn-dropdown {
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid rgba(148, 163, 184, .35);
    border-radius: 8px;
    background: rgba(148, 163, 184, .12);
    color: #e2e8f0;
    font-size: 12px;
}

.footer.footer-modern .btn-dropdown:hover,
.footer.footer-modern .btn-dropdown:focus {
    opacity: 1;
    background: rgba(59, 130, 246, .32);
    color: #fff;
}

@media (max-width: 991px) {
    .footer.footer-modern .footer-brand {
        margin-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .footer.footer-modern .footer-top {
        padding: 26px 0 18px;
    }

    .footer.footer-modern .footer-bottom .footer-bottom_copyright {
        margin-bottom: 6px;
    }
}

.footer {
    margin-top: 24px;
    border-top: 1px solid #d4dbe3;
    background: #eceff3;
    color: #4b5563;
}

.footer .container {
    padding-top: 24px;
}

.footer .footer-item {
    padding-bottom: 16px;
}

.footer .footer-item .text-bold {
    display: block;
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.footer .footer-item_text {
    margin-top: 8px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
}

.footer .footer-item_title {
    margin-bottom: 10px;
    color: #374151;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer .footer-item_list ul li + li {
    margin-top: 8px;
}

.footer .footer-item_list a {
    color: #4b5563;
    font-size: 13px;
    line-height: 1.45;
}

.footer .footer-item_list a:hover {
    opacity: 1;
    color: #1f2937;
}

.footer .footer-item_info p {
    margin: 0 0 8px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.5;
}

.footer .footer-item_info i {
    width: 14px;
    margin-right: 4px;
    color: #6b7280;
    text-align: center;
}

.footer .footer-item_info__social {
    gap: 8px;
}

.footer .footer-item_info__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #c7ced8;
    border-radius: 50%;
    background: #dde3ea;
    color: #4b5563;
}

.footer .footer-item_info__social a:hover {
    opacity: 1;
    background: #d2d9e2;
    color: #1f2937;
}

.footer .footer-bottom {
    padding: 3px 0;
    border-top: 1px solid #ccd4de;
    background: #e1e6ec;
}

.footer .footer-bottom_copyright {
    color: #4b5563;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
}

.footer .footer-dropdown {
    min-height: 24px;
    gap: 5px;
}

.footer .footer-dropdown .dropdown-wrap {
    margin-left: 0 !important;
}

.footer .footer-dropdown .text-muted {
    margin-bottom: 0;
    line-height: 24px;
}

.footer .footer-dropdown .text-muted {
    color: #6b7280 !important;
}

.footer .btn-dropdown {
    min-height: 24px;
    padding: 0 7px;
    border: 1px solid #c7ced8;
    border-radius: 6px;
    background: #f3f5f8;
    color: #374151;
    font-size: 10px;
    box-shadow: none;
}

.footer .btn-dropdown:hover,
.footer .btn-dropdown:focus {
    opacity: 1;
    background: #edf1f5;
    color: #1f2937;
}

.footer .footer-dropdown .dropdown.dropdown-wrap {
    position: relative;
    top: auto;
    left: auto;
    min-width: 0;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
}

.footer .footer-dropdown .dropdown.dropdown-wrap .dropdown-menu {
    top: calc(100% + 8px);
    left: auto;
    right: 0;
}

@media (max-width: 767px) {
    .footer .container {
        padding-top: 18px;
    }

    .footer .footer-item {
        padding-bottom: 10px;
    }

    .footer .footer-bottom_copyright {
        display: inline-block;
        margin-bottom: 6px;
    }
}

/*# sourceMappingURL=maps/theme.css.map */

/* Moved from resources/views/frontend/netpay/widgets/headcss.blade.php */
};
        --primary-hover: {{getSiteInfo('footer_bg')}};
        --secondary-color: #ee4d2d;
        --primary-rgb: 1, 36, 103;
        --hero-font: "Be Vietnam Pro", "Roboto", Arial, sans-serif;
        --site-font: "Be Vietnam Pro", "Segoe UI", "Roboto", Arial, sans-serif;
    }

    body,
    button,
    input,
    select,
    textarea {
        font-family: var(--site-font);
    }

    .footer .container {
        padding-top: 0 !important;
    }

    .card-product .card-title {
        padding-top: 0 !important;
    }

    .site-header {
        background: #fff !important;
        color: #0f172a;
        border-bottom: 1px solid #e2e8f0;
    }

    .header-search .box-search {
        border: 2px solid #cbd5e1 !important;
        background: #fff !important;
        border-radius: 12px !important;
        box-shadow: none !important;
        transition: border-color .2s ease, background-color .2s ease;
    }

    .header-search .box-search:focus-within {
        border-color: var(--primary-color) !important;
        box-shadow: none !important;
        background: #fff !important;
    }

    .header-search input {
        color: #0f172a !important;
        font-weight: 500;
    }

    .header-search input::placeholder {
        color: #94a3b8 !important;
    }

    .header-search .button-theme {
        background: var(--primary-color) !important;
        color: #fff !important;
        border-radius: 9px !important;
        font-weight: 700;
        min-width: 108px;
        box-shadow: none !important;
    }

    .header-search .button-theme:hover {
        background: var(--secondary-color) !important;
        color: #fff !important;
    }

    .header-search_hint a {
        color: #64748b !important;
        border-color: #dbe3ee !important;
        background: #f8fafc !important;
    }

    .header-auth a {
        min-height: 40px !important;
        padding: 0 16px !important;
        border: 1px solid #cbd5e1 !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #0f172a !important;
        font-weight: 700 !important;
        letter-spacing: .02em;
        box-shadow: none !important;
    }

    .header-auth a:hover {
        background: #eef2ff !important;
        border-color: rgba(var(--primary-rgb), .4) !important;
        color: var(--primary-color) !important;
        box-shadow: none !important;
        transform: translateY(-1px);
    }

    .header-auth a i {
        color: var(--primary-color) !important;
        margin-right: 6px;
    }

    .header-auth a:last-child {
        background: var(--primary-color) !important;
        border-color: var(--primary-color) !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    .header-auth a:last-child i {
        color: #fff !important;
    }

    .header-auth a:last-child:hover {
        background: var(--secondary-color) !important;
        border-color: var(--secondary-color) !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    .header-user .user-toggle {
        background: #f8fafc !important;
        color: #0f172a !important;
    }

    .header-user .user-toggle:hover {
        background: #eef2ff !important;
        color: #0f172a !important;
    }

    .header-user .user-toggle .user-avatar {
        background: var(--primary-color) !important;
        color: #fff !important;
    }

    .header-user .user-toggle .user-name,
    .header-user .user-toggle .user-balance {
        color: #0f172a !important;
    }

    .header-user .user-toggle .user-balance {
        background: #e2e8f0 !important;
    }

    .header-user .user-toggle i.fa-chevron-down {
        color: #64748b !important;
        background: transparent !important;
    }

    .btn-menu-toggle span {
        color: #64748b !important;
        background: #0f172a !important;
    }

    .theme-form-standard {
        border: 1px solid #dbe3ee !important;
        border-radius: 10px !important;
        background: #fff !important;
        padding: 18px !important;
        box-shadow: none !important;
    }

    .theme-form-standard,
    .theme-form-standard .form-control,
    .theme-form-standard .input-group-text,
    .theme-form-standard .select2-container .select2-selection--single,
    .theme-form-standard .select2-container--default .select2-search--dropdown .select2-search__field,
    .theme-form-standard .select2-container .select2-selection--multiple {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .theme-form-standard .form-control,
    .theme-form-standard .input-group-text,
    .theme-form-standard .select2-container .select2-selection--single,
    .theme-form-standard .select2-container--default .select2-search--dropdown .select2-search__field {
        height: 46px !important;
        min-height: 46px !important;
        border-radius: 10px !important;
        border-color: #d6deea !important;
        background: #fff !important;
    }

    .theme-form-standard .form-control:not(textarea),
    .theme-form-standard .input-group-text,
    .theme-form-standard .select2-container .select2-selection--single {
        line-height: 44px !important;
    }

    .theme-form-standard .form-control {
        padding-left: 14px !important;
        padding-right: 14px !important;
        color: #0f172a !important;
        font-weight: 500;
    }

    .theme-form-standard textarea.form-control {
        min-height: 112px;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        line-height: 1.5 !important;
    }

    .theme-form-standard .form-control::placeholder {
        color: #94a3b8 !important;
    }

    .theme-form-standard .form-control[type="date"],
    .theme-form-standard .form-control[type="time"],
    .theme-form-standard .form-control[type="datetime-local"],
    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control[type="date"],
    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control[type="time"],
    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control[type="datetime-local"],
    .section-home-topup .home-topup-box__body .form-m1 .form-control[type="date"],
    .section-home-topup .home-topup-box__body .form-m1 .form-control[type="time"],
    .section-home-topup .home-topup-box__body .form-m1 .form-control[type="datetime-local"],
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control[type="date"],
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control[type="time"],
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control[type="datetime-local"],
    .theme-filter-standard .form-control[type="date"],
    .theme-filter-standard .form-control[type="time"],
    .theme-filter-standard .form-control[type="datetime-local"] {
        padding-right: 40px !important;
        background-repeat: no-repeat !important;
        background-position: right 12px center !important;
        background-size: 14px 14px !important;
    }

    .theme-form-standard .form-control[type="date"],
    .theme-form-standard .form-control[type="datetime-local"],
    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control[type="date"],
    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control[type="datetime-local"],
    .section-home-topup .home-topup-box__body .form-m1 .form-control[type="date"],
    .section-home-topup .home-topup-box__body .form-m1 .form-control[type="datetime-local"],
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control[type="date"],
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control[type="datetime-local"],
    .theme-filter-standard .form-control[type="date"],
    .theme-filter-standard .form-control[type="datetime-local"] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 2V5' stroke='%2364748b' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M16 2V5' stroke='%2364748b' stroke-width='1.8' stroke-linecap='round'/%3E%3Crect x='3' y='4' width='18' height='17' rx='3' stroke='%2364748b' stroke-width='1.8'/%3E%3Cpath d='M3 9H21' stroke='%2364748b' stroke-width='1.8'/%3E%3C/svg%3E") !important;
    }

    .theme-form-standard .form-control[type="time"],
    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control[type="time"],
    .section-home-topup .home-topup-box__body .form-m1 .form-control[type="time"],
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control[type="time"],
    .theme-filter-standard .form-control[type="time"] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%2364748b' stroke-width='1.8'/%3E%3Cpath d='M12 7V12L15 14' stroke='%2364748b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    }

    .theme-form-standard .form-control[type="date"]::-webkit-calendar-picker-indicator,
    .theme-form-standard .form-control[type="time"]::-webkit-calendar-picker-indicator,
    .theme-form-standard .form-control[type="datetime-local"]::-webkit-calendar-picker-indicator,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control[type="date"]::-webkit-calendar-picker-indicator,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control[type="time"]::-webkit-calendar-picker-indicator,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control[type="datetime-local"]::-webkit-calendar-picker-indicator,
    .section-home-topup .home-topup-box__body .form-m1 .form-control[type="date"]::-webkit-calendar-picker-indicator,
    .section-home-topup .home-topup-box__body .form-m1 .form-control[type="time"]::-webkit-calendar-picker-indicator,
    .section-home-topup .home-topup-box__body .form-m1 .form-control[type="datetime-local"]::-webkit-calendar-picker-indicator,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control[type="date"]::-webkit-calendar-picker-indicator,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control[type="time"]::-webkit-calendar-picker-indicator,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control[type="datetime-local"]::-webkit-calendar-picker-indicator,
    .theme-filter-standard .form-control[type="date"]::-webkit-calendar-picker-indicator,
    .theme-filter-standard .form-control[type="time"]::-webkit-calendar-picker-indicator,
    .theme-filter-standard .form-control[type="datetime-local"]::-webkit-calendar-picker-indicator {
        opacity: 0;
        display: block;
        width: 40px;
        min-width: 40px;
        height: 100%;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .theme-form-standard .form-control:focus,
    .theme-form-standard .select2-container.select2-container--open .select2-selection--single,
    .theme-form-standard .select2-container .select2-selection--single:focus {
        border-color: rgba(var(--primary-rgb), .6) !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .theme-form-standard select.form-control {
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        padding-right: 40px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 10px center !important;
        background-size: 12px 8px !important;
    }

    .theme-form-standard .select2-container {
        width: 100% !important;
    }

    .theme-form-standard .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 14px !important;
        padding-right: 36px !important;
        line-height: 44px !important;
        font-weight: 500;
        color: #0f172a !important;
    }

    .theme-form-standard .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 10px !important;
        height: 46px !important;
    }

    .theme-form-standard .select2-container .select2-selection--multiple {
        min-height: 46px !important;
        border-radius: 10px !important;
        border: 1px solid #d6deea !important;
        background: #fff !important;
    }

    .theme-form-standard .btn.btn-theme_primary.btn-lg,
    .theme-form-standard .btn.btn-theme_secondary.btn-lg {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px;
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 18px !important;
        border-radius: 10px !important;
        box-shadow: none !important;
    }

    .theme-form-standard .btn.btn-theme_primary.btn-lg {
        border: 1px solid var(--primary-color) !important;
        background: var(--primary-color) !important;
        color: #fff !important;
    }

    .theme-form-standard .btn.btn-theme_primary.btn-lg:hover {
        background: var(--primary-hover) !important;
        border-color: var(--primary-hover) !important;
    }

    .theme-form-standard .btn.btn-theme_secondary.btn-lg {
        border: 1px solid var(--secondary-color) !important;
        background: var(--secondary-color) !important;
        color: #fff !important;
    }

    .theme-form-standard .btn.btn-theme_secondary.btn-lg:hover {
        background: #d63f22 !important;
        border-color: #d63f22 !important;
    }

    .theme-form-standard .col-form-label {
        color: #334155 !important;
        font-weight: 700 !important;
    }

    .theme-filter-standard {
        padding: 16px !important;
    }

    .theme-filter-standard .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .theme-filter-standard .row > [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }

    .theme-filter-standard .form-theme_item,
    .theme-filter-standard .form-theme_item--input {
        height: 100%;
    }

    .theme-filter-standard .date-field-wrap {
        position: relative;
    }

    .theme-filter-standard .date-field-trigger {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #64748b;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .theme-filter-standard .date-field-trigger:hover {
        color: #0f172a;
    }

    .theme-filter-standard__actions {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .theme-filter-standard__actions .btn {
        min-width: 0;
        margin: 0 !important;
    }

    .theme-filter-standard__reset {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px;
        height: 46px;
        min-height: 46px;
        padding: 0 18px;
        border: 1px solid #d6deea !important;
        border-radius: 10px !important;
        background: #fff !important;
        color: #334155 !important;
        box-shadow: none !important;
    }

    .theme-filter-standard__reset:hover {
        border-color: #cbd5e1 !important;
        background: #f8fafc !important;
        color: #0f172a !important;
        text-decoration: none;
    }

    @media (max-width: 991px) {
        .theme-filter-standard__actions {
            margin-top: 6px;
        }
    }

    .section-home-topup .home-topup-box {
        border: 1px solid #dbe3ee !important;
        border-radius: 10px !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    .section-home-topup .home-topup-box__head {
        padding: 16px 18px !important;
        border-bottom: 1px solid #e5edf7 !important;
        background: #f8fbff !important;
    }

    .section-home-topup .home-topup-box__title {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 20px !important;
        font-weight: 700 !important;
        letter-spacing: -.01em;
    }

    .section-home-topup .home-topup-box__title::before {
        content: "\f0e7";
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 999px;
        background: rgba(var(--primary-rgb), .12);
        color: var(--primary-color);
        font-family: "Font Awesome 5 Pro";
        font-size: 13px;
        font-weight: 900;
        line-height: 1;
    }

    .section-home-topup .home-topup-box.has-title-image .home-topup-box__title::before {
        content: "";
        font-size: 0;
        font-weight: 400;
        background-color: transparent;
        background-image: var(--topup-title-icon);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border: 1px solid #e2e8f0;
        overflow: hidden;
    }

    .section-home-topup .home-topup-box__subtitle {
        display: none !important;
    }

    .section-home-topup .home-topup-box__link {
        display: inline-flex !important;
        align-items: center !important;
        gap: 5px;
        height: 34px;
        padding: 0 12px;
        border: 1px solid #dbe3ee;
        border-radius: 999px;
        background: #fff;
        color: var(--primary-color) !important;
    }

    .section-home-topup .home-topup-box__body {
        padding: 18px !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 {
        border: 1px solid #dbe3ee !important;
        border-radius: 10px !important;
        background: #fff !important;
        padding: 18px !important;
        box-shadow: none !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .input-group-text,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--single,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container--default .select2-search--dropdown .select2-search__field,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--multiple {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .input-group-text,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--single,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container--default .select2-search--dropdown .select2-search__field {
        height: 46px !important;
        min-height: 46px !important;
        border-radius: 10px !important;
        border-color: #d6deea !important;
        background: #fff !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control:not(textarea),
    .recharge-page-form #recharge-form-wrapper > .form-m1 .input-group-text,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--single {
        line-height: 44px !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control {
        padding-left: 14px !important;
        padding-right: 14px !important;
        color: #0f172a !important;
        font-weight: 500;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control::placeholder {
        color: #94a3b8 !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control:focus,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container.select2-container--open .select2-selection--single,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--single:focus {
        border-color: rgba(var(--primary-rgb), .6) !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 select.form-control {
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        padding-right: 40px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 10px center !important;
        background-size: 12px 8px !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container {
        width: 100% !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 14px !important;
        padding-right: 36px !important;
        line-height: 44px !important;
        font-weight: 500;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 10px !important;
        height: 46px !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--multiple {
        min-height: 46px !important;
        border-radius: 10px !important;
        border: 1px solid #d6deea !important;
        background: #fff !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .btn.btn-theme_primary.btn-lg.w-100 {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px;
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 18px !important;
        border: 1px solid var(--primary-color) !important;
        border-radius: 10px !important;
        background: var(--primary-color) !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .btn.btn-theme_primary.btn-lg.w-100:hover {
        background: var(--primary-hover) !important;
        border-color: var(--primary-hover) !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .col-form-label {
        color: #334155 !important;
        font-weight: 700 !important;
    }

    .section-home-topup .home-topup-product-row {
        margin-bottom: 2px;
    }

    .section-home-topup .home-topup-box__body .form-m1,
    .section-home-topup .home-topup-box__body .form-m1 .form-control,
    .section-home-topup .home-topup-box__body .form-m1 .input-group-text,
    .section-home-topup .home-topup-box__body .form-m1 .select2-container .select2-selection--single,
    .section-home-topup .home-topup-box__body .form-m1 .select2-container--default .select2-search--dropdown .select2-search__field,
    .section-home-topup .home-topup-box__body .form-m1 .select2-container .select2-selection--multiple {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .section-home-topup .home-topup-box__body .form-m1 .form-control,
    .section-home-topup .home-topup-box__body .form-m1 .input-group-text,
    .section-home-topup .home-topup-box__body .form-m1 .select2-container .select2-selection--single,
    .section-home-topup .home-topup-box__body .form-m1 .select2-container--default .select2-search--dropdown .select2-search__field {
        height: 46px !important;
        min-height: 46px !important;
        border-radius: 10px !important;
        border-color: #d6deea !important;
        background: #fff !important;
    }

    .section-home-topup .home-topup-box__body .form-m1 .form-control:not(textarea),
    .section-home-topup .home-topup-box__body .form-m1 .input-group-text,
    .section-home-topup .home-topup-box__body .form-m1 .select2-container .select2-selection--single {
        line-height: 44px !important;
    }

    .section-home-topup .home-topup-box__body .form-m1 .form-control {
        padding-left: 14px !important;
        padding-right: 14px !important;
        color: #0f172a !important;
        font-weight: 500;
    }

    .section-home-topup .home-topup-box__body .form-m1 .form-control::placeholder {
        color: #94a3b8 !important;
    }

    .section-home-topup .home-topup-box__body .form-m1 .form-control:focus,
    .section-home-topup .home-topup-box__body .form-m1 .select2-container.select2-container--open .select2-selection--single,
    .section-home-topup .home-topup-box__body .form-m1 .select2-container .select2-selection--single:focus {
        border-color: rgba(var(--primary-rgb), .6) !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .section-home-topup .home-topup-box__body .form-m1 select.form-control {
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        padding-right: 40px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 10px center !important;
        background-size: 12px 8px !important;
    }

    .section-home-topup .home-topup-box__body .form-m1 .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 14px !important;
        padding-right: 36px !important;
        line-height: 44px !important;
        font-weight: 500;
    }

    .section-home-topup .home-topup-box__body .form-m1 .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 10px !important;
        height: 46px !important;
    }

    .section-home-topup .home-topup-box__body .form-m1 .select2-container .select2-selection--multiple {
        min-height: 46px !important;
        border-radius: 10px !important;
        border: 1px solid #d6deea !important;
        background: #fff !important;
    }

    .section-home-topup .home-topup-box__body .form-m1 .btn.btn-theme_primary.btn-lg.w-100 {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px;
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 18px !important;
        border: 1px solid var(--primary-color) !important;
        border-radius: 10px !important;
        background: var(--primary-color) !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    .section-home-topup .home-topup-box__body .form-m1 .btn.btn-theme_primary.btn-lg.w-100:hover {
        background: var(--primary-hover) !important;
        border-color: var(--primary-hover) !important;
    }

    .section-home-topup .home-topup-box__body .form-m1 .col-form-label {
        color: #334155 !important;
        font-weight: 700 !important;
    }

    .section-home-topup .home-topup-product-picker {
        position: relative;
        padding: 0 34px;
    }

    .section-home-topup .home-topup-product-slider {
        overflow: hidden;
    }

    .section-home-topup .home-topup-product-slider .swiper-slide {
        width: auto;
    }

    .section-home-topup .home-topup-product-option {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        min-height: 92px;
        padding: 10px 10px 8px;
        min-width: 88px;
        max-width: 104px;
        border: 1px solid #d6deea;
        border-radius: 10px;
        background: #fff;
        color: #0f172a !important;
        text-align: center;
    }

    .section-home-topup .home-topup-product-option:hover {
        border-color: rgba(var(--primary-rgb), .45);
        background: #f8fbff;
    }

    .section-home-topup .home-topup-product-option.is-active {
        border-color: var(--primary-color);
        border-width: 2px;
        background: rgba(var(--primary-rgb), .08);
    }

    .section-home-topup .home-topup-product-option__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        overflow: hidden;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #e2e8f0;
    }

    .section-home-topup .home-topup-product-option__icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .section-home-topup .home-topup-product-option__name {
        display: block;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.25;
        color: #0f172a;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 28px;
    }

    .section-home-topup .home-topup-product-nav {
        position: absolute;
        top: 50%;
        z-index: 2;
        width: 28px;
        height: 28px;
        margin-top: -14px;
        border: 1px solid #d6deea;
        border-radius: 50%;
        background: #fff;
        color: #334155;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .section-home-topup .home-topup-product-nav--prev {
        left: 0;
    }

    .section-home-topup .home-topup-product-nav--next {
        right: 0;
    }

    .section-home-topup .home-topup-product-nav.swiper-button-disabled {
        opacity: .45;
        cursor: not-allowed;
    }

    @media (max-width: 575px) {
        .section-home-topup .home-topup-product-picker {
            padding: 0 28px;
        }

        .section-home-topup .home-topup-product-option {
            min-width: 82px;
            max-width: 96px;
        }
    }

    .section-home-softcard .home-softcard-product-picker {
        position: relative;
    }

    .section-home-softcard .home-softcard-heading-nav {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-left: 12px;
    }

.section-home-softcard #home-softcard-products {
    padding: 0 0 2px;
    overflow: hidden;
    row-gap: 10px;
    --swiper-grid-row-gap: 10px;
}

.section-home-softcard #home-softcard-products .swiper-wrapper {
    align-items: stretch;
}

.section-home-softcard #home-softcard-products .swiper-slide {
    height: auto;
}

    .section-home-softcard .home-softcard-product-nav {
        position: static;
        z-index: 2;
        width: 32px;
        height: 32px;
        margin-top: 0;
        border: 1px solid rgba(16, 185, 129, .25);
        border-radius: 50%;
        background: #12b76a;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: background-color .2s ease, border-color .2s ease, color .2s ease;
    }

    .section-home-softcard .home-softcard-product-nav--prev {
        left: auto;
    }

    .section-home-softcard .home-softcard-product-nav--next {
        right: auto;
    }

    .section-home-softcard .home-softcard-product-nav:hover {
        background: #0ea765;
        border-color: #0ea765;
    }

    .section-home-softcard .home-softcard-product-nav.swiper-button-disabled {
        opacity: .45 !important;
        cursor: not-allowed;
    }

    .section-home-softcard .home-softcard-product-picker > .home-softcard-product-nav {
        display: none !important;
    }

    .section-home-softcard .home-softcard-product-btn {
        display: block;
        height: 100%;
        min-height: 0;
        padding: 0;
        border: 1px solid #d8e0ea;
        border-radius: 12px;
        background: #fff;
        overflow: hidden;
        box-shadow: none;
        transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
    }

    .section-home-softcard .home-softcard-product-btn:hover {
        transform: translateY(-1px);
        border-color: rgba(var(--primary-rgb), .45);
        background: #fff;
    }

    .section-home-softcard .home-softcard-product-btn.active {
        border-color: var(--primary-color);
        border-width: 2px;
        background: #fff;
    }

    .section-home-softcard .home-softcard-product-btn .card-image {
        display: block;
        width: 100%;
        background: transparent;
        border: 0 !important;
        margin: 0;
        border-radius: 0;
    }

    .section-home-softcard .home-softcard-product-btn .card-image img {
        display: block;
        width: 100%;
        height: 82px;
        object-fit: cover;
        border-radius: 3px !important;
    }

    .section-home-softcard .home-softcard-product-btn .card-title {
        position: static;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        font-family: Arial, Helvetica, sans-serif !important;
    }

    .section-home-softcard .home-softcard-product-btn .card-title span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 6px 10px;
        background: #fff;
        color: #334155;
        font-size: 11px;
        font-weight: 800;
        font-family: Arial, Helvetica, sans-serif !important;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .input-group-text,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container .select2-selection--single,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container--default .select2-search--dropdown .select2-search__field,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container .select2-selection--multiple {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .input-group-text,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container .select2-selection--single,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container--default .select2-search--dropdown .select2-search__field {
        height: 46px !important;
        min-height: 46px !important;
        border-radius: 10px !important;
        border-color: #d6deea !important;
        background: #fff !important;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control:not(textarea),
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .input-group-text,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container .select2-selection--single {
        line-height: 44px !important;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control {
        padding-left: 14px !important;
        padding-right: 14px !important;
        color: #0f172a !important;
        font-weight: 500;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control::placeholder {
        color: #94a3b8 !important;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control:focus,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container.select2-container--open .select2-selection--single,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container .select2-selection--single:focus {
        border-color: rgba(var(--primary-rgb), .6) !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1 select.form-control {
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        padding-right: 40px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 10px center !important;
        background-size: 12px 8px !important;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container {
        width: 100% !important;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 14px !important;
        padding-right: 36px !important;
        line-height: 44px !important;
        font-weight: 500;
        color: #0f172a !important;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 10px !important;
        height: 46px !important;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container .select2-selection--multiple {
        min-height: 46px !important;
        border-radius: 10px !important;
        border: 1px solid #d6deea !important;
        background: #fff !important;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .btn.btn-theme_primary.btn-lg.w-100 {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px;
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 18px !important;
        border: 1px solid var(--primary-color) !important;
        border-radius: 10px !important;
        background: var(--primary-color) !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .btn.btn-theme_primary.btn-lg.w-100:hover {
        background: var(--primary-hover) !important;
        border-color: var(--primary-hover) !important;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .btn.btn-large.btn-success.w-100 {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px;
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 18px !important;
        border: 1px solid var(--primary-color) !important;
        border-radius: 10px !important;
        background: var(--primary-color) !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .btn.btn-large.btn-success.w-100:hover {
        background: var(--primary-hover) !important;
        border-color: var(--primary-hover) !important;
    }

    .section-home-softcard #home-shopping-cart-wrapper .card.card-cart {
        border-radius: 10px !important;
        overflow: hidden;
    }

    .section-home-news .section-heading {
        margin-bottom: 20px;
    }

    .section-home-news .home-news-layout {
        gap: 35px;
    }

    .section-home-news .home-news-grid {
        gap: 30px;
    }

    .section-home-news .home-news-more {
        gap: 14px 20px;
        margin-top: 18px;
        padding: 16px 18px;
    }

    @media (max-width: 767px) {
        .section-home-softcard #home-softcard-products {
            padding: 0 0 2px;
        }

        .section-home-softcard .home-softcard-product-btn .card-image img {
            height: 70px;
        }

        .section-home-softcard .home-softcard-product-btn .card-title span {
            min-height: 32px;
            padding: 6px 8px;
            font-size: 10px;
        }
    }

    .hero-netpay {
        position: relative;
        margin: 0 0 26px;
        overflow: hidden;
        background:
            radial-gradient(circle at top left, rgba(59, 130, 246, 0.12), transparent 36%),
            radial-gradient(circle at top right, rgba(16, 185, 129, 0.10), transparent 32%),
            linear-gradient(90deg, #f5f7ff 0%, #f7fbff 42%, #f9fcff 100%);
    }

    .hero-netpay::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.4), transparent 45%),
            radial-gradient(circle at 15% 25%, rgba(255, 184, 34, 0.12), transparent 18%);
        pointer-events: none;
    }

    .hero-netpay .container {
        position: relative;
        z-index: 1;
    }

    .hero-netpay .hero-slider-v2 {
        padding: 58px 0 54px;
        overflow: hidden;
    }

    .hero-netpay #slideBanner {
        overflow: hidden;
    }

    .hero-netpay .swiper-wrapper {
        align-items: stretch;
    }

    .hero-netpay .swiper-slide {
        height: auto;
        width: 100% !important;
    }

    .hero-netpay .hero-slide-item {
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
        gap: 48px;
        align-items: center;
    }

    .hero-netpay .hero-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 650px;
    }

    .hero-netpay .hero-badge-v2 {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 16px;
        border-radius: 999px;
        background: #fdf1ce;
        color: #b45309;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 26px;
        font-family: var(--hero-font);
    }

    .hero-netpay .hero-badge-v2 i {
        color: #f59e0b;
    }

    .hero-netpay .hero-heading-v2 {
        margin: 0 0 22px;
        color: #0f172a;
        font-size: clamp(2.6rem, 4vw, 4.1rem);
        font-weight: 800;
        line-height: 1.12;
        letter-spacing: -.03em;
        font-family: var(--hero-font);
    }

    .hero-netpay .hero-desc-v2,
    .hero-netpay .hero-desc-v2 p {
        margin: 0;
        color: #475569;
        font-size: 1.125rem;
        line-height: 1.72;
        max-width: 590px;
        font-family: var(--hero-font);
    }

    .hero-netpay .hero-desc-v2 {
        margin-bottom: 30px;
    }

    .hero-netpay .hero-btns-v2 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 14px;
    }

    .hero-netpay .hero-btns-v2 .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 0 24px;
        border-radius: 14px;
        font-weight: 700;
        font-size: 15px;
        box-shadow: none !important;
        font-family: var(--hero-font);
    }

    .hero-netpay .btn-yellow {
        background: #ffb221;
        border: 1px solid #ffb221;
        color: #111827;
    }

    .hero-netpay .btn-yellow:hover {
        background: #f59e0b;
        border-color: #f59e0b;
        color: #111827;
    }

    .hero-netpay .btn-outline-v2 {
        background: #fff;
        border: 1px solid #d7dfeb;
        color: #475569;
    }

    .hero-netpay .btn-outline-v2:hover {
        background: #f8fafc;
        border-color: #cbd5e1;
        color: #0f172a;
    }

    .hero-netpay .hero-visual-v2 {
        position: relative;
    }

    .hero-netpay .hero-main-banner-v2 {
        position: relative;
        overflow: hidden;
        border-radius: 28px;
        background:
            linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(239, 246, 255, .92)),
            linear-gradient(135deg, rgba(59, 130, 246, .15), rgba(16, 185, 129, .08));
        border: 1px solid rgba(203, 213, 225, .9);
        padding: 12px;
    }

    .hero-netpay .hero-main-banner-v2::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at top right, rgba(59, 130, 246, 0.16), transparent 28%),
            radial-gradient(circle at bottom left, rgba(255, 178, 33, 0.14), transparent 24%);
        pointer-events: none;
    }

    .hero-netpay .hero-main-banner-v2__link {
        display: block;
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: 22px;
    }

    .hero-netpay .hero-main-banner-v2 img {
        display: block;
        width: 100%;
        min-height: 320px;
        object-fit: cover;
    }

    .hero-netpay .hero-visual-caption {
        position: absolute;
        left: 28px;
        right: 28px;
        bottom: 26px;
        z-index: 2;
        padding: 16px 18px;
        border-radius: 18px;
        background: rgba(15, 23, 42, 0.66);
        backdrop-filter: blur(10px);
        color: #fff;
    }

    .hero-netpay .hero-visual-caption h5 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 700;
    }

    .hero-netpay .hero-visual-caption p {
        margin: 0;
        font-size: 13px;
        line-height: 1.6;
    }

    .hero-netpay #slideBanner .slide-button-prev,
    .hero-netpay #slideBanner .slide-button-next {
        position: absolute;
        top: 50%;
        z-index: 5;
        width: 48px;
        height: 48px;
        margin-top: -24px;
        border-radius: 50%;
        border: 1px solid rgba(226, 232, 240, .95);
        background: rgba(255, 255, 255, .95);
        color: #0f172a;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: none;
        transition: background-color .2s ease, border-color .2s ease, color .2s ease;
    }

    .hero-netpay #slideBanner .slide-button-prev {
        left: 10px;
    }

    .hero-netpay #slideBanner .slide-button-next {
        right: 10px;
    }

    .hero-netpay #slideBanner .slide-button-prev,
    .hero-netpay #slideBanner .slide-button-next {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .hero-netpay #slideBanner:hover .slide-button-prev,
    .hero-netpay #slideBanner:hover .slide-button-next,
    .hero-netpay #slideBanner:focus-within .slide-button-prev,
    .hero-netpay #slideBanner:focus-within .slide-button-next {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .hero-netpay #slideBanner .slide-button-prev:hover,
    .hero-netpay #slideBanner .slide-button-next:hover {
        background: #fff7e6;
        border-color: #ffd37a;
        color: #b45309;
    }

    .hero-netpay #slideBanner .swiper-pagination {
        position: static;
        margin-top: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .hero-netpay #slideBanner .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        margin: 0 !important;
        border-radius: 999px;
        background: #cbd5e1;
        opacity: 1;
        transition: width .2s ease, background-color .2s ease;
    }

    .hero-netpay #slideBanner .swiper-pagination-bullet-active {
        width: 24px;
        background: #ffb221;
    }

    @media (max-width: 1199px) {
        .hero-netpay .hero-slide-item {
            grid-template-columns: 1fr;
            gap: 32px;
        }

        .hero-netpay .hero-content {
            max-width: 100%;
        }
    }

    @media (max-width: 991px) {
        .hero-netpay .hero-slider-v2 {
            padding: 38px 0 34px;
        }

        .hero-netpay #slideBanner .slide-button-prev,
        .hero-netpay #slideBanner .slide-button-next {
            display: none;
        }
    }

    @media (max-width: 767px) {
        .hero-netpay .hero-heading-v2 {
            font-size: 2.15rem;
        }

        .hero-netpay .hero-desc-v2,
        .hero-netpay .hero-desc-v2 p {
            font-size: 1rem;
        }

        .hero-netpay .hero-main-banner-v2 {
            border-radius: 22px;
            padding: 10px;
        }

        .hero-netpay .hero-main-banner-v2__link {
            border-radius: 16px;
        }

        .hero-netpay .hero-main-banner-v2 img {
            min-height: 220px;
        }

        .hero-netpay .hero-visual-caption {
            left: 16px;
            right: 16px;
            bottom: 16px;
            padding: 13px 14px;
        }
    }

/* Additional recharge overrides moved from blade */
.recharge-page-form #recharge-form-wrapper > .form-m1 {
        border: 1px solid #dbe3ee !important;
        border-radius: 10px !important;
        background: #fff !important;
        padding: 18px !important;
        box-shadow: none !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .input-group-text,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--single,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container--default .select2-search--dropdown .select2-search__field,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--multiple {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .input-group-text,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--single,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container--default .select2-search--dropdown .select2-search__field {
        height: 46px !important;
        min-height: 46px !important;
        border-radius: 10px !important;
        border-color: #d6deea !important;
        background: #fff !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control:not(textarea),
    .recharge-page-form #recharge-form-wrapper > .form-m1 .input-group-text,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--single {
        line-height: 44px !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control {
        padding-left: 14px !important;
        padding-right: 14px !important;
        color: #0f172a !important;
        font-weight: 500 !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control::placeholder {
        color: #94a3b8 !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control:focus,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container.select2-container--open .select2-selection--single,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--single:focus {
        border-color: rgba(var(--primary-rgb), .6) !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 select.form-control {
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        padding-right: 40px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 10px center !important;
        background-size: 12px 8px !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container {
        width: 100% !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 14px !important;
        padding-right: 36px !important;
        line-height: 44px !important;
        font-weight: 500 !important;
        color: #0f172a !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 10px !important;
        height: 46px !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--multiple {
        min-height: 46px !important;
        border-radius: 10px !important;
        border: 1px solid #d6deea !important;
        background: #fff !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .btn.btn-theme_primary.btn-lg.w-100 {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 18px !important;
        border: 1px solid var(--primary-color) !important;
        border-radius: 10px !important;
        background: var(--primary-color) !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .btn.btn-theme_primary.btn-lg.w-100:hover {
        background: var(--primary-hover) !important;
        border-color: var(--primary-hover) !important;
    }

    .recharge-page-form #recharge-form-wrapper > .form-m1 .col-form-label {
        color: #334155 !important;
        font-weight: 700 !important;
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-row {
        margin-bottom: 2px !important;
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-row--meta {
        margin-bottom: 10px !important;
    }

    .recharge-page-form #recharge-form-wrapper .recharge-batch-link {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        font-weight: 600;
        color: #15803d;
        text-decoration: none;
    }

    .recharge-page-form #recharge-form-wrapper .recharge-batch-link:hover {
        color: #166534;
        text-decoration: none;
    }

    .recharge-page-form + .text-right,
    .recharge-page-form ~ .text-right,
    .row > .col-lg-6 > .text-right.mb-2,
    .row > .col-md-6 > .text-right {
        display: none !important;
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-picker {
        position: relative;
        padding: 0 34px;
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-slider {
        overflow: hidden;
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-slider .swiper-slide {
        width: auto;
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-option {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        min-height: 92px;
        min-width: 88px;
        max-width: 100px;
        padding: 10px 8px;
        border: 1px solid #dbe3ee;
        border-radius: 10px;
        background: #fff;
        text-align: center;
        transition: border-color .2s ease, background-color .2s ease;
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-option:hover {
        border-color: rgba(var(--primary-rgb), .45);
        background: #f8fbff;
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-option.is-active {
        border-color: var(--primary-color);
        border-width: 2px;
        background: rgba(var(--primary-rgb), .08);
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-option__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-option__icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-option__name {
        display: block;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.25;
        color: #0f172a;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-nav {
        position: absolute;
        top: 50%;
        z-index: 2;
        width: 28px;
        height: 28px;
        margin-top: -14px;
        border: 1px solid #dbe3ee;
        border-radius: 999px;
        background: #fff;
        color: #0f172a;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        transition: background-color .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-nav--prev {
        left: 0;
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-nav--next {
        right: 0;
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-nav:hover {
        border-color: rgba(var(--primary-rgb), .45);
        background: #f8fbff;
        color: var(--primary-color);
    }

    .recharge-page-form #recharge-form-wrapper .home-topup-product-nav.swiper-button-disabled {
        opacity: .45;
        cursor: not-allowed;
    }

    @media (max-width: 575px) {
        .recharge-page-form #recharge-form-wrapper .home-topup-product-picker {
            padding: 0 28px;
        }

        .recharge-page-form #recharge-form-wrapper .home-topup-product-option {
            min-width: 82px;
            max-width: 96px;
        }
    }

    .theme-form-standard .form-control,
    .theme-form-standard .input-group-text,
    .theme-form-standard .select2-container .select2-selection--single,
    .theme-form-standard .select2-container--default .select2-search--dropdown .select2-search__field,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .input-group-text,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--single,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container--default .select2-search--dropdown .select2-search__field,
    .section-home-topup .home-topup-box__body .form-m1 .form-control,
    .section-home-topup .home-topup-box__body .form-m1 .input-group-text,
    .section-home-topup .home-topup-box__body .form-m1 .select2-container .select2-selection--single,
    .section-home-topup .home-topup-box__body .form-m1 .select2-container--default .select2-search--dropdown .select2-search__field,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .input-group-text,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container .select2-selection--single,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container--default .select2-search--dropdown .select2-search__field {
        height: 40px !important;
        min-height: 40px !important;
        border-radius: 6px !important;
    }

    .theme-form-standard .form-control:not(textarea),
    .theme-form-standard .input-group-text,
    .theme-form-standard .select2-container .select2-selection--single,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .form-control:not(textarea),
    .recharge-page-form #recharge-form-wrapper > .form-m1 .input-group-text,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--single,
    .section-home-topup .home-topup-box__body .form-m1 .form-control:not(textarea),
    .section-home-topup .home-topup-box__body .form-m1 .input-group-text,
    .section-home-topup .home-topup-box__body .form-m1 .select2-container .select2-selection--single,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .form-control:not(textarea),
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .input-group-text,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container .select2-selection--single {
        line-height: 38px !important;
    }

    .theme-form-standard .select2-container--default .select2-selection--single .select2-selection__rendered,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container--default .select2-selection--single .select2-selection__rendered,
    .section-home-topup .home-topup-box__body .form-m1 .select2-container--default .select2-selection--single .select2-selection__rendered,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px !important;
    }

    .theme-form-standard .select2-container--default .select2-selection--single .select2-selection__arrow,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container--default .select2-selection--single .select2-selection__arrow,
    .section-home-topup .home-topup-box__body .form-m1 .select2-container--default .select2-selection--single .select2-selection__arrow,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px !important;
    }

    .theme-form-standard .select2-container .select2-selection--multiple,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .select2-container .select2-selection--multiple,
    .section-home-topup .home-topup-box__body .form-m1 .select2-container .select2-selection--multiple,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .select2-container .select2-selection--multiple {
        min-height: 40px !important;
        border-radius: 6px !important;
    }

    .theme-form-standard .btn.btn-theme_primary.btn-lg,
    .theme-form-standard .btn.btn-theme_secondary.btn-lg,
    .theme-filter-standard__actions .btn,
    .theme-filter-standard__reset,
    .recharge-page-form #recharge-form-wrapper > .form-m1 .btn.btn-theme_primary.btn-lg.w-100,
    .section-home-topup .home-topup-box__body .form-m1 .btn.btn-theme_primary.btn-lg.w-100,
    .section-home-softcard #home-shopping-cart-wrapper .form-m1 .btn.btn-theme_primary.btn-lg.w-100 {
        height: 40px !important;
        min-height: 40px !important;
        border-radius: 6px !important;
    }

    .theme-filter-standard__reset {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
        padding: 0 16px !important;
    }

    .section-pagination.theme-pagination--netpay .pagination .page-item {
        margin: 0 5px;
    }

    .section-pagination.theme-pagination--netpay .pagination .page-item .page-link {
        min-width: 40px;
        padding: 0.45rem 0.9rem;
        font-size: 14px;
        border-radius: 5px;
    }

    .security-setup-page .security-setup-card {
        max-width: 540px;
        margin: 0 auto;
    }

    .security-setup-page .security-setup-page__breadcrumb {
        margin-right: -15px;
    }

    .security-setup-page .security-setup-form {
        padding: 20px !important;
    }

    .security-setup-page .security-setup-form__heading {
        margin-bottom: 18px;
    }

    .security-setup-page .template-1-heading h5 {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .security-setup-page .template-1-heading p {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .security-setup-page .security-setup-form .form-group:last-child {
        margin-bottom: 0;
    }

    .security-setup-page .security-setup-form .security-otp-group {
        flex-wrap: nowrap;
    }

    .security-setup-page .security-setup-form .security-otp-group .form-control {
        min-width: 0;
    }

    .security-setup-page .security-setup-form .security-otp-group .input-group-append {
        flex-shrink: 0;
    }

    .security-setup-page .security-setup-form .security-otp-group .btn {
        height: 40px;
        min-height: 40px;
        border-radius: 0 6px 6px 0;
        white-space: nowrap;
    }

    .security-setup-page .security-setup-form .security-otp-help {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.5;
        color: #475569;
    }

    .security-setup-page .security-setup-form .text-danger,
    .security-setup-page .security-setup-form #notice_send,
    .security-setup-page .security-setup-form .small {
        display: block;
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.5;
    }

    .security-googleauth-card {
        max-width: 620px !important;
    }

    .security-googleauth-card__content {
        text-align: center;
    }

    .security-googleauth-card__intro {
        max-width: 460px;
        margin: 0 auto 18px;
        color: #475569;
        font-size: 14px;
        line-height: 1.65;
    }

    .security-googleauth-card__intro p {
        margin-bottom: 8px;
    }

    .security-googleauth-card__intro a {
        font-weight: 700;
    }

    .security-googleauth-card__secret {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 0 auto 18px;
        padding: 10px 14px;
        border-radius: 8px;
        background: #fff7ed;
        color: #c2410c;
        font-size: 14px;
        line-height: 1.5;
    }

    .security-googleauth-card__secret strong {
        font-size: 15px;
        word-break: break-all;
    }

    .security-googleauth-card__qr {
        margin-bottom: 18px;
    }

    .security-googleauth-card__qr img {
        width: 190px;
        max-width: 100%;
        padding: 10px;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        background: #fff;
    }

    @media (max-width: 767px) {
        .security-setup-page .description {
            gap: 10px;
            align-items: flex-start !important;
            flex-direction: column;
        }

        .security-setup-page .security-setup-page__breadcrumb {
            margin-right: 0;
        }
    }

html,
body {
    margin: 0;
    padding: 0;
}

body > .site-header:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
    transform: none !important;
    translate: none !important;
    top: 0 !important;
}

body > .site-header:first-of-type::before,
body > .site-header:first-of-type::after {
    content: none !important;
    display: none !important;
}

.auth-page-standard .auth-form-standard {
    padding: 18px 20px;
}

.auth-page-standard .auth-page-standard__breadcrumb {
    margin-right: -15px;
}

.auth-page-standard .auth-form-standard__remember {
    margin-bottom: 12px;
}

.auth-page-standard .auth-form-standard__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.auth-page-standard .auth-form-standard__helper {
    color: var(--primary-color);
    font-weight: 600;
    line-height: 40px;
}

.auth-page-standard .auth-page-note {
    margin-bottom: 0;
    border: 1px solid #fde68a;
    border-radius: 10px;
    background: #fffbea;
    color: #854d0e;
}

.auth-page-standard .button-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font-weight: 600;
}

.auth-page-standard .button-social img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.auth-page-standard .button-social:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .auth-page-standard .description {
        gap: 10px;
        align-items: flex-start !important;
        flex-direction: column;
    }

    .auth-page-standard .auth-page-standard__breadcrumb {
        margin-right: 0;
    }

    .auth-page-standard .auth-form-standard {
        padding: 16px;
    }

    .auth-page-standard .auth-form-standard .col-form-label {
        margin-bottom: 6px;
    }
}

.main-nav__auth {
    display: none;
}

@media (max-width: 991px) {
    .main-nav__auth {
        display: block;
        padding: 12px 10px 6px;
        border-bottom: 1px solid #e2e8f0;
    }

    .main-nav__auth-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .main-nav__auth-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 0 12px;
        border: 1px solid #cbd5e1;
        border-radius: 10px;
        background: #fff;
        color: #0f172a;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .01em;
    }

    .main-nav__auth-link i {
        margin-right: 6px;
        color: var(--primary-color);
    }

    .main-nav__auth-link:hover {
        opacity: 1;
        background: #eef2ff;
        border-color: rgba(var(--primary-rgb), .3);
        color: var(--primary-color);
    }

    .main-nav__auth-link--primary {
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: #fff;
    }

    .main-nav__auth-link--primary i {
        color: #fff;
    }

    .main-nav__auth-link--primary:hover {
        background: var(--secondary-color);
        border-color: var(--secondary-color);
        color: #fff;
    }
}

@media (max-width: 767px) {
    .header-auth {
        display: none !important;
    }

    .main-nav__auth {
        display: none !important;
        padding: 14px 10px 18px;
        margin-top: 6px;
        border-top: 1px solid #e2e8f0;
        border-bottom: 0;
    }

    .main-nav.active .main-nav__auth {
        display: block !important;
    }

    .main-nav__auth-links {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .main-nav__auth-link,
    .main-nav__auth-link--primary {
        display: flex;
        width: calc(100% - 20px);
        min-height: 46px;
        margin: 0 10px;
        padding: 0 14px;
        border: 1px solid #cbd5e1;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        justify-content: center;
        box-shadow: none;
    }

    .main-nav__auth-link {
        background: #fff;
        color: #0f172a;
    }

    .main-nav__auth-link--primary {
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: #fff;
    }

    .main-nav__auth-link i,
    .main-nav__auth-link--primary i {
        display: none;
    }

    .main-nav__auth-link:hover {
        background: #f8fafc;
        border-color: #cbd5e1;
        color: var(--primary-color);
    }

    .main-nav__auth-link--primary:hover {
        background: var(--secondary-color);
        border-color: var(--secondary-color);
        color: #fff;
    }
}
