.selectPayOption {
    margin-bottom: 0;
}

.selectPayOption .checkmark {
    top: 6px;
}

.admin-plan-dayFieldGroup {
    display: none;
}

.padding-top-25px {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}

.reseller-list-dropdown-master {
    position: absolute;
    left: 380px;
    width: 187px;
    text-align: left;
}

.no-data-background {
    background-color: #ECEFF1;
}

.admin-plan-input-box {
    padding-top: 5px;
    height: 240px;
}

#relatedPlans_chosen>ul {
    height: 150px !important;
}

#reassignListSelect {
    min-width: 170px;
    display: block;
}

.reseller-list-dropdown-master>ul {
    inset: 9px auto auto -16px !important;
}

.reseller-list-dropdown-master>ul>li {
    min-width: 185px;
}

#admin_related_plans_selected_chosen> .chosen-choices {
    height: 150px !important;
}
#admin_related_plans_chosen> .chosen-single, #admin_related_plans_selected_chosen> .chosen-drop {
    display: none;
}

#admin_related_plans_chosen{
    max-width: 30%;
    position: relative;
    left: 66%;
    top: 15px;
}

.related-plan-box {
    padding-top: 5px;
    height: 150px;
}

.lg-switch-small{
    margin-left: 12px;
}
.th-width-170{
    width: 170px ;
}
.th-width-150{
    width: 150px;
}
.th-width-212{
    width: 30%;
}
.no-found-tr {
    border-bottom: none !important;
}
.btn-del-ico-text{
    padding: 3px 6px;
    background: #E94C4C;
    color: #fff;
    border-radius: 5px;
    font-size: 9px;
    font-weight: bold;
}
.btn-del-ico-text:hover{
    color: #fff;
}
.gateway-div .alert.alert-info, .gateway-div1 .alert.alert-info{
    display: block;
}
.tooltip-inner {
    white-space: normal;
    max-width: 200px;
}
.th-width-35{
    width: 35% !important;
}
.th-width-20{
    width: 20%!important;
}
div#custom-modal {
    background: #00000085;
}
.th-width-10{
    width: 10%!important;
}
.th-width-15{
    width: 15%!important;
}
.table label.label-warning {
    background-color: #e67e22;
}
.box-gat-bul{
    display: none;
    padding: 0px 30px 0px 30px;
}

.padding-top-25px {
    padding-top: 25px !important;
}

.white-background, .white-background:hover {
    background-color: white !important;
}

.max-width-100-percent {
    max-width: 100% !important;
}

.terms-anchor {
    color: var(--core-primary-color) !important;
}

.color-white{
    color: #fff;
}

 
.noBorderCustom, .table-responsive.noBorderCustom tbody tr td{
    border: none;
}
.noBorderCustom .white-background {
    border-bottom:none ;
}
.th-width-65{
    width: 65%;
}
span#res_total {
    padding-left: 0;
}
.bold-dollar-sign{
    color: #000;
    padding-left: 10px !important;
}
.span-heading{
    padding-left: 4px;
    color: #546E7A;
}
span.cp-view-only {
    padding: 10px 14px;
}
.btn-del-ico{
    background-size: 16px;
}
.black-link{
    color: #263238;
}

.border-top-row-hr {
    border-top: 1px solid #D0D0D0;
}

.border-bottom-row-hr {
    border-bottom: 1px solid #D0D0D0 !important;
}

/*Transaction Receipt css*/
.cum-card-header{
      border: 0px !important;
      background-color: transparent !important;
    }
    .cum-card-header h3{
      font-family: var(--core-font-family-name);
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        /* grey/03 */
        color: #78909C;
    }
    .cum-succe-msg{
        font-family: var(--core-font-family-name);
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        color: var(--core-success-color) !important;
        border-color: #ECEFF1 !important;
    }
    .border-success{
        border-color: var(--core-success-color) !important;
    }
    .cum-card-body{
        font-family: var(--core-font-family-name);
        font-style: normal;
        font-weight: 400 !important;
        font-size: 14px !important;
        color: #546E7A !important;
    }
    .cum-bold{
        font-family: var(--core-font-family-name);
        font-style: normal;
        font-weight: 700 !important;
        font-size: 16px !important;
        color: #263238 !important;
    }
    .cum-color{
        color: #263238 !important;
    }
    .card{
       border-color: #ECEFF1 !important; 
    } 
    .cum-footer{
        font-family: var(--core-font-family-name);
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        color: #263238;
    }
    .cum-hrf-color{
        color: var(--core-primary-color) !important;
    }
    .border-box-color{
        border-bottom-color:#ECEFF1 !important;
        border-bottom: 1px solid;
    }
/*Setup Wizard CSS */
.sw-cutome-bg{
    background-color: #fff;
}
.sw-cutome-row-mx{
    margin: 0 17% !important;
}
.sw-cutome-row-mx > .sw-active {
    font-family: var(--core-font-family-name);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: var(--core-primary-color);
    border-bottom: 2px solid var(--core-primary-color) !important;
}

.sw-cutome-row-mx > .sw-default {
    font-family: var(--core-font-family-name);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #CFD8DC;
    border-bottom: 2px solid #CFD8DC !important;
}
.sw-cum-card-body{
    font-family: var(--core-font-family-name);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #263238;
}
/*Content 1*/
.sw-cutome-row-body-mx{
    margin: 0 24% !important;
}
.sw-cutome-row-body-mx h4{
    color: var(--core-primary-color);
    font-family: var(--core-font-family-name);
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: center;

}
.sw-cutome-row-body-mx p{
    font-family: var(--core-font-family-name);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #263238;
}
.sw-cum-hrf-color{
   color: #263238;
   text-decoration: underline !important;
}
.sw-cutome-row-body-mx samp{
    color: #E94C4C !important;
}
.sw-cutome-title{
    font-family: var(--core-font-family-name);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    align-items: center;
    text-transform: uppercase;
    color: #78909C;
}
/*Content 2*/
.input-group-addon{
    padding:12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    background-color: #78909C;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#page-content  .container-fluid  .card-body .form-control{
    border-color: #ECEFF1 !important;
    box-shadow : none !important;
}
#page-content  .container-fluid  .card-body .form-control:focus{
    border-color: #ECEFF1 !important;
    box-shadow : none !important;
}
.sw-custom-file-input{
    width: 100%;
    padding: 10px 15px !important;
}
.sw-custom-file-label{
    font-family: var(--core-font-family-name);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #546E7A;
}
.card-body .form-group >label{
    font-family: var(--core-font-family-name);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #263238 !important;
}
.btn-secondary{
    color: #263238 !important;
    background: #CFD8DC !important;
    border-color:#CFD8DC !important;

}
.sw-cum-btn-primary{
    background: var(--core-primary-color) !important;
}
/*Content 3*/
.img-thumbnail{
    border-radius: 0px !important;
    width: 100% !important; 
    border-color:#ECEFF1 !important;
}
/*Content 4*/
.custom-sucess h1{
   color: var(--core-primary-color);
   padding: 0;
   font-family: var(--core-font-family-name);
   font-style: normal;
   font-weight: 700;
   font-size: 65px;
   line-height: 76px;
}
.sw-cutome-color{
    color: #E94C4C ;
     font-family: var(--core-font-family-name);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.sw-input-group-addon-color{
    background: #ECEFF1 !important;
    border-color:  #ECEFF1 !important;
}
.sw-cum-ul{
    font-family: var(--core-font-family-name);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #263238;
}
#accounting-software-msg{
    display: none;
}

/*End Setup Wizard CSS*/
.padding-free{
    padding: 15px 10px;
}
img#qbo-reconnect {
    width: 110px;
}
.chat-chart-res{
    position: absolute;
    top: 0;
}
#merchant_page_wrapper .dataTables_processing{
    top: -23px;
}
.edit-merchant #free_trial_section{
    display: none;
}
.margin-top-15{
    margin-top: 15px;
}
.sidebar-nav li li > a.active {
    font-weight: 700;
}

.tr-height{
    height: 80px;
}

#item_fields > tr > td .error-possition {
    position: absolute;
}
.adm-merchant-report .spa-csv-pdf #getData.btn-range-report{
    left: 386px;
}

.upTextSectionTitle{
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
}

.upTextSectionBody{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 0px;
}
.plan-upgrade-pop-contant{
    text-align: center;
    display: inline-flex;
    margin: 30px;
}
.plan-upgrade-pop-contant ul{
    text-align: left;
    margin-left: 50px;
    margin-top: 30px;
}
#upgradeSection .modal-footer{
    margin: -32px;
    margin-top: 0;
    background: #F9FAFB;
    border-top: unset;
}
#upgradeSection.modal {
    left: 100px;
}
.upgrade-payment-error a{
    color: #333333;
    text-decoration: underline;
}
#upgradeSection .confirm-upgrade-section a{
    text-align: center;
    color: #546E7A;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-decoration: underline;
    margin-top: 2px;
}
.confirm-upgrade-section{
    display: inline-grid;
    margin-bottom: -20px;
}
#upgradePlanBtn{
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px;
}
#cancel-card-popup{
    color: #546E7A;
    text-decoration: underline;
    font-size: 10px;
    line-height: 14px;
}
#upgradeSection .modal-footer span{
    margin-left: -320px;
}
.fs-12px{
    font-size: 12px;
    line-height: 14px;
}
.upgrade-payment-error{
    padding-bottom: 0px !important;
}
.plan-upgrade-btn{
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
#upgradeSection .before-up-header{
    border-bottom: unset;
}
#upgradeSection .modal-body{
    padding-top: 0px;
}
#upgradeSection .popupUpgradeBody .table tr:nth-child(even){
    background-color: unset;
}

.select2-container{
    z-index: 999999;   
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 0px !important;
}
.select2-selection{
    font-family: var(--core-font-family-name), sans-serif;
    direction: ltr !important;
    color: #263238 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 5px 0px !important;
    margin: 0em !important;
    margin: 0px !important;
    border: 1px solid #ECEFF1 !important;
    transition: all 0.4s ease-out !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    outline: none !important;
    height: 36px !important;
}
.select2.select2-container{
    width: 95% !important;
}
#select-plan-div-inline{
    display: inline-table;
    width: 100%;
}

.customer-page-heading a{
    text-decoration: none;
    color: var(--core-breadcrumbs-color,#78909C);
    left: 396px;
}
@media (min-width:1921px){
    .adm-merchant-report .spa-csv-pdf #getData.btn-range-report, .admin-report .spa-csv-pdf #getData.btn-range-report, .report-page .spa-csv-pdf .btn-range-report{
        left: 406px;
    }
}
#textarea-ckeditor-error{
    position: absolute;
    bottom: -15px;
}
.sidebar-visible-hide-min .sidebar-nav li ul{
    display: none !important;
}

.custom-tooltip{
    margin-left: -7px !important;
}
.custom-tooltip .tooltip-inner li{
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #cccc;
    list-style: none;
}

.custom-tooltip .tooltip-inner li:last-child
{
    border-bottom: 0px !important;
}
.custom-tooltip .tooltip-inner li a{
    color: var(--core-sidebar-sub-menu-text-color);
    font-size:14px;
    font-family:var(--core-font-family-name);
    font-weight: var(--core-sidebar-font-weight);
}
.custom-tooltip .tooltip-inner li a:hover{
    color: var(--core-sidebar-text-active-color);
    font-weight: 700;
}


.custom-tooltip .tooltip-inner{
    background: var(--core-sidebar-sub-menu-bg);
    width: 211px;
}
 
.custom-tooltip .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--core-sidebar-sub-menu-bg) !important;
}
.custom-tooltip .tooltip-inner li .active{
    color:var(--core-sidebar-text-active-color);
    font-weight: 700;
}
.custom-tooltip.tooltip.show{
    opacity: 1;
}
.tooltip-inner .small-icon-title{
    font-family: var(--core-font-family-name);
    font-style: normal;
    font-weight: var(--core-sidebar-font-weight);
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    background:var(--core-sidebar-sub-menu-bg);
    top: -23px;
    left: 7px;
    color: var(--core-sidebar-text-active-color);
    padding: 4px 5px;
  }
 .custom-hover-tooltip .tooltip-inner{ 
     font-family: var(--core-font-family-name);
    font-style: normal;
    font-weight: var(--core-sidebar-font-weight);
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    background:var(--core-sidebar-sub-menu-bg);
    top: -20px;
    left: 7px;
    color: var(--core-sidebar-text-active-color);
    padding: 4px 5px; 
    border-radius: 0px;
 } 
 .custom-hover-tooltip .tooltip-arrow{
    display: none;
 }
 .custom-hover-tooltip.tooltip.show{
    opacity: 1;
}
.custom-hover-tooltip{
    padding: 4px 2px;
    width: 155px;
    left: -7px !important;
    top: 15px !important;
}
.width-custom-planname {
    font-weight: 700;
    font-size: 14px;
    padding: 5px 0px;
}

.edit-card-my-account {
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: var(--dark-slate, #546E7A);
}

.disabled-button, .disabled-button:hover {
    display: inline-block;
    color: #95B2C0;
    background-color: transparent;
    border: 1px solid #95B2C0;
}

.hr-row {
    border-bottom: 1pt solid #eceff1 !important;
}

.tr-line {
    line-height: 24px;
}

.td-col-2 {
    width: 100px;
}

.font-weight-bold {
    font-weight: bold;
}

.my-account-upgrade-body {
    padding-top: 15px !important;
}
.word-wrap{
    word-wrap: break-word;
}
@-moz-document url-prefix() {
    .spa-csv-pdf #range_data.col-res-rep {
      margin: 0px 110px 0px 0px;
    }
    .adm-merchant-report .spa-csv-pdf #getData.btn-range-report {
      left: 419px;
    }
}
.sidebar-logo{
    background-color: var(--core-primary-color);
}
/* Customer Edit For Bus Or Pro Plan In NAP ERP*/
.disable-font-color{
    color: #CFD8DC !important;
    border-bottom: 0px !important
}
.disable-toggle-button{
    background: #CFD8DC !important;
}
.copy-icon-align{
   margin-left: 4px; 
}
.btn-disable {
    background-color: #FAFBFB !important;
    background: url(../../img/new/icon-plus-plan-upgrade.svg) no-repeat 12px center #CFD8DC;
    border: 1px solid #CFD8DC !important;
    border-radius: 5px !important;
    color: #CFD8DC !important;
}
#creditCardStatusSwitch{
    margin-left: 38px;
}
#paymentTypeCheckbox .col-md-6, #paymentTypeCheckbox .col-md-9{
    margin-top: -5px;
    margin-bottom: 30px;
}
.custom-mandatory{
    padding-left: 4px;
    padding-right: 4px;
}
.custome-phone-error{
    margin-top: -15px;
 }
 
 #notfound-error{
     padding-left: 0px;
 }
#step4 #cardpointe_div .fa-solid.fa-circle-info{
    position: absolute;
    right: -22px;
    top: 35px;
}
.pag-payment-method{
    padding: 20px;
    background-color: #f9fafb;
    border-top: 1px solid #ECEFF1;
}

.height-148{
    height: 148px;
    position: relative;
}

.center-img{
    position: absolute;
    top: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}

.h5-new-color{
    color: #78909C;
}

.payment-bg-color{
    background-color: #f9fafb;
}

.bg-color-white{
    background-color: #FFFFFF;
}

.fit-content-width{
    width: fit-content;
}

.m-t-38{ margin-top:38px; }

.payment-recipt-font {
    color: var(--black-02, #546E7A);
}

.border-error-public {
    border-color:  #E94C4C !important;
}

.public-error-color{
    color: #E94C4C !important;
}

.btn-width{
    max-width: 397px;
}

.m-b-200{
    margin-bottom: 150px;
}

@media (min-width:961px)  { 
    .m-r-l-135{
        margin: 10px 135px !important;
    }
}

.p-l-10{
    padding-left: 10px !important;
}

.disable-bg-color{
    background-color: #CFD8DC !important;
    border: 1px solid #CFD8DC;
    border-radius: 5px;
}

.button-pad{
    padding: 15px 16px 15px 0px;
}

.btn-blue-plus:hover{
    background: url(../../img/new/icon-plus.svg) no-repeat 12px center var(--core-btn-hover-bg-color);
    border-color: var(--core-btn-hover-bg-color);
}
#plan-upgrade-amount,#plan-upgrade-percentage{
    font-weight: normal;
}

.disable-button{
    color: #CFD8DC !important;
    border-color: #CFD8DC;
}
a.btn.disable-bg-color:hover{
    background-color: #CFD8DC !important;
    border-color: #CFD8DC !important;
}
.btn.btn-blue.disable-button:hover{
    background-color: #CFD8DC !important;
    color: #FFF  !important;
    border-color: #CFD8DC !important;
}
.log-error{
    color: #E94C4C;
}  
.merchant-gateway-table-heading{
    color: #546E7A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
#ccAddToPaymentPageLabel, #ecAddToPaymentPageLabel{
    margin-top: 30px;
}
.btn-blue-plus {
    padding-left: 37px;
    color: var(--core-primary-color);
    background-color: transparent;
    float: right;
}   

#notification-bar{
    overflow-x: hidden;
}

div#notification-bar{
    margin-left: -175px
}

tbody#notification-list tr td:first-child {
   width: 26%;
}

#notification-bar::-webkit-scrollbar-button:end:increment {
    background-color: #fff;
    background-image: url(../../img/new/arrow-bottom.svg);
    background-size: auto 5px; 
    margin: 15px; 
    padding: 5px;
}

#notification-bar::-webkit-scrollbar-button:start:decrement{
    background-color: #fff;
    background-image: url(../../img/new/arrow-top.svg);
    background-size: auto 5px; 
    margin: 15px; 
    padding: 5px;
}
.pag-mer-lis .search-bars{
    padding-left: 85px;
}

.pag-mer-lis .pl-16{
 padding-left: 16px;
}

.tr-wrap, #transaction_history_pay_page tbody tr:first-child{
    width: 30% !important;
    word-break: break-word;
}
.nab-upgrade-popup-ul{
    margin-top: unset !important;
}
.nab-upgrade-popup-ul .heading-li{
    color: #78909C;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-decoration-line: underline;
}
.nab-upgrade-popup-ul li{
    list-style-type: none;
}
.plan-upgrade-pop-contant-nab{
    display: -webkit-inline-box;
    font-size: 12px;
}
.mb-12px{
    margin-bottom: 12px;
}
.plan-upgrade-pop-contant-nab img{
    margin-top: 40px;
}
.recurringSurchargeInput{
    width: 36% !important;
    margin: 0% 0% 5% 0%;
    text-align: right;
}
#select_country_code_chosen> .chosen-choices {
    height: 88px !important;
}
#enableSurcharge{
    font-family: var(--core-font-family-name);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px;
}

.countrySurcharge{
    width: 635px !important;
    font-family: var(--core-font-family-name);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.percentage-surcharge{
    background: transparent !important;
    right: 30px !important;
    top: auto !important
}
.invoice-align-formate > input{
    padding-right: 22px;
}
.invoice-align-formate-hide > input{
    padding-right: 10px !important;
}
.invoice-align-formate-hide .percentage-surcharge{
    display: none;
}
.custom_payment_amount{
    background: #ECEFF1;
    margin-bottom: 27px;
    line-height: 26px;
    padding: 6px 4px;
    font-weight: bold;
}
.custom_payment_amount span{
    padding: 8px 10px 8px 0px;
    opacity: 0.8;
    letter-spacing: 0.02em;
}
.actionOptionUnify{
    display: none;
}
.th-width-5{
    width: 5%!important;
}
.pad-right-10{
    padding-right: 10px !important;
}

.alert-info.country-level-surcharging-info{
    color: var(--core-primary-color);
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: auto;
    line-height: 18px;
    border-radius: 3px;
    align-items: center;
    display: inline-flex;
    border-color: var(--core-li-highlighted);
    padding: 8px 8px 6px 8px;
}
.country-level-surcharging-info .icon-info-circle{
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    position: unset;
    padding: 0%;
    background: url(../../img/new/icon-info-circle.svg) no-repeat left top;
}

.uppercase {
    text-transform: uppercase;
}

.split-hr {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    margin: 20px 0;
}

.split-hr::before,
.split-hr::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid var(--bs-gray-200);
    margin: 0 10px;
}

.create-plan-page{
    padding-bottom: 0 !important;
}   
.create-plan-page #planForm .input-group-text {
    background: #F9FAFB;
    color: #95B2C0;
    padding: 0 .75rem;
}

.create-plan-page .step-item .form-group {
    margin-top: 10px;
}

.create-plan-page .step-item .cust-branding {
    top: 73px;
}

.create-plan-page #previewBtnSection .next {
    margin-left: 16px;
}

.create-plan-page #previewBtnSection .prev,
.create-plan-page #previewBtnSection .next {
    height: 40px;
    width: 50px;
    border: none;
    background: #324149;
}

.create-plan-page #previewBtnSection .prev:disabled,
.create-plan-page #previewBtnSection .next:disabled {
    background: #ECEFF1;
}

.create-plan-page #previewBtnSection .prev:disabled:after,
.create-plan-page #previewBtnSection .next:disabled:after {
    color: #CFD8DC;
}

.create-plan-page #previewBtnSection .next:after,
.create-plan-page #previewBtnSection .prev:after {
    top: 6px;
    left: 16px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    text-indent: 0em;
    transition: all 0.2s ease-out;
    font-family: "Font Awesome 6 Free";
}

.create-plan-page #previewBtnSection .next:after {
    content: "\f0da";
}

.create-plan-page #previewBtnSection .prev:after {
    content: "\f0d9";
}

.create-plan-page .signup-flow-left {
    border-right: 1px solid #ECEFF1;
}

.create-plan-page #planSelect {
    display: none;
}

.create-plan-page .custom-dropdown {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #DEE2E6;
}

.create-plan-page .search-box {
    padding: 20px 20px 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.create-plan-page .search-input {
    width: 100%;
    border: 0;
    padding: 10px 15px 10px 40px;
    border-bottom: 1px solid #95B2C0;
    border-radius: 6px 6px 0px 0px;
    font-size: 14px;
    background: url(../../img/new/icon-search.svg) no-repeat 13px 10px;
    background-size: 18px 18px;
    background-color: transparent !important;
}

.create-plan-page .selected-container {
    height: 425px;
    padding: 24px;
    overflow-y: auto;
    border-radius: 8px;
    border: 1px solid #DEE2E6;
    background: #FFF;
}

.create-plan-page .options-list {
    height: 385px;
    overflow-y: auto;
    padding: 0;
}

.create-plan-page .option-item {
    padding: 8px 16px;
    border-bottom: 1px solid #F9FAFB;
    cursor: pointer;
    font-size: 14px;
    color: #263238;
    background: transparent;
    transition: background-color 0.15s ease;
}

.create-plan-page .option-item:hover {
    background: #F2F8FF;
}

.create-plan-page .option-item:last-child {
    border-bottom: none;
}

.create-plan-page .option-item.selected {
    color: #95B2C0;
}

.create-plan-page .selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 50px;
}

.create-plan-page .tag {
    display: inline-flex;
    align-items: center;
    background: #ECEFF1;
    color: #263238;
    padding: 0 16px;
    height: 32px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.15s ease;
}

.create-plan-page .tag .remove-tag {
    margin-left: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #78909C;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    transition: background-color 0.15s ease;
}

.create-plan-page .tag .remove-tag:hover {
    background: #78909C;
}

/* Custom scrollbar */
.create-plan-page .options-list::-webkit-scrollbar {
    width: 6px;
}

.create-plan-page .options-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.create-plan-page .options-list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.create-plan-page .options-list::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.create-plan-page .list-signup{ 
    padding: 8px 8px 8px 12px;
    margin-bottom: 10px;
}
.create-plan-page .list-signup:hover, .create-plan-page .list-signup.active{ 
    border-radius: 20px;
    background: #F2F8FF;
}
.create-plan-page .signup-flow-heading{
    margin-top: 28px;
}
.upgrade-plan-header{
    background: #ECEFF1;
    border-bottom: none;
}
.plan-detail-line{
    padding: 24px 0;
    border-radius: 4px;
    background: #F9FAFB;
    font-size: 17px;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 24px;
    line-height: 18px;
}
#approachingLimitModal{
    z-index: 1200;
}
#approachingLimitModal .modal-dialog{
    margin-top: 142px;
    width: 720px;
}
#approachingLimitModal .modal-body{
    padding: 24px;
}
#plan-contact-support{
    border-color: #99CAFF;
    background: #F2F8FF;
    color: #0078FF;
}
.plan-close-btn{
    border: 1px solid #DEE2E6;
    background: #F9FAFB;
    color: #263238;
}
#approachingLimitModal .upTextSectionTitle{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    color: #263238;
    padding-top: 32px;
}
#approachingLimitModal .popupUpgradeBody{
    padding: 0 48px;
}

#approachingLimitModal .upgrade-img{
    padding-top: 32px;
}

.invoice-create-page .box-white{
    padding: 24px;
}
.invoice-create-page input, .invoice-create-page select, .invoice-create-page textarea{
    border-color: #DEE2E6;
}
.invoice-create-page .cus-invoice-title{
    font-weight: 700;
    line-height: 18px;
}
.invoice-first-row {
    display: flex;
    gap: 16px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
.invoice-first-row > [class*="col-"] {
    padding: 0;
    min-width: 0;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .invoice-col-customer {
        flex: 336 1 0%;
    }
    
    .invoice-col-date {
        flex: 320 1 0%;
    }
    
    .invoice-col-terms {
        flex: 120 1 0%;
    }
    
    .invoice-col-due {
        flex: 320 1 0%;
    }
}
.invoice-first-row p {
    margin: 0;
    width: 100%;
}
.invoice-first-row input,
.invoice-first-row select,
.invoice-first-row .select2-container {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}
.invoice-second-row {
    display: flex;
    gap: 16px;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: nowrap !important;
}
.invoice-second-row > [class*="col-"] {
    padding: 0 !important;
    min-width: 0 !important;
    box-sizing: border-box;
    flex-shrink: 1 !important;
}
.invoice-second-row p {
    margin: 0 !important;
    width: 100%;
    overflow: hidden;
}
.invoice-second-row input,
.invoice-second-row select,
.invoice-second-row .select2-container,
.invoice-second-row .tax_div {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}
.invoice-create-page .select2-container .selection .select2-selection{
    padding: 0px 5px !important;
    border: 1px solid #DEE2E6 !important;
}
.invoice-create-page .select2.select2-container .select2-selection--single{
    height: 35.6px !important;
}
.invoice-create-page .box-total {
    max-width: 340px;
    width: 100%;
    margin-left: auto;
    margin-top: 24px;
    border-radius: var(--Corner-Radius-200, 4px);
    border: 1px solid var(--Neutral-Grey-200, #ECEFF1);
    padding: 0px;
}
.invoice-create-page .invoice-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
.invoice-create-page .invoice-total-label {
    flex: 188 1 0%;
    text-align: right;
    min-width: 0;
}
.invoice-create-page .invoice-total-value {
    flex: 152 1 0%;
    text-align: right;
    min-width: 0;
    padding-right: 12px;
}
.invoice-create-page .invoice-grand-total {
    border-top: 1px solid #e2e8f0;
    padding-top: 16px;
    background: #F9FAFB;
}
.invoice-create-page .invoice-grand-total .invoice-total-label, .invoice-create-page .invoice-grand-total .invoice-total-value {
    font-weight: 700;
    font-size: 14px;
}
.th-width-item { width: 17.48%; }
.th-width-desc { width: 46.85%; }
.th-width-price { width: 12.24%; }
.th-width-qty { width: 6.99%; }
.th-width-tax { width: 4.20%; }
.th-width-total { width: 12.24%; }