*{
        font-family: "Nunito Sans", sans-serif;
}

.account-dashboard {
    min-height: 100vh;
    display: flex;
    background: #eef3fb;
    color: #0f172a;
    font-family: Arial, sans-serif;
}

.account-sidebar {
    width: 280px;
    min-width: 280px;
    background: #ffffff;
    border-right: 1px solid #e5eaf3;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    position: relative;
    z-index: 10;
}

.account-logo {
    height: 76px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 24px;
    border-bottom: 1px solid #edf1f7;
}

.account-logo-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-logo-icon span {
    font-size: 22px;
}

.account-logo-text {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
}

.account-sidebar-inner {
    padding: 22px 16px;
}

.account-menu-title {
    font-size: 13px;
    font-weight: 700;
    color: #4b5563;
    margin: 18px 0 10px;
}

.account-menu {
    display: flex;
    flex-direction: column;
}
.deposit-plans-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.deposit-plan-card {
    background: #ffffff;
    border: 1px solid #e5eaf3;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: 0.25s ease;
}

.deposit-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
    border-color: #900;
}

.deposit-plan-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 22px;
}

.deposit-plan-head h3 {
    margin: 0;
    color: #0f172a;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.deposit-plan-badge {
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #9900701c;
    color: #900;
    border-radius: 999px;
    padding: 4px 11px;
    font-size: 12px;
    font-weight: 800;
}

.deposit-plan-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.deposit-plan-list li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 13px;
    border-bottom: 1px solid #edf1f7;
}

.deposit-plan-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.deposit-plan-list span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.2;
}

.deposit-plan-list strong {
    color: #0f172a;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.deposit-plan-btn {
    margin-top: auto;
    min-height: 46px;
    border-radius: 8px;
    background: #009688;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
}

.invest-steps-container {
    max-width: 900px;
    margin: 0 auto;
}
.invest-steps-main-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #1d2b39;
    margin: 0 0 50px;
}
.invest-step-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 0px;
}
.invest-step-left {
    width: 80px;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.invest-step-number {
    width: 45px;
    height: 45px;
    border-radius: 16px;
    background: #900;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.invest-step-line {
    width: 4px;
    height: 105px;
    background: #900;
    border-radius: 10px;
    margin-top: 14px;
}
.invest-step-content {
    flex: 1;
    padding-top: 6px;
}
.invest-step-content h3 {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #1d2b39;
}
.invest-step-content ul {
    margin: 0;
    padding-left: 22px;
}
.invest-step-content ul li {
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 8px;
}
.deposit-plan-btn:hover {
    background: #900;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .deposit-plans-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .deposit-plans-grid {
        grid-template-columns: 1fr;
    }

    .deposit-plan-card {
        padding: 18px;
    }
}

.account-content-grid.is-full-width{
        width: 100%;
    grid: none;
}

.account-menu-link {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    border-radius: 7px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease;
}

.account-menu-link:hover {
    background: #f3f5fb;
    color: #900;
}

.account-menu-link.active,
.account-menu-link.active-parent {
    background: #900;
    color: #ffffff;
}

.account-menu-icon {
    width: 20px;
    text-align: center;
    font-size: 15px;
}

.account-menu-arrow {
    margin-left: auto;
}

.account-submenu {
    padding: 8px 0 8px 42px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.account-submenu a {
    position: relative;
    color: #374151;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 10px;
    line-height: 1.2;
    transition: 0.2s ease;
}

.account-submenu a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #6b7280;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.account-submenu a:hover,
.account-submenu a.active {
    color: #900;
    font-weight: 700;
}

.account-submenu a.active:before {
    background: #900;
}

.account-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.account-topbar {
    height: 76px;
    background: #ffffff;
    border-bottom: 1px solid #e5eaf3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    gap: 20px;
    position: sticky;
    top: 0;
    z-index: 9;
}

.account-topbar-left,
.account-topbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.account-burger {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #334155;
    font-size: 22px;
    cursor: pointer;
}

.account-search {
    width: 250px;
    height: 42px;
    border: 1px solid #d8dee9;
    background: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
}

.account-search span {
    color: #94a3b8;
    font-size: 16px;
}

.account-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 14px;
    color: #0f172a;
}

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

.account-icon-btn {
    border: 0;
    background: transparent;
    color: #0f172a;
    font-size: 17px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.account-lang {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #0f172a;
}

.account-flag {
    font-size: 20px;
}

.account-user-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.account-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #900;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-user-name {
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.account-user-role {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.2;
}

.account-page .account-page{
    flex: 1;
        padding: 24px;

}

.account-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    color: #64748b;
    margin-bottom: 10px;
}

.account-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
}

.account-breadcrumbs a:hover {
    color: #900;
}

.account-page-head {
    margin-bottom: 26px;
}

.account-page-head h1 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #0f172a;
    font-weight: 800;
}

.account-page-head p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

.account-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.account-card {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    padding: 22px;
}

.account-card-large {
    min-height: 280px;
}

.account-card-wide {
    grid-column: span 1;
}

.account-card-title {
    border-bottom: 1px solid #6b7280;
    padding-bottom: 14px;
    margin-bottom: 16px;
}

.account-card-title h2,
.account-photo-card h2 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
    color: #1f2937;
    font-weight: 800;
}

.account-card-desc {
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 20px;
}

.account-notice {
    padding: 13px 16px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 16px;
}

.account-notice.success {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.account-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.account-form-row {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.account-form-row label {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}

.account-form-row input {
    width: 100%;
    height: 42px;
    border: 1px solid #d8dee9;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 14px;
    color: #0f172a;
    outline: none;
    background: #ffffff;
}

.account-form-row input:focus {
    border-color: #900;
    box-shadow: 0 0 0 3px rgba(133, 87, 232, 0.12);
}

.account-form-row input:disabled {
    background: #f8fafc;
    color: #94a3b8;
}

.account-dashboard.sidebar-hidden .account-sidebar {
    width: 0;
    min-width: 0;
    overflow: hidden;
    border-right: 0;
}

.account-dashboard.sidebar-hidden .account-logo,
.account-dashboard.sidebar-hidden .account-sidebar-inner {
    opacity: 0;
    pointer-events: none;
}

.account-sidebar {
    transition: width 0.25s ease, min-width 0.25s ease;
}

.account-logo,
.account-sidebar-inner {
    transition: opacity 0.15s ease;
}
.account-btn {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
    padding: 12px 20px;
}

.account-btn-purple {
    background: #900;
    color: #ffffff;
}

.account-btn-purple:hover {
    background: #7045d6;
}

.account-btn-dark {
    background: #18222c;
    color: #ffffff;
}

.account-btn-dark:hover {
    background: #0f172a;
}

.account-btn-light {
    background: #f0eafe;
    color: #900;
}

.account-btn-light:hover {
    background: #e3d7fd;
}

.account-btn-red {
    width: auto;
    background: #ff5b5b;
    color: #ffffff;
}

.account-btn-red:hover {
    background: #ef4444;
}

.account-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.account-stat {
    min-height: 86px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.account-stat strong {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 7px;
    font-weight: 800;
}

.account-stat span {
    font-size: 12px;
    color: #0f172a;
}

.account-stat-blue {
    background: #eef2f8;
}

.account-stat-blue strong {
    color: #4268c5;
}

.account-stat-green {
    background: #e9f8f4;
}

.account-stat-green strong {
    color: #10b981;
}

.account-photo-card img {
    width: 100%;
    height: 205px;
    object-fit: cover;
    display: block;
    margin-bottom: 18px;
}

.account-warning {
    background: #fff2e4;
    border-left: 4px solid #ff8a00;
    color: #ff7a00;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin: 22px 0;
}

.account-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.account-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.account-table th {
    background: #f8fafc;
    color: #334155;
    font-size: 13px;
    text-align: left;
    padding: 14px 16px;
    border-bottom: 1px solid #e5eaf3;
}

.account-table td {
    color: #475569;
    font-size: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid #edf1f7;
}

.account-table tr:hover td {
    background: #f8fafc;
}

.account-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 12px;
    font-weight: 700;
}

.account-empty {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

.account-footer {
    min-height: 58px;
    background: #ffffff;
    border-top: 1px solid #e5eaf3;
    color: #8a94a6;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
}

.account-dashboard .account-logo a img{
    width: 100%;
}

.account-settings-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: #900;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(133, 87, 232, 0.35);
    z-index: 20;
}

@media (max-width: 1200px) {
    .account-content-grid {
        grid-template-columns: 1fr;
    }

    .account-card-wide {
        grid-column: span 1;
    }
}

@media (max-width: 991px) {
    .account-sidebar {
        position: fixed;
        left: -290px;
        top: 0;
        bottom: 0;
        height: 100vh;
        transition: 0.25s ease;
        overflow-y: auto;
    }

    .account-dashboard.sidebar-open .account-sidebar {
        left: 0;
    }

    .account-main {
        width: 100%;
    }

    .account-topbar {
        padding: 0 16px;
    }

    .account-search {
        width: 190px;
    }

    .account-user-info,
    .account-lang,
    .account-icon-btn {
        display: none;
    }

    .account-page {
        padding: 0px;
    }

    .account-footer {
        padding: 0 16px;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
    }
    .account-card.account-card-wide{
        overflow: auto;
    }
    .account-page-head h1{
        font-size: 18px;
    }
    .account-card-head h2{
        font-size: 16px;
    }

.topup-wallet-value {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
}

.topup-wallet-value .wallet-text {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.4;
}

.topup-wallet-value .wallet-copy-label {
    flex: 0 0 auto;
}

.topup-wallet-value .wallet-copy-label svg {
    width: 16px;
    height: 16px;
}

}


.lang{
    margin-right: 32px;
}
.lang ul{
    display: flex;
    margin: 0;
    padding: 0;
    gap: 12px;
}
.lang ul li{
    list-style: none;
}
.lang ul li a{
        text-decoration: none;
    color: black;
}
.lang ul li.current-lang a{
    color: #900;
    font-weight: 600;
}
@media (max-width: 575px) {
    .account-topbar {
        height: 66px;
    }

    .account-search {
        width: 150px;
        height: 38px;
    }

    .account-page-head h1 {
        font-size: 21px;
    }

    .account-card {
        padding: 18px;
    }

    .account-stat-grid {
        grid-template-columns: 1fr;
    }

    .account-photo-card img {
        height: 170px;
    }
}



.account-auth-page {
        min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
}

.account-auth-wrap {
    width: 100%;
    max-width: 980px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.account-auth-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 32px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    border: 1px solid #e5eaf3;
}

.account-auth-head {
    text-align: center;
    margin-bottom: 26px;
}

.step-ok .invest-step-number{
        background: green;
}
.step-ok .invest-step-line{
        background: green;
}

.account-auth-icon {
   width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #99000014;
    color: #900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
}

.account-auth-head h2 {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
}

.account-auth-head p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
}

.account-auth-card form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.account-auth-card .login-username,
.account-auth-card .login-password,
.account-auth-card .login-remember,
.account-auth-card .login-submit {
    margin: 0;
}

.account-auth-card label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}

.account-auth-card input[type="text"],
.account-auth-card input[type="email"],
.account-auth-card input[type="password"] {
    width: 100%;
    height: 46px;
    border: 1px solid #d8dee9;
    border-radius: 9px;
    background: #ffffff;
    padding: 0 16px;
    font-size: 14px;
    color: #0f172a;
    outline: none;
    transition: 0.2s ease;
}

.account-auth-card input[type="text"]:focus,
.account-auth-card input[type="email"]:focus,
.account-auth-card input[type="password"]:focus {
    border-color: #8557e8;
    box-shadow: 0 0 0 3px rgba(133, 87, 232, 0.12);
}

.account-auth-card .login-remember label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #475569;
}

.account-auth-card input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #8557e8;
}

.account-auth-card .button-primary,
.account-auth-btn {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 9px;
    background: #000000;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
    padding: 0 20px;
}

.account-auth-card .button-primary:hover,
.account-auth-btn:hover {
    background: #900;
    color: #ffffff;
}

.account-page .go-home .brn{
        text-align: center;
}
.account-page .go-home .brn a{
        padding: 10px 20px;
    border: 0;
    border-radius: 9px;
    background: #900;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
    /* padding: 0 20px; */
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
}

.account-notice {
    padding: 13px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 18px;
}


.account-card-body .account-btn{
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
    padding: 12px 20px;
    background: #900;
    color: #ffffff;
    margin-top: 12px;
}

.account-card-body .account-form-group{
    display: flex;
    gap: 24px;
}

.account-card-body textarea {
   width: 50%;
    border-radius: 8px;
    border: 1px solid #dbdbdb;
    padding: 10px;
}
.account-card-body input{
    width: 50%;
    border-radius: 8px;
    border: 1px solid #dbdbdb;
    padding: 10px;
}

.account-form-group label{
    width: 50%;
}

.account-card-head h2{
        border-bottom: 1px solid #6b7280;
    padding-bottom: 14px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
    color: #1f2937;
    font-weight: 800;
}
.account-card-head{
    padding-bottom: 24px;
}

.topup-wallet-value{
   width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
    padding: 12px 20px;
    background: #900;
    color: #ffffff;
    margin-top: 12px;
    display: block;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy-wallet {
    cursor: pointer;
    position: relative;
    transition: 0.2s ease;
}

.wallet-copy-label svg{
    width: 16px;
}
.wallet-copy-label svg path{
    fill: white;
}

.wallet-text {
    display: block;
}

.wallet-copy-label {
       font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 8px;
    white-space: nowrap;
}
.ballance{
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
    padding: 12px 20px;
    background: #900;
    color: #ffffff;
}

.account-remember {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
}

.account-remember input {
    width: 16px;
    height: 16px;
    accent-color: #8557e8;
}

.account-remember span {
    line-height: 1.2;
}

.account-notice.success {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.account-notice.error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

@media (max-width: 768px) {
    .account-auth-wrap {
        grid-template-columns: 1fr;
    }

    .account-auth-card {
        padding: 24px 18px;
    }

    .account-auth-page {
        padding: 24px 14px;
    }
}









.deposit-amount-field {
    margin-top: 18px;
    margin-bottom: 14px;
}

.deposit-amount-field label {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 7px;
}

.deposit-amount-field input {
    width: 100%;
    height: 44px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 15px;
    outline: none;
}

.deposit-amount-field input:focus {
    border-color: #079b8e;
}

.deposit-plan-btn[disabled],
.deposit-plan-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #9ca3af;
}

.deposit-plan-card-active {
    border-color: #079b8e;
    box-shadow: 0 0 0 1px rgba(7, 155, 142, 0.15);
}

.account-status-debit {
    background: #ffe8e8 !important;
    color: #c62828 !important;
}

.account-status-credit {
    background: #e8fff6 !important;
    color: #008060 !important;
}