/*!* Solid *!*/
/*@font-face {*/
/*    font-family: "Font Awesome 6 Free";*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*    font-display: swap;*/
/*    src: url("/css/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"),*/
/*    url("/css/font-awesome/webfonts/fa-solid-900.woff") format("woff");*/
/*}*/

/*!* Regular *!*/
/*@font-face {*/
/*    font-family: "Font Awesome 6 Free";*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*    src: url("/css/font-awesome/webfonts/fa-regular-400.woff2") format("woff2"),*/
/*    url("/css/font-awesome/webfonts/fa-regular-400.woff") format("woff");*/
/*}*/

/*!* Brands *!*/
/*@font-face {*/
/*    font-family: "Font Awesome 6 Brands";*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*    src: url("/css/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"),*/
/*    url("/css/font-awesome/webfonts/fa-brands-400.woff") format("woff");*/
/*}*/

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/css/fonts/Quicksand/Quicksand-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/css/fonts/Quicksand/Quicksand-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/css/fonts/Quicksand/Quicksand-Bold.ttf') format('truetype');
}

* {
    font-family: "Quicksand", serif;
}

body {
    background: #f2f3f8;
}

.iziToast-message {
    color: #ffffff !important;
}

a {
    text-decoration: none !important;
}

ul, li, p {
    padding: 0;
    margin: 0;
}

.text-success {
    color: #0abb87 !important;
}

.text-danger {
    color: #fd397a !important;
}

.text-bold {
    font-weight: 600 !important;
}

.btn-success {
    background-color: #0abb87;
    border-color: #0abb87;
    color: #ffffff;
}

.btn {
    vertical-align: middle;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

:root {
    --sidebar-width: 309px;
    --sidebar-width-collapsed: 80px;
}

.color-1 {
    color: rgb(88, 103, 221);
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

body {
    overflow-x: hidden;
}

.sidebar {
    width: var(--sidebar-width);
    height: 100vh;
    background: #2C3E50;
    transition: all 0.3s ease;
    overflow-y: scroll;
}

.sidebar.collapsed {
    width: var(--sidebar-width-collapsed);
}

.sidebar-link {
    transition: all 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 16px 16px 24px;
    background: none;
    border: none;
}

.sidebar-link span {
    font-size: 14px;
}

.kt-menu__ver-arrow {
    font-size: 0.7rem;
    color: #ffffff;
}

.kt-menu__ver-arrow.dot_hotline {
    position: relative;
    left: 50%;
    cursor: pointer;
}

.menu-sidenav li {
    list-style: none;
    padding: 14px 16px 14px 35px;
}

.menu-sidenav li:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.menu-sidenav li a {
    color: whitesmoke;
    font-size: 14px;
    padding-left: 15px;
}

.sidebar-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.sidebar-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

#sidebar .logo-text {
    background: linear-gradient(45deg, #6b8cff, #8b9fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: opacity 0.3s ease;
}

#sidebar .notification-badge {
    background: #ff6b6b;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 0.7rem;
}

#sidebar .profile-section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.content {
    margin-left: var(--sidebar-width);
    background-color: #f8f9fa;
    min-height: 100vh;
    transition: all 0.3s ease;
}

.collapsed ~ .content {
    margin-left: var(--sidebar-width-collapsed);
}

.toggle-btn {
    color: white;
    border-radius: 50%;
    border: none;
    z-index: 100;
    cursor: pointer;
    transition: transform 0.3s ease;
    background: unset;
}

.collapsed .toggle-btn {
    transform: rotate(180deg);
}

.collapsed .hide-on-collapse {
    opacity: 0;
    visibility: hidden;
}

.collapsed .logo-text {
    opacity: 0;
}

.collapsed .profile-info {
    opacity: 0;
}

.collapsed .sidebar-link {
    text-align: center;
}

.collapsed .sidebar-link i {
    margin: 0 !important;
}

.fa-hot-icon {
    display: inline-block;
    animation: fire-pulse 0.8s infinite ease-in-out;
    margin-left: 5px;
}

@keyframes fire-pulse {
    0%, 100% {
        transform: scale(1);
        color: #ff4500;
    }
    50% {
        transform: scale(1.2);
        color: #ff6347;
    }
}

.kt-menu__link-bullet--dot > span {
    padding-left: 5px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #FFD54F;
    display: inline-block;
    vertical-align: middle;
}

@keyframes shake-and-color {
    0% {
        transform: rotate(-15deg) scale(1);
        color: #00ffcc;
    }
    50% {
        transform: rotate(15deg) scale(1.2);
        color: #00ff00;
    }
    100% {
        transform: rotate(-15deg) scale(1);
        color: #00ffcc;
    }
}

.fa-money-bill {
    display: inline-block;
    animation: shake-and-color 0.6s infinite ease-in-out;
}

.sub-menu-hotline li {
    padding-left: 70px;
}

.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.nav .list-service {
    padding: 0 25px;
    margin-top: 30px;
    font-size: 18px;
}

.header-sidebar {
    position: fixed;
    z-index: 99999;
    color: white;
    background-color: #2C3E50;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 309px;
}

.nav {
    margin-top: 100px;
}

.animate-bounce {
    animation: bounce 1.5s infinite ease-in-out;
}

.animate-fade-in {
    animation: fadeIn 1s ease-in;
}

.bounce-icon {
    display: inline-block;
    animation: bounce 2s infinite ease-in-out;
}

@keyframes bounce {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(12deg);
    }
    75% {
        transform: rotate(-12deg);
    }
}

#header .ticker-container {
    background-color: #1d2a3a;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 0;
}

#header .ticker-track {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 60s linear infinite;
    will-change: transform;
}

#header .ticker-content {
    display: inline-flex;
    gap: 40px;
    padding-right: 100px;
}

#header .ticker-content span {
    color: white;
    white-space: nowrap;
    font-size: 12px;
}

#header .ticker-content strong {
    color: #2ec4b6;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

#header .nav-header {
    padding: 30px 25px;
    border-bottom: 1px solid #eff0f6;
    background-color: #ffffff;
}

#header .info-login-user {
    display: flex;
    align-items: center;
    gap: 20px;
}

#header .nav-header {
    display: flex;
    align-items: center;
}

#header .language {
    list-style: none;
}

#main-content {
    padding: 20px;
    margin-bottom: 50px;
}

#main-content .content-left .info-user {
    padding: 25px;
    border-radius: 4px;
    background: #ffffff;
}

#main-content .content-left .info-user .group-info-user {
    border-bottom: 1px solid #ebedf2;
    padding-bottom: 30px;
}

#main-content .content-left .info-user .more-info .name p {
    font-size: 18px;
    font-weight: 500;
}

#main-content .content-left .info-user .more-info .name .level-email {
    padding: 0.6rem 0 0.8rem 0;
    gap: 40px;
}

#main-content .content-left .info-user .more-info .name .level-email p {
    font-size: 13px !important;
    color: #212529;
}

#main-content .content-left .info-user .balance-user {
    padding: 2rem 1.5rem 0 0;
}

#main-content .content-left .info-user .balance-user .icon-balance {
    font-size: 2.7rem;
}

#main-content .content-left .info-user .balance-user .kt-widget__title {
    color: #212529;
    font-weight: 600;
    font-size: 14px;
}

#main-content .content-left .info-user .balance-user .progress {
    background-color: #ebedf2;
}

#main-content .content-left .info-user .balance-user .kt-widget__value {
    color: #464457;
    font-weight: 600;
    font-size: 15px;
}

#main-content .content-left .info-user .balance-user .kt-widget__value span {
    color: tomato;
}

#main-content .content-left #new-feed {
    margin: 30px 0;
    border: none;
}

#main-content .content-left #new-feed .feed-icon {
    width: 50px;
    border-radius: 5px;
    margin-right: 5px;
}

#main-content .content-left #new-feed .feed-title {
    font-weight: 700;
    color: cadetblue;
    font-size: 16px;
    padding-bottom: 3px;
}

#main-content .content-left #new-feed .feed-time {
    font-size: 13px;
    font-weight: 700;
}

#main-content .content-left #new-feed .feed-content p {
    margin-bottom: 5px;
}

#main-content .content-left #new-feed .feed-content * {
    max-width: 100%;
    font-size: 14px;
}

#main-content .content-left #new-feed .feed-image {
    text-align: center;
}

#main-content .content-left #new-feed .feed-image img {
    width: 400px;
    max-width: 100%;
    height: auto;
}

#main-content .content-right .notification-new-update {
    background: #ffffff;
    border-radius: 4px;
}

#main-content .content-right .notification-new-update .title {
    padding: 20px;
    border-bottom: 1px solid #ebedf2;
    background: #cb9350;
    color: #ffffff;
}

#main-content .content-right .notification-new-update .content-noti {
    border-radius: 4px;
    padding: 1rem !important;
    overflow: auto;
    max-height: 180px;
    border-bottom: 1px solid #ddd;
}

#main-content .content-right .notification-new-update .noti-discount {
    max-height: 620px !important;
}

#main-content .content-right .notification-new-update .content-noti .notify-item .td-time {
    border-right: 1px solid #ddd;
    padding-right: 10px;
    width: 50px;
    color: brown;
    padding-bottom: 10px;
    font-size: 14px;
}

#main-content .content-right .notification-new-update .content-noti .notify-item td.content {
    padding-left: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    word-break: break-word;
    font-size: 13px;
    background: #ffffff;
}

#main-content .content-right .notification-new-update .content-noti .text-money {
    color: tomato;
    font-weight: bold;
}

#main-content .content-right .notification-new-update .content-noti .notify-item.new .badge-new {
    display: inline-block;
}

#main-content .content-right .notification-new-update .content-noti .badge-new {
    border: transparent;
    background-color: green;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-bottom: 1px;
}

#login {
    margin: 0;
    padding: 0;
    background: #ecf0f3;
    height: 100vh;
    display: flex;
    justify-content: center;
}

#login .wrapper {
    margin: auto;
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
    width: 400px;
}

#login .logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#login .wrapper .name {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    padding-left: 10px;
    color: #555;
}

#login .wrapper .form-field input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background: none;
    font-size: 1.2rem;
    color: #666;
    padding: 10px 15px 10px 10px;
}

#login .wrapper .form-field {
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

#login .wrapper .form-field .fas {
    color: #555;
}

#login .wrapper .btn {
    box-shadow: none;
    width: 100%;
    height: 40px;
    background-color: #03A9F4;
    color: #fff;
    border-radius: 25px;
    box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
    letter-spacing: 1.3px;
}

#login .wrapper .btn:hover {
    background-color: #039BE5;
}

#login .wrapper a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #03A9F4;
}

#login .wrapper a:hover {
    color: #039BE5;
}

#profile-update .kt-portlet__body {
    padding: 25px;
    border-radius: 4px;
}

#profile-update .form-group {
    margin-bottom: 1rem;
}

#profile-update .kt-portlet__foot {
    padding: 25px;
    border-top: 1px solid #ebedf2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#payment .payment-widget.active {
    border-color: green;
    color: green;
}

#payment .payment-widget {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #ddd;
    cursor: pointer;
}

#payment p, #payment li {
    font-size: 14px;
}

#payment .table-payment-info td .fa {
    color: #0abb87;
    cursor: pointer;
}

#payment .item-banking .card-body ul {
    margin-bottom: 1rem;
    margin-left: 30px;
}

#payment .item-banking .card-body p {
    margin-bottom: 1rem;
}

#payment .item-banking .qr-code {
    max-width: 100%;
}

#payment #history-bank tbody span {
    font-size: 13px;
}

#payment #history-bank tbody button {
    font-size: 13px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ebedf2;
    border-radius: 0.25rem;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

.pagination .page-item {
    margin-left: 0.4rem;
    font-size: 13px;
}

.pagination .page-item.active > .page-link {
    background: #5d78ff;
    color: #ffffff;
}

#datatable-payment_info {
    padding-top: 0.85em;
    font-size: 13px !important;
}

.paginate_button a {
    font-size: 13px !important;
}

.dataTables_info {
    font-size: 13px !important;
}

.dataTable th, .dataTables_wrapper .dataTable td {
    color: #6c7293;
    font-size: 13px !important;
    padding: 15px !important;
}

.dataTables_filter {
    margin-bottom: 10px !important;
}

.pull-right {
    float: right;
}

.badge-warning {
    color: #212529;
    background-color: #ffb822;
}

.badge-success {
    color: #fff;
    background-color: #0abb87;
}

.badge-primary {
    color: #fff;
    background-color: #5867dd;
}

.badge-info {
    color: #fff;
    background-color: #5578eb;
}

.btn {
    font-size: 14px;
    font-weight: 400;
}

.badge-active {
    color: #fff;
    background-color: #0abb87;
}

.badge-stopped, .badge-pause {
    color: white;
    background-color: #eb4747;
}

.badge {
    display: inline-block;
    padding: 0.5em 0.75em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#prices .collapse-toggle {
    cursor: pointer;
    padding: 12px;
    border-radius: 3px;
    background-color: #2ec4b6;
    margin-top: 10px;
    position: relative;
    color: #ffffff;
}

#prices .card-custom [data-toggle=collapse] {
    cursor: pointer;
}

#prices .collapse-toggle[aria-expanded=true]::after {
    transform: rotate(90deg);
}

#prices .collapse-toggle::after {
    position: absolute;
    top: 14px;
    right: 13px;
    font-size: 14px;
    transition: all 0.3s;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #646c9a;
}

#prices .card-title-v2 {
    font-size: 18px;
}

#prices .card-title-v2 .card-icon {
    font-size: 13px;
    padding-top: 5px;
    transition: all 0.3s;
}

#prices [aria-expanded=true] .card-icon {
    transform: rotate(90deg);
}

#prices .rank-cards {
    display: flex;
    font-size: 16px;
}

#prices .rank-card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    width: calc(25% - 15px);
    padding: 12px 15px 15px 15px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
}

#prices .rank-card:first-child {
    margin-left: 0;
}

#prices .rank-card:last-child {
    margin-right: 0;
}

#prices .rank-card-avatar {
    text-align: center;
    flex-shrink: 0;
}

#prices .rank-card-avatar img {
    width: 110px;
    height: 110px;
}

#prices .rank-card-avatar h4 {
    font-weight: 600;
}

#prices .rank-money {
    color: #8149e2;
    font-weight: 600;
}

#prices .rank-card-content {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    font-size: 14px;
}

#prices .rank-card-content button {
    font-weight: bold;
    font-size: 14px;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
}

#prices .rank-card-content-top ul,
#prices .rank-card-content-top ol {
    margin: 0;
    padding: unset;
}

#prices .rank-card-content-top li {
    list-style-type: none;
    padding: 12px 0;
    color: #46454e;
    font-weight: 600;
}

#prices .rank-card-content-top li:before {
    content: "-";
    text-indent: -5px;
    margin-right: 5px;
}

#prices .rank-card-content button {
    transition: all 0.3s;
}

#prices .rank-card-content button:hover {
    box-shadow: 0 8px 25px -8px #071666;
    opacity: 0.8;
}

@media (min-width: 521px) and (max-width: 739px) {
    #prices .rank-cards {
        display: flex;
        flex-wrap: wrap;
    }

    #prices .rank-card {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }

    #prices .rank-card:nth-child(1),
    #prices .rank-card:nth-child(3) {
        margin-left: 0;
    }

    #prices .rank-card:nth-child(2),
    #prices .rank-card:nth-child(4) {
        margin-right: 0;
    }
}

@media (max-width: 520px) {
    #prices .rank-cards {
        display: flex;
        flex-wrap: wrap;
        margin-left: unset;
    }

    #prices .rank-card {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

#prices .table-price td {
    font-size: 14px;
}

#prices .table-price th {
    text-align: center;
}

td {
    text-align: center;
    vertical-align: middle;
}

.kt-badge.kt-badge--inline {
    height: 0;
    width: auto;
    padding: 5px 10px 5px 10px;
    border-radius: 2px;
    font-size: 12px;
}

.kt-badge.kt-badge--success {
    color: #ffffff;
    background: #0abb87;
}

.kt-badge.kt-badge--danger {
    color: #ffffff;
    background: #fd397a;
}

.kt-badge.kt-badge--primary {
    color: #ffffff;
    background: #5d78ff;
}

#order .content-container {
    margin-top: 20px;
    background-color: white;
    padding: 1rem 1.25rem 1rem 1.25rem;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}

#order .content-container .nav {
    margin-top: unset;
}

#order .embed-container iframe {
    max-width: 100%;
}

#order iframe {
    border: none;
}

#order .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav-tabs-line-2x, #order .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav-tabs-line-3x {
    border-bottom-color: rgba(253, 57, 122, 0.1);
}

#order .nav-tabs.nav-tabs-line.nav-tabs-line-2x {
    border-bottom-width: 2px !important;
}

#order .tab-pane:not(.no-box) .card {
    border: 0;
    box-shadow: 0 7px 16px -8px rgba(0, 0, 0, 0.75);
}

#order .form-group label {
    font-size: 1.1rem;
}

#order .server-info {
    margin-left: 10px;
    padding: 8px 14px;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: all 0.3s;
    border: 1px solid #C2F7F4;
    background-color: #C2F7F4;
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

#order .server-info .server-id {
    color: orangered;
}

#order .radio-server > label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    margin-bottom: 0.5rem;
}

#order .server-price {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    padding: 2px 10px;
    background: linear-gradient(135deg, #fef2f2 0%, #fff5f5 100%);
    border: 1px solid #fca5a5;
    border-radius: 999px;
    color: #b91c1c;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(220, 38, 38, .1);
}

#order .server-price .money-value {
    font-size: 13px;
    font-weight: 700;
    color: #b91c1c;
}

#order .server-price .currency-unit {
    font-size: 11px;
    font-weight: 500;
    color: #9ca3af;
}

#order .radio-server {
    width: 100%;
    padding: 0 5px 0 5px;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 0;
}

#order .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover, #order .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active, #order .nav-tabs.nav-tabs-line a.nav-link:hover, #order .nav-tabs.nav-tabs-line a.nav-link.active {
    background-color: transparent;
}

#order .form-group label {
    font-size: 15px;
    font-weight: 600;
}

#order label {
    display: inline-block;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

#order .server-status {
    padding: 2px 4px;
    background-color: green;
    color: white;
    font-weight: 600;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
}

#order .badge-should-buy {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 3px 8px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    font-size: 10px;
    font-weight: 600;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 4px rgba(16, 185, 129, 0.3);
    animation: pulse-green 2s ease-in-out infinite;
}

#order .badge-best-seller {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 3px 8px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    font-size: 10px;
    font-weight: 600;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 4px rgba(245, 158, 11, 0.3);
    animation: pulse-orange 2s ease-in-out infinite;
}

#order .badge-should-buy::before {
    content: "✓";
    font-size: 9px;
}

#order .badge-best-seller::before {
    content: "🔥";
    font-size: 9px;
}

@keyframes pulse-green {
    0%, 100% { box-shadow: 0 2px 4px rgba(16, 185, 129, 0.3); }
    50% { box-shadow: 0 2px 8px rgba(16, 185, 129, 0.5); }
}

@keyframes pulse-orange {
    0%, 100% { box-shadow: 0 2px 4px rgba(245, 158, 11, 0.3); }
    50% { box-shadow: 0 2px 8px rgba(245, 158, 11, 0.5); }
}

#order .form-group {
    margin-bottom: 1rem;
}

#order .radio.radio-server {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

#order .note-box {
    background: #fdfefe;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 24px;
    margin: 24px 0;
    font-family: "Segoe UI", sans-serif;
    color: #2f3e4e;
    font-size: 14px;
    line-height: 1.7;
}

#order .note-box h4 {
    margin-top: 0;
    font-size: 15.5px;
    font-weight: 600;
    color: #243b53;
    margin-bottom: 14px;
}

#order .note-box ul,
#order .note-box ol {
    padding-left: 20px;
    margin-bottom: 16px;
}

#order .note-box li {
    margin-bottom: 8px;
    list-style: disc;
}

#order .note-box a {
    color: #1b4b91;
    text-decoration: underline;
}

#order .note-box p {
    margin-top: 12px;
}

#order .fb-reaction {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

#order .fb-reaction .checkbox .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

#order .fb-reaction .checkbox {
    display: inline-block;
}

#order .fb-reaction img {
    width: 50px;
    display: block;
    transition: all 0.3s;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

#order .fb-reaction .checkbox {
    display: inline-block;
    margin: 0 8px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

#order .fb-reaction .checkbox input[type=radio],
#order .fb-reaction .checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

#order .fb-reaction .checkbox label {
    cursor: pointer;
    position: relative;
}

#order .fb-reaction .checkbox img {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    border: 2px solid transparent;
    border-radius: 10px;
}

/* Checked styles - input before img, use + selector */
#order .fb-reaction .checkbox input:checked + img {
    transform: translateY(-12px) scale(1.2);
    border: 2px solid #0abb87;
    box-shadow: 0 4px 10px rgba(10, 187, 135, 0.5);
    border-radius: 30px;
}

#order .form-control {
    font-size: 14px;
}

#order .alert.alert-danger {
    background: #fd397a;
    border: 1px solid #fd397a;
    color: #ffffff;
    font-size: 14px;
}

#order #myTabOrder {
    border-bottom: 1px solid #fd397a !important;
}

#order #myTabOrder .nav-link {
    background-color: transparent;
    color: #16161a;
}

#order #myTabOrder .nav-link.active {
    color: #fd397a !important;
    border-bottom: 1px solid #fd397a !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

#order #myTabOrder .nav-tabs .nav-item.show .nav-link, #order #myTabOrder .nav-tabs .nav-link.active {
    border-bottom: 1px solid #fd397a !important;
}

#order .nav-tabs .nav-link:hover {
    border-color: #fd397a !important;
}

#order .nav-text {
    font-size: 14px;
}

#order .radio-server.stopped *, #order .radio-server.pause * {
    cursor: not-allowed;
    pointer-events: none;
}

#order .server-status.stopped, #order .radio-server.stopped .server-status, #order .radio-server.pause .server-status {
    background-color: orangered;
}

#order #recent-orders {
    max-height: 510px;
    overflow: scroll;
}

#order .content-category {
    margin-top: 30px;
}

@media (max-width: 768px) {
    #order .content-category img {
        width: 100% !important;
        height: 100%;
    }

    #order .content-category p {
        font-size: 14px !important;
    }
}

#order .content-category h3 {
    margin-top: 10px !important;
}

#order .content-category ul {
    margin-left: 20px !important;
}

#order .content-category p {
    font-size: 16px;
}

#order .content-category h1, #order .content-category h2, #order .content-category h3, #order .content-category h4, #order .content-category h5, #order .content-category h6 {
    font-weight: 600 !important;
    color: #198754 !important;
    margin-top: 15px;
    margin-bottom: 10px;
}

.loading-dots {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    z-index: 10000;
    display: flex !important;
}

.loading-dots div {
    width: 12px;
    height: 12px;
    background-color: #00c8aa;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    animation: rotateDot 1.2s linear infinite;
}

.loading-dots div:nth-child(1) {
    transform-origin: 0 18px;
    animation-delay: 0s;
}

.loading-dots div:nth-child(2) {
    transform-origin: 0 18px;
    animation-delay: 0.4s;
}

.loading-dots div:nth-child(3) {
    transform-origin: 0 18px;
    animation-delay: 0.8s;
}

@keyframes rotateDot {
    0% {
        transform: rotate(0deg) translateY(-18px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateY(-18px) rotate(-360deg);
    }
}

.note-editable:not(.editing) {
    cursor: text;
    min-height: 20px;
    background-color: whitesmoke;
    padding: 2px 4px;
    border: 1px dashed powderblue;
}

.nav-pills, .nav-tabs {
    margin: 0 0 20px 0;
}

#filter-order .nav-pills .nav-item .nav-link, #filter-order .nav-tabs .nav-item .nav-link {
    font-size: 1rem;
    margin-right: 3px;
}

#filter-order .tab-status li a, #filter-order .tab-servers li a {
    background-color: transparent !important;
    font-weight: bold !important;
    opacity: 0.8;
    border-bottom: 2px solid transparent;
    border-radius: 0 !important;
    color: #6c7293 !important;
}

#filter-order .nav-link:hover {
    border-bottom: 2px solid #3f87f5 !important;
    opacity: 1 !important;
}

#filter-order .nav-link.active {
    border-bottom: 2px solid #3f87f5 !important;
    opacity: 1 !important;
}

#filter-order .tab-status li a {
    padding: 7px 14px !important;
}

#filter-order .tab-filter li .count {
    background-color: whitesmoke;
    padding: 2px 7px;
    margin-left: 3px;
    border-radius: 10px;
}

.label-bold {
    font-weight: bold;
    color: chocolate;
    margin-bottom: 5px;
    font-size: 14px;
}

/* Xóa style mặc định của DataTables sorting */
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after {
    content: "";
    display: none;
}

/* Thêm icon nhỏ gọn custom */
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc {
    position: relative;
    padding-right: 18px !important;
}

table.dataTable thead > tr > th.sorting:after {
    content: "▴▾";
    position: absolute;
    right: 4px;
    font-size: 10px;
    color: #ccc;
}

table.dataTable thead > tr > th.sorting_asc:after {
    content: "▴";
    color: #007bff;
}

table.dataTable thead > tr > th.sorting_desc:after {
    content: "▾";
    color: #007bff;
}

.dataTables_processing {
    border: 0;
    background: unset !important;
    box-shadow: unset !important;
}

div.dataTables_processing > div:last-child > div {
    background-color: #ffc107 !important;
    width: 10px !important;
    height: 10px !important;
}

.iziToast > .iziToast-body .iziToast-icon {
    color: #fff !important;
}

.iziToast > .iziToast-progressbar > div {
    background-color: #2ec4b6 !important;
}

#order-history-table .btn {
    font-size: 13px !important;
}

iframe {
    max-width: 100%;
}

.post-news .content-noti {
    max-height: 500px !important;
    overflow: auto;
    overflow-x: hidden;
}

.post-news .feed-title {
    font-size: 14px;
}

.post-news .feed-time {
    font-size: 12px;
}

.post-news .feed-content p {
    font-size: 13px;
}

#menu-home .box-dv1 {
    display: flex;
    border: 1px solid #fff;
    margin-bottom: 30px;
    box-shadow: 0 8px 3px -4px rgb(176, 176, 176);
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

#menu-home .box-dv1 .title-2 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#menu-home .box-dv1 i {
    color: #ffffff;
    font-size: 30px;
}

#menu-home .content-category {
    padding: 10px;
}

#menu-home .content-category span {
    color: #FFEB3B;
    font-size: 11px;
    font-weight: 600;
}

#menu-home .box-dv1 .left {
    background: #008371;
    text-align: center;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu-home .box-dv1 .right {
    background: #00796B;
    padding: 10px;
    color: #fff;
    width: 100%;
    font-size: 12px;
}

#menu-home h2 {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 20px;
}

#recent-orders .recent-orders {
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#recent-orders .order-item {
    padding: 12px;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

#recent-orders .order-id {
    font-weight: bold;
    color: #e74c3c;
    font-size: 14px;
}

#recent-orders .order-title {
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0;
    color: #2c3e50;
}

#recent-orders .order-meta {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #202323;
}

#recent-orders .text-primary {
    color: #00B0FF;
}

#recent-orders .order-time {
    background: #e0f7fa;
    color: #007c91;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
}

#recent-orders .content-noti {
    min-height: 300px !important;
}

.kt-footer {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    background: #ffffff;
    font-size: 14px;
}

.title-layout-group {
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .title-layout-group {
        font-size: 14px !important;
    }

    .collapsed ~ .content {
        margin-left: 0 !important;
    }

    #main-content {
        padding: 0 15px !important;
    }

    .sidebar {
        display: none !important;
        height: 100% !important;
        z-index: 9999;
        overflow-y: auto !important;
        width: 270px !important;
    }

    .sidebar .header-sidebar {
        display: none !important;
    }

    .sidebar .nav {
        margin-top: unset !important;
    }

    .content {
        margin-left: 0 !important;
    }

    .group-info-user {
        gap: 20px !important;
    }

    .level-email {
        display: unset !important;
    }

    .info-login-user {
        gap: 6px !important;
    }

    .info-login-user p {
        display: none !important;
    }

    .info-login-user .logout-acc {
        font-size: 14px !important;
    }

    .info-login-user .language img {
        width: 17px !important;
        height: 17px !important;
    }

    .info-login-user .language a {
        font-size: 12px !important;
    }

    .nav-header {
        padding: 20px 25px !important;
    }

    .row > * {
        padding: 10px !important;
    }

    #main-content .content-left .info-user .balance-user .icon-balance {
        font-size: 1.7rem !important;
    }

    #main-content .content-left .info-user .balance-user {
        padding: 1rem 0 0 0;
    }

    #order .content-container {
        margin-top: 10px !important;
    }

    .item-banking #content_tab_27 {
        padding: unset;
    }

    .item-banking #content_tab_27 img:first-child {
        height: 40px !important;
        margin-bottom: 10px !important;
    }

    .item-banking .table-payment-info {
        font-size: 14px !important;
    }

    .item-banking .card-body.banking-info {
        padding: unset !important;
    }

    .item-banking h5 {
        font-size: 15px !important;
    }

    #history-table_wrapper .table-history {
        padding: unset !important;
    }

    #main-content .content-left .info-user {
        padding: 10px;
    }

    #main-content .content-left .info-user .group-info-user {
        align-items: center !important;
        gap: 10px !important;
    }

    #main-content .content-left .info-user .balance-user .group-info {
        gap: 5px !important;
    }

    #main-content .content-left .info-user .balance-user .group-info p {
        font-size: 12px !important;
    }

    .iziToast-wrapper-topCenter {
        left: 50% !important;
    }

    .iziToast-capsule {
        width: 50% !important;
    }

    .iziToast > .iziToast-body .iziToast-message {
        font-size: 12px !important;
    }

    #login input {
        font-size: 12px !important;
    }

    .box-dv1 {
        margin-bottom: 0px !important;
    }

    #toggle-sidebar-mobile {
        display: block !important;
        font-size: 20px;
        cursor: pointer;
    }

    .iziToast > .iziToast-close {
        display: none !important;
    }

    .iziToast {
        padding: 8px 4px 9px 0 !important;
    }

    .iziToast > .iziToast-body .iziToast-icon {
        font-size: 20px !important;
    }

    #posts .avatar {
        width: 100% !important;
        height: 100% !important;
        margin-bottom: 10px !important;
    }

    #posts .content-post {
        display: unset !important;
        padding: unset !important;
    }

    #posts .content-post .me-3 {
        margin-right: unset !important;
    }

    #posts .content-post .flex-grow-1 {
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    }

    #order .fb-reaction {
        display: flex;
        align-items: unset;
        justify-content: unset;
        gap: 3px;
    }

    #order .fb-reaction .checkbox {
        margin: 0 !important;
    }

    #order .fb-reaction img {
        width: 38px !important;
    }

    #post-detail img {
        width: 100% !important;
    }

    .user-avatar img {
        width: 90px !important;
    }

    #main-content .content-left .info-user .group-info-user {
        gap: 0 !important;
    }
}

.sidebar-mobile {
    display: none !important;
    width: 0 !important;
    transition: all 0.3s ease;
}

.sidebar-mobile.open {
    display: block !important;
    width: 270px !important;
    transition: all 0.3s ease;
}

.sidebar-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.kt-aside-overlay {
    display: none;
}

#toggle-sidebar-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .kt-aside-overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        z-index: 1000;
        background: rgba(63, 48, 48, 0.48);
        animation: kt-animate-fade-in 0.3s linear 1;
    }
}

.contact-buttons {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-btn small {
    font-size: 12px;
    color: #666;
}

.fixed-contact-buttons {
    position: fixed;
    right: 20px;
    bottom: 130px;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.fixed-contact-buttons .contact-btn {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 12px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #000;
    width: 170px;
    transition: transform 0.3s;
}

.fixed-contact-buttons .contact-btn:hover {
    transform: translateX(-5px);
}

.contact-btn img, .fixed-contact-buttons .contact-btn img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.fixed-contact-buttons .contact-btn span {
    font-weight: 600;
    font-size: 14px;
}

.fixed-contact-buttons .contact-btn small {
    font-size: 11px;
    color: #555;
}

.fixed-contact-wrapper {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 9999;
    text-align: right;
}

.fixed-contact-toggle {
    background-color: #269b92;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 1.5s infinite shake;
}

@keyframes shake {
    0%, 100% {
        transform: rotate(0);
    }
    10% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(8deg);
    }
    40% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(6deg);
    }
    60% {
        transform: rotate(-6deg);
    }
    70% {
        transform: rotate(4deg);
    }
    80% {
        transform: rotate(-4deg);
    }
    90% {
        transform: rotate(2deg);
    }
}

.fixed-contact-toggle::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    border: 3px solid #2ec4b6;
    border-radius: 50%;
    animation: 1.5s infinite ripple;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.fixed-contact-toggle img {
    width: 30px;
    height: 30px;
}

.fixed-contact-buttons {
    display: none;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}

.contact-btn, .fixed-contact-wrapper.active .fixed-contact-buttons {
    display: flex;
    text-align: left;
}

.contact-btn {
    background: #fff;
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    align-items: center;
    color: #333;
    min-width: 200px;
}

.contact-btn div {
    line-height: 1.2;
}

.contact-btn span {
    font-weight: 700;
}

.logout-acc.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.sidebar-link-post {
    transition: all 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 16px 16px 24px;
}

.sidebar-link-post.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

#posts .title {
    font-size: 24px;
    font-weight: 600;
    padding: 15px 0;
}

#posts .avatar {
    width: 300px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

#posts .title-post {
    font-size: 18px;
}

#posts .title-post:hover {
    color: #198754 !important;
}

#posts .description {
    font-size: 14px;
    margin-top: 15px;
}

#post-detail .title {
    font-size: 20px !important;
    padding: 15px;
    color: #ffffff !important;
}

#post-detail .intro-post {
    font-size: 12px !important;
    margin-top: 5px;
}

#post-detail h1, #post-detail h2, #post-detail h3, #post-detail h4, #post-detail h5, #post-detail h6 {
    font-weight: 600 !important;
    color: #198754 !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important
}

#post-detail p {
    font-size: 16px !important;
}

#post-detail ul {
    margin-left: 20px !important;
}

#post-detail img {
    max-width: 100%;
    height: auto;
}

#post-detail .keyword-tag {
    display: inline-block;
    background-color: #198754;
    color: #fff;
    padding: 4px 8px;
    margin: 3px 5px 3px 0;
    border-radius: 4px;
    font-size: 14px;
}

#post-detail .card-title {
    font-size: 14px;
    font-weight: 600;
    color: #212529;
}

#post-detail .card-img-top {
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #posts .avatar {
        width: 150px;
        height: auto;
    }

    .content-left {
        width: 100% !important;
    }

    .content-right {
        width: 100% !important;
    }

    #main-content .content-left .info-user .more-info .name .level-email {
        gap: 10px;
    }

    #main-content .content-left .info-user .group-info-user {
        gap: 0 !important;
    }

    .balance-user {
        padding-right: 0 !important;
    }

    .balance-user > div {
        gap: 2px !important;
    }

    #myTabOrder .tab-content .col-md-8 {
        width: 100% !important;
    }

    #post-detail img {
        width: 100% !important;
    }
}

.menu-sidenav-nav-bar.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.menu-sidenav.menu-sidenav-nav-bar .nav-item.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.user-avatar img {
    width: 110px;
    height: auto;
}

.form-update {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-update label {
    width: 25%;
}


@media (min-width: 768px) {
    #main-content .dataTables_wrapper .row:first-child {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #main-content div.dataTables_wrapper div.dataTables_filter {
        text-align: right !important;
    }
}

@media (max-width: 767px) {
    #main-content div.dataTables_wrapper div.dataTables_filter {
        text-align: center !important;
    }

    .form-update {
        display: block !important;
    }

    .form-update label {
        width: unset !important;
    }

    .iziToast > .iziToast-body .iziToast-message {
        white-space: normal !important;
        word-break: break-word;
        overflow-wrap: break-word;
        max-width: 100% !important;
    }
}

.header-ticket {
    position: sticky;
    z-index: 999;
    top: 0;
}

.header-content {
    position: sticky;
    z-index: 999;
    top: 40px;
}

.custom-control {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.custom-control-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}

.custom-control-label {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    background-color: #ccc;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 10px;
}

.custom-control-label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.custom-control-input:checked + .custom-control-label {
    background-color: #5867dd;
}

.custom-control-input:checked + .custom-control-label::after {
    transform: translateX(25px);
}

.switch-text {
    color: #6c757d;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
}

.custom-control-label:hover {
    opacity: 0.8;
}

.custom-control-input:focus + .custom-control-label {
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

#list_uid {
    display: none;
}

.list_uid_note {
    font-size: 12px;
}

.show_uid_custom {
    display: none;
}

#total_order_list_uid {
    display: none;
}


.vip-order-card {
    background: white;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.vip-order-card .order-header {
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    transition: background 0.2s;
}

.vip-order-card .order-header:hover {
    background: #f9fafb;
}

.vip-order-card .expand-icon {
    font-size: 20px;
    margin-right: 15px;
    color: #6b7280;
    transition: transform 0.3s;
    width: 24px;
}

.vip-order-card .order-header.expanded .expand-icon {
    transform: rotate(90deg);
}

.vip-order-card .order-info {
    flex: 1;
    display: grid;
    grid-template-columns: 50px 1fr 160px 120px 150px 70px;
    gap: 20px;
    align-items: center;
}

.vip-order-card .order-id {
    font-weight: 600;
    color: #3b82f6;
    font-size: 14px;
}

.vip-order-card .order-link {
    color: #0abb87;
    text-decoration: none;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vip-order-card .order-package {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.vip-order-card .badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.vip-order-card .badge-days {
    background: #dbeafe;
    color: #1e40af;
}

.vip-order-card .badge-likes {
    background: #fce7f3;
    color: #be185d;
}

.vip-order-card .order-progress {
    text-align: center;
}

.vip-order-card .progress-text {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 4px;
}

.vip-order-card .progress-bar {
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

.vip-order-card .progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #10b981, #059669);
}

.vip-order-card .status-badge {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* VIP Order Status Colors */
.vip-order-card .status-badge.status-active,
.vip-order-card .status-badge.status-inprogress {
    background: #d1fae5;
    color: #065f46;
}

.vip-order-card .status-badge.status-completed {
    background: #dbeafe;
    color: #1e40af;
}

.vip-order-card .status-badge.status-processing {
    background: #fef3c7;
    color: #92400e;
}

.vip-order-card .status-badge.status-pending,
.vip-order-card .status-badge.status-awaiting {
    background: #f3e8ff;
    color: #6b21a8;
}

.vip-order-card .status-badge.status-expired,
.vip-order-card .status-badge.status-canceled,
.vip-order-card .status-badge.status-refunded {
    background: #fee2e2;
    color: #991b1b;
}

.vip-order-card .status-badge.status-partial {
    background: #fef3c7;
    color: #b45309;
}

.vip-order-card .status-badge.status-error,
.vip-order-card .status-badge.status-fail {
    background: #fee2e2;
    color: #dc2626;
}

.vip-order-card .order-date {
    font-size: 13px;
    color: #6b7280;
}

.vip-order-card .posts-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.vip-order-card .posts-container.expanded {
    max-height: 3000px;
}

.vip-order-card .posts-content {
    padding: 0 20px 20px 60px;
    overflow: scroll;
    max-height: 800px;
}

.vip-order-card .date-group {
    margin-bottom: 16px;
    background: #f8fafc;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.vip-order-card .date-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    cursor: pointer;
    transition: all 0.2s;
}

.vip-order-card .date-header:hover {
    opacity: 0.95;
}

.vip-order-card .date-header.collapsed {
    background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%);
}

.vip-order-card .date-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vip-order-card .date-toggle-icon {
    color: white;
    font-size: 12px;
    transition: transform 0.2s;
}

.vip-order-card .date-title {
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.vip-order-card .date-count {
    background: rgba(255,255,255,0.2);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.vip-order-card .date-posts {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.vip-order-card .date-posts.expanded {
    max-height: 2000px;
    padding: 12px;
}

.vip-order-card .post-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 8px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.vip-order-card .post-item:last-child {
    margin-bottom: 0;
}

.vip-order-card .post-item:hover {
    border-color: #3b82f6;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.12);
}

.vip-order-card .post-main {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 0;
}

.vip-order-card .post-id {
    font-weight: 700;
    color: #6366f1;
    font-size: 13px;
    min-width: 60px;
}

.vip-order-card .post-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.vip-order-card .post-link {
    color: #3b82f6;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s;
}

.vip-order-card .post-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.vip-order-card .post-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.vip-order-card .meta-item {
    font-size: 12px;
    color: #64748b;
}

.vip-order-card .meta-item strong {
    color: #1e293b;
}

.vip-order-card .meta-divider {
    color: #cbd5e1;
    font-size: 10px;
}

.vip-order-card .post-status-badge {
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Post Status Colors */
.vip-order-card .post-status-badge.status-completed {
    background: #dcfce7;
    color: #166534;
}

.vip-order-card .post-status-badge.status-processing,
.vip-order-card .post-status-badge.status-inprogress {
    background: #dbeafe;
    color: #1e40af;
}

.vip-order-card .post-status-badge.status-pending,
.vip-order-card .post-status-badge.status-awaiting {
    background: #fef3c7;
    color: #92400e;
}

.vip-order-card .post-status-badge.status-active {
    background: #d1fae5;
    color: #065f46;
}

.vip-order-card .post-status-badge.status-partial {
    background: #ffedd5;
    color: #c2410c;
}

.vip-order-card .post-status-badge.status-canceled,
.vip-order-card .post-status-badge.status-refunded,
.vip-order-card .post-status-badge.status-error,
.vip-order-card .post-status-badge.status-fail {
    background: #fee2e2;
    color: #dc2626;
}

.vip-order-card .text-warning {
    color: #f59e0b !important;
}

.vip-order-card .text-success {
    color: #10b981 !important;
}

.vip-order-card .text-muted {
    color: #9ca3af !important;
}

@media (max-width: 768px) {
    .vip-order-card .posts-content {
        padding: 0 10px 15px 10px;
    }

    .vip-order-card .post-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .vip-order-card .post-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }

    .vip-order-card .post-meta {
        flex-wrap: wrap;
    }

    .vip-order-card .post-status-badge {
        align-self: flex-start;
    }

    .vip-order-card .order-header {
        display: block;
    }

    .vip-order-card .order-info {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: unset;
    }

    .vip-order-card .date-header {
        padding: 10px 12px;
    }

    .vip-order-card .date-posts.expanded {
        padding: 10px;
    }
}


#checkinModal .modal-content {
    background: #1a1a2e;
    border: 2px solid #ffd700;
    border-radius: 15px;
    overflow: hidden;
}

#checkinModal .modal-header {
    border-bottom: 2px solid #ffd700;
    background: rgba(255, 215, 0, 0.1);
}

#checkinModal .modal-title {
    font-weight: 700;
    color: #ffd700;
    font-size: 24px;
}

#checkinModal .btn-close {
    filter: invert(1);
}

#checkinModal .checkin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 12px;
    margin: 20px 0;
}

#checkinModal .day-card {
    background: #16213e;
    border: 2px solid #444;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    /*min-height: 120px;*/
}

#checkinModal .day-card:hover {
    transform: translateY(-5px);
    border-color: #ffd700;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

#checkinModal .day-card.checked {
    background: linear-gradient(135deg, #533b00 0%, #ffd700 100%);
    border-color: #ffd700;
    pointer-events: none;
}

#checkinModal .day-card.active {
    position: relative;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.8),
    0 0 20px rgba(255, 215, 0, 0.6),
    0 0 30px rgba(255, 215, 0, 0.4);
    animation: checked-glow 1.5s infinite ease-in-out;
}


@keyframes checked-glow {
    0% {
        box-shadow: 0 0 10px rgba(255, 215, 0, 0.8),
        0 0 20px rgba(255, 215, 0, 0.6),
        0 0 30px rgba(255, 215, 0, 0.4);
    }
    50% {
        box-shadow: 0 0 15px rgba(255, 215, 0, 1),
        0 0 30px rgba(255, 215, 0, 0.8),
        0 0 45px rgba(255, 215, 0, 0.6);
    }
    100% {
        box-shadow: 0 0 10px rgba(255, 215, 0, 0.8),
        0 0 20px rgba(255, 215, 0, 0.6),
        0 0 30px rgba(255, 215, 0, 0.4);
    }
}

#checkinModal .day-card.checked .day-number {
    color: #1a1a2e;
    font-weight: 700;
}

#checkinModal .day-card.checked .checkmark {
    display: inline-block;
    color: #1a1a2e;
    font-size: 20px;
    margin-bottom: 5px;
}

#checkinModal .day-card.disabled {
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

#checkinModal .day-card .day-label {
    font-weight: bold;
    background: #0e4837;
    color: #f2f3f8;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    font-size: 14px;
    padding: 3px;
}

#checkinModal .checkmark {
    display: none;
}

#checkinModal .day-number {
    font-size: 20px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 8px;
}


#checkinModal .coin-reward img {
    width: 100px;
    height: 100px;
}

#checkinModal .coin-reward svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.3));
}

#checkinModal .reward-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff6b35;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 2px solid #1a1a2e;
}

#checkinModal .checkin-info {
    background: rgba(255, 215, 0, 0.1);
    border-left: 3px solid #ffd700;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
}

#checkinModal .btn-checkin {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #1a1a2e;
    border: none;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-top: 10px;
}

#checkinModal .btn-checkin:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
    color: #1a1a2e;
}

#checkinModal .btn-checkin:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#checkinModal .streak-info {
    text-align: center;
    margin: 15px 0;
    padding: 10px;
    background: rgba(255, 215, 0, 0.05);
    border-radius: 8px;
}

#checkinModal .streak-number {
    font-size: 28px;
    font-weight: 700;
    color: #ffd700;
}

#checkinModal .streak-text {
    font-size: 12px;
    color: #999;
}

@media (max-width: 768px) {
    #checkinModal {
        padding: 0 15px;
    }

    .modal-content .content-1 {
        display: unset !important;
        overflow: scroll;
    }

    #content-left {
        width: unset !important;
        padding: 20px !important;
        border-radius: 0 !important;
    }

    #content-left .title {
        font-size: 20px !important;
        margin-bottom: 10px !important;
        text-align: center;
    }

    #content-left h3 {
        font-size: 16px !important;
    }

    #content-left h5 {
        font-size: 18px;
    }

    #content-left svg {
        display: none;
    }

    #content-right {
        width: unset !important;
    }

    #content-right .btn-close {
        position: absolute;
        top: 15px;
        right: 15px;
        opacity: 1;
    }

    #checkinModal .checkin-info {
        font-size: 12px;
    }

    #checkinModal .modal-title {
        font-size: 16px;
    }

    #checkinModal .coin-reward img {
        width: 80px;
        height: 80px;
    }

    #checkinModal .day-card .day-label {
        font-size: 12px;
    }

    #checkinModal .streak-number {
        font-size: 20px;
    }
}

/* Remove default input styling */
#from_amount:focus,
#to_amount:focus {
    outline: none;
    box-shadow: none;
}

/* Input box container */
#withdraw_coin .input-box {
    position: relative;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 16px;
    background: white;
}

/*#withdraw_coin .from-box {*/
/*    border-color: #dc3545;*/
/*}*/

/* Top input row */
#withdraw_coin .input-box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Amount input */
#withdraw_coin .amount-input {
    font-size: 14px;
    font-weight: 600;
    width: 60%;
    border: 1px solid rgba(87, 82, 82, 0.2);
    border-radius: 30px;
    padding: 15px 20px;
}

/* Token box */
#withdraw_coin .token-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f9fa;
    padding: 8px 16px;
    border-radius: 8px;
}

#withdraw_coin .token-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#withdraw_coin .token-box span {
    font-weight: 600;
    color: #6c757d;
}

/* Bottom note */
#withdraw_coin .input-box-bottom {
    margin-top: 12px;
}

#withdraw_coin .error-text {
    color: #dc3545;
    font-weight: 600;
}

#withdraw_coin .balance-row {
    margin-top: 4px;
}

#withdraw_coin .balance-label {
    color: #6c757d;
    font-size: 14px;
}

#withdraw_coin .balance-value {
    font-weight: 600;
    color: #212529;
    font-size: 14px;
}

#withdraw_coin .max-btn {
    color: #007bff;
    cursor: pointer;
    margin-left: 8px;
    font-weight: 600;
    font-size: 14px;
}

/* Arrow */
#withdraw_coin .arrow-wrapper {
    margin: 20px 0;
}

#withdraw_coin .arrow-circle {
    width: 48px;
    height: 48px;
    border: 2px solid #007bff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
}

/* Fee box */
#withdraw_coin .fee-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 16px;
    margin-top: 20px;
    display: none;
}

#withdraw_coin .fee-row,
#withdraw_coin .total-row {
    display: flex;
    justify-content: space-between;
}

#withdraw_coin .fee-row {
    margin-bottom: 12px;
}

#withdraw_coin .total-row {
    padding-top: 12px;
    border-top: 1px solid #dee2e6;
}

#withdraw_coin .total-label {
    font-weight: 600;
    color: #6c757d;
}

#withdraw_coin .total-value {
    font-weight: 700;
    font-size: 18px;
    color: #212529;
}

#withdraw_coin .total-value span:last-child {
    color: #6c757d;
}

#withdraw_coin .red {
    color: #dc3545;
}

#error_message {
    font-size: 12px;
    color: red;
}

/* Submit button */
#withdraw_coin .btn-submit {
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    width: 100%;
}

/* Hover */
#withdraw_coin .btn-success:hover {
    transform: translateY(-2px);
    transition: all 0.2s ease;
}


/* Responsive */
@media (max-width: 576px) {
    #withdraw_coin .amount-input {
        font-size: 20px !important;
    }
}

@media (max-width: 768px) {
    #order .form-group label {
        font-size: 14px;
    }

    #withdraw_coin .balance-label {
        font-size: 12px;
    }

    #withdraw_coin .balance-value {
        font-size: 12px;
    }

    #withdraw_coin .fee-row {
        font-size: 14px;
    }

    #withdraw_coin .total-row {
        font-size: 14px;
    }

    #withdraw_coin .amount-input {
        width: 65%;
        padding: 10px 15px 10px 15px;
    }

    #withdraw_coin .arrow-wrapper {
        margin: 15px 0;
    }

    #withdraw_coin .arrow-circle {
        width: 40px;
        height: 40px;
    }

    #withdraw_coin .token-box img {
        width: 30px;
        height: 30px;
    }

    #withdraw_coin .total-value {
        font-size: 14px;
    }
}

