/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

:root {

    --color-highlight-case: #2563EB;
    --color-main-case: #526e3e;
}
body{
    font-weight: 400;
}

.img-cover{
    object-fit: cover;
}
.bg-orange{
    background-color: #fd7e14 !important;
}

.bg-grey{
    background-color: #ebedf2 !important;
}

.p-0{
    padding: 0px !important;
}

.p-5{
    padding: 5px !important;
}

.pt-5{
    padding-top: 5px !important;
}

.pr-5{
    padding-right: 5px !important;
}

.pb-5{
    padding-bottom: 5px !important;
}

.pl-5{
    padding-left: 5px !important;
}

.p-10{
    padding: 10px !important;
}

.pt-10{
    padding-top: 10px !important;
}

.pr-10{
    padding-right: 10px !important;
}

.pb-10{
    padding-bottom: 10px !important;
}

.pl-10{
    padding-left: 10px !important;
}

.p-15{
    padding: 15px !important;
}

.pt-15{
    padding-top: 15px !important;
}

.pr-15{
    padding-right: 15px !important;
}

.pb-15{
    padding-bottom: 15px !important;
}

.pl-15{
    padding-left: 15px !important;
}

.p-20{
    padding: 20px !important;
}

.pt-20{
    padding-top: 20px !important;
}

.pr-20{
    padding-right: 20px !important;
}

.pb-20{
    padding-bottom: 20px !important;
}

.pl-20{
    padding-left: 20px !important;
}

.m-0{
    margin: 0px !important;
}

.m-5{
    margin: 5px !important;
}

.mt-2{
    margin-top: 2px !important;
}

.mt-5{
    margin-top: 5px !important;
}

.mr-5{
    margin-right: 5px !important;
}

.mb-5{
    margin-bottom: 5px !important;
}

.ml-5{
    margin-left: 5px !important;
}

.m-10{
    margin: 10px !important;
}

.mt-10{
    margin-top: 10px !important;
}

.mr-10{
    margin-right: 10px !important;
}

.ml-10{
    margin-left: 10px !important;
}

.mb-10{
    margin-bottom: 10px !important;
}

.mt-15{
    margin-top: 15px !important;
}

.mr-15{
    margin-right: 15px !important;
}

.mb-15{
    margin-bottom: 15px !important;
}

.ml-15{
    margin-left: 15px !important;
}

.m-20{
    margin: 20px !important;
}

.mt-20{
    margin-top: 20px !important;
}

.mr-20{
    margin-right: 20px !important;
}

.mb-20{
    margin-bottom: 20px !important;
}

.ml-20{
    margin-left: 20px !important;
}

.m-30{
    margin: 30px !important;
}

.mt-30{
    margin-top: 30px !important;
}

.mr-30{
    margin-right: 30px !important;
}

.mb-30{
    margin-bottom: 30px !important;
}

.ml-30{
    margin-left: 30px !important;
}

.m-40{
    margin: 40px !important;
}

.mt-40{
    margin-top: 40px !important;
}

.mr-40{
    margin-right: 40px !important;
}

.mb-40{
    margin-bottom: 40px !important;
}

.ml-40{
    margin-left: 40px !important;
}

.mb-100{
    margin-bottom: 100px !important;
}

.mt-100{
    margin-top: 100px !important;
}

.fs-10{
    font-size: 10px !important;
}

.fs-11{
    font-size: 11px !important;
}

.fs-12{
    font-size: 12px !important;
}

.fs-13{
    font-size: 13px !important;
}

.fs-14{
    font-size: 14px !important;
}

.fs-15{
    font-size: 15px !important;
}

.fs-16{
    font-size: 16px !important;
}

.fs-17{
    font-size: 17px !important;
}

.fs-18{
    font-size: 18px !important;
}

.fs-19{
    font-size: 19px !important;
}

.fs-20{
    font-size: 20px !important;
}

.fs-22{
    font-size: 22px !important;
}

.fs-25{
    font-size: 25px !important;
}

.fs-30{
    font-size: 30px !important;
}

.w-3{
    width: 3% !important;
}

.w-5{
    width: 5% !important;
}

.w-6{
    width: 6% !important;
}

.w-7{
    width: 7% !important;
}

.w-8{
    width: 8% !important;
}

.w-9{
    width: 9% !important;
}

.w-10{
    width: 10% !important;
}

.w-20{
    width: 20% !important;
}

.w-15{
    width: 15% !important;
}

.w-30{
    width: 30% !important;
}

.w-40{
    width: 40% !important;
}

.w-50{
    width: 50% !important;
}

.w-55{
    width: 55% !important;
}

.w-60{
    width: 60% !important;
}

.w-65{
    width: 65% !important;
}

.w-70{
    width: 70% !important;
}

.w-80{
    width: 80% !important;
}

.w-90{
    width: 90% !important;
}

.fw-400{
    font-weight: 400 !important;
}

.cursor-p{
    cursor: pointer;
}

.h-5{
    height: 5px !important;
}

.h-10{
    height: 10px !important;
}

.h-20{
    height: 20px !important;
}

.h-30{
    height: 30px !important;
}

.h-40{
    height: 40px !important;
}

.h-50{
    height: 50px !important;
}
.h-60{
    height: 60px !important;
}

.h-35{
    height: 35px !important;
}

.w-auto{
    width: auto !important; 
}

.w-10px{
    width: 10px !important;
}

.w-15px{
    width: 15px !important;
}

.w-20px{
    width: 20px !important;
}

.w-30px{
    width: 30px !important;
}

.w-40px{
    width: 40px !important;
}

.w-50px{
    width: 50px !important;
}

.w-60px{
    width: 60px !important;
}

.w-70px{
    width: 70px !important;
}

.w-100px{
    width: 100px !important;
}

.w-120px{
    width: 120px !important;
}

.w-150px{
    width: 150px !important;
}

.w-200px{
    width: 200px !important;
}

.h-10px{
    height: 10px !important;
}

.h-15px{
    height: 15px !important;
}

.h-20px{
    height: 20px !important;
}

.h-30px{
    height: 30px !important;
}

.h-40px{
    height: 40px;
}

.lh-10px{
    line-height: 10px;
}

.lh-15px{
    line-height: 15px !important;
}

.lh-20px{
    line-height: 20px !important;
}

.lh-25px{
    line-height: 25px;
}

.lh-30px{
    line-height: 30px;
}

.lh-35px{
    line-height: 35px;
}

.lh-40px{
    line-height: 40px;
}

.mh-35{
    min-height: 35px;
}

.mh-300{
    min-height: 300px;
}

.border {
    border: 1px solid #dbdfe9 !important;
}

html, body {
    overflow-x: hidden;
}

/* -------- swal alert2 --------- */

.swal2-actions .btn-danger{
    background-color: #fd397a !important;
    border-color: #fd397a !important;
    color: #ffffff !important;
}

.swal2-actions .btn-danger:hover {
    color: #fff !important;
    background-color: #fd1361 !important;
    border-color: #fc0758 !important;
}

.swal2-actions .btn-brand{
    background: #5d78ff;
    color: #fff;
}

.swal2-icon.swal2-warning{
    border-color: #eea200;
    color: #eea200;
}

.swal2-icon.swal2-info{
    border-color: #5d78ff;
    color: #5d78ff;
}

.swal2-icon.swal2-error{
    border-color: #fd397a ;
    color: #fd397a;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line]{
    background-color: #fd397a;
}

.swal2-actions .btn{
    font-size: 12px;
}

/* -------- end style swal alert2 --------- */


/* -------- Custom tiny MCE --------- */

.mce-editor-simple{
    height: 200px;
    border: none;
    resize: none;
    visibility: hidden;
}

.mce-editor{
    height: 500px;
    border: none;
    resize: none;
    visibility: hidden;
}

.tox.tox-tinymce-aux .tox-toolbar__overflow{
    min-height: 39px;
}

.tox-tinymce .tox-statusbar__branding {
    display: none;
}

.tox-tinymce {
    border: 1px solid #e2e5ec !important;
}

.tox .tox-statusbar{
    border-top: 1px solid #e2e5ec !important;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){
    border-right: 1px solid #e2e5ec !important;
}

.tox .tox-toolbar__primary{
    background: none !important;
    border-bottom: 1px solid #e2e5ec;
}


/* -------- End Custom tiny MCE --------- */

.input-group .input-group-text {
    width: 45px;
}

.input-group .input-group-text.active {
    color: #fff;
    background: #5578eb !important;
    border: 1px solid #5578eb;
}

.input-group.bootstrap-touchspin .input-group-text{
    width: auto;
}

.kt-portlet .kt-portlet__body > .form-group:last-child{
    margin-bottom: 0;
}

.tagify-input{
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
    padding: 5px;
}

.tagify-input.form-control {
    height: auto;
}

.tagify-input.form-control-sm {
    min-height: 34.5px;
    padding: 3px;
}

.input-group .tagify__input{
    display: inline-block;
    margin: 0px;    
    padding: 3px 5px;
}

.input-group .tagify__tag{
    margin: 0 5px 2px 5px
}

.input-group .tagify .tagify__tag .tagify__tag__removeBtn{
    margin-left: 2px;
    margin-top: -4px;
}

.bootstrap-select .dropdown-menu.inner > li > a{
    padding: 5px 10px;
}

.bootstrap-select .dropdown-menu{
    padding: 5px 0;
}


.form-group .form-text{
    font-weight: 400;
}

.form-control-sm{
    font-size: 13px;
}

.dropdown.bootstrap-select.form-control-sm .dropdown-toggle{
    min-height: 34.5px;
}

.list-image-album .btn-clear-image-album{
    width: 20px !important;
    height: 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: auto;
    right: -7px;
    bottom: -4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}

.btn-clear-image-album > i{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #74788d;
    font-size: 10px;
}


.kt-user-card-v2__details .kt-user-card-v2__desc a.action-item{
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #e2e5ec;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    color: #595d6e;
    margin-top: 5px;
}

.kt-user-card-v2__details .kt-user-card-v2__desc a.action-item:hover{
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #5d78ff;
}

.kt-user-card-v2__details .kt-user-card-v2__desc a.action-item:first-child{
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
}

.list-flags .flag{
    width: 17px;
    border-radius: 3px;
    margin: 0 5px 0 0;
    color: #c5c5c5;
    height: 17px;
    text-align: center;
    line-height: 17px;
}
.head-flags.list-flags .flag{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.head-flags.list-flags>a{
    display: inline-block;
    margin: 0px 2px;
}
.head-flags.list-flags .flag.flag-default{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.list-flags .flag:hover{
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #5d78ff;
}

.list-flags .flag:last-child{
    margin-right: 0;
}

.bootstrap-select.form-control-sm{
    line-height: 26px;
}

.bootstrap-select.form-control-sm > .dropdown-toggle:after{
    margin-right: 2px;
}

.nh-portlet{
    display: flex;
}

.nh-portlet .kt-portlet__head{
    padding: 15px;
    min-height: 40px;
}

.nh-portlet .kt-portlet__head .kt-portlet__head-title{
    font-size: 15px;
}

.nh-portlet .kt-portlet__body{
    padding: 15px;
    position: relative;
}

.nh-portlet .kt-portlet__head-group .btn.btn-icon.btn-sm{
    height: 30px;
    width: 30px;
    margin-top: 5px;
}

.form-group{
    margin-bottom: 15px;
}

.kt-aside{
    width: 230px;
}

.list-image-album{
    padding: 5px 5px 0px 5px;
    border-radius: 4px;
    min-height: 90px;
    background: #ebedf2;
    border: 1px solid #ebedf2;
}

.list-image-album .kt-media{
    border: 1px solid #fff;
}

.list-image-album .kt-media.kt-media--lg img{
    width: 75px;
    height: 75px;
    max-width: 75px;
    object-fit: cover;
}

.list-files{
    position: relative;
    background: #e2e5ec;
    border-radius: 4px;
    height: 50px;
    padding: 5px;
}

.list-files .item-file {
    border: 1px solid #e2e5ec;
    height: 40px;
    width: 40px;
    position: relative;
    border-radius: 4px;
    background: #fff;
    margin-right: 5px;
    display: inline-block;
}

.list-files .item-file:last-child {
    margin-right: 0px;
}

.list-files .item-file > i {
    font-size: 16px !important;
    /* margin: 10px auto; */
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
}

.list-files .item-file .btn-clear-file {
    border: 1px solid #e2e5ec;
    width: 18px !important;
    height: 18px !important;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: auto;
    right: -8px;
    bottom: -4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    font-size: 9px;
}


/* css for KT-datatable */
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row{
    border-top: 1px solid #f0f3ff;
    border-radius: 0px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:first-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:first-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:first-child{
    padding-left: 15px;
}
.kt-datatable__head tr th{
    color: #595d6e;
    background-color: #fafbfc !important;
    border-color: #ebedf2;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--disabled,
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--disabled:hover{
    color:#6c757d;
    opacity: 0.6;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link{
    color: #595d6e;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail{
    padding: 0 20px;
}

.kt-favicon{
    width: 50px !important;
    height: 50px !important;
}

.kt-favicon + label{
    width: 20px !important;
    height: 20px !important;
}

.kt-favicon + label i{
    font-size: 0.6rem !important;
}

.entire-dropzone-view{
    margin-top:15px;
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
    max-height: 150px;
    overflow: auto;
}

.wrp-comma .comma-item:last-child{
    display:none;
}

select.kt-select2.form-control{
    height: 32.5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    min-height: 32.5px;
    min-height: calc(1.5em + 1.3rem);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field{
    margin: 0;
    height: 22px;
}

.select2-container--default .select2-results__option{
    font-weight: 400;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
    margin: 0 5px 0 0;
    font-weight: 400;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{
    color: #fd397a !important;
    left: -3px;
}

.view-file-content{
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
    max-height: 150px;
    overflow: auto;
}

.kt-label-bg-color-link{
    background-color: rgba(0,0,0,.07) !important;
    color: #444 !important;
}

.input-inline-link{
    width: 25em;
    pointer-events: none;
    border: 1px solid #ededed;
    padding: 2px 8px;
}

.popover.lg-popover{
    max-width: 400px;
}

.popover-body{
    padding: 15px;
}

.daterangepicker.show-calendar{
    z-index: 1061;
}

table.nh-table-item tfoot{
    background: #ebedf240;
    font-weight: 400;
}

table.nh-table-item tr td{
    vertical-align: middle;
}

table.nh-table-item tr td:first-child{
    padding-left: 0px;
}

table.nh-table-item tr td:last-child{
    padding-right: 0px;
}

.nh-table-responsive{
    overflow-y: hidden;
}

.was-validated .form-control:invalid,
.form-control.is-invalid{
    background-image:none;
    padding: 0.65rem 1rem;
 }

.bootstrap-select.form-control.is-invalid{
    background-image:none;
    padding: 0;
}

.nh-editor { 
    min-height: calc(90vh - 230px);
    font-size: 16px;
    display: none;
}

.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start i, 
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel i, 
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete i{
    font-size: 1rem !important;
}

.kt-datatable .kt-user-card-v2.kt-user-card-v2--uncircle .kt-user-card-v2__pic img{
    height: 40px;
    width: 40px;
    object-fit: cover;
}

.nh-wizard.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body{
    padding: 0 10px 0px 10px;
}

.nh-wizard.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon{
    margin-bottom: 0;
}

.nh-wizard.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item.text-success .kt-wizard-v1__nav-label,
.nh-wizard.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item.text-success .kt-wizard-v1__nav-icon i,
.nh-wizard.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item.text-success:after{
    color: #0abb87 !important;
}

.nh-wizard.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item.text-info .kt-wizard-v1__nav-label,
.nh-wizard.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item.text-info .kt-wizard-v1__nav-icon i,
.nh-wizard.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item.text-info:after{
    color: #5d78ff !important;
}

.nh-wizard.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item.text-danger .kt-wizard-v1__nav-label,
.nh-wizard.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item.text-danger .kt-wizard-v1__nav-icon i,
.nh-wizard.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item.text-danger:after{
    color: #fd397a !important;
}

.nh-timeline-v1.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item{
    margin-top: 15px !important;
}


.nh-timeline-v2.kt-timeline-v2:before{
    left: 150px;
}

.nh-timeline-v2.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-time{
    font-size: 12px;
    font-weight: 400;
    padding-top: 5px;
}

.nh-timeline-v2.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle{
    left: 140px;
}

.nh-timeline-v2.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text{
    padding: 0.35rem 0 0 150px;
}

.nh-wizard.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon{
    font-size: 30px;
}

.nh-wizard.kt-wizard-v1 .kt-wizard-v1__nav{
    border-bottom: 0;
}

.view-detail-modal .modal-body{
    min-height: 80vh;
}

.blockUI.blockMsg.blockPage{
    z-index: 1100 !important;
}

.nh-widget-hover .kt-widget5__item{
    cursor: pointer;    
}

.nh-widget-hover .kt-widget5__item:hover{
    background-color: #f7f8fa;
}

.lg-popover .nh-widget-hover .kt-widget5__item{
    min-width: 350px;
    display: block;
    width: 100%;
}

.dropdown.bootstrap-select div[role="listbox"]::-webkit-scrollbar {
  width: 4px;
  height: 40px;
}

.dropdown.bootstrap-select div[role="listbox"]::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dropdown.bootstrap-select div[role="listbox"]::-webkit-scrollbar-thumb {
  background: #d8dce6;
}

.dropdown.bootstrap-select div[role="listbox"]::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.ui-widget-content.ui-autocomplete::-webkit-scrollbar {
  width: 4px;
  height: 40px;
}

.ui-widget-content.ui-autocomplete::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.ui-widget-content.ui-autocomplete::-webkit-scrollbar-thumb {
  background: #d8dce6;
}

.ui-widget-content.ui-autocomplete::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.tagify__dropdown::-webkit-scrollbar {
  width: 4px;
  height: 40px;
}

.tagify__dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.tagify__dropdown::-webkit-scrollbar-thumb {
  background: #d8dce6;
}

.tagify__dropdown::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.ui-widget-content.ui-autocomplete{
    border: 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    padding: 0px 0 5px;
    /* border-radius: 4px; */
    font-family: Poppins, Helvetica, sans-serif;
    max-height: 350px;
    overflow: auto;
    z-index: 9999;
}

.ui-widget-content.ui-autocomplete .ui-menu-item-wrapper{
    display: block;
    padding: 5px 10px;
    line-height: 26px;
}
.ui-widget-content.ui-autocomplete .ui-menu-item:hover{
    border:0;
}
.ui-widget-content.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper{
    background: #f7f8fa;
    color: #595d6e;
    border: 0;
}

.ui-widget-content.ui-autocomplete .ui-state-focus,
.ui-widget-content.ui-autocomplete .ui-state-active{
    margin: 0px;
}

.ui-widget-content.ui-autocomplete .ui-state-active,
.ui-widget-content.ui-autocomplete a.ui-button:active,
.ui-widget-content.ui-autocomplete .ui-button:active,
.ui-widget-content.ui-autocomplete .ui-button.ui-state-active:hover {
    border: 0;
    background: transparent;
    /*font-weight: 300;*/
    color: #595d6e;
}

.ui-widget-content.ui-autocomplete .item-add-more .ui-menu-item-wrapper{
    border-bottom: 1px solid #ddd;
    background: #ebedf240;
}

.ui-widget-content.ui-autocomplete .item-add-more:hover .ui-menu-item-wrapper{
    border-bottom: 1px solid #ddd;
    background:#ebedf240;
}

.overbackground{
    background: rgb(0 0 0 / 0.06);
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index: 9;
}

.box-list-template .kt-ribbon__target{
    z-index: 12;
    pointer-events: none;
}

.editor-different{
    width: 100%;
    height: 400px;
}
    
.tagify__dropdown__item {
    display: flex;
}

.tagify__dropdown__item .btn-remove{
    margin-left: auto;
    display: none;
    cursor: pointer;
    border: none;
    border-radius: 0.2rem;
    padding: 0px 10px;
    background-color: rgba(253, 57, 122, 0.1);
    color: #fd397a;
    font-size: 12px;
}

.tagify__dropdown__item .btn-remove:hover{
    background-color: #fd397a;
    color: #ffffff;
}

.tagify__dropdown__item:hover .btn-remove{
    display: inline-block;
}

.wrap-item.item-error{
    border-color: #fd397a;
}

input.form-control.disabled {
    background-color: #f7f8fa;
    opacity: 1;
}


.kt-todo-file {
    display: block;
    padding-top: 0.7rem;
}

.kt-todo-file i {
    padding-right: 0.5rem;
}

.kt-todo-file a {
    color: #74788d;
    font-weight: 500;
}
.kt-todo-file a:hover {
    color: #5d78ff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.kt-todo-files {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.no-box-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.kt-portlet .blockUI.blockOverlay{
    opacity: 0.02 !important;
}

.input-group > .input-group-append:not(:last-child) > .input-group-text{
    border-right: none;
}

.cursor-default {
    cursor: default !important;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--brand > a.active {
    background: #5d78ff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--brand > a.active > i {
    color: #ffffff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--light > a.active {
    background: #ffffff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--light > a.active > i {
    color: #282a3c;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--dark > a.active {
    background: #282a3c;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--dark > a.active > i {
    color: #ffffff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--primary > a.active {
    background: #5867dd;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--primary > a.active > i {
    color: #ffffff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--success > a.active {
    background: #0abb87;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--success > a.active > i {
    color: #ffffff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--info > a.active {
    background: #5578eb;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--info > a.active > i {
    color: #ffffff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--warning > a.active {
    background: #ffb822;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--warning > a.active > i {
    color: #111111;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--danger > a.active {
    background: #fd397a;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--danger > a.active > i {
    color: #ffffff;
}

.kt-sticky-toolbar .kt-sticky-toolbar__item > a{
    background: #ebedf2;
}

.nh-active-hover:hover:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: #390 dashed 1px;
}

.kt-todo .kt-todo__list .kt-todo__body .kt-todo__items .kt-todo__item .kt-todo__details{
    width: calc(100% - 145px);
    overflow: auto;
}
.entire-dashboard .kt-portlet.kt-portlet--height-fluid {
    min-height: 450px;
    height: 100%;
}
.entire-dashboard .kt-portlet.kt-portlet--height-fluid-half {
    min-height: 200px;
}

.kt-container.kt-container--fluid{
    max-width: 1860px;
    margin: 0 auto;
}

.kt-wizard-v4__review.entire-detail .kt-wizard-v4__review-item{
  background-color:#eeeef4;
}

.kt-wizard-v4__review.entire-detail .kt-wizard-v4__review-item{
  padding-left:30px;
  padding-right:30px;
  border: none !important;
  margin-bottom: 30px !important;
}

.kt-wizard-v4__review.entire-detail .kt-wizard-v4__review-item:last-child{
  padding-bottom: 1rem !important;
  margin-bottom: 1rem !important;
}

.kt-wizard-v4__review.entire-detail .list-files{background-color:transparent;}
.entire-dashboard .kt-portlet.kt-portlet--tabs .kt-portlet .kt-portlet__head .kt-portlet__head-toolbar{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: end;
}

.entire-comment.kt-todo .kt-todo__list .kt-todo__body .kt-todo__items .kt-todo__item .kt-todo__details,
.entire-comment.kt-todo .kt-todo__list .kt-todo__body .kt-todo__items .kt-todo__item .kt-todo__info .kt-todo__actions{
    margin-top: 0;
}

.entire-comment.kt-todo .kt-todo__list .kt-todo__body .kt-todo__items .kt-todo__item .kt-todo__details .kt-todo__message .kt-todo__subject{
    display: block;
}
.bg-inactive{
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}
.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.nh-portlet-permission.kt-portlet.kt-portlet--sticky > .kt-portlet__head{
    height: auto;
    min-height: auto;
}

.nh-portlet-permission table tr td{
    vertical-align: middle;
}

.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--active > .kt-datatable__cell,
.table-hover tbody tr:hover {
    background-color: #fcfccd;
}

.kt-badge{
    text-align: center;
}

.kt-datatable__row .kt-datatable__cell>span .label-value{
    display: inline-block;
}

.w-xs-10.w-kt-table>span {
    width: 100% !important;
}

.w-xs-90.w-kt-table>span {
    width: 100% !important;
}

/*.input-group .minicolors {
    width: calc(100% - 45px);
}*/

.entire-dashboard .kt-portlet--height-fluid>.kt-portlet:last-child {
    margin-bottom: 0;
}

.suggest-on-modal.ui-autocomplete{
    position: fixed;
    z-index: 1051;
}

.kt-pointer {
    cursor: pointer;
}

.radius-0.bootstrap-select > .dropdown-toggle {
    border-radius: 0 !important;
}

.select2-multile-select{
    max-height: 30px;
    overflow: hidden;
}

.select2-multile-select option{
    display: none;
}

a[title="JavaScript charts"]{
    display: none !important;
}

th.sorted{
    color: #5867dd !important;
}

th.sorted::after{
    content: '';
    font-family: Flaticon2;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 10px;
}
th.sorted[data-sort="asc"]::after {
    content: "\f1a7";
}

th.sorted[data-sort="desc"]::after {
    content: "\f1a6";
}
th[data-field] {
    cursor: pointer;
}
.entire-report-dashboard-half{
    min-height: 238px;
}
.entire-report-dashboard{
    min-height: 475px;
}
.pointer-event {
    cursor: pointer !important;
}
.js-minicolors-select + .minicolors-swatch {
    width: 34px !important;
    height: 34px;
}
.config-data-extend .listbox-title {
    padding: 7.25px 20px;
    color: #595d6e;
    background-color: #ebedf2;
}

.kt-sticky-toolbar{
    bottom: 15% !important;
    top: auto;
}

.kt-notification .kt-notification__item:after{
    content: '' !important;
}

.kt-header__topbar .kt-header__topbar-item{
    position: relative;
}

.kt-notification .kt-notification__item.not-seen{
    background-color: #f7f8fa;
}

.mini-notification{
    position: absolute;
    position: absolute;
    width: 17px;
    height: 17px;
    font-size: 8px;
    top: 12px;
    right: 4px;
}

.mini-notification i {
    font-size: 17px;
}

.kt-header{
    background-color: #000;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon i {
    color: #c0c4d1;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill]{
    fill: #494b74;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill],
.kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__link-icon svg g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill]{
    fill: #fff;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, 
.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text{
    color: #fff;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow, 
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow{
    color: #fff;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill], 
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) .kt-menu__link-icon svg g [fill]{
    fill: #fff;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill]{
    fill: #fff;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill]{
    fill: #fff;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, 
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span{
    background-color: #fff;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span{
    background-color: #fff;
}

.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill]{
    fill: #fff;
}

#toast-container > div{
    box-shadow: 0 0 5px #787878;
    opacity: 1;
}


.kt-nav__link-icon-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.kt-nav__link-icon-lang img , .kt-nav__link-img-lang{
    border-radius: 4px;
    width: 17px;
}

.dropdown-info-user .kt-user-card {
    padding: 1rem;
}

.dropdown-info-user .kt-user-card .kt-user-card__avatar .kt-badge {
    width: 50px;
    height: 50px;
}

.kt-notification__item-details-lang .kt-notification__item-title {
    display: flex;
    align-items: center;
}

.mh-full{
    min-height: 80vh;
}

.kt-langs__topbar .kt-header__topbar-item--langs span.kt-header__topbar-icon {
    height: 32px;
    width: 32px;
    background: #cfd2e3;
}

.kt-langs__topbar .kt-header__topbar-item.show .kt-header__topbar-icon, .kt-langs__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon {
    background-color: rgb(134 130 161 / 70%) !important;
}

.kt-langs__topbar {
    margin-left: 0.25rem;
}

.kt-todo__tab-attribute .kt-todo__actions {
    height: 18px;
}

.nav-pills.nav-pills-label .nav-item .nav-link:hover {
    background-color: rgba(93,120,255,.1);
    color: #5d78ff;
}

.kt-form__section-attribute .kt-wizard-v2__form>.row {
    margin-right: -15px;
    margin-left: -15px;
}

.kt-form__section-attribute .kt-wizard-v2__form>.row>div {
    padding-right: 15px;
    padding-left: 15px;
}


.kt-form__partner-store table.table.nh-table-item tbody>tr:nth-child(2n+2) {
    background: #fbfbfb;
}

.kt-form__partner-store table.table.nh-table-item tbody>tr>td {
    padding: 0.75rem;
}

.kt-form__partner-store table.nh-table-item tr td:first-child {
    border-left: 1px solid #ebedf2;
}

.kt-form__partner-store table.nh-table-item tr td:last-child {
    border-right: 1px solid #ebedf2;
}

.img-qrcode-preview{
    max-width: 100%;
    width: auto;
    border: 1px dotted #ddd;
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
}

.full-screen-editor{
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999;
    top: 0;
    left: 0;
}

.tooltip-quantity {
    text-align: left;
    padding: 7px 0;
    border-bottom: 1px dashed #ddd;
}

.tooltip-quantity:first-child {
    padding-top: 0;
}

.tooltip-quantity:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal-dialog.modal-xl {
    max-width:1140px
}

.kt-subheader .btn i.fa{
    font-size: inherit !important;
}

.bootstrap-maxlength{
    z-index: 1051 !important;
}

/*Css sign up gg*/
.stepper-item[data-ktwizard-state="current"] .stepper-icon {
    transition: color .2s ease !important;
    background-color: var(--bs-stepper-icon-bg-color-current) !important;
    border: var(--bs-stepper-icon-border-current) !important;
}
.stepper-item[data-ktwizard-state="current"] .stepper-icon .stepper-check {
    display: none !!important;
}
.stepper-item[data-ktwizard-state="current"] .stepper-label .stepper-title {
    opacity: 1 !important;
}

.stepper-item[data-ktwizard-state="done"] .stepper-icon .stepper-check {
    color: var(--bs-stepper-icon-check-color-completed) !important;
    display: inline-block !important;
}
.stepper-item[data-ktwizard-state="done"] .stepper-icon .stepper-number {
    display: none !important;
}

.bootstrap-select button.dropdown-toggle:focus {
    outline: none !important;
}

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #FFFFFF; }

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em; }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/ }

#toast-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #0abb87; }

.toast-error {
  background-color: #fd397a; }

.toast-info {
  background-color: #5578eb; }

.toast-warning {
  background-color: #ffb822; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }


.blockui {
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    display: table;
    table-layout: fixed;
    border-radius: 4px;
}
.blockui>span {
    color: #74788d;
    display: table-cell;
    vertical-align: middle;
    padding: .75rem 1.2rem;
    font-size: 1rem;
    font-weight: 400;
}

.kt-spinner {
    position: relative;
}
.kt-spinner:before {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.blockui>span>.kt-loader, .blockui>span>.kt-spinner {
    margin-right: 1.25rem;
}

.kt-spinner.kt-spinner--v2:before {
    -webkit-animation: kt-spinner .5s linear infinite;
    animation: kt-spinner .5s linear infinite
}
.kt-spinner.kt-spinner--v2.kt-spinner--brand:before {
    border: 2px solid #f6f8ff;
    border-top-color: #4e6bff
}

.kt-spinner.kt-spinner--v2.kt-spinner--light:before {
    border: 2px solid #fff;
    border-top-color: #f7f7f7
}

.kt-spinner.kt-spinner--v2.kt-spinner--dark:before {
    border: 2px solid #656a98;
    border-top-color: #222433
}

.kt-spinner.kt-spinner--v2.kt-spinner--primary:before {
    border: 2px solid #d7dbf7;
    border-top-color: #4b5bda
}

.kt-spinner.kt-spinner--v2.kt-spinner--success:before {
    border: 2px solid #67f7cd;
    border-top-color: #09ac7d
}

.kt-spinner.kt-spinner--v2.kt-spinner--info:before {
    border: 2px solid #dee5fb;
    border-top-color: #476de9
}

.kt-spinner.kt-spinner--v2.kt-spinner--warning:before {
    border: 2px solid #ffe9bb;
    border-top-color: #ffb313
}

.kt-spinner.kt-spinner--v2.kt-spinner--danger:before {
    border: 2px solid #ffd0e0;
    border-top-color: #fd2a70
}

@-webkit-keyframes kt-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes kt-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}


.keyword-exists {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.keyword-exists li {
    float: left;
    padding: 3px 7px;
    border: 1px solid #c7c9d9;
    margin-right: 8px;
    border-radius: 5px;
    margin-bottom: 8px;
    color: #000000d9;
}

.tagify__input {
    margin: 0;
}

.bg-white {
    background-color: #fff;
}

[nh-wrap="conditions"].scroll {
    max-height: 255px;
    overflow: auto;
    margin-bottom: 1.5rem;
    padding-right: .5rem;
}
[nh-wrap="conditions"].scroll .form-group:last-child{
    margin-bottom: 1px;
}

[nh-wrap="conditions"]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: .3rem;
}

[nh-wrap="conditions"]::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;

}

[nh-wrap="conditions"]::-webkit-scrollbar-thumb {
  background-color: #5d78ff;
  border-radius: .3rem;
}

.config-modal--list{
    max-height: 342px;
    overflow-y: auto;
}

.list-image {
    margin-top: 30px;
    max-height: 430px;
    overflow-y: auto;
}

.list-image--name {
    padding: 18px 0;
}

.list-image--item {
    padding: 0 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    border: 0;
}

.kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form{
    width: 70%;
}

.kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item.active{
    background: #fff;
}

.kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item .kt-wizard-v4__nav-body .kt-wizard-v4__nav-number{
    color: #959cb6;
}

.kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item.active .kt-wizard-v4__nav-body .kt-wizard-v4__nav-number{
    color: #5d78ff;
}

.kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item .kt-wizard-v4__nav-body{
    padding: 15px;
}

.border-radius-none{
    border-radius: 0;
}

.kt-datatable.datatable-mini-font .kt-datatable__cell, 
.kt-datatable.datatable-mini-font .kt-datatable__cell, 
.kt-datatable.datatable-mini-font .kt-datatable__cell{
    font-size: 12px !important;
}

.kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item{
    flex: 0 0 calc(20% - 0.25rem);
    width: calc(20% - 0.25rem);
}

.kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item .kt-wizard-v4__nav-body{
    padding: 10px 15px;
}

.kt-wizard-v4 .kt-wizard-v4__nav .kt-wizard-v4__nav-items .kt-wizard-v4__nav-item .kt-wizard-v4__nav-body .kt-wizard-v4__nav-label .kt-wizard-v4__nav-label-title{
    font-size: 13px !important;
}


/*thu_ngan_hieutx*/
.list-cashiers, .list-table-room {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    align-content: flex-start;
}

.list-cashiers .item-cashier, .list-table-room .item-table-room {
    position: relative;
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.list-cashiers .item-cashier .inter-cashier {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 10px 10px;
    border-radius: 12px;
    cursor: pointer;
}

.list-cashiers .item-cashier .inter-cashier .icon {
    margin-bottom: 5px;
}

.list-cashiers .item-cashier .inter-cashier .icon svg path {
    fill: #6682a3;
}

.list-cashiers .item-cashier .inter-cashier {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background: #f5f5f6;
}

.list-cashiers .item-cashier:hover .inter-cashier {
    background: var(--color-main-case);
    color: #fff;
}
.list-cashiers .item-cashier:hover .inter-cashier .icon img {
    filter: brightness(0) invert(1);
}

.list-cashiers .item-cashier:hover .btn-xepsan {
    background: #fff;
    color: var(--color-main-case);
}
.list-cashiers .item-cashier:hover .inter-cashier .inter-text .title,
.list-cashiers .item-cashier:hover .inter-text .note {
    color: #fff;
}

.list-cashiers .item-cashier.choose .inter-cashier, .list-table-room .item-table-room.choose .inter-table-room {
    background: #526e3e6b;
    color: var(--info);
}
.list-cashiers .item-cashier.active .inter-cashier {
    background: var(--color-main-case);
    color: #fff;
}

.list-cashiers .item-cashier .inter-text .note {
    opacity: 0;
    font-size: 11px;
    padding: 0;
    margin: 0;
    color: #85888C;
    background: none;
    border: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    width: 100%;
    cursor: pointer;
    line-height: 14px;
    text-align: left;
}

.list-cashiers .item-cashier:hover .inter-text .note {
    opacity: 1;
}

.list-cashiers .item-cashier.active .inter-cashier .icon img {
    filter: brightness(0) invert(1);
}

.list-cashiers .item-cashier .inter-text .title {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-cashiers .item-cashier.active .inter-cashier .inter-text .title {
    color: #fff;
}

.box-cashier-tab .kt-portlet--tabs {
    background: none;
    box-shadow: none;
    height: calc(100% - 19px);
}

.box-cashier-tab .kt-portlet--tabs .kt-portlet__body {
    background: #fff;
    height: 100%;
}

.box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier {
    padding-left: 12px;
    padding-right: 12px;
}

.box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier>ul>li.nav-item>a {
    background: var(--color-main-case) !important;
    color: #fff !important;
    min-width: 140px;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 7px 15px;
    justify-content: center;
    border: 0 !important;
    align-items: center;
}

.box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier>ul>li.nav-item {
    margin-right: 0;
}

.box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier>ul>li.nav-item>a.active {
    background: #fff !important;
    color: #595d6e !important;
}

.box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier>ul>li.nav-item>a svg path {
    fill: #ffffff !important;
}
.box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier>ul>li.nav-item>a i {
    color: #fff !important;
}
.box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier>ul>li.nav-item>a.active svg path {
    fill: #314920 !important;
}
.box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier>ul>li.nav-item>a.active i {
    color: var(--color-main-case) !important;
}
.kt-portlet__body.kt-portlet__body_cashier .list-cashiers {
    border-radius: 12px;
    height: calc(100vh - 186px);
    overflow-y: auto;
}
.content-tab-product-right .mid-actions .list-product-add {
    height: calc(100vh - 290px);
    overflow-y: auto;
}
.kt-portlet__body.kt-portlet__body_cashier .list-cashiers::-webkit-scrollbar-track,
.content-tab-product-right .mid-actions .list-product-add::-webkit-scrollbar-track,
.middle-inner .right-info::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #F5F5F5;
}

.kt-portlet__body.kt-portlet__body_cashier .list-cashiers::-webkit-scrollbar,
.content-tab-product-right .mid-actions .list-product-add::-webkit-scrollbar,
.middle-inner .right-info::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.kt-portlet__body.kt-portlet__body_cashier .list-cashiers::-webkit-scrollbar-thumb,
.content-tab-product-right .mid-actions .list-product-add::-webkit-scrollbar-thumb,
.middle-inner .right-info::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #ababab;
}
.list-cashiers .item-cashier.active:hover .inter-cashier .inter-text .note {
    color: #fff;
}

.kt-form__body.box-cashier-tab-child ul {
    margin-left: 0 !important;
    border: 0;
    margin-bottom: 20px !important;
}

.kt-form__body.box-cashier-tab-child ul>li>a {
    padding: 6px 15px !important;
    border-radius: 20px;
    border: 0 !important;
    font-weight: 600 !important;
}

.kt-form__body.box-cashier-tab-child ul>li {
    margin-right: 0 !important;
}

.kt-form__body.box-cashier-tab-child ul>li>a.nav-link.active {
    background: var(--color-main-case) !important;
    color: #fff !important;
}

.kt-form__body.box-cashier-tab-child ul>li>a:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background: #f5f5f6 !important;
}

.kt-form__body.box-cashier-product .list-product {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.kt-form__body.box-cashier-product .list-product .item-product {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    height: 100%;
    cursor: pointer;
}

.kt-form__body.box-cashier-product .list-product .item-product .inter-image .img {
    position: relative;
    padding-top: 75%;
    background: #fff;
}

.kt-form__body.box-cashier-product .list-product .item-product .inter-image .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kt-form__body.box-cashier-product .list-product .item-product .inter-product {
    border-radius: 12px;
    overflow: hidden;
    background: #dddd;
    height: 100%;
    border: 1px solid #dddd;
}

.kt-form__body.box-cashier-product .list-product .item-product .inter-text {
    text-align: center;
    padding: 10px 7px;
}

.kt-form__body.box-cashier-product .list-product .item-product .inter-product .inter-image {
    position: relative;
    background: #fff;
}

.kt-form__body.box-cashier-product .list-product .item-product .inter-product .inter-image .price {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    display: math;
}
.kt-form__body.box-cashier-product .list-product .item-product .inter-product .inter-image .price span {
    padding: 2px 10px;
    background: #ffffffc7;
    display: inline-block;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-weight: 600;
    color: #ff0000;
}
.box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier>ul {
    margin-left: 0;
}
.box-cashier-tab .box-info-cashier-right .kt-portlet__cashier ul>li>a {
    min-width: auto !important;
}
.box-cashier-tab  .box-info-cashier-right .kt-portlet__cashier {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.box-info-cashier-right .kv-cashier-menu-right>ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-info-cashier-right .kv-cashier-menu-right>ul>li {
    margin-left: 10px;
    list-style: none;
    margin-bottom: 2px;
}

.box-info-cashier-right .kv-cashier-menu-right>ul>li>span {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c5c5c587;
    color: #595d6e;
    border-radius: 50%;
    cursor: pointer;
}

.box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier>ul>li .add {
    width: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 31px;
    background: #d5d5d5;
    color: #000;
    border-radius: 50%;
    margin-bottom: 2px;
    margin-left: 5px;
    cursor: pointer;
}

.box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier>ul>li.nav-item>a .close {
    float: initial;
    opacity: 1;
    color: #000;
    width: 18px;
    height: 18px;
    background: #e5e5e5;
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    border-radius: 50%;
    padding: 0;
    margin-left: 10px;
    line-height: 0.9;
}

.box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier>ul>li.nav-item>a .close i {
    color: #505050;
    font-size: 7px;
    margin-right: 1px;
    padding-bottom: 0px;
}
.box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier>ul>li.nav-item>a.active .close {
    background: white;
}
.content-tab-product-right .top-actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.content-tab-product-right .top-actions .form-actions-right {
    flex: 0 0 45px;
    max-width: 45px;
    display: flex;
}

.content-tab-product-right .top-actions .form-actions-left {
    flex-basis: calc(100% - 45px);
    max-width: calc(100% - 45px);
    display: flex;
    padding-right: 10px;
}

.content-tab-product-right .top-actions .form-actions-left .form-action-search {
    flex: 1 1;
    margin-left: 10px;
}

.content-tab-product-right .top-actions .form-actions-left .form-action-search .form-group {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    background: #ebebeb;
    border-radius: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.content-tab-product-right .top-actions .form-actions-left .form-action-search .form-group input.form-control {
    border: 0;
    background: none;
    padding-left: 0;
    padding-right: 0;
    height: 35px;
}

.content-tab-product-right .top-actions .form-actions-left .form-action-search .form-group span.add {
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
}

.content-tab-product-right .top-actions .form-actions-left .form-action-search .form-group span.add i {
    width: 24px;
    display: inline-flex;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.content-tab-product-right .top-actions .form-actions-left .form-action-search .form-group .btn.btn-submit {
    padding: 0 5px;
    height: 30px;
    border: 0;
    display: flex;
    align-items: center;
}

.content-tab-product-right .top-actions .form-action-top .btn-action-top-content {
    height: 35px;
    background: #ebebeb;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 50px;
    color: #595d6e;
}

.content-tab-product-right .top-actions .form-actions-left .form-action-top .btn-action-top-content {
    background-color: rgba(0, 102, 204, 0.1);
    color: var(--color-main-case);
    font-weight: 600;
}
.content-tab-product-right .top-actions .form-actions-right .action-only-right {
    display: flex;
}

.content-tab-product-right .top-actions .form-actions-right .action-only-right .form-action-top {margin-left: 10px;}

.content-tab-product-right .top-actions .form-actions-right .action-only-right .form-action-top .btn-action-top-content {
    padding: 0;
    width: 35px;
    justify-content: center;
    cursor: pointer;
}

.content-tab-product-right .top-actions .form-actions-right .action-only-right .form-action-top .btn-action-top-content .nav-item::after {
    display: none;
}

.content-tab-product-right .top-actions .form-actions-right .action-only-right .form-action-top .btn-action-top-content:after {
    display: none;
}

.content-tab-product-right .top-actions .form-actions-right .form-action-top {
    flex: 1 1;
}

.content-tab-product-right .top-actions .form-actions-right .form-action-top .btn-action-top-content {
    width: 100%;
    justify-content: space-between;
}

.content-tab-product-right .list-product-add .item-product-add {
    display: flex;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
    border-radius: 8px;
    align-items: center;
    border: 1px solid #fff;
    margin-bottom: 15px;
}

.content-tab-product-right .list-product-add .item-product-add .item-left {
    flex: 1 1;
    display: flex;
}

.content-tab-product-right .list-product-add .item-product-add .item-left .item-delete {
    margin-right: 10px;
}

.content-tab-product-right .list-product-add .item-product-add .item-left .item-delete .delete {
    width: 24px;
    height: 24px;
    display: flex;
    background: #ddd;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.content-tab-product-right .list-product-add .item-product-add .item-left .item-name-note .name {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.content-tab-product-right .list-product-add .item-product-add .item-left .item-name-note .info-date {
    display: none;
}
.content-tab-product-right .list-product-add .item-product-add.item-playground .item-left .item-name-note .info-date {
    display: block;
}
.content-tab-product-right .list-product-add .item-product-add .item-right {
    flex: 0 0 330px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 330px;
}

.content-tab-product-right .list-product-add .item-product-add .item-right .item-quantity .product-quantity {
    display: flex;
    align-items: center;
}

.content-tab-product-right  .item-product-add .item-quantity .product-quantity .btn-quantity {
    width: 23px;
    height: 23px;
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

.content-tab-product-right  .item-product-add .item-quantity .product-quantity  .quantity-input {
    border: 0;
    width: 57px;
    font-size: 16px;
    height: 22px;
}

.content-tab-product-right .list-product-add .item-product-add .item-right .item-change-price span.change-price {
    display: block;
    border-bottom: 1px solid #ddd;
    width: 100px;
    text-align: right;
    font-size: 14px;
    cursor: pointer;
}

.content-tab-product-right .list-product-add .item-product-add .item-right .item-cell-price .cell-price {
    font-size: 14px;
    font-weight: 600;
}

.content-tab-product-right .list-product-add .item-product-add .item-right .cell-actions {
    display: none;
}
.content-tab-product-right .list-product-add .item-product-add .item-left .item-name-note {
    flex: 1 1;
}

.content-tab-product-right .list-product-add .item-product-add:hover .item-right  .cell-actions {
    display: block;
}

.content-tab-product-right .list-product-add .item-product-add .item-right .item-cell-price {
    flex: 0 0 90px;
    display: flex;
    justify-content: flex-end;
}

.content-tab-product-right .list-product-add .item-product-add .item-left .item-name-note .note .info-note {
    cursor: pointer;
}
.content-tab-product-right .list-product-add .item-product-add .item-right .cell-actions .btn-cell {
    width: 23px;
    height: 23px;
    display: inline-flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border-radius: 50%;
    padding-right: 1px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.content-tab-product-right .list-product-add .item-product-add .item-right .cell-actions .btn-cell:hover {
    background: #ddd;
}

.content-tab-product-right .list-product-add .item-product-add:hover {border-color: var(--color-main-case);}
.box-cashier-tab  .box-info-cashier-left .kt-portlet__cashier {
    display: flex;
    align-items: center;
}

.box-cashier-tab .box-info-cashier-left .kt-portlet__cashier .wrap-auto-complete-left {
    display: flex;
    align-items: center;
    flex: 1 1;
    margin-left: 30px;
    margin-bottom: 4px;
}

.box-cashier-tab .box-info-cashier-left .kt-portlet__cashier .wrap-auto-complete-left .item-complete-right {
    display: flex;
    align-items: center;
    flex: 0 0 40px;
}

.box-cashier-tab .box-info-cashier-left .kt-portlet__cashier .wrap-auto-complete-left .item-complete-right .inter-btn-action {
    margin-left: 10px;
}

.box-cashier-tab .box-info-cashier-left .kt-portlet__cashier .wrap-auto-complete-left .item-complete-right .inter-btn-action .action-left {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
}

.box-cashier-tab .box-info-cashier-left .kt-portlet__cashier .wrap-auto-complete-left .item-complete-left {
    flex: 1 1;
    position: relative;
}

.box-cashier-tab .box-info-cashier-left .kt-portlet__cashier .wrap-auto-complete-left .item-complete-left .item-complete-form {
    border-radius: 20px;
    background: #fff;
    display: flex;
    align-items: center;
}

.box-cashier-tab .box-info-cashier-left .kt-portlet__cashier .wrap-auto-complete-left .item-complete-left .item-complete-form .btn-submit {
    height: 31px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.box-cashier-tab .box-info-cashier-left .kt-portlet__cashier .wrap-auto-complete-left .item-complete-left .form-control {
    height: 31px;
    border: 0;
    border-radius: 20px;
}

.box-cashier-tab .box-info-cashier-left .kt-portlet__cashier .wrap-auto-complete-left .item-complete-right .inter-btn-action .action-left:hover {background: #ddd;}
/*thu_ngan_hieutx*/
.btn-add {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 10px;
    font-size: 18px;
    flex: 0 0 35px;
}

.loading {
    position: relative; 
}
.loading:before {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 2px solid #959595;
    border-right: 2px solid transparent;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    -webkit-animation: spinner .5s linear infinite;
    animation: spinner .5s linear infinite; 
}
.symbol-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
}
.symbol.symbol-circle {
    border-radius: 50%;
}
.symbol-group .symbol {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.symbol-group .symbol:first-child {
    margin-left: 0;
}
.symbol-group.symbol-hover .symbol {
    cursor: pointer;
}
.symbol-group .symbol:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.symbol.symbol-circle > img {
    border-radius: 50%;
}
.symbol > img {
    width: 100%;
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.symbol .symbol-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #3F4254;
    background-color: #F3F6F9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.42rem;
}
.symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}

.symbol .symbol-label {
    width: 35px;
    height: 35px;
}

.symbol.symbol-light-primary .symbol-label {
    background-color: #E1F0FF;
    color: #3699FF;
}
.fc-unthemed .fc-event {
    padding: 3px 10px !important;
}
.fc-unthemed .fc-event .fc-title {
    color: #fff;
    cursor: pointer;
}
.fc-unthemed .fc-event {
    border-radius: 5px;
}
.fc-body .fc-resource-area .fc-cell-content {
    padding-top:10px;
    padding-bottom: 10px;
}
.fc-body .fc-resource-area.fc-widget-content .fc-widget-content{
    background: #f3f3f3;
}
.fc-now-indicator.fc-now-indicator-arrow {
    top: 0;
    bottom: 26px;
    border: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: red;
    margin: 0 -3px;
}
.fc-now-indicator.fc-now-indicator-arrow span {
    top: 8px;
    position: absolute;
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    text-align: center;
    background: red;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}
.fc-time-area.fc-widget-header tbody tr:first-child .fc-cell-content {
    padding-top: 10px;
    padding-bottom: 10px;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}
.fc-resource-area.fc-widget-header{
    width: 200px !important;
}
.fc-timeline .fc-col-resizer {
    cursor:auto;
}
.fc-timeline .fc-divider {
    width: 0;
}
.fc-timeline th {
    background-color: #e0ebc1;
}
.fc-timeline .fc-time-area .fc-cell-text {
    font-weight: 400;
    padding-left: 32px;
    padding-right: 32px;
}
.fc-timeline .fc-cell-text {
    color: #212529;
}
.fc-ltr .fc-timeline-event {
    margin-top: 5px;
}
.booking-popover {
    max-width: 380px;
    width: 380px;
}
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); 
    } 
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); 
    } 
}

.form-group .list-img {
    background: #ddd;
    border-radius: 8px;
    padding: 5px 10px;
}
.album-list {
    display: flex;
    flex-wrap: wrap;
}
.playground-album .btn_add_album, .bank-album .btn_add_album {
    width: 90px;
    height: 90px;
    margin: 7px 7px;
    color: var(--color-highlight);
    background: #d5f5f5;
    border-radius: 4px;
}
.playground-album .btn_add_album i, .bank-album .btn_add_album i {
    font-size: 50px;
}
.playground-album .album-list label, .bank-album .album-list label {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 7px;
    margin-bottom: 7px;
    margin-top: 7px;
}
.playground-album .album-list label img, .bank-album .album-list label img {
    border: 1px solid #D5D5D5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.btn_delete_album {
    position: absolute;
    top: -10px;
    right: -10px;
    color: var(--color-highlight);
    border-radius: 100px;
    line-height: 1;
    padding: 0;
    font-size: 24px;
    background: #fff;
    border: 0;
}
#accordionProductItem .card .card-header .card-title {
    color: #595d6e;
    padding: 1rem 1.25rem;
}
.table-attributes td {
    padding: 5px 0;
    border: 0;
}
.table-attributes td.td-attribute {
    width: 280px;
}
.table-attributes td:last-child {
    text-align: center;
    vertical-align: middle;
}
.table-attributes td.td-attribute .dropdown-toggle {
    border: 0;
    border-radius: 0 !important;
}
.table-attributes td.td-attribute .input-group-append .input-group-text {
    display: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e2e5ec;
    background: transparent;
}
.table-attributes td .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e2e5ec;
    background: transparent;
}
.table-attributes td .tagify__input {
    display: inline-block;
    margin: 0px;
    padding: 3px 5px;
}
.table-attributes td .tagify__tag {
    margin: 7px 4px 4px 0;
}
.table-attributes td .tagify-input {
    padding: 0;
}
.table-attributes td .tagify .tagify__tag {
    padding: 0;
    background: var(--info);
    border-radius: 2px;
}
.table-attributes td .tagify .tagify__tag>div {
    padding: 2px 5px;
    color: #fff;
    font-size: 12px;
}
.table-attributes td .tagify .tagify__tag>div .tagify__tag-text,
.table-attributes td .tagify .tagify__tag__removeBtn, .table-attributes td .tagify .tagify__tag__removeBtn:after {
    color: #fff;
}
.modal-quick {
    background-color: #00000061;
}
.cursor-pointer {
    cursor: pointer;
}

.wrap-avatar {
    width: 95px;
    height: 96px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    position: relative;
}

.btn-clear-image {
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: auto;
    right: -10px;
    bottom: -5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    display: flex;
}

.wrap-avatar-upload .avatar-upload img {
    width: 90px;
    height: 90px;
    max-width: 90px;
}

.wrap-single .box-upload {
    position: relative;
    width: 100px;
}

.trigger-upload {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.input-group>.form-control>.dropdown-toggle {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.table-items tr td {
    border: 0;
    vertical-align: middle;
    padding: 4px 0;
}
.table-items tr td:not(:first-child) {
    padding: 4px 5px;
}

.box-section-dashboard .item-dashboard {
        background-color: rgb(255, 255, 255);
        color: rgb(15, 54, 89);
        box-shadow: rgba(238, 238, 238, 0.5) 0px 4px 20px 0px;
        transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 5px;
        padding: 25px;
        height: 100%;
        min-height: 300px;
}
.box-section-dashboard .item-dashboard .title-tab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.box-section-dashboard .item-dashboard .title-tab .title {
    margin-bottom: 0;
}
.box-section-dashboard .item-dashboard .inter-content .item-content {
    padding: 20px;
    border-radius: 8px;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: rgb(243, 232, 255);
}

.box-section-dashboard .item-dashboard .inter-content .item-content .icon {
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(191, 131, 255);
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.box-section-dashboard .item-dashboard .inter-content .item-content .value {
    margin: 0px 0px 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.33;
    color: rgb(21, 29, 72);
    position: relative;
    z-index: 1;
}

.box-section-dashboard .item-dashboard .inter-content .item-content .name {
    color: #000000;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.box-section-dashboard .item-dashboard .inter-content>.row {
    margin-right: -10px;
    margin-left: -10px;
}

.box-section-dashboard .item-dashboard .inter-content>.row>div {
    padding-right: 10px;
    padding-left: 10px;
}

.box-section-dashboard .item-dashboard .inter-content>.row>div:nth-child(1), .box-section-dashboard .item-dashboard .inter-content>.row>div:nth-child(2) {
    margin-top: 0;
}
.box-section-dashboard .item-dashboard .inter-content .item-content.item-content-success svg g [fill] {
    fill: #009506;
}
.box-section-dashboard .item-dashboard .box-contact {
    margin-top: 20px;
}

.box-section-dashboard .item-dashboard .box-contact .title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
    align-items: flex-end;
}
a.link-view-all {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.box-section-dashboard .item-dashboard .box-contact .list-contact .kt-widget4__item .kt-widget4__pic {
    padding-right: 0;
    width: 33px;
    height: 33px;
    background: #e6f8f3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 3px;
    font-weight: 600;
}
.box-section-dashboard .box-dashboard {
    margin-bottom: 30px;
}

.box-section-dashboard .item-dashboard .item-content.item-content-title .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #3900a5;
}

.box-dashboard .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.box-section-dashboard .item-dashboard.item-customer .inter-content .item-content {
    background-color: rgb(185 185 185);
    position: relative;
    overflow: hidden;
}
.box-header-right .kt-user-card .kt-user-card__name {
    color: #01011c;
}

.box-header-right .kt-user-card .kt-user-card__avatar {
    background: #dcfce7;
    border-radius: 5px;
}

.box-header-right .kt-notification {
    padding: 10px 10px;
}

.box-header-right .kt-notification a.kt-notification__item {
    border-bottom: 0;
    padding: 10px 13px;
    border-radius: 5px;
}

.box-header-right .kt-notification a.kt-notification__item:hover {
    background: #f0f1f7;
}
.box-section-dashboard .item-dashboard.item-customer .inter-content .item-content .name {
    /* color: #fff; */
}

.box-section-dashboard .item-dashboard.item-customer .inter-content .item-content:before, .box-section-dashboard .item-dashboard.item-customer .inter-content .item-content:after
, .box-section-dashboard .item-dashboard.item-product .inter-content .item-content:before, .box-section-dashboard .item-dashboard.item-product .inter-content .item-content:after{
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: rgb(145 145 145);
    border-radius: 50%;
    opacity: 0.5;
}

.box-section-dashboard .item-dashboard.item-customer .inter-content .item-content:before{
    top: -125px;
    right: -15px;
}

.box-section-dashboard .item-dashboard.item-customer .inter-content .item-content:after {
    background: rgb(151 151 151 / 43%);
    top: -85px;
    right: -95px;
    opacity: 1;
}

.box-section-dashboard .item-dashboard.item-product .inter-content .item-content {
    background-color: rgb(30, 136, 229);
}

.box-section-dashboard .item-dashboard.item-product .inter-content .item-content .value {
    color: #fff;
}

.box-section-dashboard .item-dashboard.item-product .inter-content .item-content .name {
    color: #fff;
}

.box-section-dashboard .item-dashboard.item-product .inter-content .item-content:before {
    background: linear-gradient(140.9deg, rgb(144, 202, 249) -14.02%, rgba(144, 202, 249, 0) 77.58%);
    top: -130px;
    right: -62px;
    opacity: 1;
}

.box-section-dashboard .item-dashboard.item-product .inter-content .item-content:after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: linear-gradient(210.04deg, rgb(144, 202, 249) -50.94%, rgba(144, 202, 249, 0) 83.49%);
    border-radius: 50%;
    top: -1px;
    right: -154px;
    opacity: 1;
}

.box-section-dashboard .item-dashboard.item-playground .item-content {
    /* background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#fe7096)); */
    background: #b9b9b9;
}

.box-section-dashboard .item-dashboard.item-playground .item-content:before, .box-section-dashboard .item-dashboard.item-playground .item-content:after {
    background: #ffffff2e;
    content: '';
    position: absolute;
    border-radius: 50%;
    /* opacity: 0.5; */
    pointer-events: none;
    z-index: 0;
}

.box-section-dashboard .item-dashboard.item-playground .item-content:after {
    bottom: -68px;
    right: -32px;
    width: 150px;
    height: 150px;
}
.box-section-dashboard .item-dashboard.item-playground .item-content {/* padding: 30px 20px; */}

.box-section-dashboard .item-dashboard.item-playground .inter-content>.row>div {
    margin-bottom: 20px;
}

.box-section-dashboard .item-dashboard.item-playground .item-content:before {
    top: -23px;
    right: -70px;
    width: 120px;
    height: 120px;
}
.box-section-dashboard .item-dashboard.item-playground .item-content .value, .box-section-dashboard .item-dashboard.item-playground .item-content .name {
    color: #000000;
}

.box-section-dashboard .item-dashboard.item-playground .item-content .icon {
    background: #000000 !important;
}

.box-section-dashboard .item-dashboard .box-contact .list-contact {
    max-height: 175px;
    overflow-y: auto;
}

.box-section-dashboard .item-dashboard .box-contact .list-contact::-webkit-scrollbar {
    width: 4px;
    background-color: #808080;
} 
.box-section-dashboard .item-dashboard .box-contact .list-contact::-webkit-scrollbar-thumb {
    background-color: #b8b8b8;
    width:3px;
}
.box-section-dashboard .item-dashboard .inter-content .item-content.item-content-success {
    background-color: rgb(220, 252, 231);
}

.box-section-dashboard .item-dashboard .inter-content .item-content.item-content-success .icon {
    background-color: rgb(60, 216, 86);
}

.box-section-dashboard .item-dashboard .inter-content .item-content-processing {
    background-color: rgb(255, 244, 222);
}

.box-section-dashboard .item-dashboard .inter-content .item-content-processing .icon {
    background-color: rgb(255, 148, 122);
}

.box-section-dashboard .item-dashboard .inter-content .item-content-cancel {
    background-color: rgb(255, 226, 229);
}

.box-section-dashboard .item-dashboard .inter-content .item-content-cancel .icon {
    background-color: rgb(250, 90, 125);
}
.box-section-dashboard .box-dashboard>.row {
    margin-right: -15px;
    margin-left: -15px;
}

.box-section-dashboard .box-dashboard>.row>div {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.box-section-dashboard .item-dashboard.item-dashboard-revenue {
    position: relative;
}

.box-section-dashboard .item-dashboard.item-dashboard-revenue:before {
    background: #000000;
    height: 40%;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box-section-dashboard .item-dashboard.item-dashboard-revenue .title-tab {
    position: relative;
}

.box-section-dashboard .item-dashboard.item-dashboard-revenue .title-tab .title {
    color: #ffffff;
}

.box-section-dashboard .item-dashboard.item-dashboard-revenue .inter-content {
    padding-top: 60px;
}

.box-section-dashboard .item-dashboard.item-dashboard-revenue .item-content {
    padding: 30px 20px;
}   

.box-header-right {
    border-radius: 8px !important;
}

.box-header-right .kt-user-card {
    background: none;
    border-bottom: 1px solid #ededed;
    padding: 15px !important;
}

.box-section-dashboard .item-dashboard.item-customer .inter-content .item-content .icon {
    background: #000;
}

.box-section-dashboard .kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__username:hover {
    color: #000;
}

.kt-widget4 .kt-widget4__item .kt-widget4__info.item-col-02 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.list-item-product .nh-quick-change,
.list-item-product .nh-quick-change-product,
.list-item-product .product-attribute {
    margin-top: 10px;
}

.list-item-product .nh-quick-change:hover,
.list-item-product .nh-quick-change-product:hover {
  border-color: #595d6e !important;
}


.list-item-product .kt-badge{
    margin-top: 16px;
}

.list-item-product{
    margin-bottom: 5px;
    padding-bottom: 5px !important;
    border-bottom: 1px dashed #c0c0c5;
}

.list-item-product:last-child{
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}

.list-item-product>div{
    min-height: 40px;
}
#product-modal .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}
#product-modal .modal-body::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}
#product-modal .modal-body::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}
#product-modal .modal-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #b5b0b0;
}
.box-section-dashboard .item-dashboard.item-playground .item-content.item-new .icon {
    background: #fa5a7d !important;
}

.box-section-dashboard .item-dashboard.item-playground .item-content.item-success .icon {
    background: #3cd856 !important;
}

.box-section-dashboard .item-dashboard.item-playground .item-content.item-confirm .icon {
    background: #696bdb !important;
}

.box-section-dashboard .item-dashboard.item-playground .item-content.item-cancel .icon {
    background: #000000 !important;
}
.box-section-dashboard .box-dashboard div#wrap-booking .inter-content>.row>div {
    /* -webkit-box-flex: 0; */
    -ms-flex: 0 0 20%;
    /* flex: 0 0 20%; */
    /* max-width: 20%; */
}
.nh-editor.ace_editor{
    display: block !important;
} 
.table-items input.form-control::placeholder {
    font-size: 11px;
}
.day.disabled,
.hour.disabled,
.minute.disabled {
    background-color: #f5f5f5 !important;
}

.btn-frame-item.disabled {
    opacity: 0.3;
}

.modal-body{
    padding-bottom: 10px;
}
.modal-footer{
    padding-top: 10px;
}
.kt-portlet__body_cashier .content-tab-product-right {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.kt-portlet__body_cashier .content-tab-product-right .bottom-action {
    margin-top: auto;
}
.kt-portlet__body_cashier .content-tab-product-right .bottom-action .total-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}
.kt-portlet__body_cashier .content-tab-product-right .bottom-action .right-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.kt-portlet__body_cashier .content-tab-product-right .bottom-action .total-info .total-quantity {
    border: 1px solid #333;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: #eaeaea;
    margin: 0 5px;
}
.kt-portlet__body_cashier .content-tab-product-right .bottom-action .total-info .total {
    color: #000;
    font-weight: bold;
    font-size: 28px;
}
.kt-portlet__body_cashier .content-tab-product-right .bottom-action .action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.kt-portlet__body_cashier .content-tab-product-right .bottom-action .action .btn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 16px;
    border-radius: 0.6rem;
    padding: 12px;
    background: var(--color-main-case);
    border-color: var(--color-main-case);
}
.kt-portlet__body_cashier .content-tab-product-right .bottom-action .action .btn .icon {
    margin-right: 5px;
}
.kt-portlet__body_cashier .content-tab-product-right .bottom-action .action .btn .icon>i {
    font-size: 1.5rem;
    margin-right: 0;
}
.kt-portlet__body_cashier .content-tab-product-right .bottom-action .action .btn .icon.icon-cricle {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
}
.kt-portlet__body_cashier .content-tab-product-right .bottom-action .action .btn .icon.icon-cricle>i {
    font-size: 1.2rem;
}
.btn.btn-user {
    padding: 6px 10px;
    color: #fff;
}
.btn.btn-user:after {
    display: none;
}

.nav-pills .nav-item .nav-link {
    color: #fff;
}
.line-before {
    position: relative;
}
.line-before:before {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% + 30px);
    height: 1px;
    background: #ebedf2;
    left: -15px;
}

.bg-warning-light {
    background-color: #FFF8DD;
}
.border-dashed {
    border-style: dashed !important;
    border-width: 1px;
}
.sidebar-bill {
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1040;
    background-color: white;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    right: 0;
    width: 0;
    transition: right 200ms ease-out;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 2.5rem;
    display: none;
}
.sidebar-bill.show {
    display: block;
    width: 76rem;
    transition: right 200ms ease-out;
}
.bill-info .top-inner h4 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}
.bill-info .top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.bill-info .top-inner>span {
    font-size: 21px;
}
.bill-info .middle-inner {
    color: #333;
}
.middle-inner .left-info .customer-info {
    font-size: 16px;
    margin-bottom: 1rem;
    color: #000;
    display: flex;
    align-items: center;
}
.middle-inner .left-info .customer-info i {
    font-size: 21px;
    margin-right: 5px;
    font-weight: 400;
}
.middle-inner .right-info {
    padding-left: 2rem;
    /* overflow-y: auto; */
    background: #e8e8e8;
    padding: 15px;
    border-radius: 8px;
    height: 100%;
    /* max-height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.middle-inner .right-info .action-bottom {
    margin-top: 15px;
}
.middle-inner .right-info .action-bottom .btn {
    width: 100%;
    font-size: 14px;
}
.middle-inner .right-info .time-create {
    text-align: right;
    color: #8f8f8f;
    margin-bottom: 1.5rem;
}
.middle-inner .right-info .time-create>i {
    margin-left: 8px;
}
.middle-inner .right-info .price-info .item-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ddd;
}
.middle-inner .right-info .price-info .item-price .form-control {
    border-bottom: 1px solid #e2e5ec;
    text-align: right;
    padding: 0 5px;
    height: 32px;
    max-width: 115px;
}
.btn-frame-item {
    padding: 3px 7px;
    font-size: 13px;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 7px;
}
.nav-pills .nav-item .nav-link.nav-booking {
    color: #595d6e;
}
[close-sidebar] {
    cursor: pointer;
}
.middle-inner .right-info .price-info .item-price .text, .middle-inner .right-info .money-change .text {
    color: #333;
    font-weight: 500;
    font-size: 14px;
}
.middle-inner .right-info .price-info .item-price .text.total-item {
    color: red;
    font-size: 17px;
    font-weight: 600;
}
.middle-inner .right-info .price-info .item-price .text.total-bill {
    font-size: 17px;
    color: var(--info);
    font-weight: 600;
}
.middle-inner .right-info .price-info .item-price .text.text-money-change {
    font-size: 17px;
    font-weight: 600;
}
.middle-inner .right-info .payment-info {
    margin: 15px 0;
}
.middle-inner .right-info .money-change {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.btn-xepsan {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--color-main-case);
    padding: 1px 4px;
    font-size: 10px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    font-weight: 500;
}
.list-cashiers .item-cashier.active .btn-xepsan {
    background: #fff;
    color: var(--color-main-case);
}
.list-table-room .item-table-room .inter-table-room {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    position: relative;
    min-height: 12rem;
}
.list-table-room .item-table-room .inter-table-room {
    border: 2px solid #BBBDC0;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    min-height: 10rem;
    margin: 0 10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.list-table-room .item-table-room .inter-table-room .top-bottom:before {
    content: "";
    width: 50%;
    height: 6px;
    border-radius: 4px 4px 0 0;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: #E5E6E7;
}
.list-table-room .item-table-room .inter-table-room .top-bottom:after {
    content: "";
    width: 50%;
    height: 6px;
    border-radius: 0px 0px 4px 4px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: #E5E6E7;
}
.list-table-room .item-table-room .inter-table-room .left-right:before {
    content: "";
    height: 50%;
    width: 6px;
    border-radius: 4px 0px 0px 4px;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
    margin: 0 auto;
    position: absolute;
    background-color: #E5E6E7;
}
.list-table-room .item-table-room .inter-table-room .left-right:after {
    content: "";
    height: 50%;
    width: 6px;
    border-radius: 0px 4px 4px 0px;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    margin: 0 auto;
    position: absolute;
    background-color: #E5E6E7;
}
.box-info-cashier-left {
    height: 100%;
}

.list-table-room .item-table-room .inter-table-room .inter-text {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.list-table-room .item-table-room.active .inter-table-room .top-bottom:before,
.list-table-room .item-table-room:hover .inter-table-room .top-bottom:before,
.list-table-room .item-table-room.active .inter-table-room .top-bottom:after,
.list-table-room .item-table-room:hover .inter-table-room .top-bottom:after,
.list-table-room .item-table-room.active .inter-table-room .left-right:before,
.list-table-room .item-table-room:hover .inter-table-room .left-right:before,
.list-table-room .item-table-room.active .inter-table-room .left-right:after,
.list-table-room .item-table-room:hover .inter-table-room .left-right:after {
    background: var(--color-main-case);
}

.list-table-room .item-table-room.choose .inter-table-room .top-bottom:before,
.list-table-room .item-table-room.choose .inter-table-room .top-bottom:after,
.list-table-room .item-table-room.choose .inter-table-room .left-right:before,
.list-table-room .item-table-room.choose .inter-table-room .left-right:after {
    background: #a3cef7;
}

/* css for screen media */
@media (max-width: 576px) {
    .w-xs-10{
        width: 10% !important;
    }
    .w-xs-12{
        width: 12% !important;
    }
    .w-xs-90{
        width: 90% !important;
    }
    .w-50px{
        width: 35px !important;
    }
    .action-entire .nh-change-status,
    .action-entire .nh-duplicate {
        display: none !important;
    }
    .action-entire .nh-delete {
        border-right: 0 !important;
    }
    .mobile-mb-5{margin-bottom: 5px;}
    .input-opt > input {
        width: 40px !important;
        height: 60px !important;
    }
}

@media (max-width: 768px) {   
    .nh-screenshot .kt-portlet__body{
        z-index: 10;
        background-color: #fff;
        margin: 0 15px;
    }
    .overbackground{
        background: #00000070;
    }
    .fc-resource-area.fc-widget-header {
        width: 150px !important;
    }
    .fc-view {
        min-height: 400px;
    }
}

@media(min-width: 576px) {
    .w-sm-100{
        width: 100% !important;
    }
    .w-sm-90{
        width: 90% !important;
    }
    .w-sm-80{
        width: 80% !important;
    }
    .w-sm-70{
        width: 70% !important;
    }
    .w-sm-60{
        width: 60% !important;
    }
    .w-sm-50{
        width: 50% !important;
    }
    .w-sm-40{
        width: 40% !important;
    }
    .w-sm-30{
        width: 30% !important;
    }
    .w-sm-25{
        width: 25% !important;
    }
    .w-sm-20{
        width: 20% !important;
    }
    .w-sm-15{
        width: 15% !important;
    }
    .w-sm-10{
        width: 10% !important;
    }
    .w-sm-9{
        width: 9% !important;
    }
    .w-sm-8{
        width: 8% !important;
    }
    .w-sm-7{
        width: 7% !important;
    }
    .w-sm-6{
        width: 6% !important;
    }
    .w-sm-5{
        width: 5% !important;
    }
    .w-sm-3{
        width: 3% !important;
    }
}

@media (min-width: 768px) {
    .w-kt-table>span {
        width: 100% !important;
    }
    .w-md-100{
        width: 100% !important;
    }
    .w-md-90{
        width: 90% !important;
    }
    .w-md-80{
        width: 80% !important;
    }
    .w-md-70{
        width: 70% !important;
    }
    .w-md-60{
        width: 60% !important;
    }
    .w-md-50{
        width: 50% !important;
    }
    .w-md-40{
        width: 40% !important;
    }
    .w-md-30{
        width: 30% !important;
    }
    .w-md-25{
        width: 25% !important;
    }
    .w-md-20{
        width: 20% !important;
    }
    .w-md-15{
        width: 15% !important;
    }
    .w-md-10{
        width: 10% !important;
    }
    .w-md-9{
        width: 9% !important;
    }
    .w-md-8{
        width: 8% !important;
    }
    .w-md-7{
        width: 7% !important;
    }
    .w-md-6{
        width: 6% !important;
    }
    .w-md-5{
        width: 5% !important;
    }
    .w-md-3{
        width: 3% !important;
    }
}

@media (min-width: 1025px){
    
    .nh-change-position {
        visibility: hidden;
        opacity: 0;
        margin-left: -25px;
    }
    .kt-datatable__row:hover .kt-datatable__cell>span:hover>.label-value{
        border-bottom: 1px dotted #5d78ff;
    }
    .kt-datatable__row:hover .kt-datatable__cell>span>.nh-note-customer:hover>.label-value,
    .kt-datatable__row:hover .kt-datatable__cell>span>.nh-note-staff:hover>.label-value{
        border-bottom: 1px dotted #5d78ff;
    }
    .kt-datatable__row .kt-datatable__cell>span .label-value{
        border-bottom:1px dotted transparent;
        display: inline-block;
        position: relative;
        min-height: 20px;
        min-width: 15px;
    }

    td[data-field="position"]:hover .nh-change-position{
        visibility: visible;
        opacity: 1;
    }
    .action-entire,
    .view-template {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
    .kt-datatable__body .kt-datatable__row:hover .action-entire,
    .kt-datatable__body .kt-datatable__row:hover .view-template {
        opacity: 1;
        visibility: visible;
    }
    .kt-container {
        padding: 0 15px;
    }

    .kt-aside--fixed .kt-wrapper {
        padding-left: 230px;
    }

    .kt-aside--enabled .kt-header.kt-header--fixed,
    .kt-aside--enabled.kt-subheader--fixed .kt-subheader {
        left: 230px;
    }
    .kt-header--fixed.kt-aside--minimize .kt-header,
    .kt-subheader--fixed.kt-aside--minimize-hover .kt-subheader,
    .kt-subheader--fixed.kt-aside--minimize .kt-subheader {
        left: 70px;
    }
    .sticky-menu.scroll-down #kt_header{
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
    }
    .sticky-menu. #kt_header{
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    .sticky-menu.scroll-down.kt-header--fixed.kt-subheader--fixed .kt-subheader{
        top: 0;
    }
    .sticky-menu.scroll-down.kt-header--fixed.kt-subheader--fixed .thead-scroll{
        top: 54px !important;
    }
    .sticky-menu.scroll-down.kt-header--fixed.kt-subheader--fixed .permisson-controller:first-child{
        margin-top: 76px;
    }

    body:not(.kt-aside--enabled) .kt-header-menu-wrapper .kt-header-logo {
        margin-right: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 1024px) and (max-width: 1260px) {
    .input-opt input{
        width: 55px !important;
    }
    .w-md-600px {
        width: 500px !important;
    }
    .modal-dialog.modal-xl {
        max-width: 960px;
    }
}
.list-booking {
    max-height: 17.5rem;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.list-booking::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #F5F5F5;
}

.list-booking::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.list-booking::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #ababab;
}
.list-booking>div[class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}
.list-booking .item {
    flex: 0 0 calc(100% / 4 - 10px);
    max-width: calc(100% / 4 - 10px);
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    margin: 0 5px;
    margin-bottom: 10px;
}
.list-booking .item .price {
    color: red;
}
.list-booking .item .inter-text {
    font-style: italic;
}
.list-booking .item.active {
    background: #557ce7;
    color: #fff;
}
.list-booking .item.active .icon svg path {
    fill: #fff;
}
.list-booking .item.active .price {
    color: #fff;
}
.list-booking .item.item-booking {
    border-color: #0abb87;
}
.list-booking .item.item-booking .booking-check {
    position: absolute;
    top: 0;
    right: 3px;
    color: #0abb87;
}
.list-booking .item.item-booking.active {
    background: #0abb87;
}
.list-booking .item.item-booking.active .booking-check {
    color: #fff;
}
.filter-booking {
    margin-bottom: 1rem;
    text-align: center;
}
.status-booking {
    width: 110px;
}
.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row>.kt-datatable__cell {
    vertical-align: middle;
}
@media (max-width: 767px) {
    .box-cashier-tab .box-info-cashier-left .kt-portlet__cashier {
        flex-direction: column;
        padding: 0;
    }
    .box-cashier-tab .box-info-cashier-left .kt-portlet--tabs .kt-portlet__cashier>ul {
        order: 2;
    }
    .box-cashier-tab .box-info-cashier-left .kt-portlet__cashier .wrap-auto-complete-left {
        order: 1;
        margin-left: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .box-cashier-tab .box-info-cashier-left .kt-portlet--tabs .kt-portlet__cashier>ul>li.nav-item>a {
        min-width: auto;
        padding: 7px 10px;
    }
    .list-cashiers .item-cashier, .list-table-room .item-table-room {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }
    .kt-form__body.box-cashier-product .list-product .item-product {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 10px;
        border-bottom: 1px solid #dddd;
        height: auto;
    }
    .kt-form__body.box-cashier-product .list-product .item-product:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
}
.list-table-room .item-table-room.active .inter-table-room,
.list-table-room .item-table-room:hover .inter-table-room {
    background: var(--color-main-case);
}
.list-table-room .item-table-room.active .inter-table-room .inter-text,
.list-table-room .item-table-room:hover .inter-table-room .inter-text {
    color: #fff;
}
.box-section-dashboard .item-dashboard.item-playground .item-content.item-playing .icon {
    background: #FF9800 !important;
}

@media (min-width:1200px) and (max-width:1500px){
    .box-section-dashboard .item-dashboard .inter-content .item-content {
        padding: 15px;
    }
    .box-section-dashboard .item-dashboard .inter-content .item-content .value {
        font-size: 13px;
    }

    .box-section-dashboard .item-dashboard .inter-content .item-content .name {
        font-size: 12px;
    }

    .box-section-dashboard .item-dashboard .inter-content>.row>div {
        padding-right: 5px;
        padding-left: 5px;
    }

    .box-section-dashboard .item-dashboard .inter-content>.row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .box-section-dashboard .item-dashboard {
        padding: 15px;
    }
}

@media (min-width:992px) and (max-width:1200px){
    .box-section-dashboard .item-dashboard .inter-content .item-content {
        padding: 10px;
    }
}

@media (max-width:1200px){
    .box-section-dashboard .item-dashboard .inter-content .item-content .value {
        font-size: 13px;
    }

    .box-section-dashboard .item-dashboard .inter-content .item-content .name {
        font-size: 12px;
    }

    .box-section-dashboard .item-dashboard .inter-content>.row>div {
        padding-right: 5px;
        padding-left: 5px;
    }

    .box-section-dashboard .item-dashboard .inter-content>.row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .box-section-dashboard .item-dashboard {
        padding: 15px;
    }
    .kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__username {
        font-size: 12px;
    }

    .kt-widget4 .kt-widget4__item {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }
        
    .box-section-dashboard .item-dashboard.item-playground .inter-content>.row>div {
        margin-bottom: 0;
    }

    .box-dashboard .title {
        font-size: 15px;
    }
    .box-section-dashboard .box-dashboard>.row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .box-section-dashboard .box-dashboard>.row>div {
        padding-right: 7.5px;
        padding-left: 7.5px;
        margin-bottom: 15px;
    }
}

@media (max-width:767px){
    .box-section-dashboard .item-dashboard.item-dashboard-revenue .inter-content {
        padding-top: 20px;
    }
    .box-section-dashboard .box-dashboard div#wrap-booking .inter-content>.row>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }


    .box-section-dashboard .box-dashboard {
        margin-bottom: 0;
    }

    .entire-dashboard .kt-portlet.kt-portlet--height-fluid {
        min-height: auto;
        min-height: 390px;
    }
    .kt-widget4 .kt-widget4__item .kt-widget4__info.item-col-02 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-right: 5px;
    }

    .kt-widget4 .kt-widget4__item .kt-widget4__info.item-col-02 .inter-right {
        text-align: left !important;
    }
    .box-section-dashboard .item-dashboard .box-contact .list-contact .kt-widget4__item .kt-widget4__pic {
        margin-right: 10px;
    }
    .box-section-dashboard .item-dashboard.item-dashboard-revenue .item-content {
        padding: 15px;
    }
}

/*CSS by thai tran*/
.bootstrap-select.disabled .dropdown-toggle.disabled{
    border: 1px solid #dbdfe9 !important;
    color: #000;
}

[table-price] {
    overflow-x: auto;
    white-space: nowrap;
}
[table-price] tr > td > .price-label {
    font-weight: 600;
}
[table-price]::selection {
    background-color: transparent;
}

@media (max-width: 992px) {
    .kt-margin-b-20-tablet-and-mobile {
        margin-bottom: 0 !important;
    }
    .table-hover tbody tr:hover {
        background: none;
    }
}

@media (max-width: 768px) {
    .kt-margin-b-20-tablet-and-mobile {
        margin-bottom: 0 !important;
    }

    .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form {
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    #modal-playground-price .modal-dialog ,
    #modal-show-table-price .modal-dialog {
        max-width: 700px;
    }
}

@media (max-width: 576px) {
    #wizard-playground .kt-wizard-v1__nav-icon .fs-30 {
        font-size: 20px !important;
    }

    td.kt-datatable__detail {
        padding-right: 0 !important;
        padding-left: 78px !important;
    }
    td.kt-datatable__detail > table {
        width: 100%;
    }
    .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail {
        padding: 0 5px !important;
    }
}
/*CSS by thai tran*/

.kt-portlet__body .list-customer .item {
    margin-bottom: 5px;
}
.kt-portlet__body .list-customer .item>span.name {
    font-weight: 600;
}
#booking-modal .box-time, .booking-timeline .box-time {
    display: flex;
    align-items: center;
    background: aliceblue;
    padding: 8px 10px;
    font-size: 14px;
    width: 200px;
    border-radius: 5px;
    border: 1px solid var(--info);
    justify-content: space-between;
}
#booking-modal .box-time .prev-week,
#booking-modal .box-time .next-week,
.booking-timeline .box-time .prev-week,
.booking-timeline .box-time .next-week{
    width: 22px;
    text-align: center;
    background: #99c6ed;
    border-radius: 5px;
    color: #2563EB;
    cursor: pointer;
}
#booking-modal .box-time .prev-week.disabled,
#booking-modal .box-time .next-week.disabled,
.booking-timeline .box-time .prev-week.disabled,
.booking-timeline .box-time .next-week.disabled {
    opacity: 0.5;
    pointer-events: none;
}
#booking-modal .box-time .label-date, .booking-timeline .box-time .label-date {
    color: #000;
}
.list-booking .item .inter-price {
    color: #e53d3d;
    font-weight: 500;
    font-size: 14px;
    margin-top: 2px;
}
.list-booking .item.active .inter-price {
    color: #fff;
}
.content-tab-product-right .list-product-add .item-product-add.item-playground .item-right .item-quantity, .content-tab-product-right .list-product-add .item-product-add.item-playground .item-right .item-change-price {
    display: none;
}
.content-tab-product-right .list-product-add .item-product-add.item-playground .item-right {
    flex: 1 1;
    justify-content: flex-end;
}
.content-tab-product-right .list-product-add .item-product-add.item-playground {
    background: #b7c2af;
}
.bill-info .middle-inner .list-product .table thead td, .bill-info .middle-inner .list-product .table thead th {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.fw-500 {
    font-weight: 500;
}
body.sidebar-show {
    position: relative;!i;!;
}
body.sidebar-show:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0000004a;
    z-index: 1030;
}
.box-info-cashier-right .kv-cashier-menu-right>ul>li .btn {
    background: #ffffff24;
    border-radius: 30px;
}

.kt-portlet__body_cashier .content-tab-product-right .bottom-action .action .btn:hover {
    background: #fff;
    color: var(--color-main-case);
}

.kt-portlet__body_cashier .content-tab-product-right .bottom-action .action .btn:hover span.icon.icon-cricle {
    border-color: var(--color-main-case);
}
.box-cashier-tab .box-info-cashier-left .kt-portlet__cashier .nav-tabs.nav-tabs-line a.nav-link.active g [fill], .box-cashier-tab .box-info-cashier-left .kt-portlet__cashier .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active g [fill] {
    fill: var(--color-main-case) !important;
}
/*End CSS mobile cashier*/

.kt-form__body.box-cashier-product .list-product .item-product .inter-product:hover {
    border-color: var(--color-main-case);
}

.kt-form__body.box-cashier-product .list-product .item-product .inter-text .title {
    font-weight: 700;
}

.kt-form__body.box-cashier-product .list-product .item-product:hover .inter-text .title {
    color: #fff;
}

.kt-form__body.box-cashier-product .list-product .item-product:hover .inter-text .title {
    color: var(--color-main-case);
}

.box-info-cashier-right .kv-cashier-menu-right>ul>li a>i {
    color: var(--color-main-case) !important;
}

.box-info-cashier-right .kv-cashier-menu-right>ul>li a:active {
    background: var(--color-main-case);
}

.box-info-cashier-right .kv-cashier-menu-right>ul>li a:active i {
    color: #fff !important;
}

.body-cashier .btn-primary {
    background-color: var(--color-main-case);
    border-color: var(--color-main-case);
}

.body-cashier .btn-primary:hover {
    background: #fff;
    color: var(--color-main-case);
}

.header-cashier .nav-tabs.nav-tabs-line a.nav-link.active, .header-cashier .nav-tabs.nav-tabs-line a.nav-link:hover,.header-cashier .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active,.header-cashier .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover {
    border-color: var(--color-main-case);
}

.nav-tabs.nav-tabs-line a.nav-link.active>i, .nav-tabs.nav-tabs-line a.nav-link:hover>i, .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active>i, .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover>i {
    color: var(--color-main-case);
}
.body-cashier .kt-font-primary {
    color: var(--color-main-case) !important;
}
.body-cashier .input-group .input-group-text.active {
    background: var(--color-main-case) !important;
    border-color: var(--color-main-case);
}
.list-table-room .item-table-room.choose .inter-table-room .top-bottom:before, .list-table-room .item-table-room.choose .inter-table-room .top-bottom:after, .list-table-room .item-table-room.choose .inter-table-room .left-right:before, .list-table-room .item-table-room.choose .inter-table-room .left-right:after {
    background: #3149208a;
}

.sidebar-bill .bill-info .left-info {
    background: #e8e8e8;
    height: 100%;
    padding: 15px;
    border-radius: 8px;
}

.sidebar-bill .bill-info .left-info .list-product table.table {
    margin-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
    border-radius: 8px;
}

.sidebar-bill .bill-info .left-info .list-product {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    max-height: 100%;
    overflow-y: auto;
}

.sidebar-bill .bill-info .left-info .list-product thead>tr>th {
    background: #8a8a8a;
    color: #fff;
}

.middle-inner .right-info .action-bottom span.btn.btn-success {
    background: var(--color-main-case);
    border-color: var(--color-main-case);
}

.middle-inner .right-info .action-bottom span.btn.btn-success:hover {
    color: var(--color-main-case);
    background: #fff;
}

.middle-inner .right-info  label.kt-radio span {
    background: #fff !important;
}
.sidebar-bill .bill-info {
    height: 100%;
}

.sidebar-bill .bill-info .middle-inner {
    height: calc(100% - 50px);
}

.sidebar-bill .bill-info .middle-inner>.row {
    height: 100%;
}

.sidebar-bill .bill-info .middle-inner>.row>div {
    height: 100%;
}
.middle-inner .right-info .info-right-top {
    max-height: calc(100% - 57px);
    overflow-y: auto;
}
.middle-inner .right-info .info-right-top .payment-info label, .middle-inner .right-info .info-right-top .setting-info label {
    margin-bottom: 10px;
}

.sidebar-bill .bill-info .left-info .list-product::-webkit-scrollbar, .middle-inner .right-info .info-right-top::-webkit-scrollbar {
    width: 4px;
    background-color: #9e9e9e;
    border:1px solid #9e9e9e;
} 
.sidebar-bill .bill-info .left-info .list-product::-webkit-scrollbar-thumb, .middle-inner .right-info .info-right-top::-webkit-scrollbar-thumb {
    background-color: #2c404f;
    width:3px;
}
.middle-inner .right-info .price-info .item-price .form-control ,.middle-inner .right-info .price-info .item-price .input-group-text{
    border-color: #fff;
}
.middle-inner .right-info .info-right-top .price-info .form-actions-left {
    flex: 100%;
    max-width: 100%;
    padding: 0;
}
.middle-inner .right-info .info-right-top .price-info .form-actions-left .form-action-search {
    margin-left: 0;
}
.middle-inner .right-info .info-right-top .price-info .form-actions-left .form-action-search .form-group {
    background: #fff;
}
.middle-inner .right-info .info-right-top .price-info .form-actions-left .form-action-search .form-group span.add i {
    background: #e8e8e8;
}
.middle-inner .right-info .info-right-top .price-info .form-actions-left .form-action-search .form-group span.add {
    margin-left: 5px;
}
.middle-inner .right-info .info-right-top .price-info .content-tab-product-right {
    display: none;
}
.middle-inner .right-info .info-right-top .price-info .content-tab-product-right .top-actions {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ddd;
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
    .box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier>ul>li.nav-item>a {
        padding: 7px 10px;
        min-width: auto;
    }
    .kt-form__body.box-cashier-product .list-product .item-product {
        flex: 0 0 calc(100% / 4);
        max-width: calc(100% / 4);
    }
}

/*CSS mobile cashier*/
@media (max-width: 768px) {
    body.body-cashier {
        background: #f2f3f8 !important;
    }
    .body-cashier #kt_content {
        padding: 0;
    }
    .box-cashier-tab {
        padding: 0;
    }
    .header-cashier {
        display: flex;
        flex-direction: column;
        width: 100%;
        background: #fff;
    }
    .header-cashier .top-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px;
        margin-bottom: 10px;
    }
    .header-cashier .top-header .btn {
        position: relative;
        border: 0;
        background: #e7e7e7;
    }
    .header-cashier .top-header .btn span.number {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        background: #f14a4a;
        color: #fff;
        font-size: 10px;
        border-radius: 100%;
    }
    .header-cashier .middle-header .nav-tabs {
        margin: 0;
        justify-content: space-between;
        width: 100%;
    }
    .header-cashier .middle-header .nav-tabs .nav-item {
        margin-right: 0;
        flex: 0 0 calc(100% /3);
        max-width: calc(100% / 3);
    }
    .header-cashier .middle-header .nav-tabs .nav-item>a {
        justify-content: center;
        padding: 10px;
        width: 100%;
        border-width: 2px !important;
    }
    .header-cashier .middle-header .nav-tabs .nav-item>a.active {
        border-width: 2px !important;
    }
    .box-cashier-tab .kt-portlet--tabs .kt-portlet__body {
        margin: 10px;
        padding: 10px;
    }
    .box-bill-info, .box-list-product, .sidebar-bill {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        width: 100%;
        height: 0;
        background: #fff;
        z-index: 999;
        opacity: 0;
        overflow: hidden;
        transition: top 0.5s ease;
    }
    .box-bill-info.show, .box-list-product.show, .sidebar-bill.show {
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        opacity: 1;
        transition: top 0.5s ease;
    }
    .box-info-cashier-left>.kt-portlet {
        margin-bottom: 0;
    }
    .box-bill-info .kt-portlet__body {
        padding: 0 !important;
        margin: 0 !important;
    }
    .box-bill-info .kt-portlet__body .content-tab-product-right .top-title {
        padding: 8px;
        border-bottom: 1px solid #ddd;
        text-align: center;
        position: relative;
        font-size: 15px;
        font-weight: 600;
        color: #333;
    }
    .box-bill-info .kt-portlet__body .content-tab-product-right .top-title .btn-close-bill {
        position: absolute;
        top: 6px;
        right: 6px;
        background: #ddd;
        width: 26px;
        height: 26px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 7px;
    }
    .box-bill-info .kt-portlet__body .content-tab-product-right .top-title .btn-close-bill i {
        padding-right: 0;
    }
    .box-bill-info .kt-portlet__body .content-tab-product-right .mid-actions {
        position: relative;
        background: #eaeaea;
        padding: 10px;
        height: calc(100vh - 220px);
    }
    .content-tab-product-right .list-product-add .item-product-add {
        background: #fff;
        padding: 10px;
        margin-bottom: 10px;
        box-shadow: none;
    }
    .content-tab-product-right .mid-actions .list-product-add {
        height: calc(100vh - 244px);
        overflow-y: auto;
    }
    .content-tab-product-right .list-product-add .item-product-add .item-right {
        display: flex;
        flex-direction: column;
        flex: 0 0 115px;
        max-width: 115px;
    }
    .content-tab-product-right .list-product-add .item-product-add .item-right .item-cell-price {
        flex: auto;
    }
    .content-tab-product-right .list-product-add .item-product-add .item-right .item-quantity .product-quantity {
        border: 1px solid #000;
        padding: 2px 5px;
        border-radius: 4px;
        margin-bottom: 5px;
    }
    .content-tab-product-right .item-product-add .item-quantity .product-quantity .btn-quantity {
        border: 0;
    }
    .content-tab-product-right .list-product-add .item-product-add .item-right .item-cell-price .cell-price {
        font-size: 15px;
        color: #000;
    }
    .kt-portlet__body_cashier .content-tab-product-right .bottom-action, .content-tab-product-right .top-actions {
        padding: 10px;
        margin-bottom: 0;
    }
    .content-tab-product-right .top-actions .form-actions-left .form-action-search {
        margin-left: 0;
    }
    .kt-portlet__body.kt-portlet__body_cashier .list-cashiers {
        height: calc(100vh - 190px);
    }
    .box-bill-info .kt-portlet__body .content-tab-product-right .mid-actions .action-add-product {
        position: absolute;
        right: 20px;
        bottom: 15px;
        background: #0abb87;
        width: 34px;
        height: 34px;
        font-size: 15px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        display: none;
    }
    .box-cashier-tab .kt-portlet__body .nav-tabs a.nav-link, .box-cashier-tab .box-list-product .nav-tabs a.nav-link {
        background: #e9e9e9 !important;
        margin-right: 5px;
    }
    .box-cashier-tab .kt-portlet__body .nav-tabs, .box-cashier-tab .box-list-product .nav-tabs {
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        padding-bottom: 5px;
    }
    .box-cashier-tab .box-list-product .nav-tabs {
        margin: 10px !important;
    }
    .box-cashier-tab .box-list-product .tab-content {
        position: relative;
        background: #eaeaea;
        padding: 10px;
    }
    .kt-form__body.box-cashier-product .list-product {
        background: #fff;
        margin: 0;
        overflow-y: auto;
        max-height: calc(100vh - 195px);
        align-content: flex-start;
    }
    .kt-form__body.box-cashier-product .list-product .item-product .inter-product {
        display: flex;
        flex-wrap: wrap;
        border-radius: 4px;
        background: #fff;
        border: 0;
    }
    .kt-form__body.box-cashier-product .list-product .item-product .inter-product .inter-image {
        flex: 0 0 80px;
        max-width: 80px;
    }
    .kt-form__body.box-cashier-product .list-product .item-product .inter-text {
        flex: 0 0 calc(100% - 80px);
        max-width: calc(100% - 80px);
        padding: 0 0 0 10px;
        text-align: left;
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }
    .kt-form__body.box-cashier-product .list-product .item-product .inter-image .img {
        padding-top: 82%;
    }
    .kt-form__body.box-cashier-product .list-product .item-product .inter-text .price {
        color: red;
        font-size: 15px;
    }
    .box-list-product .list-product {
        padding: 10px;
        border-radius: 4px;
        height: calc(100vh - 145px);
        max-height: 100% !important;
    }
    .box-list-product .bottom-header {
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        justify-content: space-between;
    }
    .box-list-product .bottom-header span.btn {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
    .sidebar-bill {
        padding: 15px 10px;
    }
    .sidebar-bill .bill-info .top-inner {
        margin-bottom: 1rem;
    }
    .sidebar-bill .content-tab-product-right .top-actions {
        padding: 0;
    }
    .sidebar-bill .content-tab-product-right .top-actions .form-actions-left {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .sidebar-bill .middle-inner .right-info {
        padding: 10px;
        height: calc(100vh - 75px);
    }
    body.sidebar-show:before {
        display: none;
    }
    
    .sidebar-bill .bill-info .middle-inner>.row>div, .sidebar-bill .bill-info .middle-inner>.row {
        height: auto;
    }
    .sidebar-bill .bill-info .left-info {
        padding: 0;
        height: auto;
    }
    .list-booking .item {
        flex: 0 0 calc(100% / 3 - 10px);
        max-width: calc(100% / 3 - 10px);
    }
    .box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier ul>li.nav-item>a svg path {
        fill: #74788c !important;
    }
    .box-cashier-tab .kt-portlet--tabs .kt-portlet__cashier ul>li.nav-item>a.active svg path {
        fill: #314920 !important;
    }
}

.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    fill: #ffffff;
}

.kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link {
    background-color: #242424 !important;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    background: #fff;
}
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
    background-color: #24284900;
}

.kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user {
    background-color: #242424;
    padding: 0 10px;
    height: 40px;
}

.kt-header .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
    background-color:#242424;
}

.kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user:hover {
    background-color: #242424;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: #3758ff;
}
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text {
    color: #3758ff;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    fill: #3758ff;
}
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #fff;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] ,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) .kt-menu__link-icon svg g [fill]{
    fill:#3758ff;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color:#3758ff;
}
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span{
    background-color: #3758ff;
}
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span{
    background-color: #3758ff;
}
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #000000;
}
.kt-header .kt-header__topbar .kt-header__topbar-item:hover.kt-header__topbar-item--user .kt-header__topbar-user, .kt-header .kt-header__topbar .kt-header__topbar-item.show.kt-header__topbar-item--user .kt-header__topbar-user {
    background-color: #242424;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-welcome {
    padding: 10px 0;
}
.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link {
    padding: 8px 20px;
}
.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link {
    padding: 8px 20px;
}
.kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #ffffff;
    font-weight: 500;
}
@media (min-width:1000px) and (max-width:1300px){
    .kt-header-menu.kt-header-menu--layout-default .kt-menu__nav>.kt-menu__item>.kt-menu__link {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 11px !important;
    }

    .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
        font-size: 12px;
    }
}
.content-tab-product-right .list-product-add .item-product-add.item-playground .item-left .item-name-note .note {
    display: flex;
    align-items: center;
    color: #333;
}
.content-tab-product-right .list-product-add .item-product-add.item-playground .item-left .item-name-note .note .info-date {
    margin-right: 10px;
}
.content-tab-product-right .list-product-add .item-product-add.item-playground .item-left .item-name-note .note .info-date i {
    margin-right: 5px;
}
.wrap-auto-complete-left .item-complete-left .wrap-suggestion {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 700px;
    z-index: 1001;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.wrap-auto-complete-left .item-complete-left .wrap-suggestion.show {
    display: block;
}
.wrap-auto-complete-left .item-complete-left .wrap-suggestion .item-product {
    padding: 5px;
    border-radius: 4px;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}
.wrap-auto-complete-left .item-complete-left .wrap-suggestion .item-product:last-child {
    border-bottom: 0;
}
.wrap-auto-complete-left .item-complete-left .wrap-suggestion .item-product .inter-product {
    display: flex;   
}
.wrap-auto-complete-left .item-complete-left .wrap-suggestion .item-product .inter-product .inter-image {
    width: 60px;
    height: 60px;
}
.wrap-auto-complete-left .item-complete-left .wrap-suggestion .item-product .inter-product .inter-image .img {
    width: 100%;
    height: 100%;
}
.wrap-auto-complete-left .item-complete-left .wrap-suggestion .item-product .inter-product .inter-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap-auto-complete-left .item-complete-left .wrap-suggestion .item-product .inter-product .inter-text {
    width: calc(100% - 60px);
    padding-left: 15px;
}
.wrap-auto-complete-left .item-complete-left .wrap-suggestion .item-product .inter-product .inter-text .title {
    font-weight: 500;
    color: #333
}
.wrap-auto-complete-left .item-complete-left .wrap-suggestion .item-product .inter-product .inter-text .price {
    color: red;
    font-size: 15px;
}
.wrap-auto-complete-left .item-complete-left .wrap-suggestion .item-product:hover {
    background: #b7c2af;
}
.font-weight-600{
    font-weight:600 ;
}
@media (min-width:1000px) and (max-width:1200px){
    .kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon {
        display: none;
    }
}

.accordion.accordion-toggle-svg.accordion-solid .card .card-header .card-title {
    background: #ebedf2;
}

@media (max-width: 1024px){
    .kt-header-mobile {
        background: #000 !important;
    }
    .kt-header-menu-wrapper, .kt-header-menu-mobile {
        background-color: #000 !important;
    }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text{
        color: #fff;
    }
    .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link{
        padding: 8px 30px;
    }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill], .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
        fill: #fff;
    }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link{
        background: none !important;
    }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon{
        color: #fff;
    }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill], .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill]{
        fill: #fff;
    }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link{
        background: none !important;
    }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) .kt-menu__link-icon svg g [fill]{
        fill: #ffffff;
    }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text{
        color: #fff;
    }
    .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link,  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link{
        background: none;
    }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text{
        color: #fff;
    }
    .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-icon svg path[fill], .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-icon svg path[fill] {
        fill: #fff;
    }
    a.btn-cart-case svg.kt-svg-icon {
        height: 18px;
        width: 18px;
        position: relative;
        top: -2px;
        margin-right: 5px;
    }
    a.btn-cart-case {
        color: #000 !important;
    }

    a.btn-cart-case .kt-svg-icon g [fill] {
        fill: #000000;
    }
    .kt-header__topbar--mobile-on .kt-header__topbar {
        background: #000;
    }
    .kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user {
        height: 36px;
    }
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link{
        background: #000 !important;
    }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
        background: #171717;
    }
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
        background-color: #242424;
    }
    .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item {
        border-bottom: 1px dashed #252525;
    }

    .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item {
        border-bottom: 1px dashed #000000c9;
    }
    .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link, 
    .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link {
        padding: 15px 30px;
    }
    .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item {
        border-bottom: 1px dashed #252525;
    }
    .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item:last-child {
        border-bottom: 0;
    }
}
.box-section-dashboard .item-dashboard.item-dashboard-revenue .kt-portlet__head-toolbar .btn-label-light {
    background: #242424;
}

.box-section-dashboard .item-dashboard.item-dashboard-revenue .kt-portlet__head-toolbar .btn-label-light:hover {
    background: #fff;
}



/*css_booking*/
.wrap-booking-timeline .table thead>tr>th {
    background: #dcfce7;
    text-align: center;
    height: 45px;
    border-bottom: 0;
    vertical-align: middle;
    padding: 0 15px;
}

.wrap-booking-timeline .table tbody>tr>th {
    background: #f2f2f2;
    border-color: #fff;
}
.wrap-booking-timeline {
    display: flex;
}

.wrap-booking-timeline .row-playground {
    flex: 0 0 175px;
    max-width: 175px;
}

.wrap-booking-timeline .table-timeline {
    flex-basis: calc(100% - 175px);
    max-width: calc(100% - 175px);
    overflow: auto;
}

.wrap-booking-timeline .table-timeline table {
    min-width: 1500px;
}

.wrap-booking-timeline .row-playground .item {
    border-bottom: 1px solid #ffffff;
    height: 40px;
    display: flex;
    align-items: center;
    border-left: 1px solid #f4f4f4;
    padding: 0 15px;
    font-weight: 600;
    background: #d8e2fa;
}

.wrap-booking-timeline .row-playground .item-col>.item:first-child {
    height: 46px;
    background: #93b4fd;
}

.wrap-booking-timeline .table-timeline tbody>tr>td {
    height: 40px;
}
.wrap-booking-timeline .row-playground .item:last-child {
    border-bottom: 1px solid #f4f4f4;
}
.wrap-booking-timeline .row-playground .item.name-sport {
    background: #92e9b0;
    font-size: 14px;
}

.item-search .list-sports {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.item-search {
    margin-bottom: 30px;
    display: flex;
}

.item-search .list-sports .item-sport {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.item-search .list-sports .item-sport>span.value {
    height: 20px;
    background: #dbe6fe;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    border: 1px solid #93b4fd;
}

.item-search .list-sports .item-sport span.name {
    display: inline-block;
    flex: 1 1;
    color: #000000;
}

.box-section-dashboard .item-dashboard .item-search .date {margin-right: 30px;}

.box-section-dashboard .item-dashboard .item-search .form-group {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.box-section-dashboard .item-dashboard .item-search .form-group .title-sub {
    margin-right: 20px;
    font-weight: 600;
    font-size: 15px;
}
.wrap-booking-timeline .table-timeline tbody>tr>td.booking-active {
    background: red;
}
.table-timeline::-webkit-scrollbar {
    height: 3px;
    background-color: #F5F5F5;
    border:1px solid #F5F5F5
} 
.table-timeline::-webkit-scrollbar-thumb {
    background-color: #2c404f;
    height:2px;
}
.item-search .list-sports .item-sport.active span.value {
    background: #2563eb;
    border-color: #2563eb;
}

.inter-table>.top {
    display: flex;
}

.inter-table>.top .item-top {
    min-width: 70px;
    flex: 0 0 70px;
    border-right: 1px solid #93b4fd;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: #d8e2fa;
    font-weight: 600;
    border-bottom: 1px solid #93b4fd;
    flex: auto;
    border-top: 1px solid #93b4fd;
}

.wrap-booking-timeline .table-timeline .timeline {
    margin-bottom: 5px;
}

.wrap-booking-timeline .table-timeline .timeline .row-timeline {
    display: flex;
}

.wrap-booking-timeline .table-timeline .timeline .row-timeline .time {
    display: inline-block;
    min-width: 70px;
    flex: 0 0 70px;
    height: 40px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    flex: auto;
}
.wrap-booking-timeline .table-timeline .timeline .row-timeline .time.booking-active {
    background: red;
    cursor: pointer;
}
div#wrap-booking-timeline {
    min-height: 300px;
    background: #fff;
}

.inter-table>.top .item-top>span {
    display: inline-block;
    width: 60px;
}
/*css_booking*/
.item-take-away .inter-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.item-take-away .inter-text .icon {
    margin-bottom: 15px;
}