/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
body * {
    box-sizing: border-box;
}

.employee_shop_dashboard input[type=text],
.employee_shop_dashboard input[type=email] {
    padding-left: 10px;
    color: rgb(0 0 0 / 75%);
}

.row {
    display: flex;
}

.employee_shop_dashboard input[type=text]:focus,
.employee_shop_dashboard input[type=email]:focus,
.employee_shop_dashboard input[type=url]:focus,
.employee_shop_dashboard input[type=password]:focus,
.employee_shop_dashboard input[type=search]:focus,
.employee_shop_dashboard input[type=number]:focus,
.employee_shop_dashboard input[type=tel]:focus,
.employee_shop_dashboard input[type=date]:focus,
.employee_shop_dashboard input[type=month]:focus,
.employee_shop_dashboard input[type=week]:focus,
.employee_shop_dashboard input[type=time]:focus,
.employee_shop_dashboard input[type=datetime]:focus,
.employee_shop_dashboard input[type=datetime-local]:focus,
.employee_shop_dashboard input[type=color]:focus,
button:focus,
select:focus .site textarea:focus,
.employee_shop_dashboard .tab_btn button:focus,
.employee_shop_dashboard select {
    color: #000 !important;
    outline-offset: 0;
    outline: none !important;
    background-color: rgb(185 183 183 / 8%) !important
}

.employee_shop_dashboard select {
    appearance: auto !important;
    background-image: unset !important;
}

.esl-user-products-page .user_list_form select {
    appearance: auto !important;
    background-image: unset !important;
}

.esl-user-products-page .user_list_form {
    margin-bottom: 40px;
    max-width: 280px;
}

.employee_shop_dashboard [type=submit] {
    width: auto;
}

.employee_shop_dashboard input[type=text]:focus:not(.error),
.employee_shop_dashboard input[type=email]:focus:not(.error),
.employee_shop_dashboard select:focus {
    border-color: rgb(0 0 0 / 52%) !important;
    background-color: rgb(185 183 183 / 8%) !important
}

.employee_shop_dashboard input[type=number]:not(.refund_order_item_qty)::-webkit-inner-spin-button,
.employee_shop_dashboard input[type=number]:not(.refund_order_item_qty)::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*appearance of the input field as well */
.employee_shop_dashboard input[type=number] {
    -moz-appearance: textfield;
}

select:focus {
    outline: none !important;
}

.customize_delivery_fields.hide {
    display: none !important;
}

.customize_delivery_fields {
    display: block;
}

.ship_address_data label {
    color: inherit !important;
    display: block;
}

.woocommerce form .form-row .ship_address_data {
    margin-top: 15px;
}

.woocommerce form .form-row.ship_address_data {
    padding-bottom: 0;
    margin-bottom: 0;
}

#shipping_address_id_field span.select2.select2-container {
    z-index: 9;
}

.validate-required label .optional {
    display: none;
}

.shipping_address .address-field#shipping_country_field {
    display: none;
}

/*css start*/
.employee_shop_dashboard input,
.employee_shop_dashboard select,
.employee_shop_dashboard textarea {
    border: 1px solid rgb(0 0 0 / 30%) !important;
    width: 100%;
    color: #000;
    padding: 6px 15px;
    /* 27-07-23 */
    color: #43454b;
    line-height: 1 !important;
    padding: 10px;
    background-color: #f2f2f20f !important;
    border: 0;
    box-sizing: border-box;
    font-weight: 400 !important;
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125); */
    height: 45px;
    margin: 0 !important;
    font-size: 16px !important;
}

.employee_shop_dashboard input:not([readonly]):focus,
.employee_shop_dashboard select:focus,
.employee_shop_dashboard textarea:focus {
    background-color: transparent;
    box-shadow: none;
}

.employee_shop_dashboard input[readonly] {
    background-color: rgb(185 183 183 / 8%) !important;
}

.employee_shop_dashboard input::placeholder {
    color: rgb(189 189 189);
}

.employee_shop_dashboard .repeater_row .row {
    margin: 0 -15px 10px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 30px;
    position: relative;
}

.employee_shop_dashboard .repeater_row .row:last-child {
    margin-bottom: 0;
}

.employee_shop_dashboard .repeater_row .row .row_action_btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.employee_shop_dashboard .repeater_row .row .input_col {
    padding: 0 15px;
    flex: 0 0 15%;
    max-width: 15%;
    z-index: 2;
}

.employee_shop_dashboard .repeater_row .row .input_col:nth-child(1) {
    flex: 0 0 35%;
    max-width: 35%;
}

.employee_shop_dashboard .repeater_row .row .input_col:nth-child(2),
.employee_shop_dashboard .repeater_row .row .input_col:nth-child(3) {
    flex: 0 0 10%;
    max-width: 10%;
}

.employee_shop_dashboard table tr:not(:last-child) {
    /* border: none !important; */
    border-collapse: collapse;
    border-bottom: 1px solid rgb(119 119 119 / 32%);
}


.employee_shop_dashboard table tr th,
.employee_shop_dashboard table tr td {
    border: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: unset !important;
}

.repeater_row .row .input_col select,
.repeater_row .row .input_col input {
    width: 100%;
    margin: 0;
}

.employee_shop_dashboard .employee_create_edit table:not(.esl__datatable_wrapper) th,
.employee_shop_dashboard .coupon_create_edit table th {
    width: 35%;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    padding-left: 0;
    background-color: unset;
    vertical-align: middle;
    font-weight: 400;
    color: #000;
}

.employee_shop_dashboard .employee_create_edit table:not(.esl__datatable_wrapper) td,
.employee_shop_dashboard .coupon_create_edit table td {
    width: 65%;
    background-color: unset;
}

.employee_shop_dashboard .order_details table.wc-order-totals .fix_width_td,
.employee_shop_dashboard .order_details table.wc-order-totals .fix_width_th {
    width: 38%;
}


/*css end*/


/* =============== --- 10-07-23 --- ================ */
.employee_shop_dashboard .tab_name_container {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 10px 20px;
}

/*.tab_name_container*/
.employee_shop_dashboard .tab_btn a:not(.pass_reset_notice a),
.employee_shop_dashboard .add_row .tab_btn,
.employee_shop_dashboard .tab_content .dt-buttons button,
.employee_shop_dashboard .tab_content .dt-buttons .tab_btn a,
.employee_shop_dashboard .tab_content .dataTables_wrapper .dataTables_filter label .tag_btn,
.employee_shop_dashboard .tab_content .dt-buttons button,
.employee_shop_dashboard .tab_content .dt-buttons .tab_btn,
.employee_shop_dashboard .tab_btn button {
    border: 1px solid #000;
    color: #000;
    border-radius: 10px;
    display: inline-flex !important;
    padding: 10px 15px;
    align-items: center;
    transition: all 0.5s ease-in-out;
    background: #fff;
    text-decoration: none !important;
    line-height: 1;
    border-bottom: 3px solid #000;
    font-size: 17px;
    height: 44px;
    letter-spacing: normal;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.employee_shop_dashboard .esl__datatable_wrapper .tab_btn a {
    padding: 7px 12px !important;
}

.employee_shop_dashboard .tab_btn button {
    color: #000 !important;
    display: inline-block !important;
    background-color: transparent !important;
}

.employee_shop_dashboard .employee_create_edit .tab_content .tab_btn, .employee_shop_dashboard .employee_create_edit .tab_content form .tab_btn > a{
 display: inline-block !important;
}
.employee_shop_dashboard .tab_content form .tab_btn > a{
    position: relative;
    top: -1px;
}

.employee_shop_dashboard .tab_btn a img,
.employee_shop_dashboard .tab_btn button svg {
    height: 15px !important;
    width: 15px !important;
}


.employee_shop_dashboard .tab_btn button.toggel_coupon_table:before {
    content: "\f10f";
    font-family: dashicons;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin-right: 5px;
}

.employee_shop_dashboard .tab_btn button.toggel_coupon_table.open:before {
    content: "\f14f";
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    padding: 10px 0;
    margin-left: 0;
    margin-bottom: 0;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child {
    padding-left: 0;
    padding-right: 0;
}


/* table */
.employee_shop_dashboard .tab_content {
    padding: 30px 0 25px;
}

.back_button_link a {
    color: #000 !important;
    display: inline-block;
    margin-bottom: 24px;
    text-decoration: none !important;
    border-bottom: 2px solid;
    font-weight: 600;
    line-height: 1.3;
    font-size: 18px;
}

.site-content .back_button_link a:hover:not(.wp-block-button__link):not(.button):not(.wp-block-file__button):not(.remove):not(.slide-button):not(.gbt_custom_link):not(.vc_btn3):not(.restore-item):not(.wpml-ls-link):not(.wcml-cs-item-toggle):not(.wpml-ls-item-toggle) {
    color: #000 !important;
}

.employee_shop_dashboard .tab_content h1 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 0;
}

.employee_shop_dashboard .tab_content h2 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 0;
}

.employee_shop_dashboard .tab_content>section {
    padding-top: 47px;
}

.ui-tooltip .ui-tooltip-content {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}

.th-tips .dashicons {
    vertical-align: middle;
}

body .ui-tooltip {
    max-width: 200px;
}

.employee_shop_dashboard .tab_content h3 {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.employee_shop_dashboard .data_collector>h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.employee_shop_dashboard .tab_content h4 {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.employee_shop_dashboard h5 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}

.employee_shop_dashboard h6 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.employee_shop_dashboard .tab_content .table.esl__datatable_wrapper {
    padding-top: 50px;
    border-bottom: unset;
    border-collapse: collapse;
    border: unset !important;
}

.employee_shop_dashboard .tab_content .dt-buttons {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.employee_shop_dashboard .tab_content .dt-buttons button+button {
    margin-left: 19px;
    position: relative;
}

.employee_shop_dashboard .tab_content div.dt-buttons .dt-button:hover>span {
    background-color: unset;
}

/* 11-07-23 */

.employee_shop_dashboard .order_details .woocommerce_order_items:last-child table {
    width: auto;
}

.employee_shop_dashboard .order_details .woocommerce_order_items tr td:not(:first-child) {
    width: auto;
}

.employee_shop_dashboard .tab_content .dt-buttons .tab_btn:hover,
body.page-template-default .site-wrapper .site-content-wrapper .site-content .employee_shop_dashboard .tab_btn a:hover:not(.wp-block-button__link):not(.button):not(.wp-block-file__button):not(.remove):not(.slide-button):not(.gbt_custom_link):not(.vc_btn3):not(.restore-item):not(.wpml-ls-link):not(.wcml-cs-item-toggle):not(.wpml-ls-item-toggle),
.employee_shop_dashboard .add_row .tab_btn:hover,
.employee_shop_dashboard .tab_content .dt-buttons .tab_btn:hover,
.employee_shop_dashboard .tab_content .dt-buttons .tab_btn:focus,
.employee_shop_dashboard .tab_content .dt-buttons button:hover,
.employee_shop_dashboard button.dt-button:focus:not(.disabled),
.employee_shop_dashboard .tab_btn a:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

/* 14-07-23 */
.employee_shop_dashboard .tab_content .dt-buttons .tab_btn:not(:first-child),
.employee_shop_dashboard .tab_content .dt-buttons button:not(:first-child),
.employee_shop_dashboard .tab_content .dt-buttons .tab_link:not(:first-child) {
    margin-bottom: 0;
    border-color: #000;

}

.employee_shop_dashboard .tab_content .dt-buttons .tab_link a {
    text-decoration: underline;
    color: #000;
}

.employee_shop_dashboard .tab_content .dt-buttons .tab_link {
    font-size: 18px;
}

.employee_shop_dashboard .tab_content .dataTables_wrapper .dataTables_filter label .tag_btn {
    padding: 10px 22px;
}

.employee_shop_dashboard .tab_content .dataTables_wrapper .dataTables_filter label .tag_btn {
    background-color: #fff !important;
    border-color: #000;
    color: #000;
    cursor: pointer;
    margin-left: 15px;
    word-break: keep-all;
}

.employee_shop_dashboard .tab_content .dataTables_wrapper .dataTables_filter label .tag_btn:hover {
    background-color: #000 !important;
    color: #fff;
}

.employee_shop_dashboard .tab_content .dt-buttons .tab_btn {
    border: none;
    margin-left: 0;
    padding: 0;
    cursor: pointer;
}

.employee_shop_dashboard .tab_content .dt-buttons .tab_btn:hover {
    background-color: #000 !important;
    border-color: transparent;
    color: #fff;
}


.employee_shop_dashboard .tab_content .dataTables_wrapper .dataTables_filter label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.employee_shop_dashboard .tab_content .dataTables_wrapper .dataTables_filter label input {
    height: 40px;
    line-height: 1 !important;
    max-width: 228px;
    width: 100% !important;
    margin-right: 20px;
    margin-bottom: 0;
    padding: 0 15px;
}

/* 17-07-23 -- Bkp */
table.esl__datatable_wrapper {
    border: none;
}

.tab_content table.dataTable tr th:first-child,
.tab_content table.dataTable tr td:first-child {
    border-left: none !important;
}


.employee_shop_dashboard .order_list tbody tr td,
.employee_shop_dashboard .coupon_list tbody tr td,
.employee_shop_dashboard .employee_list tbody tr td {
    padding-bottom: 15px !important;
    word-break: break-word;
    color: #000;
    font-weight: 400;
}

.employee_shop_dashboard .esl__datatable_wrapper+.dataTables_paginate .paginate_button {
    border: 1px solid !important;
    border-radius: 8px;
    padding: 6px 15px;
    align-items: center;
    transition: all 0.5s ease-in-out;
    border-bottom: 3px solid #000 !important;
    background: #fff !important;
    margin-left: 8px;
}

.employee_shop_dashboard .esl__datatable_wrapper+.dataTables_paginate {
    display: block;
    width: 100%;
}

.employee_shop_dashboard .esl__datatable_wrapper+.dataTables_paginate .paginate_button:not(.previous, .next) {
    max-width: 40px;
    width: 100%;
    padding: 5px;
}

.employee_shop_dashboard .esl__datatable_wrapper+.dataTables_paginate .paginate_button.disabled {
    cursor: not-allowed;
}

.esl-public-dashboard-page .site-content .employee_shop_dashboard a.paginate_button:hover:not(.wp-block-button__link):not(.button):not(.wp-block-file__button):not(.remove):not(.slide-button):not(.gbt_custom_link):not(.vc_btn3):not(.restore-item):not(.wpml-ls-link):not(.wcml-cs-item-toggle):not(.wpml-ls-item-toggle) {
    color: #fff !important;
}


body .employee_shop_dashboard .dataTables_paginate .paginate_button:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

.employee_shop_dashboard .esl__datatable_wrapper+.dataTables_paginate .paginate_button:hover,
.employee_shop_dashboard .dataTables_paginate .paginate_button.current {
    border-color: #000 !important;
    background-color: #000 !important;
    color: #fff !important;
}

body .employee_shop_dashboard .esl__datatable_wrapper+.dataTables_paginate span {
    margin: 0 15px;
}

body .employee_shop_dashboard .dataTables_paginate .paginate_button.disabled {
    opacity: 0.5;
}

.site-content .employee_shop_dashboard a.paginate_button.disabled:hover:not(.wp-block-button__link):not(.button):not(.wp-block-file__button):not(.remove):not(.slide-button):not(.gbt_custom_link):not(.vc_btn3):not(.restore-item):not(.wpml-ls-link):not(.wcml-cs-item-toggle):not(.wpml-ls-item-toggle) {
    background-color: unset !important;
    color: unset !important;
    border-color: unset !important;
}

.add_row .tab_btn {
    cursor: pointer;
    margin: 25px 0;
    padding: 15px;
    font-size: 18px;
    line-height: 1;
}

.add_row .tab_btn span {
    margin-right: 7px;
    height: auto;
}

.employee_shop_dashboard .tab_btn:not(.user-pass1-wrap .tab_btn):not(td.tab_btn.not_flex) {
    display: inline-flex;
    white-space: nowrap;
    padding: 0;
}

.employee_shop_dashboard .tab_btn button:hover:not(:disabled) {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

/* 19-07-23 */
.employee_shop_dashboard .user-pass1-wrap .button+.wp-pwd.hide-if-js.is-open {
    margin-top: 5px;
}

.employee_shop_dashboard .user-pass1-wrap .wp-pwd.hide-if-js.is-open #pass-strength-result {
    opacity: 1;
    text-align: center;
    margin: 5px 0 0 0;
    border-radius: 3px;
    padding: 5px 0;
}

.employee_shop_dashboard .user-pass1-wrap .wp-pwd.hide-if-js.is-open #pass-strength-result.strong {
    background-color: #b8e6bf;
    border-color: #68de7c;
}

.employee_shop_dashboard .user-pass1-wrap .wp-pwd.hide-if-js.is-open #pass-strength-result.good {
    background-color: #f5e6ab;
    border-color: #f0c33c;
}

.employee_shop_dashboard .user-pass1-wrap .wp-pwd.hide-if-js.is-open #pass-strength-result.bad {
    background-color: #facfd2;
    border-color: #f86368;
}

.employee_shop_dashboard .user-pass1-wrap .wp-pwd.hide-if-js.is-open #pass-strength-result.short {
    background-color: #ffabaf;
    border-color: #e65054;
}

.employee_shop_dashboard .user-pass1-wrap .wp-pwd.hide-if-js .password-input-wrapper {
    display: inline-block;
    max-width: 48%;
    width: 100%;
    margin-right: 2%;
}

.employee_shop_dashboard .user-pass1-wrap .wp-pwd.hide-if-js button {
    margin: 0 2px;
    vertical-align: middle;
}

.employee_shop_dashboard .coupons_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.employee_shop_dashboard .coupons_wrapper table.current_coupon,
.employee_shop_dashboard .coupons_wrapper .new_coupon {
    max-width: 48.5%;
    width: 100%;
    text-align: left;
}

.employee_shop_dashboard .coupons_wrapper table.current_coupon th {
    white-space: nowrap;
}

.employee_shop_dashboard .tab_btn.not_flex .pass_reset_notice {
    margin-top: 5px;
}

body.page-template-default .site-wrapper .site-content-wrapper .site-content .employee_shop_dashboard .tab_btn.not_flex a:hover:not(.wp-block-button__link):not(.button):not(.wp-block-file__button):not(.remove):not(.slide-button):not(.gbt_custom_link):not(.vc_btn3):not(.restore-item):not(.wpml-ls-link):not(.wcml-cs-item-toggle):not(.wpml-ls-item-toggle) {
    background-color: unset !important;
    color: #000 !important;
}

.employee_shop_dashboard .budget_coupons_container {
    margin-bottom: 15px !important;
}


/* 27-07-23 */

.employee_shop_dashboard button,
.employee_shop_dashboard input,
.employee_shop_dashboard optgroup,
.employee_shop_dashboard select,
.employee_shop_dashboard textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.employee_shop_dashboard button {
    overflow: visible
}

.employee_shop_dashboard button,
.employee_shop_dashboard select {
    text-transform: none !important;
}

.employee_shop_dashboard button,
.employee_shop_dashboard input[type=button],
.employee_shop_dashboard input[type=reset],
.employee_shop_dashboard input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.employee_shop_dashboard button[disabled],
.employee_shop_dashboard input[disabled] {
    cursor: default
}

.employee_shop_dashboard button::-moz-focus-inner,
.employee_shop_dashboard input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.employee_shop_dashboard input,
.employee_shop_dashboard textarea {
    line-height: normal !important;
}

.employee_shop_dashboard textarea {
    width: calc(50% - 5px);
    margin-bottom: 10px !important;
}

.employee_shop_dashboard textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

.employee_shop_dashboard input[type=checkbox],
.employee_shop_dashboard input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.employee_shop_dashboard input[type=number]::-webkit-inner-spin-button,
.employee_shop_dashboard input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.employee_shop_dashboard input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

.employee_shop_dashboard input[type=search]::-webkit-search-cancel-button,
.employee_shop_dashboard input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.employee_shop_dashboard fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.employee_shop_dashboard legend {
    border: 0;
    padding: 0
}

.employee_shop_dashboard textarea {
    overflow: auto
}

.employee_shop_dashboard table {
    border-spacing: 0;
    width: 100%;
    margin: 0 0 22px;
    border-collapse: separate;
}

/* .employee_shop_dashboard input,
.employee_shop_dashboard select,
.employee_shop_dashboard textarea {
    border: 1px solid #000 !important;
    width: 100%;
    color: #000;
    padding: 6px 15px;
    line-height: 1;
    background-color: transparent !important;
} */


.employee_shop_dashboard button,
.employee_shop_dashboard input[type=button],
.employee_shop_dashboard input[type=reset],
.employee_shop_dashboard input[type=submit],
.employee_shop_dashboard .button,
.employee_shop_dashboard .wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.employee_shop_dashboard .added_to_cart {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 22px;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    background: none;
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}

/* .employee_shop_dashboard table:not( .has-background ) th {
    background-color: #f8f8f8;
} */
.employee_shop_dashboard table th label {
    font-size: 14px;
    text-align: left;
    display: block;
    padding-left: 20px;
    color: #6d6d6d;
}

.employee_shop_dashboard {
    max-width: 1550px !important;
    width: calc(100% - 10px) !important;
    /* margin: 40px auto 40px !important; */
    margin: 0 auto !important;
    /* padding: 30px !important; */
    background-color: #fff !important;
    /* box-shadow: 0 1px 3px rgb(0 0 0 / 51%); */
    /* border-radius: 10px; */
}

.employee_shop_dashboard table thead {
    background-color: transparent !important;
}

.employee_shop_dashboard table h4 {
    margin-top: 0;
}

.employee_shop_dashboard table {
    width: 100% !important;
    max-width: 100%;
    border: none !important;
}

.employee_shop_dashboard .tab_content .employee_create_edit .profile_fields tr th,
.employee_shop_dashboard .tab_content .coupon_container .assign_coupon tr th,
.employee_shop_dashboard table.assigned_products,
.employee_shop_dashboard .budget_container .budget {
    text-align: left;
    color: #000;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    /* background-color: transparent;
    color: #000; */
    background-color: white;
    color: #000;
    left: 0px;
    border: 0.05em solid #000;
    box-shadow: none;
    margin-top: -11px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: "-";
    background-color: transparent;
}

.employee_shop_dashboard .tab_content .profile_fields_container .profile_fields tr th {
    background-color: unset;
}

.employee_shop_dashboard .tab_content .profile_fields_container .profile_fields tr th label {
    font-size: 18px;
    padding-left: 0;
    color: #000;
}

.employee_shop_dashboard .tab_content .profile_fields_container .profile_fields tr th {
    padding: 0;
}

.employee_shop_dashboard .tab_content h3.tab_title,
.employee_shop_dashboard .tab_content h2.tab_title {
    margin-bottom: 30px;
    margin-top: 0;
}

.table-action-buttons button {
    height: 50px;
    font-size: 16px;
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
    color: #333333 !important;
}


.employee_shop_dashboard .order_details th {
    text-align: left;
}

#order_line_items .item .name.fix_width_td .display_meta {
    width: auto !important;
}


.employee_shop_dashboard .tab_btn.active_tab a {
    background-color: #000 !important;
    color: #fff !important;
}

.tips {
    cursor: pointer;
}

.employee_shop_dashboard .tab_content hr {
    margin-bottom: 40px;
}

.employee_shop_dashboard .order_details {
    background-color: unset;
}

.employee-order-list,
.employee-coupon-list {
    padding: 35px 0px
}

.top_align {
    vertical-align: top;
}

table.dataTable.dtr-inline.esl__datatable_wrapper.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.esl__datatable_wrapper.collapsed>tbody>tr>th.dtr-control {
    padding-left: 30px !important;
    vertical-align: middle;
}

.tab_btn form {
    margin-bottom: 0;
}

.esl_reset_password_trigger:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #000 !important;
    color: #fff !important;
}

.pass_reset_wrapper .btn_loader_wraper {
    position: relative;
}

.pass_reset_wrapper .pass_reset_loading {
    position: absolute;
    top: 50%;
    left: 300px;
    width: 20px;
    height: 15px;
    transform: translate(28%, -50%);
}

table.dataTable>tbody>tr.child span.dtr-title:empty {
    display: none;
}

table.dataTable>tbody>tr.child .row {
    gap: 10px;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    list-style: none;
}

/* .esl-public-dashboard-page .site-wrapper .site-content-wrapper .site-content {
    padding-left: 30px !important;
    padding-right: 30px !important;
} */

.employee_shop_dashboard .employee_create_edit table .top_align th {
    vertical-align: top;
}

.employee_shop_dashboard table tr td,
.employee_shop_dashboard table tr th {
    font-size: 16px;
    letter-spacing: normal;
    color: #000;
    vertical-align: middle;
}

.employee_shop_dashboard .order_details table tr td,
.employee_shop_dashboard .order_details table tr th {
    font-size: 18px;
}

.esl__date_picker {
    background-image: url('../../../add-ons/images/date.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 22px !important;
    cursor: pointer;
}

.esl__date_picker:hover {
    background-color: #f7f7f7;
}

.esl-public-dashboard-page .entry-content-wrap {
    padding: 0;
}

.employee_shop_dashboard label.error {
    color: #f00;
    font-size: 14px;
}

.employee_shop_dashboard input.error,
.employee_shop_dashboard select.error {
    border-color: #f00 !important;
}

.employee_shop_dashboard .tab_content .table.esl__datatable_wrapper td:last-of-type .tab_btn {
    display: block;
    text-align: center;
}

.employee_shop_dashboard #coupon_list_table_filter input {
    padding-left: 15px;
}

.employee_shop_dashboard .note {
    color: #000;
}

.employee_shop_dashboard thead.thead-light {
    border-bottom: 1px solid rgb(119 119 119 / 32%);
}

.esl-public-dashboard-page .container,
.esl-public-dashboard-page #content {
    width: 100%;
    max-width: 95%;
    margin: auto;
}

.employee_shop_dashboard input[readonly] {
    cursor: default;
}

/*......... woocomerce-form....... */
.registration-form.woocommerce input {
    height: 45px;
    background-color: #f2f2f20f !important;
    border: 1px solid rgb(0 0 0 / 30%) !important;
    box-shadow: unset !important;
    color: #000 !important;
    font-size: 17px !important;
}

.registration-form.woocommerce input:focus {
    border-color: rgb(0 0 0 / 52%) !important;
    background-color: rgb(185 183 183 / 8%) !important;
    outline: none !important;
}

.registration-form.woocommerce label {
    font-size: 20px;
    text-align: left;
    padding-left: 0;
    background-color: unset;
    vertical-align: middle;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    margin-bottom: 12px;
    display: block !important;
    line-height: 1 !important;
}

.registration-form .woocommerce-simple-registration-login-link a {
    margin-left: 3px;
}

.registration-form.woocommerce input[type='submit'],
.woocommerce-simple-registration-login-link a {
    border: 1px solid #000 !important;
    border-bottom: 3px solid #000 !important;
    color: #000 !important;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    background-color: #fff !important;
    text-decoration: none !important;
    line-height: 1;
    font-size: 17px;
    letter-spacing: normal;
    font-family: sans-serif;
    font-weight: 400;
    padding: 12px 26px;
    display: inline-block !important;
}

.registration-form.woocommerce input[type='submit']:hover,
.woocommerce-simple-registration-login-link a:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.registration-form.woocommerce .woocommerce-privacy-policy-text p {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    margin: 13px 4px 15px;
}

.woocommerce-privacy-policy-text+p {
    display: inline-block;
}

.woocommerce-simple-registration-login-link {
    display: inline-block;
    margin-left: 10px;
}

.registration-form .woocommerce-privacy-policy-text a {
    color: #000000;
    text-decoration: underline;
}

.registration-form .woocommerce-privacy-policy-text a:hover {
    text-decoration: none;
    color: #3f9cd5 !important;
}

.registration-form.woocommerce form.register {
    border: unset !important;
    padding: 0 0px !important;
    background-color: #fff;
}

.registration-form .password-input .woocommerce-password-strength.strong {
    background-color: #b8e6bf !important;
    border-color: #68de7c !important;
}

.registration-form .password-input .woocommerce-password-strength.good {
    background-color: #f5e6ab !important;
    border-color: #f0c33c !important;
}

.registration-form .password-input .woocommerce-password-strength.bad {
    background-color: #facfd2 !important;
    border-color: #f86368 !important;
}

.registration-form .password-input .woocommerce-password-strength.short {
    background-color: #ffabaf !important;
    border-color: #e65054 !important;
}

.registration-form .password-input .woocommerce-password-strength {
    opacity: 1;
    text-align: center;
    margin: 5px 0 0 0;
    border-radius: 3px;
    padding: 5px 0;
    font-size: 18px;
    color: #000;
}

body.esl-simple-registration-page {
    background-color: #fff !important;
}

body.esl-simple-registration-page h1,
body.esl-simple-registration-page h1 a,
body.esl-simple-registration-page h2,
body.esl-simple-registration-page h3 {
    color: #000 !important;
}

body.esl-simple-registration-page .registration-form {
    border: none;
    box-shadow: unset;
}

body.esl-simple-registration-page .content-container.site-container {
    max-width: 1520px;
    margin: auto;
}

body.esl-simple-registration-page .container,
body.esl-simple-registration-page .entry-content.wp-block-post-content {
    max-width: 1520px;
    margin: auto;
    width: 100%;
    padding: 0 30px;
}

body.esl-simple-registration-page .woocommerce .form-row-first {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.simple_form_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.registration-form.woocommerce .simple_form_wrapper>.woocommerce-FormRow {
    width: 100%;
    flex: 0 0 49%;
    max-width: 49%;
    float: none;
    margin-right: 0;
}

body.esl-simple-registration-page .woocommerce .form-row-last {
    float: right;
    width: 48%;
}

.msg-box-inner {
    display: flex;
    justify-content: space-between;
    border-left: 4px solid #000;
    padding: 8px 15px;
    background: #f3f3f3;
    border-radius: 5px;
    margin-bottom: 15px;
    align-items: center;
    font-size: 18px;
    line-height: 1.2;
}

.msg-box-inner.success {
    background-color: #dff0d8;
    border-color: #9ed174;
}

.msg-box-inner.warning {
    background-color: #fcf8e3;
    border-color: #f5dba5;
}

.msg-box-inner.error {
    background-color: #f2dede;
    border-color: #f7abb7;
}

.msg-box-inner p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.esl-simple-registration-page .woocommerce-error {
    /* border-top-color: #f00;
    color: #000000; */
    /* border-top-color: #f00 !important; */
    color: #fff !important;
    border: 1px solid #f00;
    background-color: #f00 !important;
}

.esl-simple-registration-page .woocommerce-error[role=alert]:before {
    background-color: #f00;
    color: #ffffff;
}

.esl-msg-box-wraper:nth-of-type(3) {
    margin-bottom: 50px;
}

.employee_shop_dashboard .msg-box-inner span {
    cursor: pointer;
}


.employee_shop_dashboard .field_input_detail .tips {
    line-height: 1;
    position: absolute;
    right: 10px;
}

.employee_shop_dashboard .field_input_detail .tips.date_info {
    right: 40px;
}

.employee_shop_dashboard .field_input_detail {
    display: flex;
    align-items: center;
    position: relative;
}

.employee_shop_dashboard .field_input_detail span {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-left: 5px;
}

.employee_shop_dashboard .field_input_detail .field_input_wrapper {
    width: 100%;
}

.esl-public-dashboard-page .no_acess_notice {
    max-width: 600px;
    margin: auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 27px;
    padding: 40px 50px 50px;
    margin-bottom: 30px;
    text-align: center;
}

.esl-public-dashboard-page .no_acess_notice_heading h2 {
    font-size: 33px;
    line-height: 1.2;
    color: #000;
    margin-top: 0;
}

.esl-public-dashboard-page .no_acess_notice img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px !important;
}

.registration-form.woocommerce>h2 {
    display: none;
}

body.esl-simple-registration-page .woocommerce .woocommerce-FormRow {
    margin-bottom: 16px;
}

.esl-public-dashboard-page .employee_shop_dashboard .order_details table a {
    color: #000;
}

.coupon-data-item .row {
    justify-content: flex-end;
    gap: 10px;
}

span.esl_password_generator {
    position: absolute;
    right: 2.5em;
    top: 10px;
    cursor: pointer;
}

span.esl_password_visibility {
    position: absolute;
    right: 1em;
    top: 10px;
    cursor: pointer;
}

.esl-simple-registration-page .woocommerce form .password-input,
.esl-simple-registration-page .woocommerce-page form .password-input {
    display: inline-block;
    width: 100%;
}

.employee_shop_dashboard .products_repeater .add_row .tab_btn {
    padding: 10px 15px !important;
}

.employee_shop_dashboard .products_repeater label {
    font-size: 18px;
}


.import_form_wrapper,
.label_pdf_conatiner,
.orderpage_bexio_conatiner,
.barcode_conatiner {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
    z-index: 999999;
}

.orderpage_bexio_conatiner .bexio_btn_wrapper {
    width: 80%;
    overflow: auto;
    padding: 50px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    background: rgba(0, 0, 0, 0.9);
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 999;
    border-radius: 15px;
    max-width: 600px;
    gap: 10px;
    color: #fff;
    text-align: left;
}

.orderpage_bexio_conatiner .bexio_btn_wrapper a {
    color: #ffffff !important;
    text-decoration: underline;
}

.orderpage_bexio_conatiner .bexio_btn_wrapper .bexio-order {
    margin-top: 25px;
}

.orderpage_bexio_conatiner .bexio_btn_wrapper .bexio-order p {
    margin-bottom: 0;
}

.orderpage_bexio_conatiner .bexio_btn_wrapper .bexio-order p:last-child {
    margin-top: 15px;
}

.import_popup_form,
.label_pdf_btn_wrapper,
.barcode_btn_wrapper {
    width: 80%;
    overflow: auto;
    padding: 50px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    background: rgba(0, 0, 0, 0.9);
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 999;
    border-radius: 15px;
    max-width: 600px;
    gap: 10px;
    flex-wrap: nowrap !important;
}

.label_pdf_btn_wrapper .barcode_btn_wrapper {
    max-width: 900px;
    max-height: 80vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.label_pdf_btn_wrapper::-webkit-scrollbar,
.barcode_btn_wrapper::-webkit-scrollbar {
    display: none;
}

.label_pdf_btn_wrapper .new-label-pdf-content>.row>div {
    width: 50%;
    padding: 0 0.75rem;
}

.label_pdf_btn_wrapper .new-label-pdf-content input[type=button] {
    background-color: #ffffff !important;
    color: #000000;
    font-weight: normal;
    border-radius: 10px;
    font-family: sans-serif;
    border: 1px solid #ffffff !important;
    border-bottom-width: 3px !important;
    font-size: 1rem;
}

.label_pdf_btn_wrapper .new-label-pdf-content input[type=button]:hover {
    color: #ffffff;
    background-color: transparent !important;
}

.employee_shop_dashboard .label_pdf_btn_wrapper .new-label-pdf-content input:not([type=button]) {
    border-color: #ffffff !important;
    color: #fff !important;
    background-color: transparent !important;
    font-size: 1rem;
}

.esl-public-dashboard-page .order_details .refund.wc_sc_refunded .thumb,
.esl-public-dashboard-page .order_details .refund.wc_sc_refunded .wc-order-edit-line-item {
    display: none;
}

.esl-public-dashboard-page .order_details .esl-front-billing-info .esl-billing-fields input:not([type=submit]) {
    margin-bottom: 10px !important;
    width: 300px;
    max-width: 100%;
}

.esl-public-dashboard-page .order_details .email_edit_wrapper {
    flex-wrap: wrap;
}

.esl-public-dashboard-page .order_details .esl-front-billing-info p {
    margin-bottom: 0;
}

.esl-public-dashboard-page .order_details .esl-front-billing-info .esl-billing-fields .input_wrapper {
    display: flex;
    gap: 10px;
}

.esl-public-dashboard-page .order_details .esl-front-billing-info .esl-billing-fields .input_wrapper>input {
    width: calc(50% - 5px);
    flex-grow: 1;
}

.esl-public-dashboard-page .order_details .esl-front-billing-info .esl-billing-fields input[type=submit] {
    border: 1px solid #000 !important;
    color: #000;
    border-radius: 10px;
    display: inline-flex !important;
    padding: 10px 15px;
    align-items: center;
    transition: all 0.5s ease-in-out;
    background: #fff;
    text-decoration: none !important;
    line-height: 1;
    border-bottom-width: 3px !important;
    font-size: 17px;
    height: 44px;
    letter-spacing: normal;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.esl-public-dashboard-page .order_details .esl-front-billing-info .esl-billing-fields input[type=submit]:hover {
    background-color: #000000 !important;
    color: #ffffff;
}

.esl-public-dashboard-page .order_details .esl-front-billing-info {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.esl-public-dashboard-page .order_details .esl-front-billing-info>span {
    position: absolute;
    right: -15px;
    top: 4px;
    cursor: pointer;
}

.employee_shop_dashboard .new-label-pdf-content .form-table th {
    padding-right: 0;
}

.employee_shop_dashboard .new-label-pdf-content table th label {
    padding-left: 0;
    color: #c7c7c7;
    padding-right: 10px;
}





body.page-template-default .site-wrapper .site-content-wrapper .site-content .employee_shop_dashboard .label_pdf_btn_wrapper>.tab_btn a:hover:not(.wp-block-button__link):not(.button):not(.wp-block-file__button):not(.remove):not(.slide-button):not(.gbt_custom_link):not(.vc_btn3):not(.restore-item):not(.wpml-ls-link):not(.wcml-cs-item-toggle):not(.wpml-ls-item-toggle),
body.page-template-default .site-wrapper .site-content-wrapper .site-content .employee_shop_dashboard .label_pdf_btn_wrapper>.tab_btn a.active-label-btn:not(.wp-block-button__link):not(.button):not(.wp-block-file__button):not(.remove):not(.slide-button):not(.gbt_custom_link):not(.vc_btn3):not(.restore-item):not(.wpml-ls-link):not(.wcml-cs-item-toggle):not(.wpml-ls-item-toggle),
body.page-template-default .site-wrapper .site-content-wrapper .site-content .employee_shop_dashboard .barcode_btn_wrapper>.tab_btn a:hover:not(.wp-block-button__link):not(.button):not(.wp-block-file__button):not(.remove):not(.slide-button):not(.gbt_custom_link):not(.vc_btn3):not(.restore-item):not(.wpml-ls-link):not(.wcml-cs-item-toggle):not(.wpml-ls-item-toggle),
body.page-template-default .site-wrapper .site-content-wrapper .site-content .employee_shop_dashboard .barcode_btn_wrapper>.tab_btn a.active-label-btn:not(.wp-block-button__link):not(.button):not(.wp-block-file__button):not(.remove):not(.slide-button):not(.gbt_custom_link):not(.vc_btn3):not(.restore-item):not(.wpml-ls-link):not(.wcml-cs-item-toggle):not(.wpml-ls-item-toggle) {
    border-color: #ffffff !important;
    background-color: transparent;
    color: #fff;
}

.employee_shop_dashboard .label_pdf_btn_wrapper>.tab_btn a:hover,
.employee_shop_dashboard .barcode_btn_wrapper>.tab_btn a:hover {
    border-color: #ffffff !important;
}

.import_popup_form input {
    background-color: #fff !important;
    border-radius: 7px;
}

/* New label Pdf design */
.new-label-pdf-content {
    display: none;
    padding-top: 20px;
}

.employee_shop_dashboard .new-label-pdf-content>div:nth-child(2) .form-table th {
    padding-bottom: 0;
}

.employee_shop_dashboard .new-label-pdf-content>div:not(:first-child) .form-table {
    margin-bottom: 0;
}

body.esl-public-dashboard-page .employee_shop_dashboard .import_form_wrapper .tab_btn button {
    /* border-bottom-color: #fff; */
    border: 1px solid #fff !important;
    outline: none;
}

body.esl-public-dashboard-page .employee_shop_dashboard .import_form_wrapper .tab_btn button:hover {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}


.close-import-form,
.close-pdf-form,
.close-bexio-popup,
.close-barcode-links {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 11px;
    cursor: pointer;
}

.popup_close {
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    width: 0;
}

.row-inner {
    display: flex;
}

.coupon_create_edit .select2.select2-container .select2-selection--single {
    height: 45px;
    border-radius: 0;
    background-color: rgb(185 183 183 / 8%);
    border: 1px solid rgb(0 0 0 / 30%);
    padding: 0;
}

.coupon_create_edit .select2 {
    margin-bottom: 0;
}

.coupon_create_edit p label {
    font-size: 18px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #000000;
}

.coupon_create_edit .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
}

.coupon_create_edit .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    height: 26px;
}

.select2-container .select2-dropdown {
    transform: translateY(-19px);
}

.coupon_create_edit .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 7px 20px 7px 7px !important;
    line-height: 28px;
}

.tab_btn .delete {
    border-color: #ff0000 !important;
}

.employee_id_desc {
    font-size: 70%;
    color: #505050;
}

.woocommerce-account.woocommerce-page #customer_login.col2-set {
    width: 100% !important;
}

.simple_form_wrapper>div {
    width: 100% !important;
}

.simple_form_wrapper .other_user_info_fields {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.simple_form_wrapper .other_user_info_fields>p {
    flex: 0 0 47%;
}

.esl__datatable_wrapper th,
.esl__datatable_wrapper td {
    white-space: nowrap;
}

.esl__datatable_wrapper * {
    font-size: 14px !important;
}



.esl-public-dashboard-page .woocommerce_order_items_wrapper .display_meta span,
.esl-public-dashboard-page .woocommerce_order_items_wrapper .display_meta span p {
    display: inline-block;
    margin-bottom: 0;
}

.esl-public-dashboard-page .woocommerce_order_items_wrapper .display_meta span {
    display: block;
}

.esl-public-dashboard-page .woocommerce_order_items_wrapper .display_meta {
    margin-top: 10px;
}

.esl-public-dashboard-page .woocommerce_order_items_wrapper tbody:not(:last-child) tr td,
.esl-public-dashboard-page .woocommerce_order_items_wrapper tbody:not(:last-child) tr th {
    padding-bottom: 20px;
}

.swal2-actions .swal2-okay-esl,
.swal2-actions .swal2-confirm,
.swal2-actions .swal2-cancel {
    border: 1px solid #000;
    color: #000;
    border-radius: 10px !important;
    display: inline-flex;
    padding: 10px 15px;
    align-items: center;
    transition: all 0.5s ease-in-out;
    background: #fff !important;
    text-decoration: none !important;
    line-height: 1;
    border-bottom: 3px solid #000;
    height: 44px;
    letter-spacing: normal;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.swal2-actions button:focus {
    box-shadow: none !important;
}

.swal2-actions .swal2-okay-esl,
.swal2-actions button.swal2-confirm.swal2-okay-esl:focus,
.swal2-actions button.swal2-confirm.swal2-okay-esl,
.swal2-actions .swal2-cancel:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.swal2-actions button.swal2-confirm:focus,
.swal2-actions button.swal2-confirm {
    color: #fff !important;
    background-color: rgb(221, 51, 51) !important;
    border-color: rgb(221, 51, 51) !important;

}

.swal2-actions button {
    text-transform: none !important;
}

.swal2-title,
.swal2-html-container {
    color: #000 !important;
}

.swal2-icon.swal2-icon-show {
    color: #000 !important;
    border-color: #000 !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #000 !important;
}

.swal2-icon.swal2-icon-show * {
    color: #000 !important;
    border-color: #000 !important;
}


.esl_table_action_btn_wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.esl-public-dashboard-page .woocommerce_order_items_wrapper .wc-order-item-name {
    font-family: NeueEinstellung, sans-serif;
}

#order_shipping_line_items th,
#order_shipping_line_items td {
    padding-top: 25px !important;
    padding-bottom: 15px !important;
}

.notes_container .note_wrapper {
    font-size: 18px;
}

.esl-public-dashboard-page .select2-container .select2-dropdown .select2-results ul li {
    font-size: 18px;
}

.esl-public-dashboard-page .select2-container .select2-dropdown .select2-search .select2-search__field {
    font-size: 18px;
}

.esl-public-dashboard-page .select2 .select2-selection .select2-selection__rendered {
    font-size: 18px;
}

#order_table_filter {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

#order_table_filter input,
#order_table_filter select,
#order_table_filter>div {
    height: 40px;
}

.row.saved_data.not_found_in_range {
    position: relative;
}

.row.saved_data.not_found_in_range::before {
    content: "";
    width: calc(100% - 64px);
    background-color: #0000001c;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 15px;
}

.esl__datatable_wrapper .empty_placeholder {
    background-color: #ffffff;
    height: 22px;
    /* padding-right: 10px; */
    /* transform: translate(-10px, 0px); */
    /* width: calc(100% + 10px); */
}

.esl__datatable_wrapper .dtfc-fixed-right .esl_table_action_btn_wrapper {
    background-color: #ffffff;
    /* width: calc(100% + 10px); */
    /* padding-right: 10px; */
    /* transform: translateX(10px); */
}

.esl__datatable_wrapper .dtfc-fixed-right {
    padding-right: 0;
}

.esl__datatable_wrapper .dtfc-fixed-right .esl_table_action_btn_wrapper .tab_btn a {
    min-width: 84px;
}

.employee_shop_dashboard .dataTables_scrollHeadInner .esl__datatable_wrapper {
    margin-bottom: -1px;
}

.employee_shop_dashboard #order_sc_store_credit_line_items tr td:first-child,
.employee_shop_dashboard #order_sc_store_credit_line_items tr td:last-child {
    display: none;
}

.employee_shop_dashboard #order_sc_store_credit_line_items .sc_store_credit {
    display: none;
}

/* 22 Nov Css */
.employee_shop_dashboard .order_details .button.esl-button {
    border: 1px solid #000;
    color: #000;
    border-radius: 10px;
    display: inline-flex !important;
    padding: 10px 15px;
    align-items: center;
    transition: all 0.5s ease-in-out;
    background: #fff;
    text-decoration: none !important;
    line-height: 1;
    border-bottom: 3px solid #000;
    font-size: 17px;
    height: 44px;
    letter-spacing: normal;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.employee_shop_dashboard .order_details .button.esl-button:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.employee_shop_dashboard .order_details #order_line_items .display_meta>span p:first-child {
    font-weight: 700;
}

.employee_shop_dashboard .order_details .refunded {
    color: #f00;
    white-space: nowrap;
    margin-top: 0.5em;
    margin-left: 0;
    display: block;
    font-weight: 700;
}

.employee_shop_dashboard .order_details .quantity .refunded:first-letter {
    margin-right: 3px;
}

.employee_shop_dashboard .order_details .refunded .woocommerce-Price-currencySymbol {
    margin-left: 3px;
}

.employee_shop_dashboard .order_details .line_cost .amount .woocommerce-Price-currencySymbol {
    margin-left: 3px;
}

.employee_shop_dashboard .order_details .refund input,
.employee_shop_dashboard .order_details .refund input {
    width: auto;
    max-width: 70px;
    vertical-align: middle;
    text-align: center;
}

.employee_shop_dashboard .order_details label {
    font-size: 18px;
    font-weight: normal;
}

.employee_shop_dashboard .order_details .wc-order-totals input[type="checkbox"] {
    width: auto;
}

.employee_shop_dashboard .order_details .wc-order-refund-items .wc-order-totals {
    margin: 0 0 30px;
    padding: 0;
    background: #f8f8f8;
    padding: 21px;
}

.employee_shop_dashboard .order_details .wc-order-refund-items .wc-order-totals tr td.total input {
    max-width: 200px;
}

.employee_shop_dashboard .els_select_user_status_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.employee_shop_dashboard .els_select_user_status_wrap .els_select_user_status_toggle {
    position : relative ;
    display : inline-block;
    width : 44px;
    height : 24px;
    background-color: #cccccc;
    border-radius: 20px;
    top: -2px;
}

.employee_shop_dashboard .els_select_user_status_wrap .els_select_user_status_toggle:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #000000;
    top: 4px;
    left: 5px;
    transition: all 0.3s;
}

.employee_shop_dashboard .els_select_user_status_wrap #els_select_user_status:checked + .els_select_user_status_toggle::after {
    left : 23px;
}

.employee_shop_dashboard .els_select_user_status_wrap #els_select_user_status {
    display: none;
}

.employee_shop_dashboard .user-action-button.user-status svg{
    transition: all 0.6s;
}

.employee_shop_dashboard .user-action-button.user-status:hover svg{
    filter: invert(1);
}
/*
.tab_btn {
    di
}*/


/* responsive start */
@media (max-width: 1199px) {

    /* employee */
    .employee_shop_dashboard table tr td,
    .employee_shop_dashboard table tr th {
        font-size: 14px;
        line-height: 1;
    }

    #coupon_list_table_wrapper div.dt-buttons {
        width: 50%;
        gap: 10px;
    }

    .employee_shop_dashboard .tab_content #coupon_list_table_wrapper .dt-buttons button:not(:first-child) {
        margin-left: 0;
    }

    .employee_shop_dashboard .tab_content #coupon_list_table_wrapper .dt-buttons .tab_btn {
        padding-left: 0;
        padding-right: 0;
    }

    .employee_shop_dashboard .tab_content #coupon_list_table_wrapper .dt-buttons .tab_link:not(:first-child) {
        margin-left: 0;
    }

    .employee_shop_dashboard .tab_content {
        padding: 20px 0;
    }

    .employee_shop_dashboard .tab_content>section {
        padding-top: 35px !important;
    }

    .employee_shop_dashboard h3.tab_title {
        margin: 30px 0;
    }

    .employee_shop_dashboard .tab_btn a:not(.pass_reset_notice a),
    .employee_shop_dashboard .add_row .tab_btn,
    .employee_shop_dashboard .tab_content .dt-buttons button,
    .employee_shop_dashboard .tab_content .dt-buttons .tab_btn a,
    .employee_shop_dashboard .tab_content .dataTables_wrapper .dataTables_filter label .tag_btn,
    .employee_shop_dashboard .tab_content .dt-buttons button,
    .employee_shop_dashboard .tab_content .dt-buttons .tab_btn,
    .employee_shop_dashboard .tab_btn button {
        height: 37px;
        font-size: 14px;
        padding: 10px 10px;
    }

    .employee_shop_dashboard h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .employee_shop_dashboard .coupons_container h3 {
        margin: 20px 0 15px;
    }

    .employee_shop_dashboard .employee_create_edit table:not(.esl__datatable_wrapper) th,
    .employee_shop_dashboard .coupon_create_edit table th {
        font-size: 18px;
    }

    .employee_shop_dashboard input,
    .employee_shop_dashboard select,
    .employee_shop_dashboard textarea {
        height: 38px;
    }

    .employee_shop_dashboard .tab_name_container {
        margin-top: 15px;
    }

    .employee_shop_dashboard .tab_content h3 {
        margin: 20px 0;
    }

    .employee_shop_dashboard .employee_create_edit table:not(.esl__datatable_wrapper) th,
    .employee_shop_dashboard .coupon_create_edit table th {
        width: 30%;
    }

    .employee_shop_dashboard .employee_create_edit table:not(.esl__datatable_wrapper) td,
    .employee_shop_dashboard .coupon_create_edit table td {
        width: 70%;
    }

    .employee_shop_dashboard .current_coupon h3,
    .employee_shop_dashboard .new_coupon h3 {
        font-size: 28px;
    }

    .employee_shop_dashboard .coupons_wrapper table.current_coupon {
        max-width: 45%;
    }

    .employee_shop_dashboard .coupons_wrapper .new_coupon {
        max-width: 55%;
    }

    .employee_shop_dashboard .budget_container h3 {
        margin: 10px 0 20px;
    }

    .employee_shop_dashboard input,
    .employee_shop_dashboard select,
    .employee_shop_dashboard textarea {
        height: 38px;
        padding: 5px 8px;
        font-size: 16px;
    }

    .employee_shop_dashboard .employee-order-list .order_list .dataTables_wrapper table tr td,
    .employee_shop_dashboard .employee-coupon-list .order_list .dataTables_wrapper table tr td {
        word-break: keep-all;
    }

    /* order */
    .employee_shop_dashboard .note {
        line-height: 1.2;
        font-size: 16px;
    }

    #coupon_list_table_wrapper .child .dtr-details .row {
        gap: 10px;
    }

    .dtr-details .dtr-title:empty {
        display: none;
    }

    .employee_shop_dashboard .employee_list .dt-buttons .import_popup_form+.tab_link {
        width: 100%;
        margin: 15px 0 0;
        text-align: left;
    }

    .employee_shop_dashboard .employee_list .dt-buttons .row.import_popup_form input {
        max-width: 250px;
        width: 100%;
    }

    .back_button_link a {
        margin-bottom: 10px;
    }

    .employee_shop_dashboard .tab_content form .tab_btn > a{
        position: relative;
        top: 1px;
    }

    .employee_shop_dashboard .tab_btn a img, .employee_shop_dashboard .tab_btn button svg{
         height: 13px !important;
         width: 15px !important;
    }
}

@media (max-width: 991px) {

    .label_pdf_btn_wrapper,
    .barcode_btn_wrapper {
        width: 90%;
    }
    
    
}

@media (max-width: 767px) {

    /* employee */
    .employee_create_edit_form .employee-order-list,
    .employee_create_edit_form .employee-coupon-list {
        padding: 15px 0px;
    }

    .employee_shop_dashboard .tab_content h2 {
        font-size: 30px;
    }

    .registration-form.woocommerce .simple_form_wrapper>.woocommerce-FormRow {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .employee_shop_dashboard .tab_content h3 {
        margin: 10px 0;
    }

    .employee_shop_dashboard .tab_content h3 {
        font-size: 25px;
        line-height: 1.2;

    }

    .import_popup_form {
        padding: 50px 25px;
    }

    .employee_shop_dashboard .current_coupon h3,
    .employee_shop_dashboard .new_coupon h3 {
        font-size: 22px;
        line-height: 1.2;
    }

    .employee_shop_dashboard .employee_create_edit table:not(.esl__datatable_wrapper) th,
    .employee_shop_dashboard .coupon_create_edit table th {
        font-size: 16px;
    }

    .employee_shop_dashboard .repeater_row .row .input_col {
        padding: 0 15px;
        flex: auto;
        max-width: 33%;
        margin-bottom: 15px;
    }

    .dataTables_wrapper .dt-buttons {
        float: none !important;
    }

    .employee_shop_dashboard .tab_content .dataTables_wrapper .dataTables_filter label {
        justify-content: start;
    }

    .employee_shop_dashboard .tab_content .dataTables_wrapper .dataTables_filter label input {
        height: 35px;
        max-width: 158px;
    }

    .employee_shop_dashboard .tab_content hr {
        margin-bottom: 30px;
    }

    .employee_shop_dashboard .order_list tbody tr td,
    .employee_shop_dashboard .coupon_list tbody tr td,
    .employee_shop_dashboard .employee_list tbody tr td {
        white-space: nowrap;
    }

    #coupon_list_table_wrapper div.dt-buttons {
        width: 100%;
    }

    .dataTables_wrapper#coupon_list_table_wrapper .dataTables_filter {
        float: left;
        text-align: left;
        margin-bottom: 15px;
    }

    .employee_shop_dashboard table tr th,
    .employee_shop_dashboard .coupon_list tbody tr td {
        white-space: nowrap;
    }

    .employee_shop_dashboard table.new_coupon tr th,
    .employee_shop_dashboard table.new_coupon tr td {
        white-space: normal;
    }

    .dtr-details .dtr-title:empty {
        display: none;
    }

    .employee_shop_dashboard .employee_list .dt-buttons .row.import_popup_form {
        max-width: 100% !important;
        width: 90% !important;
        margin: 20px 0 !important;
    }

    .popup_close {
        display: none;
    }

    .employee_shop_dashboard .tab_content .employee_list .dataTables_wrapper .dataTables_filter {
        margin-bottom: 15px;
        width: 100%;
    }

    .coupon-data-item td {
        white-space: normal !important;
        word-break: break-all !important;
    }

    .employee_shop_dashboard .order_details table tr td,
    .employee_shop_dashboard .order_details table tr th {
        font-size: 16px;
    }

    .label_pdf_btn_wrapper .new-label-pdf-content>.row>div {
        width: 100%;
        padding: 0;
    }

    .label_pdf_btn_wrapper .new-label-pdf-content>.row {
        margin-left: 0;
        margin-right: 0;
    }

    .label_pdf_btn_wrapper,
    .barcode_btn_wrapper {
        padding: 40px 25px;
    }

    .employee_shop_dashboard .label_pdf_btn_wrapper table {
        margin-bottom: 0;
    }

    .employee_shop_dashboard .new-label-pdf-content .form-table th {
        width: 50%;
    }

    .employee_shop_dashboard .new-label-pdf-content .form-table td {
        width: 50%;
    }

    .employee_shop_dashboard .new-label-pdf-content>div:nth-child(2) .form-table th {
        width: 100%;
    }

    .esl-public-dashboard-page .order_details .esl-front-billing-info .esl-billing-fields .input_wrapper>input {
        width: calc(100% - 5px);
    }

    .esl-public-dashboard-page .order_details .esl-front-billing-info .esl-billing-fields .input_wrapper {
        flex-wrap: wrap;
        gap: 0;
    }

    .employee_shop_dashboard textarea {
        width: calc(100% - 5px);        
    }

    .employee_shop_dashboard .repeater_row .row .input_col:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .employee_shop_dashboard .repeater_row .row .input_col:nth-child(2),
    .employee_shop_dashboard .repeater_row .row .input_col:nth-child(3) {
        flex: 0 33.33%;
        max-width: 33.33%;
    }

    #order_table_filter {
        gap: 10px;
        margin-top: 0 !important;
    }

    .employee_shop_dashboard .tab_content .dataTables_wrapper #order_table_filter.dataTables_filter label {
        margin-top: 0;
    }

    .employee_shop_dashboard .tab_content h3.tab_title,
    .employee_shop_dashboard .tab_content h2.tab_title {
        margin-bottom: 20px;
    }

    .employee_shop_dashboard .tab_name_container {
        gap: 10px;
    }
}

@media (max-width: 600px) {

    .employee_shop_dashboard .coupons_wrapper table.current_coupon,
    .employee_shop_dashboard .coupons_wrapper .new_coupon {
        max-width: 100%;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 20px;
    }

    .employee_shop_dashboard table tr th,
    .employee_shop_dashboard table tr td {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .employee_shop_dashboard table {
        margin: 0 0 15px;
    }

    .employee_shop_dashboard .esl__datatable_wrapper+.dataTables_paginate .paginate_button,
    .employee_shop_dashboard .esl__datatable_wrapper+.dataTables_paginate .paginate_button:not(.previous, .next) {
        line-height: 1.1 !important;
        padding: 8px 12px;
        font-size: 16px;
    }


    .employee_shop_dashboard .employee-order-list .order_list h3,
    .employee_shop_dashboard .employee-coupon-list .coupon_list h3 {
        margin-bottom: 20px;
    }

    .employee_shop_dashboard .repeater_row .row .input_col {
        max-width: 48%;
    }

    .employee_shop_dashboard .esl__datatable_wrapper+.dataTables_paginate {
        text-align: left;
    }

    .employee_shop_dashboard .esl__datatable_wrapper+.dataTables_paginate .paginate_button {
        margin-bottom: 8px;
    }

    body .employee_shop_dashboard .esl__datatable_wrapper+.dataTables_paginate span {
        margin: 0 8px;
    }

    .employee_shop_dashboard .tab_content hr {
        margin-bottom: 20px;
    }

    .add_row .tab_btn {
        margin: 15px 0;
    }

    .employee_shop_dashboard .employee_create_edit table:not(.esl__datatable_wrapper) td,
    .employee_shop_dashboard .employee_create_edit table:not(.esl__datatable_wrapper) th,
    .employee_shop_dashboard .coupon_create_edit table td,
    .employee_shop_dashboard .coupon_create_edit table th {
        width: 100%;
        display: block;
        line-height: 1.2;
        /* margin-bottom: 5px; */
    }

    .employee_shop_dashboard .employee_create_edit table:not(.esl__datatable_wrapper) td,
    .employee_shop_dashboard .coupon_create_edit table td {
        margin-bottom: 10px;
    }

    .employee_shop_dashboard .budget_coupons_container .budget_container h3 {
        margin: 5px 0;
    }

    .employee_shop_dashboard .order_details table tr th,
    .employee_shop_dashboard .order_details table tr td {
        padding-bottom: 15px;
    }

    .employee_shop_dashboard table tr th,
    .employee_shop_dashboard table tr td {
        margin-bottom: 10px;
    }

    .employee_shop_dashboard .employee_create_edit form table:not(.esl__datatable_wrapper) tr td,
    .employee_shop_dashboard .employee_create_edit form table:not(.esl__datatable_wrapper) tr th {
        padding: 0 !important;
    }

    /* ............ */
    /* employee */
    .employee_shop_dashboard .woocommerce_order_products_wrapper table tr td:not(:first-child),
    .employee_shop_dashboard .woocommerce_order_products_wrapper table tr th:not(:first-child) {
        padding: 0 10px 15px 10px;
    }

    .employee_shop_dashboard .order_details table.wc-order-totals .fix_width_td,
    .employee_shop_dashboard .order_details table.wc-order-totals .fix_width_th {
        width: 24%;
    }

    .woocommerce_order_products_wrapper {
        max-width: 650px;
        width: 100%;
        overflow: auto;
    }

    .woocommerce_order_products_section {
        overflow: auto;
    }

    .wc-order-items {
        width: 650px;
        max-width: 650px;
    }

    .employee_shop_dashboard .note {
        font-size: 14px;
    }

    .dataTables_wrapper .dt-buttons {
        float: unset !important;
        margin-bottom: 0 !important;
    }

    .employee_shop_dashboard .tab_content>section {
        padding-top: 20px !important;
    }

    .esl_table_action_btn_wrapper {
        flex-wrap: wrap;
    }

    .employee_shop_dashboard .tab_content .dt-buttons .tab_link {
        font-size: 15px;
    }

    #order_table_filter input,
    #order_table_filter select,
    #order_table_filter>div {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .employee_shop_dashboard {
        padding: 15px 10px 25px !important;
    }

    .employee_shop_dashboard .repeater_row .row .input_col {
        max-width: 100%;
    }

    .employee_shop_dashboard .repeater_row .row {
        padding-right: 0;
    }


    .employee_shop_dashboard .tab_content .dataTables_wrapper .dataTables_filter label {
        justify-content: start;
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .employee_shop_dashboard .repeater_row .row .row_action_btn {
        position: relative;
    }

    .employee_shop_dashboard .order_details .tab_btn {
        margin-top: 5px;
    }



}


.hide-address-id input[readonly] {
    display: none;
}