#tasks-icon {
    z-index: 1998; 
    top: 125px; 
    right: 18px; 
    color: var(--primary); 
    position: fixed; 
    font-size: 23px; 
    cursor: pointer;
}
#tasks-counter {
    z-index: 1999; 
    top: 115px; 
    right: 10px; 
    min-width: 18px;
    height: 18px;
    border-radius: var(--radius-m);
    background-color: red;
    color: white; 
    position: fixed; 
    cursor: pointer;
    text-align: center;
}

#list_tasks {
    position: fixed; 
    display: flex;
    flex-direction: column;
    top: 115px;
    right: 10px;
    height: 500px;
    width: 400px;
    z-index: 2000;
    background-color: white;
    border-radius: var(--radius-s);
    border: 3px solid var(--primary);
    box-shadow: 0rem 0.5rem 1rem -0.25rem #1a1a1a38;
}
.list_tasks-title {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--range-s);
}

#notifications-icon {
    z-index: 1998; 
    top: 85px; 
    right: 18px; 
    color: var(--primary); 
    position: fixed; 
    font-size: 23px; 
    cursor: pointer;
}
#notifications-counter {
    z-index: 1999; 
    top: 75px; 
    right: 10px; 
    min-width: 18px;
    height: 18px;
    border-radius: var(--radius-m);
    background-color: red;
    color: white; 
    position: fixed; 
    cursor: pointer;
    text-align: center;
}

#notifications {
    position: fixed; 
    display: flex;
    flex-direction: column;
    top: 75px; 
    right: 10px; 
    height: 500px; 
    width: 400px; 
    z-index: 2000; 
    background-color: white; 
    border-radius: var(--radius-s); 
    border: 3px solid var(--primary);
    box-shadow: 0rem 0.5rem 1rem -0.25rem #1a1a1a38;
}

.synchronization {
    position: relative;
    display: inline-block;
}

#synchronization-icon {
  /* z-index: 1998; 
  top: 170px; 
  right: 18px; 
  color: var(--primary); 
  position: fixed; 
  font-size: 23px; 
  cursor: pointer; */
}
#synchronization-counter {
  z-index: 1999; 
  top: 10px; 
  right: 10px; 
  min-width: 18px;
  height: 18px;
  border-radius: var(--radius-m);
  background-color: red;
  color: white; 
  position: absolute; 
  cursor: pointer;
  text-align: center;
}

.page-content-view {
    background-color: #ffffff;
    border: 1px solid #DAE3EA;
    padding: 15px;
    border-radius: var(--radius-m);
    margin: 8px 0px 15px 0px;
}

.page-content-header {
    padding: 15px;
    border-radius: var(--radius-m);
    margin: 8px 0px 15px 0px;
}

.label-title-filter {
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 0 15px 15px 15px;
}

.label-title-filter-new {
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 15px;
}

.label-title-filter-result {
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 5px 15px 15px 15px;
}

.header-filter {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--lightgray);
}
.header-filter label{
    font-weight: normal;
}
.header-filter.label-bold label{
  font-weight: bold;
}
.header-filter-height-max {
    padding: 15px;
    display: flex;
}

.bottom-filter {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-filter-item{
    text-align: right;
    padding: 15px ;
}
.bottom-filter-item-no-border{
  text-align: right;
  padding: 15px 0px;
}
.filter-title{
    margin: 7px 5px;
    padding: 0px;
}
.filter-title-inline{    
    position: absolute;
    margin: -10px 0 0 12px;
    z-index: 100;
    background: white;
    padding: 0 5px;
}
.items-filter-item{
    padding: 0 10px;
}
.filter-col{
    padding: 0 10px;
}

.filter-col-first{
  padding: 0 10px 0 0;
}

.filter-col-last{
  padding: 0 0 0 10px;
}

.filter-col .height-max {
    height: 100%;
    padding: 0;
}
.items-filter {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
}
.items-filter label{
    font-weight: normal;
}
.item-filter2 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-bottom: 8px;
}

.item-filter {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-bottom: 15px;
}
.item-filter-last{
    margin-bottom: 0;
}
.item-filter label{
    margin-bottom: 5px;
}
.item-filter-bottom{
    padding: 0 15px 15px 15px;
    margin-bottom: 0px;
}
.has-content{
    margin-bottom: 0px;
    padding: 17px 0 14px 0px;
}
.two-time-filter-center {
    width: 100%;
    margin-bottom: 15px;
    float: left;
}

.two-time-filter-left {
    width: 50%;
    padding-right: 3px;
    float: left;
}

.two-time-filter-right {
    width: 50%;
    padding-left: 3px;
    float: left;
}

.padding-store-header {
    padding: 0 15px;
}

.padding-store-content {
    padding: 0 30px;
}

.padding-title-result-search {
    padding: 0 15px 15px 15px;
    font-size: 18px;
}

.bgr-white {
    background-color: #FFFFFF !important;
}

.filter-item{
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0px 0px 15px 0px;
}

.content-a-filter{
    padding: 15px;
    border: 1.2px dotted #e1e1e1;
    border-radius: var(--radius-s);
    margin-bottom: 0px;
}
.content-filter-item{
    float: left;
    padding: 0px;
    margin-bottom: 15px;
}
.has-content-filter-items{
    padding: 0px 15px 15px 15px;
}
.content-filter-item-last{
    float: left;
    padding: 0px;
    margin-bottom: 0px;
}
.content-filter-items{
    padding: 15px;
    border: 1.2px dotted #e1e1e1;
    border-radius: var(--radius-s);
    margin-bottom: 0px;
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
}

.not-border{
    border: transparent;
}
.content-apply-filter{
    padding:15px 0 0 0;
    border-top: 1px solid #e1e1e1;
    text-align: right;
}
.content-a-filter .haravan-datepicker input{
    font-size: 12px;
}
.btn-outline-primary-header{
    color: #0a70a5;
    font-weight: bold;
    background-color: transparent;
    background-image: none;
    border-color: #5999d3;
}

.p-t-b-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-t-b-sm {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-t-sm {
    padding-top: 15px;
}
.p-b-sm {
    padding-bottom: 15px;
}
.p-t-xs {
    padding-top: 10px;
}
.p-b-xs {
    padding-bottom: 10px;
}
.p-t-none {
    padding-top: 0px;
}
.p-b-none {
    padding-bottom: 0px;
}
.two-time-filter-center-md{
    margin-bottom: 15px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg{
    margin-bottom: 30px !important;
}
.p-t-b-md{
    padding-top: 15px;
    padding-bottom: 15px;
}
.btn-outline-primary-header{
    color: #0a70a5;
    font-weight: bold;
    background-color: transparent;
    background-image: none;
    border-color: #5999d3;
}
.btn-outline-primary-header :hover{
    background-color: #e1e1e1;
}
.header-button{
    padding: 0 25px;
    line-height: 50px;
}
.header-title{
    line-height: 50px;
    padding-left: 15px;
    font-size: 22px;
}

.text-area-no-resize {
    resize: none;
}
.has-two-time{
    padding-top: 16px;
}
.modal-header-custom{
    position: relative;
    min-height: 1px;
    width: 100%;
    padding: 10px 0px 15px 0;
    float: left;
}
.modal-header-custom .title{
    text-align: left;
    position: relative;
    min-height: 1px;
    width: 90%;
    font-size: 22px;
    float: left;
}
.modal-header-custom .button{
    position: relative;
    min-height: 1px;
    text-align: right;
    width: 10%;
    float: left;
}
.input-not-arrow::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.item-center {
    height: 100%;
    align-items: center;
    display: flex;
}

.pull-right ul .active a{
    font-weight: bold;
    color: black !important;
}
.text-capitalize{
    text-transform: capitalize;
}
.word-break{
    display: inline-block;
    word-break: break-word;
}
.word-break-not-display{
    word-break: break-word;
}
.word-break-all{
    word-break: break-all;
}
.detail-gift-order{
    margin-bottom: 0;
    white-space: normal;
    float: left;
}
.col1 {
    position: relative;
    width: 10%;
    float: left;
}
.col2 {
    position: relative;
    width: 20%;
    float: left;
}
.col3 {
    position: relative;
    width: 30%;
    float: left;
}
.col4 {
    position: relative;
    width: 40%;
    float: left;
}
.col5 {
    position: relative;
    width: 50%;
    float: left;
}
.col6 {
    position: relative;
    width: 60%;
    float: left;
}
.col7 {
    position: relative;
    width: 70%;
    float: left;
}
.col8 {
    position: relative;
    width: 80%;
    float: left;
}
.col9 {
    position: relative;
    width: 90%;
    float: left;
}
.col10 {
    position: relative;
    width: 100%;
    float: left;
}
.menu-sub-style{
    text-transform: capitalize;
}
.btn-fz-10 button{
    font-size: 10px;
}
.btn-fz-11 button{
    font-size: 11px;
}
.btn-fz-12 button{
    font-size: 12px;
}
.btn-fz-13 button{
    font-size: 13px;
}
.btn-fz-14 button{
    font-size: 14px;
}
.fz-24 {
    font-size: 24px;
}
.fz-23 {
    font-size: 23px;
}
.fz-30 {
  font-size: 30px;
}
.fz-40 {
  font-size: 40px;
}
.fz-18 {
    font-size: 18px;
}
.fz-16 {
    font-size: 16px;
}
.fz-14 {
    font-size: 14px;
}
.fz-12 {
    font-size: 12px;
}
.fz-11 {
    font-size: 11px;
}
.fz-1-em-25 {
  font-size: 1.25em;
}

.text-orange{
    color: #ff5722;
}
.icon-shipping{
    margin-bottom: 3px;
    max-height: 12px;
    max-width: 15px;
    filter: invert(71%) sepia(3%) saturate(26%) hue-rotate(20deg) brightness(89%) contrast(84%);
}
.lable-success{
    background-color: #DFF2BF !important;
    color: #4F8A10 !important;
    border: solid 1px #A0D666 !important;
}
.header-table{
    padding: 10px 20px;
    color: var(--primary);
    background-color: #f5f6f7
}
.header-table-row{
    padding: 5px 10px;
}
.button-copy {
    background-color: var(--lightgray);
    color: black;
    height: 32px;
    box-shadow: none;
    border-left: none;
}
.text-blue{
    color: #1fabff;
}
.text-green{
    color: #34C759;
}
.text-gray{
    color: #798C9C;
}
.text-red{
    color: #f00f00;
}
.p-r-xxs{
    padding-right: 2px;
}
.p-r-none{
    padding-right: 0;
}
.p-l-xxs{
    padding-left: 2px;
}

.p-l-none{
    padding-left: 0;
}

.p-x-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-y-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-x-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-r-15 {
  padding-right: 15px;
}

.m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.m-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.p-y-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-x-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-r-25 {
  padding-right: 25px;
}

/*CSS style for MEOS*/

table th.reasonOutOfStock {
    font-weight: bold !important;
    background-color: #f2f2f2 !important;
    color: #333333 !important;
    padding: 8px 8px;
}

.p-small-reason {
    padding: 8px
}


/*for event reason out of stock*/

.title-histories-reason {
    font-size: 15px;
    padding: 2px 0px 7px 0px;
    text-decoration: none;
}

.width-35-percent {
    width: 35%
}

.width-20-percent {
    width: 20%
}

.width-10-percent {
    width: 10%
}
.animation-show-hide {
    transition: all linear 0.3s;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.modal-400 {
    width: 400px !important;
}

.border-dotted {
    border: 1.2px dotted #e1e1e1 !important;
}

.border-dotted-top {
    border-top: 1.2px dotted #e1e1e1 !important;
}

.border-red-deep input {
    border: 1px solid red !important;
}

.border-red-deep-button .multiSelect > button:first-child {
    border: 1px solid red !important;
}

.border-blue {
    border: 1px solid var(--primary) !important;
}

.border-blue-2px {
    border: 2px solid var(--primary) !important;
}

.border-round {
    border-radius: 50%;
}

.height-220 {
    height: 220px;
}

.height-auto {
    height: auto;
}

.element-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

.margin-top-7{
    margin-top: 7px;
}

.padding-left-0{
    padding-left: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}
.modal-700 {
    width: 700px !important;
}
.text-input-fake{
    border: 1px solid #cccccc;
    border-radius: var(--radius-s);
    padding: 6.2px 10px;
}
.btn-fake {
    border-radius: var(--radius-s);
    text-align: center;
    background-color: #1e88e5;
    color: white;
    padding: 6px 12px;
    cursor: default;
}
.bg-btn-hotline {
    background-color: #c0d4e1;
    color: blue;
}

.background-disable{
    background: var(--lightgray)eee;
    color: #999;
}

.form-text-col > div {
    margin-bottom: 15px;
}

.b-a-dotted {
    border: 1.2px dotted #e1e1e1;
    border-radius: var(--radius-s);
}
.bgr-blue{
    background-color: #1e88e5;
}
.bgr-blue-dark{
    background-color: var(--primary);
}
.bgr-bluedark{
    background-color: #0d47a1;
}
.input-login {
    height: 37px;
    color: #0d0f15;
    font-size: 13px;
}
.button-login {
    width: 100%;
    color: #ffffff;
    background-color: var(--primary);
    padding: 0px var(--range-s);
    height: var(--height-l);
    font-size: var(--font-size-l);
}
.button-login:hover {
    opacity: 0.86;
    color: #ffffff;
}
.button-login:focus {
    color: #ffffff;
}
.p-b-md{
    padding-bottom: 15px;
}

.btn-printer {
    display: block;
    margin: 0;
    text-align: left;
    color:black;
    border-radius: unset;
}

.btn-printer:hover {
    color:#ffffff;
    background-color: var(--primary);
}

.table-flex_carrier {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.table-flex_carrier div {
    padding: 8px;
}

.table-flex_carrier .col-header {
    font-weight: bold !important;
    background-color: var(--primary) !important;
    color: #FFF !important;
}

.table-flex_carrier .col-flex {
    width: 33%;
}

.table-flex_carrier .col-flex_full {
    width: 100%;
}

.table-flex_carrier .col-flex-50 {
    width: 50%;
}

.normal-text{
    font-size: 13px !important;
    font-weight: normal !important;
}

.card-item {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-bottom: 15px;
}

.card-title-inline{
    position: absolute;
    margin: -10px 0 0 12px;
    z-index: 100;
    background: white;
    padding: 0 5px;
}

.card-content{
    padding: 15px;
    border: 1.2px dotted #e1e1e1;
    border-radius: var(--radius-s);
    margin-bottom: 0px;
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
}

.bottom-card-item{
    text-align: right;
    padding: 10px;
    border-top: 1px solid #d8d8d8 !important
}
.table-vertical-top tbody tr td{
    vertical-align: top;
}

.input-tag-list {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
}

.input-tag-label {
    background: #dfe3e8;
    border-radius: var(--radius-s);
    color: #7790b6;
    cursor: initial;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 7px;
    cursor: pointer;
}
.tooltip-inner {
    max-width: 500px;
}

.tag-image {
    color: #999;
    float: left;
}

.box-image {
    vertical-align: top;
    max-width: 800px;
    display: table-row;
}

.hr-gray {
    border-top: dashed 1px #999;
}
.thumb-preview {
    display: flex;
    background-color: var(--white);
    padding: var(--range-m);
    border-radius: var(--radius-m);
    box-shadow: var(--box-shadow);
    visibility: hidden;
    position: fixed;
    top: 0px;
    z-index: 1001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thumb-preview-image {
    max-height: 70vh;
    max-width: 70vw;
}

.thumb-preview-image-in-modal {
    max-width: 40vw;
    max-height: 40vh;
}   

.wrap-img:hover .thumb-preview {
    visibility: visible !important;
    flex: 1;
}

.single-img {
    position: relative;
}

.single-img:hover .thumb-preview {
    visibility: visible !important;
    flex: 1;
}

.color-gray {
    color: var(--gray)
}

.color-green {
    color: var(--green)
}

.color-orange {
    color: var(--orange)
}

.color-red {
    color: var(--red)
}

.color-violet {
    color: var(--violet)
}

.text-decoration-none {
    text-decoration: none;
}

.text-decoration-none :hover{
    text-decoration: none;
}

.has-currency input.form-control {
  padding-right: 30px;
}

.has-currency .currency-symbol {
  position: absolute;
  display: block;
  top: 36px;
  text-align: center;
  right: 40px;
}

.form-readonly-content {
    background-color: #ededed;
    padding: 15px;
    border-radius: var(--radius-s);
    white-space: normal;
}

.vertical-align-top {
    vertical-align: top !important;
}

.dropdown-items {
    height: auto !important; 
    min-width: 100%;
    position: absolute;
    background-color:#fff; 
    z-index: 1000;
    padding: 5px;
    border-radius: var(--radius-s);
    border: 1px solid #d8dae5;
    box-shadow: 0rem 0.5rem 1rem -0.25rem #1a1a1a38;
}
.dropdown-items-left-top {
    right: 100%;
    bottom: 100%;
}
.dropdown-items-left-bottom {
    left: 100%;
    top: 100%;
}
.dropdown-items-right-top {
    right: 100%;
    bottom: 0;
}
.dropdown-items-right-bottom {
    right: 100%;
    top: 100%;
}
.dropdown-items-bottom {
    top: calc(100% + 3px);
}
.box-gray {
    background-color: var(--lessgray);
}
.box-white {
    background-color: var(--white);
}
.display-flex {
    display: flex;
}
.text-l-c {
    text-transform: lowercase;
}

.label-status {
    font-size: 18px;
    white-space: normal;
    display: inline-block;
}

.balloon-box {    
    position: absolute;
    top: 8px;
    min-width: 24px;
    height: 24px;
    background: #38b000;
    border-radius: 12px;
    display: inline-table;
    text-align: center;
}

.balloon-box-text {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
}

.dispay-middle {
    display: inline-flex;
    align-items: center;
}
.header-box {
    background-color: #ffffff;
    border-bottom: 1px dashed var(--lessgray);
    border-radius: var(--radius-m) var(--radius-m) 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--height-l);
    width: 100%;
    padding: 0px var(--range-s);
}
.header-box>.header-box-name {
    text-align: left;
    width: 100%;
    font-size: var(--font-size-l);
    flex: 1;
}
@media (max-width: 767px) {
    .header-buttons-mobile {
        position: fixed;
        background: white;
        height: auto !important;
        width: 100%;
        left: 100%;
        padding: 0 20px;
        box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
    }
    .reponsive-padding-none {
        padding-left: 0;
        padding-right: 0;
    }
    .reponsive-padding-right {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 766px) {
    .header-buttons-mobile-icon-open{
        display: none;
    }
    .header-buttons-mobile-icon-hidden{
        display: none;
    }
    .reponsive-padding-right {
        padding-left: 0px;
        padding-right: var(--range-m);
    }
    .reponsive-padding-none {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.body-box {
    background-color: white;
    border-radius: 0 0 var(--radius-m) var(--radius-m);
    border-top: 0px;
    padding: var(--range-s);
    margin-bottom: var(--range-m);
    box-shadow: var(--box-shadow-light);
}

.header-buttons-mobile-icon-open {
    position: absolute;
    right: 5px;
    color: var(--primary);
}
.header-buttons-mobile-icon-hidden {
    position: absolute;
    left: 5px;
    color: var(--primary);
}
#modal-backgroud {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #0d0f15;
    opacity: .2;
}

/* start timeline */
.timeline-list {
    display: flex;
    flex-direction: column;
  }
  .timeline-time {
    display: flex;
    flex-direction: row;
  }
  .timeline-line {
    position: relative;
    width: 35px;
  }
  .timeline-time-line {
    background-color: var(--primary);
    width: 3px;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 10px;
  }
  
  .timeline-time-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .timeline-time-datetime {
    font-size: 12px;
    color: var(--primary);
    margin-top: 4px;
    margin-bottom: 0px;
  }
  .timeline-time-title {
    padding: 10px;
  }
  /* end timeline */
  .white-space-normal {
    white-space: normal;
  }

.app-table {
    overflow: auto;
}
.app-table > table > thead > tr {
    border-top: 1px solid var(--primary);
    border-left: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
}

.app-table > table > thead > tr > th {
    background-color: var(--primary);
    padding: 7px;
}
.app-table > table > tbody {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.app-table > table > tbody > .tr-border {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.app-table > table > tbody > .tr-border > td {
    padding: 7px;
    border-left: 1px solid #dddddd;
    background-color: white;
}
.app-table > table > tbody > tr > td {
    padding: 3px 7px;
    background-color: #f2f2f2;
}
.order-items {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.order-item-image  {
    margin-right: 10px;
}
.order-item-image > img {
    width: 55px;
}
.order-item-image > i{
    font-size: 44px;
}
.order-item-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 140px;
}
.text-bold {
    font-weight: bold;
}

.table-name {
    border-top: 1px solid #eaeef1;
    border-left: 1px solid #eaeef1;
    border-right: 1px solid #eaeef1;
    padding: 10px;
    background-color: #f2f2f2;
    font-size: 15px;
}

.border-table-header {
    border: 1px solid var(--primary) !important;
}

/* start tooltip */
.position-relative {
    position: relative;
    display: inline-block;
  }
  .es-tooltip {
    display: block;
    position: absolute;
    border-radius: 6px;
    z-index: 900;
    min-height: 42px;
    width: max-content;
    max-width: 400px;
    background-color: #FFF;
    border: 1px solid #DDD;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  }
  .es-tooltip-top {
    position: absolute;
    top: -10px;
    left: 50%;
  }
  .es-tooltip-body-top{
    transform: translate(-50%, -100%);
  }
  .es-tooltip-body-top::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #FFF;
    position: absolute;
    z-index: 999;
    bottom: -8px;
    transform: translateX(-50%);
    left: 50%;
  }
  .es-tooltip-body-top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 9px solid #DDD;
    position: absolute;
    z-index: 999;
    bottom: -9px;
    transform: translateX(-50%);
    left: 50%;
  }
  .es-tooltip-bottom {
    position: absolute;
    bottom: -10px;
    left: 50%;
  }
  .es-tooltip-body-bottom{
    transform: translate(-50%, 0%);
  }
  .es-tooltip-body-bottom::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #FFF;
    position: absolute;
    z-index: 999;
    top: -8px;
    transform: translateX(-50%);
    left: 50%;
  }
  .es-tooltip-body-bottom::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #DDD;
    position: absolute;
    z-index: 999;
    top: -9px;
    transform: translateX(-50%);
    left: 50%;
  }
  .es-tooltip-right {
    position: absolute;
    right: -10px;
    top: 50%;
  }
  .es-tooltip-body-right{
    transform: translate(0%, -50%);
  }
  .es-tooltip-body-right::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #FFF;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
  }
  .es-tooltip-body-right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #DDD;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
  }
  .es-tooltip-left {
    position: absolute;
    left: -10px;
    top: 50%;
  }
  .es-tooltip-body-left{
    transform: translate(-100%, -50%);
  }
  .es-tooltip-body-left::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #FFF;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    right: -8px;
  }
  .es-tooltip-body-left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #DDD;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
  }
  /* end tooltip */

  .display-center {
    display: flex;
    align-items: center;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .space-between {
    justify-content: space-between;
  }
  #list-orders>thead>tr {
    border: 1px solid var(--primary);
  }
  #list-orders>thead>tr>th {
    border-bottom: 1px solid var(--primary);
    border-left: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    border-top: 1px solid var(--primary);
  }
  .app-datetime {
    position: relative;
    display: flex;
    align-items: center;
  }
  .input-datetime {
    padding: 0 32px 0 6px;
    border-radius: var(--radius-s);
    border: 1px var(--lightgray) solid;
    line-height: normal;
    height: 32px;
    width: 100%;
  }
  .input-datetime:focus-visible{
    border: 1px var(--primary) solid;
  }
  .button-datetime {
    position: absolute;
    z-index: 10;
    right: 0;
    width: 32px;
    height: 30px;
    border-left: 1px var(--lightgray) solid;
    border-right: none;
    border-bottom: none;
    border-top: none;
    background-color: transparent;
  }
  .order-copy {
    position: relative
  }
  .order-copy-icon {
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 16px;
  }

.table-voucher-care {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-bottom: 10px;
}

.table-voucher-care .checkbox-col {
    text-align: center;
    background-color: var(--primary);
    border-top-left-radius: var(--radius-m);
    border-bottom-left-radius: var(--radius-m);
}

.table-voucher-care .content-col {
    border-top-right-radius: var(--radius-m);
    border-bottom-right-radius: var(--radius-m);
    padding: 10px;
    background-color: white;
    border: 1px solid var(--lightgray);
}

.table-voucher-care .content-col.selected {
    border: 1px solid var(--primary);
    background-color: var(--primary);
}

.table-voucher-care .content-col .title {
    margin: 5px 0px;
    color: #000000;
    font-weight: bold;
}

.table-voucher-care .content-col .title.selected {
    color: white
}

.table-voucher-care .content-col .description.selected {
    color: white;
}

.table-voucher-care .content-col .label-amount {
    padding: 4px;
    background-color: #ece9e9;
    color: #666;
    border-radius: var(--radius-s);
    font-size: 14px;
    width: fit-content;
}

.table-voucher-care .content-col .label-amount.selected {
    background-color: var(--orange);
    color: var(--orange);
}

.border-form-light-gray {
    border-radius: var(--radius-s);
    border: 1px solid #ededed;
    padding: 15px;
}
.flex-colum {
    display: flex;
    flex-direction: column;
}
.message-error {
    display: inline-block;
    line-height: normal;
    margin: 0;
    padding: 0;
    bottom: -1px;
    font-size: var(--font-size-xs);
    color: var(--red);
}
.line-height-normal {
    line-height: normal;
}