.content-area{
    width: 100% !important;
}
#order_table{
    width: 100% !important;
}
table tr {
    border-bottom: 1px solid;
    border-color: rgba(119, 119, 119, 0.15);
}
body .order_list h3 {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
}
body .order_list h3.tab_title,
body .order_list h2.tab_title {
  margin-bottom: 30px;
  margin-top: 0;
}
body .order_list #order_table_filter {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
body .order_list #order_table_filter .order-date-filter {
  order: -1;
}

body .order_list #order_table_filter input,
body .order_list #order_table_filter select,
body .order_list #order_table_filter > div {
  height: 40px;
}
body .order_list .order_date_picker {
  background-image: url("https://stg-mykustom-staging.kinsta.cloud/stadtsg/wp-content/plugins/employee-shop-logic/add-ons/images/date.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 22px !important;
  cursor: pointer;
}
body .order_list input,
body .order_list select,
body .order_list 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;
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125); */
  height: 45px;
  margin: 0 !important;
  border-radius: 3px !important;
}
body .order_list select {
  appearance: auto !important;
  background-image: unset !important;
}
body .order_list .tab_btn a:not(.pass_reset_notice a),
body .order_list .add_row .tab_btn,
body .order_list .dt-buttons button,
body .order_list .dt-buttons .tab_btn a,
body .order_list .dataTables_wrapper .dataTables_filter label .tag_btn,
body .order_list .dt-buttons button,
body .order_list .dt-buttons .tab_btn,
body .order_list .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;
}
body .order_list .dt-buttons .tab_btn:hover,
body.page-template-default .site-wrapper .site-content-wrapper .site-content body .order_list .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 .order_list .add_row .tab_btn:hover,
body .order_list .dt-buttons .tab_btn:hover,
body .order_list .dt-buttons .tab_btn:focus,
body .order_list .dt-buttons button:hover,
body .order_list button.dt-button:focus:not(.disabled),
body .order_list .tab_btn a:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}
body .order_list .dataTables_wrapper .dataTables_filter label .tag_btn {
  padding: 10px 22px;
}

body .order_list .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;
}

body .order_list .dataTables_wrapper .dataTables_filter label .tag_btn:hover {
  background-color: #000 !important;
  color: #fff;
}
body .order_list .dataTables_wrapper .dataTables_filter label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

body .order_list .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;
}
body .order_list .table.order_table {
    padding-top: 50px;
    border-bottom: unset;
    border-collapse: collapse;
    border: unset !important;
}
body .order_list .table.order_table  td:last-of-type .tab_btn {
    display: block;
    text-align: center;
}

table#order_table th:nth-last-child(2),
table#order_table td:nth-last-child(2) {
    display: table-cell !important;
    visibility: visible !important;
}

body .order_list  thead.thead-light {
    border-bottom: 1px solid rgb(119 119 119 / 32%);
}
.table.order_table * {
    font-size: 14px !important;
    color: #000;
}
.table.order_table .tab_btn a{
    font-size: 18px !important;
}
body .order_list table tr th,
body .order_list table tr td {
    border: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: unset !important;
}
body .order_list table tr td {
    padding: 10px 10px 15px;
}
body .order_list table .tab_btn a{
    padding: 7px 12px !important;
}
body .dataTables_paginate {
    display: block;
    width: 100%;
    float: right;
    text-align: right;
    padding-top: .25em;
}
body .dataTables_paginate .paginate_button{
        border: 1px solid !important;
    border-radius: 8px !important;
    padding: 6px 15px !important;
    align-items: center !important;
    transition: all 0.5s ease-in-out !important;
    border-bottom: 3px solid #000 !important;
    background: #fff !important;
    margin-left: 8px !important;
}

body .dataTables_paginate .paginate_button.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}
body .site-content 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: #fff !important;
}
body .order_list .table+.dataTables_paginate .paginate_button:hover, body .order_list .dataTables_paginate .paginate_button.current {
    border-color: #000 !important;
    background-color: #000 !important;
    color: #fff !important;
}
body .order_list table {
    margin: 0 0 22px !important;
}
body .order_list .table+.dataTables_paginate span {
    margin: 0 15px;
}
/* responsive start */
@media (max-width: 1199px) {
  body .order_list h3 {
    margin: 20px 0;
  }
  body .order_list .tab_btn a:not(.pass_reset_notice a),
  body .order_list .add_row .tab_btn,
  body .order_list .dt-buttons button,
  body .order_list .dt-buttons .tab_btn a,
  body .order_list .dataTables_wrapper .dataTables_filter label .tag_btn,
  body .order_list .dt-buttons button,
  body .order_list .dt-buttons .tab_btn,
  body .order_list .tab_btn button {
    height: 37px;
    font-size: 14px;
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  body .order_list h3 {
    margin: 10px 0;
  }

  body .order_list h3 {
    font-size: 25px;
    line-height: 1.2;
  }
  body .order_list h3.tab_title,
  body .order_list h2.tab_title {
    margin-bottom: 20px;
  }
  body .order_list #order_table_filter {
    gap: 10px;
    margin-top: 0 !important;
  }
  body .order_list #order_table_filter.dataTables_filter label {
    margin-top: 0;
  }
    body .order_list table tr th,
    body .order_list tbody tr td {
        white-space: nowrap;
    }
}
@media (max-width: 600px) {
  body .order_list #order_table_filter input,
  body .order_list #order_table_filter select,
  body .order_list #order_table_filter > div {
    width: 100%;
  }
}
