/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/

/* Loing css start*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}
#loginform label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
}

#loginform form .input, #loginform input[type=password], #loginform input[type=text] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: 0.0625rem;
    padding: 0.1875rem 0.3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
}
.pagenum.disabled {
    pointer-events: none;
}
/* Loing css end*/
.order-form-container{
    background-color: #d9d9d9;
    padding: 20px;
    text-align: end;
    color: #000;
    font-weight: 600;
}
.order-form-container input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: end;
}
.open-order-button{
    background-color: #7ed957;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px #000 !important;
    color: #000 !important;
    display: inline-block;
    text-decoration: none;
}
.search_result {
    display: none;
    margin-top: 10px;
    background-color: #d9d9d9;
    padding: 20px;
}
.user_data {
    background: #f2f2f2;
    margin-top: 10px;
    padding: 25px;
}
.user_data_items, .user_data_items_open_order {
    padding: 5px 0px;
    border-bottom: 1px solid;
    cursor: pointer;
    list-style: none;
}
.input_search{
    height: 70px;
}
.input_search:focus-visible{
    outline: none;
}
.member-close-order-section{
    margin-top: 20px;
}
.user_data .no-open-order{
    text-decoration: none;
    color: #000;
}
.user_data .open-order {
    text-decoration: none;
    color: #632f94;
}
.imageContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}
#datafetch img {
    max-width: 25px;
}
.search_result .order-search-label {
    justify-content: end;
    display: flex;
    color: #000;
    font-weight: 600;
}
.edit-order-section{
    display: flex;
    justify-content: center;
}
.edit-order-container{
    background-color: #d9d9d9;
    padding: 20px;
}
.order-post-balance {
    margin: 8px 0 0;
    font-weight: 600;
    font-size: 25px;
    color: #000;
}
.user-data-info {
    display: flex;
    justify-content: space-between;
}
.user-profile h5, .user-profile p {
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    color: #000;
}
.order-col-1 {
    width: 12.5%;
    padding: 0px 10px;
}
.order-col-2 {
    width: 25%;
    padding: 0px 10px;
}
.order-col-3{
    width: 37.5%;
    padding: 0px 10px;
}
.order-col-4{
    width: 50%;
    padding: 0px 10px;
}
.order-label {
    display: flex;
    justify-content: end;
    align-items: end;
    color: #000;
    font-weight: 600;
}
.delete-label {
    opacity: 0;
    visibility: hidden;
}
/* .product_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.open-order-table {
    border-spacing: 10px;
}
.open-order-table th {
    text-align: right;
}
.open-order-table {
    margin-top: 20px;
}
.open-order-table .delete img {
    max-width: 30px;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}
.delete_button_div {
    max-width: 10%;
}
.order-col-2 input, .order-col-3 input {
    padding: 10px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}
.order-number{
    text-align: end;
}
.total-price-order {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}
.total-price-order p {
    width: 40%;
    text-align: right;
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    color: #000;
}
.submit_div {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0px 10px;
}
.order-pre-balance {
    margin: 0;
    font-size: 25px;
    color: #000;
}
.edit-order-open-save {
    margin-right: 35px;
}
.order-pre-label, .order-paragraph, .order-paragraph {
    color: #000;
    display: inline-block;
    border-radius: 5px;
    font-size: 25px;
    margin: 0;
    font-weight: 600;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-top: 12px;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.create-order-section .update_form_fields .bal_input {
    display: none;
}
.all-orders {
    background-color: #d9d9d9;
    padding: 10px;
    height: 100vh;
}
.order-header {
    text-align: right;
}
.order-header p {
    color: #000;
    font-weight: 600;
}
.order-content {
    text-align: center;
    background-color: #fff;
    padding: 0px 0px 10px 10px;
    margin-top: 8px;
}
.order-content-heading {
    margin: 8px 0;
    display: inline-block;
}
.table.display {
    width: 100%;
}
.table.display td, .table.display th {
    border-bottom: 1px solid #d9d9d9;
}
.table.display td, .table.display th {
    border-bottom: 1px solid #d9d9d9;
}
.all-orders .open-order-button {
    margin-top: 100px;
}
.all-open-order{
    text-align: end;
}
.table-main table, .table-main th, .table-main td {
    border: 1px solid black;
    border-collapse: collapse;
}
#products_form{
    display: none;
}
.payment_form_container {
    background-color: #d9d9d9;
    padding: 20px;
    margin-top: 10px;
}
.payment_form_container input[type=number], .payment_form_container select, .payment_form_container number, .payment_form_container input[type="main-price"], .payment_form_container input[type="calculate-price"], input[type="calculate-price"], input[type="main-price"], .edit-order-container select, .edit-order-container number {
    width: 100%;
    padding: 8px 20px;
    margin: 0px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
}
.update_form {
    display: none;
}
.left_div, .right_div {
    max-width: 45%;
    width: 100%;
}
.payment_form_container input[type=number]:focus-visible, .payment_form_container select:focus-visible, .payment_form_container number:focus-visible{
    outline: none;
}
tfoot .add_form_field_order, tfoot .add_form_field_edit_order_main {
    cursor: pointer;
    max-width: 30px;
    height: auto;
}
#formSubmitButtonHide{
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
}

#formSubmitButtonHideEdit{
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
}
input#formSubmitButtonRemark{
    background: url(https://h.blh.org.il/wp-content/plugins/balance-management/assets/img/note.png);
    border: 0;
    background-size: 50px;
    background-repeat: no-repeat;
    width: 60px;
    cursor: pointer;
    height: 35px;
    display: block;
    margin: auto;
    background-position: center;
}
.payment_form_container input[type=submit], .payment_form_container button, input#formSubmitButtonComplateEdit {
    background: url(https://h.blh.org.il/wp-content/plugins/balance-management/assets/img/pay.png);
    border: 0;
    background-size: 50px;
    background-repeat: no-repeat;
    width: 60px;
    cursor: pointer;
    height: 35px;
    display: block;
}
.wrapper.signature_div {
    border: 1px solid;
    width: 100%;
    margin-top: 10px;
}
.wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background-color: white;
}
.create-order-section .submit_div {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0px 10px;
}
#formSubmitButton,#formSubmitButtonOpen{
    cursor: pointer;
}
.edit-order-section #formSubmitButton, .create-order-section #formSubmitButton {
    background: url(https://h.blh.org.il/wp-content/plugins/balance-management/assets/img/save.png);
    border: 0;
    background-size: 35px;
    background-repeat: no-repeat;
    width: 60px;
    height: 35px;
    cursor: pointer;
    margin: auto;
    display: block;
    background-position: center;
}
.edit-order-section #formSubmitButtonOpen, .create-order-section #formSubmitButtonOpen {
    background: url(https://h.blh.org.il/wp-content/plugins/balance-management/assets/img/open.png);
    border: 0;
    background-size: 50px;
    background-repeat: no-repeat;
    width: 60px;
    height: 35px;
    cursor: pointer;
    margin: auto;
    display: block;
    background-position: center;
}
.open-order-footer {
    display: flex;
}
.order-footer {
    width: 90%;
}
.order-footer-section {
    width: 70%;
    display: inline-flex;
    justify-content: space-between;
    text-align: center;
}
.category-img-row {
    display: flex;
    padding: 30px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 720px;
}
.category-popup .category-img-row .category-img-col {
    padding: 8px;
}
.category-img-col {
    width: 25%;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}
.category-img-col img.category-img {
    width: 100%;
    object-fit: cover;
    height: 150px;
}
.product-popup{
    display: none;
}
.product-img-row{
    display: flex;
    padding: 30px;
    flex-wrap: wrap;
    width: 100%;
}
.product-img-col {
    width: 25%;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}
.product-name, .product-price, .category-name{
    font-weight: 500;
    color: #000;
}
.create-order-section {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
}
.member-order-create {
    width: 60%;
    padding-right: 10px;
}
.member-order-list{
    width: 40%;
}
.create-order-section .all-open-order{
    margin-top: 100px;
}
.view_products_detail {
    cursor: pointer;
}
.all-open-orders-list{
    background-color: #d9d9d9;
    padding: 10px;
}

.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, 0.7);
    transition: all 0.4s;
    flex-wrap: wrap;
    overflow-y: scroll;
}
  
.modal:target {
    visibility: visible;
    opacity: 1;
}
  
.modal__content {
    border-radius: 4px;
    position: relative;
    width: 100%;
    background: #d9d9d9;
    padding: 1em 2em;
    min-height: 100%;
}
.category-popup {
    height: 100%;
    position: relative;
}
.category-popup .category-back, .product-back, .category-back {
    flex-basis: 100%;
    padding: 0 30px;
}
.category-popup .category-back .category-back-img, .product-back img, .category-back img {
    width: 100%;
    max-width: 60px;
}
.category-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 720px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.product-popup {
    height: 100%;
    position: relative;
}
.product-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 720px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.modal__close {
    color: #585858;
    text-decoration: none;
    font-size: 30px;
    display: inline-block;
}
.category-popup .category-back .back-text, .product-back .back-text, .back-text {
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
}
.open-order-button:focus-visible,.close-order-button:focus-visible{
    outline: none;
}
.category-popup-edit,.category-popup-edit-main{
    height: 100%;
    position: relative;
}
.category-content-edit, .category-content-edit-main{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 720px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.category-img-row-edit, .category-img-row-edit-main {
    display: flex;
    padding: 30px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 720px;
}
.category-img-col-edit, .category-img-col-edit-main {
    width: 25%;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}
.category-popup-edit .category-img-row-edit .category-img-col-edit, .category-popup-edit-main .category-img-row-edit-main .category-img-col-edit-main {
    padding: 8px;
}
.category-img-col-edit img.category-img-edit,.category-img-col-edit-main img.category-img-edit-main {
    width: 100%;
    object-fit: cover;
    height: 150px;
}
.product-popup-edit, .product-popup-edit-main {
    height: 100%;
    position: relative;
}
.product-content-edit, .product-content-edit-main {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-img-row-edit,.product-img-row-edit-main {
    display: flex;
    padding: 30px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 720px;
}
.product-img-col-edit, .product-img-col-edit-main {
    width: 25%;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}
.category-popup-edit .category-back .category-back-img-edit,.category-popup-edit-main .category-back .category-back-img-edit-main{
    width: 100%;
    max-width: 60px;
}
.product-popup-edit,.product-popup-edit-main{
    display: none;
}
.add_form_field_edit_order, .add_form_field_edit_order_main{
    cursor: pointer;
}
.product-popup-edit .product-back .product-back-img-edit,.product-popup-edit-main .product-back .product-back-img-edit-main {
    width: 100%;
    max-width: 60px;
}
.member-username{
text-align: center;
}
.member-name {
    font-size: 15px;
    display: inline-block;
    background: #fff;
    padding: 5px;
    margin: 20px 0 0;
}
.open-order-button-div {
    padding: 10px;
}
tfoot td {
    text-align: right;
}
#Balance, #Balance_edit {
    font-weight: 600;
    font-size: 25px;
    color: #000;
    text-align: left;
}
.order-content-deatils td img {
    max-width: 40px;
    height: 40px;
    object-fit: contain;
}
.close-order-button {
    padding: 8px;
    border-radius: 5px;
    color: #000 !important;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #d9d9d9;
}

/* Form CSS */
.wrapper--w680 {
    max-width: 680px;
    margin: 0 auto;
}
.card-4 {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 15%);
}
.card {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}
.card-4 .card-body {
    padding: 57px 65px;
    padding-bottom: 65px;
}
.title {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 40px;
}
.row-space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.input-group {
    position: relative;
    margin-bottom: 22px;
}
.label {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
}
.input--style-4 {
    line-height: 50px;
    background: #fafafa;
    -webkit-box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.08);
    box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 8%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
input {
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
}
.btn {
    display: inline-block;
    line-height: 50px;
    padding: 0 50px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    background-color: #7ed957;
}
.select2-hidden-accessible {
    width: 100%!important;
    height: 50px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}
.select2-hidden-accessible:focus-visible{
    outline: none;
}
/* Form CSS */
@media(max-width: 991px) {
    .create-order-section {
        flex-wrap: wrap;
        gap: 30px;
    }
    .member-order-create {
        width: 100%;
        padding-right: 0;
    }
    .member-order-list {
        width: 100%;
    }
}
@media(max-width: 767px) {
    .user-profile h5, .user-profile p, .order-post-balance, .order-pre-label, .order-pre-label, .order-paragraph, .order-paragraph {
        font-size: 19px;
    }
    .product_items {
        flex-wrap: wrap;
        justify-content: inherit;
    }
    .category-img-row {
        padding: 10px;
    }
    .category-content {
        flex-wrap: wrap;
    }
    .modal__content {
        padding: 1em 0;
    }
    .category-img-col img.category-img {
        height: auto;
        max-width: 90px;
    }
    .category-popup .category-back {
        bottom: -15px;
    }
    .product-img-box img {
        height: auto;
        width: 70px;
    }
    .category-popup .category-img-row .category-img-col {
        padding: 0;
    }
    .product-content {
        align-items: flex-start;
    }
    .product-name, .product-price, .category-name {
        margin: 5px 0;
    }
    .create-order-section .all-open-order {
        margin-top: 20px;
    }
    .add_form_field_order {
        object-fit: contain;
    }
    .product_items > div {
        width: auto;
        max-width: min-content;
    }
    .order-col-2 input, .order-col-3 input {
        padding: 10px 5px;
    }
    .payment_form_container input[type=submit], .payment_form_container button, input#formSubmitButtonComplateEdit, .edit-order-section #formSubmitButtonOpen, .create-order-section #formSubmitButtonOpen, .edit-order-section #formSubmitButton, .create-order-section #formSubmitButton {
        background-size: contain;
        width: 40px;
        height: 27px;
    }
    .open-order-table {
        border-spacing: 5px;
    }
    .payment_form_container input[type=number], .payment_form_container select, .payment_form_container number, .payment_form_container input[type="main-price"], .payment_form_container input[type="calculate-price"], input[type="calculate-price"], input[type="main-price"], .edit-order-container select, .edit-order-container number {
        padding: 8px 10px;
    }
    .category-popup .category-back .category-back-img, .product-back img, .category-back img {
        max-width: 40px;
    }
    .category-popup .category-back .back-text, .product-back .back-text, .back-text {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .open-order-table th {
        font-size: 14px;
    }
    .user-profile h5, .user-profile p, .order-post-balance, .order-pre-label, .order-pre-label, .order-paragraph, .order-paragraph {
        font-size: 14px;
    }
    .order-footer {
        width: 25%;
    }
    .order-footer-section {
        width: 75%;
    }
    .edit-order-container {
        padding: 20px 10px;
    }
    .product-img-col, .category-popup .category-img-row .category-img-col {
        width: 33.33%;
        padding: 0;
    }
    .product-img-row {
        padding: 15px 10px;
    }
    .payment_form_container input[type=submit], .payment_form_container button, input#formSubmitButtonComplateEdit, .edit-order-section #formSubmitButtonOpen, .create-order-section #formSubmitButtonOpen, .edit-order-section #formSubmitButton, .create-order-section #formSubmitButton {
        width: 36px;
        height: 21px;
    }
    tfoot .add_form_field_order, tfoot .add_form_field_edit_order_main {
        max-width: 23px;
    }
    #Balance, #Balance_edit {
        line-height: 10px;
        display: inline-block;
        vertical-align: initial;
        font-size: 20px;
    }
    .order-content-deatils td img {
        max-width: 30px;
        height: 30px;
    }
    .payment_form_container input[type=number], .payment_form_container select, .payment_form_container number, .payment_form_container input[type="main-price"], .payment_form_container input[type="calculate-price"], input[type="calculate-price"], input[type="main-price"], .edit-order-container select, .edit-order-container number {
        padding: 8px 5px;
    }
    tfoot td.open-order-total {
        text-align: left;
    }
}