.account-dashboard h1 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    color: #333333;
    margin: 20px 0 12px;
}

.sub-content .form-check-label {
    font-size: 14px;
    color: #333333;
}

.sub-content p {
    font-size: 14px;
    color: #666666;
}

.account-dashboard h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 18px;
    color: #333333;
}

.account-dashboard h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.account-dashboard .status {
    width: 8px;
    height: 8px;
    margin-right: 14px;
    border-radius: 10px;
    display: inline-block;
}

.top-porfolios p {
    font-size: 14px;
}

.top-porfolios .col-sm-3.col-4 p {
    font-weight: 600;
    text-align: right;
}

.top-portfolios-card {
    position: relative;
    overflow: hidden;
}

.top-portfolios-content {
    opacity: 0.75;
    filter: blur(0.5px);
    pointer-events: none;
    user-select: none;
}

.top-portfolios-coming-soon {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(1.5px);
    border-radius: 10px;
}

.top-portfolios-coming-soon-label {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0079dd;
}

.account-dashboard .text-success {
    color: #4CE13F !important;
}

.account-dashboard .bg-success {
    background-color: #8BC34A !important;
}

.account-dashboard .bg-danger {
    background-color: #E23D3D !important;
}

.account-dashboard .bg-warning {
    background-color: #F29A2E !important;
}

.account-dashboard table {
    border: 1px solid #F0F0F0;
}

.account-dashboard table th {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #0079DD;
}

.account-dashboard table td {
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    border: 0;
}

.account-dashboard table tbody tr:nth-child(even) td {
    background: #D4E8FA33;
}


.account-dashboard table td:first-child {
    font-weight: 500;
}

.account-dashboard table td:first-child,
.account-dashboard table th:first-child {
    padding-left: 25px;
}

.account-dashboard table td:last-child,
.account-dashboard table th:last-child {
    padding-right: 25px;
}




.progress {
    height: 8px;
    background: #E6E6E6;
}

.progress-bar {
    background-color: #0079DD;
}

.account-dashboard {
    padding: 30px 0 175px;
}

.account-dashboard .card {
    /* height: 100%; */
    border: none;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
}

.account-dashboard .card-title {
    padding: 0 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #525252;
    margin: 0;
}

.account-dashboard .card-body {
    padding: 20px;
}

.account-dashboard .card.card-padding {
    padding: 26px 22px;
}

.account-dashboard .card-body span {
    color: #666666;
    font-size: 12px;
}

.account-dashboard .card-body img {
    max-width: 60px;
}

.account-dashboard h6.big-heading {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333333;
}

.account-balance-cards {
    margin-bottom: 0;
}

.account-balance-cards .card-title {
    padding: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #525252;
    margin: 0;
}

.account-balance-cards .balance-card-value {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.account-balance-cards .balance-card-value span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.account-balance-cards .balance-card-value-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.account-balance-cards .balance-card-value-row img {
    max-width: 64px;
    width: auto;
    height: auto;
    flex-shrink: 0;
}

@media (max-width: 767.98px) {
    .account-balance-cards .balance-card-value {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .account-balance-cards .balance-card-value {
        font-size: 22px;
    }

    .account-balance-cards .balance-card-value-row img {
        max-width: 52px;
    }
}

.account-dashboard .sidebar .user-profile {
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0 40px 50px 40px;
    display: block;
    text-align: center;
}

.account-dashboard .sidebar .user-profile img {
    width: 170px;
    height: 170px;
    margin: 0 auto 30px;
    border-radius: 100%;
}

.account-dashboard .sidebar .user-profile h4 {
    font-weight: 500;
    font-size: 25px;
    margin: 0;
    text-align: center;
}

.account-dashboard .sidebar .user-profile p {
    font-size: 12px;
    line-height: normal;
    margin: 0;
    text-align: left;
}

.date-select-dashboard select {
    max-width: 230px;
    margin-left: auto;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    color: #676767;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 30px 9px 13px;
}

.account-dashboard .sidebar {
    transition: all 0.3s;
    padding: 20px 10px;
    /* overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent; */
    /* box-shadow: 0px 1px 4px 0px #0C0C0D1A; */
    background-color: #fff;
    /* height: calc(100vh - 180px); */
    border-radius: 10px;
    height: 100%;
}



.account-dashboard .sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.account-dashboard .sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

.account-dashboard .sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.account-dashboard .sidebar-nav li {
    padding: 0;
    margin: 0 50px 0 0;
    list-style: none;
}

.account-dashboard .sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    transition: 0.3s all;
    padding: 14px;
    margin-bottom: 5px;
    border-radius: 12px;
}

.account-dashboard .sidebar-nav .nav-link img {
    max-width: 16px;
    margin-right: 16px;
    transition: 0.3s all;
    width: 100%;
    height: 16px;
}


.account-dashboard .sidebar-nav .nav-link.collapsed i {
    color: #899bbd;
}

.account-dashboard .sidebar-nav .nav-link:hover,
.account-dashboard .sidebar-nav .nav-link.active {
    background: #0079DD;
    color: #fff;
    border-radius: 12px;
}


.account-dashboard .sidebar-nav .nav-link:hover img,
.account-dashboard .sidebar-nav .nav-link.active img {
    filter: brightness(0) invert(1);

}

.account-dashboard .sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.account-dashboard .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}


.account-dashboard .sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    transition: 0.3s all;
    padding: 10px 0 10px 45px;
}

.account-dashboard .sidebar-nav .nav-content a:hover,
.account-dashboard .sidebar-nav .nav-content a.active {
    color: #0079DD;
}

/* .account-dashboard .sidebar-nav li.nav-item:last-child {
    padding-top: 100px;
    margin-top: auto;
} */

.account-dashboard .sidebar-nav .nav-link svg {
    margin-left: auto;
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
}

.account-dashboard .sidebar-nav .nav-link[aria-expanded="true"] svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    fill: #0079DD;
}

.form-profile-upload img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    margin: 0 auto 20px;
}

.form-profile-upload .btn-text {
    border-bottom: 1px solid #0079DD;
    font-size: 12px;
    font-weight: 500;
}

.form-profile-upload .btn-text:hover {
    color: #0079DD;
}

.close_my_account_Modal .modal-dialog {
    max-width: 675px;
}

.close_my_account_Modal .modal-body {
    padding: 80px;
    text-align: center;
}

.close_my_account_Modal .modal-content {
    border-radius: 32px;
    border: 0;
}

.close_my_account_Modal .modal-body h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.close_my_account_Modal .modal-body p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
}

.close_my_account_Modal .close-input-form {
    margin-bottom: 40px;
}

.close_my_account_Modal .close-input-form .form-control {
    background: #F3F3F3;
    border: 0;
    border-radius: 50px 0 0 50px;
    color: #666666A6;
    height: 55px;
}

.close_my_account_Modal .close-input-form .btn-custom {
    border-radius: 0 50px 50px 0;
    height: 55px;
    background: #0079DD !important;
    color: #fff !important;
    border-color: #0079DD !important;
}

.tab-gift-card .tab-buttons {
    justify-content: end;
}

.tab-gift-card .tab-buttons button {
    padding: 0px;
    background: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: 0.3s;
    color: #333333;
    font-weight: 300;
    font-size: 14px;
}

.tab-gift-card .tab-buttons button.active {
    color: #0079DD;
    font-weight: 500;
}

.tab-gift-card .tab-content {
    display: none;
}

.tab-gift-card .tab-content.show {
    display: block;
}

.account-dashboard .learn-more-box {
    padding: 78px 50px 50px;
}

.box-check .form-check-input {
    border: 1px solid #333333;
    border-radius: 4px !important;
    background: transparent;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
}

.box-check .form-check-label {
    font-size: 14px;
    color: #333333;
}

.box-check .form-check-input:checked[type=checkbox] {
    background-position: center;
    background-size: 16px;
}

.heading-admin {
    max-width: 920px;
    margin: 0 auto;
}

.heading-admin h1 {
    font-size: 60px;
    color: #0079DD;
    font-weight: 700;
    margin: 0 0 45px;
    line-height: 70px;
}

.heading-admin p {
    font-size: 20px;
    margin: 0 0 50px;
}

.heading-admin span {
    font-size: 12px;
    margin: 0 0 50px;
    display: block;
    max-width: 550px;
    margin: 25px auto 100px;
}

.account-dashboard .box-check-custom .card {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
}

.account-dashboard .box-check-custom .form-check-input:checked[type=checkbox]~.form-check-label .card {
    border: 1px solid #0079DD;
}

.box-check-custom .form-check-label {
    width: calc(100% - 30px);
}

.box-check-custom .position-absolute.top-0 {
    margin: 20px -30px 0 0;
}

.account-dashboard .box-check-custom .card-title {
    padding: 14px 0 16px;
    font-weight: 500;
    color: #333333;
}

.account-dashboard .box-check-custom .card-body img {
    max-width: 110px;
}

.box-check-custom h4 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.box-check-custom .btn-custom {
    padding: 12px 25px;
    background: #0079DD;
    border: 1px solid #0079DD;
    color: #fff;
}

.box-check-custom.box-check-success .btn-custom {
    background: #4CE13F;
    border: 1px solid #4CE13F;
}

.box-check-custom.box-check-danger .btn-custom {
    background: #EE1D52;
    border: 1px solid #EE1D52;
}

.box-check-custom.box-check-warning .btn-custom {
    background: #F9C019;
    border: 1px solid #F9C019;
}

.chart-text p {
    font-size: 12px;
}

.card-active-frequency .card {
    border: 1px solid #fff;
}

.card-active-frequency .card-active-inner {
    border: 1px solid #0079DD;
}

.close-dashborad-sidebar,
.dashboard-toggle-sidebar {
    border: 0;
}

.admin-content-text h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 20px;
}

.admin-content-text p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-left: 20px;
}


.account-dashboard .card-body .add-bank-details {
    padding-bottom: 30px;
}

.account-dashboard .card-body .add-bank-details img {
    max-width: 350px;
    margin: 30px auto 40px;
}

.account-dashboard .card-body .add-bank-details p {
    margin-bottom: 45px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

.all-transction-visa h6 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.all-transction-visa .badge {
    font-size: 8px !important;
    font-weight: 500;
    padding: 3px 10px;
    display: inline-block;
    line-height: normal;
}

.all-transction-visa .badge.text-bg-success {
    background: #4CE13F33 !important;
    color: #4BD53F !important;
}

.all-transction-visa .badge.text-bg-danger {
    background: #EE1D5233 !important;
    color: #EE1D52 !important;
}

.account-dashboard .card-body img.card-img-bank {
    max-width: 100%;
}

.btn.btn-card:active,
.btn.btn-card {
    border: 1px solid #DDDDDD;
    background: #F5F5F5;
    font-size: 10px;
    border-radius: 4px;
    padding: 4px 8px;
}

.amount-withdraw-end {
    justify-content: end;
}



/* Money Box Max Start */
.money-box-admin .hero-banner {
    background: #0A6BF1;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    isolation: isolate;
    z-index: 1;
}

.money-box-admin .hero-banner::before {
    content: '';
    position: absolute;
    left: 60%;
    top: 0;
    background: linear-gradient(48.89deg, rgba(255, 255, 255, 0.15) 8.77%, rgba(94, 162, 255, 0.15) 89.79%);
    width: 50%;
    height: 520px;
    border-radius: 100%;
    transform: translate(-50%, 0);
    box-shadow: none;
    pointer-events: none;
    z-index: 0;
}

.money-box-admin .hero-banner > .d-flex {
    position: relative;
    z-index: 1;
}


.money-box-admin .hero-welcome {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.money-box-admin .hero-since {
    font-size: 14px;
    color: #fff;
}

.money-box-admin .brand-logo img {
    max-width: 100px;
}

.money-box-admin .stat-card {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    border: 1px solid #DDDDDD;
    transition: box-shadow .25s, transform .25s;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
}

.money-box-admin .stat-card:hover {
    transform: translateY(-2px);
}

.money-box-admin .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    background: #EFEFEF;
    color: #268DE7;
}

.money-box-admin .stat-label {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 8px;
}

.money-box-admin .stat-value {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 1.2;
    margin: 0 0 4px;
}

.money-box-admin .stat-value--sm {
    font-size: 18px;
    line-height: 1.3;
}

.money-box-admin .btn-chip {
    display: inline-block;
    margin-top: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #333333;
    color: #333333;
    background: transparent;
    cursor: pointer;
    transition: 0.3s all;
}

.money-box-admin .btn-chip:hover {
    background: #268DE7;
    color: #fff;
    border-color: #268DE7;
}

.money-box-admin .stat-sub {
    color: #666666;
    font-size: 12px;
    margin: 22px 0 0;
}

.money-box-admin .renew-card {
    margin: 40px 0;
}

.money-box-admin .renew-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.money-box-admin .renew-desc {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}

.money-box-admin .form-switch .form-check-input {
    width: 40px;
    margin: 0;
    height: 24px;
    cursor: pointer;
    border-radius: 30px !important;
    box-shadow: none;
}

.money-box-admin .form-check-input:checked {
    background-color: #268DE7;
    border-color: #268DE7;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    box-shadow: none;
}

.money-box-admin .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 24px;
}

.money-box-admin .benefit-item {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 16px 24px;
    border: 1px solid #DDDDDD;
    background: #fff;
    margin-bottom: 12px;
    border-radius: 10px;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.money-box-admin .benefit-icon-wrap {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.money-box-admin .benefit-icon-wrap img {
    display: block;
    height: auto;
    max-height: 80px;
    max-width: 80px;
    opacity: 1;
    width: 80px;
}

.money-box-admin .benefit-title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    opacity: 1;
}

.money-box-admin .benefit-desc {
    font-size: 14px;
    color: #333333;
    opacity: 1;
}

.money-box-admin .benefits-section {
    position: relative;
    z-index: 1;
}

.money-box-admin .cancel-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

.money-box-admin .cancel-card {
    margin-top: 8px;
}

.money-box-admin .cancel-desc {
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
}

.money-box-admin .btn-cancel-link {
    background: none;
    border: none;
    color: #EE1D52;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    cursor: pointer;
    transition: .2s all;
}

.max-account-modal .modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
}

.max-plan-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.max-plan-option {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 14px 16px;
    margin: 0;
    border: 2px solid #e8edf3;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.max-plan-option--active,
.max-plan-option:has(.max-plan-option__input:checked) {
    border-color: #0079dd;
    background: #f0f7ff;
}

.max-plan-option__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.max-plan-option__label {
    font-weight: 600;
    color: #1a2b42;
}

.max-plan-option__price {
    font-size: 0.875rem;
    color: #6b7c93;
}

.max-cancel-modal .modal-header {
    min-height: 2rem;
}

.max-cancel-modal__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fef2f2;
    color: #dc3545;
    font-size: 1.5rem;
}

.max-cancel-modal__title {
    font-weight: 600;
    color: #1a2b42;
    margin-bottom: 8px;
}

.max-cancel-modal__text {
    font-size: 0.9rem;
    color: #6b7c93;
    line-height: 1.5;
}

.money-box-admin .btn-cancel-link:hover {
    text-decoration: underline;
}

.money-box-not-member .hero-welcome--lg {
    font-size: 32px;
    line-height: 1.2;
}

.money-box-not-member .btn-join-max-now {
    background: #fff;
    border: none;
    border-radius: 25px;
    color: #0A6BF1;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    transition: 0.2s all;
}

.money-box-not-member .btn-join-max-now:hover {
    background: #f0f7ff;
    color: #0A6BF1;
}

.money-box-not-member .max-switch-readonly {
    cursor: default;
    opacity: 1;
    pointer-events: none;
}

.money-box-not-member .max-switch-readonly:checked {
    background-color: #268DE7;
    border-color: #268DE7;
}

.money-box-not-member .benefits-section--promo,
.money-box-not-member .benefits-section--promo .benefit-item,
.money-box-not-member .benefits-section--promo .benefit-title,
.money-box-not-member .benefits-section--promo .benefit-desc,
.money-box-not-member .benefits-section--promo .benefit-icon-wrap,
.money-box-not-member .benefits-section--promo .benefit-icon-wrap img {
    filter: none;
    opacity: 1 !important;
}

.money-box-not-member .benefits-section--promo .benefit-item {
    background: #fff;
    border: 1px solid #DDDDDD;
}

.money-box-not-member .benefits-section--promo .benefit-title {
    color: #333333;
    font-weight: 700;
}

.money-box-not-member .benefits-section--promo .benefit-desc {
    color: #333333;
}

.money-box-not-member .btn-cancel-link--static {
    color: #EE1D52;
    cursor: default;
    display: inline-block;
    opacity: 1;
}

.money-box-admin .max-status-indicator {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    margin-top: 32px;
    padding: 12px 0;
}

.money-box-admin .max-status-indicator--cancelled {
    color: #EE1D52;
}

.money-box-admin .max-status-indicator__dot {
    background: #EE1D52;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    width: 8px;
}

.money-box-max-loading {
    min-height: 200px;
    padding: 60px 0;
}

.payment-card {
    background: #0079dd url(../img/card-bg-img.png) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    padding: 18px;
}

/* 
.payment-card:nth-child(2){
    background: #dd3400 url(../img/card-bg-img-2.png) no-repeat;
    background-position: center;
    background-size: cover;
} */

.payment-card .card-chip i {
    color: #fff;
    font-size: 30px;
}

.payment-card .card-expiry,
.payment-card .card-holder,
.payment-card .card-number {
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

.payment-card .card-holder {
    font-weight: 600;
    font-size: 16px;
}

.account-details-below {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.account-details-below .account-number {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.account-details-below .account-type {
    font-size: 10px;
    color: #0079DD;
    font-weight: 400;
}

.card-actions-below .btn {
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    color: #333333;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    line-height: 1.2;
}

.credit-card-details .card-actions-below {
    margin-top: 24px;
    gap: 8px;
}

.withdraw-bank-card__header {
    display: block;
}

.withdraw-bank-card__title-group {
    min-width: 0;
}

.withdraw-bank-card__nickname {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
}

.withdraw-bank-card__number {
    margin: 4px 0 0;
    font-size: 14px;
    color: #666666;
    line-height: 1.4;
}

.withdraw-money-card {
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    box-shadow: none;
    background: #FFFFFF;
    overflow: hidden;
}

.account-dashboard .withdraw-money-card .withdraw-money-card__body {
    padding: 24px;
}

.withdraw-money-card__title,
.all-transactions-card__title {
    margin: 0 0 28px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 1.3;
}

.withdraw-money-card__amount-section {
    text-align: center;
    margin: 0 0 28px;
    padding: 4px 0 0;
}

.account-dashboard .withdraw-money-card .withdraw-money-card__amount-label {
    display: block;
    color: #268DE7;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
}

.withdraw-money-card__amount-display {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 auto 14px;
    cursor: text;
    width: max-content;
}

.account-dashboard .withdraw-money-card .withdraw-money-card__currency {
    display: inline-flex;
    margin: 0;
    align-self: center;
    color: #0079DD;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    font-family: "Poppins", sans-serif;
}

.withdraw-money-card__input {
    width: auto;
    min-width: 72px;
    max-width: 200px;
    border: 0;
    background: transparent;
    color: #0079DD;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    text-align: left;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    -moz-appearance: textfield;
    appearance: textfield;
}

.withdraw-money-card__input::-webkit-outer-spin-button,
.withdraw-money-card__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.withdraw-money-card__input:focus {
    outline: none;
    box-shadow: none;
}

.withdraw-money-card__input::placeholder {
    color: #0079DD;
    opacity: 1;
}

.withdraw-money-card__hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    color: #666666;
    font-size: 12px;
    line-height: 1.4;
}

.account-dashboard .withdraw-money-card .withdraw-money-card__hint span {
    color: #666666;
    font-size: 12px;
}

.withdraw-money-card__hint i {
    color: #999999;
    font-size: 12px;
    flex-shrink: 0;
}

.withdraw-money-card__submit {
    border-radius: 999px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    background-color: #0079DD;
    border-color: #0079DD;
    box-shadow: none;
}

/* .withdraw-money-card__submit:hover,
.withdraw-money-card__submit:focus {
    background-color: #0069c0;
    border-color: #0069c0;
    box-shadow: none;
} */

.withdraw-money-card__submit:disabled {
    background-color: #0079DD;
    border-color: #0079DD;
    opacity: 0.55;
}

.transaction-item__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.transaction-item__left,
.transaction-item__right {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.transaction-item__right {
    align-items: flex-end;
    text-align: right;
    flex-shrink: 0;
}

.transaction-item__title {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.transaction-item__meta {
    color: #666666;
    font-size: 12px;
    line-height: 1.4;
}

.all-transactions-card {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    box-shadow: none;
}

.all-transactions-card-body .status-badge.cancelled {
    background: rgba(238, 29, 82, 0.20);
    color: #EE1D52;
}

.withdraw-bank-card__details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 20px;
}

.withdraw-bank-card__label {
    display: block;
    font-size: 12px;
    color: #666666;
    margin-bottom: 4px;
    line-height: 1.4;
}

.withdraw-bank-card__value {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 1.4;
    word-break: break-word;
}

.card-actions-below .btn-outline-primary {
    color: #268DE7;
}

.card-actions-below .btn-outline-danger {
    color: #EE1D52;
}

.card-actions-below .btn-outline-primary:hover {
    color: #fff;
    border-color: #268DE7;
    background: #268DE7;
}

.card-actions-below .btn-outline-danger:hover {
    color: #fff;
    border-color: #EE1D52;
    background: #EE1D52;
}


.credit-card-details {
    border-radius: 10px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 24px;
}

.credit-card-details .card-number {
    color: #666666;
    font-size: 14px;
    margin-top: 2px;
}

.credit-card-details .dropdown-toggle {
    border: 0;
    background: transparent !important;
    color: #000 !important;
    padding: 0;
}

.credit-card-details .dropdown-toggle::after {
    display: none;
}

.credit-card-details .acc-label {
    color: #666666;
    font-size: 12px;
}

.credit-card-details .card-holder {
    color: #333333;
}

.credit-card-details .dropdown-menu.show {
    padding: 0;
    border-color: #DDD;
}

.credit-card-details .dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    font-size: 14px;
    color: #333333 !important;
    transition: 0.3s all;
    background: #fff !important;
}

.emtyimg {
    max-width: 450px !important;
    margin: 0 auto 20px;
    width: 100%;
}

.all-transactions-card-body .status-badge {
    border-radius: 20px;
    background: rgba(238, 29, 82, 0.20);
    padding: 3px 10px;
    color: #EE1D52;
    text-align: center;
    font-size: 8px;
    font-weight: 500;
    display: inline-block;
    line-height: normal;
}

.all-transactions-card-body .status-badge.confirmed {
    background: rgba(76, 225, 63, 0.20);
    color: #4BD53F;
}

.all-transactions-card-body .amount {
    color: #333;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.all-transactions-card-body small.text-muted {
    color: #666666 !important;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10px;
    display: block;
}

.all-transactions-scroll {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: 330px;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #0079DD #EEF6FC;
}

.all-transactions-scroll::-webkit-scrollbar {
    width: 6px;
}

.all-transactions-scroll::-webkit-scrollbar-track {
    background: #EEF6FC;
    border-radius: 10px;
}

.all-transactions-scroll::-webkit-scrollbar-thumb {
    background: #0079DD;
    border-radius: 10px;
}

.all-transactions-scroll::-webkit-scrollbar-thumb:hover {
    background: #005FAF;
}



@media (max-width: 1399.98px) {
    .account-dashboard h6.big-heading {
        font-size: 25px;
    }

    .account-dashboard .sidebar-nav li {
        margin: 0;
    }
}

@media (max-width: 1199.98px) {
    .account-dashboard .sidebar-mobile .sidebar {
        width: 300px;
        z-index: 1;
        left: -300px;
        position: fixed;
        transition: 0.3s all;
        height: 100vh;
        top: 0;
        overflow-y: auto;
    }

    .account-dashboard .sidebar-mobile.show-sidebar-menu .sidebar {
        left: 0;
        z-index: 10;
    }

    .account-dashboard .sidebar .user-profile img {
        width: 100px;
        height: 100px;
        margin: 0 auto 10px;
    }

    .account-dashboard .sidebar .user-profile {
        padding: 0 20px 20px;
    }

    .account-dashboard .sidebar-nav li.nav-item:last-child {
        padding-top: 0;
        margin-top: 0;
    }

    .form-profile-upload img {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 991.98px) {
    .account-dashboard {
        padding: 30px 0;
    }

    .account-dashboard h6.big-heading {
        font-size: 20px;
    }

    .form-profile-upload img {
        width: 150px;
        height: 150px;
    }

    .close_my_account_Modal .modal-body {
        padding: 50px;
    }

    .close_my_account_Modal .modal-content {
        border-radius: 15px;
    }

    .close_my_account_Modal .modal-body h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .close_my_account_Modal .modal-body p {
        margin-bottom: 18px;
        font-size: 14px;
    }

    .close_my_account_Modal .close-input-form .form-control {
        height: 50px;
    }

    .close_my_account_Modal .close-input-form .btn-custom {
        height: 50px;
        padding: 10px 25px;
    }

    .close_my_account_Modal .close-input-form {
        margin-bottom: 25px;
    }

    .account-dashboard .learn-more-box {
        padding: 50px;
    }

    .heading-admin h1 {
        font-size: 45px;
        margin: 0 0 30px;
        line-height: 55px;
    }

    .heading-admin p {
        font-size: 18px;
        margin: 0 0 30px;
    }

    .heading-admin span {
        margin: 25px auto 50px;
    }

    .box-check-custom .btn-custom {
        padding: 6px 15px;
        font-size: 12px;
    }

    .box-check-custom .position-absolute.top-0 {
        margin: 60px -30px 0 0;
    }

    .account-dashboard .card-body .add-bank-details img {
        max-width: 200px;
    }

    .money-box-admin .hero-banner {
        margin: 20px 0;
        padding: 20px;
    }

    .money-box-admin .hero-welcome {
        font-size: 16px;
    }

    .money-box-admin .hero-since {
        font-size: 12px;
    }

    .money-box-admin .brand-logo img {
        max-width: 60px;
    }

    .money-box-admin .hero-banner::before {
        width: 300px;
        height: 300px;
    }

    .money-box-admin .stat-card {
        padding: 20px;
        gap: 12px;
    }

    .money-box-admin .cancel-desc,
    .money-box-admin .benefit-desc,
    .money-box-admin .renew-desc,
    .money-box-admin .stat-label {
        font-size: 12px;
    }

    .money-box-admin .renew-title,
    .money-box-admin .stat-value {
        font-size: 18px;
    }

    .money-box-admin .renew-card {
        margin: 20px 0;
    }

    .money-box-admin .section-title {
        margin-bottom: 12px;
    }

    .money-box-admin .benefit-item {
        gap: 20px;
        padding: 14px;
    }

    .money-box-admin .benefit-icon-wrap {
        width: 60px;
        height: 60px;
    }

    .money-box-admin .benefit-title {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .close_my_account_Modal .modal-body {
        padding: 35px 15px;
    }

    .close_my_account_Modal .modal-body h2 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .close_my_account_Modal .close-input-form .form-control {
        height: 45px;
    }

    .close_my_account_Modal .close-input-form .btn-custom {
        height: 45px;
        padding: 10px 16px;
    }

    .tab-gift-card .tab-buttons {
        justify-content: start;
    }

    .account-dashboard .featured .featured-inner h3 {
        font-size: 14px;
    }

    .account-dashboard .learn-more-box {
        padding: 50px 25px;
    }

    .heading-admin h1 {
        font-size: 30px;
        margin: 0 0 15px;
        line-height: 40px;
    }

    .heading-admin p {
        font-size: 16px;
        margin: 0 0 20px;
    }

    .heading-admin span {
        margin: 15px auto 30px;
    }

    .admin-content-text h6 {
        font-size: 18px;
        padding-left: 0px;
    }

    .admin-content-text p {
        font-size: 14px;
        padding-left: 0px;
    }

    .account-dashboard .box-check-custom .card-title {
        padding: 0 0 8px;
    }

    .box-check-custom .position-absolute.top-0 {
        margin: 45px -30px 0 0;
    }

    .all-transction-visa h6,
    .card-view-inner h6 {
        font-size: 14px;
    }

    .account-dashboard .card-body .add-bank-details p {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .amount-withdraw-end {
        justify-content: start;
    }
}


@media (max-width: 575.98px) {
    .date-select-dashboard select {
        margin: 0;
    }

    .account-dashboard .box-check-custom .card-body img {
        max-width: 60px;
    }

    .box-check-custom h4 {
        font-size: 14px;
    }

    .money-box-admin .renew-card .d-flex {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .money-box-admin .renew-card .form-check {
        margin: 12px 0 0 !important;
        padding: 0 !important;
    }
}

/* Withdraw confirmation page (moneybox-withdraw UI) */
.withdraw-confirm-page {
    background: #FAFAFA;
    min-height: 100vh;
}

.withdraw-confirm-layout {
    min-height: 100vh;
    overflow: hidden;
}

.withdraw-confirm-img {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.withdraw-confirm-img img {
    display: block;
    /* height: 100%; */
    object-fit: cover;
    width: 100%;
}

.withdraw-confirm-content {
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    min-height: 0;
    overflow-y: auto;
    padding: 50px;
}

.withdraw-confirm-back {
    align-items: center;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    gap: 8px;
    margin-bottom: 18px;
    text-decoration: none;
}

.withdraw-confirm-back:hover {
    color: #3394E8;
}

.withdraw-confirm-back svg {
    flex-shrink: 0;
}

.withdraw-confirm-card {
    background: #FFF;
    border: 1px solid #CBCBCB;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 550px;
    padding: 30px;
    width: 100%;
}

.withdraw-confirm-brand-row {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.withdraw-confirm-brand-logo img {
    max-width: 150px;
}

.withdraw-confirm-amount-display {
    color: #3394E8;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
    text-align: right;
}

.withdraw-confirm-amount-note {
    color: #666;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
}

.withdraw-confirm-amount-note svg {
    margin-right: 3px;
    vertical-align: middle;
}

.withdraw-confirm-divider {
    border-top: 1px solid #666666;
    margin: 24px 0;
}

.withdraw-confirm-section-title {
    color: #268DE7;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}

.withdraw-confirm-source-option {
    align-items: center;
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    gap: 14px;
    margin-bottom: 8px;
    padding: 14px 24px;
    position: relative;
    transition: border-color .2s, box-shadow .2s;
}

.withdraw-confirm-source-option.active {
    border-color: #268DE7;
}

.withdraw-confirm-source-option.disabled {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(203, 203, 203, 0.35);
    cursor: not-allowed;
}

.withdraw-confirm-source-option.disabled > * {
    opacity: 0.15;
}

.withdraw-confirm-source-option.disabled::after {
    color: #333;
    content: "Coming Soon";
    font-size: 14px;
    font-weight: 600;
    left: 50%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.withdraw-confirm-source-body {
    flex: 1;
}

.withdraw-confirm-source-left .withdraw-confirm-source-name,
.withdraw-confirm-source-right .withdraw-confirm-source-amount {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 4px;
}

.withdraw-confirm-source-left .withdraw-confirm-source-sub,
.withdraw-confirm-source-right .withdraw-confirm-source-avail {
    color: #3394E8;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.withdraw-confirm-source-right {
    flex-shrink: 0;
    text-align: right;
}

.withdraw-confirm-form-label {
    color: #979797;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
}

.withdraw-confirm-account-dropdown {
    position: relative;
}

.withdraw-confirm-account-trigger {
    align-items: center;
    background: #FAFAFA;
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    transition: border-color .2s;
    user-select: none;
}

.withdraw-confirm-account-trigger.open {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.withdraw-confirm-account-num {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
}

.withdraw-confirm-account-label {
    color: #3394E8;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
}

.withdraw-confirm-chevron {
    transition: transform .25s;
}

.withdraw-confirm-chevron.rotated {
    transform: rotate(180deg);
}

.withdraw-confirm-account-panel {
    background: #fff;
    border: 1px solid #CBCBCB;
    border-radius: 0 0 8px 8px;
    border-top: none;
    display: none;
    overflow: hidden;
}

.withdraw-confirm-account-panel.open {
    display: block;
}

.withdraw-confirm-account-option {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
    transition: background .15s;
}

.withdraw-confirm-account-option:hover {
    background: #F0F7FD;
}

.withdraw-confirm-account-option.selected {
    background: #EBF5FD;
}

.withdraw-confirm-check {
    align-items: center;
    color: #666;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    gap: 10px;
    margin: 24px 0;
}

.withdraw-confirm-check input[type="checkbox"] {
    accent-color: #268DE7;
    box-shadow: none;
    cursor: pointer;
    flex: 0 0 18px;
    height: 18px;
    width: 18px;
}

.withdraw-confirm-check label {
    cursor: pointer;
    margin: 0;
}

.withdraw-confirm-page .btn-custom:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.withdraw-confirm-success-icon {
    align-items: center;
    display: flex;
    height: 68px;
    justify-content: center;
    margin: 0 auto 24px;
    width: 68px;
}

.withdraw-confirm-success-icon svg {
    color: #02BCAE;
}

.withdraw-confirm-success-title {
    color: #02BCAE;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.withdraw-confirm-success-desc {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}

.withdraw-confirm-receipt-row {
    align-items: center;
    color: #666;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 8px;
    justify-content: space-between;
    padding: 4px 0;
}

.withdraw-confirm-receipt-row .r-value {
    text-align: right;
}

.withdraw-confirm-t-amount {
    color: #333;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-align: right;
}

/* Withdraw OTP modal */
.withdraw-otp-overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1.25rem;
    position: fixed;
    z-index: 1050;
}

.withdraw-otp-modal {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    max-width: 430px;
    padding: 2rem 1.75rem 1.5rem;
    text-align: center;
    width: 100%;
}

.withdraw-otp-icon {
    display: block;
    height: auto;
    margin: 0 auto 1rem;
    max-width: 88px;
    width: 88px;
}

.withdraw-otp-title {
    color: #268de7;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.withdraw-otp-subtitle {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.45;
    margin-bottom: 1.25rem;
}

.withdraw-otp-digits {
    margin-bottom: 0.25rem;
}

.withdraw-otp-digit {
    background: #efefef !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 1.25rem;
    font-weight: 600;
    height: 52px;
    padding: 0;
}

.withdraw-otp-timer {
    color: #666;
    font-size: 0.9rem;
    margin: 1rem 0 1.5rem;
}

.withdraw-otp-timer-value {
    color: #268de7;
    font-weight: 600;
}

.withdraw-otp-actions {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

.withdraw-otp-resend-btn {
    color: #333 !important;
    font-size: 1rem;
    font-weight: 500;
    min-width: 90px;
    text-decoration: none;
}

.withdraw-otp-resend-btn:disabled {
    opacity: 0.6;
}

.withdraw-otp-confirm-btn {
    border-radius: 999px;
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    max-width: 220px;
    padding: 0.75rem 1.5rem;
}

@media (max-width: 575.98px) {
    .withdraw-otp-modal {
        padding: 1.5rem 1.25rem 1.25rem;
    }

    .withdraw-otp-digit {
        font-size: 1.1rem;
        height: 46px;
    }
}

@media (max-width: 767.98px) {
    .withdraw-confirm-layout {
        min-height: auto;
        overflow: initial;
    }

    .withdraw-confirm-img {
        height: 250px;
    }

    .withdraw-confirm-content {
        height: auto;
        padding: 30px 16px;
    }

    .withdraw-confirm-back {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .withdraw-confirm-card {
        padding: 14px;
    }

    .withdraw-confirm-brand-logo img {
        max-width: 80px;
    }

    .withdraw-confirm-amount-display {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .withdraw-confirm-divider {
        margin: 16px 0;
    }

    .withdraw-confirm-section-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .withdraw-confirm-source-option {
        gap: 8px;
        padding: 14px;
    }

    .withdraw-confirm-account-trigger {
        padding: 14px;
    }

    .withdraw-confirm-check {
        margin: 14px 0;
    }

    .withdraw-confirm-receipt-row {
        font-size: 12px;
    }

    .withdraw-confirm-t-amount {
        font-size: 28px;
    }

    .withdraw-confirm-success-icon {
        height: 50px;
        margin: 0 auto 12px;
        width: 50px;
    }

    .withdraw-confirm-success-title {
        font-size: 18px;
        margin-bottom: 4px;
    }
}

/* Legacy success modal styles (kept for compatibility) */
.success-container {
    margin: 0 auto;
    max-width: 450px;
    padding: 30px 20px;
}

.success-icon-circle {
    align-items: center;
    background: #20c997;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(32, 201, 151, 0.3);
    display: flex;
    height: 80px;
    justify-content: center;
    margin: 0 auto;
    width: 80px;
}

.success-icon-circle i {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.success-title {
    color: #20c997;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}

.success-message {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.transaction-details {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin: 25px 0;
    padding: 20px;
}

.detail-row {
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    color: #666;
    font-size: 0.85rem;
    font-weight: 500;
}

.detail-value {
    color: #333;
    font-size: 0.85rem;
    font-weight: 600;
}

.amount-summary {
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    margin: 20px 0;
    padding: 20px;
}

.amount-row {
    align-items: center;
    border-bottom: 1px solid #f1f3f4;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.amount-row:last-child {
    border-bottom: none;
}

.amount-row.total {
    border-top: 2px solid #e9ecef;
    margin-top: 8px;
    padding-top: 12px;
}

.amount-label {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

.amount-value {
    color: #333;
    font-size: 0.9rem;
    font-weight: 600;
}

.total-amount {
    color: #333;
    font-size: 1.1rem;
    font-weight: 700;
}

.dashboard-btn {
    background: linear-gradient(135deg, #0079dd 0%, #0056b3 100%);
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 121, 221, 0.3);
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    min-width: 200px;
    padding: 15px 40px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dashboard-btn:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    box-shadow: 0 6px 20px rgba(0, 121, 221, 0.4);
    color: #fff;
    transform: translateY(-2px);
}

/* Flatpickr date picker */
.flatpickr-input[readonly] {
    background-color: #fff;
    cursor: pointer;
}

.flatpickr-calendar {
    z-index: 1050;
}

.account-dashboard .card,
.account-dashboard .card-body,
.account-dashboard .card-padding,
#signup .login-page-form,
#signup .login-container,
#signup .signup-container {
    overflow: visible;
}