/* 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;
    --color-text: rgba(5, 54, 96, 1);
}
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 {
    min-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: 3.6rem !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: #fff;
}
.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> [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:hover>[show-tooltip] {
    z-index: 2;
    opacity: 1;
}
[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-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 */
.text-remember-me {
    font-weight: bold !important;
    color: #878282 !important;
}
.element-logo {
    padding-top: 23px;
    justify-content: center !important;
}
.form-login--block {
    border-radius: 32px;
    max-height: 700px;
}
.form-register--block{
    border-radius: 32px;
    max-height: 807px;
}
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, [btn-view="confirm-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;
    text-align: center;
}
#register-form #password-error {  
    text-align: left;
}
.input-group-account .invalid-feedback {
    text-align: center;
}
.login-social [nh-btn-login-social] {
    border: 1px solid #ddd !important;
    background: white !important;
    width: 50px !important;
    border-radius: 50px !important;
}
.login-social {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 3rem;
}
form#register-form input {
    border: 1px solid #ACAFB4;
    border-radius: 24px;
    min-height: 50px;
}
form#register-form [btn-action="submit"] {
    border-radius: 32px;
    background: #3B70FA;
}
[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: 0rem;
}
#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-form-forgot-password h1 {
        font-size: 28px !important;
    }
    .element-logo img{
        width: 210px !important;
    }
    .title-request > span{
        width: 100% !important;
    }
    .form-login--block {
        max-height: 610px;
    }
    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) {
    .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;
    }
}

/* Checkout page */
.checkout-page-wrapper {
    background: #f7f9fc;
}
.checkout-layout {
    align-items: stretch;
}
.checkout-form {
    position: relative;
    z-index: 1;
}
.checkout-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.05);
    padding: 28px 32px;
}
.checkout-card__header {
    margin-bottom: 1.75rem;
}
.checkout-card__title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0f172a;
}
.checkout-card__note {
    font-size: 0.88rem;
    color: #64748b;
}
.checkout-card__body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.checkout-field__label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 0.4rem;
}
.checkout-field__value {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    color: #0f172a;
    font-weight: 500;
    padding: 12px 16px;
    min-height: 48px;
    display: flex;
    align-items: center;
}
.checkout-input-number {
    max-width: 120px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    color: #0f172a;
}
.checkout-input-number:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}
.checkout-card__footer {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.checkout-summary-line {
    display: flex;
    justify-content: space-between;
    font-size: 0.92rem;
    color: #64748b;
}
.checkout-summary-line span:last-child {
    color: #0f172a;
}
.checkout-badge {
    background: #eef2ff;
    color: #1d4ed8;
    font-weight: 600;
    font-size: 0.75rem;
}
.checkout-data-table table {
    border-collapse: separate;
    border-spacing: 0;
}
.checkout-data-table tbody tr + tr {
    border-top: 1px solid #f1f5f9;
}
.checkout-payment-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.checkout-payment-option {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    background: #ffffff;
}
.checkout-payment-option__top {
    display: flex;
    align-items: center;
    gap: 12px;
}
.checkout-payment-option__title {
    font-weight: 600;
    color: #0f172a;
    flex: 1;
}
.checkout-payment-option__content {
    font-size: 0.9rem;
    color: #6b7280;
}
.checkout-payment-option.is-active {
    border-color: #2563eb;
    box-shadow: 0 18px 35px rgba(37, 99, 235, 0.18);
}
.checkout-payment-option.is-active .checkout-payment-option__title {
    color: #1d4ed8;
}
.checkout-payment-option:hover {
    border-color: #94a3b8;
    box-shadow: 0 14px 30px rgba(148, 163, 184, 0.2);
}
.checkout-summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.checkout-summary__row {
    display: flex;
    justify-content: space-between;
    font-size: 0.96rem;
    color: #475569;
}
.checkout-summary__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px dashed #e2e8f0;
    font-weight: 600;
    color: #0f172a;
    font-size: 1.05rem;
}
.checkout-summary__total-value {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111827;
}
.checkout-terms {
    font-size: 0.82rem;
    color: #6b7280;
    text-align: center;
}
.checkout-card--summary {
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}
.checkout-sticky {
    position: sticky;
    top: 100px;
}
@media (max-width: 1199.98px) {
    .checkout-sticky {
        position: static;
    }
}
@media (max-width: 991.98px) {
    .checkout-card {
        padding: 24px;
    }
    .checkout-summary__total-value {
        font-size: 1.25rem;
    }
}
@media (max-width: 575.98px) {
    .checkout-card {
        padding: 20px;
        border-radius: 16px;
    }
    .checkout-field__value {
        min-height: 44px;
    }
}

/* ==================== 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;
}
/* New PDF Invoice Header */
.pdf-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    background: #fff;
    border-bottom: 2px solid #e0e0e0;
}
.pdf-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.pdf-logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
}
.pdf-logo-icon {
    font-size: 32px;
    color: #3b70fa;
}
.pdf-logo-text {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
}
.pdf-header-right {
    text-align: right;
}
.pdf-invoice-title-header {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 2px;
}

/* Invoice Details */
.pdf-invoice-details {
    display: flex;
    gap: 30px;
    padding: 25px 40px;
    background: #f8fafc;
    border-bottom: 1px solid #e0e0e0;
    flex-wrap: wrap;
}
.pdf-invoice-detail-item {
    display: flex;
    gap: 8px;
    font-size: 14px;
}
.pdf-invoice-detail-label {
    color: #64748b;
    font-weight: 500;
}
.pdf-invoice-detail-value {
    color: #1e293b;
    font-weight: 600;
}

/* Two Column Layout */
.pdf-two-columns {
    display: flex;
    gap: 40px;
    padding: 30px 40px;
    border-bottom: 1px solid #e0e0e0;
}
.pdf-column-left,
.pdf-column-right {
    flex: 1;
}
.pdf-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pdf-bill-to-content,
.pdf-migration-details-content {
    font-size: 14px;
    color: #334155;
    line-height: 1.8;
}
.pdf-bill-to-item,
.pdf-migration-detail-item {
    margin-bottom: 8px;
}
.pdf-bill-to-item strong,
.pdf-migration-detail-item strong {
    color: #1e293b;
    font-weight: 600;
    margin-right: 8px;
}
.pdf-total-entities {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}
.pdf-total-entities-value {
    color: #2563eb;
    font-weight: 700;
    font-size: 18px;
}

/* Table Section */
.pdf-table-section {
    padding: 30px 40px;
    border-bottom: 1px solid #e0e0e0;
}
.pdf-table-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pdf-data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.pdf-data-table thead {
    background: #f8fafc;
}
.pdf-data-table th {
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    color: #1e293b;
    border-bottom: 2px solid #e2e8f0;
}
.pdf-data-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
}
.pdf-table-number {
    text-align: right;
    font-variant-numeric: tabular-nums;
}
.pdf-table-col-entity {
    width: 40%;
}
.pdf-table-col-count {
    width: 20%;
    text-align: right;
}
.pdf-table-col-price {
    width: 20%;
    text-align: right;
}
.pdf-table-col-total {
    width: 20%;
    text-align: right;
}

/* Summary Section */
.pdf-summary-section {
    padding: 30px 40px;
    background: #f8fafc;
    border-bottom: 1px solid #e0e0e0;
}
.pdf-summary-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}
.pdf-summary-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    margin-left: auto;
}
.pdf-summary-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 8px 0;
}
.pdf-summary-label {
    color: #64748b;
    font-weight: 500;
}
.pdf-summary-value {
    color: #1e293b;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
.pdf-summary-total {
    border-top: 2px solid #e2e8f0;
    padding-top: 15px;
    margin-top: 5px;
}
.pdf-summary-total .pdf-summary-label,
.pdf-summary-total .pdf-summary-value {
    font-size: 18px;
    font-weight: 700;
    color: #2563eb;
}

/* Footer */
.pdf-footer {
    background: #fff;
    padding: 30px 40px;
    border-top: 1px solid #e0e0e0;
}
.pdf-footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 40px;
}
.pdf-footer-left,
.pdf-footer-right {
    flex: 1;
}
.pdf-footer-company {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}
.pdf-footer-address {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
}
.pdf-footer-contact {
    font-size: 13px;
    color: #64748b;
    line-height: 1.8;
}
.pdf-footer-copyright {
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 8px;
    font-weight: 500;
}
.pdf-footer-disclaimer {
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    font-style: italic;
}
.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 ==================== */
.checkout-info {
    margin: 2rem 0;
}
.checkout-info .container {
    max-width: 1200px;
}
.checkout-info .box-order {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 20px;
}
.checkout-info .box-order .box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.checkout-info .box-order .box-header .box-title {
    margin: 0;
    font-size: 18px;
}

/* Style checkbox remember me */
.kt-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    font-weight: 400;
    color: #3f4254;
}

.kt-checkbox > input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.kt-checkbox > span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1.5px solid #e4e6ef;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 8px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.kt-checkbox > input:checked ~ span {
    background-color: #3b70fa;
    border-color: #3b70fa;
}

.kt-checkbox > input:checked ~ span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#my-settings-form .kt-checkbox > input:checked ~ span:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 9px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.order-detail-page {
    padding: 20px 0;
}

.order-header {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.order-title {
    color: #333;
    font-weight: 600;
}

.order-code .label {
    color: #666;
    margin-right: 10px;
}

.order-code .value {
    font-size: 1.1em;
}

.order-detail-page .card {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.order-detail-page .card-header {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: 15px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.order-detail-page .card-title {
    font-size: 1.1em;
    font-weight: 600;
    color: #333;
}

.order-detail-page .card-body {
    padding: 20px;
}
.payment-summary {
    font-size: 1em;
}
.payment-item {
    font-size: 1em;
}

.kt-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    margin: 0 0 0 25px;
}

.kt-aside {
    background-color: #ffffff;
}

.kt-aside__brand {
    background-color: #ffffff;
    border-bottom: 1px solid #f4f4f4;
}

/* Modern Left Menu Styles */
.kt-aside-menu-wrapper {
    padding: 0;
}

.kt-aside-menu .kt-menu__nav {
    padding: 0px 15px;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item {
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 7px;
    border-radius: 8px;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    padding: 10px 15px 10px 10px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    align-items: center;
    min-height: 45px;
    background: #ffffff;
    color: #64748b;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link::before,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link::before,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link::before {
    height: 60%;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link:hover {
    background: linear-gradient(90deg, rgba(59, 112, 250, 0.08) 0%, rgba(59, 112, 250, 0.04) 100%);
    color: #3b72fa;
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(59, 112, 250, 0.12);
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background: linear-gradient(90deg, rgba(59, 112, 250, 0.12) 0%, rgba(59, 112, 250, 0.06) 100%);
    color: #3b72fa;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(59, 112, 250, 0.15);
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    margin-right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 40px; */
    /* height: 40px; */
    border-radius: 10px;
    /* background: rgba(59, 112, 250, 0.08); */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 0 0 22px;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg path {
    /* stroke: #64748b; */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    stroke: var(--color-text);
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon.no-stroke svg path {
    stroke: none;
    fill: var(--color-text) !important;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__link-icon {
    /* background: rgba(59, 112, 250, 0.15); */
    transform: scale(1.05);
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__link-icon svg path {
    stroke: #3b72fa;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
    /* background: linear-gradient(135deg, rgba(59, 112, 250, 0.2) 0%, rgba(37, 99, 235, 0.15) 100%); */
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg path,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg path {
    stroke: #3b72fa;
    stroke-width: 2;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--color-text);
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__link-text {
    color: #3b72fa;
}

/* Smooth scrollbar for menu */
.kt-aside-menu .ps__rail-y {
    width: 6px;
}

.kt-aside-menu .ps__thumb-y {
    background-color: rgba(59, 112, 250, 0.3);
    border-radius: 3px;
    width: 6px;
}

.kt-aside-menu .ps__thumb-y:hover {
    background-color: rgba(59, 112, 250, 0.5);
}

kt-aside--minimize span.kt-menu__link-icon {
    margin-right: 0;
}

.kt-aside--minimize  .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    margin-right: 0 !important;
}

.kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    justify-content: center;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__section {
    padding-left: 10px;
    margin-top: 0;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow, .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow {
    font-size: 16px;
}

/* Submenu Styles */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    padding: 8px 0;
    margin-top: 4px;
    background: transparent;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav {
    padding: 0;
    list-style: none;
    padding-left: 5px;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item {
    margin-bottom: 4px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 8px;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    min-height: 45px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #64748b;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    background: transparent;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link:hover {
    background: linear-gradient(90deg, rgba(59, 112, 250, 0.08) 0%, rgba(59, 112, 250, 0.04) 100%);
    color: #3b72fa;
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(59, 112, 250, 0.1);
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background: linear-gradient(90deg, rgba(59, 112, 250, 0.12) 0%, rgba(59, 112, 250, 0.06) 100%);
    color: #3b72fa;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(59, 112, 250, 0.15);
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: inherit;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover > .kt-menu__link .kt-menu__link-text {
    color: #3b72fa;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #94a3b8;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #3b72fa;
    transform: scale(1.2);
}

.kt-aside-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,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #3b72fa;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 2px rgba(59, 112, 250, 0.2);
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__arrow {
    display: none;
}

/* Submenu parent item arrow */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__link .kt-menu__ver-arrow {
    margin-left: auto;
    color: #94a3b8;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu:hover > .kt-menu__link .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
    color: #3b72fa;
    /* transform: rotate(90deg); */
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu.kt-menu__item--open > .kt-menu__link {
    background: linear-gradient(90deg, rgba(59, 112, 250, 0.08) 0%, rgba(59, 112, 250, 0.04) 100%);
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon.no-stroke svg path, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon.no-stroke svg path {
    stroke: none;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__link-icon.no-stroke svg path {
    fill: #3b72fa !important;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    margin-top: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
        padding: 12px 16px;
        min-height: 48px;
    }
    
    .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
        width: 36px;
        height: 36px;
        margin-right: 12px;
    }
    
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
        padding: 10px 15px 10px 35px;
        min-height: 42px;
        font-size: 14px;
    }
    
    .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
        font-size: 14px;
    }
}

/* Account Footer at Bottom Left */
.kt-aside-menu-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}


.kt-aside-menu {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    background-color: #ffffff;
    padding: 0px 0 0 0;
}


.kt-menu__account-footer {
    padding: 16px 15px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e9ecef;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04);
}

.account-info-logout {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kt-menu__account-info {
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.kt-menu__account-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b72fa 0%, #2563eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(59, 112, 250, 0.2);
}

.kt-menu__avatar-initial {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
}

.kt-menu__account-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    gap: 2px;
}

.kt-menu__account-name {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kt-menu__account-email {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kt-menu__logout-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    color: #64748b;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.kt-menu__logout-btn:hover {
    background-color: #ffffff;
    border-color: #3b72fa;
    color: #3b72fa;
    box-shadow: 0 2px 8px rgba(59, 112, 250, 0.15);
    transform: translateY(-1px);
}

.kt-menu__logout-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.kt-menu__logout-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

/* Responsive adjustments for account footer */
@media (max-width: 1024px) {
    .kt-menu__account-footer {
        padding: 12px;
    }
    
    .kt-menu__account-info {
        gap: 10px;
    }
    
    .kt-menu__account-avatar {
        width: 40px;
        height: 40px;
    }
    
    .kt-menu__avatar-initial {
        font-size: 18px;
    }
    
    .kt-menu__account-name {
        font-size: 13px;
    }
    
    .kt-menu__account-email {
        font-size: 11px;
    }
    
    .kt-menu__logout-btn {
        padding: 8px 10px;
    }
    
    .kt-menu__logout-text {
        font-size: 13px;
    }
}

/* Header Top Right - Common Styles */
.header-top-right .item {
    display: flex;
    align-items: center;
    height: 47px;
}

/* Header Top Right - Search Box Styles */
.header-top-right .item.item-search-top {
    padding-right: 10px;
}

.header-top-right .item.item-search-top .search-box .form-control {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    height: 42px;
    padding: 0 16px;
    transition: all 0.2s ease;
}

.header-top-right .item.item-search-top .search-box .form-control:focus {
    background-color: #ffffff;
    border-color: rgba(59, 112, 250, 0.3);
    box-shadow: 0 0 0 3px rgba(59, 112, 250, 0.1);
}

/* Header Top Right - User Info Styles */
.header-top-right .item.item-user-info {
    padding-left: 10px;
}

.header-top-right .item.item-user-info .user-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    height: 47px;
    padding: 0 16px;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.header-top-right .item.item-user-info .user-info:hover {
    background-color: #f1f3f5;
    border-color: #dee2e6;
}

.header-top-right .item.item-user-info .user-info .name {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3;
    transition: color 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

.header-top-right .item.item-user-info .user-info:hover .name {
    color: #3b72fa;
}

.header-top-right .item.item-user-info .user-info .email {
    font-size: 13px;
    color: #64748b;
    line-height: 1.3;
    transition: color 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

.header-top-right .item.item-user-info .user-info:hover .email {
    color: #475569;
}

/* Responsive adjustments for user info */
@media (max-width: 1024px) {
    .header-top-right .item {
        height: 40px;
    }
    
    .header-top-right .item.item-search-top .search-box .form-control {
        height: 40px;
        padding: 0 12px;
    }
    
    .header-top-right .item.item-user-info {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .header-top-right .item.item-user-info .user-info {
        height: 40px;
        padding: 0 12px;
    }
    
    .header-top-right .item.item-user-info .user-info .name {
        font-size: 14px;
        max-width: 180px;
    }
    
    .header-top-right .item.item-user-info .user-info .email {
        font-size: 12px;
        max-width: 180px;
    }
}

@media (max-width: 768px) {
    .header-top-right .item {
        height: 36px;
    }
    
    .header-top-right .item.item-search-top .search-box .form-control {
        height: 36px;
        padding: 0 10px;
    }
    
    .header-top-right .item.item-user-info {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .header-top-right .item.item-user-info .user-info {
        height: 36px;
        padding: 0 10px;
    }
    
    .header-top-right .item.item-user-info .user-info .name {
        font-size: 13px;
        max-width: 150px;
    }
    
    .header-top-right .item.item-user-info .user-info .email {
        font-size: 11px;
        max-width: 150px;
    }
}

/* Header Top Right - Menu Marketing Styles */
.header-top-right .item.item-menu-phu {
    padding-left: 10px;
    display: flex;
    align-items: center;
    height: 47px;
}

.header-top-right .item.item-menu-phu .menu-phu-link-marketing {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    color: #3b72fa;
    text-decoration: none;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

.header-top-right .item.item-menu-phu .menu-phu-link-marketing:hover {
    background-color: #f1f3f5;
    border-color: rgba(59, 112, 250, 0.3);
    color: #2563eb;
}

.modal-in-cart .warp-cart {
    flex: auto;
}

.modal-in-cart .inter-cart .inter-content {
    display: flex;
    align-items: center;
    gap: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
}
.modal-in-cart .inter-cart .inter-content .icon img {
    width: auto;
    height: 25px;
    border-radius: 4px;
}
.modal-in-cart .inter-cart .inter-content .icon.icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(93.79deg, #0972CE 1.77%, #43A3F7 97.2%);
    color: #ebedf2;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    flex-shrink: 0;
}

.pricing-calculator .title-checkout {
    font-size: 24px;
    color: var(--color-text);
    font-weight: 700;
    margin-bottom: 10px;
}
.pricing-calculator .desc-checkout {
    margin-bottom: 20px;
}

.pricing-calculator .box-service {margin-bottom: 20px;}
.pricing-calculator .box-service .form-group {
    margin-bottom: 0;
}
.pricing-calculator .box-service .form-group > label {
    color: #333;
    font-weight: 500;
}
.pricing-calculator .box-service .form-group .kt-radio-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.pricing-calculator .box-service .form-group .kt-radio-inline .kt-radio {
       cursor: pointer;
       width: 100%;
       padding-left: 0;
       text-align: center;
       color: rgba(5, 54, 96, 1);
       padding: 8px 15px;
       background: rgba(9, 114, 206, 0.1);
       height: 70px;
       border-radius: 20px;
       display: flex;
       align-items: center;
       justify-content: center;
       font-size: 20px;
       flex-direction: column;
}
.pricing-calculator .box-service .form-group .kt-radio-inline .kt-radio > span {
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.content-pricing-calculator .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid rgba(9, 114, 206, 0.1);
    color: var(--color-text);
}
.content-pricing-calculator .item:last-child {
    border-bottom: none;
}
.content-pricing-calculator .item .label {font-size: 18px;}
.title-payment-method {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
}
.item-payment-method {
    background: #f6f6fa;
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 15px 20px;
    border: 1px solid #eaeaea;
}
.item-payment-method .kt-radio {
    font-size: 15px;
    font-weight: 500;
}
.item-payment-method .description {
    font-size: 14px;
}

/* Responsive adjustments for menu marketing */
@media (max-width: 1024px) {
    .header-top-right .item.item-menu-phu {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .header-top-right .item.item-menu-phu .menu-phu-link-marketing {
        height: 40px;
        padding: 0 12px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .header-top-right .item.item-menu-phu {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .header-top-right .item.item-menu-phu .menu-phu-link-marketing {
        height: 36px;
        padding: 0 10px;
        font-size: 12px;
    }
}

@media (min-width:1200px){
        
    .kt-aside-menu-wrapper {
        height: calc(100% - 66px);
    }
    
    .kt-aside-menu {
        max-height: calc(100% - 150px);
    }
}


.header-top-right>.item.item-menu-left>ul {
    margin-bottom: 0;
    display: flex;
    padding-left: 0;
    align-items: center;
}

.header-top-right>.item.item-menu-left>ul>li {
    list-style: none;
    margin-left: 25px;
}

.header-top-right>.item.item-menu-left>ul>li>a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-text);
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    transition: all 0.2s ease;
    padding: 4px 0;
}

.header-top-right>.item.item-menu-left>ul>li>a:hover {
    color: #5d78ff;
}

.header-top-right>.item.item-menu-left>ul>li>a svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.header-top-right>.item.item-menu-left>ul>li>a:hover svg {
    transform: translateY(-1px);
}

.header-top-right>.item.item-menu-left>ul>li>a:hover svg path,
.header-top-right>.item.item-menu-left>ul>li>a:hover svg g [fill] {
    stroke: #5d78ff;
    /* fill: #5d78ff; */
}

.header-top-right>.item.item-menu-left>ul>li>a svg path[stroke="#64748b"] {
    stroke: currentColor;
}

.header-top-right>.item.item-menu-left>ul>li>a svg[fill="#676b73"] {
    fill: currentColor;
}

.header-top-right>.item.item-menu-left>ul>li>a svg[fill="#676b73"] path,
.header-top-right>.item.item-menu-left>ul>li>a svg[fill="#676b73"] g [fill] {
    fill: currentColor;
}

.alphabet-label {
    font-weight: 600;
    margin-right: 10px;
}
.alphabet-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
}
.alphabet-item {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background: #fff;
    transition: all 0.3s;
}
.alphabet-item:hover {
    background: #e9ecef;
    border-color: #007bff;
    color: #007bff;
}
.alphabet-item.active {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}
.popular-carts-section {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff3cd;
    border-radius: 8px;
    border: 1px solid #ffc107;
}
.popular-carts-section .section-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #856404;
}
.popular-carts-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.popular-carts-list .popular-cart-item {
    flex-basis: calc(25% - 8px);
    max-width: calc(25% - 8px);
}
.info-content-right {
    padding: 15px;
    background: #f6f6fa;
    border-radius: 16px;
    height: 100%;
}
.info-content-right .title-right {
        font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgba(58, 70, 79, 1);
}
.info-content-right .content {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}
.info-content-right .popular-carts-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.info-content-right .popular-carts-list .popular-cart-item {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
}
.info-content-right .popular-carts-list .popular-cart-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.info-content-right .popular-carts-list .popular-cart-item .info-content {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}
.info-content-right .popular-carts-list .popular-cart-item .logo-cart {
    margin-right: 8px;
    flex-shrink: 0;
}
.info-content-right .popular-carts-list .popular-cart-item .logo-cart img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.info-content-right .popular-carts-list .popular-cart-item .name-cart {
    flex: 1;
    font-size: 13px;
    line-height: 1.3;
}
.info-content-right .popular-carts-list .popular-cart-item:hover .info-content {
    border-color: #007bff;
    background: #e7f3ff;
}
.related-carts-list {
    min-height: 200px;
}
.related-carts-empty {
    padding: 40px 20px;
    color: #999;
    font-style: italic;
}
.related-carts-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.related-cart-item {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.related-cart-item:hover {
    transform: translateY(-2px);
}
.related-cart-item .info-content {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.related-cart-item:hover .info-content {
    border-color: #007bff;
    background: #e7f3ff;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.1);
}
.related-cart-item .logo-cart {
    margin-right: 11px;
    flex-shrink: 0;
}
.related-cart-item .logo-cart img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.related-cart-item .name-cart {
    flex: 1;
    font-size: 13px;
    line-height: 1.3;
}
.related-cart-item .no-logo {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 10px;
    color: #999;
}
.related-carts-list-right .related-cart {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.related-carts-list-right .item-cart {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0;
}
.related-carts-list-right .item-cart .info-content {
       display: flex;
    align-items: center;
    border: 1px solid rgba(238, 238, 238, 1);
    padding: 10px 15px;
    border-radius: 12px;
    background: #fff;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}
.related-carts-list-right .item-cart:hover .info-content {
    border-color: #007bff;
    background: #e7f3ff;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.1);
}
.related-carts-list-right .item-cart .logo-cart {
    margin-right: 11px;
    flex-shrink: 0;
}
.related-carts-list-right .item-cart .logo-cart img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.related-carts-list-right .item-cart .name-cart {
        flex: 1;
    font-size: 16px;
    line-height: 1.3;
    color: #3A464F;
}
.alphabet-filter {
    margin-bottom: 1rem;
}
.search-cart .clear-search-btn {
    height: 44px !important;
}
.warp-select-cart .select-cart {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* gap: 15px; */
}
.warp-select-cart .select-cart .cart-group {
    width: 100%;
}
.warp-select-cart .select-cart .cart-group-header {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ddd;
    text-transform: uppercase;
}
.warp-select-cart .select-cart .cart-group-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.warp-select-cart .select-cart .item-cart {
    flex-basis: calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
}
.warp-select-cart .select-cart .item-cart .logo-cart img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.warp-select-cart .select-cart .item-cart .info-content {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 8px;
    height: 100%;
    position: relative;
    cursor: pointer;
    min-height: 52px;
}
.warp-select-cart .select-cart .item-cart .info-content .logo-cart {
    margin-right: 11px;
}
.warp-select-cart .select-cart .item-cart .info-content .popular-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #ffc107;
    font-size: 14px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.warp-select-cart .select-cart .item-cart:hover .info-content .popular-icon {
    transform: scale(1.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.warp-select-cart .select-cart .item-cart.selected .info-content, .warp-select-cart .select-cart .item-cart .info-content:hover {
    border-color: #A1D1FB;
    color: #053660;
}
.btn-action .item-action.btn-share-license {
    width: auto;
    background: #bff9c494;
    padding: 4px 10px;
    gap: 5px;
    color: #009506;
}
.btn-action .item-action.btn-share-license > svg > path {
    stroke: #009506;
}
.content-pricing-calculator {
    background: #e2ecf6;
    border-radius: 32px;
    padding: 30px;
    height: 100%;
}
/* Invite Page - Left Panel */
.invite-sender-panel {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    height: 100%;
}

.invite-sender-panel .invited-by-section {
    margin-bottom: 24px;
}

.invite-sender-panel .invited-by-label {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 16px;
}

.invite-sender-panel .sender-info-card {
    display: flex;
    align-items: center;
    gap: 12px;
}

.invite-sender-panel .sender-avatar {
    width: 56px;
    height: 56px;
    background: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
}

.invite-sender-panel .sender-details {
    flex: 1;
    min-width: 0;
}

.invite-sender-panel .sender-name {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 4px;
}

.invite-sender-panel .sender-email {
    font-size: 14px;
    color: #64748b;
}

.invite-sender-panel .invite-info-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.invite-sender-panel .info-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invite-sender-panel .info-card-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.invite-sender-panel .info-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.invite-sender-panel .info-card-icon-share {
    background: #e0e7ff;
    color: #6366f1;
}

.invite-sender-panel .info-card-icon-service {
    background: #f3e8ff;
    color: #a855f7;
}

.invite-sender-panel .info-card-icon-calendar {
    background: #d1fae5;
    color: #10b981;
}

.invite-sender-panel .info-card-label {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.invite-sender-panel .info-card-value {
    font-size: 14px;
    color: #1e293b;
    font-weight: 600;
}

.invite-sender-panel .invite-expire-warning {
    background: #fef3c7;
    border: 1px solid #fde68a;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #92400e;
}

.invite-sender-panel .invite-expire-warning i {
    font-size: 16px;
    color: #f59e0b;
}

/* Invite Page - Right Panel */
.license-details-panel {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    height: 100%;
}

.license-details-panel .license-details-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.license-details-panel .header-icon {
    width: 32px;
    height: 32px;
    background: #dbeafe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 16px;
    flex-shrink: 0;
}

.license-details-panel .header-content {
    flex: 1;
}

.license-details-panel .license-details-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px;
}

.license-details-panel .license-details-description {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.license-details-panel .license-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.license-details-panel .license-detail-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.license-details-panel .detail-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.license-details-panel .detail-card-icon-key {
    background: #dbeafe;
    color: #2563eb;
}

.license-details-panel .detail-card-icon-permission {
    background: #f3e8ff;
    color: #a855f7;
}

.license-details-panel .detail-card-icon-location {
    background: #fee2e2;
    color: #dc2626;
}

.license-details-panel .detail-card-icon-expires {
    background: #d1fae5;
    color: #10b981;
}

.license-details-panel .detail-card-icon-migration {
    background: #fed7aa;
    color: #ea580c;
}

.license-details-panel .detail-card-content {
    flex: 1;
    min-width: 0;
}

.license-details-panel .detail-card-label {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.license-details-panel .detail-card-value {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    word-break: break-word;
}

.license-details-panel .license-action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.license-details-panel .btn-decline-invite {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    background: #fff;
    color: #dc2626;
    border: 1px solid #e2e8f0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.license-details-panel .btn-decline-invite:hover {
    background: #fee2e2;
    border-color: #fecaca;
    color: #dc2626;
}

.license-details-panel .btn-accept-invite {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    background: #2563eb;
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.license-details-panel .btn-accept-invite:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    color: #fff;
}

/* Legacy support */
.bg-light.box-info {
    height: 100%;
    border-radius: 6px;
}
.bg-light.box-info .sender-info {
    background: linear-gradient(101.47deg, #91BAFF 1.48%, #3B70FA 97.54%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 1.5rem;
    display: flex;
    gap: 15px;
}
.bg-light.box-info .sender-info .avatar {
    width: 4rem;
    height: 4rem;
    background: #3f74fa;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.bg-light.box-info .sender-info .info {
    color: #fff;
    font-size: 14px;
}

.bg-light.box-info .sender-info .info .name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.bg-light.box-info .list-info {
    padding: 20px;
}

.bg-light.box-info .list-info > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bg-light.box-info .list-info > ul > li {
    padding: 17px 15px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg-light.box-info .list-info > ul > li .label {
    display: flex;
    align-items: center;
    gap: 5px;
}
.bg-light.box-info .list-info > ul > li .label > i {
    width: 19px;
    color: #3b70fa;
}
.bg-light.box-info .list-info .alert-expire-warning {
    background: rgb(255 184 34 / 23%);
    border: 1px solid rgb(255 184 34 / 31%);
    color: rgb(150 109 23);
    display: block;
}
/* Responsive for Invite Page */
@media (max-width: 991px) {
    .invite-sender-panel {
        margin-bottom: 24px;
    }
    
    .license-details-panel .license-details-grid {
        grid-template-columns: 1fr;
    }
    
    .license-details-panel .license-action-buttons {
        flex-direction: column;
    }
    
    .license-details-panel .btn-decline-invite,
    .license-details-panel .btn-accept-invite {
        width: 100%;
        justify-content: center;
    }
}

.license-infomation .license-info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}
.license-infomation .license-info .item {
    flex: 0 0 calc(50% - 8px);
    background: #f8f9fa;
    border-radius: 6px;
    padding: 15px;
    border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    gap: 15px;
}
.license-infomation .license-info .item:last-child {
    flex: 0 0 100%;
}
.license-infomation .license-info .item .icon {
    color: #3b70fa;
    font-size: 24px;
}
.license-infomation .license-info .item .label {
    color: #343a40;
    margin-bottom: 5px;
}
.license-infomation .license-info .item .value {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.kt-order-success .header-icon {
    text-align: center;
    margin-bottom: 20px;
}
.kt-order-success .header-icon .icon-success {
    color: var(--success);
    font-size: 80px;
}
.kt-order-success .license-infomation .license-info .item:last-child {
    flex: 0 0 calc(50% - 8px);
}
.kt-radio-payment .logo-payment {
    height: 30px;
    width: 40px;
    object-fit: contain;
    background-color: #fff;
    padding: 2px;
    border-radius: 5px;
}
.kt-radio-inline.kt-radio-payment {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.kt-radio-payment .kt-radio {
    flex: 0 0 100%;
    margin: 0;
    background: #f8f9fa;
    padding: 15px;
    padding-left: 40px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    gap: 10px;
}
.kt-radio-payment .kt-radio.kt-radio--success.kt-radio--tick>span {
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.modal-in-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background: #c3e3ff;
    padding: 15px;
    border-radius: 24px;
}

.modal-in-cart .warp-cart {
    flex-basis: calc(50% - 40px);
    max-width: calc(50% - 40px);
}
.modal-in-cart .warp-cart .inter-cart .inter-content {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background: #fff;
    border-radius: 20px;
    height: 60px;
}
.modal-in-cart .warp-cart .inter-cart .name {
    font-size: 18px;
    color: #053660;
    font-weight: 600;
}

.custom-radio-service {
    width: 100%;
}

.custom-radio-service input {
    opacity: 0;
    position: absolute;
}

.pricing-calculator .box-service .form-group .kt-radio-inline .kt-radio .description {
    font-size: 16px;
    font-weight: 400;
}

.pricing-calculator .box-service .form-group .kt-radio-inline .custom-radio-service input:checked~label.kt-radio {
    color: #fff;
    background: var(--color-text);
}

.pricing-calculator .box-service .form-group .kt-radio-inline .kt-radio .name {
    font-weight: 600;
}

.pricing-calculator .box-entities .form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.pricing-calculator .box-entities .form-group label {
    margin-bottom: 0;
    flex: 0 0 120px;
    max-width: 120px;
    font-weight: 600;
    color: rgba(12, 42, 74, 1);
}

.pricing-calculator .box-entities .form-group .form-control {
    border-radius: 12px;
    background: #f6f6fa;
    font-size: 16px;
    border: 0;
    height: 46px;
    padding: 10px 15px;
}

.content-pricing-calculator .cart-select {
    padding: 20px;
    background: #fff;
    border-radius: 26px;
    margin-bottom: 15px;
}

.content-pricing-calculator .item .name {
    font-weight: 600;
}

.content-pricing-calculator .cart-select .item {
    padding-top: 0;
    margin-bottom: 20px;
}

.content-pricing-calculator .cart-select .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.content-pricing-calculator .cart-result-calculator .item .value {
    font-size: 18px;
    font-weight: 600;
}

.content-pricing-calculator .btn-checkout-calculator span.btn {
    border-radius: 30px;
    color: #fff;
    padding: 0 20px;
    background: linear-gradient(93.07deg, #6C54FF -16.41%, #0972CE 99.41%);
    border: 0;
    width: 100%;
    height: 58px !important;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}


.kt-portlet.nh-portlet.box-checkout-migration .kt-portlet__body {
    padding: 30px;
    margin-bottom: 0 !important;
}

.pricing-calculator>.row {
    margin-right: -30px;
    margin-left: -30px;
}

.pricing-calculator>.row>div {
    padding-right: 30px;
    padding-left: 30px;
}

.box-checkout-migration {
    margin-bottom: 0;
}

.box-checkout-migration .kt-portlet__body {
    margin-bottom: 0;
}

.item.item-custom-job .price-custom-job {
    height: 50px;
    background: #e2ecf6;
    border-radius: 12px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.box-entities {
    margin-bottom: 10px;
}

.box-entities .row {
    margin-right: -30px;
    margin-left: -30px;
}

.box-entities .row>div {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-checkout-calculator .kt-radio-payment .kt-radio {
    background: #e2ecf6;
}
.btn-checkout-calculator .kt-radio-inline.kt-radio-payment {
    display: block;
    background: #fff;
    padding: 16px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.btn-checkout-calculator .kt-radio-inline.kt-radio-payment .form-group input {
    opacity: 0;
    position: absolute;
}

.btn-checkout-calculator .kt-radio-inline.kt-radio-payment .form-group  label.kt-radio {
    padding: 15px;
    color: var(--color-text);
    border-radius: 16px;
}

.btn-checkout-calculator .kt-radio-inline.kt-radio-payment .form-group:last-child {
    margin-bottom: 0;
}

.btn-checkout-calculator .kt-radio-inline.kt-radio-payment .form-group:checked~label.kt-radio.kt-radio--tick{
    background: var(--color-text) !important;
}

.btn-checkout-calculator .kt-radio-payment .form-group input:checked~label.kt-radio {
    background: var(--color-text);
    color: #fff;
}
.billing-info-form .form-group .form-control {
    border-radius: 12px;
    height: 46px;
    border-color: rgba(229, 231, 232, 1);
    font-size: 16px;
    background: #f6f6fa;
    border: 0;
}

.billing-info-form .form-group label {
    color: var(--color-text);
}


.box-customer-info .billing-info-form .form-group .input-group .input-group-prepend .input-group-text {
    border-color: aliceblue;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: #fff;
}
.box-customer-info .billing-info-form .form-group .input-group input.form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.box-customer-info .billing-info-form .form-group .btn.dropdown-toggle {
    height: 50px !important;
    background: #f6f6fa;
    border-radius: 12px !important;
    border: 0;
    padding: 10px 15px;
}


.billing-info-form>.row, .billing-info-form>.row>div>.row {
    margin-right: -20px;
    margin-left: -20px;
}

.billing-info-form>.row>div, .billing-info-form>.row>div>.row>div {
    padding-left: 20px;
    padding-right: 20px;
}

.box-modal-cart .modal-dialog .modal-content {
    border-radius: 32px;
    padding: 30px;
}

.box-modal-cart .modal-dialog .modal-content .modal-header {
    display: block;
    position: relative;
    padding: 0;
    border: 0;
    margin-bottom: 30px;
    margin-right: 0;
    background: none;
}

.box-modal-cart .modal-dialog {
    max-width: 1075px;
    border-radius: 32px;
}

.box-modal-cart .modal-dialog .modal-content .modal-header .title {
    color: var(--color-text);
    font-weight: 800;
    font-size: 32px;
}

.box-modal-cart .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    padding: 0;
}

.box-modal-cart .modal-dialog .modal-content .modal-header .close svg {
    width: 35px;
    height: 35px;
}

.box-modal-cart .modal-dialog .modal-content .modal-body {
    padding: 0;
    background: none;
    margin-bottom: 30px;
}

.box-modal-cart  .cart-top .item.item-sort-by {
    display: flex;
    align-items: center;
}

.box-modal-cart .cart-top .item.item-sort-by .title {
    color: rgba(58, 70, 79, 1);
    margin-right: 10px;
}

.box-modal-cart .cart-top .item.item-sort-by .select {
    flex: 1 1;
}

.box-modal-cart .cart-top .item.item-sort-by .select .form-control .dropdown-toggle {
    background: #f6f6fa;
    border-color: #f6f6fa;
    border-radius: 16px !important;
    padding: 0 15px;
    height: 56px !important;
}

.box-modal-cart .select .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--color-text);
    font-weight: 600;
}
.box-modal-cart .select .bootstrap-select>.dropdown-menu {
    box-shadow: 0px 4px 20px 0px rgba(5, 54, 96, 0.1);
    border-radius: 16px;
    padding: 16px;
    border: 0 !important;
}

.box-modal-cart .select .bootstrap-select>.dropdown-menu ul.dropdown-menu>li>a {
    background: rgb(243 243 243);
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    font-size: 16px;
}

.box-modal-cart .select .bootstrap-select>.dropdown-menu ul.dropdown-menu>li {
    margin-bottom: 5px !important;
}

.box-modal-cart .select .bootstrap-select>.dropdown-menu ul.dropdown-menu>li:last-child {
    margin-bottom: 0 !important;
}

.box-modal-cart .select .bootstrap-select>.dropdown-menu ul.dropdown-menu>li.active>a,
.box-modal-cart .select .bootstrap-select>.dropdown-menu ul.dropdown-menu>li:hover>a  {
    background: #e7f1fb;
    color: var(--color-text);
    font-weight: 600;
}


.box-modal-cart .cart-top .item.item-search-cart .input .form-control {
    background: #f6f6fa;
    height: 56px;
    border-radius: 16px 25px 25px 16px;
    border-color: #fafafa;
    padding-left: 50px;
    font-size: 16px;
}

.box-modal-cart .cart-top .item.item-search-cart .input span.icon-search {
    position: absolute;
    top: 16px;
    left: 15px;
    z-index: 2;
    pointer-events: none;
}

.box-modal-cart .cart-top .item.item-search-cart .input .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    width: 100px;
    background: var(--color-text);
    color: #fff;
    border-radius: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.box-modal-cart .cart-top .item.item-search-cart .input .search-btn:hover {
    background: var(--color-text-hover);
}

.box-modal-cart .cart-top .item.item-custom-cart .btn {
    width: 100%;
    border-radius: 25px;
    height: 40px;
    background: #fff;
    color: var(--color-text);
    font-size: 16px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--color-text);
    font-weight: 600;
}

.box-modal-cart  .cart-top .item.item-custom-cart .btn:hover {
    background: var(--color-text);
    color: #fff;
}
.warp-search-cart .input {
    position: relative;
}

.box-modal-cart  .cart-top {
    margin-bottom: 40px;
}

.box-modal-cart .modal-dialog .modal-content .modal-footer {
    justify-content: center !important;
    padding: 0;
}

.box-modal-cart .modal-dialog .modal-content .modal-footer .btn {
    border-radius: 30px;
    color: #fff;
    height: 45px;
    padding: 0 20px;
    font-size: 16px;
    background: linear-gradient(93.07deg, #6C54FF -16.41%, #0972CE 99.41%);
    border: 0;
}

.box-modal-cart .cart-top .item.item-search-cart .input .search-btn:hover {
    background: #00203b;
}

.box-modal-cart .cart-top>.row {
    margin-right: -30px;
    margin-left: -30px;
}

.box-modal-cart .cart-top>.row>div {
    padding-right: 30px;
    padding-left: 30px;
}
.box-modal-cart .bottom-cart>.row {
    margin-right: -30px;
    margin-left: -30px;
}

.box-modal-cart .bottom-cart>.row>div {
    padding-right: 30px;
    padding-left: 30px;
}

/* Alphabet Filter Styles */
.box-modal-cart .alphabet-filter {
    padding: 15px 0;
    border-top: 1px solid #e8e8e8;
}

.box-modal-cart .alphabet-filter .alphabet-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.box-modal-cart .alphabet-filter .alphabet-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f6f6fa;
    color: rgba(58, 70, 79, 1);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.box-modal-cart .alphabet-filter .alphabet-item:hover {
    background: #e7f1fb;
    color: var(--color-text);
}

.box-modal-cart .alphabet-filter .alphabet-item.active {
    background: linear-gradient(93.07deg, #6C54FF -16.41%, #0972CE 99.41%);
    color: #fff;
}

/* Alphabet Group Wrapper and Header Styles */
.box-modal-cart .select-cart .alphabet-group-wrapper {
    margin-bottom: 20px;
}

.box-modal-cart .select-cart .alphabet-group-header {
    font-size: 18px;
    font-weight: 700;
    color: rgba(58, 70, 79, 1);
    margin-bottom: 10px;
}

.box-modal-cart .select-cart .alphabet-items-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

@media (max-width: 768px) {
    .kt-portlet.nh-portlet.box-checkout-migration .kt-portlet__body {
        padding: 10px;
    }
    
    .pricing-calculator .title-checkout {
        font-size: 18px;
    }
    
    .modal-in-cart {
        padding: 5px;
        border-radius: 15px;
        margin-bottom: 10px;
    }
    
     .title-left-cart {
            font-size: 18px;
        }
        
    
    
    .modal-in-cart .warp-cart .inter-cart .inter-content {
        height: 45px;
        padding: 5px;
        border-radius: 12px;
        gap: 7px;
    }
    
    .modal-in-cart .inter-cart .inter-content .icon.icon {width: 35px;height: 35px;border-radius: 10px;font-size: 14px;}
    
    .modal-in-cart .warp-cart .inter-cart .name {
        font-size: 11px;
    }
    
    .modal-in-cart .warp-cart {
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
    
    .warp-cart-center svg {
        width: 30px;
        height: 30px;
    }
    .pricing-calculator .box-service .form-group .kt-radio-inline {
        gap: 10px;
    }
    
    .pricing-calculator .box-service .form-group .kt-radio-inline .kt-radio {
        height: 60px;
        border-radius: 10px;
    }
    .pricing-calculator .box-service .form-group .kt-radio-inline .kt-radio .description {
        font-size: 11px;
    }

    .billing-info-form>.row>div, .billing-info-form>.row>div>.row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .billing-info-form>.row, .billing-info-form>.row>div>.row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .billing-info-form>.row>div, .billing-info-form>.row>div>.row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .billing-info-form>.row, .billing-info-form>.row>div>.row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .content-pricing-calculator {
        border-radius: 12px;
        padding: 10px;
    }
    
    .content-pricing-calculator .item .label {
        font-size: 14px;
    }
    
    .content-pricing-calculator .cart-result-calculator .item .value {
        font-size: 14px;
    }
    
    .content-pricing-calculator .item {
        padding: 10px 0;
    }
    
    .content-pricing-calculator .cart-select {
        padding: 15px;
        border-radius: 16px;
        margin-bottom: 5px;
    }
    
    .content-pricing-calculator .cart-select .item {
        margin-bottom: 10px;
    }
    
    .btn-checkout-calculator .kt-radio-inline.kt-radio-payment {
        padding: 10px;
        border-radius: 16px;
    }
    
    .btn-checkout-calculator .kt-radio-inline.kt-radio-payment .form-group {
        margin-bottom: 10px;
    }
    
    .btn-checkout-calculator .kt-radio-inline.kt-radio-payment .form-group label.kt-radio {
        padding: 10px;
        border-radius: 12px;
    }
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link span.kt-menu__link-text {
    color: var(--color-blue);
}

.kt-header-menu ul.kt-menu__nav li.kt-menu__item h4 {
    color: var(--color-text) !important;
    margin-bottom: 0;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link span.kt-menu__link-icon svg path {
    stroke: var(--color-text) !important;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link span.kt-menu__link-icon.no-stroke svg path {
    stroke: none !important;
    fill: var(--color-text) !important;
}

.btn-action a.btn-demo-migration {
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 10px;
    font-size: 15px;
}
.form-group .input-group .dropdown.bootstrap-select.form-control.form-control-sm:last-child .dropdown-toggle {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.modal-search-advanced .modal-dialog.modal-md {
    max-width: 450px;
}

/* Payment Success Page */
.payment-success-wrapper .payment-success-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    overflow: hidden;
}
.payment-success-wrapper .success-header {
    text-align: center;
    padding: 48px 24px 32px;
    background: linear-gradient(180deg, #f8fffe 0%, #fff 100%);
}
.payment-success-wrapper .success-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.3);
}
.payment-success-wrapper .success-icon i {
    font-size: 36px;
    color: #fff;
}
.payment-success-wrapper .success-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px;
}
.payment-success-wrapper .success-desc {
    font-size: 15px;
    color: #64748b;
    margin: 0;
}
.payment-success-wrapper .detail-section {
    padding: 24px 32px 32px;
}
.payment-success-wrapper .detail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
}
.payment-success-wrapper .detail-title {
    font-size: 16px;
    font-weight: 600;
    color: #334155;
    margin: 0;
}
.payment-success-wrapper .order-id-badge {
    background: #f1f5f9;
    color: #475569;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}
.payment-success-wrapper .info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
@media (max-width: 576px) {
    .payment-success-wrapper .info-grid {
        grid-template-columns: 1fr;
    }
}
.payment-success-wrapper .info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.payment-success-wrapper .info-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.payment-success-wrapper .info-icon.blue { background: #eff6ff; color: #3b82f6; }
.payment-success-wrapper .info-icon.green { background: #f0fdf4; color: #22c55e; }
.payment-success-wrapper .info-icon.amber { background: #fffbeb; color: #f59e0b; }
.payment-success-wrapper .info-icon.purple { background: #faf5ff; color: #a855f7; }
.payment-success-wrapper .info-icon.cyan { background: #ecfeff; color: #06b6d4; }
.payment-success-wrapper .info-icon.rose { background: #fff1f2; color: #f43f5e; }
.payment-success-wrapper .info-icon.indigo { background: #eef2ff; color: #6366f1; }
.payment-success-wrapper .info-icon.teal { background: #f0fdfa; color: #14b8a6; }
.payment-success-wrapper .info-icon i {
    font-size: 18px;
}
.payment-success-wrapper .info-content {
    flex: 1;
    min-width: 0;
}
.payment-success-wrapper .info-label {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.payment-success-wrapper .info-value {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    word-break: break-word;
}
.payment-success-wrapper .info-value .migration-arrow {
    color: #94a3b8;
    margin: 0 6px;
}
.payment-success-wrapper .status-badge {
    display: inline-block;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.payment-success-wrapper .license-key-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.payment-success-wrapper .license-key-wrapper .copy-btn {
    background: #f1f5f9;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: all 0.2s;
}
.payment-success-wrapper .license-key-wrapper .copy-btn:hover {
    background: #e2e8f0;
    color: #3b82f6;
}
.payment-success-wrapper .card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 32px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}
.payment-success-wrapper .back-link {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s;
}
.payment-success-wrapper .back-link:hover {
    color: #3b82f6;
    text-decoration: none;
}
.payment-success-wrapper .footer-actions {
    display: flex;
    gap: 12px;
}
.payment-success-wrapper .btn-list {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s;
}
.payment-success-wrapper .btn-list:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #334155;
    text-decoration: none;
}
.payment-success-wrapper .btn-detail {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.payment-success-wrapper .btn-detail:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
}

/* Payment Error Page */
.payment-error-wrapper .payment-error-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    overflow: hidden;
}
.payment-error-wrapper .error-header {
    text-align: center;
    padding: 48px 24px 32px;
    background: linear-gradient(180deg, #fffbfb 0%, #fff 100%);
}
.payment-error-wrapper .error-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.3);
}
.payment-error-wrapper .error-icon i {
    font-size: 36px;
    color: #fff;
}
.payment-error-wrapper .error-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px;
}
.payment-error-wrapper .error-desc {
    font-size: 15px;
    color: #64748b;
    margin: 0;
}
.payment-error-wrapper .detail-section {
    padding: 24px 32px 32px;
}
.payment-error-wrapper .detail-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
}
.payment-error-wrapper .detail-title {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 4px;
}
.payment-error-wrapper .detail-subtitle {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
}
.payment-error-wrapper .error-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
@media (max-width: 768px) {
    .payment-error-wrapper .error-info-grid {
        grid-template-columns: 1fr;
    }
}
.payment-error-wrapper .error-info-left {
    background: #f8fafc;
    border-radius: 12px;
    overflow: hidden;
}
.payment-error-wrapper .error-info-table {
    display: flex;
    flex-direction: column;
}
.payment-error-wrapper .error-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
}
.payment-error-wrapper .error-info-row:last-child {
    border-bottom: none;
}
.payment-error-wrapper .error-info-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #64748b;
}
.payment-error-wrapper .error-info-label i {
    color: #94a3b8;
    width: 16px;
}
.payment-error-wrapper .error-info-value {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}
.payment-error-wrapper .error-info-value.text-primary {
    color: #3b82f6;
}
.payment-error-wrapper .status-badge-failed {
    display: inline-block;
    background: linear-gradient(135deg, #fecaca 0%, #fca5a5 100%);
    color: #dc2626;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.payment-error-wrapper .error-info-right {
    display: flex;
    flex-direction: column;
}
.payment-error-wrapper .error-reason-box {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
}
.payment-error-wrapper .error-reason-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.payment-error-wrapper .error-reason-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
}
.payment-error-wrapper .error-reason-label i {
    color: #dc2626;
}
.payment-error-wrapper .error-reason-label i.fa-credit-card {
    color: #3b82f6;
}
.payment-error-wrapper .error-reason-value {
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.5;
}
.payment-error-wrapper .card-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 32px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    gap: 12px;
}
.payment-error-wrapper .footer-actions {
    display: flex;
    gap: 12px;
}
.payment-error-wrapper .btn-support {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s;
}
.payment-error-wrapper .btn-support:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #334155;
    text-decoration: none;
}
.payment-error-wrapper .btn-retry {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}
.payment-error-wrapper .btn-retry:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.4);
}

/* Order Detail Page */
.order-detail-wrapper .order-detail-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    overflow: hidden;
}
.order-detail-wrapper .order-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    flex-wrap: wrap;
    gap: 16px;
}
.order-detail-wrapper .order-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.order-detail-wrapper .order-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}
.order-detail-wrapper .order-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}
.order-detail-wrapper .order-status-badge.completed {
    background: #dcfce7;
    color: #16a34a;
}
.order-detail-wrapper .order-status-badge.pending {
    background: #fef3c7;
    color: #d97706;
}
.order-detail-wrapper .order-status-badge.new {
    background: #dbeafe;
    color: #2563eb;
}
.order-detail-wrapper .order-status-badge.cancelled {
    background: #fee2e2;
    color: #dc2626;
}
.order-detail-wrapper .order-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 8px;
    flex-wrap: wrap;
}
.order-detail-wrapper .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
}
.order-detail-wrapper .meta-item i {
    color: #94a3b8;
}
.order-detail-wrapper .meta-item strong {
    color: #334155;
}
.order-detail-wrapper .order-header-right {
    display: flex;
    gap: 12px;
}
.order-detail-wrapper .btn-print {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #475569;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}
.order-detail-wrapper .btn-print:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #334155;
    text-decoration: none;
}
.order-detail-wrapper .btn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}
.order-detail-wrapper .btn-back:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Stat Cards */
.order-detail-wrapper .stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    height: 100%;
}
.order-detail-wrapper .stat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.order-detail-wrapper .stat-label {
    font-weight: 600;
    color: #626262;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.order-detail-wrapper .stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.order-detail-wrapper .stat-icon.blue { background: #eff6ff; color: #3b82f6; }
.order-detail-wrapper .stat-icon.purple { background: #faf5ff; color: #a855f7; }
.order-detail-wrapper .stat-icon.green { background: #f0fdf4; color: #22c55e; }
.order-detail-wrapper .stat-value {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}
.order-detail-wrapper .stat-value.text-primary {
    color: #3b82f6;
}
.order-detail-wrapper .stat-progress {
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    margin-top: 12px;
    overflow: hidden;
}
.order-detail-wrapper .stat-progress .progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
    border-radius: 3px;
}
.order-detail-wrapper .stat-subtitle {
    font-size: 15px;
    color: #64748b;
    margin-top: 8px;
    text-transform: capitalize;
}
.order-detail-wrapper .stat-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #64748b;
    margin-top: 8px;
}
.order-detail-wrapper .status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.order-detail-wrapper .status-dot.green { background: #22c55e; }
.order-detail-wrapper .status-dot.orange { background: #f59e0b; }
.order-detail-wrapper .status-dot.gray { background: #94a3b8; }

/* Card Header Custom */
.order-detail-wrapper .card-header-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
    flex-wrap: wrap;
    gap: 16px;
}
.order-detail-wrapper .header-left {
    display: flex;
    align-items: center;
    gap: 14px;
}
.order-detail-wrapper .header-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #eff6ff;
    color: #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.order-detail-wrapper .header-icon.green {
    background: #f0fdf4;
    color: #22c55e;
}
.order-detail-wrapper .card-title-custom {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 2px;
}
.order-detail-wrapper .card-subtitle {
    font-size: 15px;
    color: #94a3b8;
    margin: 0;
}
.order-detail-wrapper .migration-tool-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}
.order-detail-wrapper .badge-label {
    font-size: 16px;
    color: #64748b;
}
.order-detail-wrapper .badge-value {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 8px;
}
.order-detail-wrapper .badge-value i {
    color: #94a3b8;
    font-size: 16px;
}

/* Entity Table */
.order-detail-wrapper .entity-table {
    padding: 0;
}
.order-detail-wrapper .entity-table-header,
.order-detail-wrapper .entity-table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    align-items: center;
    padding: 14px 24px;
}
.order-detail-wrapper .entity-table-header {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}
.order-detail-wrapper .entity-col {
    font-size: 16px;
}
.order-detail-wrapper .entity-table-header .entity-col {
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.order-detail-wrapper .entity-col.entity-count,
.order-detail-wrapper .entity-col.entity-price,
.order-detail-wrapper .entity-col.entity-point {
    text-align: center;
}
.order-detail-wrapper .entity-table-row {
    border-bottom: 1px solid #f1f5f9;
}
.order-detail-wrapper .entity-table-row:last-child {
    border-bottom: none;
}
.order-detail-wrapper .entity-type-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.order-detail-wrapper .entity-icon {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.order-detail-wrapper .entity-icon.blue { background: #eff6ff; color: #3b82f6; }
.order-detail-wrapper .entity-icon.orange { background: #fff7ed; color: #f97316; }
.order-detail-wrapper .entity-icon.purple { background: #faf5ff; color: #a855f7; }
.order-detail-wrapper .entity-icon.green { background: #f0fdf4; color: #22c55e; }
.order-detail-wrapper .entity-icon.gray { background: #f1f5f9; color: #64748b; }
.order-detail-wrapper .entity-type-info span {
    font-weight: 500;
    color: #1e293b;
}
.order-detail-wrapper .entity-table-row .entity-col {
    color: #475569;
    font-weight: 500;
}

/* Entity Table Footer */
.order-detail-wrapper .entity-table-footer {
    background: #f8fafc;
    padding: 16px 24px;
    border-top: 1px solid #e2e8f0;
}
.order-detail-wrapper .footer-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 0;
}
.order-detail-wrapper .footer-row.total {
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 8px;
}
.order-detail-wrapper .footer-label {
    font-size: 16px;
    color: #64748b;
    min-width: 120px;
    text-align: right;
    margin-right: 24px;
}
.order-detail-wrapper .footer-value {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    min-width: 100px;
    text-align: right;
}
.order-detail-wrapper .footer-value.text-primary { color: #3b82f6; }
.order-detail-wrapper .footer-value.text-success { color: #22c55e; }
.order-detail-wrapper .footer-value.text-warning { color: #f59e0b; }

/* Customer Card */
.order-detail-wrapper .customer-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 28px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.order-detail-wrapper .customer-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(135deg, #c084fc 0%, #818cf8 50%, #60a5fa 100%);
}
.order-detail-wrapper .customer-avatar {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 16px;
    position: relative;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
    border: 4px solid #fff;
}
.order-detail-wrapper .customer-name {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px;
}
.order-detail-wrapper .customer-org {
    font-size: 16px;
    color: #64748b;
    margin: 0 0 24px;
}
.order-detail-wrapper .customer-info-list {
    text-align: left;
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
}
.order-detail-wrapper .customer-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}
.order-detail-wrapper .customer-info-item:last-child {
    border-bottom: none;
}
.order-detail-wrapper .customer-info-item .info-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.order-detail-wrapper .customer-info-item .info-icon.purple { background: #faf5ff; color: #a855f7; }
.order-detail-wrapper .customer-info-item .info-icon.green { background: #f0fdf4; color: #22c55e; }
.order-detail-wrapper .customer-info-item .info-icon.red { background: #fef2f2; color: #ef4444; }
.order-detail-wrapper .customer-info-item .info-icon.orange { background: #fff7ed; color: #f97316; }
.order-detail-wrapper .customer-info-item .info-icon.blue { background: #eff6ff; color: #3b82f6; }
.order-detail-wrapper .customer-info-item .info-icon.teal { background: #f0fdfa; color: #14b8a6; }
.order-detail-wrapper .customer-info-item .info-icon.gray { background: #f1f5f9; color: #64748b; }
.order-detail-wrapper .customer-info-item .info-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.order-detail-wrapper .customer-info-item .info-label {
    font-size: 14px;
    color: #94a3b8;
}
.order-detail-wrapper .customer-info-item .info-value {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
}
.order-detail-wrapper .btn-view-profile {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: #475569;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    transition: all 0.2s;
}
.order-detail-wrapper .btn-view-profile:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #334155;
    text-decoration: none;
}

/* Payment Info Grid */
.order-detail-wrapper .payment-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 24px;
}
@media (max-width: 992px) {
    .order-detail-wrapper .payment-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .order-detail-wrapper .payment-info-grid {
        grid-template-columns: 1fr;
    }
}
.order-detail-wrapper .payment-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.order-detail-wrapper .payment-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.order-detail-wrapper .payment-info-icon.blue { background: #eff6ff; color: #3b82f6; }
.order-detail-wrapper .payment-info-icon.purple { background: #faf5ff; color: #a855f7; }
.order-detail-wrapper .payment-info-icon.green { background: #f0fdf4; color: #22c55e; }
.order-detail-wrapper .payment-info-icon.orange { background: #fff7ed; color: #f97316; }
.order-detail-wrapper .payment-info-icon.teal { background: #f0fdfa; color: #14b8a6; }
.order-detail-wrapper .payment-info-icon.gray { background: #f1f5f9; color: #64748b; }
.order-detail-wrapper .payment-info-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.order-detail-wrapper .payment-info-label {
    font-size: 14px;
    color: #94a3b8;
}
.order-detail-wrapper .payment-info-value {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
}
.order-detail-wrapper .payment-info-value.text-primary { color: #3b82f6; }
.order-detail-wrapper .payment-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}
.order-detail-wrapper .payment-status-badge.success {
    background: #dcfce7;
    color: #16a34a;
}
.order-detail-wrapper .payment-status-badge.pending {
    background: #fef3c7;
    color: #d97706;
}
.order-detail-wrapper .payment-status-badge.failed {
    background: #fee2e2;
    color: #dc2626;
}

/* Responsive */
@media (max-width: 768px) {
    .order-detail-wrapper .order-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .order-detail-wrapper .order-header-right {
        width: 100%;
    }
    .order-detail-wrapper .order-header-right a {
        flex: 1;
        justify-content: center;
    }
    .order-detail-wrapper .entity-table-header,
    .order-detail-wrapper .entity-table-row {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        padding: 12px 16px;
    }
    .order-detail-wrapper .card-header-custom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* License Detail Page */
.license-detail-wrapper .license-detail-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    overflow: hidden;
}

/* License Header */
.license-detail-wrapper .license-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 28px 32px;
    flex-wrap: wrap;
    gap: 24px;
}
.license-detail-wrapper .license-key-section {
    margin-bottom: 16px;
}
.license-detail-wrapper .license-key-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.license-detail-wrapper .license-key-value {
    display: flex;
    align-items: center;
    gap: 12px;
}
.license-detail-wrapper .key-text {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 1px;
}
.license-detail-wrapper .btn-copy-key {
    background: #f1f5f9;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 18px;
    transition: all 0.2s;
}
.license-detail-wrapper .btn-copy-key:hover {
    background: #e2e8f0;
    color: #3b82f6;
}
.license-detail-wrapper .license-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.license-detail-wrapper .license-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}
.license-detail-wrapper .license-badge.active {
    background: #dcfce7;
    color: #16a34a;
}
.license-detail-wrapper .license-badge.expired {
    background: #fee2e2;
    color: #dc2626;
}
.license-detail-wrapper .license-badge.service {
    background: #dbeafe;
    color: #2563eb;
    text-transform: capitalize;
}
.license-detail-wrapper .license-badge.owner {
    background: #f3e8ff;
    color: #9333ea;
}
.license-detail-wrapper .license-badge.shared {
    background: #fef3c7;
    color: #d97706;
}
.license-detail-wrapper .license-badge.migration-tool-link {
    background: #dcfce7;
    color: #16a34a;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}
.license-detail-wrapper .license-badge.migration-tool-link:hover {
    background: #bbf7d0;
    color: #15803d;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(22, 163, 74, 0.2);
    text-decoration: none;
}
.license-detail-wrapper .license-badge.migration-tool-link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Migration Tool Display */
.license-detail-wrapper .migration-tool-display {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f8fafc;
    padding: 20px 24px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}
.license-detail-wrapper .tool-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.license-detail-wrapper .tool-value {
    display: flex;
    align-items: center;
    gap: 10px;
}
.license-detail-wrapper .tool-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.license-detail-wrapper .tool-name {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
}
.license-detail-wrapper .tool-arrow {
    color: #94a3b8;
    font-size: 20px;
}

/* Card Header Custom */
.license-detail-wrapper .card-header-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
}
.license-detail-wrapper .header-left {
    display: flex;
    align-items: center;
    gap: 14px;
}
.license-detail-wrapper .header-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.license-detail-wrapper .header-icon.blue { background: #eff6ff; color: #3b82f6; }
.license-detail-wrapper .header-icon.green { background: #f0fdf4; color: #22c55e; }
.license-detail-wrapper .card-title-custom {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 2px;
}
.license-detail-wrapper .card-subtitle {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
}
.license-detail-wrapper .view-report-link {
    color: #3b82f6;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.license-detail-wrapper .view-report-link:hover {
    text-decoration: underline;
}
.license-detail-wrapper .filter-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

/* Entities Grid */
.license-detail-wrapper .entities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 24px;
}
@media (max-width: 768px) {
    .license-detail-wrapper .entities-grid {
        grid-template-columns: 1fr;
    }
}
.license-detail-wrapper .entity-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
}
.license-detail-wrapper .entity-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}
.license-detail-wrapper .entity-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.license-detail-wrapper .entity-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.license-detail-wrapper .entity-icon.blue { background: #eff6ff; color: #3b82f6; }
.license-detail-wrapper .entity-icon.green { background: #f0fdf4; color: #22c55e; }
.license-detail-wrapper .entity-icon.orange { background: #fff7ed; color: #f97316; }
.license-detail-wrapper .entity-icon.purple { background: #faf5ff; color: #a855f7; }
.license-detail-wrapper .entity-icon.gray { background: #f1f5f9; color: #64748b; }
.license-detail-wrapper .entity-details {
    display: flex;
    flex-direction: column;
}
.license-detail-wrapper .entity-name {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
}
.license-detail-wrapper .entity-count {
    font-size: 14px;
    color: #64748b;
}
.license-detail-wrapper .entity-count strong {
    color: #1e293b;
}
.license-detail-wrapper .entity-percent {
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}
.license-detail-wrapper .entity-percent.full { background: #dcfce7; color: #16a34a; }
.license-detail-wrapper .entity-percent.good { background: #fef3c7; color: #d97706; }
.license-detail-wrapper .entity-percent.low { background: #fee2e2; color: #dc2626; }
.license-detail-wrapper .entity-progress {
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 12px;
}
.license-detail-wrapper .entity-progress .progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
    border-radius: 3px;
}
.license-detail-wrapper .entity-stats {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #64748b;
}
.license-detail-wrapper .stat-remaining {
    color: #22c55e;
}
.license-detail-wrapper .no-entities {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    color: #94a3b8;
}
.license-detail-wrapper .no-entities i {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

/* Transactions Table */
.license-detail-wrapper .transactions-table {
    padding: 0;
}
.license-detail-wrapper .table-header,
.license-detail-wrapper .table-row {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1.2fr 0.5fr;
    align-items: center;
    padding: 14px 24px;
}
.license-detail-wrapper .table-header {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}
.license-detail-wrapper .th-cell {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.license-detail-wrapper .table-row {
    border-bottom: 1px solid #f1f5f9;
}
.license-detail-wrapper .table-row:last-child {
    border-bottom: none;
}
.license-detail-wrapper .td-cell {
    font-size: 14px;
    color: #475569;
}
.license-detail-wrapper .td-cell.order-id .order-link {
    color: #3b82f6;
    font-weight: 600;
    text-decoration: none;
}
.license-detail-wrapper .td-cell.order-id .order-link:hover {
    text-decoration: underline;
}
.license-detail-wrapper .td-cell.amount {
    font-weight: 600;
    color: #1e293b;
}
.license-detail-wrapper .status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
}
.license-detail-wrapper .status-badge .status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.license-detail-wrapper .status-badge.paid { color: #16a34a; }
.license-detail-wrapper .status-badge.paid .status-dot { background: #16a34a; }
.license-detail-wrapper .status-badge.pending { color: #d97706; }
.license-detail-wrapper .status-badge.pending .status-dot { background: #d97706; }
.license-detail-wrapper .status-badge.new { color: #3b82f6; }
.license-detail-wrapper .status-badge.new .status-dot { background: #3b82f6; }
.license-detail-wrapper .status-badge.cancelled { color: #dc2626; }
.license-detail-wrapper .status-badge.cancelled .status-dot { background: #dc2626; }
.license-detail-wrapper .btn-view-order {
    color: #94a3b8;
    font-size: 16px;
    transition: color 0.2s;
}
.license-detail-wrapper .btn-view-order:hover {
    color: #3b82f6;
}
.license-detail-wrapper .table-empty {
    text-align: center;
    padding: 40px;
    color: #94a3b8;
}
.license-detail-wrapper .table-empty i {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

/* Details Card */
.license-detail-wrapper .details-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
}
.license-detail-wrapper .details-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
}
.license-detail-wrapper .details-title {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.license-detail-wrapper .details-content {
    padding: 20px 24px;
}
.license-detail-wrapper .detail-item {
    padding: 16px 0;
    border-bottom: 1px solid #f1f5f9;
}
.license-detail-wrapper .detail-item:last-child {
    border-bottom: none;
}
.license-detail-wrapper .detail-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.license-detail-wrapper .detail-value {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.license-detail-wrapper .value-main {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
}
.license-detail-wrapper .value-sub {
    font-size: 13px;
    color: #64748b;
}
.license-detail-wrapper .value-sub.text-success {
    color: #22c55e;
}
.license-detail-wrapper .location-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #1e293b;
}

/* Team Access Card */
.license-detail-wrapper .team-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
}
.license-detail-wrapper .team-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #f0fdf4;
    color: #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.license-detail-wrapper .team-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 4px;
}
.license-detail-wrapper .team-subtitle {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
}
.license-detail-wrapper .team-content {
    padding: 20px 24px;
}
.license-detail-wrapper .invite-form {
    margin-bottom: 20px;
}
.license-detail-wrapper .invite-input-group {
    display: flex;
    gap: 10px;
}
.license-detail-wrapper .invite-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    color: #1e293b;
    outline: none;
    transition: border-color 0.2s;
}
.license-detail-wrapper .invite-input:focus {
    border-color: #3b82f6;
}
.license-detail-wrapper .invite-input::placeholder {
    color: #94a3b8;
}
.license-detail-wrapper .invite-btn {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.license-detail-wrapper .invite-btn:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-1px);
}
.license-detail-wrapper .team-members {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.license-detail-wrapper .member-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 10px;
}
.license-detail-wrapper .member-avatar {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #e2e8f0;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.license-detail-wrapper .member-item.active .member-avatar {
    background: #dbeafe;
    color: #3b82f6;
}
.license-detail-wrapper .member-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.license-detail-wrapper .member-email {
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
}
.license-detail-wrapper .member-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}
.license-detail-wrapper .member-status .status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.license-detail-wrapper .member-status.pending { color: #d97706; }
.license-detail-wrapper .member-status.pending .status-dot { background: #d97706; }
.license-detail-wrapper .member-status.accepted { color: #16a34a; }
.license-detail-wrapper .member-status.accepted .status-dot { background: #16a34a; }
.license-detail-wrapper .member-status.declined { color: #dc2626; }
.license-detail-wrapper .member-dates {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px;
}
.license-detail-wrapper .member-dates .date-sent,
.license-detail-wrapper .member-dates .date-updated {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #64748b;
}
.license-detail-wrapper .member-dates .date-sent i,
.license-detail-wrapper .member-dates .date-updated i {
    font-size: 10px;
}
.license-detail-wrapper .member-status.declined .status-dot { background: #dc2626; }
.license-detail-wrapper .member-status.revoked { color: #64748b; }
.license-detail-wrapper .member-status.revoked .status-dot { background: #64748b; }
.license-detail-wrapper .btn-revoke {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    background: #fee2e2;
    color: #dc2626;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.license-detail-wrapper .btn-revoke:hover {
    background: #fecaca;
}
.license-detail-wrapper .no-members {
    text-align: center;
    padding: 20px;
    color: #94a3b8;
    font-size: 13px;
}

/* License Error Pages */
.license-error-page-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 200px);
    padding: 60px 20px 40px;
}

.license-error-content {
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.license-error-content .error-icon-container {
    margin-bottom: 32px;
}

.license-error-content .error-icon-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.license-error-content .error-icon-circle i {
    font-size: 48px;
    color: #fff;
}

.license-error-content .error-icon-not-found {
    background: #fee2e2;
}

.license-error-content .error-icon-not-found i {
    color: #dc2626;
}

.license-error-content .error-icon-denied {
    background: #dbeafe;
}

.license-error-content .error-icon-denied i {
    color: #2563eb;
}

.license-error-content .error-icon-denied {
    background: #fee2e2;
}

.license-error-content .error-icon-denied i {
    color: #dc2626;
}

.license-error-content .error-icon-no-access {
    background: #fed7aa;
}

.license-error-content .error-icon-no-access i {
    color: #ea580c;
}

.license-error-content .error-icon-expired {
    background: #dbeafe;
    position: relative;
}

.license-error-content .error-icon-expired i.fa-stopwatch {
    color: #2563eb;
    font-size: 48px;
}

.license-error-content .error-icon-expired .error-icon-expired-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    color: #dc2626;
    font-size: 60px;
    z-index: 1;
    opacity: 0.9;
}

.license-error-content .error-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 16px;
    line-height: 1.2;
}

.license-error-content .error-description {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.license-error-content .error-action-button {
    margin-bottom: 32px;
}

.license-error-content .error-action-buttons {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.license-error-content .error-action-buttons-horizontal {
    flex-direction: row;
    justify-content: center;
    max-width: 500px;
    gap: 16px;
}

.license-error-content .btn-return-dashboard,
.license-error-content .btn-request-access {
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    white-space: nowrap;
}

.license-error-content .btn-request-access:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    color: #fff;
    text-decoration: none;
}

.license-error-content .btn-return-dashboard:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    color: #fff;
    text-decoration: none;
}

.license-error-content .btn-request-invitation {
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    white-space: nowrap;
}

.license-error-content .btn-request-invitation:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    color: #fff;
    text-decoration: none;
}

.license-error-content .btn-back-login {
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    background: #fff;
    color: #1e293b;
    border: 1px solid #e2e8f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
    white-space: nowrap;
}

.license-error-content .btn-back-login:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #1e293b;
    text-decoration: none;
    transform: translateY(-2px);
}

.license-error-content .btn-switch-account {
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    background: #fff;
    color: #1e293b;
    border: 1px solid #e2e8f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
}

.license-error-content .btn-switch-account:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #1e293b;
    text-decoration: none;
    transform: translateY(-2px);
}

.license-error-content .error-help-section {
    margin-bottom: 40px;
    font-size: 14px;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.license-error-content .error-help-section .help-icon {
    font-size: 16px;
    color: #94a3b8;
}

.license-error-content .error-help-section .help-text {
    margin-right: 4px;
}

.license-error-content .error-help-section .help-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.license-error-content .error-help-section .help-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.license-error-content .error-footer {
    margin-top: 60px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.license-error-content .error-footer {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.license-error-content .error-footer .copyright-text {
    font-size: 12px;
    color: #94a3b8;
    margin: 0 0 8px;
}

.license-error-content .error-footer .error-id-text {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

/* Legacy support for old error pages */
.license-error-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: 40px 20px;
}

.license-error-wrapper .license-error-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    overflow: hidden;
    max-width: 600px;
    width: 100%;
}

.license-error-wrapper .error-header {
    text-align: center;
    padding: 48px 24px 32px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.license-error-wrapper .error-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.license-error-wrapper .error-icon i {
    font-size: 40px;
    color: #fff;
}

.license-error-wrapper .error-icon-not-found {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
    box-shadow: 0 8px 24px rgba(100, 116, 139, 0.3);
}

.license-error-wrapper .error-icon-denied {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.3);
}

.license-error-wrapper .error-icon-no-access {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    box-shadow: 0 8px 24px rgba(234, 88, 12, 0.3);
}

.license-error-wrapper .error-icon-expired {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    box-shadow: 0 8px 24px rgba(217, 119, 6, 0.3);
}

.license-error-wrapper .error-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    line-height: 1.3;
}

.license-error-wrapper .error-desc {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.license-error-wrapper .error-actions {
    padding: 32px 24px 48px;
    text-align: center;
    background: #fff;
}

.license-error-wrapper .error-actions .btn {
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.license-error-wrapper .error-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 768px) {
    .license-error-page-wrapper {
        padding: 40px 15px 30px;
        min-height: calc(100vh - 150px);
    }
    
    .license-error-content .error-icon-circle {
        width: 80px;
        height: 80px;
    }
    
    .license-error-content .error-icon-circle i {
        font-size: 40px;
    }
    
    .license-error-content .error-main-title {
        font-size: 26px;
    }
    
    .license-error-content .error-description {
        font-size: 14px;
    }
    
    .license-error-content .error-action-buttons {
        max-width: 100%;
    }
    
    .license-error-content .error-action-buttons-horizontal {
        flex-direction: column;
        max-width: 100%;
    }
    
    .license-error-content .btn-return-dashboard,
    .license-error-content .btn-request-access,
    .license-error-content .btn-request-invitation,
    .license-error-content .btn-back-login,
    .license-error-content .btn-switch-account {
        width: 100%;
        padding: 14px 24px;
    }
    
    .license-error-wrapper {
        padding: 20px 15px;
        min-height: 50vh;
    }
    
    .license-error-wrapper .error-header {
        padding: 32px 20px 24px;
    }
    
    .license-error-wrapper .error-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
    }
    
    .license-error-wrapper .error-icon i {
        font-size: 32px;
    }
    
    .license-error-wrapper .error-title {
        font-size: 24px;
    }
    
    .license-error-wrapper .error-desc {
        font-size: 14px;
    }
    
    .license-error-wrapper .error-actions {
        padding: 24px 20px 32px;
    }
    
    .license-error-wrapper .error-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .license-detail-wrapper .license-header {
        flex-direction: column;
    }
    .license-detail-wrapper .table-header,
    .license-detail-wrapper .table-row {
        grid-template-columns: 1.5fr 1fr 1fr 1fr 0.5fr;
    }
    .license-detail-wrapper .th-cell.date,
    .license-detail-wrapper .td-cell.date {
        display: none;
    }
}
@media (max-width: 576px) {
    .license-detail-wrapper .table-header,
    .license-detail-wrapper .table-row {
        grid-template-columns: 1fr 1fr 1fr 0.5fr;
    }
    .license-detail-wrapper .th-cell.entities,
    .license-detail-wrapper .td-cell.entities {
        display: none;
    }
}

.btn-checkout-calculator {
    margin-top: 20px;
}

.content-pricing-calculator .title-checkout {
    margin-bottom: 15px;
}

.pricing-calculator .box-service .form-group .kt-radio-inline .kt-radio .name:first-letter,
.content-pricing-calculator .cart-result-calculator .item .value:first-letter {
    text-transform: uppercase;
}

.bottom-cart .info-content {
    height: 350px;
    overflow-y: auto;
    padding-right: 30px;
}

.box-modal-cart .bottom-cart>.row>div:last-child {
    padding-right: 0;
}


/* chiều rộng scrollbar */
.bottom-cart .info-content::-webkit-scrollbar {
    width: 6px;
  }
  
  /* nền scrollbar */
  .bottom-cart .info-content::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* thanh kéo */
  .bottom-cart .info-content::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 10px;
  }
  
  .bottom-cart .info-content::-webkit-scrollbar-thumb:hover {
    background: #999;
  }

/* ============================================
   CHECKOUT PAGE STYLES
   ============================================ */
.checkout-wrapper {
    padding: 0;
}

/* Checkout Cards */
.checkout-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
}

.checkout-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.checkout-section-header .section-number {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
}

.checkout-section-header .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

/* Platform Selector */
.platforms-selector {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #e2e8f0;
}

.platform-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    border-radius: 10px;
    padding: 14px 18px;
    cursor: pointer;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.platform-item:hover {
    border-color: #3b82f6;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
}

.platform-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f1f5f9;
}

.platform-icon.icon-text {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.platform-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.platform-icon .icon-letter {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.platform-name {
    font-size: 15px;
    font-weight: 500;
    color: #334155;
}

.platform-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}

.platform-arrow svg {
    opacity: 0.7;
}

/* Service Options */
.service-options {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
}

.service-option {
    flex: 1;
    position: relative;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.service-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.service-option:hover {
    border-color: #93c5fd;
}

.service-option.selected,
.service-option:has(input:checked) {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-color: #3b82f6;
}

.service-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.service-name {
    font-weight: 600;
    color: #1e293b;
}

.service-desc {
    font-size: 14px;
    color: #64748b;
}

.service-check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: #22c55e;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
}

.service-option.selected .service-check,
.service-option:has(input:checked) .service-check {
    display: flex;
}

/* Entity Inputs */
.entities-inputs {
    margin-top: 0;
}

.entity-input-group {
    margin-bottom: 20px;
}

.entity-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.entity-input {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 15px;
    color: #1e293b;
    transition: all 0.2s ease;
}

.entity-input:focus {
    background: #fff;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    outline: none;
}

.custom-job-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #e2e8f0;
}

.custom-job-price {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #22c55e;
}

/* Customer Form */
.customer-form .form-group {
    margin-bottom: 20px;
}

.customer-form .form-label {
    display: block;
    font-weight: 500;
    color: #334155;
    margin-bottom: 8px;
}

.customer-form .form-label .required {
    color: #ef4444;
}

.customer-form .form-control:focus {
    background: #fff;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    outline: none;
}

.customer-form .input-group-text {
    background: #e2e8f0;
    border: 1px solid #e2e8f0;
    border-radius: 10px 0 0 10px;
    color: #475569;
    font-weight: 500;
}

.customer-form .input-group .form-control {
    border-radius: 0 10px 10px 0;
}

/* Checkout Sidebar */
.checkout-sidebar {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
    position: sticky;
    top: 84px;
    overflow: hidden;
}

.sidebar-header {
    padding: 24px 24px 0;
}

.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.sidebar-content {
    padding: 24px;
}

/* Summary List */
.summary-list {
    margin-bottom: 24px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.summary-item:last-child {
    border-bottom: none;
}

.summary-label {
    color: #64748b;
}

.summary-value {
    font-weight: 500;
    color: #1e293b;
}

.summary-value.service-badge {
    background: #e0f2fe;
    color: #0369a1;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.summary-value.price {
    font-size: 20px;
    font-weight: 700;
    color: #3b82f6;
}

.summary-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 8px 0;
}

/* Payment Methods */
.payment-methods {
    margin-bottom: 24px;
}

.payment-title {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
}

.payment-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.payment-option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0;
}

.payment-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payment-option:hover {
    border-color: #93c5fd;
}

.payment-option.selected,
.payment-option:has(input:checked) {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-color: #3b82f6;
}

.payment-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.payment-icon {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.payment-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.payment-name {
    font-weight: 500;
    color: #334155;
}

.payment-check {
    color: #22c55e;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.payment-option.selected .payment-check,
.payment-option:has(input:checked) .payment-check {
    opacity: 1;
}

/* Checkout Button */
.btn-checkout {
    width: 100%;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.btn-checkout:hover {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-checkout:active {
    transform: translateY(0);
}

.btn-checkout i {
    font-size: 14px;
}

/* Terms */
.checkout-terms {
    text-align: center;
    font-size: 12px;
    color: #64748b;
    margin-top: 16px;
    margin-bottom: 0;
}

.checkout-terms a {
    color: #3b82f6;
    text-decoration: underline;
}

.checkout-terms a:hover {
    color: #1d4ed8;
}

/* Responsive */
@media (max-width: 991px) {
    .checkout-sidebar {
        position: static;
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .platforms-selector {
        flex-direction: column;
    }

    .platform-item {
        width: 100%;
    }

    .platform-arrow {
        transform: rotate(90deg);
    }

    .service-options {
        flex-direction: column;
    }

    .checkout-card {
        padding: 20px;
    }
}

div#source_cart .warp-select-cart .select-cart .item-cart {
    flex-basis: calc(25% - 11.5px);
    max-width: calc(25% - 11.5px);
}

.warp-select-cart .select-cart .item-cart .info-content .name-cart {
    line-height: 1.3;
    font-size: 15px;
}