.customer__details_Wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}

.pay_mobile {
    display: none;
}

.customer__listWrapfirst {
    display: flex;
    gap: 1.2rem;
    align-items: center;
}

.customer__detailsList {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.customer__detailsList h3 {
    font-size: 1.8rem;
    font-weight: 500;
}

.customer__detailsList p {
    color: rgba(93, 93, 93, 1);
    font-size: 1.4rem;
    font-weight: 400;
}

.customer__details_Wrap::after {
    content: "";
    border-bottom: 1px solid rgba(244, 244, 244, 1);
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 0px;
}

.contact__customer__searchBox svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0%, -50%);
}

.contact__customer__searchBox {
    position: relative;
}

.contact__customer__searchBox input {
    border: 1px solid rgba(227, 232, 238, 1);
    width: 100%;
    padding: 1.2rem 5rem 1.2rem 1.6rem;
    color: rgba(163, 163, 163, 1);
    font-size: 1.6rem;
    font-weight: 300;
}

.customer__detailsLogo img {
    min-width: 49px;
}

.customer_unordlist {
    display: flex;
}

.contact__customer_Tabs .customer_unordlist li {
    flex: 0.5;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 1.6rem 1.2rem;
    border-left: 1px solid rgba(244, 244, 244, 1);
    background: radial-gradient(50% 50% at 50% 50%, rgba(252, 253, 253, 0) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    color: #5D5D5D;
    font-weight: 500;

}

.contact__customer_Tabs {
    margin-top: 1rem;

}

.tab__maincontactListWrap {
    margin-top: 14rem;
}

.modal-header.modal-header--gs.tab_2header {
    flex-wrap: wrap;
    padding: 3rem 1.8rem;
    background: linear-gradient(90deg, #C1DFB2 0%, #BAD7AB 100%);

}

.header_model2pop {
    display: flex;
    width: 100%;
    margin-top: 1.6rem;
    align-items: center;
    justify-content: space-between;

}

.contact__customer_Tabs .customer_unordlist li.active {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgba(45, 45, 45, 1);
    color: #000 !important;
    font-size: 1.6rem;
    font-weight: 500;
    background: #fff;
    border-radius: 0px;
}

.body__customerWrap {
    width: 96%;
    background: #f9f9f9;
    padding: 0px 0rem 0px 1rem;
}

.tab__mainWrap {
    background: #fff
}

.contact_cust__searchWrap {
    position: fixed;
    width: 94.1%;
    z-index: 99999;
    background: transparent;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(100px);
    top: 7.3rem;
    padding: 1rem 0px 0px;
}

.customer_filterWrapping {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
    margin: auto;
}

.customer_filterWrapping ul li button {
    color: #CFCFCF;
    font-size: 1.6rem;
    font-weight: 400;
    padding-bottom: 0.3rem;
}

.customer_filterWrapping ul li.active button {
    color: #000;
}

.customer__edit_iconContent {
    position: absolute;
    width: 100px;
    border: 1px solid #fff;
    text-align: left;
    display: flex;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    right: 8px;
    top: 46px;
    z-index: 99999999;
    display: none;
}

.tab__mainlist_wrapping {
    padding-top: 11rem;
}

.select_heading {
    padding-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
}

.tab__avatarWrapping {
    padding: 1.6rem 0rem;
    background: #fff;
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-bottom: 3.2rem;

}

.profile_rotate p {
    font-size: 1.6rem;
    font-weight: 500;
}


.avatar__wrapSlider {
    flex: 0 0 32%;
    background: #fff;
    z-index: 99;
    padding: 0px 2rem;
}
.scroll_wrap button {
    position: absolute;

    transform: translateY(-50%);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    outline: none;
}
button.next:before {
    content: "";
    background: #fff;
    width: 55px;
    position: absolute;
    left: -55px;
    height: 81px;
    top: -4px;
}
.scroll_wrap button:focus:not(:focus-visible){
    outline: none;
}
.scroll_wrap button.prev {
    left: 28%;
    z-index: 999;
    top: 24.5%;
}
.scroll_wrap button.next {
    right: 10px;
    position: absolute;
    z-index: 9999;
    top: 21%;
}
.scroll_wrap button.next svg{
    right: 38px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    transform: translate(0%,50%);
}
.active_img{
    width: 50px !important;
    border-radius: 50%;
    background: transparent;
    padding: 2px;
    border: 1px solid #6FA614;
}
.scroll_wrap {
    flex: 0 0 65%;
    background: #fff;
}
.slider_exWrapping {
    display: flex;
    gap: 2rem;
}
input#moveleft {
    position: absolute;
    left: 28%;
    width: 23px;
}
input#moveright {
    position: absolute;
    right: 28px;
    width: 23px;
}
div#textbox img {
    width: 100%;
    min-width: 48px;
}

.acc-container {
    max-width: 700px;
    width: 100%;
}

.acc {
    margin-bottom: 2rem;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
}

.acc-head {
    background-color: rgba(242, 246, 255, 1);
    padding: 1.6rem 1rem;
    font-size: 22px;
    position: relative;
    cursor: pointer;
    display: flex;
    gap: 1.2rem;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);

    box-shadow: 0px 2px 4px 0px #0000001A;
}

.acc-head::before,
.acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #000;
    transition: all .3s;

}

.acc-head::before {
    right: 30px;
    width: 3px;
    height: 20px;
    margin-top: -10px;
}

.acc-head::after {
    right: 21px;
    width: 21px;
    height: 3px;
    margin-top: -2px;
}

.acc-head p {
    color: #fff;
    font-weight: bold;
}

.acc-content {
    padding: 3rem 2rem;
    display: none;
    background: rgba(255, 255, 255, 1);
}

.acc-head.active::before {
    transform: rotate(90deg);
    color: #000;
}

.slider_exWrapping .owl-item .item img {
    width: 50px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    display: none;
}

.profile_rotate {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 112px;

}

.profile_rotate img {
    width: 100%;
}

.modal-dialog.modal-fullscreen.modal-dialog-scrollable.mod_widthFull {
    width: 70rem;
    max-width: unset;
}

.basic__detailsWrapping {
    margin: 10px 0px;

    border: 0.5px solid rgba(0, 0, 0, 0.1);
    background: #fdfdfd;
}

.basic_heading {
    display: flex;
    gap: 1rem;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
    padding: 2.1rem 2rem;
    background: #fdfdfd;
}

.basic___formDetails_Wrap {
    padding: 2rem 2rem 2rem;
}

.basic___formDetails_Wrap input.form-control,
.basic___formDetails_Wrap select,
.bank_accountDetWrapping input,
.address__boxwraping input,
.address__boxwraping select,
.acc_taxPaymments___Wrapping .pain__Tax_twoWrap input,
.acc_taxPaymments___Wrapping .pain__Tax_twoWrap select,
.bank_accountDetWrapping select {
    padding: 1.4rem 1.6rem;
    font-size: 1.6rem;
    border: 1px solid rgba(244, 244, 244, 1);
    color: #A3A3A3;
    font-weight: 300;
}

.basic___formDetails_Wrap label,
.bank_accountDetWrapping label,
.address__boxwraping label,
.acc_taxPaymments___Wrapping .pain__Tax_twoWrap label,
.bank_accountDetWrapping label {
    padding-bottom: 0.8rem;
    padding-top: 2.8rem;
}

.acc-head p {
    color: #2d2d2d;
    font-size: 1.8rem;
    font-weight: 500;
}

.basic_heading p {
    color: #000;
    font-size: 1.8rem;
}

.acc_taxPaymments___Wrapping h3 {
    margin-top: 12px;
}

.customer__submit__wrapping {
    padding: 2rem;
    display: flex;
    justify-content: end;
    gap: 2rem;
    background: rgba(255, 255, 255, 1);
}

.customer__submit__wrapping button:first-child {
    border: 0.5px solid rgba(45, 45, 45, 1);
    padding: 1.2rem 3rem;
}

.customer__submit__wrapping button:last-child {
    background: rgba(45, 45, 45, 1);
    padding: 1.2rem 3rem;
    color: #fff;
}

.customer__submit__wrapping button {
    width: 150px;
    font-size: 1.6rem;
    font-weight: 500;
}

.form_first_wrap label {
    padding: 0px 0px 10px !important;
}

.body__customerWrap1 {
    width: 100%;
}

.slider_exWrapping .owl-nav {
    position: relative;
}

.slider_exWrapping .owl-dots {
    display: none;
}

.slider_exWrapping .owl-nav button.owl-prev {
    position: absolute;
    left: -25px;
    bottom: 23px
}

.slider_exWrapping .owl-nav button.owl-next {
    position: absolute;
    left: 37%;
    top: -52px;
}

.body__customerWrap1 .form-control:focus {
    border-color: rgba(111, 166, 20, 1);
    outline: 0;
    box-shadow: unset;
}

input#shipping1 {
    height: 21px;
    width: 19px;
    position: relative;
    top: 10px;
}

.address__boxwraping .custom-control.custom-checkbox {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem
}

.pain__Tax_twoWrap h3 {
    margin-top: 3.2rem;
    font-size: 1.8rem;
}

.transporter_wrap .row h3 {
    margin-top: 2.5rem;
}

.transport_btn_radio {
    justify-content: end;
}

.row.transport_btn_radio input {
    width: 17px;
    height: 17px;
    position: relative;
    top: 2px;
    accent-color: green;

}

.slider_exWrapping .owl-nav button.owl-next:before {
    content: "";
    position: absolute;
    width: 169px;
    background: #fff;
    backdrop-filter: blur(20px);
    height: 123px;
    z-index: 1;
    bottom: -44px;
    right: -125px;
}

.nav-btn.next-slide {
    z-index: 9;
    position: relative;
    right: 17px;
}

.header_model2pop button {
    border: 0.5px solid #2D2D2D;
    background: #FFFFFF;
    padding: 1rem 2.4rem;
}

.contact_cust__searchWrap.creat_cust_wrap {
    top: 15rem;
}

.tab_2header button:focus:not(:focus-visible),
.slider_exWrapping button:focus:not(:focus-visible) {
    outline: 0px solid #6FA614;
}

.modal-body.body__customerWrap1.cus_2wrap {
    background: #f9f9f9;
}

.slider_exWrapping .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
}


.slider_exWrapping .owl-item .item img {
    width: 50px;
    border-radius: 50%;
    background: transparent;
    padding: 2px;
    border: 1px solid #6FA614;
}

.basic___formDetails_Wrap .form-group select.form-control,
.acc .acc-content .acc_taxPaymments___Wrapping select.form-control,
.account_countryWrapping select.form-control,
.bank_accountDetWrapping select.form-control {
    background: url(/wegofin_ai/images/icons_active.svg);
    background-repeat: no-repeat;
    background-position: 97%;
    appearance: none;
}

.address__boxwraping .custom-control.custom-checkbox input[type='checkbox'] {
    accent-color: #6FA614;
    background-color: #6FA614 !important;
    color: #ffffff !important;
}

.nav-btn.next-slide {
    z-index: 9;
    position: relative;
    right: 17px;
}

.slider_exWrapping .owl-nav button.owl-next img {
    z-index: 999999999;
    position: relative;
}

.check_popup input[type=checkbox]+label {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: var(--fnt_wht_400);
    font-size: var(--fnt_16);
    color: var(--head_text_sc);
    gap: 1rem;
    width: fit-content;
    position: relative;
}

.check_popup input[type=checkbox] {
    display: none;
}

.check_popup input[type=checkbox]:checked+label:after {
    content: '';
    background-image: url("https://d2lmbxd2xofmf5.cloudfront.net/theme/wegofin/checkreg.svg");
    position: absolute;
    background-size: contain;
    background-position: 100%;
    width: 1.8rem;
    height: 10px;
    background-repeat: no-repeat;

}

.check_popup input[type=checkbox]+label:before {
    content: '';
    background: transparent;
    border-radius: 0.4rem;
    border: 1px solid var(--default_orange_sc);
    width: 2rem;
    height: 2rem;
    margin-right: 0.2rem;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -0.1rem;
}

.check_popup input[type=checkbox]:checked+label:before {
    background: var(--default_orange_sc);
    color: #fff;
    border-radius: 0.4rem;
    border: 1px solid var(--default_orange_sc);
    width: 2rem;
    height: 2rem;
}

.check_popup label {
    display: flex;
    align-items: center;
}

.bank_accountDetWrapping textarea {
    font-size: 1.6rem;
}

.basic_selectWrap {
    padding: 2rem 0rem 0rem;
}

.input_wrap_cmn1_flex {
    padding-top: 2.7rem;
}

.input_wrap_cmn1_flex .jrk_select-menu .jrk_select-btn {
    height: 5.3rem;
}

.input_wrap_cmn1_flex_out .jrk_select-menu .jrk_select-btn {
    height: 5.3rem;
}

.ecom_description {
    margin-bottom: 0.3rem;
    margin-top: 1rem;
}

.contact__customer__subWrap.cust_Wrapingmodel_two .contact_cust__searchWrap.creat_cust_wrap {
    width: 91.5%;
}

.desktop_acontent {
    display: block;
}

.mobile_acontent {
    display: none;
}
 @media (max-width: 1024px) {
    .row.purchase_secwrap .left_content_item_img .avatar-icons img {
        bottom: -1.2rem;
    }
    .collect_Das.collect_Das .left_content_item_img .avatar-icons img {
        bottom: -1.2rem;
    }
 }

@media (min-width:360px) and (max-width:450px) {

    .links_txt_flx .links_txt .btn_link_txts a {
        font-size: 0.8rem !important;
    }

    .links_txt_flx .links_txt h5.font18.font_weight_700.font_dark {
        bottom: 3px !important;
    }

    .collect_allmenu .row .col-lg-6.col-6 .links_txt_flx .links_txt .btn_link_txts a {
        position: relative;
    }


}



@media (min-width:320px) and (max-width:359px) {
    .header_model2pop button{
        font-size: 0.9rem;
    }
    .links_txt_flx .links_txt .btn_link_txts a{
        font-size: 0.9rem !important;

    }

    .links_txt_flx .links_txt .btn_link_txts.bill_Textwrap {
        min-width: 119px;
        bottom: -1rem;

    }

    .links_txt_flx .links_txt .btn_link_txts.bill_Textwrap_single {
        min-width: 120px;
        bottom: -1.6rem;
        /* left: 9px; */
    }
}

@media (min-width:320px) and (max-width:450px) {
    .main_layout_wrap .payment_dashboard_wrap .collect_data .card_collects {
        padding: 1rem 0px 1rem 0.9rem;
        height: 10rem;
    }

    .payment_dashboard_wrap .collect_data h6 {
        margin-top: 1.2rem;
        margin-bottom: 0.6rem;
    }

    .payment_dashboard_wrap .sales_tab_contents .card_collects {
        align-items: start;
    }

    .collect_data .card_collects.bgc_1,
    .collect_data .card_collects.bgc_2 {
        align-items: self-start;
    }
  .payment_dashboard_wrap  .collect_data .row .col-lg-4.col-6 .img_card_cmn_wrap {
        right: -10px;
    }

    .payment_dashboard_wrap .collect_data .card_collects_txt p {
        font-size: 1.3rem;
    }

    .payment_dashboard_wrap .collect_data .row .col-lg-4 h5 {
        font-size: 1.1rem;
        font-weight: 700;
    }

    .collect_sec_left .collect_sec_head .collect_sec_txt p.font_weight_400.font16.font_white {
        font-size: 1.1rem !important;
    }

    .payment_menu_list .payment_menu_list_item p {
        min-width: 15rem !important;
    }

    .table_header_btn h5 {
        font-size: 1.4rem !important;
    }

    .pynt_create_drbdwn_head_sc p {
        font-size: 1.1rem !important;
    }

    .collect_businness .four_collect_cards.reconcile_bg {
        min-height: 20.5rem !important;
    }

    .collect_sec_head .collect_sec_txt a svg {
        width: 20px;
    }

    .collect_sec_left .collect_sec_head .collect_sec_txt {
        flex: 0 0 50%;

    }

    .collect_sec_left .collect_sec_head .collect_sec_txt h5.font20.font_weight_600.font_white {
        font-size: 1.4rem;
    }

    .collect_sec_left .collect_sec_head .collect_sec_txt p.font_weight_400.font16.font_white{
        font-size: 1.2rem;
    }

    .wrap_collectimg img.pay_attach {

        width: 128px;
    }

    .links_txt_flx .links_txt h5.font18.font_weight_700.font_dark {

        bottom: -4px;
        left: 10px;
        font-size: 1rem;
    }


    img.pay_mobile.bulk_payment_img,
    img.pay_mobile.payment_linksimg {
        width: 115px;
    }

    .collect_link_popup,
    .collect_link_popup img {
        height: 1.9rem !important;
    }

    img.pay_mobile.bulk_pay_btnimg {
        width: 95px;
    }

    .links_txt_flx .links_txt .btn_link_txts {
        bottom: -1.4rem;
    }

    .links_txt_flx .links_txt .btn_link_txts a {
        font-size: 0.9rem;
    }

    .links_txt_flx .btn_link_txts a img {
        width: 1.4rem;
        height: 1.4rem;
    }

    .four_collect_cards {
        min-height: 16.4rem !important;
    }

}

@media (min-width:451px) and (max-width:768px) {

    .collect_businness .four_collect_cards.reconcile_bg {
        min-height: 21.5rem !important;
    }

    .links_txt .btn_link_txts a img {
        width: 2rem;
        height: 2rem;
    }
}

@media (min-width:320px) and (max-width:768px) {
    .imgGrid {
        grid-template-columns: repeat(2,1fr);
    }
    .active_img {
        min-width: 42px !important;
    }
   .acc-container {
        padding: 0rem 1.2rem;
    }
    .basic__detailsWrapping {
        margin: 1rem 1rem;
    }
    .customer__submit__wrapping{
        justify-content: space-between;
    }
    .customer__submit__wrapping button{
        flex: 1;
    }
    .modal_btn_create.create_listWrap a {
        display: none;
    }
    .contact_cust__searchWrap.creat_cust_wrap{
        top: 9.9rem;
    }
    .contact__customer__subWrap.cust_Wrapingmodel_two .contact_cust__searchWrap.creat_cust_wrap {
        width: 95%;
        margin: 0rem 1rem 0rem 1rem;
    }
    .contact_cust__searchWrap.creat_cust_wrap {
        background: #fff;
    }
    .header_model2pop p {
        font-size: 1.2rem;
    }
    .header_model2pop button {
        padding: 0.6rem 1.2rem !important;
        font-size: 1.1rem;
    }
    .contact__customer_Tabs .customer_unordlist li {
        padding: 1rem 0.6rem;
    }
    .tab-pane a .tab__mainlist_wrapping {
        padding: 9rem 1rem 0rem;
    }
    .avatar__wrapSlider{
        padding: 1.2rem 0.9rem;
    }
    .tab__avatarWrapping{
        padding: 0rem 0rem;
        margin-bottom: 1.6rem;
    }
    .basic_heading{
        padding: 1.2rem 1.2rem;
    }
    .basic___formDetails_Wrap {
        padding: 1.6rem 1.2rem;
    }

    div#textbox img {

        min-width: 40px;
    }

    .profile_rotate p,.custom-control.custom-checkbox.control_check label.custom-control-label{
        font-size: 1.2rem;
        color: #5D5D5D;
    }
    .pain__Tax_twoWrap h3{
        margin-top: 0.3rem;
    }
    .input_wrap_cmn1_flex {
        padding-top: 1.7rem;
    }
    .slider_exWrapping{
        gap: 1.4rem;
        transform: translate(-50%, 35%) !important;
        width: 40px;
    }

    .scroll_wrap{
        flex: 0 0 66%;
        overflow-x: scroll;
        padding: 0px 2.8rem;
        position: relative;
        height: 73px;
    }

    .avatar__wrapSlider{
        flex: 0 0 34%;
    }
    .modal-header.modal-header--gs.tab_2header{
        padding: 2rem 1.8rem;
    }
    .modal-header.tab_1header.create_listmain___wrap {
        background: linear-gradient(90deg, #C1DFB2 0%, #BAD7AB 100%);
        padding: 2rem 2rem;
    }
    .model_contactlist__view{
        height: calc(100vh - 0rem);

    }
    .body__customerWrap {
        width: 100%;
        padding: 0px 1rem 0px 1rem;
    }
    .contact_cust__searchWrap{
        background: #ffff;
        top: 6.5rem;
    }

    .row.transport_btn_radio .col-3 {
        width: 50%;
        text-align: right;
    }
    .acc-container .acc .acc-head p {
        font-weight: 400;
    }
    .acc-content {
        padding: 1.6rem 1.2rem;
        background: #FFFFFFB2;}
    .modal-header.modal-header--gs.tab_2header h6,.select_heading,.basic_heading p,.form_first_wrap label, .tab_list__formwrap .form-group label ,.acc-container .acc .acc-head p,
    .bank_accountDetWrapping textarea {
        font-size: 1.4rem;
        color: #2d2d2d;
    }
    .profile_rotate{
        width: 40px;
    }
    .row.form_first_wrap .col-md-6 {
        margin-bottom: 2.4rem;
    }
    .header_model2pop{
        margin-top: 0.6rem;
    }
    .contact_cust__mobileWrap {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }
    .contact__customer__searchBox {
        position: relative;
        flex: 1;
    }
    .contact_cust__mobileWrap .contact__down_box{
        display: block;
    }
    .customer_filterWrapping {
        top: 65%;
        z-index: 999999;
        background: #F3F3F3;
        border-radius: 3.2rem;
        right: 2rem;
    }
    .acc-head::before{
    width: 2px;
    height: 19px;
    }
    .acc-head::after{

        height: 2px;
    }
    .customer_filterWrapping ul {

        padding: 1.2rem 0.9rem 1.2rem;
        border-radius: 3.2rem;
    }
   .tab__mainWrap .add_iconsmobileWrapping {
        position: fixed;
        bottom: 2.4rem;
        background: #000;
        padding: 16px;
        border-radius: 4rem;
        right: 2.4rem;
        z-index: 999999;
        padding: 1.4rem 1.6rem;
        display: block;
    }
    .contact__customer__searchBox input{
        font-size: 1.2rem;
    }
    .customer_filterWrapping ul li ,.customer_filterWrapping ul li button{
        font-size: 1rem;
    }
    .contact__down_box {
        background: #fff;
        padding: 1.1rem 1.8rem 0.9rem;
        border: 1px solid #F4F4F4;
    }
    .modal-dialog.modal-fullscreen.modal-dialog-scrollable.mod_widthFull.model_contactlist__view {
        height: 100vh;
    }
    .modal_btn_create.create_listWrap .btn-close{
        opacity: 1;
    }
    .contact__customer_Tabs .customer_unordlist li,.customer__detailsList p{
        font-size: 1.2rem !important;
        font-weight: 400 !important;
    }
    .acc-container {
        padding: 0rem 1rem;
    }
    .customer__detailsList h3 ,.transporter_wrap .row h3,.basic___formDetails_Wrap label, .bank_accountDetWrapping label, .address__boxwraping label, .acc_taxPaymments___Wrapping .pain__Tax_twoWrap label, .bank_accountDetWrapping label{
        font-size: 1.4rem;


    }
    .row.transport_btn_radio label,.row.transport_btn_radio input {
        position: relative;
        top: 16px;
    }
    .modal-body.body__customerWrap1.cus_2wrap {
        padding: 0rem 0rem;
    }
    .ecom_description p {
        font-weight: 400;
        font-size: 1.2rem;
        color: #6A6A6A;
    }
    .istrans_com label {
        padding-top: 1rem !important;
    }
    .btn_link_txts a{
        justify-content: start !important;
    }

    .pay_outDash___wrap .four_collect_cards.pay_invoice_bg.pay_outInvice img.pay_mobile {
        min-width: 126px;
    }

    .pay_outDash___wrap .four_collect_cards.payments_bg.single_pa_imgwrap img.pay_mobile {
        min-width: 94px;
    }

    .pay_outDash___wrap .four_collect_cards.bulk_bg img.pay_mobile {
        min-width: 108px;
    }

    .collect_data_all_details.collect_Das .collect_allmenu.payout_desCollect .row.desktop_viewpaymentDash .col-lg-6.col-6:first-child img.pay_mobile {
        max-width: 105px;
    }

    .invoice_clo {
        color: #5A9912 !important;

    }

    .collect_allmenu.payout_desCollect .links_txt_flx .links_txt h5.font18.font_weight_700.font_dark {
        left: 0.8rem;
    }

    .collect_allmenu.businesscollectedMenu .row .col-lg-6.col-6 .links_txt_flx .links_txt .btn_link_txts a {
        font-weight: 400;
    }

    .collect_allmenu.businesscollectedMenu .row .col-lg-6.col-6:first-child .links_txt_flx .links_txt .btn_link_txts a {
        color: #5A9912;
    }

    .main__layout {
        display: grid;
        grid-template-columns: 0rem 1fr;
    }

    .main__header__row__lft__sc,
    .header__search__input__sc {
        display: none;
    }

    .lft__sidebar__main__sc {
        grid-area: unset;
        background: unset;
        position: unset;
        width: auto;
        inset: unset;
        z-index: 0;
    }

    .main__container {
        grid-area: main;
    }

    .payment_menu_list .payment_menu_list_item p {
        min-width: 16rem;
        padding: 0.2rem;

    }
    .payment_dashboard_head_sec .payment_menu_list  .payment_menu_list_item {
        width: 100%;
    }
    .payment_dashboard_head_sec .payment_menu_list .payment_menu_list_item p {
        min-width: auto;
        padding: 1rem;
        flex: 1;
    }
    .payment_dashboard_wrap .collect_data_all_details .collect_sec1 .row {
        flex-direction: column-reverse;
    }

    .payment_dashboard_wrap .collect_data_all_details.sales_tab_contents .collect_sec1 .row,
    .payment_dashboard_wrap .collect_data_all_details.purchase_contents .collect_sec1 .row {
        flex-direction: row;
    }

    .row.desktop_viewpaymentDash {
        display: flex;
        flex-direction: row !important;
    }

    .payment_menu_list {
        padding: 0;
    }

    .collect_data_all_details .collect_sec1 {
        margin: 1.6rem 0;
    }

    .font26 {
        font-size: 1.6rem;
    }

    .collect_allmenu .payment_gateway_card {
        padding: 2.4rem 1.2rem;
    }

    .payment_dashboard_wrap .collect_data p.mb_30 {
        font-size: 1.2rem;
        margin-bottom: 1.3rem;
    }

    .collect_data .row .col-lg-4:first-child {
        position: relative;
        margin-top: 0px;
    }

    .collect_data .card_collects_txt p {
        font-size: 1.4rem;
        font-weight: 700;
    }
    .basic_selectWrap {
        padding: 0rem 0.3rem;
    }

    .collect_data .card_collects_txt p {
        font-size: 1.4rem;
        font-weight: 700;
    }

    .collect_data .row .col-lg-4:not(:first-child) {
        position: relative;
        margin-top: 12px;
    }

    .add_new_dropdown {
        display: none;
    }

    .payment_dashboard_wrap .collect_data {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        background: linear-gradient(86.48deg, #D4E8F7 0.91%, #F0FBFF 25.54%, #FAF3FF 62.36%, #F8F5D3 99.42%) !important;
        border: 2px solid #FFFFFF;
        margin-top: 1.2rem;
    }
    .left_content_item_img h6 {
        font-size: 1.4rem;
    }
.pay__interWrap{
    flex-direction: column !important;
}
.left_content_item_img .avatar-icons img:first-child {
    min-width: 55px;
}
.collect_data .row .col-lg-4:not(:first-child) {
    position: relative;
    margin-top: 12px;
}

.collect_data .card_collects_txt {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
}

.collect_data .row .col-lg-4 h5 {
    font-size: 1.1rem;
    font-weight: 700;
}

.collect_data_all_details .row.collect_businness {
    flex-direction: unset;
}

.collect_allmenu.businesscollectedMenu .row {
    display: flex;
    flex-direction: row;
}

.collect_data .card_collects .img_card_cmn_wrap {
    position: absolute;
    bottom: 0;
}


.collect_data .col-xxl-8.col-lg-12 .col-lg-4.col-12 {
    min-height: 99px;
    position: relative;
}

.payment_dashboard_wrap .collect_data .card_collects {
    padding: 1rem 0px 1rem 0.9rem;
    height: 10rem;
    align-items: self-start;
}

.collect_data .card_collects.bgc_1 .img_card_cmn_wrap img {
    width: 10rem;
}

.collect_data .card_collects.bgc_1,
.collect_data .card_collects.bgc_2 {
    align-items: self-start;
}

.collect_data .row .col-lg-4.col-6 .img_card_cmn_wrap {
    right: -7px;
}
.four_collect_cards>img {
    margin: 0px auto;
    max-width: 156px;
    max-height: 152px;
}

.four_collect_cards.cashmemo_bg img {
    width: unset;
}

.four_collect_cards.creditn_bg img {
    width: unset;
}

.four_collect_cards.reconcile_bg img {
    width: unset;
}

.links_txt_flx .links_txt {
    position: absolute;
    bottom: 2.5rem;
    left: 1rem;
}

.links_txt_flx .links_txt h5.font18.font_weight_700.font_dark .four_collect_cards {
    min-height: 24.4rem;
}

.links_txt_flx .links_txt .btn_link_txts {
    min-width: 195px;
    bottom: -1.4rem;
}

a.collect_link_popup img {
    position: absolute;
    right: 6px;
    top: 6px;
}

.four_collect_cards {
    min-height: 19.4rem !important;
    padding: 0px !important;
    flex-direction: column;
    position: relative;
}

.links_txt p {
    display: none;
}

.links_txt_flx .links_txt .font18 {
    font-size: 1.2rem;
}
.links_txt_flx .links_txt .btn_link_txts a {
    font-size: 1.1rem;
    text-decoration: none;

}
.row.desktop_viewpaymentDash {
    display: flex;
    flex-direction: row;
}
.col-lg-3.hide_140.pay_heading_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment_Details {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.row.payment_row_wrap .payment_gateway_card {
    padding: 1.4rem 1.4rem;
}
.row.payment_row_wrap .payment_gateway_card_cmn {
    padding: 1rem;
}
.row.payment_row_wrap .payment_gateway_card_cmn h5{
    margin:0rem 0rem;
    font-size: 1.2rem;
    text-align: left;
}
.payment_gateway_card_cmn h5 {
    min-height: 2rem !important;
}
.row.payment_row_wrap {
    display: flex;
    flex-direction: row;
}
.row.payment_row_wrap {
    gap: 1rem;
}
h5.font18.font_weight_700.font_dark.mb-2.payment_headGat {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 2.3rem;
    text-transform: uppercase;
}
p.font16.font_weight_400.font_dark.payment_para_ge {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
}
.collect_Das .left_content_item_img .avatar-icons img {
    max-width: fit-content;
    bottom: 0rem;
}
.payment_gateway_card_cmn.settlements .payment_Details {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.payment_Details p
 {
    font-size: 1.2rem;
    text-align: left;
}
.payment_gateway_card a {
    display: flex;
    gap: 1rem;
}
img.pay_attach {
    display: block !important;
    position: absolute;
    right: -11px;
    bottom: 0px;
    width: 148px;
}
.collect_sec_txt {
    height: 114px;
    min-height: 164px;
}
.collect_sec_txt a svg {
    width: 30px;
}
.desktop_acontent{
    display: none;
}
.mobile_acontent{
    display: flex;
    flex-direction: column;
}
.collect_sec_head{
    position: relative;
}

.basic___formDetails_Wrap input.form-control, .basic___formDetails_Wrap select, .bank_accountDetWrapping input, .address__boxwraping input, .address__boxwraping select, .acc_taxPaymments___Wrapping .pain__Tax_twoWrap input, .acc_taxPaymments___Wrapping .pain__Tax_twoWrap select, .bank_accountDetWrapping select{
    font-size: 1.4rem;
}
p.font16.font_weight_300.font_medium.mobile_acontent span {
    font-weight: 500;
}
.table_header_btn .pynt_create_drbdwn_head_sc{
    border-radius: 0px !important;
    padding: 1rem 1.4rem !important;
}
.collect_Das .collect_sec_left .collect_content_item{
    padding: 1.6rem 1.2rem 1.6rem;
    border-bottom: 1px solid #EFEFEF !important;
    border: 0px solid #efefef;
    margin-bottom: 1rem;
}

.row.desktop_viewpaymentDash {
    display: flex;
    flex-direction: row;
}

.col-lg-3.hide_140.pay_heading_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table_header_btn h5 {
    font-size: 1.4rem;
}
.left_content_item_img .avatar-icons img {
    max-width: fit-content;
    bottom: 0.8rem;
}
.row.purchase_secwrap .left_content_item_img .avatar-icons img {
    max-width: fit-content;
}
.row.purchase_secwrap {
    flex-direction: column-reverse;
}
.custom_table tbody tr td .left_content_item_img .avatar-icons img.inbox_icon{
    display: none;
}

.custom_table th{
    vertical-align: middle;
    padding: 1.4rem 2rem !important;
    font-size: 1.2rem !important;
}
.custom_table tbody tr td .left_content_item_img p.font16.font_weight_300.font_medium {
    font-weight: 500;
}
.payment_dashboard_wrap .collect_data.payouts_contents {
    padding-right: 1rem;
}

    .row.payment_row_wrap .payment_gateway_card {
        padding: 1.4rem 1.4rem;
    }

    .row.payment_row_wrap .payment_gateway_card_cmn {
        padding: 1rem;
    }

    .row.payment_row_wrap .payment_gateway_card_cmn h5 {
        margin: 0rem 0rem;
        font-size: 1.2rem;
        text-align: left;
    }

    .payment_gateway_card_cmn h5 {
        min-height: 2rem !important;
    }

    .row.payment_row_wrap {
        display: flex;
        flex-direction: row-reverse !important;
    }
    .header_1, .custom_table tbody tr td p {
        font-size: 1.4rem;
    }
    .row.payment_row_wrap {
        gap: 1rem;
    }

    h5.font18.font_weight_700.font_dark.mb-2.payment_headGat {
        text-align: center;
        font-size: 1.4rem;
        font-weight: 500;
        margin-top: 2.3rem;
        text-transform: uppercase;
    }

    p.font16.font_weight_400.font_dark.payment_para_ge {
        font-size: 1.2rem;
        font-weight: 400;
        text-align: center;
    }

    .collect_Das .left_content_item_img .avatar-icons img {
        max-width: fit-content;
        bottom: 0rem;
    }

    .payment_gateway_card_cmn.settlements .payment_Details {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .payment_Details p {
        font-size: 1.2rem;
        text-align: left;
    }

    .payment_gateway_card a {
        display: flex;
        gap: 1rem;
    }
    .scroll_wrap button.prev,.scroll_wrap button.next{
        display: none;
    }
    img.pay_attach {
        display: block !important;
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 160px;
    }

    .collect_sec_txt {
        height: 114px;
        min-height: 164px;
    }

    .collect_sec_txt a svg {
        width: 30px;
    }

    .desktop_acontent {
        display: none;
    }

    .mobile_acontent {
        display: flex;
        flex-direction: column;
    }

    .collect_sec_head {
        position: relative;
    }

    p.font16.font_weight_300.font_medium.mobile_acontent span {
        font-weight: 500;
    }

    .collect_Das .collect_sec_left .collect_content_item {
        padding: 1.6rem 1.2rem 1.6rem;
        border-bottom: 1px solid #EFEFEF !important;
        border: 0px solid #efefef;
        margin-bottom: 1rem;
    }

    .table_header_btn h5 {
        font-size: 1.4rem;
    }

    .left_content_item_img .avatar-icons img {
        max-width: fit-content;
        bottom: 0.8rem;
    }

    .row.purchase_secwrap .left_content_item_img .avatar-icons img {
        max-width: fit-content;
    }

    .row.purchase_secwrap {
        flex-direction: column-reverse;
    }

    .custom_table tbody tr td .left_content_item_img .avatar-icons img.inbox_icon {
        display: none;
    }

    .custom_table th {
        vertical-align: middle;
        padding: 1.4rem 2rem !important;
        font-size: 1.2rem !important;
    }

    .custom_table tbody tr td .left_content_item_img p.font16.font_weight_300.font_medium {
        font-weight: 500;
    }

    .payment_dashboard_wrap .collect_data.payouts_contents {
        padding-right: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .four_collect_cards.reconcile_bg {
        min-height: 20.5rem !important;
    }

    .collect_sec_head .collect_sec_txt {
        flex: 0 0 65%;
    }

    .table_user_name p.font16.font_weight_300.font_medium {
        display: flex;
        gap: 0.6rem;
    }

    /* bulk payouts */
  .BulkCollect  .desktop_content{
        display: none;
    }

    .mobile_content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .imgGrid.mobile_content .bannerContain:first-child {
        background: radial-gradient(204.11% 337.01% at 11.93% -31.51%, #F561F8 0%, #D988FF 49%, #EC61F8 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        width: 48%;
        height: 100px;
    }
    .imgGrid.mobile_content .bannerContain:nth-child(2) {
        background: radial-gradient(100.02% 427.08% at 1.25% 6.01%, #58C09C 0%, #65D8B0 49%, #58C09C 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        width: 48%;
        height: 100px;
    }
    .imgGrid.mobile_content .bannerContain:nth-child(3) {
        background: radial-gradient(156.16% 393.07% at 14.76% -3.92%, #F66F59 0%, #FB8875 51.43%, #F66F59 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        width: 48%;
        height: 100px;
    }
    .imgGrid.mobile_content .bannerContain:nth-child(4) {
        background: linear-gradient(101.5deg, #BA92F8 -0.71%, #C7A5FA 48.42%, #B68BF8 99.56%);
        width: 48%;
        height: 100px;
    }
    h3.colorWhite.font18.font_weight_600 {
        font-size: 1.2rem;
    }
    .banner_images {
        position: absolute;
        right: 2px;
        bottom: 10px;
        width: 66px;
    }
    h3.colorBlk.font_weight_500.font18.DFlex.MakeCenter_v.gap12 {
        font-size: 1.4rem;
    }

.DownloadBtn {
    width: 4rem;
    height: 4rem;
}
.DownloadBtnBP {
    width: 5.6rem;
}
.BulkCollect{
    box-shadow: 0px 4px 8px 0px #0000000F;
    overflow: scroll;
    background-color: #fff;
}
.main_layout_wrap .header_backWrap{
    display: none;
}

.pd12 {
    padding: 0rem;
}
.btnSSubmit.bulkPayout {
    margin-bottom: 0rem;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0px;
    margin: 0px auto;
    padding: 1rem;

}
.right_section {

    padding-bottom: 7rem;
}
.poppBulkPayment .bg_PoppBulk {
    padding: 3rem 1.2rem;
}
.dragDropMain {
    padding-top: 1.7rem;
}
.BulkCollect.pd12 {
    margin-bottom: 6rem;
}
.bg_PoppBulk .upload_head{
    text-align: center;
    margin-top: 3.5rem;

}
.bg_PoppBulk  .document_para{
    margin-top: 0.4rem;
    text-align: center;
    color: var(--Text-Body-Sub-Text, #5D5D5D);
}
div#drop-area {
    background: #F6F9FF;
}
#drop-area .upload__pay{
    width: 62px;
    height: 40px;
    margin-bottom: 1.2rem;
}

form.my-form.DFlex.gapa4 p.font14.font_weight_600.colorBlk,.fileLabel,p.colorBlk.font_weight_400.font18 {
    font-size: 1.4rem;
}
.TxtType{
    margin-top: 1.8rem;
}
.DownloadTemplate{
    flex-direction: row-reverse;
    margin-top: 2.2rem;

}
.BulkCollect .mobile_content{
    display: flex;
}
.left_section.sa_left_outer_padd {
    padding: 1.6rem 0rem !important;

}
.sa_noto_data_bg {
    background-color: #F7F6F8 !important;
}
.sa_start_integrating, .sa_go_live_wrapper, .sa_enable_settlement{
    padding: 4rem 2rem 4rem 2rem;
}
#sa_transection_settlement_table {

    background: #fff;
}
.left_section_search.sa_mt_adj {
    margin-top: 0.6rem !important;
}
.bulk__create{
    grid-column-start: 1;
    overflow: hidden;
    height: calc(100vh - 8rem);
    padding: 0rem !important;
}
.bulk__create.payment__link__left__sc {
    width: 100%;
    padding: 0 !important;
    height: calc(100vh - 15rem);
}
.bulk__create.bulk__paymentlink__left__sc {
    width: 100%;
    padding: 0 !important;
    height: calc(100vh - 15rem);
}
.non__detailspayment .BulkCollect {
    border: 1px solid rgba(228, 228, 228, 1);
    background: #fff;
}

.left_section__detailsContent {
    padding: 1.5rem 1.2rem;
    background: #fff;
    margin-top: 1.6rem;
    overflow: scroll;
    height: 100vh;
}
.bulk__detailswrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.6rem;
    position: relative;
}

/* Bulk Pay request link */
.bulk_payment_details_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.6rem;
    position: relative;
}
.bulk__left h3 {
    color: #2D2D2D;
    font-size: 1.4rem;
    font-weight: 500;
}
.bulk__left p:nth-child(2) {
    font-size: 1.2rem;
    font-weight: 500;
    color: #494949;
    padding-top: 0.2rem;
}
.bulk__left p:nth-child(3),.bulk__right p:nth-child(3) {
    color: #A3A3A3;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 0.2rem;
}
.bulk__right {
    text-align: right;
}
.bulk__right p:nth-child(2) {
    font-size: 1.4rem;
    font-weight: 500;
    color: #2D2D2D;
    text-align: right;
    margin-top: 0.2rem;
}
.bulk__right h3{
    font-size: 1.2rem;
    font-weight: 400;
}
.payment_dues {
    color: #2188E4;
}
h3.process_col {
    color: #FF7A2F;
}
h3.paid_par {
    color: #3FB640;
}
p.mb_30.emp_sect {
    color: #5D5D5D;
}
.bulk__detailswrap::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #F4F4F4;
    width: 100%;
    top: 62px;
    left: 0px;
    right: 0px;
}
/* Bulk Pay request link */
.bulk_payment_details_wrap::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #F4F4F4;
    width: 100%;
    top: 62px;
    left: 0px;
    right: 0px;
}
.left_section__detailsContent .bulk__detailswrap:last-child::after {
    content: "";
    border-bottom: 0px;
}

.add_iconsmobileWrapping {
    position: fixed;
    bottom: 3.4rem;
    background: #000;
    padding: 16px;
    border-radius: 4rem;
    right: 3.4rem;
    z-index: 999999;
    padding: 1.4rem 1.6rem;
    display: block;
}
.SelectBankdiv h2 {
    margin: 1.2rem 0rem 0.3rem;
}
.selectBank {
    margin-top: 1.6rem;
}
.selectBank select{
    font-size: 1.4rem;
    padding-left: 1.2rem;
}
.otp-input {
    width: 3.8rem;
    height: 3.8rem;
    text-align: center;
    border: 1px solid #f4f4f4;
}
.otpSec h2 {
    font-size: 1.4rem;
    margin: 1rem 0rem 0.4rem;
}
.otp-container{
    margin-top: 1.6rem;
}
h2.recive_tex {
    font-size: 1.2rem;
}
.selectBank select {
    -webkit-appearance: none;
    background: url(/wegofin_ai/images/bulk-payment-links/select_drop.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-position-x: 96%;
}
.header_backWrap {
    position: fixed;
    top: 32px;
    width: 50px;
    z-index: 9999;
    left: 23px;
}

.main_detailwrap{
        width: 170px;
}
.bannerContain {
    position: relative;
    width: 45% !important;
}
p.PhnMailTxt.font_weight_500.font14.mobile_acontent {
    flex-direction: row;
}
p.PhnMailTxt.font_weight_500.font14.mobile_acontent span {
    color: #5D5D5D;
}
.imgGrid.mobile_content .bannerContain:first-child .banner_images img {
    width: 41px;
}
.imgGrid.mobile_content .bannerContain:first-child .banner_images{
    right: -20px;
    bottom: 6px;
}
.single__btn{
    width: 19.8rem;
    height: auto;

}
.filterMainSec{
    width: 100%;
    height: 100dvh;
}

.DateAndTypeSec{
    padding: 1.8rem 1rem 1rem 1rem;
}
.DateAndTypeSec_structure{
    padding: 0rem 1.2rem 0rem 1.2rem;
}
.FilterPayout{
    padding: 0 1rem;
}
.single_pay{
    display: flex;
    gap: 2rem;
    align-items: center;
}
.single_pay img{
    width: 44px;
}
.single_paywrap{
    margin-bottom: 2.6rem;
}

.pd1220 {
    padding: 0.9rem 1.2rem 0.1rem;
}
h3.colorBlk.font_weight_500.font18.DFlex.gap24.MakeCenter_v {
    flex-direction: column;
    gap: 1rem;
    justify-content: start;
    align-items: self-start;
}
.bulk__collectWrap{
    padding: 1.2rem;
}
img.logo__main {
    width: 99px;
}
.reCieveId.DFlex.MakeCenter_v.trans_bulkWrap p {
    flex-direction: column;
    display: flex;
    gap: 0.3rem;
    font-size: 1.2rem;
}
.TransactionDetail.HeightFit {
    display: flex;
    flex-wrap: wrap;
}
.DetailTExts {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-grow: 1;
}
.LEft_detail {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}
.trans_bankWrap,.to__payment {
    text-align: right;
}
.column__head{
    display: none !important;
}
.inline___flexWrap{
    text-align: right;
    display: inline-flex !important;
}
.cUSTOMtXT .inline___flexWrap{
   display: flex !important;
}
.due__wrap{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
.refer__wrap{
    width: 100%;
}
.due__dates{
    text-align: left;
}
.TransactionDetail.HeightFit{
    display: flex;
    flex-wrap: wrap;
    padding: 1.2rem 0rem;
    gap: 1rem;

}
.BankDEtails p.colorBlk.font_weight_400.font18 {
    font-weight: 500;
}
.font__sizeChange{
    font-size: 1.4rem;
    font-weight: 500;
}
.sales_tab_contents_bg{
    background: linear-gradient(86.48deg, #D4E8F7 0.91%, #F0FBFF 25.54%, #FAF3FF 62.36%, #F8F5D3 99.42%) !important;
}
.invoice_content .step-container{
    margin-top: auto;
}
.fixed_total{
    right: 2px;
    bottom: 8.4rem;
    width: calc(100% - 3.2rem);
}
.collect_data.collect_data h6 {
    font-size: 1.6rem;
}
.collect_data .col-6 {
    margin-bottom: 0;
}
.links_txt.links_txt h5 {
    font-size: 1.2rem;
}
.collect_allmenu.collect_allmenu .col-lg-6 {
    margin-bottom: 0;
}
.row.desktop_viewpaymentDash {
    row-gap: 1.2rem;
}
.collect_allmenu.collect_allmenu__sect__sc {
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.pay_outDash___wrap__sc {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 20px 0px #0000001A;
    padding: 1.2rem 0.4rem;
    margin: 0 0.2rem 1.6rem;
}
.payment_gateway_card__box__sc.payment_gateway_card__box__sc {
    margin-bottom: 1.6rem;
    padding: 1.2rem;
    box-shadow: 0px 0px 20px 0px #0000001A;
}
.payment_gateway_card__box__sc .payment_headGat {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: 500;
}
.payment_gateway_card__box__sc .payment_para_ge {
    text-align: center;
}
.payment_gateway_card_cmn.payment_gateway_card_cmn {
    border-radius: 0;
}
.collect_sec_left__sc.collect_sec_left__sc {
    padding: 1.2rem;
}
.collect_sec_txt__sc {
    height: auto;
    min-height: unset;
}
.collect_Das .collect_sec_left .collect_content_item {
    padding: 1.2rem 0;
    margin-bottom: 0;
}
.left_content_item_img.left_content_item_img .avatar-icons img:first-child {
    width: 4rem;
    height: 4rem;
}
p.font16.font_weight_300.font_medium.mobile_acontent span {
    font-size: 1.2rem;
}
.payout__noDate__sc img {
    width: 12rem;
}
.transaction_nodata_txt.transaction_nodata_txt {
    max-width: unset;
    margin-left: unset;
}
.transaction_nodata_txt.transaction_nodata_txt h5 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
}
.transaction_nodata.transaction_nodata {
    margin-top: 1.6rem;
    margin-bottom: 0;
}
.left_content_item_img.left_content_item_img .avatar-icons img:first-child {
    min-width: 3rem;
}

.left_content_item_img.left_content_item_img {
    gap: 1rem;
    align-items: center;
}
.card_collects.bgc_1 .img_card_cmn_wrap {
    right: 0.8rem;
    flex: 0 0 auto;
}
.card_collects.bgc_1 .card_collects_txt, .card_collects.bgc_2 .card_collects_txt {
    flex: 0 0 auto;
    z-index: 2;
    position: relative;
}
.collect_data .card_collects.bgc_2 .img_card_cmn_wrap img, .collect_data .card_collects.bgc_3 .img_card_cmn_wrap img {
    width: 10rem;
}
.card_collects.bgc_2 .img_card_cmn_wrap, .card_collects.bgc_3 .img_card_cmn_wrap {
    right: 0.7rem !important;
}
.payment__collect__amount__row__sc {
    margin-bottom: 0;
}
.business_switch_btn img {
    width: 2rem;
    height: auto;
}
}
/* end */
.desktop_content{
    display: flex;
}
.mobile_content{
    display: none;
}

@media (min-width:600px) and (max-width:768px) {
    .BankDEtails p.colorBlk.font_weight_400.font18{
        width: 100%;
    }
}
@media (min-width:769px) and (max-width:1024px) {
    .pynt_create_drbdwn_head_sc {
        display: none !important;
    }

    .collect_data .row .col-lg-4:not(:first-child) {
        position: relative;
        margin-top: 12px
    }

    .collect_sec_left .collect_content_item .inbox_icon {
        bottom: 0;
    }

    .collect_sec_head {
        position: relative;
    }

    .collect_sec_txt {
        height: 91px;
        min-height: 167px;
    }

    .custom_table td .avatar-icons img.inbox_icon {
        bottom: 17px;
    }

    .custom_table td .avatar-icons img:first-child {
        max-width: fit-content;
    }

    .table_header_btn h5 {
        font-size: 1.6rem;
    }

    .table_header_btn {
        padding: 1.8rem 1.6rem !important;
    }

    .font18 {
        font-size: 1.4rem;
    }

    .custom_table th {
        padding: 1.4rem 2rem !important;
        font-size: 1.4rem !important;
    }

    img.pay_attach {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 230px;
    }
    .collect_Das img.pay_attach{
        display: block;
    }

    .payment_gateway_card_cmn {
        padding: 1rem 2rem !important;
    }

    .payment_gateway_card_cmn a {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }

    .row.payment_row_wrap {
        gap: 1rem;
    }

    .payment_gateway_card_cmn h5 {
        margin: 0rem auto !important;
        text-align: left;
        min-height: 2.2rem !important;
    }

    .col-lg-3.hide_140.pay_heading_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    h5.font18.font_weight_700.font_dark.mb-2.payment_headGat {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 500;
        margin-top: 2.3rem;
    }

    .payment_gateway_card>p {
        margin-bottom: 1.5rem;
        font-size: 1.4rem;
    }
    .scroll_wrap button.prev,.scroll_wrap button.next{
        display: none;
    }
    .collect_data .card_collects.bgc_2 .img_card_cmn_wrap img, .collect_data .card_collects.bgc_3 .img_card_cmn_wrap img {
        width: 10rem;
    }
    .card_collects.bgc_2 .img_card_cmn_wrap, .card_collects.bgc_3 .img_card_cmn_wrap {
        right: 0.7rem !important;
    }
    .collect_sec_left__sc .collect_sec_item {
        height: unset;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .collect_data .row .col-lg-4:not(:first-child) {
        margin-top: 0px !important;
    }

    .collect_sec_txt h5.font20.font_weight_600.font_white {
        font-size: 1.6rem;
    }

    .row.payment_row_wrap .col-lg-4 {
        flex: 0 0 100%;
    }

    .col-lg-3.hide_140.pay_heading_img {
        width: 100%;
    }

    .collect_data .row .col-lg-4:not(:first-child) {
        position: relative;
        margin-top: 12px
    }

    .collect_sec_left .collect_content_item .inbox_icon {
        bottom: 1.5rem;
    }

    .collect_sec_head {
        position: relative;
    }

    .collect_sec_txt {
        height: 91px;
        min-height: 167px;
    }
}

.app-wide-snackbar {
    display: none;
}

img.pay_attach ,.contact__down_box,.add_iconsmobileWrapping{
    display: none;
}
@media (min-width:992px) and (max-width:1024px) {
 .pay_attach{
    display: none !important;
 }
}

@media screen and (max-width:768px){
    .justifyEND{
        justify-content: end;
    }
}

.AlginmentMoB{
    word-break: unset;
    white-space: unset;
    overflow-wrap: unset;
}

h3.colorBlk.font_weight_500.font18.DFlex.gap24.MakeCenter_v span{
    text-transform: capitalize;
}
