.custom_form_control {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

p.s_text {
    text-align: left;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 10px;
    font-weight: 600;
}

form#filter_form {
    /* margin-top: -47px; */
    margin-top: -10px;
}

.custom_form_control label {
    width: 100% !important;
    color: #363243;
    font-family: "Mulish", Sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.custom_form_control input {
    width: 100%;
    margin-bottom: 10px !important;
    position: relative !important;
}

input#filterdata {
    background: #EB3D32;
    text-transform: capitalize;
    font-weight: 600;
}

p.round_button {
    position: absolute;
    right: 0px;
    border: 2px solid;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 20px;
    line-height: 19px;
    font-weight: 900;
    cursor: pointer;
}

input.ptk_radio {
    display: none;
}

label.fancy_radio.active {
    border-radius: 6px;
    font-family: "Mulish", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #EB3D32;
    display: inline-block;
    display: inline-block;
    padding: 4px 30px;
    color: #fff;
    cursor: pointer;
    background: #EB3D32;
}

label.fancy_radio {
    border-radius: 6px;
    font-family: "Mulish", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #EB3D32;
    display: inline-block;
    display: inline-block;
    padding: 4px 30px;
    color: #EB3D32;
    cursor: pointer;
    width: 49%;
    text-align: center;
}

input#filterdata {
    background: #EB3D32;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 20px;
}

p.remove_more_name.round_button_2 {
    position: absolute;
    right: 30px;
    border: 2px solid;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 20px;
    line-height: 19px;
    font-weight: 900;
    cursor: pointer;
}

.eael-data-table thead tr th {

    background: #EB3D32 !important;
    font-size: 16px !important;
    font-family: "Mulish", Sans-serif !important;
    font-size: 16px !important;
}

.eael-data-table tbody tr td {

    font-family: "Mulish", Sans-serif !important;

}

.preloader {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0%;
    height: 100%;
    left: 0%;
    display: none;
    justify-content: center;
    align-items: center;

}

.preloader img {
    position: absolute;
    width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.loadmore {
    cursor: pointer;
}

/* Added By Laxman */
main {
    display: block;
    width: 100%;
}

.ehf-header #masthead {
    border-bottom: 1px solid #dedede;
}

.new-wrapper {
    padding: 30px 0;
    display: flex;
    gap: 30px;
}

.new-label input {
    width: auto !important;
    margin-right: 10px;
}

.custom_form_control.new-label label:last-child {
    margin-bottom: 20px;
}

header {
    background: #fff;
}

.only-text h1 {
    color: #EB3D32;
    font-family: "Mulish", Sans-serif;
    font-size: 36px;
    font-weight: 900;
}

.new-sidebar {
    width: 25%;
    position: relative;
}

.right-content {
    width: 75%;
}

.only-text {
    padding: 30px 0px;
}

table {
    font-family: "Mulish", Sans-serif !important;
    height: auto;
    line-height: 1.3;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #EB3D32;
    color: white;
}

#customers td {
    padding-top: 12px;
    padding-bottom: 12px;
}

.pre-above,
.pre-below {
    font-weight: 600;
    color: #000;
    margin: 5px 0;
}

.only-text .left-topbar {
    text-align: left;
    display: inline-block;
}

.only-text .left-topbar h2,
.only-text .right-topbar h2 {
    font-weight: 700;
    color: #EB3D32;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    line-height: 1;
}

.right-topbar .custom_form_control {
    margin: 0;
}

.right-topbar .custom_form_control input#filterdata {
    display: flex;
    float: right;
    vertical-align: middle;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    line-height: 1;
}

.only-text .left-topbar a {
    line-height: 1;
    vertical-align: text-bottom;
    font-size: 19px;
    margin-right: 25px;
}

.right-topbar {
    display: flex;
    float: right;
    vertical-align: middle;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.right-topbar .custom_form_control {
    margin: 0;
}

.right-topbar .custom_form_control input#filterdata {
    margin: 0 !important;
}

.box-height {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 10px;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    padding: 15px;
    width: 100%;
}

.box-height label {
    display: block;
    width: 100%;
}

.box-height label:last-child {
    margin-bottom: 0 !important;
}

input#filter {
    background-color: #EB3D32;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (max-width:1140px) {
    .right-topbar {
        display: block;
        float: none;
        max-width: 300px;
        text-align: center;
        margin: 0 auto !important;
    }

    .only-text .right-topbar h2 {
        margin-right: 0px !important;
        margin: 15px auto;
    }

    .right-topbar .custom_form_control {
        max-width: 140px;
        margin: 0 auto;
    }

    .only-text .left-topbar {
        display: block;
        text-align: center;
    }
}

@media screen and (min-width:992px) {
    .page-id-12 .ast-container {
        max-width: 1240px !important;
    }
}

@media screen and (max-width:767px) {
    .new-wrapper {
        display: block;
    }

    .new-sidebar {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .right-content {
        width: 100%;
    }

    .new-sidebar {
        width: 100%;
        max-width: 300px;
        margin: 20px auto;
    }

    .page-id-12 .ast-container {
        padding-left: 0.54em !important;
        padding-right: 0.54em !important;
    }

    .only-text .left-topbar h2,
    .only-text .left-topbar a {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .only-text .left-topbar {
        text-align: center;
        display: block;
    }

    .right-topbar {
        float: none;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
        margin-top: 35px;
    }
}

.woocommerce-page #content table.cart td.product-name a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.ui-slider .ui-slider-handle {
    width: 14px !important;
    font-size: 20px;
    top: -0.6em !important;
    height: 31px !important;
    border-color: #EB3D32 !important;
}

div#slider-range-min {
    margin-bottom: 1.5em !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #EB3D32 !important;
}

.filter-slider h3 {
    line-height: 1;
    vertical-align: text-bottom;
    font-size: 19px;
    margin-bottom: 15px;
    color: #EB3D32;
    font-weight: 600;
    text-align: center;
}

.ui-widget.ui-widget-content {
    border: 2px solid #EB3D32 !important;
}

.ui-widget-header {
    background: #EB3D32 !important;
    color: #ffffff;
}

.hidden {
    display: none !important;
}

.job_company_found .box-height label {
    width: 50% !important;
    float: left;
    display: inline-block;
}

input.form-control.half-width {
    width: 48% !important;
    float: left !important;
    border-radius: 5px;
}

input.form-control.half-width.job_company_size_max,
input.form-control.half-width.job_company_founded_to {
    margin-right: 0 !important;
}

.float-right {
    float: right;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    color: #666;
    padding: 0.75em;
    height: auto !important;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px !important;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box !important;
    transition: all .2s linear;
    margin-bottom: 15px;
    background-image: none !important;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
    display: inline-block;
    min-width: 200px;
    text-align: left;
    font-weight: bold;
}

.woocommerce td.product-name .wc-item-meta p {
    text-align: left;
    display: inline-block;
}

.woocommerce td.product-name .wc-item-meta li {
    margin-bottom: 10px;
    font-size: 16px;
}

.woocommerce td.product-name .wc-item-meta {
    margin: 15px 0px;
}

tr.woocommerce-table__line-item.order_item {
    text-align: left;
}

.woocommerce-table__line-item order_item.woocommerce-order table.shop_table td {
    text-align: left;
}

tr.woocommerce-table__line-item.order_item td.woocommerce-table__product-name.product-name {
    text-align: left;
    font-size: 17px;
}

.woocommerce-checkout td.product-download,
.woocommerce-checkout th.product-download {
    /*display: none !important;*/
}

.c-filter-selected-list__item {
    text-transform: capitalize;
}

span.badge.active-filter-count {
    margin-left: 5px;
    font-size: 12px;
    background: #ddd;
    border-radius: 100%;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

span.badge.active-filter-count:empty {
    display: none;
}