@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("/assets-new/fonts/CabinetGrotesk-Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("/assets-new/fonts/CabinetGrotesk-Extralight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("/assets-new/fonts/CabinetGrotesk-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("/assets-new/fonts/CabinetGrotesk-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("/assets-new/fonts/CabinetGrotesk-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("/assets-new/fonts/CabinetGrotesk-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("/assets-new/fonts/CabinetGrotesk-Extrabold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}



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

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

/* DASHBOARD NAV  */

.main-nav.dashboard-nav {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 999;
    height: auto;
    padding-block: 15px;
    border-bottom: 0.5px solid #aebbb6;
}

.main-nav.dashboard-nav nav .navbar-nav .nav-item a {
    text-transform: capitalize;
    color: #99A5A1;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.main-nav.dashboard-nav nav .navbar-nav .nav-item a.active {
    color: #010C22 !important;
}

.main-nav.dashboard-nav nav .navbar-nav .nav-item a:hover {
    color: #010C22 !important;
}


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


.main-nav.dashboard-nav nav .navbar-nav .nav-item a::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: var(--colorVar);
    opacity: 0;
    transition: 0.7s;
}

.main-nav.dashboard-nav nav .navbar-nav .nav-item a:hover::before {
    width: 100%;
    opacity: 1;
}

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

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







/* DASHBOARD MAIN DASHBOARD MAIN DASHBOARD MAIN DASHBOARD MAIN DASHBOARD  */
.home-index {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: stretch;
}

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

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



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

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


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

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

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

.home-index .left-content .register-section .settings-app {
    display: flex;
    /* width: 100%; */
    flex-direction: column;
    align-items: end;
    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;
}

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


.btn-default {
    padding: 12px 20px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 30px;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    background: #00BE7C;
    border: none;
    box-shadow: none;
    outline: none;
    background: var(--colorVar);
}


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

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


.home-index .left-content .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.services-grid .service-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.services-grid .service-box .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p {
    margin-bottom: 0px;
}

.services-grid .service-box .top .text {
    display: flex;
    flex-direction: column;
}

.services-grid .service-box .top .text p {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #1E1E1E;
}

.services-grid .service-box .top .text span {
    font-family: var(--poppins-font);
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: #292D32;
}

.services-grid .service-box .bottom .count {
    font-family: var(--poppins-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #010C22;
}


.services-grid .service-box .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services-grid .service-box .bottom .dropdown i {
    margin-right: 6px;
    color: #99A5A1;
    cursor: pointer;
}


/* No registration section  */
.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: 14px;
    font-weight: 400;
    padding: 8px 12px;
    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-family: var(--poppins-font);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #292D32;
}

.left-content .recent-registration .no-registration {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 40px;
}

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

.left-content .recent-registration .no-registration h3 {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    margin-top: 20px;
    color: #010307;
}

.left-content .recent-registration .no-registration p {
    font-family: var(--poppins-font);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #292D32;
}

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

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

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

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

.left-content .recent-registration .rtt table td {
    background: transparent;
    font-family: var(--poppins-font);
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: #292D32;
    padding-block: 12px;
    padding-inline: 4px;
    vertical-align: middle;
}

.left-content .recent-registration .rtt table td .preview {
    display: inline-block;
    height: 100%;
    color: #292D32;
    background: var(--colorVar);
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
}

.left-content .recent-registration .rtt table td .badge {
    padding: 4px 4px;
    border-radius: 8px;
    background: #EA6C001A;
    color: #EA6C00;
    font-size: 9px;
    font-weight: 500;
    text-wrap: wrap;
    line-height: 16px;
}

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

.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: var(--colorVar);
}




/* RIGHT CONTENT  */

.home-index .right-content {
    /* min-height: 100%; */
    background: red;
    background: #F7F7F7;
    border-radius: 8px;
    /* margin-top: 40px; */
}

.home-index .left-content {
    /* background: #F7F7F7; */
    border-radius: 8px;
}

.right-content .earn-cash {
    /* background: var(--colorVar); */
    background: var(--colorVar);
}

.right-content .earn-cash .earn-cash-section {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
}

.right-content .earn-cash .earn-cash-section h2 {
    font-family: var(--cabinet-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 24.8px;
    text-align: left;
    color: #FFFFFF;
}


.right-content .earn-cash .earn-cash-section p {
    font-family: var(--poppins-font);
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #FFFFFF;
}

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

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

.right-content .earn-cash .referral-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #001E1480;
    padding: 4px 12px;
    border-radius: 4px;
}


.right-content .earn-cash .referral-link input {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    font-family: var(--cabinet-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 22.32px;
    text-align: left;
    color: #FFFFFF;
}

.right-content .earn-cash .referral-link input:focus {
    border: none !important;
}

.right-content .earn-cash .referral-link .link-input span {
    font-family: var(--poppins-font);
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #99A5A1;
}

.right-content .earn-cash .referral-link .btn-copy {
    width: 120px;
    padding: 6px 12px;
    border-radius: 24px;
    background: #FFFFFF;
    font-family: var(--poppins-font);
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #010C22;
}


.right-content .earnings {
    /* margin-top: 20px; */
}

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

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

.right-content .earnings .earning-header .btn-withdraw {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    color: #B2B2B2;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    gap: 3px;
}

.right-content .earnings .earning-header .btn-withdraw i {
    color: #B2B2B2;
    font-size: 15px;
}


.right-content .earnings .title {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    color: #292D32;
}


.right-content .earnings .sub-title .sub-title {
    font-family: var(--poppins-font);
    font-size: 10px;
    font-weight: 500;
    line-height: -20px;
    text-align: left;
    color: #99A5A1;
}

.right-content .earnings .info-modal a {
    color: #00BE7C;
    margin-top: 6px;
    font-size: 18px;
}

.info-modal-display {}

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

.info-modal-display .icon i {
    color: #00BE7C;
    font-size: 24px;
    font-weight: 500;
}

.info-modal-display .modal-title {
    font-family: var(--cabinet-font);
    font-weight: 700;
    font-size: 24px !important;
    line-height: 34.72px;
    letter-spacing: 0%;
    color: #010C22;
    margin-top: 10px;
    margin-bottom: 10px;
}

.info-modal-display label {
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 16px !important;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    color: #1E1E1E;
    width: 400px;
    margin-top: 20px;
}



.info-modal-display .close-btn {
    padding: 12px 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: 16px;
    font-weight: 400;
    background: var(--colorVar);
    width: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    margin-top: 25px;
}

.info-modal-display .close-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;
}

.info-modal-display .close-btn:hover::before {
    width: 100%;
    opacity: 1;
}

.desk-accordion {
    margin-top: 20px;
    border: none !important;
}

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

.desk-accordion .faq-accordion .accordion .accordion-item {
    display: block;
    background-color: transparent;
    margin-bottom: 0px;
    border: 1px solid transparent !important;
    border-bottom: 0.5px solid transparent !important;
}

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

.desk-accordion .faq-accordion .accordion .accordion-title {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    padding: 16px 0px 16px 40px;
    color: #1e1e1e;
    text-decoration: none;
    position: relative;
    display: block;
    background: transparent;
}

.desk-accordion .faq-accordion .accordion .accordion-title.active {
    background: #EEEEEE !important;
    border-radius: 4px;
}

.desk-accordion .faq-accordion .accordion .accordion-title.active i {
    transform: rotate(90deg);
    color: #00BE7C !important;
    /* top: 15px; */
}

.desk-accordion .faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 25px;
    transition: 0.5s;
    font-size: 24px;
    width: 40px;
    height: 40px;
    color: #1e1e1e;
    text-align: center;
    line-height: 40px;
    background-color: transparent;
}


.commission-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.commission-list .commission-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

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

.commission-list .commission-item span {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.commission-list .commission-item .name,
.commission-list .commission-item .price {
    font-family: var(--poppins-font);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #596963;
}

.commission-list .commission-item .price i {
    cursor: pointer;
}


/* modal business name  */
.modal.business-modal .modal-content {
    width: 440px;
}

.business-modal .modal-content .modal-body {
    padding: 30px;
    padding-block: 30px;
}

.business-modal .modal-content .modal-title {
    text-align: center;
    font-family: var(--cabinet-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 24.8px;
    letter-spacing: 0%;
    color: #010C22;
}

.business-modal .modal-content .sub-title {
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #1E1E1E;
    text-align: center;
}

.business-modal .modal-content .commission-earned {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
}

.business-modal .modal-content .commission-earned p {
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: start;
    color: #1E1E1E;
}

.business-modal .modal-content .commission-earned h2 {
    font-family: var(--poppins-font);
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #19342B;
}

.business-modal .modal-content form {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.business-modal .modal-content form .form-group .form-control {
    border-radius: 8px;
    border: 1px solid #AEBBB6;
    height: 45px;
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0%;
}

.business-modal .modal-content form .form-group .form-control::placeholder {
    color: #99A5A1;
}

.business-modal .modal-content form .form-group .form-control:focus {
    border: 1px solid #19342B;
    outline: none;
    box-shadow: none;
}

.business-modal .modal-content form .form-group .sub-payment {
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 11px;
    line-height: 1px;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin-top: -4px !important;
}


.business-modal .modal-content form .done-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;
}


.business-modal .modal-content form .done-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;
}

.business-modal .modal-content form .done-btn:hover::before {
    width: 100%;
    opacity: 1;
}




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

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

.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: 16px;
    font-weight: 600;
    text-align: left;
    color: #010C22;
    line-height: 10px;
}

.right-content .earnings .earning-summary p {
    font-family: var(--poppins-font);
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: #99A5A1;
}


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

.right-content .earnings .transaction-history h3 {
    font-family: var(--poppins-font);
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    text-align: left;
    color: #99A5A1;
}

.transaction-history .transaction-breakdown .single-transaction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #EBEBEB;
    padding: 12px 0px 12px 0px;
}

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

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

.transaction-history .transaction-breakdown .single-transaction .left-side .name {
    font-family: var(--poppins-font);
    font-size: 12px;
    font-weight: 500;
    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;
    text-align: left;
    color: #99A5A1;
}


.transaction-history .transaction-breakdown .single-transaction .right-side .amount {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #1E1E1E;
}


.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: var(--colorVar);
}




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

.CAC-content .content .form-content .details-below {
    font-family: var(--poppins-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    padding-bottom: 20px;
    color: #99A5A1;
    display: inline-block;
}

.CAC-content .content .form-content label {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #1E1E1E;
}

.CAC-content .content .form-content .form-control::placeholder {
    color: #999;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #99A5A1;
}

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

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

.CAC-content .withdraw-card .continue-btn {
    border-radius: 30px;
    border: none;
    margin-top: 10px;
}


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

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

.CAC-content .content .payment-card.otp-card .form-content {
    width: 100%;
    padding: 40px;
    border-radius: 8px;
    background: #FBFBFB;
    border: 1px solid #FBFBFB;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.CAC-content .content .otp-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.CAC-content .content .payment-card.otp-card .form-content .heading {
    font-family: var(--cabinet-font);
    font-size: 28px;
    font-weight: 700;
    line-height: 34.72px;
    text-align: left;
    color: #010C22;
}

.CAC-content .content .payment-card.otp-card .form-content .subtext {
    font-family: var(--poppins-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #1E1E1E;
    margin-top: 14px;
    margin-bottom: 50px;
}

.CAC-content .content .payment-card.otp-card .form-content .email-text {
    font-family: var(--poppins-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #99A5A1;
}

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

.CAC-content .content .payment-card.otp-card .form-content .otp-inputs .otp-box {
    width: 100%;
    text-align: center;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #AEBBB6;
    background: #FFFFFF;
}

.CAC-content .content .payment-card.otp-card .form-content .otp-inputs .otp-box:focus {
    border: 1px solid var(--colorVar);
    box-shadow: none;
    outline: none;
}

.CAC-content .content .payment-card.otp-card .form-content .resend-text {
    font-family: var(--poppins-font);
    font-size: 12px;
    font-weight: 500;
    line-height: 16.39px;
    text-align: center;
    color: #292D32;
}

.CAC-content .content .payment-card.otp-card .form-content .resend-text .resend-link {
    color: var(--colorVar);
}

.confirm-withdrawal-modal .modal-dialog {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
}

.confirm-withdrawal-modal .body-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

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

.confirm-withdrawal-modal .body-content .modal-title {
    font-family: var(--cabinet-font);
    font-size: 28px;
    font-weight: 700;
    line-height: 34.72px;
    text-align: center;
    color: #010C22;
}

.confirm-withdrawal-modal .body-content .modal-subtitle {
    font-family: var(--poppins-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #1E1E1E;
}

.confirm-withdrawal-modal .modal-body form {
    width: 100%;
    margin-top: 25px;
}

.confirm-withdrawal-modal .modal-body form label {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #1E1E1E;
}

.confirm-withdrawal-modal .modal-body form .form-control {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #AEBBB6;
    background: #ffffff;
}

.confirm-withdrawal-modal .modal-body form .form-control:focus {
    border: 1px solid var(--colorVar);
    box-shadow: none;
    outline: none;
}

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

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

.confirm-withdrawal-modal .modal-body form .form-footer .withdraw-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;
}

.confirm-withdrawal-modal .modal-body form .form-footer .withdraw-btn:hover::before {
    width: 100%;
    opacity: 1;
}





/* SELECT PLAN --------- INSTALLMENT PLAN  */

.home-index .left-index-dashboard {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.left-index-dashboard .left-title h2 {
    font-family: var(--cabinet-font);
    font-size: 28px;
    font-weight: 700;
    line-height: 34.72px;
    text-align: left;
    color: #010c22;
}


.left-index-dashboard .steps-container {
    display: flex;
    align-items: center;
    gap: 50px;
}

.left-index-dashboard .steps-container .step {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #99a5a1;
}

.left-index-dashboard .steps-container .step.active {
    color: #010307;
}

.left-index-dashboard .steps-container .step-number {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #99a5a1;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

.left-index-dashboard .steps-container .step.active .step-label {
    color: #010307;
}

.left-index-dashboard .steps-container .step.active .step-number {
    background-color: var(--colorVar);
    color: #fff;
}

.left-index-dashboard .steps-container .step-label {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}





.left-index-dashboard .plan-card {
    width: 100%;
    max-width: 630px;
    background: #fbfbfb;
    border-radius: 8px;
    padding: 20px;
    font-family: "Poppins", serif;
    margin-top: 30px;
}

.left-index-dashboard .plan-card .plan-header h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #010c22;
    margin-bottom: 0px;
}

p {
    margin-bottom: 0px;
}

.left-index-dashboard .plan-card .plan-subheader {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.left-index-dashboard .plan-card .plan-subheader .plan-type {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #010c22;
    margin-bottom: 0px !important;
}

.left-index-dashboard .plan-card .plan-subheader .next-pay-btn {
    background-color: var(--colorVar);
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}

.left-index-dashboard .plan-card .plan-subheader .payment-completed {
    font-family: var(--poppins-font);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: var(--colorVar);
}

.left-index-dashboard .plan-card .progress-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 290px;
    margin-block: 20px;
}

.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 .progress-container .progress-fill {
    height: 100%;
    background-color: var(--colorVar);
    border-radius: 20px 0 0 20px;
    transition: width 0.3s ease-in-out;
}

.left-index-dashboard .plan-card .progress-container .progress-text {
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    color: #99a5a1;
}

.left-index-dashboard .plan-card .amount-details {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

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

.left-index-dashboard .plan-card .amount-details .amount-item p:first-child {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
    color: #2d3130;
}

.left-index-dashboard .plan-card .amount-details .amount-item p:last-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.84px;
    text-align: left;
    color: #010c22;
}

.left-index-dashboard .payment-breakdown-card {
    width: 100%;
    max-width: 630px;
    background-color: #fbfbfb;
    border-radius: 8px;
    padding: 20px;
    padding-block: 30px;
    padding-bottom: 0px;
}

.left-index-dashboard .payment-title {
    color: #2d3130;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin-top: 10px;
}

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

.left-index-dashboard .payment-table th {
    text-align: left;
    color: #2d3130;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    padding-right: 60px;
}

.left-index-dashboard .payment-table td {
    padding: 16px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #99a5a1;
}

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

.left-index-dashboard .payment-table td .circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 12px;
    background: #99a5a1;
}

.left-index-dashboard .payment-table td .paid.circle {
    background: var(--colorVar) !important;
}

.left-index-dashboard .payment-table td .status-paid {
    color: var(--colorVar);
}

.left-index-dashboard .continue-btn {
    padding: 12px 20px;
    border-radius: 30px;
    margin-top: 20px;
    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: 130px;
}

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

.left-index-dashboard .continue-btn:hover::before {
    width: 100%;
    opacity: 1;
}

/* END OF RESPONSIVENESS  */












/* 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 .contact-form {
    padding-left: 35px;
}


.dashboard-main .contact-form.customization {
    padding-left: 0px;
}

.dashboard-main .user-all-img {
    padding-right: 100px;
}

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


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



/* DESK PROFILE  */
.back-button {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    color: #001E14;
    margin-top: 30px;
}

.back-button .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: #d8d9d8;
    border-radius: 50%;
}

.back-button i {
    text-align: center;
    font-size: 12px;
}

.back-button span {
    font-family: var(--poppins-font);
    font-size: 11.67px;
    font-weight: 400;
    line-height: 17.5px;
    text-align: left;
    color: #001E14;
}

.home-index .left-content .information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.home-index .left-content .information .user-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-index .left-content .information .user-info .user-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-index .left-content .information .user-info .user-details .profile-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.home-index .left-content .information .user-info .user-details .username {
    font-family: var(--cabinet-font);
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #010C22;
    margin-bottom: 0px;
}

.home-index .left-content .information .user-info .phone-number {
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #010C22;
}


.home-index .left-content .information .user-settings {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-index .left-content .information .user-settings .user-id {
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #68726F;
}

.home-index .left-content .information .user-settings .settings-link {
    color: var(--colorVar);
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

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


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


.dashboard-main .sign-in-area .back-button {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    color: #001E14;

}

.dashboard-main .sign-in-area .back-button .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: #d8d9d8;
    border-radius: 50%;
}

.dashboard-main .sign-in-area .back-button i {
    text-align: center;
    font-size: 12px;
}

.dashboard-main .sign-in-area .back-button span {
    font-family: var(--poppins-font);
    font-size: 11.67px;
    font-weight: 400;
    line-height: 17.5px;
    text-align: left;
    color: #001E14;
}





/* desk customization  */
.container-fluid.desk-customization {
    padding-right: 0px;
}

.sign-in-area.sign-in-area-desk-customization {
    padding-bottom: 0px;
    overflow-x: hidden;
}

.contact-form.customization {
    padding-right: 0px;
    width: 100%;
    max-width: 100%;
}

.contact-form.customization form {
    padding-right: 0px;
    width: 100%;
    max-width: 500px;
}





.desk-customization-right .section-title p {
    font-family: var(--cabinet-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 24.8px;
    text-align: left;
    color: #010C22;
}


.desk-customization-right .section-title span {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #292D32;
}

.desk-customization-right .register-form {
    width: 296px;
    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 .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

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

}

.desk-customization-right .register-form .register-form-inner .title {
    font-family: var(--cabinet-font);
    font-size: 11.87px;
    font-weight: 700;
    line-height: 14.72px;
    text-align: left;
    color: #010C22;
    /* margin-top: 20px; */
}

.desk-customization-right .register-form .register-form-inner .sub-title {
    font-family: var(--poppins-font);
    font-size: 7.12px;
    font-weight: 500;
    line-height: 10.68px;
    text-align: left;
    color: #010307;
}

.register-form .register-form-inner form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

.register-form .register-form-inner form label {
    font-family: var(--poppins-font);
    font-size: 8.31px;
    font-weight: 500;
    text-align: left;
    color: #1E1E1E;
}

.register-form .register-form-inner form .form-control {
    height: 30px;
    color: #1e1e1e;
    background-color: #ffffff;
    font-size: 9px;
    padding: 10px;
    width: 100%;
    border-radius: 4.7px;
    border: 1px solid #aebbb6;
}

.register-form .register-form-inner form .form-control:focus {
    border: 1px solid var(--colorVar);
    box-shadow: none;
    outline: none;
}


.register-form .register-form-inner form .submit-btn {
    padding: 4.7px 7.1px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: var(--main-color);
    margin-top: 10px;
    border-radius: 30px;
    font-family: var(--poppins-font);
    font-size: 8.3px;
    font-weight: 400;
    background: var(--colorVar2);
    border: none;
    box-shadow: none;
    outline: none;
}

.register-form .register-form-inner form .submit-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;
}

.register-form .register-form-inner form .submit-btn:hover::before {
    width: 100%;
    opacity: 1;
}

.register-form .register-form-inner form .form-control::-moz-placeholder {
    color: #7f7f7f;
}

.register-form .register-form-inner form .form-group .form-control::placeholder {
    color: #7f7f7f;
}


/* setup 2  */
.contact-form.customization form .upload-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #E3F5EF;
    /* padding: 12px; */
    border-radius: 8px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    margin-bottom: 15px;
}

.contact-form.customization form .upload-box i {
    color: var(--colorVar);
}

.contact-form.customization form .upload-box span {
    font-family: var(--poppins-font);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: var(--colorVar);
}

.contact-form.customization form .help-section {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    margin-bottom: 25px;
}

.contact-form.customization form .help-section p {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #010C22;
}

.contact-form.customization form .help-section p a {
    font-family: var(--poppins-font);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    color: var(--colorVar);
}

.desk-customization-right .register-form .register-form-inner .logo {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 50px;
    margin-bottom: 20px;
}

.desk-customization-right .register-form .register-form-inner .logo .logo-img {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    border: 1px solid #009FF5;
}




.register-form.setup-2 .register-form-inner form label {
    font-size: 6.31px;
    padding-left: 8px;
}

.register-form.setup-2 .register-form-inner form .form-control {
    height: 30px;
    color: #1e1e1e;
    background-color: #ffffff;
    font-size: 9px;
    padding: 10px 8px;
    width: 100%;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #aebbb6;
    margin-top: -6px;
}

.register-form.setup-2 .register-form-inner form .form-control:focus {
    border-bottom: 1px solid var(--colorVar);
    box-shadow: none;
    outline: none;
}




.register-form.setup-2 .register-form-inner form .submit-btn {
    padding: 6px 12px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 10px;
    border-radius: 4px;
    font-family: var(--poppins-font);
    font-size: 12px;
    font-weight: 400;
    background: var(--colorVar);
    border: none;
    box-shadow: none;
    outline: none;
}




/* variable button color */
.CAC-content .continue-btn {
    background: var(--colorVar2);
}

.payment-card .after-payment {
    background: var(--colorVar);
}


.personal-details .steps-container .step.active .step-number {
    background-color: var(--colorVar2);
}

.personal-details .save-to-continue-later {
    background: var(--colorVar2);
}

.personal-details .btn-continue {
    background: var(--colorVar2);
}

.contact-form .submit-btn {
    background: var(--colorVar2);
}

.sp-before::before {
    background: var(--colorVar2);
}

.sp-after::after {
    background: var(--colorVar);
}

.payment-card .form-content .form-group .form-control:focus {
    border-color: var(--colorVar);
}

.personal-details .form-details .information .content .form-group .form-control:focus {
    border-color: var(--colorVar);
}

.contact-form .form-group .form-control:focus {
    border-color: var(--colorVar);
}

.desk-customization-right .register-form .register-form-inner .logo .logo-img {
    border: 1px solid var(--colorVar);
}


.top-btn {
    background: var(--colorVar) !important;
    box-shadow: 0 0 15px var(--colorVar) !important;
}






/* DESK AND EARNINGS   */
.home-index .left-content-settings {
    background: #F7F7F7;
}

.left-content.left-content-settings {
    min-height: 100%;
}

.right-content.right-content-profile {
    /* min-height: 100%; */
    min-height: 100vh;
    /* max-height: 100%; */
}

.hidden {
    display: none;
}

.home-index .left-content-settings .settings-section-left {}

.home-index .left-content-settings .settings-section-left h1 {
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #010C22;
}

.home-index .left-content-settings .settings-section-left ul {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.home-index .left-content-settings .settings-section-left ul li {
    display: flex;
}

.home-index .left-content-settings .settings-section-left ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 433px;
    border-radius: 4px;
    padding: 16px;
    color: #1E1E1E;
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
}

.home-index .left-content-settings .settings-section-left ul li a.active {
    background: #EEEEEE;
}

.home-index .left-content-settings .settings-section-left ul li a:hover {
    background: #EEEEEE;
}

.home-index .left-content-settings .settings-section-left ul li a i {
    color: #1E1E1E;
    font-size: 18px;
}

.home-index .left-content-settings .settings-section-left ul li a.active i {
    color: #00BE7C;
    font-size: 20px;
}


.home-index .right-content-profile .earning-header h2 {
    font-family: var(--poppins-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
}

.home-index .right-content-profile .earning-header p {
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #99A5A1;
}

.home-index .right-content-profile .user-info {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 26px;
}

.home-index .right-content-profile .user-info .user-info-sub {
    display: flex;
    align-items: center;
    gap: 15px;
}

.home-index .right-content-profile .user-info .user-info-sub img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.home-index .right-content-profile .user-info .user-info-sub .name {
    font-family: var(--cabinet-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 22.32px;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin-bottom: 10px;
}

.home-index .right-content-profile .user-info .user-info-sub .phone {
    font-family: var(--poppins-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #1E1E1E;
}

.home-index .right-content-profile .user-info p {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #596963;
    font-family: var(--poppins-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.home-index .right-content-profile .user-info p i {
    cursor: pointer;
    color: #00BE7C;
    font-size: 18px;
    font-weight: 600;
}

.home-index .right-content-profile .user-info .copy-message {
    display: none;
    color: green;
    font-size: 13px;
    margin-left: 10px;
    transition: opacity 0.5s ease-in-out;
}


.home-index .right-content-profile .earnings {
    display: flex;
    gap: 18px;
    flex-direction: column;
    margin-top: 30px;
}

.home-index .right-content-profile .earnings h3,
.home-index .right-content-profile .services h3 {
    margin-bottom: 0px;
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #292D32;
}

.home-index .right-content-profile .earnings .earning-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.home-index .right-content-profile .earnings .earning-content.single {
    display: flex;
    flex-direction: column;
}

.home-index .right-content-profile .earnings .earning-content p {
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 15px;
    line-height: 7px;
    letter-spacing: 0%;
    color: #010C22;
    margin-bottom: 0px;
}

.home-index .right-content-profile .earnings .earning-content span {
    font-family: var(--poppins-font);
    font-weight: 400;
    font-size: 9px;
    line-height: 0px;
    letter-spacing: 0%;
    color: #292D32;
}

.home-index .right-content-profile .services {
    display: flex;
    gap: 18px;
    flex-direction: column;
    margin-top: 30px;
}


.home-index .right-content-profile .services .service-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.home-index .right-content-profile .earnings .services .service-content .single {
    display: flex;
    flex-direction: column;
}

.home-index .right-content-profile .services .service-content p {
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 7px;
    letter-spacing: 0%;
    color: #010C22;
    margin-bottom: 0px;
}

.home-index .right-content-profile .services .service-content span {
    font-family: var(--poppins-font);
    font-weight: 400;
    font-size: 10px;
    line-height: 0px;
    letter-spacing: 0%;
    color: #292D32;
}















/* TRANSACTION PAGE  */

.copy-wrapper {
    z-index: 2;
}

.copy-wrapper .transaction-copy-code {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 12px;
    gap: 6px;
    background: #004C31;
    color: #fff;
}

.copy-wrapper .copy-message {
    display: none;
    font-size: 14px;
}

.copy-wrapper .transaction-copy-code p {
    color: #fff;
    font-family: var(--cabinet-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: 0%;
}

.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: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    /* gap: 30px; */
}

.earning-transaction .earnings .earning-content .single {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.earning-transaction .earnings .earning-content p {
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #010C22;
    margin-bottom: 0px;
}

.earning-transaction .earnings .earning-content span {
    font-family: var(--poppins-font);
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0%;
    color: #292D32;
}



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

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

.earning-transaction .reports .report-header 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 .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 .left .legend .dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

.earning-transaction .reports .report-header .left .legend .dot.inflow {
    background: #004C31;
}

.earning-transaction .reports .report-header .left .legend .dot.outflow {
    background: #00BE7C;
}

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

.earning-transaction .reports .report-header .right button {
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #E6E6E6;
    transition: 0.5s;
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #B2B2B2;
    box-shadow: none;
}

.earning-transaction .reports .report-header .right button:hover {
    border: 1px solid #00BE7C
}


.earning-transaction .reports .report-header .right button.active {
    border: 1px solid #00BE7C;
    /* background: rgba(201, 225, 217, 0.977);
    background: rgba(223, 240, 235, 0.975); */
}

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

.earning-transaction .reports .report-content {
    height: 280px;
    padding-top: 30px;
}



.earning-header {}

.earning-header .dropdown-menu {
    width: 240px !important;
}

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



.earning-header .dropdown-menu .dropdown-item {
    font-family: var(--poppins-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #292D32;
    padding-block: 10px;
    display: flex;
    justify-content: space-between;
}

.earning-header .dropdown-menu .dropdown-item i {
    color: #00BE7C;
    font-size: 18px;
}

.filter-modal .modal-content .body-content {
    display: flex;
    flex-direction: column;
    align-items: start;
}



.filter-modal .modal-content .body-content .modal-subtitle {
    text-align: left !important;
}


.filter-modal .modal-content .body-content .filter-header {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.filter-modal .modal-content .body-content .filter-header button {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 8px;
    color: #B2B2B2;
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    outline: none;
    box-shadow: none;
    transition: 0.5s;
    cursor: pointer;
}

.filter-modal .modal-content .body-content .filter-header button.active {
    background: #F4FFFB;
    border: 1px solid #00BE7C;

}

.filter-modal .modal-content .body-content .filter-header button:hover {
    background: #F4FFFB;
    border: 1px solid #00BE7C;
    transition: 0.5s;
}





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

.left-content .withdrawals .withdrawal-header .btn-withdraw {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    color: #B2B2B2;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    gap: 3px;
}

.left-content .withdrawals .withdrawal-header .btn-withdraw i {
    color: #B2B2B2;
    font-size: 15px;
}


.left-content .withdrawals .title {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    color: #292D32;
}

.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(--colorVar2);
    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;
}













/* 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: 1.3fr 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: 424px;
    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;
}

.pricing-container.settings .pricing-options .save-update {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 392px;
    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);
    border: none;
    box-shadow: none;
    outline: none;
    margin-top: 0px;
}


.pricing-container.settings .pricing-options .save-update::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background: #001e14;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.7s;
}

.pricing-container.settings .pricing-options .save-update:hover::before {
    width: 100%;
    opacity: 1;
}











/* 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 {
    margin-top: 40px;
}

.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(2, 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;
}

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



.docx-modal .download-btn {
    background: var(--colorVar);
}








/* desk onboarding design  */
.container-fluid.desk-onboarding-main {
    padding-left: 80px;
}

.back-icon-onboarding {
    margin-top: 30px;
}

.back-icon-onboarding a {
    font-family: var(--poppins-font);
    font-weight: 400;
    font-size: 11.67px;
    letter-spacing: 0%;
    color: #001E14;
    display: flex;
    align-items: center;
    gap: 2px;
}

.back-icon-onboarding a span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #D9D9D9;
    text-align: center;
    line-height: 0px;
}

.back-icon-onboarding a span i {
    font-size: 10px;
}



.desk-onboarding {
    display: grid;
    grid-template-columns: repeat(2, 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 .search-bar input::placeholder {
    color: #B2B2B2;
    font-family: var(--poppins-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.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:  var(--colorVar2);
    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(--colorVar2);
    cursor: pointer;
}

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

.services-list .continue-btn:hover::before {
    width: 100%;
    opacity: 1;
}

.onboarding-desk-right {
    display: flex;
    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;
}