.container .row .col-auto {
    padding-left: 0;
    padding-right: 0;
}

.accounnt_header {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 120px;
    margin-bottom: 0;
    background: linear-gradient(to bottom, rgb(255 255 255 / -2%), rgb(255 255 255 / -64%) 99%), linear-gradient(180deg, #32aeb100, #345bc6);
}

.accounnt_header h1 {
    text-align: left;
}

.accounnt_header .breadcrumb {
    color: inherit;
    background-color: transparent;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accounnt_header .breadcrumb .breadcrumb-item {
    color: #000000;
}

.accounnt_header .breadcrumb .breadcrumb-item a {
    color: #000000;
    opacity: 0.8;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #000000;
    content: "/";
}

.accounnt_body {
    padding-bottom: 70px;
    margin-top: -80px;
}

.accounnt_body .sidenav {
    border: none;
    border-radius: 15px;
    display: block;
    margin: 0;
    padding: 0;
    border-right: unset;
    background: #fd55a2;
}

.accounnt_body .sidenav.navbar .navbar-nav {
    padding: 0;
    width: 100%;
    margin-bottom: 0px;
}

.accounnt_body .avater {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
    text-align: center;
    margin-right: 20px;
    overflow: hidden;
}

.btn-soft-primary {
    color: #345bc6;
    background-color: rgb(255 255 255);
    border-color: transparent;
}

.accounnt_body .sidenav h6 {
    font-size: 20px;
    color: #fff;
}

.accounnt_body .sidenav .col-auto small {
    color: #fff !important;
    font-size: 16px;
}

.accounnt_body .sidenav.navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0;
}

.accounnt_body .sidenav.navbar .navbar-nav .nav-item.go_ass_css{background: var(--blue);}
.accounnt_body .sidenav.navbar .navbar-nav .nav-item.re_down_css  {
    background: var(--bs-green);
}

.accounnt_body .sidenav.navbar .navbar-nav .nav-item.active>.nav-link {
    opacity: 1;
    color: #fff;
}

.accounnt_body .sidenav.navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 13px 15px 44px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* opacity: 0.8; */
    font-size: 16px;
    position: relative;
}
.accounnt_body .sidenav.navbar .navbar-nav .nav-item .nav-link svg {
    position: absolute;
    left: 16px;
}

.accounnt_body .sidenav.navbar .navbar-nav .nav-item .nav-link i {
    font-size: 17px;
    width: 25px;
    opacity: 0.8;
    color: inherit;
    margin-top: 0;
}

.accounnt_body .sidenav.navbar .navbar-nav .nav-item .nav-link:after {
    float: right;
    margin-right: 0;
    border: 0;
    font-size: 15px;
    margin-top: 0px;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
}

.ml-md-4, .mx-md-4 {
    margin-left: 24px !important;
}

.accounnt_body .col h5 {
    font-size: 24px;
    color: #fff;
}

.accounnt_body .col p.small {
    font-size: 15px;
}

.accounnt_body .btn {
    background: #fa587f;
    padding: 9px 20px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    border: 1px solid #fa587f;
}

.accounnt_body .btn:hover {
    background: #32aeb1;
    border: 1px solid #fff;
    box-shadow: none;
}

.card {
}

.card {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.accounnt_body .info-box {
    display: flex;
    background-image: linear-gradient(144deg, var(--blue), var(--pink));
    border-radius: 5px;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.accounnt_body .info-box-icon {
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
}

.accounnt_body .info-box-icon i {
    margin-bottom: 0 !important;
    font-size: 17px !important;
}

.accounnt_body .info-box h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
	flex:1
}

.coldad {
    display: flex;
    gap: 20px;
}

.coldad .card_sc {
    flex: 1;
    height: 100%;
}

.form-label {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.form-control {
    border-radius: 6px;
    border: 1px solid #32aeb1;
    height: 45px;
    line-height: 45px;
    text-indent: 13px;
    color: #747474;
    padding: 0;
    -webkit-box-shadow: none;
    text-overflow: ellipsis;
    background: #fff0;
    -webkit-appearance: none;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    box-shadow: none;
    outline: none;
}

.accounnt_body .row_flx.fd .form-group select,
.accounnt_body .form-group select {
    border-radius: 6px;
    border: 1px solid #32aeb1;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    text-indent: 13px;
    color: #424242;
    padding: 0;
    -webkit-box-shadow: none;
    text-overflow: ellipsis;
    /* background: #fff0; */
    -webkit-appearance: none;
    position: relative;
    box-shadow: none;
    outline: none;
    background-position: right;
}

.accounnt_body .sf_cs_z label {
    display: inline-block;
}

.accounnt_body .sf_cs_z label input {
    opacity: 1;
    width: auto;
    height: auto;
    display: inline;
    visibility: visible;
    margin-right: 0;
}

.accounnt_body .sf_cs_z label a {
}

.add_ress_panel {
    padding-top: 15px;
}

.add_ress_panel .add_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add_ress_panel .add_head h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
}

.add_ress_panel .add_head button {
}

.address_add_p {
}

.address_add_p .modal-header {
    background: #32aeb1;
    display: block;
}

.address_add_p .modal-header a {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 35px;
}

.add_r_ess button.btn {
    background: #fa587f;
    padding: 9px 20px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    border: 1px solid #fa587f;
}

.add_r_ess button.btn:hover,.add_r_ess .btn-primary:active:focus {
    background: #32aeb1;
    padding: 9px 20px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    border: 1px solid #32aeb1;
    box-shadow: none;
}

.address_add_p .modal-header h3 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.modal-dialog {
    width: 80%;
    max-width: 80%;
    margin: 30px auto;
}

.accounnt_body .d-md-block .mb-md-5 {
    margin-bottom: 5rem!important;
}

.MyWallet_cash_box__2P3wa {
    background: #00d9c5;
    border-radius: 4px;
    padding: 15px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    grid-gap: 15px;
    gap: 15px;
}

.MyWallet_cash_title__19Yeg {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
}

.MyWallet_cash_title__19Yeg img {
    width: 40px;
    height: 40px;
    margin-top: -6px;
}

.MyWallet_cash_title__19Yeg b, .MyWallet_total_cash__b2JJN b {
    color: #fff;
    font-size: 20px;
}

.MyWallet_reffer_box__3NiUh {
    margin-top: 10px;
}

.MyWallet_reffer_box__3NiUh table {
    width: 100%;
}

.MyWallet_reffer_box__3NiUh table th:first-child {
    width: 40%;
}

.MyWallet_reffer_box__3NiUh table th {
    color: #4f4f4f;
    font-size: 14px;
    padding: 5px;
}

.tab-content {
}

.tab-content .tab-pane {
}

.tab-content .tab-pane {
    border: 1px solid #dee2e6;
    border-top: 0;
    padding: 15px;
    overflow: hidden;
}

.rad_O_date {
    display: flex;
    justify-content: space-between;
}

.rad_O_date .radio_x {
    display: flex;
    width: 60%;
    align-items: flex-start;
    gap: 10px;
}

.rad_O_date .radio_x label {
    display: flex;
    gap: 5px;
}

.rad_O_date .radio_x input {
    width: 17px;
    height: 17px;
}

.start_end {
    width: 50%;
    display: flex;
    gap: 10px;
}

.start_end .dates {
}

.start_end .dates label {
}

.start_end .dates input {
}

#customers {
    margin-top: 20px;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding: 10px 10px;
    text-align: left;
    background-color: #32aeb1;
    color: white;
}

.accounnt_body .head_ing {
    display: flex;
    align-items: center;
    background: #f8f0fc;
    padding: 15px;
    border-radius: 4px;
}

.accounnt_body .head_ing .df h3 {
    font-size: 20px;
}

.accounnt_body label {
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
    width: 100%;
    display: block;
    FONT-SIZE: 15PX;
}

.accounnt_body .form-group label span.red {
    color: var(--red);
}

.welcome-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.stats-card {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.activity-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

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

.box_br {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    overflow: hidden;
}

.box_br .box_bg {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: var(--pink);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.box_br .box_bg h5 {
    margin: 0;
    color: #fff;
}

.box_pd {
    padding: 15px
}

.question-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.question-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.question-item {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.question-item .flex-grow-1 {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.question-item input[type="checkbox"] {
    opacity: 1;
    appearance: none;
    /* removes default checkbox */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #345bc6;
    border-radius: 4px;
    /* square with rounded corners */
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    visibility: visible;
    display: block;
}

/* background when checked */
.question-item input[type="checkbox"]:checked {
    background-color: #007bff;
    border-color: #007bff;
}

/* checkmark */
.question-item input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.question-item h5 {
    margin: 0;
    flex: 1;
}

.question-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.question-number {
    background: #667eea;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
}

.option-item {
    padding: 10px 15px;
    margin: 5px 0;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.option-item:hover {
    background: #f8f9fa;
    border-color: #667eea;
}

.option-item.selected {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

.btn-submit {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    border: none;
    border-radius: 8px;
    padding: 15px 30px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(39, 174, 96, 0.4);
    color: white;
}

.progress-bar {
    height: 8px;
    border-radius: 4px;
    background: #e9ecef;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transition: width 0.3s ease;
}

.sc-valid-sc{
    background: var(--pink);
    border-radius: 8px;
    padding: 15px;
	margin-bottom:15px;
}
.sc-valid-sc h3{
    margin: 0;
    color: #fff;
    font-size: 25px;
}

.row_flx{
    display: flex;
    gap: 15px;
}
.row_flx .form-group {
    flex: 1;
}
.row_flx .form-group input{}
.row_flx .form-group select{
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0px 0px;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 14px;
    color: #646464;
}

.form_code select.form-control {padding: 0px 35px 0px 15px;}



@media(max-width: 992px) {
    .tofk {
        display:flex;
        padding: 10px;
        justify-content: space-between;
        align-items: center;
    }

    .tofk a {
        color: #ffffff;
    }

    .tofk .side_togl {
        fill: #000000 !important;
        padding: 0;
    }

    .tofk .side_togl svg {
        color: #000;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 0px !important;
    }

    .accounnt_body .info-box {
        margin-bottom: 10px;
    }

    .accounnt_body .dgg {
        display: none
    }

    .accounnt_body .dgg.show {
        display: block
    }

    .make_payment.registration {
        padding: 15px
    }

    .invoice-info {
        grid-template-columns: 1fr !important;
    }

    .invoice-container {
        padding: 15px !important;
    }

    .payment-details {
        overflow: scroll;
    }
	.row_flx {display: block; }
	
	
	
}

