ul.acf-checkbox-list.acf-hl li {
    width: 100px;
}

#post-body.columns-2 #postbox-container-1 {
    margin-top: 0px;
}

.custom_transactions_max_key,
.secretry_hidden {
    display: none;
}

.customh2 {
    width: 300px;
    padding: 5px;
}


/***********Loader css ****************/

.custom-loader {
    left: 62% !important;
    z-index: 9999;
}


/************** locations list *******************/

.ui-autocomplete {
    padding: 12px;
}

.ui-autocomplete li {
    margin-bottom: 8px;
}


/**************************** merge contacts ***********************/

.common-merge .column {
    float: left;
    width: 47%;
    padding: 12px 16px 24px;
    height: 100%;
    /* Should be removed. Only for demonstration */
}

.delete-area .merge-form {
    border-right: 1.5px solid #c3c4c7;
    padding-right: 16px;
}

.merge-area {
    background-color: #e3e3e3 !important;
}

.merge-area h2 {
    margin-bottom: 21px;
    margin-top: 8px;
    font-size: 24px;
    line-height: 1.3;
}

.merge-area .select2-container {
    width: 100% !important;
}

.common-merge .input-box {
    display: flex;
}

.common-merge .input-box .selection .select2-selection {
    height: 40px;
    border-color: #c3c4c7;
    width: 100%;
}

.common-merge .input-box .selection .select2-selection .select2-selection__arrow {
    top: 8px !important;
}


/* Clear floats after the columns */

.merge-contacts .row:after,
.merge-location .row:after {
    content: "";
    display: table;
    clear: both;
}


/*.merge-contacts .input-box,.merge-location .input-box {  display: flex;width: 100%;margin:15px;}
  .merge-contacts .input-box .label,.merge-location .input-box .label{
    width: 20%;
  }*/


/*.merge-contacts .input-box .input,.merge-location .input-box .input{
    width: 80%;
  }*/

.merge-area .input-box .label {
    width: 15%;
}

.merge-area .input-box .label label {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-right: 16px !important;
}

.merge-area .input-box .input {
    width: 80%;
    margin-bottom: 16px;
}

.merge-area .input-box .input input,
.view-reports select {
    width: 100%;
    height: 40px;
    border-color: #c3c4c7;
    max-width: 100%;
}

.merge-area input[type="text"] {
    pointer-events: none;
}

div.custom-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 5em;
    height: 5em;
    display: none;
    margin-top: -9em;
    /*set to a negative number 1/2 of your height*/
    margin-left: -15em;
    /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    background-image: url("/wp-content/themes/betheme-child/assets/images/custom-loader.gif");
    background-repeat: no-repeat;
}

.custom-alert .hide {
    display: none;
}


/************** Users table **************/

.users th.sortable,
.users th.sorted {
    width: 15%;
}

table.users .column-name {
    width: 10%;
}

table.users #wc_social_login_profiles {
    width: 10%;
}

.users .column-rel,
.users .column-response,
.users .column-role,
.users .column-tags {
    width: 7%;
}

span.download {
    float: right;
    margin-left: 8px;
}


/*************** Report Deposit Form ***************/

.view-reports .column {
    float: inherit;
    width: 50%;
    padding: 12px 16px 24px;
    height: 100%;
}

.view-reports .merge-form {
    border: unset !important;
}

.view-reports .input-box .input {
    width: 100%;
}

#deposit_details_div,
#annual_details_div {
    display: flex;
    flex-direction: inherit;
    align-items: baseline;
    margin-top: 32px;
    margin-bottom: 12px;
}

#deposit_details_div span,
#annual_details_div span {
    margin: 0 12px;
}

.deposit .widefat td,
.deposit .widefat th {
    width: 16.666666667%;
    font-weight: 600;
}

div#deposit_slip_div tr,
#reports_aps_div tr,
#contact_details tr {
    border: 1px solid #c3c4c7;
    border-top: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#deposit_slip_div tr td,
#reports_aps_div tr td,
#contact_details tr td {
    padding: 8px 10px !important;
    text-align: left !important;
    text-align: left !important;
    width: 16.666666667%;
}

div.deposit_slip_div tr,
#reports_aps_div tr,
#contact_details tr {
    border: 1px solid #c3c4c7;
    border-top: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.deposit_slip_div tr td,
#reports_aps_div tr td,
#contact_details tr td {
    padding: 8px 10px !important;
    text-align: left !important;
    text-align: left !important;
    width: 16.666666667%;
}

#contact_table tr th {
    width: 4.666667%;
}


/**************** End Report Deposit Form**********************/


/************* Mailing List ***************/

.mailing-list {
    margin-top: 32px;
}

.mailing-labels-list .input-box .label {
    width: 20%;
}

.mailing-labels-list .input-box .input {
    width: 80%;
}

.mailing-labels-list .d-flex {
    display: flex;
    align-items: center;
    width: 100%;
}

.show_data tr {
    border-top: 1px solid #c3c4c7;
}

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
.info-msg,
.success-msg,
.warning-msg,
.error-msg {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.info-msg {
    color: #059;
    background-color: #BEF;
}

.success-msg {
    color: #270;
    background-color: #DFF2BF;
}

.warning-msg {
    color: #9F6000;
    background-color: #FEEFB3;
}

.error-msg {
    color: #D8000C;
    background-color: #FFBABA;
}

.widefat th {
    font-weight: 600;
}

.contact .d-none {
    display: none;
}

.contact .d-none th {
    display: none;
}

.d-none {
    display: none !important;
}

#person_table {
    border: 1px solid;
    border-collapse: collapse;
    margin-top: 20px;
}

#person_table tr {
    border: 1px solid #000;
    border-collapse: collapse;
}

#person_table td,
#person_table th {
    border: 1px solid;
    border-collapse: collapse;
    padding: 7px;
}

#postbox-container-1 {
    margin-top: 20px !important;
}

.contact-reports {
    display: flex;
    align-items: center;
    width: 100%;
}

.contact {
    margin-top: 40px;
}

.tabs {
    position: relative;
    min-height: 200px;
    /* This part sucks */
    clear: both;
    margin: 25px 0;
}

.tab {
    float: left;
}

.tab label {
    background: #eee;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: -1px;
    position: relative;
    left: 1px;
}

.tab [type=radio] {
    display: none;
}

.content {
    position: absolute;
    top: 28px;
    left: 0;
    background: white;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid #ccc;
    height: 142px;
    overflow-y: scroll;
}

[type=radio]:checked~label {
    background: white;
    border-bottom: 1px solid white;
    z-index: 2;
}

[type=radio]:checked~label~.content {
    z-index: 1;
}

#poststuff .postbox-container#postbox-container-1 {
    margin-top: 70px !important;
}
.deposit_btns {
    display: flex;
    align-items: center;
    width: 100%;
}

.marginclass {
    margin: 10px;
}
#sec_field_width .select2-container{
    width: 90% !important;
    margin-right: 3px;
}
#sec_field_width .acf-input{
    display: flex !important;
}
#tre_field_width .select2-container{
    width: 90% !important;
    margin-right: 3px;
}
#tre_field_width .acf-input{
    display: flex !important;
}
#oc_field_width .select2-container{
    width: 90% !important;
    margin-right: 3px;
}
#oc_field_width .acf-input{
    display: flex !important;
    gap:8px;
}
.depositSlip {
    background: #b2afaf;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.paymentApplied {
    display: flex;
    padding: 10px 0px 3px;
}
.paymentApplied h2 {
    padding: 0;
    margin: 0;
}
.paymentApplied span {
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
}
.fromToDate {
    display: flex;
    padding-bottom: 10px;
}
.endDate {
    margin-right: 10px;
}
.depositTransactions h2 {
    text-align: center;
    font-size: 22px;
}
.depositTotal {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    text-align: right;
    margin-right: 30px
}
.dataNotFound {
    color: red;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}
.transactionDepositSlip tr th {
    border-bottom: 1px solid #c3c4c7;
}
/* #message_id {
    width: 23% !important;
    padding-left: 13px;
    display: flex;
} */
#message_id::before {
    width: unset !important;
}
#custom_html_abc_id .oc_field_width {
    border-bottom: 1px solid #eee;
}

/* Responsive css */

@media screen and (max-width: 1630px) {
    .common-merge .column {
        width: 46%;
    }
    .merge-area .input-box .input {
        width: 75%;
    }
    .merge-area .input-box .label {
        width: 20%;
    }
    .view-reports .column {
        width: 80%;
    }
}

@media screen and (max-width: 1520px) {
    .tablenav .tablenav-pages {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1246px) {
    .common-merge .column {
        width: 80%;
    }
    .delete-area .merge-form {
        border-right: unset;
        border-bottom: 1.5px solid #c3c4c7;
    }
    .view-reports .column {
        width: 90%;
    }
}
@media screen and (max-width: 1400px) {
    #oc_field_width .select2-container {
        width: 65% !important;
        margin-right: 3px;
    }
    .sec_field_width .acf-input, .tre_field_width .acf-input{
        flex-wrap: wrap !important;
        padding-top: 10px !important;
    }
    .oc_field_width .acf-input {
    	 flex-wrap: wrap !important;
    }
}

@media screen and (min-width: 1247px) {
    .common-merge .keep-area {
        padding-left: 32px;
    }
}

@media screen and (max-width: 1300px) {
    .bulkactions {
        margin-bottom: 10px;
    }
}
@media print {
    body {
        page-break-after: auto; 
    }
    pre, blockquote {page-break-inside: avoid;}
   }

@page {
    margin-bottom: 30px;
}


/**** Group plugin css***/
.acf-fields .acf-input .acf-field-message{
    padding: 15px !important;
 
 }
 
 .acf-fields .acf-input .acf-field-message:before {
     display: none !important;
 
 }

 .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex !important;
    align-items: center;
    grid-auto-rows: max-content;
    justify-content: space-between;
    font-size: 14px;
 }
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 18px;
    cursor: pointer;
    /* text-align: right; */
    position: absolute !important;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.merge-area .input-box .input input, .view-reports select {
    font-size: 14px;
    line-height: 2;
    box-shadow: none;
    border-radius: 4px;
    padding: 0 8px;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #c3c4c7;
}
.woocommerce-checkout .select2-container.-acf .select2-selection--multiple .select2-selection__choice{
	padding-left:2px!important;
	padding-right:2px!important;
}

.woocommerce-checkout .select2-search--dropdown{
    display:none;
}

.woocommerce-checkout #wdve_radio_exemption .select2-container--open .select2-search--dropdown {
    display: none !important;
}

.woocommerce-checkout #wdve_radio_exemption .select2-container {
    display: none;
}

.woocommerce-checkout #group_dropdown_container .select2-container {
    display: block;
}

.woocommerce-checkout .select2-container--open .select2-search--dropdown {
    display: block;
}

.group-search-select2-container {
    position: relative !important;
}

.group-search-select2-container .select2-dropdown {
    position: absolute !important;
    top: 0 !important; /* Change from 100% to 0 */
    left: 0 !important;
    z-index: 9999 !important;
    margin-top: 0 !important; /* Remove any margin */
}

/* Alternative: if the above doesn't work, try this */
.select2-container--open .select2-dropdown {
    position: absolute !important;
    top: -34px !important;
    left: 0 !important;
    z-index: 9999 !important;
    margin-top: 0 !important;
}

#wdve_vat_exemption > h3{
    display: none !important;
}

body:not(.wp-admin){
    overflow:hidden;
}

#tax_exemption_section {
    display: none;
}

.with_aside .mcb-sidebar {
    overflow-x: hidden;
}