@media only screen and (max-width: 767px) {
    :root {
        --cabinet-font: "Cabinet Grotesk", sans-serif;
        --font-color: "#010C22";
        --poppins-font: "Poppins", serif;
        /* --main-color: "var(--colorVar)"; */
        /* --colorVar: #00be7c; */
        --colorVar: orange;
    }

    /* * {
        overflow-x: hidden;
    } */

    .container-fluid {
        padding-inline: 0px;
    }

    .dashboard-wrapper {
        padding-top: 50px;
        /* padding-bottom: 30px; */
    }


    /* DASHBOARD MAIN DASHBOARD MAIN DASHBOARD MAIN DASHBOARD MAIN DASHBOARD  */
    .home-index {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        max-width: 100% !important;
        width: 100% !important;

    }

    .case {
        background: #F7F7F7;
        padding: 20px 20px 20px 20px;
        border-radius: 8px;
    }

    .left-content .recent-registration {
        padding-inline: 10px;
    }

    .side-nav {
        top: 5px;
        right: 70px;
        position: absolute;
    }

    .side-nav .nav-icons {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .side-nav .nav-icons .notification {
        color: #292D32;
        font-size: 24px;
    }

    .side-nav .nav-icons .profile img {
        width: 24px;
        height: 24px;
        border-radius: 50%;
    }

    .home-index .left-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-inline: 15px;
        max-width: 100% !important;
        width: 100% !important;

    }

    .home-index .left-content .register-section {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .home-index .left-content .register-section .register-text h2 {
        font-family: var(--cabinet-font);
        font-size: 20px;
        font-weight: 600;
    }

    .home-index .left-content .register-section .register-text p {
        font-size: 12px;
        width: 100%;
    }

    .home-index .left-content .register-section .settings-app {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 22px;
    }

    .home-index .left-content .register-section .settings-app .settings {
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: #007A4F;
        display: flex;
        align-items: center;
        gap: 5px;
        z-index: 1;
        margin-top: 10px;
    }

    .home-index .left-content .register-section .settings-app .settings i {
        font-weight: 500;
    }



    .btn-default {
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 400;
        margin-top: 15px;
    }


    .home-index .left-content .services-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .services-grid .service-box {
        gap: 15px;
    }


    .services-grid .service-box .top .text p {
        font-weight: 700;
    }




    /* No registration section  */
    .back-button {
        margin-left: 20px;
    }

    .left-content .recent-registration {
        /* margin-top: 15px; */
    }

    .left-content .recent-registration .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .left-content .recent-registration .title .filter .filter-label {
        color: #B2B2B2;
    }

    .left-content .recent-registration .title .filter select {
        border: 1px solid #E6E6E6;
        color: #B2B2B2;
        box-shadow: none;
        font-size: 8px;
        font-weight: 400;
        padding: 10px 5px;
        background: transparent;
        border-radius: 8px;
    }

    .left-content .recent-registration .title .filter select:focus {
        border: 1px solid var(--colorVar);
    }

    .left-content .recent-registration .title h1 {
        font-size: 12px;
        font-weight: 600;
    }

    .left-content .recent-registration .no-registration {
        padding-block: 0px;
    }

    .left-content .recent-registration .no-registration img {
        width: 90px;
    }

    .left-content .recent-registration .no-registration h3 {
        font-family: var(--poppins-font);
        font-size: 14px;
    }

    .left-content .recent-registration .no-registration p {
        font-family: var(--poppins-font);
        font-size: 12px;
    }

    .left-content .recent-registration .rtt {
        margin-top: 15px;
        width: 100%;
    }


    .home-index .left-content .register-section.desk .grid-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        width: 100%;
        height: 100%;
    }



    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .left-content .recent-registration .rtt.desktop {
        display: none;
    }

    .left-content .recent-registration .rtt.mobile {
        display: block;
    }

    .left-content .recent-registration .rtt.mobile .recent-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .left-content .recent-registration .rtt.mobile .recent-wrapper .recent-single {
        border-bottom: 1px solid #EBEBEB;
        padding: 8px 0px 12px 0px;
    }

    .recent-registration .rtt.mobile .top-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .recent-registration .rtt.mobile .top-row .service-id,
    .recent-registration .rtt.mobile .top-row .date {
        font-family: var(--poppins-font);
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
        color: #596963;
    }


    .recent-registration .rtt.mobile .middle-row .business-name {
        color: #1E1E1E;
        font-family: var(--poppins-font);
        font-size: 15px;
        font-weight: 500;
        line-height: 21px;
        text-align: left;
        margin-top: 10px;
    }

    .recent-registration .rtt.mobile .middle-row .payment-type {
        font-family: var(--poppins-font);
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        color: #292D32;
    }

    .recent-registration .rtt.mobile .bottom-row .badge {
        padding: 4px 8px;
        border-radius: 8px;
        background: #EA6C001A;
        color: #EA6C00;
        font-size: 10px;
        font-weight: 500;
    }

    .left-content .recent-registration .rtt table {
        background: transparent !important;
    }

    .left-content .recent-registration .rtt table td {
        background: transparent;
        font-family: var(--poppins-font);
        font-size: 9px;
        font-weight: 500;
        text-align: left;
        color: #292D32;
        padding-block: 12px;
        vertical-align: middle;
        word-wrap: break-word;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .left-content .recent-registration .rtt table td .badge {
        padding: 4px 8px;
        border-radius: 8px;
        background: #EA6C001A;
        color: #EA6C00;
        font-size: 10px;
        font-weight: 500;
        vertical-align: middle;
        word-wrap: break-word;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .left-content .recent-registration .rtt table th {
        background: #eaebea;
        font-family: var(--poppins-font);
        font-size: 10px;
        font-weight: 500;
        padding-block: 12px;
        color: #1E1E1E;
        vertical-align: middle;
        word-wrap: break-word;
        white-space: normal;
        overflow-wrap: break-word;
        vertical-align: middle;
    }

    .left-content .recent-registration .rtt .see-more {
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
        margin-top: 10px;
        font-family: var(--poppins-font);
        font-size: 14px;
        font-weight: 400;
        color: #007A4F;
    }


    /*
    .rtt table thead {
        display: none;
    }

    .rtt table tbody tr {
        display: block;
        margin-bottom: 15px;
    }

    .rtt table td {
        display: flex;
        justify-content: space-between;
        padding: 2px 8px;
        font-size: 12px;
        border-bottom: 1px solid #ddd;
    }

    .rtt table td:before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: capitalize;
    } */






    /* RIGHT CONTENT  */
    .home-index .right-content {
        margin-top: 0px;
    }

    .right-content {
        padding-inline: 2px;
        margin-inline: 15px;
    }

    /* .left-content {
        padding-inline: 0px;
        margin-inline: 15px;
    } */

    .right-content .earn-cash {
        /* background: #007A4F; */

    }



    .right-content .earn-cash .earn-cash-section h2 {
        font-family: var(--cabinet-font);
        font-size: 18px;
    }


    .right-content .earn-cash .earn-cash-section p {
        font-family: var(--poppins-font);
        font-size: 12px;
    }

    .right-content .earn-cash .earn-cash-section p span {
        font-weight: 700;
    }

    .right-content .earn-cash .earn-cash-section img {
        width: 70px;
        margin-left: 20px;
    }




    .right-content .earn-cash .referral-link input {
        font-size: 16px;
    }



    .right-content .earn-cash .referral-link .btn-copy {
        width: 100px;
        padding: 6px 12px;
        font-size: 10px;
    }


    .right-content .earnings {
        margin-top: 0px;
    }

    .info-modal-display .modal-body {
        padding: 30px !important;
    }

    .info-modal-display .modal-title {
        font-size: 18px !important;
    }

    .info-modal-display label {
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 14px !important;
        width: 100%;
        margin-top: 15px;
    }


    .desk-accordion {
        margin-top: 10px;
    }

    .desk-accordion .faq-accordion .accordion .accordion-content {
        padding: 15px 10px;
    }



    .desk-accordion .faq-accordion .accordion .accordion-title {
        font-size: 11px;
    }


    .right-content .earnings .earning-summary {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin: 20px 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .right-content .earnings .earning-summary>div {
        padding-inline: 5px;

    }

    .right-content .earnings .earning-summary>div:nth-child(1) {
        padding-left: 0px;
    }

    .right-content .earnings .earning-summary>div:nth-child(3) {
        padding-right: 0px;
    }

    .right-content .earnings .earning-summary>div:nth-child(1),
    .right-content .earnings .earning-summary>div:nth-child(2) {
        border-right: 0.5px solid #AEBBB6
    }

    .right-content .earnings .earning-summary h3 {
        font-family: var(--poppins-font);
        font-size: 14px;
    }




    .right-content .earnings .transaction-history {}

    .right-content .earnings .transaction-history h3 {
        font-family: var(--poppins-font);
        font-size: 12px;
        font-weight: 600;
        margin-top: 22px;
    }



    .transaction-history .transaction-breakdown .single-transaction .left-side {
        display: flex;
        gap: 10px;
    }

    .transaction-history .transaction-breakdown .single-transaction .left-side img {
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }

    .transaction-history .transaction-breakdown .single-transaction .left-side .name {
        font-family: var(--poppins-font);
        font-size: 11px;
        font-weight: 600;
        line-height: 7px;
        text-align: left;
        color: #1E1E1E;
    }

    .transaction-history .transaction-breakdown .single-transaction .left-side .desc {
        font-family: var(--poppins-font);
        font-size: 10px;
        font-weight: 400;
    }


    .transaction-history .transaction-breakdown .single-transaction .right-side .amount {
        font-family: var(--poppins-font);
        font-size: 12px;
        font-weight: 600;
    }


    .transaction-history .see-more {
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
        margin-top: 10px;
        font-family: var(--poppins-font);
        font-size: 14px;
        font-weight: 400;
        color: #007A4F;
    }




    /* WITHDRAW PAGE  */
    .CAC-content .content .payment-card.withdraw-card .form-content {
        width: 100%;
        padding-right: 0px;
        margin-top: 15px;
        padding-left: 0px;
    }

    .CAC-content .content .form-content .details-below {
        font-weight: 500;
    }

    .CAC-content .content .form-content label {
        font-family: var(--poppins-font);
        font-size: 14px;
    }

    .CAC-content .content .form-content .form-control::placeholder {
        color: #999;
        opacity: 1;
        font-size: 14px;
    }

    #bank-name option[disabled] {
        color: #99A5A1 !important;
    }

    #bank-name option {
        font-size: 10px;
    }

    .CAC-content .withdraw-card .absolute-icon {
        position: absolute;
        top: 30px;
        right: 20px;
        content: "";
        color: #010C22;
        font-weight: 900;
        font-size: 21px;
    }

    .CAC-content .withdraw-card .continue-btn {
        border-radius: 30px;
        margin-bottom: 70px;
    }


    /* OTP PAGE   */
    .otp-page {
        display: flex;
        align-items: center;
        padding-top: 0px;
        width: 100%;
        padding-bottom: 30px;
    }

    .otp-page form {
        width: 100%;
    }

    .CAC-content .content .payment-card.otp-card .form-content {
        padding: 16px;
    }



    .CAC-content .content .payment-card.otp-card .form-content .heading {
        font-size: 20px;
    }

    .CAC-content .content .payment-card.otp-card .form-content .subtext {
        font-size: 13px;
        margin-bottom: 30px;
    }

    .CAC-content .content .payment-card.otp-card .form-content .email-text {
        font-size: 14px;
    }

    .CAC-content .content .payment-card.otp-card .form-content .otp-inputs {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-inline: 20px;
    }


    .confirm-withdrawal-modal .modal-body {
        padding: 20px;
    }

    .confirm-withdrawal-modal .body-content .modal-title {
        font-size: 18px;
    }

    .confirm-withdrawal-modal .body-content .modal-subtitle {
        font-size: 14px;
    }

    .confirm-withdrawal-modal .modal-body form {
        margin-top: 30px;
    }


    .confirm-withdrawal-modal .modal-body form .form-footer .withdraw-btn {
        padding: 8px 16px;
        font-size: 14px;
    }


    /* SELECT PLAN --------- INSTALLMENT PLAN  */
    .home-index .left-index-dashboard {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .left-index-dashboard .left-title h2 {
        font-size: 24px;
    }


    .left-index-dashboard .steps-container {
        gap: 15px;
        margin-top: 10px;
    }

    .left-index-dashboard .steps-container .step {
        gap: 6px;
    }


    .left-index-dashboard .steps-container .step-number {
        font-size: 10px;
    }


    .left-index-dashboard .steps-container .step-label {
        font-size: 11px;
    }

    .left-index-dashboard .plan-card {
        width: 100%;
        max-width: 100%;
    }

    .left-index-dashboard .plan-card .plan-header h2 {
        font-size: 18px;
    }


    .left-index-dashboard .plan-card .plan-subheader .plan-type {
        font-size: 14px;
    }

    .left-index-dashboard .plan-card .plan-subheader .next-pay-btn {
        padding: 4px 8px;
        font-size: 12px;
        cursor: pointer;
    }



    .left-index-dashboard .plan-card .progress-container {
        margin-block: 30px;
    }

    .left-index-dashboard .plan-card .progress-container .progress-bar {
        width: 100%;
        height: 6px;
        background-color: #d9d9d9;
        border-radius: 20px;
        overflow: hidden;
        margin-right: 10px;
    }



    .left-index-dashboard .plan-card .amount-details:last-child {
        padding-right: 0px;
    }

    .left-index-dashboard .plan-card .amount-details .amount-item p:first-child {
        font-size: 12px;
    }

    .left-index-dashboard .plan-card .amount-details .amount-item p:last-child {
        font-size: 14px;
    }

    .left-index-dashboard .payment-breakdown-card {
        width: 100%;
        max-width: 100%;
        border-radius: 8px;
        padding: 20px;
    }



    .left-index-dashboard .payment-breakdown-card .payment-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 0px;
    }

    .left-index-dashboard .payment-table th {
        padding-bottom: 10px;
        font-size: 13px;
        padding-right: 0px;
    }

    .left-index-dashboard .payment-table td {
        padding: 16px 10px;
        font-size: 12px;
    }

    .left-index-dashboard .payment-table td:first-child {
        padding-left: 0px;
    }

    .left-index-dashboard .payment-table td.active {
        color: #010307;
    }



    .left-index-dashboard .continue-btn {
        padding: 6px 18px;
        font-size: 14px;
        width: 130px;
        margin-bottom: 20px;
    }


    .dashboard-main .personal-details {
        padding-inline: 15px;
        margin-top: 45px;
    }





    /* REGISTER DESK REGISTER DESK REGISTER DESKREGISTER DESK REGISTER DESKREGISTER DESK REGISTER DESK REGISTER DESK REGISTER DESK REGISTER DESKREGISTER DESK REGISTER DESK REGISTER DESK REGISTER DESK REGISTER DESK */
    .dashboard-main .sign-in-area {
        padding-inline: 15px;
    }

    .dashboard-main .contact-form {
        padding-left: 0px;
        width: 100%;
        padding: 0px;
    }

    .dashboard-main .contact-form.customization {
        padding-top: 15px;

    }

    .dashboard-main .user-all-img {
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .dashboard-main .user-all-img img {
        width: 150px;
    }


    /* DESK LIST  */
    .dashboard-main table .align-end {
        text-align: left !important;
    }



    /* DESK PROFILE  */

    .home-index .left-content .information .user-info .user-details .username {
        font-size: 16px;
    }

    .home-index .left-content .information .user-info .phone-number {
        font-size: 14px;
    }


    .home-index .left-content .information .user-settings .user-id {
        font-size: 14px;
    }



    .home-index .left-content .information .user-settings .settings-link i {
        font-size: 14px;
    }


    .dashboard-main .sign-in-area {
        position: relative;
        padding-top: 30px;
    }





    /* DESK CUSTOMIZATION SETUP  */
    .desk-customization-right {
        padding: 30px 15px 50px !important;
        background: #F4FFFB;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }


    .desk-customization-right .section-title p {
        font-size: 16px;
    }


    .desk-customization-right .section-title span {
        font-size: 12px;
    }

    .desk-customization-right .register-form {
        max-width: 100%;
        width: 100%;
        padding: 16px;
        border-radius: 8px;
        background: #F7F7F7;
        margin-top: 30px;
    }


    .desk-customization-right .register-form .register-form-inner {
        width: 100%;
        background: #FFFFFF;
        padding: 30px 20px;
    }



    .desk-customization-right .register-form .register-form-inner .form-illustration {
        width: 70px;
    }


    .right-content.right-content-profile {
        min-height: 100%;
    }

    .modal.business-modal .modal-content {
        width: 100%;
    }












    /* TRANSACTION PAGE  */

    .copy-wrapper {
        z-index: 2;
        margin-top: 15px;
    }



    .copy-wrapper .transaction-copy-code p {
        font-size: 14px;
    }

    .copy-wrapper .transaction-copy-code i {
        cursor: pointer;
    }



    .earning-transaction .earnings {
        display: grid;
        gap: 26px;
        flex-direction: column;
    }

    .earning-transaction .earnings .earning-transaction-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .earning-transaction .earnings .earning-transaction-header a {
        border-radius: 24px;
        padding: 6px 12px;
        color: #fff;
        background: #00BE7C;
        font-family: var(--poppins-font);
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0%;
    }

    .earning-transaction .earnings h3 {
        margin-bottom: 0px;
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0%;
        color: #292D32;
    }

    .earning-transaction .earnings .earning-content {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        align-items: center;
    }

    .earning-transaction .earnings .earning-content .single {
        gap: 5px;
    }

    .earning-transaction .earnings .earning-content p {
        font-size: 16px;
    }

    .earning-transaction .reports .report-header {
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        gap: 18px;
        padding-left: 10px;
    }

    .earning-transaction .reports .report-header .left {
        display: flex;
        flex-direction: column;
    }



    .earning-transaction .reports .report-header .left .legend {
        display: flex;
        align-items: center;
        gap: 17px;
        margin-top: 10px;
    }

    .earning-transaction .reports .report-header .left .legend p {
        display: flex;
        align-items: center;
        gap: 5px;
        font-family: var(--poppins-font);
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0%;
        color: #292D32;
    }




    .earning-transaction .reports .report-header .right {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .right-content .earnings .title {
        margin-bottom: 0px;
    }

    .earning-transaction .reports .report-header .right button {
        border-radius: 4px;
        padding: 4px 10px;
        font-size: 13px;
    }

    .right-content .earnings .earning-header .btn-default.btn-withdraw {
        margin-top: 0px;
    }


    .graph.case {
        background: #F7F7F7;
        padding: 20px 20px 20px 20px;
        border-radius: 8px;
        padding-right: 2px;
        padding-left: 10px;
    }

    .earning-transaction .report-content-wrapper {
        padding-top: 10px;
    }

    .earning-transaction .reports .report-content {
        height: 270px;
        padding-top: 20px;
    }


    .earning-header .dropdown-menu .dropdown-item {
        padding-block: 8px;
    }




    /* WITHDRAWAL WITHDRAWAL WITHDRAWAL WITHDRAWALWITHDRAWAL WITHDRAWALWITHDRAWAL WITHDRAWALWITHDRAWAL WITHDRAWAL */
    .left-content .withdrawals .withdrawal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .left-content .withdrawals .withdrawal-header .btn-withdraw {
        margin-top: 0px;
    }





    .withdrawal-form-content .sub-title {
        color: #99A5A1;
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 13.5px;
        line-height: 21px;
        letter-spacing: 0%;
        margin-bottom: 15px;
    }


    .withdrawal-form-content .payment-card .form-group {
        margin-bottom: 15px;
        position: relative;
    }

    .withdrawal-form-content .payment-card .form-group label {
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 13.5px;
        line-height: 21px;
        letter-spacing: 0%;
        color: #1E1E1E;
    }

    .withdrawal-form-content .payment-card .form-group select,
    .withdrawal-form-content .payment-card .form-group .form-control::placeholder {
        color: #99A5A1;
    }


    .withdrawal-form-content .payment-card .form-group .absolute-icon {
        position: absolute;
        right: 10px;
        top: 40px;
    }



    .withdrawal-form-content .payment-card .continue-btn {
        padding: 10px 20px;
        color: #ffffff;
        text-align: center;
        position: relative;
        overflow: hidden;
        z-index: 1;
        background: var(--main-color);
        border-radius: 30px;
        font-family: var(--poppins-font);
        font-size: 15px;
        font-weight: 400;
        background: var(--colorVar);
        width: 100%;
        border: none;
        box-shadow: none;
        outline: none;
        width: 100%;
        margin-top: 10px;
    }


    .withdrawal-form-content .payment-card .continue-btn::before {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        background: #001e14;
        left: 0;
        right: 0;
        opacity: 0;
        z-index: -1;
        transition: 0.7s;
    }

    .withdrawal-form-content .payment-card .continue-btn:hover::before {
        width: 100%;
        opacity: 1;
    }

    .left-content {
        background: none !important;
    }








    /* SETTINGS PAGE FOR AGENT DESK SETTINGS PAGE FOR AGENT DESK SETTINGS PAGE FOR AGENT DESK SETTINGS PAGE FOR AGENT DESK SETTINGS PAGE FOR AGENT DESK SETTINGS PAGE FOR AGENT DESK SETTINGS PAGE FOR AGENT DESK  */

    .home-index.settings-index {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        align-items: stretch;
    }

    .pricing-container.settings {
        margin-top: 30px;
    }

    .pricing-container.settings .pricing-options .pricing-option {
        width: 100%;
        display: flex;
        gap: 15px;
    }

    .pricing-container.settings .pricing-options .pricing-option .pricing-content {
        background-color: #F7F7F7;
        border-radius: 10px;
        width: 100%;
        text-align: left;
        padding: 14px;
        border-radius: 8px;
        position: relative;
        display: flex;
        flex-direction: column;
        z-index: 1;
        transition: background-color 0.5sease;
        border: 1px solid #AEBBB6;
        padding-inline: 13px;
    }

    .pricing-container.settings .pricing-options .pricing-content .payment-info {
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 13px;
        line-height: 21px;
        letter-spacing: 0%;
        color: #1E1E1E;
        margin-top: 0px;
    }

    .pricing-container .pricing-options .pricing-content ul li {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
        color: #596963;
    }














    /* PLUGINGS AND APIS PLUGINGS AND APIS PLUGINGS AND APIS PLUGINGS AND APIS PLUGINGS AND APIS PLUGINGS AND APIS PLUGINGS AND APIS PLUGINGS AND APIS PLUGINGS AND APIS PLUGINGS AND APIS PLUGINGS AND APIS */


    .pluging-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pluging-header .header-text {
        font-family: var(--cabinet-font);
        font-weight: 700;
        font-size: 20px;
        line-height: 24.8px;
        letter-spacing: 0%;
        color: #010C22;
    }

    .pluging-header .sub-text {
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: #1E1E1E;
    }

    .home-index.plugings-api {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        align-items: start;
    }

    .home-index.plugings-api .left-section {
        display: flex;
        justify-content: start;
        flex-direction: column;
        gap: 20px;
        padding-inline: 20px;
    }

    .home-index.plugings-api .left-section .authentication-types {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 20px;
    }

    .home-index.plugings-api .left-section .authentication-types .auth-option {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .home-index.plugings-api .left-section .authentication-types .auth-option .toggle-switch {
        position: relative;
        width: 36px;
        height: 20px;
    }

    .home-index.plugings-api .left-section .authentication-types .auth-option .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .home-index.plugings-api .left-section .authentication-types .auth-option .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #657689;
        transition: 0.3s;
        border-radius: 20px;
    }

    .home-index.plugings-api .left-section .authentication-types .auth-option .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: 0.3s;
        border-radius: 50%;
    }

    .home-index.plugings-api .left-section .authentication-types .auth-option input:checked+.slider {
        background-color: #00BE7C;
        cursor: not-allowed;
    }



    .home-index.plugings-api .left-section .authentication-types .auth-option input:checked+.slider:before {
        transform: translateX(16px);
    }

    .home-index.plugings-api .left-section .authentication-types h1 {
        font-family: var(--poppins-font);
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: #010C22;
    }

    .home-index.plugings-api .left-section .skid form {
        width: 100%;
    }

    .home-index.plugings-api .left-section .skid form .form-group {
        margin-bottom: 0px;
    }

    .home-index.plugings-api .left-section .skid form .form-group .input-form {
        position: relative;
    }

    .home-index.plugings-api .left-section .skid form .form-group .input-form .copy-icon {
        position: absolute;
        content: "";
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .home-index.plugings-api .left-section .skid form .form-group .input-form .copy-icon i {
        color: #00BE7C;
        font-size: 20px;
        font-weight: 600;
        cursor: pointer;
    }

    .home-index.plugings-api .left-section .skid form .form-group label {
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0%;
    }

    .otp-inputs {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 0.5rem;
        align-items: center;
    }

    .otp-digit {
        width: 45px;
        height: 45px;
        font-size: 18px;
        text-align: center;
        border: 1px solid #AEBBB6;
        border-radius: 5px;
    }


    .otp-digit:focus {
        border: 1px solid #00BE7C;
        outline: none;
        box-shadow: none;
    }

    .business-modal .modal-content form .otp-title {
        color: #292D32;
        font-family: Avenir;
        font-weight: 500;
        font-size: 12px;
        line-height: 16.39px;
        letter-spacing: 0%;
        display: flex;
        align-items: center;
        width: 100%;
        gap: 5px;
        justify-content: center;
        text-align: center;
        margin-bottom: 10px;
    }

    .swal-title-custom {
        font-family: var(--cabinet-font);
        font-size: 22px;
        font-weight: bold;
        color: #010C22;
    }



    .business-modal .modal-content form .otp-title a {
        color: #00BE7C;
    }




    .home-index.plugings-api .right-section {
        background: none !important;
    }

    .home-index.plugings-api .right-section .case {
        background: none !important;
        padding-top: 0px;
    }

    .home-index.plugings-api .right-section .pricing-container {
        margin-top: 0px;
    }

    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option {
        width: 460px;
    }

    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .pricing-content {
        border: 1px solid #F7F7F7;
    }

    .home-index.plugings-api .right-section .active-authentication-type .pricing-content {
        border: 1px solid var(--colorVar) !important;
        background: #E6F9F2 !important;
    }







    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .pricing-content .url-section {
        padding-left: 18px;
        margin-top: 20px;
    }

    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .pricing-content .url-section .url-header {
        color: #1E1E1E;
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0%;
    }

    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .pricing-content .url-section .list {
        margin-top: 20px;
        color: #1E1E1E;
        font-family: var(--poppins-font);
        font-weight: 400;
        font-style: italic;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0%;
    }

    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .pricing-content .url-section .url-example {
        color: #1E1E1E;
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0%;
    }


    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .pricing-content .request-section {
        background: #001E14;
        border-radius: 8px;
        padding: 16px 24px;
        margin-top: 15px;
    }


    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .pricing-content .request-section .toggle-option {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 100%;
        gap: 5px;
    }

    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .pricing-content .request-section .toggle-option .toggle-text {
        color: #fff;
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0%;
    }

    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .pricing-content .request-section .toggle-option .toggle-response {
        position: relative;
        width: 36px;
        height: 20px;
    }

    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .pricing-content .request-section .toggle-option .toggle-response input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .pricing-content .request-section .toggle-option .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #657689;
        transition: 0.3s;
        border-radius: 20px;
    }

    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .pricing-content .request-section .toggle-option .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: 0.3s;
        border-radius: 50%;
    }

    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .pricing-content .request-section .toggle-option input:checked+.slider {
        background-color: #00BE7C;
    }

    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .pricing-content .request-section .toggle-option input:checked+.slider:before {
        transform: translateX(16px);
    }








    .request-section .content {
        margin-top: 15px;
    }

    .request-section .content .curl {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 4px;
    }

    .request-section .content .curl p {
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 13px;
        line-height: 21px;
        letter-spacing: 0%;
        color: #0099ea;
    }

    .request-section .content .curl p span {
        color: #B39BD2;
    }

    .request-section .content .slash-h {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 4px;
    }

    .request-section .content .slash-h p {
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 13px;
        line-height: 21px;
        letter-spacing: 0%;
        color: #B39BD2;
    }

    .request-section .content .slash-h p span {
        color: #00BE7C;
    }


    .response-section {
        background: #001E14;
        border-radius: 8px;
        padding: 16px 24px;
        margin-top: 15px;
    }

    .response-section .dropdown-menu {
        width: 240px !important;
        max-width: 240px;
    }

    .response-section .dropdown-menu .dropdown-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .response-section .dropdown-menu .dropdown-item {
        font-family: var(--poppins-font);
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0%;
        color: #292D32;
    }

    .response-section .dropdown-menu .dropdown-item i {
        color: #00BE7C;
    }

    .response-section .dropdown-menu p.dropdown-item {
        font-family: var(--poppins-font);
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0%;
        color: #130B30;
    }


    .response-section .option {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 100%;
        gap: 5px;
    }

    .response-section .option .response-type {
        color: #FFFFFF;
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0%;
    }

    .response-section .option i {
        color: #FFFFFF;
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 22px;
        line-height: 21px;
        letter-spacing: 0%;
        cursor: pointer;
    }

    .response-section .success-content {
        color: #B39BD2 !important;
    }

    .response-section .success-content .status {
        display: flex;
        align-items: center;
        gap: 1px;
    }

    .response-section .success-content .status p {
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0%;
        color: #00BE7C;
    }

    .response-section .success-content .status p span {
        color: #bf2927;
    }

    .response-section .success-content .others {
        display: flex;
        align-items: center;
        gap: 1px;
    }

    .response-section .success-content .others p {
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0%;
        color: #00BE7C;
    }

    .response-section .success-content .others p span {
        color: #77b2d0;
    }





    /* error  */
    .response-section .error-content {
        color: #B39BD2 !important;
    }

    .response-section .error-content .status {
        display: flex;
        align-items: center;
        gap: 1px;
    }

    .response-section .error-content .status p {
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0%;
        color: #00BE7C;
    }

    .response-section .error-content .status p span {
        color: #bf2927;
    }

    .response-section .error-content .others {
        display: flex;
        align-items: center;
        gap: 1px;
    }

    .response-section .error-content .others p {
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0%;
        color: #00BE7C;
    }

    .response-section .error-content .others p span {
        color: #77b2d0;
    }


    .home-index.plugings-api .right-section .pricing-container .pricing-options .pricing-option .radio-btn input[type="radio"]:checked+label {
        background-color: var(--colorVar);
        border-color: var(--colorVar);
    }

    .auth-option.active {
        font-weight: bold;
    }

    .pricing-option {
        transition: background 0.3s ease;
    }














    /* desk onboarding  */
    /* desk onboarding design  */

        .container-fluid.desk-onboarding-main {
            padding-inline: 12px;
            padding-right: 30px;
        }
    .desk-onboarding {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        align-items: stretch;
    }

    .case {
        background: #F7F7F7;
        padding: 20px 20px 20px 20px;
        border-radius: 8px;
    }

    .desk-onboarding .left-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .desk-onboarding .left-content {
        border-radius: 8px;
    }



    .desk-onboarding .left-content .register-section {
        display: flex;
        justify-content: space-between;
        align-items: end;
        position: relative;
        /* gap: 50px; */
    }

    .desk-onboarding .left-content .register-section.desk {
        background: #F4FFFB;
        padding: 28px 24px 24px 24px;
        overflow: hidden;
    }


    .desk-onboarding .left-content .register-section.desk .grid-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
    }

    .desk-onboarding .left-content .register-section .register-text h2 {
        font-family: var(--poppins-font);
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        color: #010307;
        margin-bottom: 17px;
    }

    .desk-onboarding .left-content .register-section .register-text p {
        font-family: var(--poppins-font);
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #292D32;
        width: 440px;
    }

    .desk-onboarding .left-content .register-section .settings-app {
        display: flex;
        /* width: 100%; */
        flex-direction: column;
        align-items: end;
        gap: 22px;
    }

    .desk-onboarding .left-content .register-section .settings-app .settings {
        font-family: var(--poppins-font);
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: #007A4F;
        display: flex;
        align-items: center;
        gap: 5px;
        z-index: 1;
    }

    .desk-onboarding .left-content .register-section .settings-app .settings i {
        font-weight: 500;
    }


    .desk-onboarding .left-content .register-section .register-text p {
        font-family: var(--poppins-font);
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #292D32;
        width: 319px;
    }

    .desk-onboarding .services-list {
        margin-top: 20px;
    }

    .services-list .search-bar {
        width: 100%;
        margin-bottom: 15px;
        position: relative;
        display: flex;
        align-items: center;
        /* max-width: 400px; */
        padding: 8px 12px;
        border-radius: 8px;
        border: 1px solid #E6E6E6;
        height: 40px;
        transition: border 0.3s ease-in-out;
    }

    .search-bar:focus-within {
        border: 1px solid #cceadf;
    }

    .services-list .search-bar i {
        font-size: 14px;
        color: #aaa;
        margin-right: 8px;
    }

    .services-list .search-bar input {
        width: 100%;
        font-size: 16px;
        outline: none;
        height: 100%;
        background: transparent;
        font-family: var(--cabinet-font);
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        border: none;
        outline: none;
    }




    .services-list input:focus .search-bar {
        border: 1px solid #cceadf;
    }

    .services-list .desk-accordion .faq-accordion .accordion .accordion-content {
        background: transparent !important;
        padding: 15px 0px;
    }

    .services-list .desk-accordion .faq-accordion ul {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .services-list .commission-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: background 0.3s;
        padding: 10px 30px;
    }

    .services-list .commission-item:hover {
        background: #EEEEEE;
        border-radius: 4px;
    }

    .services-list .commission-item.selected {
        background: #EEEEEE;
        border-radius: 4px;
    }

    /* Hide services initially when searching */
    .hidden {
        display: none !important;
    }

    /* Styles for the checkbox */
    .service-checkbox {
        appearance: none;
        width: 13px;
        height: 13px;
        border: 1.5px solid #99a5a1;
        background: #FFFFFF;
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
    }

    /* Checkbox checked state */
    .service-checkbox:checked {
        background-color: #00BE7C;
        border: 2px solid white;
    }

    .services-list .continue-btn {
        padding: 12px 20px;
        border-radius: 30px;
        margin-top: 20px;
        /* background: var(--colorVar); */
        background-color: #99A5A1;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 0px;
        position: relative;
        overflow: hidden;
        z-index: 1;
        display: inline-block;
        width: 100%;
        cursor: not-allowed;
        transition: background-color 0.3s, cursor 0.3s;
        box-shadow: none;
        outline: none;
        border: none;
    }

    .services-list .continue-btn:disabled {
        background-color: #99A5A1;
        cursor: not-allowed;
    }

    .services-list .continue-btn.enabled {
        background-color: var(--colorVar);
        cursor: pointer;
    }



    .onboarding-desk-right {
        display: none;
        justify-content: end;
        padding-right: 40px;
        margin-top: 130px;
    }

    .onboarding-desk-right img {
        width: 368px;
    }




    /* onboarding select plan  */
    .CAC-content.onbording-select-plan .content .left {
        padding-inline: 0px !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .CAC-content.onbording-select-plan .content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }



    .proceed-btn-select {
        padding: 12px 20px;
        border-radius: 30px;
        background: var(--colorVar);
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 0px;
        position: relative;
        overflow: hidden;
        z-index: 1;
        display: inline-block;
        width: 100%;
        transition: background-color 0.3s, cursor 0.3s;
        box-shadow: none;
        outline: none;
        border: none;
    }



    .proceed-btn-select::before {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        background: #001e14;
        left: 0;
        right: 0;
        opacity: 0;
        z-index: -1;
        transition: 0.7s;
    }

    .proceed-btn-select:hover::before {
        width: 100%;
        opacity: 1;
    }

    /* modal  */
    .modal-pass {
        position: absolute;
        right: 20px;
        top: 37px;
        content: "";
        cursor: pointer;
    }

    .padding-right-custom{
        padding-right: 50px !important;
    }
}
