body {
    font-size: 14px !important;
}

.function .row .col-3 {
    padding-left: 4px;
    padding-right: 4px;
}

.button.disable,
.button.disable:hover {
    background-color: rgba(0, 0, 0, 0.25) !important;
    cursor: unset;
}

.gray-btn {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.input-txt.input-left-icon-error label {
    color: #FF3B30;
}

.input-txt.input-left-icon-error input {
    background-color: #FFFAFA;
    border: 1px solid #FF9D98;
    border-left: none;
    color: #FF3B30;
}

.input-txt.input-error input {
    background-color: #FFFAFA;
    border: 1px solid #FF9D98;
    color: #FF3B30;
}

.input-txt.input-left-icon-error .input-group-addon {
    border: 1px solid #FF9D98;
    border-right: none;
}

.input-txt.input-left-icon-error .input-group-addon img {
    -webkit-filter: grayscale(0) !important;
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0) !important;
}

.input-txt.input-left-icon-error .error-message {
    color: #FF3B30;
    font-size: 12px;
}

.delete-link a {
    color: #FF3B30 !important;
    text-decoration: underline !important;
}

.dragable-order {
    border: 1px solid #d3d4d5;
    border-radius: 4px;
    padding: 16px 32px;
    margin-top: 8px;
    background-color: white;
}


/* .dragable-order:only-child {
    margin-top: 30px;
    margin-bottom: 25px;
} */

.dragable-order:first-child {
    margin-top: 30px;
}

.dragable-order:last-child {
    margin-bottom: 25px;
}

.dragable-order .product-img {
    padding-right: 8px;
}

.dragable-order .product-img img {
    width: 160px;
}

.dragable-order label {
    font-family: NotoSans;
    font-size: 16px;
    color: #373a3c;
    text-align: center;
}

.dragable-order .col-md-auto label {
    font-size: 14px;
}

.dragable-order .col-md-auto:first-child {
    padding-right: 9px;
}

.dragable-order .col {
    padding-left: 8px;
}

.dragable-order .col-md-auto .btn-tooltip {
    margin-right: 8px;
}

.dragable-order .col,
.dragable-order .col-md-auto {
    display: flex;
    align-items: center;
}

.form-content .discount label {
    margin-left: 0px !important;
}

.form-content .discount input {
    width: calc(100% - 104px) !important;
}

.form-dropdown .form-list.selected.input-error {
    color: #FF3B30;
    border: 1px solid #FF3B30;
}

.col-center {
    text-align: center;
}

.ReactTable .rt-thead .rt-th,
.ReactTable .rt-tbody .rt-td {
    border-right: none !important;
    height: 48px;
}

.ReactTable .rt-tbody .rt-td{
    font-family: NotoSans;
    color: #4a4a4a;
    padding-top: 12px;
    padding-bottom: 9px;
    line-height: 1.9;
}

.ReactTable .rt-thead .rt-th:first-child,
.ReactTable .rt-tbody .rt-td:first-child{
    padding-left: 32px;
}

.ReactTable .rt-thead.-header{
    box-shadow: none !important;
    background-color: #f0f1f2;
    height: 48px;
    border-bottom: 1px solid #e8e9ea;
}

.ReactTable .rt-thead .rt-resizable-header-content{
    font-family: NotoSans;
    font-weight: 700;
    color: #373a3c;
    line-height: 2.8;
    text-align: left;
}

.ReactTable {
    border: 0 !important;
}

.manu-bar {
    position: fixed;
}

.shipped-tracking p {
    margin-bottom: 14px;
}

.progress-step.is-cancel .progress-marker {
    background-color: #FF3B30;
}

.progress-step.is-cancel::after {
    background-color: #FF3B30;
}

.radio-btn .radio {
    cursor: pointer;
}

.radio-btn .radio label {
    cursor: pointer;
}

.shipped-tracking .input-txt {
    display: block !important;
}

.vertical-center-modal {
  text-align: center;
  white-space: nowrap;
}

.vertical-center-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.vertical-center-modal .ant-modal {
  display: inline-block;
  vertical-align: middle;
  top: 0;
  text-align: left;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* .ant-spin-dot i {
    background-color: #FF3B30;
} */

/* @mixin progress-state($marker-color-bg, $marker-color-border: null, $marker-color-text: null, $path-color: null, $text-color: null) {
  .progress-marker {
    color: $marker-color-text;
    background-color: $marker-color-bg;
    border-color: $marker-color-border;
  }

  &::after {
    background-color: $path-color;
  }

  .progress-text, .progress-step > a .progress-text {
    color: $text-color;
  }
}


// States
  .progress-step {

    // Inactive - Default state
    @include progress-state($progress-color-grey-light, null, #fff, $progress-color-grey-light, $progress-color-grey-dark);

    // Active state
    &.is-active {
      @include progress-state($progress-color);
    }

    // Complete state
    &.is-complete {
      @include progress-state($progress-color-dark, $path-color: $progress-color-grey);
    }

    // Hover state
    &:hover {
      @include progress-state($progress-color-light);
    }

  } */
