.table {
    color: #4e5e6a;
}

.panel_s {
    background-color: none;
    border: none;
    -webkit-box-shadow: 0 1px 15px 1px rgb(90 90 90 / 8%);
    box-shadow: 0 1px 15px 1px rgb(90 90 90 / 8%);
}

.panel_s .panel-body {
    background: #fff;
    border: 1px solid #dce1ef;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}

.dataTables_length {
    float: left;
    margin-right: 5px;
}
.nav-link{
    color: #20446f !important;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #eef6f9;
}

#tab_receipt_delivery .select2, #tab_order_return .select2 {
    width: 100%;
}

#tab_order_return textarea {
    height: 75px;
}

img.images_w_table {
    width: 73px;
    height: 73px;
}

.select2 {
    width: 100%;
}

 .signature-pad--body{
    border-radius: 4px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #c0cbda;
  }

  .color-7988a2{
    color:#7988a2,
  }
.row-option {
    min-width: 100px;
}
  .row-option a, .row-option button {
    cursor: pointer;
    min-width: 28px;
    background: #fff;
    color: #a1a3a5;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px;
    padding: 2px 0 2.5px 0;
    border: 1px solid #e2e7f1;
    font-size: 14px;
}
.customizable-table.has-row-option tr th:last-child, .customizable-table.has-row-option tr td:last-child{
width: 100px;
text-align: center;
}
.row-option a:hover, .row-option button:hover {
    background: #0ABB87;
    color: #fff;
    border: 1px solid #0ABB87;
}
.row-option a.delete:hover, .row-option button.delete:hover {
    background: #FD397A;
    color: #fff;
    border: 1px solid #FD397A;
}
.text-nowrap{
    white-space: nowrap;
}
input[type="color"].form-control{
    height: 35px !important;
}
.w300px{
    width: 300px;
}
#box-loading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.8;
    z-index: 999;
    display: none;
}
#box-loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100px;
    height: 100px;
}
.hanson-btn{
    padding: unset;
    width: 100%;
    margin: 0;
    margin-top: 4px;
}
.border-red{
    border: 1px solid red;
}
.menu-width-height{
    width: 300px;
    padding-bottom: 14px;
}
.table-responsive {
    overflow-x: auto !important;
}

.rise-chat-wrapper {
    height: 512px;
}
.rise-cart-wrapper {
    width: 589px;
}
.product.pic{
    width:100px;
    height:100px;
}

.custom-radio label {
  display: flex;
  padding: 5px 0;
  font-size: 20px;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  opacity: 0;
}

.custom-radio .value {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 13px 5px 31px;
  font-size: 13.5px;
  background: #f0f0f0;
}

.custom-radio .value:hover {
  background: #f56a6c;
}

.custom-radio .value::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dadada;
  outline: 0px solid #fff;
  transition: 0.4s;
}

.custom-radio input[type="radio"]:checked~.value {
  color: #fff;
  border-width: 5px;
  background: #f12e31;
  transition: 0.4s;
}

.custom-radio input[type="radio"]:checked~.value::before {
  outline-width: 5px;
  background: #fff;
}