.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;
}

.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;
}

.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-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: left;
}

.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;
}



.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;
}


@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;
    }

    .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;
    }
}

@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;
    }
}