@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #23262f;
  background: linear-gradient(90deg, rgba(214, 229, 234, 1) 0%, rgba(226, 241, 248, 1) 25%, rgba(228, 242, 245, 1) 50%, rgba(233, 244, 241, 1) 75%, rgba(234, 244, 241, 1) 100%);
  height: 100%;
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #23262;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 0
}

main, span, ol, ul, pre, div {
    scrollbar-width: thin;
    scrollbar-color: var(--bs-scrollbar-color) transparent;
}

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

.app-sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.menu,
.menu-wrapper {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}

.menu-item {
  display: block;
  padding: 0.15rem 0;
  border-radius: 10px;
  margin-bottom: 5px;

}
.menu-item .menu-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0.65rem 1rem;
    color: #23262f;
    font-weight: 500;
    gap: 12px
}

.menu-item .menu-link .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
}

.menu-column {
  flex-direction: column;
  width: 100%;
}

.login-btn {
  background: linear-gradient(90deg, #81d7ff, #41baff);
  border: none;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border-radius: 30px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.register-btn {
      background: #fff;
      border: none;
      padding: 12px;
      font-size: 18px;
      font-weight: 600;
      color: #000;
      border-radius: 30px;
      transition: all 0.3s ease-in-out;
      padding: 10px;
      font-size: 14px;
      border: 2px solid #009bc5;
      border-radius: 50px;
      text-align: center;
      position: relative;
      overflow: hidden;
      background-color: transparent;
      cursor: pointer;
      transition: color 0.4s ease;
      font-weight: 700;
      z-index: 1;
}

login-btn:hover {
    background: linear-gradient(159deg, #64bcee, #a0e3ff);
    box-shadow: 0 4px 10px #a0e3ff;
    transform: translateY(-2px);
}
.register-btn:hover {
    color: white;
}
.register-btn:hover::before {
    left: 0;
}
.register-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #00b4db, #0083b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    transition: left 0.4s ease-in-out;
    z-index: -1;
}

.quick-amounts {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
}

.amount-btn {
    background: linear-gradient(108deg, #ffffff, #ffffff);
    border: 1px solid #d0d9e2;
    color: #333333;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
}

.amount-btn:hover {
    transform: scale(1.1);
    border-color: #83ccff;
    font-weight: 500;
}

.amount-btn:focus {
    outline: none;
    box-shadow: 0 0 5px #64bcee;
}

.btn-logout {
    padding: 10px 30px;
    border:none;
    transition: all 0.3s ease;
}

.btn-logout:hover {
    background: linear-gradient(159deg, #64bcee, #a0e3ff);
    box-shadow: 0 8px 15px rgb(138 213 249 / 78%);
    transform: translateY(-3px);
}

.menu-item-active {
    background: linear-gradient(108deg, #a1ecff 0%, #81ccff 50%, #5bb3f5 100%);
    border-radius: 10px;
}

.menu-item:hover{
    background: linear-gradient(90deg, #d0f1ff, #c1dfff);
}

/* Định dạng container chính */
.wallet-container-slidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px 20px 40px;
    width: 220px;
    margin: 10px auto 20px;
    border-bottom: 1px solid #b7d4dd87;
}

/* Container của avatar */
.avatar-slidebar {
    display: flex;
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
    margin-bottom: 10px; /* Khoảng cách với phần dưới */
}

/* Ảnh avatar bên trong */
.avatar-slidebar a {
    display: inline-block;
    border-radius: 50%; /* Giữ khung tròn cho ảnh */
    overflow: hidden; /* Đảm bảo ảnh không tràn khỏi viền */
    border: 3px solid #a0e3ffdb; /* Viền trắng giống ảnh mẫu */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Bóng nhẹ */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Ảnh avatar */
.avatar-slidebar-img {
    width: 80px; /* Kích thước ảnh */
    height: 80px;
    border-radius: 50%; /* Đảm bảo ảnh tròn */
    display: block;
}

/* Hiệu ứng khi hover vào avatar */
.avatar-slidebar a:hover {
    transform: scale(1.1); /* Phóng to nhẹ khi di chuột */
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15); /* Tăng độ đậm bóng */
}

/* Định dạng phần hiển thị số dư */
.my-wallet-slidebar p {
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 5px;
}

.balance-slidebar {
    font-size: 20px;
    font-weight: bold;
    color: #3ea3ed;
}

.btn-login-slidebar {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 50px;
    color: black;
    background: linear-gradient(108deg, #8ed7f9, #43b5f6);;
    text-decoration: none;
    transition: all 0.3sease;
}

.btn-login-slidebar:hover {
    background: linear-gradient(159deg, #64bcee, #a0e3ff);
    box-shadow: 0 8px 15px #a0e3ffe0;
    transform: translateY(-3px);
}

.bottom-paginate {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color:#fff;
}

.pagination {
    margin-bottom: 0;
    gap: 10px;
    align-items: center;
}

.page-link {
    color: #23262f;
    border: 0;
    background-color: #f0f6f8;
    border-radius: 50px;
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.active>.page-link, .page-link.active {
    background-color: #485055;
    border: 0;
    border-radius: 50px;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 50px;
    color: #485055;
    background-color: #f8f9fa;
    border: 0;
}

table tr, table th, table td {
    text-align: center;
    vertical-align: middle;
}

table td {
    height: 65px;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0;
}

.table-striped tbody tr:first-child td {
background-color: #fff !important;
}

.table-striped tbody tr:nth-child(even):not(:first-child) td {
background-color: #f8f9fa;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: 0;
}

table thead > tr > th{
    font-weight: 600;
    height: 45px;
}

.btn_table {
    border-radius: 8px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
}
.btn_table:hover {
    background-color: #ffffff;
}

.title-content-container {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
}

.title-content-container i {
    font-size: 28px;
    color: #3ea3ed;
    margin-right: 12px;
}

.modal-content {
    padding: 0.2rem 0.8rem;
}

.form-label {
    font-weight: 500;
    margin: 6px 2px 2px 0px;
    white-space: nowrap;
    font-size: 14px;
}

.btn {
    font-weight: 500;
    font-size: 14px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border: 0px solid #ffffff00;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #c9dadf;
    border: 0;
    opacity: 0.5;
}

.btn-cancel {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #000000;
    background: #dee6eb;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 6px 12px -8px rgb(205 228 239 / 50%);
    z-index: 1;
}
.btn-cancel:hover {
    background: #69707a;
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 10px 15px -8px rgb(52 72 83 / 60%);
    color: #fff;
}

.btn-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(108deg, #009beb 0%, #0ea5e9 50%, #3bb2ff 100%);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 6px 12px -8px rgba(0, 155, 235, 0.5);
    z-index: 1;
}

.btn-submit:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(108deg, #3bb2ff 0%, #0ea5e9 50%, #009beb 100%);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
}

.btn-submit:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 10px 15px -8px rgba(0, 155, 235, 0.6);
    color: white;
}

.btn-submit:hover:before {
    left: 0;
}

.btn-submit:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 3px 6px -3px rgba(0, 155, 235, 0.5);
}

.btn-submit:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

.btn-submit:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(15, 15);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(30, 30);
    }
}

/* Thêm ánh sáng chạy */
.btn-submit:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent
    );
    transition: 0.6s;
    z-index: -1;
}

.btn-submit:hover:before {
    left: 100%;
}

/* Hiệu ứng glow khi hover */
.btn-submit:hover {
    box-shadow: 0 0 15px rgba(0, 155, 235, 0.5);
}

/* Trạng thái disabled sang trọng hơn */
.btn-submit:disabled {
    background: linear-gradient(108deg, #7dd3fc 0%, #38bdf8 50%, #0ea5e9 100%);
    opacity: 0.8;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.bi-currency-dollar::before {
    font-weight: 500 !important;
}

.agree-terms {
    margin-top: 20px;
    margin-bottom: 10px;
}

.custom-menu-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.title-list-request {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    background: #f8f9fa;
    border-radius: 8px;
    height: 50px;
}

.filter-container {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    z-index: 1030;
    width: max-content;
    max-width: 400px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    display: none; /* Ẩn filter container ban đầu */
}

.payment-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.top-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-show, .filter-short {
    display: flex;
    align-items: center;
    gap: 7px;
}

.card-shadow {
    box-shadow: 0 1px #00000014, 0 9px 32px -12px #ffffff47 !important;
    border: 1px solid #f3f3f3;
}

.summary-container {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
}

.card-select-payment-method {
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    line-height: 2.5;
    display: none;
}

.sidebar-logo span {
    font-size: 1.15rem;
    vertical-align: middle;
}

.form-control, .input-group-text, .form-select {
    height: 40px
}

.form-control-phone {
    padding-left: 82px!important;
}

.form-control.is-valid, .was-validated .form-control:valid {
    padding: 0;
    background-size: 0;
}

.icon-noti-auto-topup {
    background: #d7ecff;
    color: #0d6efd;
    border-radius: 19px;
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
}

.info-ads-status-cell {
    display: flex;
    align-items: center;
    justify-content: center;

}

.info-ads-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.info-ad-account {
    font-size: 11px;
    color: #69727a;
}

.tooltip-inner {
    background: linear-gradient(135deg, #0F4C81 0%, #5299D3 100%);
    color: #fff;
    box-shadow: 0 4px 6px rgba(15, 76, 129, 0.3);
}

.tooltip .tooltip-arrow::before {
    display: none !important;
}

.tooltip {
    position: relative;
    overflow: visible;
    z-index: 1080;
}

/* Mũi tên gradient chung */
.tooltip[data-popper-placement]::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    transform: rotate(45deg);
    z-index: -1;
}

/* Tooltip phía TRÊN → mũi tên phía DƯỚI */
.tooltip[data-popper-placement^="top"]::after {
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background: linear-gradient(to right, #2b6cb0, #63b3ed);
}

/* Tooltip phía DƯỚI → mũi tên phía TRÊN */
.tooltip[data-popper-placement^="bottom"]::after {
    top: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background: linear-gradient(to right, #2b6cb0, #63b3ed);
}

/* Tooltip bên PHẢI → mũi tên bên TRÁI */
.tooltip[data-popper-placement^="right"]::after {
    left: -4px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: linear-gradient(to bottom right, #2b6cb0, #63b3ed);
}

/* Tooltip bên TRÁI → mũi tên bên PHẢI */
.tooltip[data-popper-placement^="left"]::after {
    right: -4px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: linear-gradient(to bottom left, #2b6cb0, #63b3ed);
}

.bg-violet {
    background-color: #8B5CF6;
}

.bg-pink {
    background-color: #EC4899;
}

.bg-facebook {
    background-color: #1877F2;
}

.bg-telegram {
    background-color: #0088CC;
}

/* Stats card hover effect */
.home-stat-card {
    transition: transform 0.2s ease-in-out;
}

.home-stat-card:hover {
    transform: translateY(-5px);
}

/* Timeline styles */
.home-timeline {
    border-left: 2px solid rgba(226, 232, 240, 0.7);
    margin-left: 0.5rem;
}

.home-timeline-point {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: 15px;
}

/* Social cards */
.home-social-card {
    transition: transform 0.3s ease;
}

.home-social-card:hover {
    transform: translateY(-5px);
}

.home-social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
}

.home-btn-join {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.home-btn-join i {
    transition: transform 0.2s ease;
}

.home-btn-join:hover i {
    transform: translateX(3px);
}

/* Notification item hover */
.home-notify-item {
    transition: background-color 0.2s ease;
}

.home-notify-item:hover {
    background-color: rgba(249, 250, 251, 0.7);
}

/* FAQ hover style */
.accordion-button:not(.collapsed) {
    color: #3B82F6;
    box-shadow: none;
}

.accordion-button:hover {
    color: #2563EB;
    background-color: rgba(249, 250, 251, 0.7);
}

.language-selector {
    position: relative;
    display: inline-block;
}

.language-btn {
    background: #ffffff00;
    border:none;
    padding: 8px 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.language-btn:hover {
    background: #e0e0e0;
}

.flag-icon {
    width: 26px;
    border-radius: 3px;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    background: white;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    list-style: none;
    padding: 8px 0;
    z-index: 1050;
}

.language-dropdown li {
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.language-dropdown li:hover {
    background: #f1f1f1;
}

.language-dropdown li::before {
    content: attr(data-lang);
    display: none;
}
.language-dropdown li.disabled {
    color: #999;
    cursor: not-allowed;
}

.mw-450px {
    max-width: 450px !important;
}

.form-login {
    top: 50vh !important;
    transform: translateY(-50%);
    position: fixed;
    z-index: 1000;
}

#bg-sign {
    background-image: url(/assets/media/misc/volecom-bg.jpg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(0 0 0 / 80%) !important;
    background-blend-mode: multiply;
    height: 100vh;
}

.form-bg-sign {
    padding: 40px 60px;
    border-radius: 20px;
    background: #fff;
    margin: 1.25rem;
}
.form-bg-sign i {
    color: #23262f;
}
#bg-sign .form-bg-sign input[type=text], #bg-sign .form-bg-sign input[type=email], #bg-sign .form-bg-sign input[type=tel], #bg-sign .form-bg-sign input[type=password] {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  border: none;
  background: #ffffff00;
}

#bg-sign .form-bg-sign .input-group-icon {
    display: flex;
    align-items: center;
}
#bg-sign .form-bg-sign .form-group {
    border-bottom: 1px solid #000!important;
    margin-bottom: 20px;
}
#bg-sign .form-bg-sign .input-group>.form-control {
    color: #23262f!important;
}

#bg-sign .form-bg-sign .input-group {
    flex-wrap: nowrap;
    flex-direction: column;
}

#bg-sign .form-bg-sign input::placeholder {
  color: #23262f!important;
  opacity: 1; /* Firefox */
}

#bg-sign .form-bg-sign input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #23262f!important;
}

#bg-sign .form-bg-sign input::-ms-input-placeholder { /* Microsoft Edge */
 color: #23262f!important;
}

#bg-sign .form-bg-sign input.form-control {
 color: #23262f!important;
}

#bg-sign .form-bg-sign input.form-control::placeholder {
  color: #23262f!important;
  opacity: 0.5;
}

#bg-sign .form-bg-sign .form-control:focus-within, #bg-sign .form-bg-sign .form-control:focus {
    background: #ffffff00!important;
    box-shadow: none;
}

#bg-sign .form-bg-sign input:-webkit-autofill,
#bg-sign .form-bg-sign input:-webkit-autofill:hover,
#bg-sign .form-bg-sign input:-webkit-autofill:focus,
#bg-sign .form-bg-sign input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
  -webkit-text-fill-color: #23262f !important;
  background-color: #fff !important;
  transition: background-color 9999s ease-in-out 0s !important;
}

#bg-sign .form-bg-sign .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(0 0 0 / 0%);
}

#bg-sign .form-bg-sign .iti__selected-flag {
    padding: 0;
}

.indicator-progress {
    display: none;
}

.bg-active-success.active {
    background-color: #17c653 !important;
}

.h-5px {
    height: 5px !important;
}

.custom-menu-bar {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 0;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e0e6ed;
    overflow: visible;
}

.custom-menu-label {
    background-color: #f1f4f8;
    height:100%;
    color: #212529;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dee2e6;
    border-radius: 5px 0 0 5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.custom-menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-left: 1px solid #f1f3f5;
    background: #f4f7f9;
    height: 100%;
}
.custom-menu-item:last-child {
    border-radius: 0 5px 5px 0;
}

.custom-menu-item:hover {
    background: #fff;
}

.custom-btn-icon {
    background-color: transparent;
    border: none;
}

.custom-filter-label {
    font-size: 14px;
    font-weight: 400;
    color: #495057;
    margin: 0;
}
.filter-label {
  display: inline-block;
  white-space: nowrap;
}

.icon-menu_tool {
    color: #838383!important;
}

.btn-share-partner {
    display: flex!important;
    align-items: center;
    white-space: nowrap;
    height: 40px
}

.btn-delete-partner {
    display: flex!important;
    align-items: center;
    white-space: nowrap;
    height: 40px
}

.card-header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
}

.custom-tabs {
    background: #eff5f7;
    border-radius: 10px;
    padding: 6px !important;
    gap: 8px;
}

.card-header-menu .tab-item {
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #646880;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
}

.card-header-menu .tab-icon {
    margin-right: 8px;
    font-size: 16px;
}

.card-header-menu .tab-item:hover:not(.active) {
    background: #2a96ff14;
    color: #2d9dd4;
    transform: translateY(-2px);
}

.card-header-menu .tab-item.active {
    background: linear-gradient(to right, #2c91dd, #3ea3ed);
    color: white;
    box-shadow: 0 4px 8px -4px rgb(82 179 255 / 40%);
}

.tab-pane-custom {
    display: none;
}

.tab-pane-custom.active {
    display: block;
}

.card-in-page {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 20px;
    overflow: hidden;
}

.style-card-header {
    background: linear-gradient(to right, #2c91dd, #3ea3ed);
    color: white;
    text-align: center;
    font-size: 1.5rem;
    padding: 15px;
    font-weight: 600;
}

.fee-value {
    font-weight: bold;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.style-card-footer {
    background-color: #f8f9fa;
    padding: 15px;
    text-align: center;
    font-size: 0.9rem;
    color: #6c757d;
}

.card-request-account i {
    font-size: 14px;
}

.content-help {
    line-height: 2;
    margin-right: .5rem;
    margin-left: .5rem;
}

.body-help {
    padding:20px
}

.body-help ul {
    padding-left: 1rem;
}

.content-help a {
    color: #23262f;
}

#selected_countries_list {
    min-height: 40px;
    max-height: 125px;
    overflow-y: auto;
    border-radius: 6px;
    color: var(--text);
    background: #fff;
    border: 1px solid #e0e0e5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 0 6px 6px 0;
}

.card-request-account .agree-terms {
    margin: 20px 0;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 10px;
    padding: 20px;
}

.contact-info-item {
    padding: 15px 0;
    border-bottom: 1px solid #e3e6f0;
}

.contact-info-item:last-child {
    border-bottom: none;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.social-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.social-button {
    color: white;
    padding: 14px 20px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    width: 160px;
}

.social-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: white;
    text-decoration: none;
}

.social-button.facebook {
    background-color: #0965ff;
}

.social-button.telegram {
    background-color: #0088cc;
}

.social-button.line {
    background-color: #22ba4f;
}

.social-button.whatsapp {
    background-color: #25d366;
}

.social-button.wechat {
    background-color: #2cbb00;
}

.social-button.zalo {
    background-color: #1ea4ff;
}

.custom-wide-modal {
    width: 600px !important; /* Bạn có thể thay bằng 800px, 900px tùy ý */
    max-width: 90vw!important; /* Đảm bảo không bị tràn màn hình nhỏ */
    padding: 20px 20px 30px!important;
    border-radius: 20px!important;
}

.no-max-height {
    max-height: none !important;
    overflow: visible !important;
}

.form-guide {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  cursor: pointer;
  width: fit-content;
  border: 1px solid #e1e1e1;
  width: fit-content;
  padding: 20px;
  border-radius: 10px;
}

.filter-btn {
background : white !important;
border: none;
color: grey;
}

.filter-btn:hover{
color: #41aef3;

}

.prf-transition {
    transition: all 0.3s ease;
}

.prf-hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.prf-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prf-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prf-wallet-card {
    border-radius: 20px;
}

.prf-stat-card:hover .prf-progress-bar {
    animation: prf-progress-anim 1.5s ease-in-out;
}

@keyframes prf-progress-anim {
    0% { width: 0%; }
}

/* Security Header Styles */
.sec-header {
    background: linear-gradient(135deg, #4F46E5, #7E22CE);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.2);
}

.sec-header-bg {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAwIiBoZWlnaHQ9IjYwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9InJnYmEoMjU1LDI1NSwyNTUsMC4xKSIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNODAgODBjODAtODAgMTYwLTgwIDI0MCAwczgwIDE2MCAwIDI0MEgwVjgweiIvPjwvc3ZnPg==');
    background-size: cover;
    opacity: 0.1;
}

.sec-icon-wrapper {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: sec-pulse 2s infinite;
}

.sec-icon {
    font-size: 24px;
    color: white;
}

.sec-status {
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.sec-status-dot {
    width: 8px;
    height: 8px;
    background-color: currentColor;
    border-radius: 50%;
    animation: sec-blink 2s infinite;
}

.sec-text-gradient {
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.7));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Security Option Styles */
.sec-option {
    transition: all 0.3s ease;
}

.sec-option:hover {
    background-color: #f8f9fa;
}

.sec-option-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(rgba(79, 70, 229, 0.05) 2px, transparent 2px);
    background-size: 30px 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.sec-option:hover .sec-option-bg {
    opacity: 1;
}

.sec-feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

.sec-option:hover .sec-feature-icon {
    transform: scale(1.1);
}

.sec-benefit {
    max-width: 180px;
}

.sec-strength-meter {
    width: 60px;
    height: 4px;
    background-color: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
}

.sec-strength-bar {
    height: 100%;
    border-radius: 2px;
    transition: width 0.5s ease;
}

/* Modern Switch Styles */
.sec-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 0;
}

.sec-switch .sec-toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sec-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e9ecef;
    transition: 0.4s;
    border-radius: 30px;
}

.sec-slider-circle {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sec-check-icon {
    display: none;
    color: #10b981;
}

.sec-close-icon {
    display: block;
    color: #ef4444;
}

.sec-toggle-input:checked + .sec-slider {
    background: linear-gradient(135deg, #4F46E5, #7E22CE);
}

.sec-toggle-input:checked + .sec-slider .sec-slider-circle {
    transform: translateX(30px);
}

.sec-toggle-input:checked + .sec-slider .sec-check-icon {
    display: block;
}

.sec-toggle-input:checked + .sec-slider .sec-close-icon {
    display: none;
}

/* QR Code Styles */
.sec-qr-container {
    position: relative;
    transition: all 0.3s ease;
}

.sec-qr-wrapper {
    width: 200px;
    height: 200px;
    position: relative;
    padding: 10px;
    border: 2px solid rgba(79, 70, 229, 0.1);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: white;
}

.sec-qr-scanner-line {
    position: absolute;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, transparent, #4F46E5, transparent);
    top: 50%;
    left: 0;
    z-index: 2;
    animation: sec-scan 2s infinite;
}

.sec-qr-scanner-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    animation: sec-border-pulse 3s infinite;
}

.sec-backup-code {
    position: relative;
    overflow: hidden;
}

.sec-backup-code::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
            0deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
    );
    transform: rotate(30deg);
    animation: sec-shine 3s infinite;
}

.sec-copy-btn {
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease;
}

.sec-copy-btn:hover {
    color: white;
}

.sec-verification-form .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
    border-color: #6366F1;
}

/* Button Glow Effect */
.sec-btn-glow {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.sec-btn-glow:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.2);
}

.sec-btn-glow::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.3),
            rgba(255, 255, 255, 0)
    );
    transform: rotate(30deg);
    animation: sec-btn-glow 3s infinite;
    z-index: -1;
}

.sec-btn-ripple {
    position: relative;
    display: inline-block;
}

.sec-btn-ripple::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    opacity: 0;
    transform: scale(0);
    transition: transform 0.5s, opacity 0.5s;
}

.sec-btn-ripple:active::after {
    opacity: 1;
    transform: scale(2);
    transition: 0s;
}

/* QR Steps */
.sec-qr-instructions {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 12px;
}

.sec-qr-step {
    position: relative;
}

.sec-step-number {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4F46E5, #7E22CE);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    margin-right: 15px;
    flex-shrink: 0;
}

.sec-step-content {
    position: relative;
    top: 3px;
}

/* 2FA Card Background */
.sec-card-blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAwIiBoZWlnaHQ9IjYwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9InJnYmEoNzksMTI4LDIyOSwwLjEpIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik04MCA4MGMxNjAgODAgMjQwLTgwIDQwMCAwcy0xNjAgMTYwLTMyMCAyNDBzLTgwIDgwLTgwLTI0MHoiLz48L3N2Zz4=');
    background-size: cover;
    opacity: 0.05;
    border-radius: inherit;
    z-index: 0;
}

/* Premium Feature Badge */
.sec-premium-badge {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #FCD34D, #F59E0B);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 5px 15px rgba(245, 158, 11, 0.2);
    position: relative;
    overflow: hidden;
}

.sec-premium-badge::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0)
    );
    transform: rotate(45deg);
    animation: sec-shine 3s infinite;
}

/* Security Tips Styles */
.sec-tips-card {
    background-color: white;
    border-radius: 16px;
}

.sec-tip-item {
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
}

.sec-tip-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.sec-tip-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.sec-tip-item:hover .sec-tip-icon {
    transform: scale(1.1);
}

/* Card hover effect */
.sec-hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sec-hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Background colors for icons */
.bg-indigo-subtle {
    background-color: rgba(99, 102, 241, 0.1);
}

.text-indigo {
    color: #6366F1;
}

/* Animations */
@keyframes sec-pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

@keyframes sec-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes sec-scan {
    0%, 100% { top: 10%; opacity: 0; }
    50% { top: 90%; opacity: 1; }
}

@keyframes sec-border-pulse {
    0%, 100% { border-color: rgba(79, 70, 229, 0.3); }
    50% { border-color: rgba(126, 34, 206, 0.7); }
}

@keyframes sec-shine {
    0% { transform: translateX(-100%) rotate(30deg); }
    100% { transform: translateX(100%) rotate(30deg); }
}

@keyframes sec-btn-glow {
    0% { transform: translateX(-100%) rotate(30deg); }
    100% { transform: translateX(100%) rotate(30deg); }
}

.pw-password-field {
    position: relative;
}

.pw-password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #adb5bd;
    padding: 0;
    cursor: pointer;
    z-index: 10;
    transition: color 0.2s ease;
}

.pw-password-toggle:hover {
    color: #6c757d;
}

/* Button glow effect */
.pw-btn-glow {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pw-btn-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.25);
}

.pw-btn-glow::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.3),
            rgba(255, 255, 255, 0)
    );
    transform: rotate(30deg);
    animation: pwBtnGlow 3s infinite;
    z-index: 1;
}

@keyframes pwBtnGlow  {
    0% { transform: translateX(-100%) rotate(30deg); }
    100% { transform: translateX(100%) rotate(30deg); }
}

/* Password tips */
.pw-icon-wrapper {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    flex-shrink: 0;
}

/* Activity timeline */
.pw-activity-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Fade in animation */
.pw-fade-in {
    animation: fadeIn 0.5s ease;
}

@keyframes pwFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Background Gradient */
.pw-bg-gradient {
    background: linear-gradient(90deg, #0e4aae, #56bef7);
    box-shadow: 0 10px 30px rgb(41 117 201 / 28%);
    border-radius: 16px;
}

/* Password Icon */
.pw-icon-container {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pw-main-icon {
    color: white;
    font-size: 20px;
}

/* Pulse Animation for Icon */
.pw-pulse-effect {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    animation: pwPulse 2s infinite;
}

@keyframes pwPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Float Animation for Shield Icon */
.pw-icon-float {
    animation: pwFloat 2s ease-in-out infinite;
}

@keyframes pwFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

/* Security Badge */
.pw-security-badge {
    background-color: rgb(132 99 0 / 30%);
    color: #fff;
    border: 1px solid #fff;
}

.tx-bg-gradient {
    background: linear-gradient(90deg, #3d78e8, #1580d7);
    box-shadow: 0 10px 30px rgb(48 122 226 / 22%);
    border-radius: 16px;
}

.tx-icon-container {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tx-main-icon {
    color: white;
    font-size: 20px;
}

.tx-pulse-effect {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    animation: txPulse 2s infinite;
}

@keyframes txPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.tx-icon-bounce {
    animation: txBounce 0.5s ease-in-out;
}

@keyframes txBounce {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    75% { transform: translateX(2px); }
}

.tx-success-glow {
    background-color: #28a745;
    box-shadow: 0 0 10px rgba(40, 167, 69, 0.6);
}

.tx-btn-glow {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.tx-btn-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.tx-slide-in {
    animation: txSlideIn 0.5s ease-in-out;
}

@keyframes txSlideIn {
    0% { transform: translateX(-5px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

.tx-item-shift {
    transition: all 0.2s ease;
}

.tx-item-shift:hover {
    background-color: #f8f9fa;
    transform: translateX(5px);
}

/* Background Gradient */
.act-bg-gradient {
    background: linear-gradient(135deg, #3a86ff, #4361ee);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgb(61 120 248 / 27%);
}

/* Activity Icon */
.act-icon-container {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.act-main-icon {
    color: white;
    font-size: 20px;
}

/* Pulse Animation for Icon */
.act-pulse-effect {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    animation: actPulse 2s infinite;
}

@keyframes actPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Blink Animation for Chart Icon */
.act-icon-blink {
    animation: actBlink 2s ease-in-out infinite;
}

@keyframes actBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* Activity Badge */
.act-activity-badge {
    background-color: rgba(52, 211, 153, 0.3);
    color: #fff;
    border: 1px solid rgba(52, 211, 153, 0.5);
}

.ct-header-section {
    background: linear-gradient(135deg, #4361ee, #3a0ca3);
}

.ct-header-pattern-overlay {
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.5;
}

/* Custom card styling with ct prefix */
.ct-contact-card {
    background-color: white;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ct-contact-card:hover {
    transform: translateY(-5px);
}
/* Icon styling with ct prefix */
.ct-icon-circle {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    background-color: rgba(67, 97, 238, 0.1);
    color: #3ea3ed;
}

/* Contact info styling with ct prefix */
.ct-contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    background-color: rgba(67, 97, 238, 0.1);
    color: rgb(62, 163, 237);
}

.ct-contact-info-item:hover .ct-contact-icon {
    transform: scale(1.1);
}

/* Social buttons with ct prefix */
.ct-social-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.ct-social-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ct-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.ct-zalo {
    background: linear-gradient(135deg, #0068FF, #0068FF);
}

.ct-wechat {
    background: linear-gradient(135deg, #7BB32E, #3EB575);
}

.ct-telegram {
    background: linear-gradient(135deg, #0088cc, #0088cc);
}

.ct-messenger {
    background: linear-gradient(135deg, #00B2FF, #006AFF);
}

.ct-line {
    background: linear-gradient(135deg, #00B900, #00B900);
}

/* Button effect with ct prefix */
.ct-btn-effect {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.ct-btn-effect:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(67, 97, 238, 0.3);
}

.ct-btn-effect::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease;
    z-index: -1;
}

.ct-btn-effect:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Accordion styling with ct prefix */
.ct-accordion .accordion-button {
    padding: 1.25rem 1.5rem;
    box-shadow: none;
    background-color: white;
}

.ct-accordion .accordion-button:not(.collapsed) {
    color: #4361ee;
    background-color: rgba(67, 97, 238, 0.05);
}

.ct-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(67, 97, 238, 0.5);
}

.ct-accordion-item {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Card decorative elements with ct prefix */
.ct-card-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(67, 97, 238, 0.1), rgba(58, 12, 163, 0.05));
}

.ct-circle-1 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: -100px;
}

.ct-circle-2 {
    width: 150px;
    height: 150px;
    top: -75px;
    left: -75px;
}

.ct-form-circle-1 {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;
}

.ct-form-circle-2 {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
}

/* FAQ section pattern with ct prefix */
.ct-faq-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234361ee' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

/* Animation with ct prefix */
.ct-fade-in {
    animation: ctFadeIn 0.8s ease forwards;
    opacity: 0;
}

@keyframes ctFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Hover styles with ct prefix */
.ct-hover-primary:hover {
    color: #4361ee !important;
}

/* Location page styles with ct- prefix */
.ct-map-card {
    border-radius: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
    position: relative;
    background-color: white;
}

.ct-map-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.ct-address-card {
    position: absolute;
    bottom: 30px;
    left: 30px;
    max-width: 350px;
    z-index: 10;
    background-color: white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    border-radius: 12px;
}

.ct-transport-icon {
    width: 24px;
    text-align: center;
    font-size: 24px;
}

.ct-nearby-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.ct-nearby-list li {
    padding: 4px 0;
    font-size: 0.9rem;
    color: #6c757d;
}

.ct-nearby-list li::before {
    content: "•";
    color: #0d6efd;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0;
}

.ct-info-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background-color: white;
}

.ct-info-card:hover {
    transform: translateY(-5px);
}

.ct-transport-item {
    transition: all 0.3s ease;
}

.ct-transport-item:hover {
    padding-left: 5px;
}

.payment-options-container {
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 0.75rem;
}

.payment-methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    padding: 20px
}

.payment-method-card {
    border-radius: 0.75rem;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
    cursor: pointer;
    overflow: hidden;
}

.payment-method-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    border-color: #d1d5db;
}

.payment-method-card.active {
    border: 2px solid #3ea3ed;
    background-color: #f3faff;
}

.payment-method-card.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.payment-method-card.disabled:hover {
    transform: none;
    box-shadow: none;
    border-color: #e5e7eb;
}

.payment-card-content {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    position: relative;
}

.payment-logo-container {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    margin-right: 1rem;
}

.payment-logo-container img {
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
}

.payment-details {
    flex: 1;
}

.payment-title {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.25rem 0;
}

.payment-subtitle {
    font-size: 0.875rem;
    color: #4b5563;
    margin: 0 0 0.25rem 0;
}

.payment-fee {
    font-size: 0.75rem;
    color: #10b981;
    font-weight: 500;
}

.payment-badge {
    display: inline-block;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
}

.payment-badge.coming-soon {
    background-color: #f3f4f6;
    color: #6b7280;
}

.selected-indicator {
    display: none;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #3ea3ed;
    font-size: 1.25rem;
}

.payment-method-card.active .selected-indicator {
    display: block;
}

/* Hiệu ứng cho nút cài đặt */
.setting-btn {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #f8f9fa, #e9ecef);
    border: none;
    position: relative;
    z-index: 1;
}

.setting-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #e9ecef, #f8f9fa);
}

/* Hiệu ứng quay cho icon cài đặt khi hover */
.setting-icon-spin {
    transition: transform 0.5s ease;
}

.setting-btn:hover .setting-icon-spin {
    transform: rotate(180deg);
}

/* Hiệu ứng cho các mục trong dropdown */
.setting-item {
    transition: all 0.2s ease;
    border-radius: 4px;
}

.setting-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.setting-item-icon {
    transition: transform 0.2s ease;
}

.setting-item:hover .setting-item-icon {
    transform: scale(1.2);
}

/* Style cho dropdown menu */
.setting-dropdown-menu {
    border-radius: 8px;
    border: none;
    overflow: hidden;
    min-width: 220px;
    padding: 8px;
    transition: none; /* Loại bỏ transition để ngăn hiệu ứng nhảy */
    position: absolute !important;
    top: 100% !important;
    margin-top: 5px !important;
    z-index: 1030 !important;
}

/* Đảm bảo dropdown không bị nút setting che */
.dropdown-menu[data-bs-popper] {
    margin-top: 5px !important;
}

/* Style cho dropdown khi đang hiện */
.setting-dropdown-menu.show {
    display: block !important;
}

/* Đảm bảo dropdown menu phải nằm trên cùng */
.setting-dropdown {
    position: relative !important;
}

.setting-dropdown.dropup .dropdown-menu {
    top: auto !important;
    bottom: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}


.menu-content{
    background: transparent !important;
}
.menu-content:hover{
    background: transparent !important;
}
.scroll-y,
.hover-scroll-y,
.hover-scroll-overlay-y {
    overflow-y: auto;
    position: relative;
    scrollbar-width: none;
}

/* Nav mới lam`*/
.h-container {
    height: calc(100vh - 20px);
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 9px 31px 55px #8170e712;
}

.content-container {
    padding: 25px;
    height: 100%;
    overflow: auto;
}

.sidebar {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #fff;
    box-shadow: 9px 31px 55px #8170e712;
    border-radius: 10px;
    margin: 10px 0px 10px 10px;
    position: relative;
    height: calc(100vh - 20px);
}

.content {
    padding: 10px;
}

.app-header {
    border-radius: 10px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 10px;
    margin: 10px 10px 0 10px;
    border: 1px solid #fff;
}

/* Tab nội dung */
.tab-content {
    padding: 0 15px;
    border-radius: 8px;
    display: none;
}

.tab-content.active {
    display: block;
}

.switch {
    /* switch */
    --switch-width: 46px;
    --switch-height: 24px;
    --switch-bg: rgb(131, 131, 131);
    --switch-checked-bg: rgb(0, 218, 80);
    --switch-offset: calc((var(--switch-height) - var(--circle-diameter)) / 2);
    --switch-transition: all .2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
    /* circle */
    --circle-diameter: 18px;
    --circle-bg: #fff;
    --circle-shadow: 1px 1px 2px rgba(146, 146, 146, 0.45);
    --circle-checked-shadow: -1px 1px 2px rgba(163, 163, 163, 0.45);
    --circle-transition: var(--switch-transition);
    /* icon */
    --icon-transition: all .2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
    --icon-cross-color: var(--switch-bg);
    --icon-cross-size: 6px;
    --icon-checkmark-color: var(--switch-checked-bg);
    --icon-checkmark-size: 10px;
    /* effect line */
    --effect-width: calc(var(--circle-diameter) / 2);
    --effect-height: calc(var(--effect-width) / 2 - 1px);
    --effect-bg: var(--circle-bg);
    --effect-border-radius: 1px;
    --effect-transition: all .2s ease-in-out;
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
}

.switch svg {
    -webkit-transition: var(--icon-transition);
    -o-transition: var(--icon-transition);
    transition: var(--icon-transition);
    position: absolute;
    height: auto;
}

.switch .checkmark {
    width: var(--icon-checkmark-size);
    color: rgb(61 162 237);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.switch .cross {
    width: var(--icon-cross-size);
    color: var(--icon-cross-color);
}

.slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: var(--switch-width);
    height: var(--switch-height);
    background: var(--switch-bg);
    border-radius: 999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: var(--switch-transition);
    -o-transition: var(--switch-transition);
    transition: var(--switch-transition);
    cursor: pointer;
}

.circle {
    width: var(--circle-diameter);
    height: var(--circle-diameter);
    background: var(--circle-bg);
    border-radius: inherit;
    -webkit-box-shadow: var(--circle-shadow);
    box-shadow: var(--circle-shadow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--circle-transition);
    -o-transition: var(--circle-transition);
    transition: var(--circle-transition);
    z-index: 1;
    position: absolute;
    left: var(--switch-offset);
}

.slider::before {
    content: "";
    position: absolute;
    width: var(--effect-width);
    height: var(--effect-height);
    left: calc(var(--switch-offset) + (var(--effect-width) / 2));
    background: var(--effect-bg);
    border-radius: var(--effect-border-radius);
    -webkit-transition: var(--effect-transition);
    -o-transition: var(--effect-transition);
    transition: var(--effect-transition);
}

/* actions */

.switch input:checked+.slider {
    background: linear-gradient(to right, rgb(32, 136, 217), rgb(61, 162, 237), rgb(90, 177, 240));
}

.switch input:checked+.slider .checkmark {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.switch input:checked+.slider .cross {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.switch input:checked+.slider::before {
    left: calc(100% - var(--effect-width) - (var(--effect-width) / 2) - var(--switch-offset));
}

.switch input:checked+.slider .circle {
    left: calc(100% - var(--circle-diameter) - var(--switch-offset));
    -webkit-box-shadow: var(--circle-checked-shadow);
    box-shadow: var(--circle-checked-shadow);
}

.sticky-top {
    z-index: 10;
}

.select-status[readonly] {
    pointer-events: none;
    cursor: not-allowed;
}

.main-table {
    margin: 0 -25px;
}

.footer-table {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Styling cho QR image */
.payment-qr-container {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 10px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.payment-qr-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    position: relative;
}

/* Hiệu ứng scan line */
.payment-qr-scanner-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(13, 110, 253, 0.5);
    box-shadow: 0 0 8px 2px rgba(13, 110, 253, 0.5);
    z-index: 3;
    animation: scanline 2s linear infinite;
}

@keyframes scanline {
    0% {
        top: 0%;
    }
    50% {
        top: 100%;
    }
    100% {
        top: 0%;
    }
}


 .menu-arrow-icon {
     opacity: 0;
     transition: opacity 0.3s ease, transform 0.3s ease;
 }

.menu-item:hover .menu-arrow-icon {
    opacity: 1;
}

[aria-expanded="true"] .menu-arrow-icon i {
    transform: rotate(180deg);
    display: inline-block;
}

.menu-arrow-icon i {
    transition: transform 0.3s ease;
}

.input-group > .form-control {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.icon-loading-update {
    color: #0d6efd;
    font-size: 12px;
}