@font-face {
    font-family: 'UAESymbol';
    src: url('../fonts/uae-symbol/font.woff2') format('woff2'),
    url('../fonts/uae-symbol/font.woff') format('woff'),
    url('../fonts/uae-symbol/font.ttf') format('truetype');
}

body {
    font-family: "Open Sans";
}

.min-100 {
    min-height: 100px;
}

.max-250 {
    max-height: 250px;
}

td:has(> span.bg-green) {
    background: #2dce89 !important;
}

td:has(> span.bg-primary) {
    background: #5e72e4 !important;
}

td:has(> span.bg-warning) {
    background: #fb6340 !important;
}

td:has(> span.bg-danger) {
    background: #679b00 !important;
}

td:has(> span.bg-amber) {
    background: #FFC000 !important;
}

.inline-flex {
    display: inline-flex;
}

.flex {
    display: flex;
}

.title-sm {
    font-size: 14px;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.col-cnt-2 {
    column-count: 2;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

/*table.dataTable tbody tr>.dtfc-fixed-left,*/
/*table.dataTable tbody tr>.dtfc-fixed-right*/
/*{*/
/*    background-color: transparent;*/
/*}*/
.table-striped tbody tr > .dtfc-fixed-right,
table.dataTable thead tr > .dtfc-fixed-right {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6) 5%, white 20%) !important;
}

/*.table-striped tbody tr:nth-of-type(odd)>.dtfc-fixed-right{*/
/*    background: linear-gradient(90deg, transparent, rgba(242, 242, 242, 0.6) 8%, rgb(242 242 242) 20%)!important;*/
/*}*/
table.dataTable thead.thead-light tr > .dtfc-fixed-left,
table.dataTable thead.thead-light tr > .dtfc-fixed-right,
table.dataTable tfoot.thead-light tr > .dtfc-fixed-left,
table.dataTable tfoot.thead-light tr > .dtfc-fixed-right {
    background-color: #f6f9fc;
}

.select2-container--open {
    z-index: 1000000;
}

.new-list-row span.select2-selection__arrow,
.new-list-row .select2-container--default .select2-selection--single .select2-selection__arrow,
.new-group span.select2-selection__arrow,
.new-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.swal-overlay {
    z-index: 999999;
}

.navbar-vertical.navbar-expand-md.fixed-left + .main-content {
    padding-bottom: 50px;
}

.fixed-page-header {
    top: 0;
    right: 0;
    width: 100%;
    min-height: 232px;
    margin-bottom: -130px;
}

.bg-gradient-primary {
    background: unset !important;
    background-image: linear-gradient(101deg, #00a094 16%, #017771 87%) !important;
}

.mt-cont {
    /* margin-top: -140px; */
}

.navbar-vertical.navbar-expand-md {
    padding-left: 0;
    padding-right: 0;
    transition: ease-in 0.5s;
}

.navbar-item {
    width: 100%;
    padding: 3px 0px 3px 20px;
}

.navbar-link img {
    width: 24px;
    display: inline-block;
    height: 24px;
    margin: 0 16px 0 0;
    padding: 0;
    object-fit: contain;
    opacity: 0.75;
}

.menu-icon {
    padding-bottom: 3px !important;
}

.navbar-link p {
    display: inline-block;
    margin: 2px 0 2px 16px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.04px;
    color: #8898aa;
}

.navbar-link.active p {
    color: #0d0d0d;
}

.navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-collapse.hide-web .navbar-nav .nav-link.active:before,
.bottom-nav .nav-link.active:before {
    content: '';
    position: absolute;
    top: .25rem;
    right: auto;
    bottom: .25rem;
    left: 4px;
    width: 4px;
    border: 0;
    background-image: linear-gradient(177deg, #00a094 16%, #017771 90%);
}

.bottom-nav .nav-link.active:before {
    left: 0;
}

.navbar-disabled .navbar-link {
    pointer-events: none;
}

.navbar-disabled .navbar-link p,
.navbar-disabled .dropdown-toggle::after {
    color: #ced4da;
}

.navbar-vertical .navbar-nav .nav-link {
    position: relative;
    display: flex;
    align-items: center;
}

.dropdown-toggle::after {
    color: #8899aa;
    position: absolute;
    margin: 0 !important;
    right: 10px;
}

.navbar-disabled .nav-item-enabled .navbar-link {
    pointer-events: initial !important;
}

.navbar-disabled .nav-item-enabled .navbar-link.active p {
    color: #8898aa !important;
}

.header-title {
    display: flex !important;
    font-size: 20px;
    color: #fcfcfc;
    align-items: center;
}

.header-title p {
    margin: 0;
    font-size: 20px;
}

.header-time {
    height: 30px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fcfcfc;
}

.header-date {
    height: 18px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.03px;
    margin-bottom: 0;
    text-align: center;
    color: #fcfcfc;
}

.avatar.rounded-circle {
    width: 36px;
    height: 36px;
}

.avatar.rounded-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-body-custom {
    padding: 0;
}

.card-header-custom {
    padding: 20px 16px;
}

.dataTables_filter {
    display: none;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-33 {
    width: 33.33333%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.table-filters {
    display: flex;
    text-align: right;
    justify-content: right;
}

.form-filter {
    margin-bottom: 0;
    margin-left: 10px;
    position: relative;
}

.form-filter i {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 13px;
    color: #8898aa;
}

.form-filter i.input-icon-right {
    left: auto;
    right: 10px;
}

.form-filter input {
    padding: 8px 5px;
    line-height: 1;
    border-radius: 4px;
    height: auto;;
    border: 1px solid transparent;
    background: linear-gradient(to bottom, #fcfcfc, #fcfcfc) padding-box,
    linear-gradient(107deg, #dee2e6 16%, #dee2e6 87%) border-box;
    color: #0d0d0d;
}

.form-filter input:focus {
    background: linear-gradient(to bottom, #fcfcfc, #fcfcfc) padding-box,
    linear-gradient(107deg, #00a094 16%, #017771 87%) border-box;
}

.form-filter input.has-icon {
    padding-left: 28px;
}

.rangeDate {
    text-align: center;
    color: #8898aa !important;
}

.prevent-custom {
    box-shadow: unset !important;
}

.dataTables_wrapper .dataTables_info {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #525f7f;
    padding: 20px 24px;
}

.dataTables_paginate.paging_simple_numbers {
    padding: 20px 24px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    width: 36px;
    height: 28px;
    padding: 0;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(129deg, #00a094 16%, #017771 88%) border-box;
    border-radius: 4px;
    border-bottom: 1px solid transparent;
    margin: 0 3px;
    color: #00a094 !important;
    font-size: 12px;
    outline: 0;
    line-height: 24px;
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    margin-right: 10px !important;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(129deg, #00a094 16%, #017771 88%) border-box !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    margin-left: 10px !important;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(129deg, #00a094 16%, #017771 88%) border-box !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button img {
    width: 12px;
    height: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fcfcfc !important;
    font-weight: bold;
    border: 1px solid transparent;
    box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    background: linear-gradient(129deg, #00a094 16%, #017771 88%) padding-box,
    linear-gradient(129deg, #00a094 16%, #017771 88%) border-box;
}

.btn-custom {
    border-radius: 4px;
    padding: 5px 10px 6px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.23px;
    color: #fcfcfc;
    border: 1px solid transparent;
    outline: 0 !important;
    cursor: pointer;
}

.btn-custom-md {
    font-size: 15px;
    font-weight: 400;
    padding: 8px 25px;
}

.btn-custom:hover {
    color: #fcfcfc;
}

.btn-toggle {
    box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11);
    background-color: #fcfcfc;
    color: #0d0d0d;
}

.btn-custom-success,
.btn-toggle.active {
    color: #fcfcfc;
    box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    background-image: linear-gradient(103deg, #00a094 16%, #017771 87%);
}

.btn-custom-success-inverse {
    color: #00827b !important;
    box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    background: linear-gradient(to bottom, #fcfcfc, #fcfcfc) padding-box,
    linear-gradient(114deg, #00a094 16%, #017771 87%) border-box;
}

.btn-custom-danger {
    box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    background-color: #fb6340;
}

.btn-custom-warning {
    box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    background-color: rgba(245, 54, 92, 0.2);
    color: #f5365c;
}

.btn-custom-warning:hover {
    color: #f5365c;
}

.filter-dropdown {
    width: 100%;
    height: 100%;
    box-shadow: 3px 4px 8px 0 rgba(1, 119, 113, 0.1);
    border: 1px solid transparent;
    background: linear-gradient(to bottom, #fcfcfc, #fcfcfc) padding-box,
    linear-gradient(107deg, #dee2e6 16%, #dee2e6 87%) border-box;
    border-radius: 4px;
    text-align: center;
    padding: 7px 0;
    cursor: pointer;
}

.filter-dropdown:after {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 10px;
    right: 9px;
    content: '';
    background-image: url("../images/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s ease-out;
}

.filter-dropdown.show {
    background: linear-gradient(to bottom, #fcfcfc, #fcfcfc) padding-box,
    linear-gradient(107deg, #00a094 16%, #017771 87%) border-box;
}

.filter-dropdown.show:after {
    transform: rotate(90deg);
    transition: .3s ease-in;
}

.dropdown-title {
    display: flex;
    padding: 0px 10px;
    outline: 0;
    font-size: 14px;
    color: #0d0d0d;
}

.dropdown-count {
    width: 26px;
    height: 21px;
    /* margin: 0 2px 0 6px; */
    padding: 3px 10px;
    opacity: 0.5;
    border-radius: 30px;
    background-color: #83e4db;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #00a094;
    display: flex;
    align-self: center;
}

.filter-dropdown .dropdown-menu {
    cursor: default;
    min-width: 380px;
    padding: 20px 15px 0px 15px;
    border-radius: 4px;
    box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11);
    background-color: #fcfcfc;
}

.dropdown-filter-item:after {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    right: 9px;
    z-index: -1;
    content: '';
    background-image: url("../images/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s ease-out;
}

.dropdown-filter-item.open:after {
    transform: rotate(90deg);
    transition: .3s ease-in;
}

.dropdown-filter-item {
    border-bottom: 1px solid rgba(50, 50, 93, 0.1);
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0.04px;
    cursor: default;
    color: #212529;
}

.img-round {
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
}

.filter-menu {
    position: absolute;
    top: 28px;
    min-width: auto !important;
    padding: 10px 20px 10px 50px !important;
    border-radius: 0 !important;
    border: solid 1px #dee2e6;
    max-height: 250px;
    overflow: scroll;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-input-checkbox:checked ~ .custom-control-label::before {
    border-color: transparent;
    background: linear-gradient(136deg, #00a094 16%, #017771 89%) padding-box,
    linear-gradient(136deg, #00a094 16%, #017771 89%) border-box;
}

.br-4 {
    border-radius: 4px !important;
}

.filter-menu .custom-checkbox {
    padding: 6px 0;
}

.dropdown-filter-item .select2-hidden-accessible {
    padding: 0 !important;
    margin-left: 0;
    height: 0 !important;
    width: 0 !important;
}

.dropdown-filter-item .select2-container {
    width: 100% !important;
    border: 0;
    padding: 0;
    background: transparent;
    height: auto;
}

.dropdown-filter-item .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.dropdown-filter-item .select2-container .select2-selection--single {
    height: unset;
    background-color: transparent;
}

.dropdown-filter-item .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset;
    color: #212529 !important;
}

.dropdown-footer {
    padding-bottom: 20px;
    text-align: right;
}

.table-dropdown > a {
    border-radius: 4px;
    height: auto;
    border: 1px solid transparent;
    background: linear-gradient(to bottom, #fcfcfc, #fcfcfc) padding-box,
    linear-gradient(107deg, #00a094 16%, #017771 87%) border-box;
    margin: 0;
    padding: 5px 12px;
    display: inline-block;
    transform: rotate(90deg) !important;
    margin-left: 10px;
    width: auto !important;
    color: #00a094 !important;
    height: auto !important;
}

.table-dropdown > a.rotate-0 {
    transform: rotate(0) !important;
}

.table-dropdown a:hover {
    color: #00a094 !important;
}

.table-dropdown a.btn-dropdown-danger:hover {
    color: #f5365c !important;
}

.table-dropdown.show {
    display: inline-block;
}

.table-dropdown .dropdown-menu {
    padding: 15px 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    background: linear-gradient(to bottom, #fcfcfc, #fcfcfc) padding-box,
    linear-gradient(132deg, #00a094 16%, #017771 88%) border-box;
    margin-top: 4px;
}

.btn-dropdown {
    padding: 4px 10px !important;
    text-align: center;
    border-radius: 6px;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.23px;
    cursor: pointer;
    outline: unset !important;
}

.btn-dropdown-success {
    color: #00a094;
}

.btn-dropdown-success:hover {
    background-color: rgba(0, 159, 147, 0.2);
    color: #00a094;
}

.btn-dropdown-danger {
    color: #f5365c;
}

.btn-dropdown-danger:hover {
    background-color: rgba(245, 54, 92, 0.2);
    color: #f5365c;
}

.main-content .navbar-top {
    /* position: initial; */
    /* top: 0; */
    /* left: 0; */
    z-index: 15;
    padding: 20px 0;
}

.header-container {
    margin-bottom: 180px;
    margin-top: 90px;
}

.header-stats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-stats {
    flex: 1;
    flex-basis: 15%;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 24px;
    margin: 0px 10px 10px 0;
}

.card-statistics {
    flex: 1;
    flex-basis: 25%;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 0.375rem;
    background-color: #fff;
    background-clip: border-box;
    padding: 15px 25px;
    margin: 0px 10px 10px 0;
    height: 270px;
    max-width: 32.3333%;
}

.card-statistics .card-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border: 0;
    padding: 0;
    align-items: center;
}

.card-statistics .card-details .detail-item {
    display: flex;
    width: 100%;
    padding: 3px 0;
    align-items: center;
}

.card-statistics .card-details .detail-item .title {
    width: 50%;
    text-align: right;
    padding-right: 4px;
    font-size: 12px;
    letter-spacing: 0.03px;
    color: #8898aa;
}

.card-statistics .card-details .detail-item .value {
    width: 50%;
    padding-left: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #0d0d0d;
}

.card-statistics .card-header .card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #0d0d0d;
    margin: 0;
}

.card-stats:not(:first-child) {
    margin-left: 0;
}

.card-icon {
    width: 20%;
    display: flex;
    border-radius: 50%;
    max-width: 60px;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
    max-height: 60px;
    color: white;
    height: fit-content;
    aspect-ratio: 1/1;
}

.card-icon i {
    margin: auto;
}

.blue-back {
    background-image: linear-gradient(136deg, #41c5d8 16%, #026b7a 89%);
}

.green-back {
    background-image: linear-gradient(136deg, #54d59d 16%, #2dce89 53%, #009e58 89%);
}

.orange-back {
    background-image: linear-gradient(136deg, #fb9d71 16%, #f63a14 89%);
}

.red-back {
    background-image: linear-gradient(136deg, #fe8268 16%, #d50932 89%);
}

.l-orange-back {
    background-image: linear-gradient(136deg, #f8bf50 16%, #ff682e 89%);
}

.card-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.card-icon svg path,
.card-icon svg circle {
    stroke: #fcfcfc;
}

.card-info {
    max-width: 200px;
    margin-right: 15px;
}

.card-info .card-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0.04px;
    color: #8898aa;
    min-height: 45px;
}

.card-info span {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #0d0d0d;
}

.table-description {
    font-size: 20px !important;
    text-align: center;
}

.table-id {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: #00a094;
}

.custom-titled-box {
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #e4f6f6;
    padding: 16px 24px;
    position: relative;
}

.box-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: #0d0d0d;
    margin-bottom: 10px;
}

.box-title-lg {
    font-size: 20px;
}

.box-description {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.03px;
    color: #8898aa;
}

.box-description-lg {
    font-size: 14px;
}

.drag-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 6px;
    border: solid 1px #8898aa;
    width: 100%;
    height: 100%;
}

.drag-area-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-color: #fcfcfc;
    padding: 25px;
    position: relative;
}

.remove-image {
    position: absolute;
    right: 5px;
    top: 5px;
    background: 0;
    outline: 0 !important;
    border: 0;
    font-weight: 100;
    font-size: 13px;
    cursor: pointer;
    display: none;
}

.remove-image.show {
    display: block;
}

.drag-area .icon {
    font-size: 100px;
    color: #fff;
}

.drag-area header {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    color: #8898aa;
    width: 100%;
}

.drag-area span {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0 15px 0;
}

.drag-area button {
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    background: #fff;
    color: #0fb8ac;
    border-radius: 5px;
    cursor: pointer;
}

.drag-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.drag-area-back {
    background-repeat: no-repeat;
    background-size: cover;
    height: 326px;
    background-position: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(131, 228, 219, 0.5);
    border: 0;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: #00a094;
    padding: 3px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #00a094;
}

.select2-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.select2-selection.select2-selection--multiple {
    padding-top: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    color: #8e9dae;
}

.bg-white-transparent {
    background-color: rgba(228, 246, 246, 0.37) !important;
    border-radius: 6px;
}

.text-primary {
    color: #82b4b0 !important;
}

.header-note {
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #fcfcfc;
    padding: 20px 0;
    width: 75%;
    margin: auto;
}

.submit-note {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.03px;
    text-align: center;
    color: #8898aa;
}

.form-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0.04px;
    color: #8898aa;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 0;
}

.input-group:has(> input:disabled) .input-group-text,
input:disabled {
    background-color: #f6f9fc !important;
}

.swal-error .swal2-popup {
    padding: 25px;
    border-bottom: 8px solid transparent;
    background: linear-gradient(to left, #fff 100%, #fff 0%) padding-box,
    linear-gradient(to left, #fb6340 100%, #f5365c 0%) border-box;
}

.swal-success .swal2-popup {
    padding: 25px;
    border-bottom: 8px solid transparent;
    background: linear-gradient(to left, #fff 100%, #fff 0%) padding-box,
    linear-gradient(91deg, #54d59d 16%, #2dce89 52%, #009e58 87%);
}

.swal-error .swal2-popup .swal2-title,
.swal-success .swal2-popup .swal2-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    text-align: left;
    color: #0d0d0d;
}

.swal-error .swal2-html-container,
.swal-success .swal2-html-container {
    font-size: 14px;
    text-align: left;
    line-height: 1.43;
    margin: 0;
    color: #0d0d0d;
}

.swal-error .swal2-popup .swal2-styled.swal2-confirm,
.swal-error .swal2-popup .swal2-styled.swal2-confirm:hover {
    outline: 0 !important;
    display: inline-block;
    background-color: unset;
    background-image: linear-gradient(90deg, #00a094 16%, #017771 90%);
    font-size: 12px;
}

.swal-error .swal2-popup .swal2-styled.swal2-cancel,
.swal-error .swal2-popup .swal2-styled.swal2-cancel:hover {
    outline: 0 !important;
    display: inline-block;
    background-color: unset;
    background-image: linear-gradient(90deg, #f58e77 16%, #fb6340 90%);
    font-size: 12px;
}

.custom-vertical-nav {
    display: block;
}

.custom-vertical-nav .nav-item {

}

.custom-vertical-nav .nav-item .nav-link {
    display: flex;
    margin-bottom: 20px !important;
    position: relative;
}

.custom-vertical-nav .nav-item .nav-link .nav-number {
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #0d0d0d;
    margin-right: 15px;
}

.custom-vertical-nav .nav-item .nav-link.active .nav-number {
    color: #00abb1;
}

.navbar-collapse.hide-web .navbar-nav .nav-link.active {
    position: relative;
}

.custom-vertical-nav .nav-item .nav-link.active:before,
.navbar-collapse.hide-web .navbar-nav .nav-link.active:before {
    position: absolute;
    content: '';
    top: .25rem;
    bottom: .25rem;
    left: -25px;
    width: 4px;
    border: 0;
    background-image: linear-gradient(177deg, #00a094 16%, #017771 90%);
}

.navbar-collapse.hide-web .navbar-nav .nav-link.active:before {
    left: -10px;
}

.custom-vertical-nav .nav-item .nav-link.active:after {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 1px;
    right: 9px;
    content: '';
    background-image: url("../images/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: .5s ease-in-out;
}

.custom-vertical-nav .nav-item .nav-link.done:after {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 9px;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    transition: .5s ease-in-out;
    background-image: url("../images/icons/verification-rond.svg");
}

.custom-vertical-nav .nav-item .nav-link.disabled {
    pointer-events: none;
}

.custom-vertical-nav .nav-item .nav-link .nav-info {
    max-width: 80%;
}

.custom-vertical-nav .nav-item .nav-link .nav-info .nav-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #0d0d0d;
}

.custom-vertical-nav .nav-item .nav-link .nav-info .nav-description {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.04px;
    color: #8898aa;
}

.scrollable .card-body {
    height: 100%;
    overflow: scroll;
}

.scrollable .card-body,
.scrollable .card,
.scrollable .tab-pane.active {
    height: 100%;
}

.info-note {

}

.info-note .note-title {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.04px;
    color: #8898aa;
}

.info-note .note-description {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.03px;
    color: #8898aa;
}

.form-control[readonly] {
    background-color: #fff !important;
}

.form-control.select2:disabled + .select2-container,
.select2-container--default.select2-container--disabled .select2-selection--single {
    background: #f6f9fc !important;
}

.section-grey {
    border-radius: 12px;
    background-color: #f2f5f8;
    padding: 12px 23px 24px 24px;
}

.section-header {
    width: 100%;
    margin-bottom: 15px;
}

.section-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0.04px;
    color: #8898aa;
}

.section-description {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.03px;
    color: #8898aa;
}

.section-body {
    width: 100%;
    padding: 0 15px
}

.col-cnt-3 {
    column-count: 3;
}

.col-cnt-4 {
    column-count: 4;
}

.col-cnt-5 {
    column-count: 5;
}

.col-cnt-6 {
    column-count: 6;
}

.col-cnt-4 .form-group {
    display: inline-block;
}

.horizontal_list_image .drag-area-back {
    height: 150px;
    width: auto;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-input-checkbox:checked ~ .custom-control-label::before {
    border: 6px solid transparent;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-input-checkbox:checked ~ .custom-control-label::before {
    background: linear-gradient(101deg, #fff 16%, #fff 87%) padding-box, linear-gradient(101deg, #00a094 16%, #017771 87%) border-box;
}

.iti {
    width: 100%;
    display: block;
}

.btn-custom-icon {
    font-size: 20px;
    font-weight: 100;
    margin-right: 10px;
    line-height: 1;
}

.btn-flex-center {
    align-items: center;
    display: flex;
    width: fit-content;
    margin: 0 auto;
}

.flex-center {
    align-items: center;
    display: flex;
}

.header-btns {
    text-align: center;
    margin: 10px 0;
}

.btn-toggle:hover {
    color: initial;
}

.d-mb {
    display: none !important;
}

.card.min-h-full {
    min-height: calc(100vh - 150px);
}

#heat-map {
    height: 600px !important;
    width: 100% !important;
}

.form-filter .select2-container {
    max-height: 38px !important;
    padding-top: 3px !important;
    text-align: left !important;
    /*height: fit-content!important;*/
    /*padding: 0!important;*/
    /*padding-top: 10px!important;*/
    /*padding-bottom: 10px!important;*/
}

.form-filter .select2-selection__arrow {
    top: 5px !important;
}

.select2-container--default .select2-selection--single {
    margin-bottom: 0 !important;
    /*height: 44px;*/
    border: 1px solid #cad1d7;
}

.new-list-row .select2-container--default .select2-selection--single,
.new-group .select2-container--default .select2-selection--single {
    height: 44px;
}

.btn-icon {
    display: inline-flex;
}

.btn-icon .btn-inner--text:not(:first-child) {
    margin-left: .75em;
}

.btn-icon .btn-inner--icon img {
    width: 20px;
}

.mobile-menu {
    display: none;
}

.btn-inner--icon i {
    margin-right: .5rem;
}

.landing-banner {
    margin-top: 50px;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin: 0 !important;
    padding: 25px 15px;
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk h2 {
    margin: 0 !important;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    margin-right: 10px;
}

.fc .fc-button-group > .fc-button {
    border: 1px solid transparent;
    border-radius: 4px;
    background: linear-gradient(101deg, #fff 16%, #fff 87%) padding-box, linear-gradient(101deg, #00a094 16%, #017771 87%) border-box;
    color: #00a094;
    padding: 0;
    width: 48px;
    height: 44px;
}

.fc .fc-button-primary:hover {
    background: linear-gradient(101deg, #00a094 16%, #017771 87%) padding-box, linear-gradient(101deg, #00a094 16%, #017771 87%) border-box;
    color: #fff;

}

.circle-event .fc-event .fc-event-main {
    z-index: 2;
    position: absolute !important;
    bottom: 30px;
    width: 100%;
}

.circle-event {
    position: absolute !important;
    bottom: 15px;
    width: 100%;
    border-radius: 50% !important;
    text-align: center;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: unset !important;
}

.circle-event:after {
    content: "";
    clear: both;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 0 !important;
    border-radius: 50%;
    background: #00a094 !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    position: unset !important;
}

.fc .fc-daygrid-event-harness:has(.circle-event) {
    flex: auto;
    height: 100%;
}

div[class*='custom-md-'],
div[class*='custom-1200-'] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

}

.custom-1200-4,
.custom-1200-8 {
    max-width: 100%;
    flex: 0 0 100%;
}

.sidebar-bg {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 25;
    top: 0;
    left: 0;
    display: none;
}

.d-mb-inline-block {
    display: none !important;
}

.flex-between {
    display: flex;
    font-size: .875rem;
    justify-content: space-between;
    min-width: 250px;
    padding: 8px 0;
}

.font-bold {
    font-weight: bold;
}

.d-xs {
    display: none !important;
}

.card-stats .h4 {
    max-width: min-content;
    word-break: break-word;
}

.section:has(.row) {
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-menu .btn-inner--icon i {
    margin: 0;
}

.form-title-2 {
    margin-bottom: 20px;
    font-size: 18px;
}

.nav-tab-data {
    display: none;
}

.nav-tab-data.active {
    display: block;
    position: relative;
}

.input-nav-tabs .nav-item {
    background-color: #dee2e6;
    padding: 0.2rem 1.019rem 1.4rem 1.019rem;
    border-radius: 30px 30px 5px 5px;
    margin-bottom: -20px;
    margin-right: 5px;
}

.input-nav-tabs .nav-item:has(a.active) {
    background-color: #00a094;
}

.input-nav-tabs .nav-item:has(a.active) a {
    background-color: unset;
    border-color: transparent;
    border-bottom: 0;
    color: #e4f6f6;
}

.input-tabs {
    margin-top: -1px;
    position: relative;
    border-radius: 4px;
    border: solid 1px #00a094;
}

.input-nav-tabs a {
    vertical-align: middle;
    display: flex;
    font-size: 0.8rem;
    padding-top: 0;
    color: #525f7f;
}

.input-nav-tabs {
    border: 0;
}

.custom-fa {
    background: black;
    padding: 2px;
    font-size: 13px;
    border-radius: 4px;
    color: white;
    margin-right: 3px;
}

.summary-card-info {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.43 !important;
    letter-spacing: 0.04px;
    color: #8898aa !important;
}

.summary-card-value {
    font-size: 20px !important;
    font-weight: 600 !important;
    min-height: unset !important;
    line-height: 1.5;
    color: #0d0d0d !important;
}

.custom-dropdown .dropdown-menu {
    text-align: center;
    padding: 5px 15px;
    min-width: max-content;
}

.custom-dropdown hr {
    margin: 20px -15px;
}

.custom-dropdown .menu-title {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04px;
    color: #212529;
    margin: 5px 0;
}

.custom-dropdown .dropdown-item {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.23px;
    color: #00827b;
}

.templates {
    display: flex;
    margin-left: 15px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.templates::-webkit-scrollbar {
    width: 5px;
}

.templates-list {
    border-right: solid 1px #00a094;
    margin-right: 20px;
    padding-right: 5px;
}

.temp-toolbar {
    position: absolute;
    top: 16px;
    z-index: 99;
    left: 0;
    left: 40px;
    max-width: calc(90% - 40px);
    display: flex;
    align-items: center;
}

.temp-title {
    font-size: 13px;
    color: grey;
}

.temp-btn {
    outline: 0 !important;
    font-size: 0.875rem;
    background: 0;
    border: 0;
    border-radius: 15px;
    padding: 4px 5px;
    margin: 0 5px;
    cursor: pointer;
}

.temp-btn.active {
    color: #0d0d0d;
    font-weight: 600;
}

.temp-actions {
    margin-left: auto;
    text-align: right;
    margin-top: 15px;
}

.temp-action {
    background: unset;
    outline: 0 !important;
    border: 0;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px 10px;
    color: #fcfcfc;
}

.save-temp {
    box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    background-color: #21b975;
}

.delete-temp {
    box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    background-color: #d50932;
}

.temp-action:disabled {
    cursor: not-allowed;
    background-color: #dee2e6 !important;
    color: #adb5bd !important;
}

.create-temp {
    outline: 0 !important;
    background: 0;
    border: 0;
    font-size: 13px;
    border-radius: 15px;
    padding: 4px 15px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    background: linear-gradient(to bottom, #fcfcfc, #fcfcfc) padding-box, linear-gradient(101deg, #00a094 16%, #017771 87%) border-box;
    color: #00827b;
}

.description-box {
    background-color: #f2f5f8;
    padding: 1.5rem;
}

.description-box .form-control-label {
    font-size: 0.875rem;
    color: #212529;
    margin-bottom: 1rem;
}

.nav-tab-data .tox-tinymce {
    border: 0 !important;
    border-radius: 4px !important;
}

.nav-tab-data .tox-editor-header {
    padding: 10px 0 !important;
    border-bottom: solid 1px #00a094 !important;
}

.nav-tab-data .tox:not(.tox-tinymce-inline) .tox-editor-header {
    box-shadow: unset !important;
}

.cke {
    border-radius: 5px !important;
}

.cke_inner.cke_reset {
    border-radius: 5px !important;
    overflow: hidden !important;
}

.cke_bottom {
    border-radius: 0 0 5px 5px !important;
    background: white !important;
    border-top: 0 !important;
}

.cke_top {
    background-color: #fff !important;
    border-bottom: none !important;
    box-shadow: 0 2px 2px -2px rgba(34, 47, 62, .1), 0 8px 8px -4px rgba(34, 47, 62, .07) !important;
    border-radius: 5px 5px 0 0 !important;
    display: inline-block !important;
    width: 100% !important;
    margin: 0 !important;
}

.tox.tox-silver-sink.tox-tinymce-aux,
.cke_emoji-panel {
    z-index: 999999 !important;
}

.nav-tab-data .tox-toolbar__primary {
    background: unset !important;
}

.temp-btn.active .btn-icon-circle {
    background-image: url('../images/icons/radio.svg');
    background-size: contain;
    border: 0;
    background-repeat: no-repeat;
}

.btn-icon-circle {
    border-radius: 10px;
    border: solid 1px #dee2e6;
    width: 20px;
    height: 20px;
    display: inline-flex;
    vertical-align: top;
    margin-right: 10px;
}

.btn-temp-edit {
    display: none;
    margin-left: 7px;
    color: #8898aa;
    font-size: 16px;
    align-items: center;
    cursor: pointer;
}

.temp-btn-div {
    padding: 0 10px;
}

.temp-btn-div:hover .btn-temp-edit {
    display: inline-flex;
}

.edit-temp-div {
    display: none;
}

.edit-temp-div input {
    width: 220px;
    padding-left: 5px;
    border-radius: 4px;
    box-shadow: 3px 4px 8px 0 rgba(1, 119, 113, 0.1);
    border: 2px solid transparent;
    background: linear-gradient(to bottom, #fcfcfc, #fcfcfc) padding-box,
    linear-gradient(102deg, #00a094 16%, #017771 87%) border-box;
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*border-image-source: linear-gradient(102deg, #00a094 16%, #017771 87%);*/
    /*border-image-slice: 1;*/
    /*background-origin: border-box;*/
    /*background-clip: content-box, border-box;*/
}

.temp-save-btn,
.temp-cancel-btn {
    width: 1.667rem;
    height: 1.667rem;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-size: 12px;
    border: 0;
    outline: 0 !important;
    margin: 0 3px;
    cursor: pointer;
}

.temp-save-btn {
    background-image: linear-gradient(136deg, #2dce89 16%, #2dce89 89%);
}

.temp-cancel-btn {
    background-color: #f5365c;
}

.form-info {
    font-size: .8125rem;
    padding-left: 10px;
    display: block;
    margin-bottom: -10px;
    margin-top: 3px;
}

.sticky-right {
    position: sticky;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(248 250 252 / 60%) 5%, #f8fafc 20%) !important;
}

.custom-tabs {
    display: flex;
    flex-wrap: wrap;
}

.custom-radio-tab .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio-tab .custom-control-input:checked ~ .custom-control-label::after,
.custom-radio-tab .custom-input-checkbox:checked ~ .custom-control-label::before,
.custom-radio-tab .custom-input-checkbox:checked ~ .custom-control-label::after,
.custom-radio-tab .custom-control-label::after,
.custom-radio-tab .custom-control-label::before {
    display: none;
}

.custom-radio-tab {
    padding-left: 0;
}

.custom-radio-tab .custom-control-input ~ .custom-control-label,
.custom-radio-tab .custom-input-checkbox ~ .custom-control-label {
    background-color: #dee2e6;
    padding: 0.4rem 1.5rem 1.4rem 1.5rem;
    border-radius: 30px 30px 5px 5px;
    margin-bottom: -20px;
    margin-right: 5px;
}

.custom-radio-tab .custom-control-input:checked ~ .custom-control-label,
.custom-radio-tab .custom-input-checkbox:checked ~ .custom-control-label {
    background: #01a094;
    color: white;
}

.price-input {
    position: relative;
}

.input-currency {
    position: absolute;
    left: 15px;
    top: 8px;
    font-weight: 600;
    font-size: 20px;
}

.price-input input {
    box-shadow: none;
    border: 1px solid;
    text-align: center;
    font-size: 18px;
}

.calculated-price-input .input-currency {
    /* color: #01a094; */
    /* left: 0; */
}

.calculated-price-input input {
    /* border: 0; */
    /* text-align: left; */
    /* padding-left: 50px; */
    /* font-weight: 600; */
    font-size: 18px;
    color: black;
}

.calculated-price-input input[readonly]:focus {
    box-shadow: unset;
    color: black;
}

.prices-box {
    margin-top: -12px;
    position: relative;
    border-radius: 4px;
    border: solid 1px #00a094;
    background: white;
    padding: 15px;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.modal-order-body {
    padding: 25px !important;
}

.modal-order-header {
    display: flex;
    justify-content: space-between;
}

.header-sec-title {
    font-size: 14px;
}

.header-sec-value a {
    font-size: 14px;
}

.badge-temp {
    color: #dfaa40;
    background-color: rgb(223 170 64 / 20%);
}

.modal-order-body .card-body {
    margin-top: 15px;
    padding: 0.5rem 0;
}

.modal-order-footer {
    box-shadow: 0px -5px 11px #999;
    /* margin-top: 100px; */
    justify-content: space-between;
}

.order-footer {
    font-weight: 800;
    color: #3eb0a5;
}

.modal-order-footer .btn-link {
    background: linear-gradient(129deg, #00a094 16%, #017771 88%) padding-box,
    linear-gradient(129deg, #00a094 16%, #017771 88%) border-box;
    color: white !important;
    width: 150px;
    border-radius: 10px;
}

.modal-order-footer .footer-btns {
    text-align: right;
}

.btn-padding {
    padding: .625rem 1.25rem;
}

.header-sec-value span {
    font-size: 14px;
}

.item-row {
    width: auto;
    justify-content: space-between;
}

.order-item-details {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.item-info {
    width: 85%;
    display: inline-flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.order-item-desc p {
    margin-bottom: 0;
}

.mb-5p {
    margin-bottom: 5px;
}

.order-item {
    background: #f2f2f2;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.item-image {
    width: 15%;
    border-radius: 10px;
    padding-right: 15px;
    max-height: 120px;
}

img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-name {
    font-weight: bold;
    color: black;
}

.item-id span {
    font-size: 15px;
}

.item-price {
    font-weight: 600;
    text-align: right;
}

.color-green {
    color: #309f93;
}

.item-price-secondary {
    font-weight: 100;
    text-align: right;
}

span.text-crossed {
    text-decoration: line-through;
    font-weight: 400;
}

.record-input .time-input {
    margin-bottom: 10px;
}

.record-inline-input {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.record-input .record-input-child:nth-of-type(1) {
    order: 1;
}

.record-input .record-input-child:nth-of-type(2) {
    order: 2;
}

.record-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    background-color: #f2f2f2;
    padding: 10px 15px;
    justify-content: space-between;
    gap: 10px;
    margin: 0px 10px;
    border-radius: 15px;
    max-height: 270px;
    margin-bottom: 15px;
}

.record-input.record-box {
    align-self: center;
}

.record-image {
    max-width: 5%;
}

.record-image img {
    height: 100%;
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.record-input .form-group {
    margin-bottom: 10px;
}

.record-image .form-group {
    margin-bottom: 0;
    height: 100%;
}

.record-image-box {
    height: calc(100% - 60px);
    text-align: center;
}

.record-image-box {
}

.record-description {
    width: 35%;
    max-width: unset;
}

.edit-image input {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    height: 100%;
    cursor: pointer;
}

button.edit-image {
    position: relative;
    border: 0;
    outline: 0;
    background: 0;
    color: #01a094;
    cursor: pointer;
    padding: 0;
}

.record-input span.input-currency {
    top: 12px;
    right: 10px;
    left: unset;
    font-size: 15px;
}

.record-input .price-input input {
    text-align: left;
    font-size: 15px;
    border-color: rgba(50, 151, 211, .25);
}

.record-input label {
    font-size: 13px;
}

.record-input .input-group.time-input {
    margin-bottom: 15px;
}

.publish-btn, .duplicate-btn {
    width: 100%;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    margin-right: 0 !important;
    margin-bottom: 10px;
}

.duplicate-btn i, .publish-btn i {
    position: absolute;
    right: 10px;
    top: 13px;
}

.input-group-label {
    width: 100%;
    background: transparent;
    border: 1px solid;
    border-color: rgba(50, 151, 211, .25);
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 13px;
    color: grey;
}

.time-input .input-group-text {
    border-top: 0;
    border-radius: 0px 0px 0px 5px !important;
    padding-top: 0;
    border-right: 0;
    padding-bottom: 0;
    background: unset;
}

.time-input.input-group.time-input input {
    border-top: 0;
    padding-top: 0;
    height: auto;
    border-radius: 0px 0px 5px 0px;
}

.record-input .input-group-prepend {
    border-radius: 0px 0px 0px 0px;
}

.delete-image {
    border: 0;
    outline: 0 !important;
    color: #c20000;
    background: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.delete-image:disabled, .edit-image:disabled {
    cursor: no-drop;
    color: grey;
}

.card:has(.max-70v),
.card:has(.max-80v) {
    overflow: hidden;
}

.max-70v {
    max-height: 70vh;
    min-height: 50vh;
    overflow: scroll;
}

.max-80v {
    max-height: 80vh;
    overflow: scroll;
    min-height: 50vh;
}

.height-80v {
    height: 80vh;
    overflow: scroll;
}

.inline-inputs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.form-inline-input {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 15px;
}

.form-inline-input.inline-4 {
    justify-content: space-between;
}

.form-inline-input.inline-4 > div {
    flex-basis: 25%;
    align-self: center;
}

span.label-hint {
    display: block;
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 5px;
}

.text-hint {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.price-input.right .input-currency {
    right: 10px;
    left: unset;
    font-size: 15px;
    top: 12px;
}

.record-image-box img {
    width: 100%;
    object-fit: cover;
}

.price-input.right input {
    text-align: left;
}

.button-cover {
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

.button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    top: 50%;
    width: 80px;
    height: 45px;
    margin: 0;
    overflow: hidden;
}

.button.r,
.button.r .layer {
    border-radius: 100px;
}

.button.b2 {
    border-radius: 2px;
    margin-left: 20px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-image: linear-gradient(103deg, #00a094 16%, #017771 87%);
    transition: 0.3s ease all;
    z-index: 1;
    border-radius: 50px;
}

.toggle-switch .knobs:before,
.toggle-switch .knobs:after,
.toggle-switch .knobs span {
    position: absolute;
    top: 7px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 30px;
    transition: 0.3s ease all;
}

.toggle-switch .knobs:before {
    content: "";
    left: 4px;
    background-color: #cffffb;
}

.toggle-switch .knobs:after {
    content: "AR";
    right: 5px;
    color: white;
}

.toggle-switch .knobs span {
    display: inline-block;
    left: 4px;
    color: #03857d;
    z-index: 1;
}

.toggle-switch .checkbox:checked + .knobs span {
    color: white;
}

.toggle-switch .checkbox:checked + .knobs:before {
    left: 45px;
}

.toggle-switch .checkbox:checked + .knobs:after {
    color: #05867e;
}

.inline-title {
    display: flex;
}

.inline-title > h3 {
    align-self: center;
}

.expand-btn {
    position: absolute;
    right: 20px;
    top: 50px;
    font-weight: 100;
    font-size: 12px;
}

.time-input .flatpickr-wrapper {
    border-left: 0;
    border-top: 0;
    width: 100%;
}

.input-group-prepend input.no-icon {
    border-top: 0;
    padding-top: 6px;
    padding-bottom: 0;
    height: auto;
    border-radius: 0px 0px 5px 5px;
}

.time-input .flatpickr-wrapper input {
    border-top: 0;
    border-left: 0;
    border-radius: 0px 0px 5px 0px !important;
    padding: 0;
    padding-bottom: 0px;
    max-height: 100%;
    background: transparent !important;
}

.action-btns .edit-record, .action-btns .delete-record {
    outline: 0 !important;
    border: 0;
    font-size: 20px;
    cursor: pointer;
}

.action-btns .edit-record {
    color: #01a094;
}

.action-btns .delete-record {
    color: #c20000;
}

.action-btns {
    text-align: center;
}

.time-input .input-group-prepend {
    max-height: 30px;
    max-width: 100%;
    width: 100%;
}

.swal2-container {
    z-index: 999999 !important;
}

.inline-title .custom-checkbox {
    align-self: center;
}

.card-footer {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.selected-counter {
    align-self: center;
    font-size: 18px;
}

.card-footer .btn {
    font-size: 15px;
}

.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto;
}

.has-spinner.btn.active .spinner {
    min-width: 20px;
}

.actions-horizontal {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.time-input:has(input:disabled) .input-group-label,
.time-input:has(input:disabled) .input-group-prepend {
    background: #f7f9fc;
}

.time-input:has(input.is-invalid) .input-group-label,
.time-input:has(input.is-invalid) .input-group-text,
.time-input:has(input.is-invalid) .flatpickr-wrapper input,
.time-input:has(input.is-invalid) .input-group-prepend input.no-icon {
    border-color: #fb6340;
}

.record-input .input-group-label,
.record-input .input-group-prepend {
    background: white;
}

#video-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.rotate-btn {
    position: absolute;
    color: white;
    bottom: 20px;
    right: 5px;
    border: 0;
    background: 0;
    outline: 0 !important;
    width: 40px;
    transition: .5s;
}

.rotate-btn.switch-cam {
    transform: rotateY(180deg);
}

.record-image-box .inline-btns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    text-align: center;
}

.template-modal-image .record-image-box img {
    aspect-ratio: 16/9;
}

.card-body:has(.table-responsive) {
    padding: 0;
}

.edit-image input:disabled {
    opacity: 0 !important;
    cursor: no-drop;
}

.tox.tox-silver-sink.tox-tinymce-aux:has(.tox-dialog-wrap) {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #fb6340 !important;
}

.tox-tinymce.is-invalid,
.cke.cke.is-invalid {
    border-width: 1px;
    border-color: #fb6340;
}

.tox.tox-tinymce--toolbar-bottom:has(.tox-toolbar__primary) .tox-editor-header {
    display: flex;
}

.floating-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 17px;
    line-height: 1;
    background: linear-gradient(170deg, #00a094 16%, #017771 87%) !important;
    width: 120px;
    height: 60px;
    color: white;
    border-radius: 30px;
    box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11);
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    z-index: 99999999;
}

.floating-btn img {
    width: 25px;
    height: 25px;
    margin-right: 13px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.p-inline-inputs {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
}

.publish-row .record-input:nth-of-type(1) {
    order: 1
}

.publish-row .record-input:nth-of-type(2) {
    order: 2
}

.publish-row .record-input:nth-of-type(3) {
    order: 3
}

.publish-row .record-input:nth-of-type(4) {
    order: 4
}

.publish-row .record-input:nth-of-type(5) {
    order: 5
}

.publish-row .record-input:nth-of-type(6) {
    order: 6
}

.publish-row .record-input:nth-of-type(7) {
    order: 7
}

.publish-row .record-input:nth-of-type(8) {
    order: 8
}

.publish-row .record-input:nth-of-type(9) {
    order: 9
}

.catalog-radio {
    width: 100%;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 10px;
    border: 1px solid #d3f2ef;
    margin-bottom: 10px;
}

.catalog-radio .catalog_count {
    float: right;
    font-size: 15px;
}

.catalog-radio .custom-control-label {
    width: 100%;
}

.catalog-radio .catalog_time {
    margin-left: 5px;
    font-size: 16px;
}

.catalog-radio:has(input:checked) {
    background: #d3f2ef;
}

.custom-radio.catalog-radio .custom-control-input:checked ~ .custom-control-label::before {
    border: 0px solid transparent;
    background: black;
    border-color: white;
    color: black;
}

.catalog-radio i {
    font-size: 16px;
    margin-left: 10px;
    line-height: 1;
}

.catalog_title {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
}

.catalog_message {
    text-align: left;
    margin-top: 10px;
}

.catalog_sec_title {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}

.swal-catalog .swal2-popup .swal2-styled.swal2-confirm {
    background-color: unset;
    background-image: linear-gradient(103deg, #00a094 16%, #017771 87%) !important;
    font-size: 14px;
    outline: 0 !important;
    box-shadow: unset !important;
}

.swal-catalog .swal2-deny.swal2-styled {
    background: white !important;
    color: #e65000;
    border: 1px solid #e65000;
    font-size: 14px;
    outline: 0 !important;
    box-shadow: unset !important;
}

.swal-catalog .swal2-actions {
    margin: unset;
    padding: 0 25px;
    margin-top: 0;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

#order-items-list {
    height: 350px;
    overflow: scroll;
}

.footer-disclaimer {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: -15px;
    display: none;
}

.footer-disclaimer span.badge-warning {
    color: white;
    background-color: rgb(255 77 37 / 80%);
}

#modal-order .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

#modal-order .close span {
    font-size: 25px;
}

#list-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 99999;
    top: 0;
    left: 0;
    align-items: center;
    display: flex;
    place-content: center;
    opacity: 0;
    transform: translateY(-950px);
    transition: .5s ease-out;
}

#list-loader.active {
    transform: translateY(0px);
    opacity: 1;
    transition: .5s ease-in;
}

#templates-list {
    max-height: 67vh;
    min-height: 50vh;
    overflow: scroll;
}

#templates-list:has(#list-loader.active) {
    overflow: hidden;
}

#list-loader .fa-spinner {
    font-size: 60px;
    color: #038980;
}

.page-tutorial-link {
    margin-left: 5px;
    background: #0f8b83;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: text-bottom;
    font-size: 14px;
    padding-top: 5px;
    border-radius: 50px;
    cursor: pointer;
}

.video-container {
    width: 100%;
    margin: 0 auto;
}

video {
    width: 100%;
    display: block;
}

.controls {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.controls button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

.custom-navbar-toggler {
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem;
    border: 1px solid transparent;
    border-radius: .375rem;
    background-color: transparent;
    color: rgba(255, 255, 255, .95);
    border-color: transparent;
    outline: 0 !important;
    cursor: pointer !important;
}

.custom-navbar-toggler .navbar-toggler-icon {
    display: block !important;
}

.navbar-vertical.nav-hidden {
    transform: translateX(-250px);
    transition: ease-out 0.5s;
}

.navbar-vertical.navbar-expand-md.nav-hidden + .main-content {
    margin-left: 0 !important;
    transition: ease-out .5s;
}

.custom-navbar-closer {
    background: transparent;
    border: 0;
    outline: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30;
    font-size: 20px;
    cursor: pointer;
}

.navbar-vertical.navbar-expand-md > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
}

.navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
    overflow: scroll;
}

.navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 2.5rem;
}

.navbar-vertical.navbar-expand-md .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
    max-width: 100%;
}

.navbar-vertical.navbar-expand-md .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-bottom: 55px;
}

.navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
}

.navbar-vertical.navbar-expand-md .navbar-nav .nav-link,
.bottom-nav .nav-link {
    padding: .65rem 1.5rem;
}

.bottom-nav .nav-link {
    position: relative;
}

.bottom-nav .nav-link i {
    font-size: 20px;
}

.navbar-vertical.navbar-expand-md .navbar-brand {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.navbar-vertical.navbar-expand-md {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    /* padding-right: 1.5rem; */
    /* padding-left: 1.5rem; */
}

.navbar-vertical::-webkit-scrollbar {
    display: none;
}

.btn-circle-icon {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    margin-top: 4px;
}

.btn-circle-icon.delete-row,
.btn-circle-icon.delete-row-m {
    background: linear-gradient(90deg, #f58e77 16%, #fb6340 90%);
    color: white;
}

.btn-circle-icon.add-row,
.btn-circle-icon.add-row-m {
    background: linear-gradient(170deg, #00a094 16%, #017771 87%) !important;
    color: white;
}

.stats-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
}

.kpi-card .icon {
    float: right;
    font-size: 500%;
    position: absolute;
    top: 0rem;
    right: -0.3rem;
    opacity: .86;
    color: #027771;
}

.kpi-box {
    flex: 1;
    flex-basis: 33%;
    width: 100%;
    min-height: 120px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.kpi-box:nth-child(3n) {
    padding-right: 0;
}

.kpi-card {
    overflow: hidden;
    position: relative;
    box-shadow: 2px 3px 6px rgb(0 0 0 / 35%);
    display: grid;
    height: 100%;
    padding: 1em;
    border-radius: 0.3em;
    font-family: sans-serif;
    background: linear-gradient(170deg, #ffffff 16%, #bcbcbc 87%);
    word-wrap: break-word;
    /*margin: 0px 10px 10px 0;*/
    /* justify-content: space-around; */
    background: white;
}

.kpi-card:not(:first-child) {
    margin-left: 0;
}

.card-value {
    color: black;
    display: block;
    font-size: 150%;
    font-weight: bolder;
}

.card-text {
    color: black;
    display: block;
    font-size: 90%;
    padding-left: 0.2em;
    align-self: flex-end;
}

.card.stats-card {
    background: linear-gradient(170deg, #00a094b3 16%, #017771b3 87%);
    margin-top: 15px;
    background: white;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .35) !important;
}

.stats-card .card-header h2 {
    color: black;
}

.stats-card .card-header {
    padding-bottom: 15px;
}

.stats-card .dataTables_scrollHeadInner, .table {
    width: 100% !important
}

.stats-card .dataTables_scrollBody {
    min-height: 190px !important;
}

.stats-card .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0 !important;
}

.stats-card .table-responsive {
    margin-top: 15px;
}

.stats-card .thead-light th {
    background: rgb(244 244 244);
    color: black;
    font-size: 14px;
    border-color: rgb(0 0 0 / 80%);
}

.stats-card .table-striped tr {
    color: black;
}

.stats-card .table-striped tr td {
    font-size: 15px;
}

.stats-card .table-hover tbody tr:hover {
    background: rgb(255 255 255 / 30%);
}

.chart-select + .select2-container {
    height: 2rem;
}

.chart-select + .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.chart-select + .select2-container .select2-selection--single .select2-selection__arrow {
    height: 10px;
}

.chart-select + .select2-container .select2-selection.select2-selection--single {
    height: 30px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #d0e6f5;
}

.select2-container--open .select2-dropdown--below {
    border-color: #d0e6f5;
    top: -6px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: 0;
}

.chart-switch {
    margin: 0;
}

.form-group:has(.chart-select) {
    margin-bottom: 0;
}

.dataTables_scrollBody {
    min-height: 50vh;
}

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 31px;
}

.switch-90 {
    width: 90px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 5px;
    bottom: 3px;
    background-image: linear-gradient(103deg, #00a094 16%, #017771 87%);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-image: linear-gradient(103deg, #00a094 16%, #017771 87%);
}

input:focus + .slider {
    box-shadow: 0 0 1px #5e72e4;
}

input:checked + .slider:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(21px);
    transform: translateX(35px);
    background-image: unset;
    background-color: #cffffb;
}

.slider.round {
    border-radius: 34px;
}

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

.slider:after {
    content: "OFF";
    position: absolute;
    right: 6px;
    font-size: 14px;
    top: 5px;
    color: white;
    transition: .4s;
    -webkit-transition: .4s;
}

.switch-90 input:checked + .slider:after {
    transform: translateX(-50px);
}

.switch-90 input:checked + .slider:before {
    transform: translateX(55px);
}

.slider.custom-slider:after {
    content: attr(data-off) !important;
}

input:checked + .slider:after {
    content: "ON" !important;
    transform: translateX(-35px);
}

input:checked + .slider.custom-slider:after {
    content: attr(data-on) !important;
}

.pl-pr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cards-menu {
    width: 100%;
    background: #8b8b8b;
    display: flex;
    column-gap: 2px;
    border-radius: 5px 5px 0 0;
}

.cards-tab {
    font-size: 15px;
    color: #ffffff;
    background: #a9a9a9;
    height: 60px;
    width: 10%;
    align-content: center;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    min-width: 190px;
}

span.red-badge {
    background: #fed7d6;
    color: #941c1d;
    font-size: 12px;
    padding: 1px 5px;
    border-radius: 7px;
    font-weight: bold;
}

.cards-tab.active {
    background: white;
    color: black;
    font-weight: bold;
}

span.count-badge {
    color: white;
    background: #9fa3a3;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    align-content: center;
}

.inline-kpis, .menu-header, .menu-items {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.inline-kpis-container {
    display: block;
    column-count: 4;
    padding: 5px 30px;
    border: 1px solid #ececec;
    border-radius: 50px;
}

.kpi-block {
    display: flex;
    column-gap: 15px;
}

.kpi-title {
    font-size: 17px;
    align-content: center;
}

.kpi-value {
    font-size: 25px;
    font-weight: bold;
    align-content: center;
}

.cards-menu ~ .card {
    border-radius: 0 0 .375rem .375rem;
    border-top: 0;
    box-shadow: 0 30px 2rem 0 rgba(136, 152, 170, .15) !important;
}

.menu-header {
    position: sticky;
    top: -1.5rem;
    background: white;
    z-index: 9;
}

.menu-tabs {
    margin-top: 20px;
    display: flex;
    border-bottom: 1px solid #ececec;
}

.menu-tabs-scrollable {
    display: flex;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

.menu-tabs-title {
    height: 60px;
    min-width: fit-content;
    padding-right: 15px;
    font-size: 18px;
    font-weight: bold;
    align-content: center;
}

.menu-tab {
    padding: 0 20px;
    min-width: 200px;
    align-content: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.menu-tab.active::after {
    content: '';
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #459e94;
    display: block;
    position: absolute;
}

.menu-tab.active {
    font-weight: bold;
    background: linear-gradient(360deg, #def7f4, transparent);
}

.menu-bar {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 15px 0;
}

.menu-left-bar {
    display: flex;
    width: 70%;
    flex-wrap: nowrap;
    column-gap: 15px;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.menu-right-top-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.menu-hide {
    display: flex;
    gap: 10px;
    align-items: center;
}

.menu-duration {
    max-width: 120px;
}

.menu-right-bottom-bar {
    display: flex;
    flex-wrap: wrap;
}

.menu-right-bar {
    display: block;
    /* flex-wrap: nowrap; */
    width: 30%;
    padding-left: 15px;
}

.menu-filter {
    padding: 5px 10px;
    background: #fafafa;
    color: #a1a1a1;
    border-radius: 5px;
    cursor: pointer;
    transition: .2s ease-out;
    flex: 0 0 auto;
}

.menu-search {
    width: 70%;
    margin: 0;
    flex: 0 0 auto;
}

.menu-action {
    width: 30%;
    margin: 0;
    flex: 0 0 auto;
    padding-left: 10px;
}

.menu-action .btn-custom {
    width: 100%;
    height: 100%;
}

.menu-action .tooltip {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn:disabled:hover + .tooltip {
    visibility: visible;
    opacity: 1;
}

.menu-accordion {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 15px;
}

.menu-accordion i {
    margin-left: 10px;
    transition: .3s ease-in-out;
}

.menu-accordion-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}

.menu-accordion-content.hide {
    display: none;
}

.menu-item {
    display: inline-block;
    background: #fafafa;
    flex: 0 0 calc(20% - 25px);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 10px 15px #0000001f;
}

.menu-tabs-right {
    display: flex;
    gap: 10px;
    padding-bottom: 5px;
}

.menu-label {
    font-size: 12px;
    /* width: 110px; */
}

.menu-time {
    font-size: 15px;
    font-weight: bold;
}

.menu-hide-info {
    vertical-align: bottom;
    align-content: end;
    text-align: right;
    min-width: 105px;
    margin-right: 10px;
}

.menu-tabs-left {
    width: 100%;
    display: flex;
}

#hide_duration {
    padding: 5px;
    height: 35px;
    width: 120px;
}

.hide-offers {
    margin-bottom: 3px;
}

.menu-duration .input-currency {
    top: 10px !important;
}

.menu-item-img {
    /* border: 1px solid grey; */
    border-radius: 10px;
    height: 180px;
    text-align: center;
    background: white;
    overflow: hidden;
}

.menu-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu-item-details {
    margin-top: 10px;
}

.offer-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 18px;
    margin-bottom: 5px;
}

.offer-old-price {
    text-decoration: line-through;
    font-weight: bold;
    color: #d9d9d9;
    font-size: 17px;
}

.offer-price {
    color: #479e94;
    font-weight: bold;
    font-size: 17px;
}

.menu-title {
    margin-bottom: 15px;
}

.counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 2px solid #D7D7D7;
    border-radius: 20px;
    padding: 5px 0;
    box-sizing: border-box;
    margin-top: 15px;
    background: white;
}

.counter-btn {
    background-color: transparent;
    border: none;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    padding: 0 10px;
    position: relative;
    width: 40px;
    height: 30px;
}

.counter-value {
    font-size: 21px;
    font-weight: bold;
}

.counter-btn:focus {
    outline: none !important;
}

.counter-btn.decrement::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    left: 10px;
    background: black;
}

.counter-btn.increment::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    right: 10px;
    background: black;
    transform: rotate(90deg);
}

.counter-btn.increment::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    right: 10px;
    background: black;
}

.navbar-item.bottom-nav {
    position: fixed;
    bottom: 0;
    padding-left: 0;
    padding-bottom: 15px;
    background: white;
    max-width: 250px;
}

.bottom-nav hr {
    width: 80%;
}

.inline-space-between {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.graph-top-btn {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 30px;
    margin-top: -15px;
    background-image: linear-gradient(90deg, #00a094 16%, #017771 87%);
}

.center-container {
    width: 100%;
    height: 50vh;
    display: flex;
    text-align: center;
}

.center-div {
    margin: auto;
}

.loader {
    width: 100%;
    text-align: center;
    height: 40px;
    position: absolute;
    bottom: 100px;
    display: none;
}

#rules-list ~ .loader {
    bottom: 20px;
}

.loader i {
    font-size: 50px;
    color: #027872;
}

.order-card {
    width: 100%;
    background: #00a0951c;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.min-w-500 {
    min-width: 500px;
}

.scrollable-h {
    overflow-x: scroll;
    flex-wrap: nowrap;
}

.custom-list-table {
    width: 100%;
}

.custom-list-table td {
    padding-right: 20px;
    padding-bottom: 15px;
}

.custom-list-table .form-group {
    margin-bottom: 12px;
}

.slidedown-body-icon img {
    display: none !important;
}

.slidedown-body-icon {
    display: none !important;
}

.slidedown-body-message::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 0px;
    background-image: url('../images/notification_bell.png');
    width: 30px;
    height: 30px;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
}

.slidedown-body-message {
    position: relative !important;
    padding-left: 30px !important;
    width: 100% !important;
}

div#onesignal-slidedown-container {
    padding-top: 15px;
}

.slidedown-body-message br {
}

div#onesignal-slidedown-dialog {
    border-radius: 10px;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog button.slidedown-button.secondary {
    color: #01a094 !important;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.primary {
    background: #01a094 !important;
}

.dirham-symbol {
    font-family: 'UAESymbol', sans-serif;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
    vertical-align: bottom;
}

.period-switch {
    height: 100%;
}

.period-option {
    place-content: center;
    font-size: 12px;
    border-color: #00a094 !important;
    color: black;
}

.period-option.active, .period-option.active:hover, .period-option.active:active {
    background-color: #00a094 !important;
    border-color: #00a094 !important;
}

.period-option:active, .period-option:hover {
    background-color: unset !important;
    color: black;
}

@media (max-width: 1600px) {
    .menu-left-bar, .menu-search {
        width: 60%;
    }

    .menu-right-bar, .menu-action {
        width: 40%;
    }

    .menu-item {
        flex: 0 0 calc(25% - 25px);
    }

    .kpi-title {
        font-size: 15px;
    }

    .kpi-value {
        font-size: 22px;
    }
}

@media (max-width: 1400px) {
    .menu-item {
        flex: 0 0 calc(33% - 25px);
    }

    .offer-name, .menu-tabs-title {
        font-size: 16px;
    }

    .offer-old-price, .offer-price {
        font-size: 15px;
    }

    .menu-filter {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .custom-1200-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }

    .custom-1200-8 {
        max-width: 66.66667%;
        flex: 0 0 66.66667%;
    }

    .h-1200-85 {
        height: 85vh;
        overflow: scroll;
    }

    .disp-1200-none {
        display: none !important;
    }

    .navbar-mob.navbar-expand-md .navbar-toggler,
    .navbar-toggler-icon {
        display: none !important;
    }
}

@media (max-width: 1250px) {
    .header-today {
        display: none;
    }

    .kpi-title {
        font-size: 14px;
    }

    .kpi-value {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .navbar-vertical.navbar-expand-md.fixed-left {
        position: fixed;
        z-index: 999;
    }

    .custom-1200-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .mb-1200-30 {
        margin-bottom: 30px;
    }

    .mb-1200-20 {
        margin-bottom: 30px;
    }

    .custom-vertical-nav {
        display: flex;
        justify-content: center;
    }

    .custom-vertical-nav .nav-item .nav-link .nav-info {
        display: none;
    }

    .custom-vertical-nav .nav-item .nav-info {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }

    .custom-vertical-nav .nav-item:has(.nav-link.active) > .nav-info {
        display: block;
    }

    .custom-vertical-nav .nav-item .nav-link .nav-number {
        margin-right: 0;
    }

    .custom-vertical-nav .nav-item {
        margin: 0 10px;
    }

    .custom-vertical-nav .nav-item .nav-link.active:before {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
    }

    .custom-vertical-nav .nav-item .nav-link.done:after,
    .custom-vertical-nav .nav-item .nav-link.active:after {
        display: none;
    }

    .pb-m-50 {
        padding-bottom: 50px;
    }

    .nav-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
        color: #0d0d0d;
    }

    .nav-description {
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.04px;
        text-align: center;
        color: #8898aa;
    }

    .disp-1200 {
        display: none !important;
    }

    .font-1200-sm {
        font-size: 13px !important;
    }

    .navbar.navbar-top .dropdown-menu {
        left: unset !important;
        right: 0 !important;
    }

    .navbar-collapse .collapse-brand a {
        display: block;
        text-align: center;
    }

    .navbar-collapse .collapse-brand img {
        height: 45px;
        display: inline-block;
    }

    .navbar-collapse .navbar-toggler :nth-child(1) {
        transform: rotate(135deg);
    }

    .navbar-collapse .navbar-toggler :nth-child(2) {
        transform: rotate(-135deg);
    }

    .navbar-collapse .navbar-toggler span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        opacity: 1;
        border-radius: 2px;
        background: #283448;
    }

    .navbar-collapse .navbar-toggler {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        padding: 0;
        cursor: pointer;
        margin-left: auto;
    }

    .navbar-collapse .navbar-collapse-header {
        display: block;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 0;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }

    .navbar-mob .navbar-collapse {
        position: absolute;
        z-index: 1050;
        top: 0;
        right: 0;
        left: 0;
        overflow-y: auto;
        width: calc(100% - 1.4rem);
        height: auto !important;
        margin: .7rem;
        opacity: 0;
    }

    .navbar-mob .navbar-collapse.collapsing,
    .navbar-collapse.show {
        padding: 10px;
        padding-bottom: 1.5rem;
        animation: show-navbar-collapse .2s ease forwards;
        border-radius: .375rem;
        background: #fff;
        box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
        max-width: 400px;
        min-height: 100vh;
    }

    .navbar-vertical.navbar-expand-md.fixed-left + .main-content {
        margin-left: 0 !important;
    }

    .navbar-collapse {
        height: 100% !important;;
        margin: 0 !important;;
        max-height: unset !important;
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 15px;
        padding-left: 12px;
    }

    .mobile-menu {
        display: block;
    }

    .web-menu {
        display: none;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-item {
        padding-left: 0;
    }

    .d-mb-none {
        display: none !important;
    }

}

@media (max-width: 1100px) {
    .fc .fc-daygrid-day-frame {
        position: relative;
        min-height: 100%;
        display: flex;
        flex-flow: column;
    }

    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        position: relative;
        min-height: 100%;
        flex: 1;
        display: flex;
        flex-flow: column;
    }

    .fc .fc-daygrid-event-harness:has(.circle-event) {
        display: contents;
    }
}

@media (min-width: 911px) {
    /*.disp-md-none{*/
    /*    display: none!important;*/
    /*}*/
    .navbar-mob.navbar-expand-md .navbar-toggler {
        display: none;
    }

    .h-85 {
        height: 85vh;
    }

    .min-h-85 {
        min-height: 85vh;
    }

    /*.navbar-mob .hide-web,*/
    /*.navbar-mob .navbar-toggler{*/
    /*    display: none!important;*/
    /*}*/
    .custom-md-2 {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .custom-md-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .custom-md-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

@media (max-width: 911px) {
    .inline-kpis-container {
        column-count: 2;
    }

    .menu-right-bar, .menu-left-bar {
        width: 100%;
    }

    .menu-right-bar {
        margin-left: 0;
        margin-top: 10px;
    }

    .kpi-block {
        justify-content: space-between;
    }

    .menu-item {
        flex: 0 0 calc(33% - 25px);
    }

    .menu-tabs-title, .offer-name {
        font-size: 16px;
    }

    .navbar.navbar-top .dropdown-menu {
        left: unset !important;
        right: 0 !important;
    }

    .custom-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .custom-sm-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .custom-sm-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }

    .back-box {
        background-color: #f2f5f8;
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .disp-md {
        display: none !important;
    }

    .navbar-collapse .collapse-brand a {
        display: block;
        text-align: center;
    }

    .navbar-collapse .collapse-brand img {
        height: 45px;
        display: inline-block;
    }

    .navbar-collapse .navbar-toggler :nth-child(1) {
        transform: rotate(135deg);
    }

    .navbar-collapse .navbar-toggler :nth-child(2) {
        transform: rotate(-135deg);
    }

    .navbar-collapse .navbar-toggler span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        opacity: 1;
        border-radius: 2px;
        background: #283448;
    }

    .navbar-collapse .navbar-toggler {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        padding: 0;
        cursor: pointer;
        margin-left: auto;
    }

    .navbar-collapse .navbar-collapse-header {
        display: block;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 0;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }

    .navbar-mob .navbar-collapse {
        position: absolute;
        z-index: 1050;
        top: 0;
        right: 0;
        left: 0;
        overflow-y: auto;
        width: calc(100% - 1.4rem);
        height: auto !important;
        margin: .7rem;
        opacity: 0;
    }

    .navbar-mob .navbar-collapse.collapsing,
    .navbar-collapse.show {
        padding: 10px;
        padding-bottom: 1.5rem;
        animation: show-navbar-collapse .2s ease forwards;
        border-radius: .375rem;
        background: #fff;
        box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
        max-width: 400px;
        min-height: 100vh;
    }

    .navbar-vertical.navbar-expand-md.fixed-left + .main-content {
        margin-left: 0 !important;
    }

    .header-container {
        margin-bottom: 120px;
        margin-top: 0;
    }

    .header-note {
        width: 90%;
    }

    .navbar-collapse {
        height: 100% !important;;
        margin: 0 !important;;
        max-height: unset !important;
    }

    .d-mb-none {
        display: none !important;
    }

    .w-mb-100 {
        width: 100% !important;
    }

    .d-mb {
        display: block !important;
    }

    .mb-mob-30 {
        margin-bottom: 30px
    }

    .ml-mob--15 {
        margin-left: -15px;
    }

    .fixed-page-header {
        min-height: 175px;
        margin-bottom: -85px;
        padding-top: 95px;
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 15px;
        padding-left: 12px;
    }

    .col-cnt-4 {
        column-count: 2;
    }

    .col-cnt-6 {
        column-count: 3;
    }

    .header-stats {
        display: block;
    }

    .card-stats {
        width: 100%;
        margin-bottom: 20px;
    }

    .card-stats:not(:first-child) {
        margin-left: 0;
    }

    .mobile-menu {
        display: block;
    }

    .web-menu {
        display: none;
    }

    .header-title {
        inline-size: 70%;
        overflow: hidden;
        text-align: center;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-item {
        padding-left: 0;
    }

    .fixed-page-header:has(.navbar-collapse.show) {
        background-color: black;
    }

    .mb-sm-10 {
        margin-bottom: 10px;
    }

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

    .dropdown-custom .dropdown-toggle.active::after {
        right: 5px;
    }

    .d-mb-inline-block {
        display: inline-block !important;
    }

    .float-mb-right {
        float: right;
    }

    .ml-mb-0 {
        margin-left: 0;
    }

    .main-content .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .text-mb-left {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .navbar-mob.navbar-expand-md .navbar-toggler {
        display: block;
    }

    .mx-w-md-500px {
        max-width: 500px;
    }

    .space-evenly {
        justify-content: space-evenly;
    }
}

@media (max-width: 768px) {
    .menu-item {
        flex: 0 0 calc(50% - 25px);
    }

    .landing-banner {
        margin-top: 90px;
    }

    .d-xs-none {
        display: none !important;
    }

    .d-xs {
        display: block !important;
    }

    .custom-sm-12,
    .custom-sm-4,
    .custom-xs-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .col-cnt-6 {
        column-count: 2;
    }

    .md-middle {
        display: inline-block;
        width: 50%;
        margin: auto;
    }

    .custom-xs-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .w-sm-33 {
        width: 33.33333%;
    }

    .w-sm-50 {
        width: 50%;
    }

    .form-filter:first-child {
        margin-left: 0px;
    }

    .header-title p {
        font-size: 16px;
    }

    .d-mb-inline-block {
        display: inline-block !important;
    }

    .mb-xs-10 {
        margin-bottom: 10px;
    }

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

    .card-header h3 {
        font-size: 15px;
    }

    .d-xs-inline-block {
        display: inline-block !important;
    }

    .float-xs-right {
        float: right;
    }

    .btn-custom {
        font-size: 10px;
    }

    .text-xs-left {
        text-align: left !important;
    }

    .tab-pane .card-body {
        padding-left: 0;
        padding-right: 0;
    }

    .kpi-box {
        flex-basis: 50%;
    }

    .kpi-box:nth-child(3n) {
        padding-right: 15px;
    }

    .kpi-box:nth-child(2n) {
        padding-right: 0;
    }

    .kpi-box:last-child {
        padding-right: 0;
    }
}

@media (min-width: 576px) {
    .d-xmb-block {
        display: none;
    }
}

@media (max-width: 576px) {
    #templates-list {
        max-height: 60vh;
        min-height: 50vh;
        overflow: scroll;
    }

    .cards-tab {
        min-width: 150px;
        font-size: 12px;
    }

    .inline-kpis-container {
        column-count: 1;
    }

    .menu-tabs-title {
        font-size: 13px;
    }

    .menu-tab {
        font-size: 13px;
        min-width: 150px;
    }

    .menu-left-bar {
        width: 100%;
    }

    .menu-right-bar {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .menu-search {
        width: 50%;
    }

    .menu-action {
        width: 50%;
    }

    .menu-item {
        flex: 0 0 100%;
    }

    .custom-xxs-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .ml-xxs-0 {
        margin-left: 0;
    }

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

    .pac-target-input {
        margin-bottom: 20px;
    }

    .d-xmb-block {
        display: block;
    }

    .d-xmb-none {
        display: none;
    }

    .custom-radio-tab .custom-control-input ~ .custom-control-label,
    .custom-radio-tab .custom-input-checkbox ~ .custom-control-label {
        padding: 0.4rem 1rem 1.4rem 1rem;
        font-size: .75rem;
    }

    .kpi-box {
        flex-basis: 100%;
    }

    .kpi-box {
        padding-right: 0 !important;
    }
}

@media (max-width: 544px) {
    .record-row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        background-color: #f2f2f2;
        padding: 10px 15px;
        gap: 10px;
        margin: 0px 10px;
        border-radius: 15px;
        max-height: unset;
        margin-bottom: 15px;
        justify-content: flex-start;
        align-items: stretch;
        align-content: space-between;
    }

    .publish-row .record-input:nth-of-type(2) {
        order: 3
    }

    .publish-row .record-input:nth-of-type(3) {
        order: 2
    }

    .record-image {
        /*display: none!important;*/
        max-width: 30%;
    }

    .record-qty {
        display: none !important;
    }

    .record-price {
        display: none !important;
    }

    .hide-mb {
        display: none !important;
    }

    .d-grid-mb {
        display: grid !important;
    }

    .record-description {
        display: none !important;
    }

    .record-action {
        display: flex;
        flex-direction: column;
    }

    .inline-inputs {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .table-filters {
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: space-between;
    }

    .form-filter {
        margin-left: 0;
    }

    .form-filter.w-33 {
        width: 50%;
    }

    .publish-btn, .duplicate-btn {
        padding-right: 25px;
    }

    .expand-btn {
        top: 75px;
    }

    .publish-row .record-box {
        width: 100%;
    }

    .publish-row .custom-control-label::after,
    .publish-row .custom-control-label::before {
        top: -10px;
    }

    .item-image {
        width: 20%;
    }

    .item-info {
        width: 80%;
    }

    .header-sec-title,
    .header-sec-value span {
        font-size: 10px;
    }

    .order-item-details,
    .order-item-desc p,
    .order-item-details {
        font-size: 12px;
    }

    .floating-btn {
        width: 85px;
        height: 45px;
        font-size: 13px;
    }

    .floating-btn img {
        width: 20px;
        height: 20px;
    }

    .modal-order-footer {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-around;
    }

    .modal-order-footer .footer-btns {
        text-align: center;
    }

    .modal-order-footer .footer-btns button {
        margin-bottom: 10px;
    }

    .record-input .record-input-child:nth-of-type(1) {
        order: 2;
    }

    .record-input .record-input-child:nth-of-type(2) {
        order: 1;
    }

    .max-mb-65 {
        max-width: 65%;
    }
}

@media (max-width: 400px) {
    .header-title {
        min-width: min-content;
    }
}
