/* 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: "inter";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/inter/Inter-Regular.woff2") format("woff2");
}
/* vietnamese */
@font-face {
    font-family: "inter";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/inter/Inter-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
    font-family: "inter";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/inter/Inter-SemiBold.woff2") format("woff2");
}
/* vietnamese */
@font-face {
    font-family: "inter";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/inter/Inter-Bold.woff2") format("woff2");
}
/* vietnamese */
@font-face {
    font-family: "inter";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/inter/Inter-ExtraBold.woff2") format("woff2");
}
/* vietnamese */
@font-face {
    font-family: "inter";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/inter/Inter-Black.woff2") format("woff2");
}
:root {
    --color-highlight-case: #2563eb;
    --color-main-case: #526e3e;
}
body {
    font-weight: 400;
    font-size: 14px;
}
.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;
}
.pl-35{
    padding-left: 35px !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-4 {
    width: 4% !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-11 {
    width: 11% !important;
}
.w-12 {
    width: 12% !important;
}
.w-13 {
    width: 13% !important;
}
.w-14 {
    width: 14% !important;
}
.w-15 {
    width: 15% !important;
}
.w-16 {
    width: 16% !important;
}
.w-17 {
    width: 17% !important;
}
.w-18 {
    width: 18% !important;
}
.w-19 {
    width: 19% !important;
}
.w-20 {
    width: 20% !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-20px {
    line-height: 20px;
}
.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;
}
.kt-badge--red {
    color: var(--color-red);
    background: rgb(235 238 241);
}
.kt-badge--blue {
    color: var(--color-blue);
    background: rgb(235 238 241);
}
.form-group {
    margin-bottom: 15px;
}
.kt-aside {
    width: 230px;
}
.list-image-album {
    padding: 5px;
    border-radius: 4px;
    min-height: 90px;
    border: 1px dashed rgba(229, 231, 232, 1);
    background: #fff;
}
.list-image-album .kt-media {
    border: 1px solid #fff;
    background: #f2f4f7;
    padding: 8px;
}
.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, 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: 10px 15px;
}
.popover-body label {
    font-size: 14px !important;
}
.popover-body .form-group {
    margin-bottom: .5rem;
}
.popover-body .form-control {
    font-size: 14px !important;
    height: 3rem !important;
}
.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: transparent;
}
.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, 0.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, 0.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;
}
@media (min-width:1200px){
    .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 0.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>div .toast-close-button {
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDQuMDAwMDRMNCAxNE0zLjk5OTk2IDRMMTMuOTk5OSAxNCIgc3Ryb2tlPSIjOTc5RkE5IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=") !important;
    background-repeat: no-repeat;
    background-size: contain;
}

#toast-container>div .toast-close-button:before {
    display: none;
}

#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, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    display: table;
    table-layout: fixed;
    border-radius: 4px;
}
.blockui>span {
    color: #74788d;
    display: table-cell;
    vertical-align: middle;
    padding: 0.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 0.5s linear infinite;
    animation: kt-spinner 0.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: 0.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: 0.3rem;
}
[nh-wrap="conditions"]::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}
[nh-wrap="conditions"]::-webkit-scrollbar-thumb {
    background-color: #5d78ff;
    border-radius: 0.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, 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;
}
.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 0.5s linear infinite;
    animation: spinner 0.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: 30px;
    height: 30px;
    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 {
    margin-bottom: 5px;
}
#accordionProductItem .card .card-header .card-title {
    color: #3B70FA;
    padding: 12px 15px;
    justify-content: space-between;
    border-radius: 8px !important;
}
#accordionProductItem .card .card-header .card-title .icon-right {
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    background-color: #91baff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#accordionProductItem .card .card-header .card-title .icon-right > svg > path {
    stroke: #fff;
}
#accordionProductItem .card .card-header .card-title.collapsed .icon-right {
    background: #cdcfd2;
}
#accordionProductItem .card .card-header .card-title.collapsed .icon-right > svg > path {
    stroke: #82878e;
}
#accordionProductItem .card .card-body {
    border-radius: 8px;
}
.list-image-album .kt-media--default {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 78px;
    color: #647077;
    font-size: 14px;
}
.list-image-album .kt-media--default svg {
    margin-bottom: 5px;
}
.list-image-album .kt-media--default svg > path {
    stroke: #9a9ea0;
}
.table-attributes td {
    padding: 5px 0;
    border: 0;
}
.table-attributes td.td-attribute {
    width: 300px;
}
.table-attributes td:last-child {
    text-align: right;
    vertical-align: middle;
}
.table-attributes td .tagify__input {
    display: inline-block;
    margin: 0px;
    padding: 5px 10px;
}
.table-attributes td .tagify__tag {
    margin: 7px 4px 4px 0;
}
.table-attributes td .tagify-input {
    padding: 0;
    display: flex;
    align-items: center;
    line-height: 32px;
}
.table-attributes td .tagify .tagify__tag {
    font-size: 16px !important;
    background: var(--color-blue-50);
    color: var(--color-blue);
    border-color: var(--color-blue-50);
    border-radius: 8px !important;
    padding: 4px 10px;
    margin: 0 5px;
    line-height: 1.5;
}
.table-attributes td .tagify .tagify__tag>div {
    color: var(--color-blue);
    padding: 0;
}
.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: var(--color-blue);
}
.table-attributes td .tagify .tagify__tag__removeBtn {
    order: 1;
}
.table-attributes td .tagify .tagify__tag__removeBtn:after {
    color: var(--color-red);
}
.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, 0.1);
    box-shadow: 0 0 13px 0 rgba(0, 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, 0.1);
    box-shadow: 0 0 13px 0 rgba(0, 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, 0.1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.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;
    font-size: 14px;
}
.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: 0;
}
.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: 30px;
    display: flex;
    align-items: center;
}

.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: 14px;
}
.day.disabled,
.hour.disabled,
.minute.disabled {
    background-color: #f5f5f5 !important;
}
.btn-frame-item.disabled {
    opacity: 0.3;
}
.modal-body {
    /* padding-bottom: 10px; */
}
.modal-body .content-modal.content-modal-custom {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}
.modal-footer {
    padding-top: 10px;
}
.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: 20px;
    display: none;
}
.sidebar-bill.show {
    display: block;
    width: 1260px;
    transition: right 200ms ease-out;
}
.bill-info .top-inner h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}
.bill-info .top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.bill-info .top-inner>span {
    font-size: 16px;
    color: var(--color-red);
    display: flex;
    align-items: center;
}
.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: #F9FBFF;
    padding: 15px 5px 15px 15px;
    border-radius: 8px;
    height: 100%;
    /* max-height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(218, 230, 255, 1);
}
.middle-inner .right-info .action-bottom {
    margin-top: 15px;
    padding-right: 10px;
}
.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: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(145, 186, 255, 1);
}
.middle-inner .right-info .price-info .item-price .form-control {
    border-bottom: 0;
    text-align: right;
    padding: 0 5px;
    height: 33px;
    max-width: 100px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.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: #000;
    font-size: 16px;
}

.middle-inner .right-info .price-info .item-price .text.total-bill {
    font-size: 17px;
    color: var(--info);
    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;
}
/* 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-85 {
        width: 85% !important;
    }
    .w-sm-80 {
        width: 80% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-70 {
        width: 70% !important;
    }
    .w-sm-65 {
        width: 65% !important;
    }
    .w-sm-60 {
        width: 60% !important;
    }
    .w-sm-55 {
        width: 55% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-45 {
        width: 45% !important;
    }
    .w-sm-40 {
        width: 40% !important;
    }
    .w-sm-35 {
        width: 35% !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-85 {
        width: 85% !important;
    }
    .w-md-80 {
        width: 80% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-70 {
        width: 70% !important;
    }
    .w-md-65 {
        width: 65% !important;
    }
    .w-md-60 {
        width: 60% !important;
    }
    .w-md-55 {
        width: 55% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-45 {
        width: 45% !important;
    }
    .w-md-40 {
        width: 40% !important;
    }
    .w-md-35 {
        width: 35% !important;
    }
    .w-md-30 {
        width: 30% !important;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-24 {
        width: 24% !important;
    }
    .w-md-23 {
        width: 23% !important;
    }
    .w-md-22 {
        width: 22% !important;
    }
    .w-md-21 {
        width: 21% !important;
    }
    .w-md-20 {
        width: 20% !important;
    }
    .w-md-19 {
        width: 19% !important;
    }
    .w-md-18 {
        width: 18% !important;
    }
    .w-md-17 {
        width: 17% !important;
    }
    .w-md-16 {
        width: 16% !important;
    }
    .w-md-15 {
        width: 15% !important;
    }
    .w-md-14 {
        width: 14% !important;
    }
    .w-md-13 {
        width: 13% !important;
    }
    .w-md-12 {
        width: 12% !important;
    }
    .w-md-11 {
        width: 11% !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-4 {
        width: 4% !important;
    }
    .w-md-3 {
        width: 3% !important;
    }
    .w-md-2 {
        width: 2% !important;
    }
}


@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }
    .w-lg-90 {
        width: 90% !important;
    }
    .w-lg-85 {
        width: 75% !important;
    }
    .w-lg-80 {
        width: 80% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-70 {
        width: 70% !important;
    }
    .w-lg-65 {
        width: 65% !important;
    }
    .w-lg-60 {
        width: 60% !important;
    }
    .w-lg-55 {
        width: 55% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-45 {
        width: 45% !important;
    }
    .w-lg-40 {
        width: 40% !important;
    }
    .w-lg-35 {
        width: 35% !important;
    }
    .w-lg-30 {
        width: 30% !important;
    }
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-20 {
        width: 20% !important;
    }
    .w-lg-15 {
        width: 15% !important;
    }
    .w-lg-10 {
        width: 10% !important;
    }
    .w-lg-9 {
        width: 9% !important;
    }
    .w-lg-8 {
        width: 8% !important;
    }
    .w-lg-7 {
        width: 7% !important;
    }
    .w-lg-6 {
        width: 6% !important;
    }
    .w-lg-5 {
        width: 5% !important;
    }
    .w-lg-4 {
        width: 4% !important;
    }
    .w-lg-3 {
        width: 3% !important;
    }
    .w-lg-2 {
        width: 2% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }
    .w-xl-90 {
        width: 90% !important;
    }
    .w-xl-80 {
        width: 80% !important;
    }
    .w-xl-70 {
        width: 70% !important;
    }
    .w-xl-60 {
        width: 60% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-xl-40 {
        width: 40% !important;
    }
    .w-xl-30 {
        width: 30% !important;
    }
    .w-xl-35 {
        width: 35% !important;
    }
    .w-xl-25 {
        width: 25% !important;
    }
    .w-xl-20 {
        width: 20% !important;
    }
    .w-xl-15 {
        width: 15% !important;
    }
    .w-xl-10 {
        width: 10% !important;
    }
    .w-xl-9 {
        width: 9% !important;
    }
    .w-xl-8 {
        width: 8% !important;
    }
    .w-xl-7 {
        width: 7% !important;
    }
    .w-xl-6 {
        width: 6% !important;
    }
    .w-xl-5 {
        width: 5% !important;
    }
    .w-xl-4 {
        width: 4% !important;
    }
    .w-xl-3 {
        width: 3% !important;
    }

    .w-xl-2 {
        width: 2% !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 -3px;
}
.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% / 3 - 6px);
    max-width: calc(100% / 3 - 6px);
    position: relative;
    border: 1px solid rgba(145, 186, 255, 1);
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    margin: 0px 3px;
    margin-bottom: 6px;
}
.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;
}

.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) {
    .booking-time-item .price-info {
        gap: 5px;
    }
    .booking-time-item .price-main {
        font-size: 13px;
    }
    .booking-time-item .discount-badge {
        font-size: 10px;
        padding: 2px 5px;
    }
    .item-name-wrapper .item-name-main {
        font-size: 13px;
    }
    .item-name-wrapper .item-extra-info {
        gap: 6px;
        margin-top: 4px;
    }
    .item-name-wrapper .item-extra-info .item-discount-label,
    .item-name-wrapper .item-extra-info .item-deposit-label {
        font-size: 11px;
        padding: 2px 6px;
    }
    .item-name-wrapper .item-extra-info .item-discount-label i,
    .item-name-wrapper .item-extra-info .item-deposit-label i {
        font-size: 12px;
    }
    .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;
}
[nh-time-frame] [btn-merge-cell] ,
[table-price] tr>td> .btn-lock ,
[table-price] tr>td> [show-tooltip] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    padding: 3px;
    background-color: var(--color-blue-700);
    opacity: 0;
    transition: all 0.3s;
    /* width: 100%; */
    height: 100%;
    z-index: -1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255 255 255);
    padding: 0 7px;
}

[table-price] tr>td>.fa-lock {
    left: 0;
    right: unset;
}
[table-price] tr>td:hover>[show-tooltip] {
    z-index: 2;
    opacity: 1;
}
[table-price] tr>td[data-price]:hover>.btn-lock ,
[table-price] tr>td[data-price]:hover>[show-tooltip] {
    opacity: 1;
    z-index: 1;
}
[table-price]::selection {
    background-color: transparent;
}
.selected-cell {
    background-color: var(--info) !important;
}
.merge-cell [btn-merge-cell] {
    opacity: 1;
    z-index: 1;
    color: rgb(255 255 255);
}

#cancel-merge.btn-sm, 
#confirm-merge.btn-sm ,
#confirm-lock.btn-sm ,
#cancel-lock.btn-sm ,
#confirm-unmerge.btn-sm {
    padding: .5rem 1rem !important;
    font-size: .875rem !important;
    height: auto !important;
}

@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: var(--color-blue-50);
    padding: 8px 10px;
    font-size: 16px;
    width: 235px;
    border-radius: 5px;
    border: 1px solid var(--color-blue);
    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: var(--color-blue-200);
    border-radius: 5px;
    color: var(--color-blue);
    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-size: 13px;
    margin-top: 2px;
}
.list-booking .item.active .inter-price {
    color: #fff;
}
.booking-time-item .price-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.booking-time-item .price-main {
    color: #e24040;
    font-weight: 600;
    font-size: 14px;
}
.booking-time-item .discount-badge {
    background: #0abb87;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    line-height: 1.2;
}
.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;
}
body.sidebar-show:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0000004a;
    z-index: 1030;
}
.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 {
    height: 100%;
}
.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-radius: 8px;
    max-height: 100%;
    overflow-y: auto;
}
.sidebar-bill .bill-info .left-info .list-product thead>tr>th {
    color: rgba(75, 77, 83, 1);
    background: #fff;
    font-weight: 700;
    font-size: 16px;
    padding-top: 0;
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.middle-inner .right-info .action-bottom span.btn.btn-success {
    background: var(--color-blue);
    border-color: var(--color-blue);
    height: 58px !important;
    border-radius: 12px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.middle-inner .right-info .action-bottom span.btn.btn-success:hover {
    color: var(--color-blue);
    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: 100%;
}
.sidebar-bill .bill-info .middle-inner>.row {
    height: calc(100% - 54px);
}
.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;
    padding-right: 10px;
}
.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: var(--color-blue-200);
    border: 1px solid var(--color-blue-200);
}
.sidebar-bill .bill-info .left-info .list-product::-webkit-scrollbar-thumb,
.middle-inner .right-info .info-right-top::-webkit-scrollbar-thumb {
    background-color: var(--color-blue-400);
    width: 3px;
}
.middle-inner .right-info .price-info .item-price .form-control,
.middle-inner .right-info .price-info .item-price .input-group-text {border: 0;}
.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 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: 1200px) {
    body.body-cashier {
        padding: 5px !important;
    }
    .body-cashier #kt_content {
        padding: 0;
    }
    .box-cashier-tab {
        padding: 0;
    }
    .header-cashier {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .header-cashier .top-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        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 {
        justify-content: space-between;
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        /* overflow-x: auto; */
        margin-left: -2px;
        margin-right: -2px;
    }
    .header-cashier .middle-header .nav-tabs::-webkit-scrollbar {
         display:none;
    }

    .header-cashier .middle-header .nav-tabs .nav-item {
        margin-right: 0;
        flex: 0 0 25%;
        padding-left: 2px;
        padding-right: 2px;
    }
    .header-cashier .middle-header .nav-tabs .nav-item>a {
        justify-content: center;
        padding: 10px;
        width: 100%;
        border-width: 2px !important;
    }
    .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: 100dvh;
        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: 0;
        text-align: left;
        position: relative;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--color-blue);
    }
    .box-bill-info .kt-portlet__body .content-tab-product-right .top-title .btn-close-bill {

padding: 0;

height: auto !IMPORTANT;

display: flex;

align-items: center;

}
    .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;
        padding: 10px;
        height: calc(100dvh - 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(100dvh - 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;
        margin-left: 0 !important;
    }
    .kt-portlet__body.kt-portlet__body_cashier .list-cashiers {
        height: calc(100dvh - 190px);
    }
    .box-bill-info .kt-portlet__body .content-tab-product-right .top-actions .action-add-product {
        background: #0abb87;
        width: 34px;
        height: 34px;
        font-size: 15px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }
    .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 .box-list-product .tab-content {
        position: relative;
        background: #eaeaea;
        padding: 10px;
    }
    .kt-form__body.box-cashier-product .list-product {
        background: #fff;
        overflow-y: auto;
        max-height: calc(100dvh - 260px);
        align-content: flex-start;
        margin-left: -4px !important;
        margin-right: -4px !important;
    }
    .kt-form__body.box-cashier-product .list-product .item-product .inter-product {
        display: flex;
        flex-wrap: wrap;
        border-radius: 4px;
        background: #fff;
        border: 0;
        border-radius: 10px !important;
    }
    
    .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 {
        font-size: 15px;
    }
    .box-list-product .list-product {
        padding: 10px;
        border-radius: 4px;
        height: calc(100dvh - 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: 2rem;
    }
    .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(100dvh - 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;
    }
}
.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;
    }}
.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 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 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: 50px;
}
.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;
    border-radius: 4px;
}
.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: var(--color-blue-100);
}
.font-weight-600 {
    font-weight: 600;
}
.classify.bootstrap-select .dropdown-menu li a span.text {
    display: block;
}
.classify .dropdown-toggle .delete-classify-btn {
    display: none;
}
.delete-classify-btn {
    z-index: 9999;
    cursor: pointer;
    pointer-events: all;
}
.delete-classify-btn:hover::before {
    color: red;
}
@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: #EFF4FF;
}
@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*/
.list-table-room .item-table-desk-room .inter-text,
.list-table-room .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;}
/*css_token*/
.btn-token-group {
    max-width: 500px;
}
.btn-token-group .btn-group {
    width: 100%;
}
form#form-playground-connect span.token-status span.kt-badge {
    padding: 4px 20px;
    font-size: 12px;
}
.kt-table-playground-connect {
    border: 1px solid #ebedf2;
    border-radius: 8px;
    overflow: hidden;
}
.kt-table-playground-connect table.table {
    margin-bottom: 0;
}
.kt-table-playground-connect table.table tbody tr:first-child td {
    border-top: 0 !important;
}
.kt-table-playground-connect table.table tbody tr td:last-child {
    border-left: 1px solid #ebedf2;
}
.connect-status-card ul.feature-list {
    padding-left: 15px;
    margin-bottom: 0;
}
.connect-status-card ul.feature-list>li {
    margin-bottom: 10px;
}
.playground-connect-status .kt-badge {
    font-size: 13px;
    padding: 3px 20px;
}
.playground-connect-status .kt-badge.kt-badge--light {
    background: #c0c0c0;
}
.icon-playground-connect svg {
    height: 20px !important;
    width: 20px !important;
}
[btn-action="submit-playground-connect"].disabled {
    pointer-events: none;
}
.kt-badge--green-light {
    background: #795548;
    color: #fff;
}
.kt-font-green-light {
    color: #795548;
}
/*css_token*/
.middle-inner .right-info .price-info .item-price .total-coupon {
    cursor: pointer;
}
.alert-delete-coupon {
    padding: 1rem;
    background: rgb(255, 251, 235);
    border: 1px solid rgb(253, 230, 138);
}
.alert-delete-coupon .alert-text .title {
    color: rgb(146, 64, 14);
    font-size: 16px;
    font-weight: 600;
}
.alert-delete-coupon .alert-text .desc {
    color: rgb(180, 83, 9);
    font-size: 14px;
}
.alert-delete-coupon .alert-icon {
    color: rgb(217, 119, 6);
}
.detail-coupon .box-used {
    background: #f2f4f7;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.detail-coupon .box-used .box-used-item {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}
.detail-coupon .box-used .box-used-item .box-used-item-value {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}
.detail-coupon #copy-coupon {
    background: #f3f4f6;
    color: #333;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
}
.detail-coupon #copy-coupon i {
    color: #5867dd;
    font-weight: 500;
    margin-left: 5px;
}
.detail-coupon #copy-coupon:hover {
    background: rgba(10, 187, 135, 0.1);
    color: #0abb87;
}
.detail-coupon #copy-coupon:hover>i {
    color: #0abb87;
}
.detail-coupon .box-condition .box-condition-item {
    background: #ECF0FF;
    padding: 15px;
    border-radius: 6px;
    margin: 15px 0;
    border: 1px solid #cfd8fc;
}
.detail-coupon .box-condition .box-condition-item .box-condition-item-label {
    color: #214CEF;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}
.detail-coupon .box-condition .box-condition-item .box-condition-item-value {
    color: #4B4D53;
}
.detail-coupon .box-condition .box-condition-title {
    color: rgba(100, 112, 119, 1);
    font-size: 16px;
}
.detail-coupon .box-condition .box-condition-item .box-condition-item-value .value {
    font-weight: 500;
    font-size: 16px;
    color: #f00;
    margin: 0 2px;
}

.kt-portlet .kt-box .kt-box-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.kt-portlet .kt-box .kt-box-top .kt-box-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-800);
}
.kt-portlet .kt-box .kt-box-top .kt-box-action {
    display: flex;
    align-items: center;
}
.kt-portlet .kt-box .kt-box-top .kt-box-action .kt-action-item {
    display: flex;
    border: 1px solid #e5e7e8;
    background: #f5f6f6;
    height: 36px;
    border-radius: 8px;
    align-items: center;
    padding: 0 12px;
}
.kt-portlet .kt-box .kt-box-top .kt-box-action .kt-action-item .kt-action-icon {
    margin-right: 10px;
}
.kt-portlet .kt-box .kt-box-top .kt-box-action .kt-action-item .kt-action-value {
    font-size: 14px;
    color: var(--black-600);
}
.kt-portlet .kt-box .kt-box-count-number .kt-item-numbers {
    background: linear-gradient(101.47deg, #91baff 1.48%, #3b70fa 97.54%);
    border-radius: 8px;
    padding: 15px;
    height: 152px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.kt-portlet .kt-box .kt-box-count-number .kt-item-numbers.kt-item-numbers-02 {
    background: linear-gradient(101.47deg, #877ef1 1.48%, #6e4edd 97.54%);
}
.kt-portlet .kt-box .kt-box-count-number .kt-item-numbers.kt-item-numbers-03 {
    background: linear-gradient(101.47deg, #5ace8a 1.48%, #269353 97.54%);
}
.kt-portlet .kt-box .kt-box-count-number .kt-item-numbers.kt-item-numbers-04 {
    background: linear-gradient(101.47deg, #ff9937 1.48%, #f05f06 97.54%);
}
.kt-portlet .kt-box .kt-box-count-number .kt-item-numbers .kt-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kt-portlet .kt-box .kt-box-count-number .kt-item-numbers .kt-item-top .kt-item-title {
    display: flex;
    align-items: center;
}
.kt-portlet .kt-box .kt-box-count-number .kt-item-numbers .kt-item-top .kt-item-title .kt-item-icon {
    flex: 0 0 40px;
    max-width: 40px;
    background: #fff;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.kt-portlet .kt-box .kt-box-count-number .kt-item-numbers .kt-item-top .kt-item-title .kt-item-name {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.kt-portlet .kt-box .kt-box-count-number .kt-item-numbers .kt-item-bottom-count .kt-item-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kt-portlet .kt-box .kt-box-count-number .kt-item-numbers .kt-item-bottom-count .kt-item-count .kt-item-count-value {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
}
.kt-portlet .kt-box .kt-box-count-number .kt-item-numbers .kt-item-bottom-count .kt-item-count .kt-item-count-name {
    color: #fff;
    font-size: 20px;
}
.align-items-center {
    display: flex;
    align-items: center;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-top {
    justify-content: flex-start;
    gap: 10px;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-top .kt-box-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-top .kt-box-icon>svg>path {
    stroke: #2aba66;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-top .kt-box-title .kt-title-desc {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-content .kt-point-info {
    color: #fff;
    font-size: 31px;
    font-weight: bold;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-content .kt-info-money {
    color: #fff;
    font-size: 15px;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-list-point-item {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-list-point-item .kt-point-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #6b7280;
    font-size: 14px;
    padding: 12px;
    cursor: pointer;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-list-point-item .kt-point-item .kt-point-item-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-box-title .kt-box-title-link {
    font-size: 14px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eeeeee;
    padding: 10px;
    border-radius: 6px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item:not(:first-child) {
    margin-top: 10px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-left .kt-transaction-icon {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-left .kt-transaction-icon>svg {
    width: 18px;
    height: 18px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-left .kt-transaction-description {
    font-size: 14px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-left .kt-transaction-date {
    color: #6b7280;
    font-size: 12px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-right .kt-transaction-points {
    font-size: 17px;
    font-weight: 600;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-right .kt-transaction-points.kt-transaction-points-negative {
    color: #dc2626;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-right .kt-transaction-points.kt-transaction-points-positive {
    color: #16a34a;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-list-point-item .kt-point-item.active {
    background: #eff6ff;
    border-color: #3b82f6;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-list-point-item .kt-point-item.active .kt-point-item-title {
    color: #1d4ed8;
}
.kt-portlet .kt-box.kt-box-wallet {
    background: linear-gradient(to right bottom, #30ca70 1.48%, #1a904b 97.54%);
    padding: 30px;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-top {
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 0;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-top .kt-box-icon {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-top .kt-box-icon>svg {
    width: 40px;
    height: 40px;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-top .kt-box-icon>svg>path {
    stroke: #2aba66;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-top .kt-box-title {
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-bottom: 10px;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-top .kt-box-value {
    color: #fff;
    font-size: 41px;
    font-weight: bold;
    line-height: 41px;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-top .kt-box-value .kt-box-unit {
    font-size: 21px;
    color: #f5fdf8;
    font-weight: 400;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-top .kt-box-title .kt-title-desc {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-content .kt-point-info {
    color: #fff;
    font-size: 31px;
    font-weight: bold;
}
.kt-portlet .kt-box.kt-box-wallet .kt-box-content .kt-info-money {
    color: #fff;
    font-size: 15px;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-list-point-item {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 30px;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-list-point-item .kt-point-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #6b7280;
    font-size: 14px;
    padding: 15px;
    cursor: pointer;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-list-point-item .kt-point-item .kt-point-item-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-box-title .kt-box-title-link {
    font-size: 14px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eeeeee;
    padding: 10px;
    border-radius: 6px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item:not(:first-child) {
    margin-top: 10px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-left .kt-transaction-icon {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-left .kt-transaction-icon>svg {
    width: 18px;
    height: 18px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-left .kt-transaction-description {
    font-size: 14px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-left .kt-transaction-date {
    color: #6b7280;
    font-size: 12px;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-right .kt-transaction-points {
    font-size: 17px;
    font-weight: 600;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-right .kt-transaction-points.kt-transaction-points-negative {
    color: #dc2626;
}
.kt-portlet .kt-box.kt-box-transaction-history .kt-transaction-history-list .kt-transaction-history-item .kt-transaction-item-right .kt-transaction-points.kt-transaction-points-positive {
    color: #16a34a;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-list-point-item .kt-point-item.active {
    background: #eff6ff;
    border-color: #3b82f6;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-list-point-item .kt-point-item.active .kt-point-item-title {
    color: #1d4ed8;
}
.kt-form .form-control.form-control-sm {
    height: 40px;
    font-size: 14px;
}
.kt-portlet .kt-box.kt-box-datatable .kt-box-header .kt-box-header-title {
    font-size: 24px;
    font-weight: bold;
}
.kt-portlet .kt-box.kt-box-datatable .kt-form-search .btn-sm,
.kt-portlet .kt-box.kt-box-datatable .kt-box-header .kt-box-header-action .btn-sm {
    height: 38px !important;
    font-size: 14px;
    border: 1px solid #82878e;
    padding: 8px 15px;
}
.kt-portlet .kt-box.kt-box-datatable .kt-form-search .list-status {
    gap: 10px;
}
.kt-portlet .kt-box.kt-box-datatable .kt-form-search .btn-filter-status.active {
    background: #3b70fa;
    border-color: #3b70fa;
    color: #fff;
}
.kt-portlet .kt-box.kt-box-datatable .kt-form-search {
    margin-bottom: 20px;
}
.kt-portlet .kt-box.kt-box-datatable .kt-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-payment-info {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 30px;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-payment-info .kt-box-item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: 500;
    color: rgb(31, 41, 55);
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-payment-info .kt-box-item-info:last-child {
    margin-bottom: 0;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-payment-info .kt-box-item-info .kt-box-item-value {
    font-size: 18px;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-payment-info .kt-box-item-info.kt-box-item-total {
    padding-top: 10px;
    border-top: 1px solid #bfdbfe;
    font-size: 16px;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-payment-info .kt-box-item-info.kt-box-item-total .kt-box-item-value {
    color: var(--color-blue);
    font-weight: 800;
    font-size: 21px;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-action {
    display: flex;
    align-items: center;
    gap: 15px;
}
.kt-portlet .kt-box.kt-box-deposit .kt-box-action>.btn {
    flex: 0 0 50%;
    max-width: 50%;
}
.kt-portlet .kt-box.kt-box-payment-success .kt-box-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.kt-portlet .kt-box.kt-box-payment-success .kt-box-top .icon-success {
    width: 80px;
    height: 80px;
    background: #dcfce7;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-bottom: 20px;
}
.kt-portlet .kt-box.kt-box-payment-success {
    padding: 3rem;
}
.kt-portlet .kt-box.kt-box-payment-success .kt-box-payment-info {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}
.kt-portlet .kt-box.kt-box-payment-success .kt-box-payment-info .kt-box-item-info .kt-box-item-info-label {
    color: #3b3e41;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.kt-portlet .kt-box.kt-box-payment-success .kt-box-payment-info .kt-box-item-info {
    display: flex;
    flex-direction: column;
}
.kt-portlet .kt-box.kt-box-payment-success .kt-box-payment-info .kt-box-item-info .kt-box-item-info-value {
    font-size: 18px;
    font-weight: 500;
}
.kt-portlet .kt-box.kt-box-payment-success .kt-box-payment-info .kt-box-item-info:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar-bill .bill-info .left-info .list-product thead>tr>th:first-child, .sidebar-bill .bill-info .left-info .list-product tbody>tr>td:first-child {
    text-align: left !important;
    padding-left: 0;
}

.item-name-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.item-name-wrapper .item-name-main {
    font-size: 14px;
    color: #4B4D53;
    font-weight: 500;
}

.item-name-wrapper .item-extra-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 5px;
}

.item-name-wrapper .item-extra-info .item-discount-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #dcfce7;
    color: #16a34a;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 500;
}

.item-name-wrapper .item-extra-info .item-discount-label i {
    font-size: 13px;
}

.item-name-wrapper .item-extra-info .item-deposit-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #dbeafe;
    color: #2563eb;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 500;
}

.item-name-wrapper .item-extra-info .item-deposit-label i {
    font-size: 13px;
}

.sidebar-bill .bill-info .left-info .list-product table.table tbody tr>td {
    font-size: 16px;
    color: rgba(75, 77, 83, 1);
    border-top: 0;
    padding: 15px 0px;
    border-top: 1px dashed #000;
}

.sidebar-bill .bill-info .left-info .list-product table.table tbody tr:first-child>td {
    border-top: 0;
}

.middle-inner .right-info .price-info .item-price .label {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
}
.middle-inner .right-info .price-info .item-price.item-coupon .label,
.middle-inner .right-info .price-info .item-price.item-discount .label {
    color: #3b70fa;
    cursor: pointer;
}
.middle-inner .right-info .price-info .item-price.item-coupon .label svg > path,
.middle-inner .right-info .price-info .item-price.item-discount .label svg > path {
    stroke: #3b70fa;
}
.middle-inner .right-info .price-info .item-price .text .input-group {
    border: 1px solid rgba(190, 212, 255, 1);
    border-radius: 50px;
}

.middle-inner .right-info .price-info .item-price .text .input-group .input-group-prepend {
    border-radius: 22px;
    overflow: hidden;
    margin-right: 0;
}

.middle-inner .right-info .price-info .item-price .input-group-text {
    padding: 0;
    width: 33px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle-inner .right-info .price-info .item-price .text .input-group .input-group-prepend .input-group-text:last-child {
    border-bottom-right-radius: 85px;
    border-top-right-radius: 85px;
}

.middle-inner .right-info .price-info .item-price .text .input-group .input-group-prepend .input-group-text {
    background: rgb(217 230 255);
    color: var(--color-blue);
}

.middle-inner .right-info .price-info .item-price .text .input-group .input-group-prepend .input-group-text.active {
    color: #fff;
    background: var(--color-blue-400) !important;
}
.content-tab-product-right .top-actions .form-actions-left .form-action-search .form-group span.search {
    flex-basis: calc(100% - 80px);
    max-width: calc(100% - 80px);
    position: relative;
}

.middle-inner .right-info .info-right-top .price-info .form-actions-left .form-action-search .action-search .form-group input.form-control::placeholder {
    color: #fff;
}

.middle-inner .right-info .info-right-top .price-info .form-actions-left .form-action-search .action-search .form-group {
    padding: 0;
    background: none;
}

.content-tab-product-right .top-actions .form-actions-left .form-action-search .form-group span.search input.form-control {
    height: 40px;
    background: rgba(82, 130, 255, 1);
    padding-left: 40px;
    border-radius: 12px;
    color: #fff;
}

.content-tab-product-right .top-actions .form-actions-left .form-action-search .form-group span.search span.btn.btn-submit {
    height: 40px !important;
    position: absolute;
    width: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-right: 0;
}

.middle-inner .right-info .info-right-top .price-info .form-actions-left .form-action-search .action-search .form-group span.add {
    width: 36px;
    height: 36px;
    background: none;
    padding: 0;
}

.bill-info .top-inner>span svg {
    margin-right: 5px;
}

.bill-info .top-inner>span svg>path {
    stroke: var(--color-red);
}

.middle-inner .right-info .info-right-top .price-info .item-price .text.total-bill {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.middle-inner .right-info .price-info .item-price .text.customer-payment .form-control {
    background: #fff;
    min-width: 145px !important;
    border-radius: 50px;
    border: 1px solid var(--color-blue-200);
}

.middle-inner .right-info .price-info .item-price .text .input-group .form-control {
    max-width: 78px;
}
.kt-custom-radio-check .kt-radio {
    font-size: 16px;
    color: #000;
}
.kt-radio-inline.kt-custom-radio-check> .kt-radio>span {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(206, 209, 211, 1) !important;
    border-radius: 6px !important;
    top: 2px;
    background: #fff;
}
.kt-radio-inline.kt-custom-radio-check> .kt-radio>input:checked~span {
    background: var(--color-blue) !important;
    border-color: var(--color-blue) !important;
    transition: none;
}
.kt-radio-inline.kt-custom-radio-check> .kt-radio>span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0 !important;
    border-color: #fff !important;
    background: var(--color-blue) !important;
}
.mb-xs-4 {
    margin-bottom: 1rem !important;
}
.table-attributes {
    margin-bottom: 0;
}

.kt-box-renew .cta-buttons .btn {
    padding: 0 20px;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kt-box-renew .cta-buttons .btn.btn-secondary svg path {
    fill: rgb(124 124 124);
}

.kt-box-renew .cta-buttons .btn svg {width: 20px;height: 20px;margin-right: 2px;}

.kt-box-renew .cta-buttons .btn.btn-primary:hover svg path {
    fill: var(--color-blue);
}

.kt-box-renew .cta-buttons .btn.btn-secondary:hover svg path {
    fill: var(--color-blue);
}

.kt-box-renew .benefit-item svg path {
    fill: var(--color-blue);
}

.package-modal-content .branch-renewal-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    overflow-y: auto;
}

.package-modal-content .branch-list-column,
.package-modal-content .payment-summary-column {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    justify-content: space-between;
}

.package-modal-content .branch-list-column {
    justify-content: flex-start;
    padding-right: 5px;
}

.package-modal-content .branch-renewal-container::-webkit-scrollbar {
    width: 6px;
}

.package-modal-content .branch-renewal-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.package-modal-content .branch-renewal-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.package-modal-content .branch-renewal-container::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.package-modal-content .column-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Branch List - Balanced Design */
.package-modal-content .branch-list {
    max-height: 59vh;
    overflow-y: auto;
    padding-right: 5px;
}

.package-modal-content .branch-item {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.package-modal-content .branch-item:hover {
    background: var(--color-blue-50);
}

.package-modal-content .branch-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.package-modal-content .branch-name-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.package-modal-content .branch-name {
    font-size: 18px;
    font-weight: 700;
    color: #4B4D53;
    margin: 0;
}

.package-modal-content .status-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
}

.package-modal-content .status-active {
    background: #dafcf2;
    color: #0abb87;
}

.package-modal-content .status-expiring {
    background: #fff3e0;
    color: #f57c00;
}

.package-modal-content .status-expired {
    background: #ffebee;
    color: #c62828;
}

.package-modal-content .branch-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.package-modal-content .detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #4B4D53;
}

.package-modal-content .detail-item i {
    width: 16px;
    color: #999;
    font-size: 14px;
}

.package-modal-content .branch-pricing {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    min-width: 120px;
}

.package-modal-content .price-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.package-modal-content .price-amount {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.package-modal-content .discount-amount {
    font-size: 13px;
    font-weight: 500;
    color: #4caf50;
}

.package-modal-content .summary-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.package-modal-content .summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px dashed #91BAFF;
    color: #4B4D53;
    margin-bottom: 12px;
}


.package-modal-content .calculation-detail {
    color: #999;
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px;
}

.package-modal-content .deductions-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.package-modal-content .deduction-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px dashed #91BAFF;
    margin-bottom: 12px;
}

.package-modal-content .deduction-label {color: #4B4D53;}

.package-modal-content .deduction-value {
    font-weight: 700;
}

.package-modal-content .policy-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff8e1;
    border: 1px solid #ffcc02;
    border-radius: 8px;
    padding: 15px;
}

.package-modal-content .policy-icon {
    color: #f57c00;
    font-size: 18px;
    margin-top: 2px;
}

.package-modal-content .policy-text {
    font-size: 13px;
    color: #e65100;
    line-height: 1.4;
}

/* Total Section */

.package-modal-content .total-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.package-modal-content .total-label {
    font-size: 16px;
    margin-right: 10px;
}

.package-modal-content .total-value {
    font-size: 20px;
    font-weight: 700;
}

.package-modal-content .after-payment-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #e8f5e8;
    border: 1px solid #4caf50;
    border-radius: 8px;
    padding: 15px;
}

.package-modal-content .info-icon {
    color: #2e7d32;
    font-size: 18px;
    margin-top: 2px;
}

.package-modal-content .info-text {
    font-size: 13px;
    color: #1b5e20;
    line-height: 1.4;
}

.package-modal-content .action-buttons {
    display: flex;
    gap: 15px;
}

.package-modal-content .action-buttons .btn {
    flex: 1;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.package-modal-content .action-buttons .btn-primary {
    background: var(--color-blue);
    border-color: var(--color-blue);
    color: #fff;
}

.package-modal-content .action-buttons .btn-primary:hover {
    background: var(--color-blue-100);
    border-color: var(--color-blue-100);
    color: var(--color-blue);
}
.package-modal-content .action-buttons .btn-secondary:hover {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #333;
}
.package-modal-content .detail-item svg {
    width: 20px;
    height: 20px;
}
.package-modal-content .detail-item svg path {
    fill: #4B4D53 !important;
}

.package-modal-content .summary-item span.summary-value {
    font-weight: 700;
}
@media (max-width: 992px) {
    .package-modal-content .branch-renewal-container {
        grid-template-columns: 1fr;
        gap: 20px;
        max-height: none;
    }
    
    .package-modal-content .branch-list-column,
    .package-modal-content .payment-summary-column {
        max-height: none;
        overflow-y: visible;
    }
}

@media (max-width: 768px) {
    .package-modal-content .branch-renewal-container {
        gap: 15px;
    }
    
    .package-modal-content .column-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .package-modal-content .branch-card {
        padding: 15px;
        margin-bottom: 10px;
    }
    
    .package-modal-content .payment-summary-column {
        padding: 10px;
    }
    
    .package-modal-content .total-value {
        font-size: 16px;
    }
    
}

@media (max-width: 480px) {
    .package-modal-content .branch-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .package-modal-content .deduction-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
}

.kt-box-renew .plan-overview {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.kt-box-renew .plan-card {
    flex: 1;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.kt-box-renew .plan-card.active {
    background: #e3f2fd;
    border-color: #2196f3;
    color: #1976d2;
}

.kt-box-renew .plan-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #333;
}

.kt-box-renew .plan-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.kt-box-renew .plan-card.active h4,
.kt-box-renew .plan-card.active p {
    color: #1976d2;
}

.kt-box-renew .kt-box__body {
    padding: 30px;
}

.kt-box-renew .basic-plan-section {
    margin-bottom: 40px;
}

.kt-box-renew .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.kt-box-renew .section-subtitle {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}

.kt-box-renew .features-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    background: #f8f9ff;
    padding: 30px;
    border-radius: 12px;
}

.kt-box-renew .feature-item {
    text-align: center;
    padding: 20px;
}

.kt-box-renew .feature-icon i {
    font-size: 24px;
    color: #2196f3;
}

.kt-box-renew .feature-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}


.kt-box-renew .upgrade-header {
    text-align: center;
    margin-bottom: 40px;
}

.kt-box-renew .upgrade-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.kt-box-renew .upgrade-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.kt-box-renew .package-info {
    display: inline-flex;
    align-items: center;
    background: #f8f9ff;
    padding: 15px 25px;
    border-radius: 25px;
    border: 1px solid #e3f2fd;
}

.kt-box-renew .package-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1976d2;
    margin: 0;
    display: flex;
    align-items: center;
}

.kt-box-renew .package-info h3 i {
    margin-left: 10px;
    color: #ffc107;
    font-size: 20px;
}

.kt-box-renew .package-info p {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0 0;
}

.kt-box-renew .premium-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

.kt-box-renew .feature-card {
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    color: #fff;
}

.kt-box-renew .feature-card.feature-blue {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    background: linear-gradient(101.47deg, #91BAFF 1.48%, #3B70FA 97.54%);
}

.kt-box-renew .feature-card.feature-green {
    background: linear-gradient(101.47deg, #877EF1 1.48%, #6E4EDD 97.54%);
}

.kt-box-renew .feature-card.feature-purple {
    background: linear-gradient(101.47deg, #5ACE8A 1.48%, #269353 97.54%);
}

.kt-box-renew .feature-card.feature-orange {
    background: linear-gradient(101.47deg, #FF9937 1.48%, #F05F06 97.54%);
}

.kt-box-renew .feature-card .feature-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex: 0 0 60px;
}

.kt-box-renew .feature-card .feature-icon i {
    font-size: 20px;
    color: #333;
}

.kt-box-renew .feature-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.kt-box-renew .feature-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.kt-box-renew .right {
    height: 100%;
    text-align: center;
    padding: 0;
    background: rgb(255 255 255);
    border-radius: 8px;
    padding: 20px;
}

.kt-box-renew .price-display {
    margin-bottom: 15px;
}

.kt-box-renew .price {
    font-size: 42px;
    font-weight: 700;
    color: rgb(255 0 0);
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.kt-box-renew .price .price-promotional {
    line-height: 1.4;
}

.kt-box-renew .price .price-original {
    font-size: 30px;
    margin-right: 10px;
    text-decoration: line-through;
    color: var(--black-500);
    font-weight: 400;
}
.kt-box-renew .price-period {
    font-size: 25px;
    color: #8d8d8d;
    margin: 0;
    font-weight: 500;
    text-decoration: line-through;
}

.kt-box-renew .price-monthly {
    font-size: 14px;
    color: #2196f3;
    font-weight: 500;
    margin: 0;
}

.kt-box-renew .price-benefits {
    display: flex;
    justify-content: center;
    gap: 23px;
    flex-wrap: wrap;
}

.kt-box-renew .benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #000;
    padding: 10px 20px;
    background: rgb(255 255 255);
    border-radius: 8px;
}

.kt-box-renew .benefit-item i {
    color: #4caf50;
    font-size: 16px;
}

.kt-box-renew .additional-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.kt-box-renew .features-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kt-box-renew .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    background: none;
    text-align: left;
}

.kt-box-renew .feature-item i {
    color: #4caf50;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
    background: rgb(220, 252, 231);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kt-box-renew .feature-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.kt-box-renew .feature-content p {
    color: #000000;
    margin: 0;
    line-height: 1.4;
}

.kt-box-renew .bottom-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.kt-box-renew .cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.kt-box-renew .feature-card .inter-content {
    display: flex;
    align-items: center;
}

.kt-box-renew .feature-card .inter-content .info {
    padding-left: 20px;
}

.kt-box-renew .feature-card .inter-content .info .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    color: rgb(255 255 255);
}

.kt-box-renew .feature-card .feature-icon svg {
    width: 35px;
    height: 35px;
}

.kt-box-renew .feature-card.feature-blue .inter-content .feature-icon svg path {
    fill: #007bdf;
}

.kt-box-renew .feature-card.feature-green .inter-content .feature-icon svg path {
    fill: #6f50de;
}

.kt-box-renew .feature-card.feature-purple .inter-content .feature-icon svg path {
    fill: #279454;
}

.kt-box-renew .feature-card.feature-orange .inter-content .feature-icon svg path {
    fill: #f16209;
}
.kt-box-renew .right .pricing-section {
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: var(--color-blue-100);
}
.additional-features .features-column >.row>div:nth-child(2) .feature-item {
    background: rgb(217 249 232);
}

.additional-features .features-column >.row>div:nth-child(3) .feature-item {
    background: rgb(255 248 177);
}

.additional-features .features-column >.row>div:nth-child(4) .feature-item {
    background: rgb(254 239 242);
}

.additional-features .features-column >.row>div:nth-child(5) .feature-item {
    background: rgb(255 231 198);
}

.additional-features .features-column >.row>div:nth-child(6) .feature-item {
    background: #e2f0ff;
}

.additional-features .features-column >.row>div:nth-child(2) .feature-item .icon {
    background: rgb(217 249 232);
}

.additional-features .features-column >.row>div:nth-child(3) .feature-item .icon {
    background: rgb(252 251 241);
}

.additional-features .features-column >.row>div:nth-child(4) .feature-item .icon {
    background: rgb(254 239 242);
}

.additional-features .features-column >.row>div:nth-child(5) .feature-item .icon {
    background: rgb(255 231 198);
}

.additional-features .features-column >.row>div:nth-child(6) .feature-item .icon {
    background: #e2f0ff;
}

.additional-features .features-column .feature-item .icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    background: #ffffff !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.additional-features .features-column .feature-item .icon svg {
    height: 30px;
    width: 30px;
}

.additional-features .features-column >.row>div:nth-child(2) .feature-item svg path {
    fill: #00a94f;
}

.additional-features .features-column >.row>div:nth-child(3) .feature-item svg path {
    fill: #ffb822;
}

.additional-features .features-column >.row>div:nth-child(4) .feature-item svg path {
    fill: #f500ac;
}
.additional-features .features-column >.row>div:nth-child(5) .feature-item svg path {
    fill: #ffad00;
}
.additional-features .features-column >.row>div:nth-child(6) .feature-item svg path {
    fill: #0088ff;
}
.package-modal-content .summary-content .deductions-section {
    margin-top: 15px;
}
.package-modal-content .deduction-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.package-modal-content .summary-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.package-modal-content .branch-list::-webkit-scrollbar {
    width: 5px; 
    height: 5px; 
}

.package-modal-content .branch-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.package-modal-content .branch-list::-webkit-scrollbar-thumb {
    background: var(--color-blue);
    border-radius: 5px;
}

.package-modal-content .branch-list::-webkit-scrollbar-thumb:hover {
    background: var(--color-blue);
}

.package-modal-content .branch-list::-webkit-scrollbar-corner {
    background: var(--color-blue);
}
.box-deposit-left {
    background: #fff;
    border-radius: 8px;
}
.box-deposit-left .inner-top {
    padding: 15px;
    border-bottom: 1px solid #E5E7E8;
}
.box-deposit-left .inner-top .title {
    font-size: 24px;
    font-weight: 700;
    color: #4B4D53;
    margin-bottom: 15px;
}
.box-deposit-left .inner-middle {
    padding: 15px;
}

.box-deposit-left .inner-middle .kt-box-list-point-item .kt-point-item {
    position: relative;
    flex: 0 0 calc(100% / 3 - 15px);
    background: #F5F6F6;
    border: 1px solid #CED1D3;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
}
.box-deposit-left .inner-middle .kt-box-list-point-item .kt-point-item .discount {
    background: #3B70FA;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: 700;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 12px;
    padding: 3px 10px;
}
.box-deposit-left .inner-middle .kt-box-list-point-item .kt-point-item .kt-point-item-title {
    font-size: 32px;
    color: #82878E;
    font-weight: 700;
}
.kt-box-list-point-item .warp-point-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: 7.5px;
}

.kt-box-list-point-item .warp-point-item .item-warp {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}
.box-deposit-left .inner-middle .kt-box-list-point-item .kt-point-item.active,
.box-deposit-left .inner-middle .kt-box-list-point-item .kt-point-item:hover {
    border-color: #3B70FA;
    background: #DAE6FF;
}
.box-deposit-left .inner-middle .kt-box-list-point-item .kt-point-item.active .kt-point-item-title,
.box-deposit-left .inner-middle .kt-box-list-point-item .kt-point-item:hover .kt-point-item-title {
    color: #1B2FB2;
}
.box-deposit-left .inner-middle .form-group.form-group-other label {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.box-deposit-left .inner-middle .form-group.form-group-other .form-control {
    border-color: #91BAFF;
    background: #EFF4FF;
    height: 60px;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.box-deposit-left .inner-middle .kt-box-title {
    font-size: 18px;
    margin-bottom: 15px;
}
.box-deposit-left .inner-middle .form-group.form-group-other .kt-point-item-desc {
    margin-top: 15px;
    display: inline-block;
    font-style: italic;
    color: #ff3e72;
}
.box-deposit-right {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.box-deposit-right .kt-box-action {
    margin-top: auto;
    display: flex;
    gap: 15px;
}
.box-deposit-right .kt-box-action > .btn {
    flex: 0 0 50%;
    max-width: 50%;
}
.box-deposit-right .kt-box-payment-info .kt-box-item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px dashed #91BAFF;
    color: var(--black-700);
    margin-bottom: 12px;
}
.box-deposit-right .kt-box-payment-info .kt-box-item-info:last-child {
    border-bottom: 0;
}
.box-deposit-right .kt-box-payment-info .title {
    font-size: 24px;
    color: #4B4D53;
    font-weight: 700;
    margin-bottom: 30px;
}
.box-deposit-right .kt-box-payment-info .kt-box-item-info .kt-box-item-value {
    font-weight: 700;
    color: #000;
    font-size: 18px;
}
.box-deposit-right .kt-box-payment-info .kt-box-item-info.kt-box-item-total .kt-box-item-value {
    color: #E24040;
}
.kt-box.kt-box-deposit-success {
    background: #fff;
    border-radius: 8px;
}
  
@media (max-width: 767px) {
    .kt-box-renew .plan-overview {
        flex-direction: column;
        gap: 10px;
    }
    
    .kt-box-renew .plan-card {
        padding: 15px 10px;
    }
    
    .kt-box-renew .features-overview {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    
    .kt-box-renew .premium-features {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 15px;
    }
    
    .kt-box-renew .premium-upgrade-section {
        padding: 25px;
    }
    
    .kt-box-renew .upgrade-title {
        font-size: 24px;
    }
    
    .kt-box-renew .price {
        font-size: 25px;
    }
    
    .kt-box-renew .price-benefits {
        gap: 10px;
    }
    
    .kt-box-renew .additional-features,
    .kt-box-renew .bottom-features {
        grid-template-columns: 1fr;
    }
    
    .kt-box-renew .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .kt-box-renew .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .kt-box-renew .kt-box__header,
    .kt-box-renew .kt-box__body {
        padding: 20px;
    }
    
    .kt-box-renew .premium-upgrade-section {
        padding: 0;
    }
    
    .kt-box-renew .section-title {
        font-size: 24px;
    }
    
    .kt-box-renew .upgrade-title {
        font-size: 20px;
    }
    
    .kt-box-renew .price {
        font-size: 24px;
    }
}

/* login dashboard */
.element-logo {
    padding-left: 20px;
    padding-top: 23px;
    justify-content: flex-start !important;
}
.form-login--block {
    border-radius: 32px;
    max-height: 727px;
}
form#form-login input {
    border: 1px solid #ACAFB4;
    border-radius: 24px;
    min-height: 50px;
}
.input-group-password {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #ACAFB4;
    border-radius: 32px;
    background-color: transparent;
}

.input-group-password input {
    flex: 1;
    border: none !important;
    outline: none;
    padding-right: 50px;
}

[btn-view="show-password"], .btn-view-password { 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
    color: #a1a5b7;
    transition: color 0.2s ease;
    background: none;
    border: none;
}
.input-group-password #password-error {
    position: absolute;
    bottom: -25px;
}
[btn-view="show-password"]:hover {
    color: #3f4254;
}
.title-form-login h1 {
    color: #3B70FA;
    font-size: 32px;
}
.title-form-login p {
    font-size: 16px;
    color: #676B73;
}
form#form-login .btn {
    border-radius: 32px;
    background: #3B70FA;
}
.content-login--left {
    position: relative;
}
.decor-item-left {
    border-radius: 12px;
    width: 84px;
    height: 84px;
    position: absolute;
    left: -30px;
    bottom: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.decor-item-right {
    border-radius: 12px;
    width: 84px;
    height: 84px;
    position: absolute;
    right: -30px;
    bottom: -5%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.decor-item-girl {
    position: absolute;
    bottom: -120px;
    left: 30%;
}
.decor-item-static {
    position: absolute;
    right: -77px;
    bottom: 23%;
}
.decor-item-girl img {
    width: 455px;
}
form#form-login {
    margin-top: -5rem;
}
#verify-forgot-password .form-control {
    border: 1px solid #ACAFB4;
    border-radius: 24px;
    min-height: 45px;
}
.input-opt .form-control {
    border: 1px solid #ACAFB4;
    border-radius: 15px;
    min-height: 45px;
}
form#verify-forgot-password .btn.btn-primary {
    border-radius: 32px;
    background: #3B70FA !important;
}

@media (min-width:1536px) and (max-width: 1700px) {
    .input-opt .form-control {
        width: 45px !important;
    }
    img.decor-item-bg {
        width: 98%;
    }
    .decor-item-girl {
        position: absolute;
        bottom: -50px;
        left: 34%;
    }
    .decor-item-girl img {
        width: 360px;
    }
    .decor-item-static img {
        width: 225px;
    }
    .decor-item-left img {
        width: 35px;
        height: 35px;
    }
    .decor-item-left {
        width: 52px;
        height: 53px;
    }
    .decor-item-right img {
        width: 35px;
        height: 35px;
    }
    .decor-item-right {
        width: 52px;
        height: 53px;
        right: 0px;
    }
    .decor-item-static {
        right: -40px;
        bottom: 23%;
    }
    form#form-login input {
        min-height: 44px;
    }
    .form-login--block {
        width: 420px !important;
        margin-left: 3rem;

    }
}

@media (min-width:1200px) and (max-width: 1530px) {
    .input-opt .form-control {
        width: 45px !important;
    }
    form#form-login {
        margin-top: 0rem;
    }
    .title-form-login h1 {
        font-size: 25px;
    }
    .title-form-login p {
        font-size: 14px;
    }
    img.decor-item-bg {
        width: 98%;
    }
    .decor-item-girl {
        position: absolute;
        bottom: -32px;
        left: 34%;
    }
    .decor-item-girl img {
        width: 300px;
    }
    .decor-item-static img {
        width: 187px;
    }
    .decor-item-left img {
        width: 35px;
        height: 35px;
    }
    .decor-item-left {
        width: 52px;
        height: 53px;
    }
    .decor-item-right img {
        width: 35px;
        height: 35px;
    }
    .decor-item-right {
        width: 52px;
        height: 53px;
        right: 0px;
    }
    .decor-item-static {
        right: -40px;
        bottom: 23%;
    }
    form#form-login input {
        min-height: 40px;
    }
    .form-login--block {
        width: 375px !important;
        margin-left: 3rem;
        padding-left: 0px !important;
        padding-right: 0px !important;

    }
}

@media (min-width:1701px) and (max-width: 1800px) {
    .decor-item-girl img {
        width: 400px;
    }
    .decor-item-girl {
        bottom: -60px;
    }
}

@media (max-width: 768px) {
    .title-request > span{
        width: 100% !important;
    }
    .form-login--block {
        max-height: 510px;
    }
    form#form-login {
        margin-top: 0rem;
    }
    .element-logo {
        padding-left: 0px;
        padding-top: 30px;
        justify-content: center !important;
    }
    form#form-login input {
        border-radius: 24px;
        min-height: 44px;
    }
    .title-form-login h1 {
        color: #3B70FA;
        font-size: 25px;
    }
    .title-form-login p {
        font-size: 14px;
        color: #676B73;
    }
}
@media (min-width: 768px) and (max-width: 1000px) {
    /* CSS cho iPad dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Âc */
    .item-login-left {
        display: none !important;
    }
    .item-login-right {
        width: 100% !important;
    }
    .element-logo {
        justify-content: center !important;
    }
    .form-login--block {
        max-height: 625px;
        padding: 4rem !important;
    }
}

@media (min-width: 1001px) and (max-width: 1190px) {
    /* CSS cho iPad ngang */
    .item-login-left {
        display: none !important;
    }
    .item-login-right {
        justify-content: center !important;
        width: 100% !important;

    }
    .form-login--block
    {
        max-height: 650px;
        width: 65% !important;
    }
    form#form-login {
        padding: 3rem;
    }

}


/* forgot password */
#forgot-password input {
    border: 1px solid #ACAFB4;
    border-radius: 24px;
    min-height: 40px;
}
.title-form-forgot-password h1 {
    color: #3B70FA;
    font-size: 32px;
}
.title-form-forgot-password p {
    font-size: 16px;
    color: #676B73;
}
.action-submit .btn, .action-submit a {
    border-radius: 20px;
}
.action-submit [btn-action="submit"]{
    background: #3B70FA !important;
}
.action-submit a{
    background: #d4e3d9 !important;
}
.action-submit a:hover{
    background: #d4e3d9 !important;
}

/* notification */
.notification-container {
    width: 480px;
    max-height: 500px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 9999;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.notification-container.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.notification-header {
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.notification-title {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-align: left;
}
.notification-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 8px 0;
}

.notification-close {
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-close:hover {
    background: #E9ECEF;
    border-color: #DEE2E6;
    transform: scale(1.05);
}

.notification-close:active {
    transform: scale(0.95);
}

.notification-close svg {
    width: 20px;
    height: 20px;
    transition: all 0.2s ease;
}

.notification-close:hover svg {
    stroke: #495057;
}

.notification-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.notification-tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.tab-item {
    background: rgba(255, 255, 255, 0.2);
    color:#585B62;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tab-item:hover {
    background: rgba(255, 255, 255, 0.3);
}

.tab-active {
    background: #007bff !important;
    color: white !important;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.notification-body {
    padding-top: 15px;
    height: calc(500px - 160px);
    max-height: 340px;
    overflow-y: auto;
    border-top: 1px solid #E5E7E8;
}

.notification-body::-webkit-scrollbar {
    width: 6px;
}
.kt-datatable__toggle-subtable{
    width: 90px !important;
}
.notification-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.notification-body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.notification-body::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.notification-item {
    border-bottom: 1px solid #E5E7E8;
    background: rgba(255, 255, 255, 0.95);
    margin-bottom: 12px;
    padding: 15px;
    /* border-radius: 10px; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.2s 
    ease, box-shadow 0.2s 
    ease;
}

.notification-item.not-seen {
    background: rgba(0, 123, 255, 0.05);
    border-left: 3px solid #007bff;
}

/* .notification-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
} */

.notification-content {
    margin-bottom: 8px;
}

.notification-content-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
}

.notification-action {
    font-weight: 400;
    font-size: 16px;
    color: #82878E;
}

.notification-message {
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
}

.notification-time {
    font-size: 14px;
    color: #82878E;
    text-align: right;
    font-weight: 400;
    flex-shrink: 0;
}
.notification-body > .notification-item:last-child {
    border-bottom: none;
}

.notification-footer {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    text-align: center;
}

.page-info {
    color: white;
    font-size: 14px;
    font-weight: 500;
}
.kt-box-wallet-left .item-wallet {
    position: relative;
}
.kt-box-wallet-left .item-wallet .inner-banner {
    position: relative;
    padding-top: 56%;
    background: linear-gradient(90deg, #5D95FD 0%, #214CEF 100%);
    border-radius: 12px;
}
.kt-box-wallet-left .item-wallet .inner-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.kt-box-wallet-left .item-wallet .inner-logo {
    position: absolute;
    top: 20px;
    right: 20px;
}
.kt-box-wallet-left .item-wallet .inner-logo > svg {
    width: 130px;
    height: 82px;
}
.kt-box-wallet-left .item-wallet .inner-logo > svg > path {
    fill: #FFFFFF26;
}
.kt-box-wallet-left .item-wallet .inner-top {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
}
.kt-box-wallet-left .item-wallet .inner-top .icon {
    width: 52px;
    height: 52px;
    background: #FFF8ED;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kt-box-wallet-left .item-wallet .inner-top .text .kt-text-title {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
}
.kt-box-wallet-left .item-wallet .inner-top .text .kt-text-desc {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}
.kt-box-wallet-left .item-wallet .inner-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}
.kt-box-wallet-left .item-wallet .inner-bottom .inner-point {
    font-size: 35px;
    font-weight: 700;
}
.kt-box-wallet-left .inner-action-footer {
    margin-top: auto;
}
.kt-box-wallet-left .inner-action-footer .btn-deposit {
    background: var(--color-red);
    width: 100%;
    color: #fff;
    margin-top: 20px;
}
.kt-box-wallet-right .inner-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.kt-box-wallet-right .inner-top .kt-text-title {
    font-size: 24px;
    font-weight: 700;
    color: #4B4D53;
}
.kt-box-wallet-right .inner-top .nav,
.toolbar-tabs .nav {
    margin-bottom: 0 !important;
    background: #F5F6F6;
    padding: 5px !important;
    border-radius: 10px;
}
.toolbar-tabs .nav .nav-item {
    padding: 0 !important;
}
.kt-box-wallet-right .inner-top .nav .nav-item .nav-link,
.toolbar-tabs .nav .nav-item .nav-link {
    font-size: 16px;
    border-radius: 8px;
    padding: 6px 15px;
}
.toolbar-tabs .nav .nav-item .nav-link.active {
    background: var(--color-blue) !important;
    color: #fff !important;
}
#form-attribute .col-form-label,
#form-category .col-form-label {
    padding-top: calc(.65rem + 1px);
}

@media (max-width: 1200px) {
    .notification-container {
        right: 20px;
        width: 350px;
        max-height: 500px;
    }
}

@media (max-width: 767px) {
    .notification-container {
        width: 100vw;
        height: 89vh;
        max-height: 89vh;
        top: auto;
        bottom: 0;
        right: 0;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }
    
    .notification-container.show {
        transform: translateY(0);
        z-index: 10;
        right: 0;
    }
    
    /* Background overlay cho mobile */
    .notification-bg-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        pointer-events: none;
    }
    
    .notification-bg-overlay.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    
    .notification-bg-overlay.hidden {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        height: 0;
        overflow: hidden;
    }
    
    .notification-tabs .tab-item:first-child {
        padding-left: 0;
    }
    
    .notification-tabs {
        flex-wrap: nowrap;
        gap: 8px;
        padding-bottom: 5px;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    }
    
    .tab-item {
        padding: 6px 12px;
        font-size: 12px;
        flex-shrink: 0;
        min-width: fit-content;
    }
    
    .notification-body {
        height: calc(85vh - 200px);
    }
    .kt-box-list-point-item .warp-point-item .item-warp {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    
    .box-deposit-left .inner-top {
        padding: 10px;
    }
    
    .box-deposit-left .inner-middle {
        padding: 10px;
        margin-bottom: 15px;
    }
    
    .kt-box-list-point-item .warp-point-item {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .box-deposit-left .inner-middle .kt-box-list-point-item .kt-point-item {
        border-radius: 8px;
        padding: 10px;
        height: 110px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .box-deposit-left .inner-middle .kt-box-list-point-item .kt-point-item .kt-point-item-title {
        font-size: 20px !important;
    }
    
    .box-deposit-left .inner-middle .kt-box-list-point-item .kt-point-item .discount {
        font-size: 12px !important;
    }
    
    .box-deposit-left .inner-top .title {
        font-size: 18px;
    }
    
    .box-deposit-left .inner-middle .form-group.form-group-other .form-control {
        height: 50px;
    }
    
    .box-deposit-right {
        padding: 10px;
    }
    
    .box-deposit-right .kt-box-payment-info .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .box-deposit-right .kt-box-payment-info .kt-box-item-info .kt-box-item-value {
        font-size: 16px;
    }
    .kt-box-wallet-left .item-wallet .inner-bottom .inner-point {
        font-size: 27px;
    }
    .kt-box-wallet-left .item-wallet .inner-bottom .inner-point {
        font-size: 27px;
    }
    
    .kt-box-wallet-right .inner-top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .kt-box-wallet-right .inner-top .nav .nav-item .nav-link {
        font-size: 14px;
        padding: 7px 7px;
    }
    
    .kt-box-wallet-right .inner-top .nav .nav-item {
        margin-right: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .kt-box-wallet-right .inner-top .nav {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    
    .kt-box-wallet-right .inner-top .kt-text-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .kt-wallet-page .kt-portlet.nh-portlet .row>div:nth-child(1) {
        margin-bottom: 15px;
    }
    .table-attributes tbody tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .table-attributes tbody tr > td {
        display: flex;
        flex: 0 0 100%;
        width: 100% !important;
    }
    .table-attributes tbody tr > td:nth-child(2),
    .table-attributes tbody tr > td:nth-child(4) {
        display: none;
    }
    .table-attributes tbody tr > td:nth-child(5) {
        flex: 0 0 45px;
        width: 45px !important;
    }
    .table-attributes tbody tr > td:nth-child(5) .btn-action a {
        width: 45px;
        height: 45px;
        border-radius: 8px;
        margin: 0;
    }
    .table-attributes tbody tr > td:nth-child(3) {
        flex: 0 0 calc(100% - 50px);
        width: calc(100% - 50px) !important;
    }
    .table-attributes td .tagify .tagify__tag {
        margin: 5px;
    }
    .table-attributes td .tagify-input {
        overflow: hidden;
    }
    #accordionProductItem .card .card-body {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #accordionProductItem .card .card-body .table-items {
        min-width: 800px;
        white-space: nowrap;
    }
    .popover.lg-popover {
        max-width: 300px;
    }
}
.table-attributes .tagify .tagify__input:before {
    height: 100%;
    margin-top: 0;
    line-height: 43px;
}
.table-attributes td.td-attribute .input-group-append {
    margin-left: 5px;
}
.table-attributes td.td-attribute .input-group-append .input-group-text {
    display: none;
    border-radius: 8px;
}
#form-product .table-items thead > tr > td {
    background: rgba(245, 246, 246, 1);
    color: rgba(20, 23, 54, 1);
    padding: 12px 15px;
}
#form-product .table-items thead > tr > td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    min-width: 150px;
}
#form-product .table-items thead > tr > td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
#form-product .table-items tbody > tr > td {
    padding: 10px 15px;
}
.kt-radio-inline.kt-radio-inline-custom {
    height: 44px;
    display: flex;
    align-items: center;
}
.kt-radio-inline.kt-radio-inline-custom .kt-radio {
    margin-bottom: 0
}
.kt-radio-inline.kt-radio-inline-custom .kt-radio > span {
    top: 3px;
}
.modal-service .modal-content .modal-header {
    background: #ff8624 !important;
}
.modal-service .modal-content .content-modal .btn.btn-primary,
.modal-service .modal-content .modal-footer .btn.btn-primary {
    background: #ff8624;
    border-color: #ff8624;
}
a.dropdown-item.btn-product {
    background: rgb(235 238 241);
    color: var(--color-blue);
    border-radius: 8px;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
a.dropdown-item.btn-product svg path {
    stroke: var(--color-blue);
}
a.dropdown-item.btn-service {
    background: rgb(235 238 241);
    color: #ff8624;
    border-radius: 8px;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
a.dropdown-item.btn-product:hover {
    background: var(--color-blue-300);
    color: #fff;
}
a.dropdown-item.btn-service:hover {
    background: #ff862491;
    color: #fff;
}
a.dropdown-item.btn-product:hover svg path,
a.dropdown-item.btn-service:hover svg path {
    stroke: #fff;
}
.kt-priority-check svg path {
    stroke: #ffc107;
}
.kt-priority-check .product-priority svg path {
    stroke: #595d6e;
}
.kt-priority-check .product-priority.active svg path {
    stroke: #ffc107;
}

.toast .toast-message {
    font-size: 16px;
    font-weight: 600;
}

#toast-container>div {
    border-radius: 12px;
    padding: 18px 18px 18px 60px;
    background-position: 18px center !important;
    box-shadow: none;
    color: #111221;
    opacity: 1;
    border: 1px solid #dddddd00;
    min-width: 350px;
}

.toast.toast-error {
    background-color: rgb(255 245 243);
    border-color: #f4b0a1 !important;
}

.toast.toast-info {
    background-color: rgb(245 249 255);
    border-color: #9dc0ee !important;
}

.toast.toast-success {
    background-color: rgb(246 255 249);
    border-color: #48c1b5 !important;
}

.toast.toast-warning {
    background-color: rgb(255 248 236);
    border-color: #f7d9a4 !important;
}
#toast-container>div:hover {
    box-shadow: 0 0 12px #0000005c !important;
}
#toast-container>.toast-info {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzEwMl81MikiLz4KPHBhdGggZD0iTTEyIDE2VjExIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxjaXJjbGUgY3g9IjEiIGN5PSIxIiByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMSA5KSIgZmlsbD0id2hpdGUiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMDJfNTIiIHgxPSIxMiIgeTE9Ii00LjUiIHgyPSIxMiIgeTI9IjI4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiM0RENBRkYiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNEVBM0UwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==") !important;
}

#toast-container>.toast-error {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzEwMl83KSIvPgo8cGF0aCBkPSJNMTUgOS4wMDAwMkw5IDE1TTguOTk5OTcgOUwxNC45OTk5IDE1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTAyXzciIHgxPSIxMiIgeTE9IjAiIHgyPSIxMiIgeTI9IjI0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFODhCNzYiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQ0E1MDQ4Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==") !important;
}

#toast-container>.toast-success {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzEwMl8zNykiLz4KPHBhdGggZD0iTTguNSAxMi41TDEwLjUgMTQuNUwxNS41IDkuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzEwMl8zNyIgeDE9IjEyIiB5MT0iMCIgeDI9IjEyIiB5Mj0iMjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzQ4Q0E5MyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM0OEJBQ0EiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K") !important;
}

#toast-container>.toast-warning {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzEwMl82NykiLz4KPHBhdGggZD0iTTEyIDlWMTQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxNyIgcj0iMSIgZmlsbD0id2hpdGUiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMDJfNjciIHgxPSIxMiIgeTE9IjAiIHgyPSIxMiIgeTI9IjI0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNEQkE5NDgiLz4KPHN0b3Agb2Zmc2V0PSIwLjAwMDEiIHN0b3AtY29sb3I9IiNGRkM0NkIiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZBMzE4Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==") !important;
}

.badge-number {
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%); 
    color: white; 
    border-radius: 12px; 
    padding: 4px 8px; 
    font-size: 12px; 
    font-weight: 700; 
    letter-spacing: 0.5px; 
    box-shadow: 0 3px 10px rgba(255, 65, 108, 0.5); 
    display: inline-block; 
    min-width: 24px; 
    text-align: center; 
    line-height: 1;
}

@media (max-width: 1200px) {
    .toast .toast-message {
        font-size: 15px;
        font-weight: 600;
    }
    
}
.kt-datatable>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell [item-sort] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.kt-datatable>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell [item-sort] > i {
    color: #5d78ff;
    display: inline-block;
    margin-top: 3px;
    margin-left: 10px;
}

.box-package-renew .kt-portlet__body-custom-top {
    background: none !important;
    padding: 0;
}

.box-package-renew .kt-portlet__body-custom-top .top-list-actions .toolbar-wrapper {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.box-package-renew.box-package-renew-success .icon-success svg {
    width: 250px;
    height: 250px;
}
.kt-badge--expired-date {
    background: #c7d2fe;
    color: #4f46e5;
}
.gap-2 {
    gap: 8px;
}

@media (max-width: 1600px) {
    .box-deposit-left .inner-middle .kt-box-list-point-item .kt-point-item .kt-point-item-title {
        font-size: 29px;
    }
    .box-deposit-left .inner-middle .kt-box-list-point-item .kt-point-item {
        padding: 2.5rem 1rem;
    }
}

@media (max-width: 1440px) {
    .kt-box-wallet-left .item-wallet .inner-bottom .inner-point {
        font-size: 29px;
    }

    .box-deposit-left .inner-middle .kt-box-list-point-item .kt-point-item .kt-point-item-title {
        font-size: 25px;
    }
    .box-deposit-left .inner-middle .kt-box-list-point-item .kt-point-item .discount {
        font-size: 14px;
    }
}

@media (max-width: 1366px) {
    .kt-datatable__table thead th.hide-column-1366,
    .kt-datatable__table tbody td.hide-column-1366 {
        display: none !important;
    }
}

/* ==================== PDF BILL STYLES ==================== */
.pdf-bill-wrapper {
    font-family: 'Arial', 'Helvetica', sans-serif;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}
.pdf-header-blue {
    background: #3b70fa;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pdf-header-left {
    display: flex;
    flex-direction: column;
}
.pdf-logo {
    height: 40px;
    width: auto;
}
.pdf-logo-text {
    font-size: 14px;
    opacity: 0.9;
    margin-top: 5px;
}
.pdf-header-right {
    text-align: right;
}
.pdf-venue-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.pdf-venue-address {
    font-size: 13px;
    opacity: 0.9;
}
.pdf-main-content {
    padding: 30px;
}
.pdf-main-content .detail-form-modal-all {
    padding: 0;
}
.pdf-main-content .detail-form-modal-all .box--info-custom .title-info {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.pdf-main-content .detail-form-modal-all .box--info-custom .box--info-icon {
    width: 34px;
    height: 34px;
}
.pdf-invoice-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.pdf-invoice-info {
    text-align: center;
    margin-bottom: 25px;
}
.pdf-invoice-info .pdf-invoice-code-wrapper {
    display: inline-block;
    background: #f1f1f1;
    padding: 15px 30px;
    border-radius: 8px;
    color: #000
}
.pdf-invoice-code {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}
.pdf-invoice-code-value {
    color: #3b70fa;
    font-weight: bold;
}
.pdf-invoice-date {
    font-size: 15px;
    color: #333;
}
.pdf-section {
    margin-bottom: 25px;
}
.pdf-section-header {
    background: #f8f9fa;
    padding: 12px 15px;
    font-weight: 600;
    color: #333;
    font-size: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.pdf-customer-grid {
    display: flex;
    gap: 30px;
}
.pdf-customer-item {
    flex: 1;
    font-size: 14px;
}
.pdf-customer-label {
    color: #999;
    margin-right: 5px;
}
.pdf-customer-value {
    color: #333;
    font-weight: bold;
}
.pdf-service-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.pdf-service-table thead {
    background: #f8f9fa;
}
.pdf-service-table th {
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}
.pdf-service-table th.text-center {
    text-align: center;
}
.pdf-service-table th.text-right {
    text-align: right;
}
.pdf-service-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
}
.pdf-service-table td.text-center {
    text-align: center;
}
.pdf-service-table td.text-right {
    text-align: right;
}
.pdf-item-main {
    font-weight: 500;
    color: #333;
}
.pdf-item-sub {
    font-size: 13px;
    color: #999;
    margin-top: 3px;
}
.pdf-summary {
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}
.pdf-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
    font-size: 14px;
}
.pdf-summary-row.bold {
    font-weight: bold;
}
.pdf-summary-label {
    color: #333;
}
.pdf-summary-value {
    color: #333;
    text-align: right;
}
.pdf-summary-qty {
    color: #333;
    text-align: center;
    width: 100px;
}
.pdf-total-row {
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
    padding-top: 10px;
}
.pdf-total-value {
    color: #3b70fa;
    font-weight: bold;
    font-size: 16px;
}
.pdf-footer {
    background: #fff;
    padding: 25px 40px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}
.pdf-footer-slogan {
    font-size: 16px;
    color: #333;
}
.pdf-footer-contacts {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #666;
}
.pdf-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.pdf-contact-icon {
    font-size: 16px;
}
.pdf-note {
    margin: 20px 0;
    padding: 15px;
    background: #fff9e6;
    border-left: 4px solid #ffc107;
    font-size: 13px;
    color: #666;
}
@media print {
    .pdf-bill-wrapper {
        max-width: 100%;
        border: none;
        border-radius: 0;
    }
}
/* ==================== END PDF BILL STYLES ==================== */
.pdf-main-content .box--info-item-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}



/* css dat khung co dinh */
.item-slot {
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    position: relative;
}
.item-slot .btn-delete {
    position: absolute;
    top: 0;
    right: 5px;
    background: transparent;
}
.item-slot .btn-delete svg {
    stroke: var(--color-red);
}
.btn-frame--item.has-selected {
    background-color: #7f7f7f !important;
    color: #fff;
}
/* end css dat khung co dinh */