.navbar-brand.navbar-brand-center {
    float: none;
    height: 4.715rem;
    padding: 0;
    margin: 0;
    font-size: 1.286rem;
    font-weight: 500;
    line-height: 22px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.site-navbar .navbar-header .navbar-brand-logo {
    height: 125px;

    margin-top: 2px;
}

.deviceInfo {
    display: none;
}

.author-name {
    color: var(--black);
    margin-left: 10px;
    margin-bottom: 2px;
    margin-right: 10px;
    font-weight: 600;
}

#selected-count {
    min-width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}

.form-material .form-control {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    color: #1e293b;
    background: #f8fafc;
    transition: all .2s ease;
    height: auto;
}

.form-material.has-warning .form-control-label,
.form-control-feedback,
.error {
    color: #f44336;
}

.form-control-feedback {
    margin-left: 15px;
}

/* Side modal */
.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: var(--white);
}

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

.remove-add-size-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(100%, 0) scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

/* .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
} */

.modal-content {
    width: 100%;
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    overflow: hidden;
}

.modal-dialog .slidePanel-header {
    position: relative;
    padding: 30px 20px;
    padding-right: 120px;
    color: var(--white);
}

.modal-dialog .slidePanel-actions {
    float: right;
    margin: 0;
    margin-left: 15px;
    text-align: right;
    list-style: none;
}

.modal-dialog .slidePanel-header .stage-name {
    /* margin-top: 11px; */
    font-size: 20px;
    font-weight: bold;
}

.text-bold {
    font-weight: 600;
}
/* 
.custom-nav-tabs .active {
    display: block;
} */

.custom-nav-tabs .hide {
    display: none;
}

/* End Side modal */

.app-contacts table>tbody>tr>td,
.app-contacts table>tbody>tr>th,
.app-contacts table>thead>tr>td,
.app-contacts table>thead>tr>th {
    /* white-space: nowrap;*/
    vertical-align: middle;
    word-break: break-word;
}


.app-contacts table .avatar {
    margin-right: 10px;
    vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_info {
    position: unset;
}

#toast-container>.toast {
    width: 700px;
    /* width: 100% */
}

.navbar-inverse .navbar-toolbar .nav-link {
    color: var(--black) !important;
}

.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after,
.navbar-inverse .hamburger:before {
    background: var(--black);
}

.site-menu>.site-menu-item.active>a {
    color: var(--black);
}

.page-item.active .page-link {
    color: var(--black);
    border-color: var(--GreenishCyan);
    background: var(--GreenishCyan);
}

.app-contacts .btn-success {
    background-color: var(--GreenishCyan) !important;
    border-color: var(--GreenishCyan) !important;
    color: var(--black) !important;
}

.btn.btn-primary {
    color: var(--white);
    background: var(--GreenishCyan);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: var(--white) !important;
    background-color: var(--theme-text-color) !important;
    border-color: var(--theme-text-color) !important;
}

.swal2-styled:focus {
    outline: none !important;
    box-shadow: none !important;
}

.swal2-confirm.swal2-styled {
    /* background: #000 !important; */
    box-shadow: none !important;
}

.custom-section-class {
    padding: 20px 0;
}

.custom-section-class .card {
    background-color: var(---theme-background-color);
}

.sec-title-wp h3.section-title {
    margin: 0px 0px 15px;
}

.long-text {
    word-wrap: break-word;
    max-width: 100px;
}

.badge {
    padding: 6px 8px;
    line-height: normal;
    font-size: 12px;
}

.table-responsive a svg {
    padding-top: 5px;
    padding-left: 1px;
    padding-right: 1px;
}

.hover-link {
    position: relative;
}

.hover-link span.hover-text {
    display: inline-block;
    position: absolute;
    bottom: -19px;
    left: 50%;
    background: var(--black);
    padding: 3px 6px 1px;
    transform: translate(-50%, 10px);
    z-index: 2;
    color: #757575;
    font-size: 11px;
    font-weight: 400;
    transition: all 400ms ease;
    opacity: 0;
    visibility: hidden;
    border-radius: 2px;
    box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.hover-link:hover span.hover-text {
    opacity: 1;
    visibility: visible;
}

.hover-link span.hover-text:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid var(--black);
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.site-menubar-unfold .site-menu>.site-menu-item.hover>.site-menu-sub.sm-sub-down,
.site-menubar-unfold .site-menu>.site-menu-item:hover>.site-menu-sub.sm-sub-down {
    position: static !important;
    left: unset !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.avatar img.img-fluid {
    max-height: 40px;
    object-fit: cover;
}

.minpx-120 {
    min-width: 120px;
}

.minpx-100 {
    min-width: 100px;
}

.minpx-50 {
    min-width: 50px;
}

body table {
    font-size: 14px;
}

.modal-dialog .slidePanel-actions .slidePanel-close.icon.md-close,
.modal-dialog .slidePanel-actions .icon.md-delete {
    color: var(--black);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 25px;
}

.password-toggle-icon {
    position: absolute;
    right: 18px;
    top: 36px;
    font-size: 20px;
    cursor: pointer;
    color: #666;
}

.icon.md-more {
    color: var(--black);
}

span.password-toggle-icon.login-password {
    top: 13px;
    right: 33px;
    font-size: 20px;
    z-index: 9;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 34px;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    transition: .4s;
    border-radius: 34px;
    display: flex;
    align-items: center;
    padding: 0 5px;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.slider.transaction {
    background-color: #ffc107;
}

.modal-sm {
    width: 450px;
    max-width: 450px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    z-index: 2;
}

.toggle-switch input:checked+.slider {
    background-color: var(--black);
}

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

.slider .status-text {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.slider .status-text.suspended {
    left: 10px;
    color: white;
}

.slider .status-text.active {
    right: 10px;
    color: white;
}

.toggle-switch input:checked+.slider .status-text.suspended {
    display: none;
}

.toggle-switch input:not(:checked)+.slider .status-text.active {
    display: none;
}

/* Select2 Container */
.select2-container {
    width: 100% !important;
    margin-bottom: 0;
    z-index: 9999;
}

.select2-container--bootstrap .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

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

.product-image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 4px;
}

/* Send button styling - enhanced */
.btn-send {
    background-color: #007854;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 24px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.4s ease;
    box-shadow: 0 2px 4px rgba(0, 120, 84, 0.2);
    line-height: 1.1;
}

.btn-send:hover {
    background-color: #006745;
    box-shadow: 0 3px 6px rgba(0, 120, 84, 0.3);
    transform: translateY(-1px);
}

.btn-send:active {
    transform: translateY(1px);
    box-shadow: 0 1px 2px rgba(0, 120, 84, 0.3);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 15px;
}

/* Loading animation */
.select2-container--default .select2-results__option.loading-results {
    text-align: center;
    padding: 12px;
}


.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    display: flex;
    flex-direction: row-reverse;
}

.emoji-picker-container .emoji-menu .emoji-items {
    display: flex;
    flex-wrap: wrap;
}

.emoji-picker-container .emoji-menu .emoji-items a {
    padding: 4px;
}

/* File Uploader */
/* Image Uploader Component Styles */
.image-uploader {
    position: relative;
    width: 100%;
}

.file-drop-area {
    position: relative;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-drop-area:hover {
    border-color: #007bff;
    background-color: #e3f2fd;
}

.file-drop-area.dragover {
    border-color: #007bff;
    background-color: #e3f2fd;
    transform: scale(1.02);
}

.file-drop-area.has-files {
    border-color: #28a745;
    background-color: #d4edda;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.file-msg {
    pointer-events: none;
    user-select: none;
}

.file-msg i {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}

.file-msg div {
    font-size: 16px;
    color: #495057;
    margin-bottom: 5px;
}

.file-msg .text-muted {
    font-size: 14px;
    color: var(--gray2) !important;
}

.file-info {
    margin-top: 15px;
    padding: 10px;
    background-color: #e9ecef;
    border-radius: 5px;
    font-size: 14px;
}

.image-preview-container {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.image-preview {
    position: relative;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.image-preview:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.image-preview img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    display: block;
}

.image-preview .image-info {
    padding: 8px;
    font-size: 12px;
    color: #6c757d;
    text-align: center;
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.remove-image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(220, 53, 69, 0.9);
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    line-height: 1;
}

.remove-image:hover {
    background: rgba(220, 53, 69, 1);
    transform: scale(1.1);
}

.upload-progress {
    margin-top: 10px;
}

.progress-bar {
    height: 4px;
    background-color: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background-color: #007bff;
    width: 0%;
    transition: width 0.3s ease;
}

/* Error states */
.image-uploader.error .file-drop-area {
    border-color: var(--Danger);
    background-color: #f8d7da;
}

.error-message {
    color: var(--Danger);
    font-size: 14px;
    margin-top: 10px;
    padding: 8px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
}

div:where(.swal2-container) {
    z-index: 999999 !important;
}

body.swal2-shown.swal2-height-auto,
body.swal2-height-auto {
    height: 100% !important;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

/* Success states */
.image-uploader.success .file-drop-area {
    border-color: #28a745;
    background-color: #d4edda;
}

/* Loading states */
.fa-spinner {
    display: inline-block;
    animation: spin 0.8s linear infinite;
    -webkit-animation: spin 0.8s linear infinite;
}

div.dt-processing {
    border: none;
    padding: 10px;
    background: transparent;
}

div.dt-processing .fa-spinner {
    font-size: 20px;
}

.image-preview.loading {
    opacity: 0.7;
}

.image-preview.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.size-input-group {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    background-color: #f8f9fa;
}

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

.remove-size-btn {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    padding: 3px 10px;
}

#editSizesModal .modal-body {
    max-height: 600px;
    overflow: auto;
}

.file-drop-area {
    min-height: 200px;
    position: relative;
}

.inline-preview-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.remove-image {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    z-index: 3;
}

#bulk-assign-btn[disabled] {
    cursor: not-allowed;
}

.remove-image:hover {
    background: rgba(255, 255, 255, 1);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tracking-container {
    background: var(--white);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}

.tracking-container .header {
    text-align: center;
    margin-bottom: 40px;
}

.tracking-container .header h1 {
    color: var(--black);
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 10px;
}

.tracking-container .header p {
    color: #a0a0a0;
    font-size: 1rem;
}

.tracking-container .progress-tracker {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 40px 0;
}

.tracking-container .stepv {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 2;
    max-width: 200px;
}

.tracking-container .stepv-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s ease;
}

.tracking-container .stepv-icon.completed {
    background: linear-gradient(135deg, #00d4aa, #00b894);
}

.tracking-container .stepv-icon.current {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    animation: pulse 2s infinite;
}

.tracking-container .stepv-icon.pending {
    background: #e8e8e8;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.tracking-container .stepv-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--white);
}

.tracking-container .stepv-icon.pending svg {
    fill: #a0a0a0;
}

.tracking-container .stepv-content {
    color: var(--white);
}

.tracking-container .stepv-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.tracking-container .stepv-description {
    font-size: 0.9rem;
    color: #a0a0a0;
    line-height: 1.4;
}

.tracking-container .stepv.completed .stepv-title {
    color: #00d4aa;
}

.tracking-container .stepv.current .stepv-title {
    color: #ff6b6b;
}

.tracking-container .stepv.pending .stepv-title {
    color: #666;
}

.tracking-container .stepv.pending .stepv-description {
    color: #555;
}

.modal-body .modal-header .close {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 28px;
}

.modal-body .modal-header {
    align-items: center;
}

#viewSizesContent .table td,
#viewSizesContent .table th {
    word-wrap: unset;
    white-space: nowrap;
}

.custom-switch-label {
    position: relative;
    padding-left: 50px;
}

.emoji-menu {
    z-index: 9999999 !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    flex-wrap: wrap;
    margin-top: 20px;
}

.dataTables_info {
    margin-top: 20px;
}

.btn-icon-main-v1 button.btn.btn-sm {
    padding: 5px;
    width: 35px;
    height: 35px;
    margin: 2px;
}

.custom-switch-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.custom-switch-input {
    position: absolute;
    opacity: 0;
}

.custom-switch-label:before {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 40px;
    height: 23px;
    background-color: #ccc;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    content: '';
    z-index: 1;
}

.custom-switch-label::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 17px;
    height: 17px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
    z-index: 2;
}

.custom-switch-input:checked+.custom-switch-label::before {
    background-color: #28a745;
}

.custom-switch-input:checked+.custom-switch-label::after {
    transform: translateX(15px);
}

.modal-header .close {
    margin-top: -15px;
}

.page-login-v2 .page-login-main form a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: var(--theme-text-color);
}

#dataInfoModal .table-responsive table.table th {
    white-space: nowrap;
    min-width: 90px;
}

table button.btn[data-bs-toggle="tooltip"] {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.bg-light-green-600 {
    background-color: var(--GreenishCyan) !important;
    color: var(--black);
}

.swal2-confirm {
    color: var(--white) !important;
}

.minpx-120 {
    min-width: 120px;
}

.minpx-100 {
    min-width: 100px;
}

.minpx-50 {
    min-width: 50px;
}

.table-responsive table>tbody>tr>td,
.table-responsive table>tbody>tr>th,
.table-responsive table>thead>tr>td,
.table-responsive table>thead>tr>th {
    vertical-align: middle;
    word-break: break-word;
    white-space: nowrap;
}


/* table .btn[data-bs-toggle="tooltip"] {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
} */

/* ========================================
   Admin Global CSS - 14-May-2026
======================================== */

body {
    background-color: var(--bg-light);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--theme-text-color);
    padding: 0;
}

:root {
    --theme-background-color: #f3f4f5;
    --bg-light: #f9f9fa;
    --theme-text-color: #424242;
    --theme-green: #FF5221;
    --GreenishCyan: #FF5221;
    --theme-light: #FFDBD0;
    --theme-light-2: #f7bcaa;
    --theme-light-3: #ffeee9;
    --white: #fff;
    --black: #000;
    --LightBlack: #0c1c1c;
    --gray1: rgba(117, 117, 117, .9);
    --Danger: #dc3545;
    --danger-light: #fee2e2;
    --purple: #6366f1;
    --purple-light: #e0e7ff;
    --accent: #10b981;
    --accent-light: #d1fae5;
    --blue-light: #dbeafe;
    --blue: #3b82f6;
    --warning-light: #fef3c7;
    --warning: #f59e0b;
    --gray2: #6c757d;
}

a {
    color: var(--theme-text-color);
    display: inline-block;
}

a:hover,
a:active {
    color: var(--theme-text-color);
    text-decoration: none;
}

a,
*:hover,
*:focus,
*:active :focus {
    text-decoration: none;
    outline: none !important;
    outline-offset: 0 !important;
}

::-webkit-scrollbar-thumb {
    background: rgb(193 193 193);
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgb(193 193 193) transparent;
}

a,
i,
input {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

a img,
img {
    border: none;
    outline: none !important;
    outline-offset: 0 !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content-wrapper-main {
    flex-grow: 1;
    flex-shrink: 0;
    overflow: hidden;
}

.page-wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Utilities CSS */
.ellipsis-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

/* Header CSS */
.navbar_avatar .user-menu img,
.navbar_avatar .user-menu .h-userprofileicon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--theme-background-color);
    color: var(--theme-text-color);
    font-weight: 600;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.h-userprofileicon::before {
    position: absolute;
    content: "";
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: 2px solid var(--white);
    border-radius: 100%;
    background-color: #000;
}

.navbar_avatar .user-menu .h-userprofileicon span {
    padding: 6px;
    display: inline-block;
    line-height: normal;
    font-size: 13px;

}

.ha-dropdown-click .user-menu {
    display: flex;
    align-items: center;
}

.ha-dropdown-click .user-menu .h-admin-info {
    display: flex;
    flex-direction: column;
    max-width: 150px;
    padding-left: 10px;
}

.ha-dropdown-click .user-menu .h-admin-info span {
    font-size: 16px;
    color: var(--LightBlack);
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

.ha-dropdown-click .user-menu .h-admin-info .ellipsis-1 {
    white-space: normal;
    display: -webkit-box;
}

.ha-dropdown-click {
    padding: 6px 8px 6px 6px;
    display: inline-block;
    padding-right: 36px;
}

.ha-dropdown-click.dropdown-toggle::after {
    position: absolute;
    right: 12px;
    top: 0px;
    bottom: 0px;
    width: 13px;
    height: 100%;
    margin-top: 1px;
    margin-bottom: auto;
    margin-left: 0px;
    font-size: 0;
    background-image: url(../../assets/images/arrow-down.svg);
    vertical-align: middle;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.ha-dropdown-click.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.main-header {
    transition: margin-left .3s ease-in-out;
    padding: 12px 30px;
    background-color: var(--white);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);
    -webkit-transition: margin-left .3s ease-in-out;
    -moz-transition: margin-left .3s ease-in-out;
    -ms-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
}

.headera-logo-wrap {
    width: 240px;
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    white-space: nowrap;
}

.sidebar-show-hide .headera-logo-wrap {
    width: 100px;
}

.headera-mlogo {
    opacity: 0;
    visibility: hidden;
    width: 32px;
    transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
    -webkit-transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
    -moz-transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
    -ms-transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
    -o-transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.sidebar-show-hide .headera-mlogo {
    opacity: 1;
    visibility: visible;
}

.headera-logo {
    margin-left: -32px;
}

.headera-logo img {
    height: 42px;
    width: 120px;
    max-width: 140px;
}

.sidebar-show-hide .headera-logo {
    opacity: 0;
    visibility: hidden;
    margin-left: -20px;
}

.sidebar-toggle {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.sidebar-toggle:hover {
    background-color: var(--theme-background-color);
}

.header-height {
    padding-top: 72px;
}

.ha-dropdown-main ul.dropdown-menu {
    width: 100%;
    min-width: 160px;
    margin-top: 6px;
    box-shadow: 6px 10px 30px 0px rgba(0, 0, 0, 0.08);
    border: 2px solid #ECECEC;
    border-radius: 12px !important;
    padding: 0;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
}

.ad-dropdown-main ul.dropdown-menu li {
    margin: 5px 5px;
}

.ad-dropdown-main ul.dropdown-menu li .dropdown-item {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--LightBlack);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.ad-dropdown-main ul.dropdown-menu li .dropdown-item:hover {
    background-color: var(--theme-background-color);
}

.ad-dropdown-main ul.dropdown-menu li .dropdown-item.logout-text {
    color: var(--Danger);
}

.ad-dropdown-main ul.dropdown-menu li .dropdown-item.logout-text:hover {
    background-color: rgb(254, 226, 226);
}

.ad-dropdown-main ul.dropdown-menu li .dropdown-item span.icon {
    display: flex;
    width: 18px;
    height: 18px;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 10px;
}

/* Sidebar CSS */
.sidebar-show-hide-bck {
    transition: background-color .3s ease-in-out;
}

.page {
    min-height: 100%;
}

.page,
.site-footer {
    background-color: var(--bg-light);
    width: calc(100% - 260px);
    margin-left: auto;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.sidebar-show-hide .main-sidebar {
    width: 100px;
}

.sidebar-show-hide .page,
.sidebar-show-hide .site-footer {
    width: calc(100vw - 100px);
}

.sidebar-show-hide .main-sidebar .sb-nav-item .sb-nav-link .site-menu-title {
    padding-left: 0px;
    opacity: 0;
}

.sidebar-show-hide .main-sidebar .sb-nav-item .sb-nav-link {
    margin-left: 10px;
    max-width: 46px;
}

.main-sidebar {
    bottom: 0;
    float: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 260px;
    background: var(--white);
    z-index: 99;
    transition: margin-left .3s ease-in-out, width .3s ease-in-out;
}

.sidebar.sidebar-menu-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 14px;
    height: calc(100vh - 60px);
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 72px;
}

.main-sidebar li.sb-nav-item {
    margin-bottom: 10px;
}

.main-sidebar .sb-nav-item .sb-nav-link {
    display: flex;
    align-items: center;
    padding: 12px 12px;
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-sidebar .sb-nav-item .sb-nav-link:hover,
.main-sidebar .sb-nav-item.active .sb-nav-link {
    background-color: var(--theme-background-color);
}

.main-sidebar li.sb-nav-item .sb-nav-link .site-menu-title {
    padding-left: 10px;
    color: var(--theme-text-color);
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: unset;
    flex-shrink: 0;
    line-height: normal;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.admin-icon-wrap img {
    width: 20px;
    height: 20px;
}

.admin-icon-wrap .site-menu-icon,
.admin-icon-wrap .site-menu-icon::before {
    font-size: 20px;
}

/* Footer CSS */
.site-footer {
    height: auto;
    padding: 16px 30px;
    flex-shrink: 1;
}

.site-footer-legal {
    display: inline-block;
    font-weight: 600;
    opacity: .6;
    color: var(--LightBlack);
    line-height: 1.3;
    text-align: start;
}

/* Dashboard CSS */
.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 25px 30px;
}

.page-content {
    padding: 25px 30px;
}

.page-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.panel,
.custom-section-class {
    border-radius: 20px;
    background-color: var(--bg-light);
    box-shadow: none;
}

.dashboard-main .main-label {
    font-size: 16px;
}

.custom-section-class .card {
    background-color: var(--white);
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #e2e2e2;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform-origin: top center;
    will-change: transform;
    justify-content: center;
    margin-bottom: 22px;
    height: calc(100% - 22px);
}


.custom-section-class .card:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.custom-section-class .card .counter-main {
    display: flex;
    align-items: center;
    gap: 16px;
}

.custom-section-class .card .counter {
    text-align: start;
}

.stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.counter-number.user-counter {
    font-size: 26px;
    font-weight: 600;
    color: var(--LightBlack);
    margin-bottom: 2px;
    display: inline-block;
}

.custom-section-class .card .counter-label {
    color: var(--theme-text-color);
    font-size: 13px;
    opacity: 0.5;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.stat-icon.users-icon {
    background: var(--purple-light);
    color: var(--purple);
}

.stat-icon.active-users-icon {
    background: var(--accent-light);
    color: var(--accent);
}

.stat-icon.upcoming-icon {
    background: var(--blue-light);
    color: var(--blue);
}

.stat-icon.completed-icon {
    background: var(--warning-light);
    color: var(--warning);
}

.stat-icon.cancelled-icon {
    background: var(--danger-light);
    color: var(--Danger);
}

.stat-icon.revenue-icon {
    background: var(--warning-light);
    color: var(--warning);
}

.stat-icon.rate-icon {
    background: var(--accent-light);
    color: var(--accent);
}

.stat-icon svg {
    width: 24px;
    height: 24px;
}

.statistics-dropdown .form-group {
    margin-bottom: 0;
}

.section-header {
    background-color: var(--white);
    border-radius: 14px;
    padding: 20px 20px;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.dashboard-main .custom-dropdown .dropdown-item {
    padding: 10px 16px;
}

/* Users Page CSS - Data Table */
.cm-page-panel .panel-title {
    padding: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-text-color);
    opacity: .9;
    letter-spacing: .2px;
}

.cm-page-panel .panel-heading {
    padding: 16px 20px;
    background-color: var(--white);
    border-bottom: 1px solid #e2e2e2;
    border-radius: 14px 14px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    -webkit-border-radius: 14px 14px 0 0;
    -moz-border-radius: 14px 14px 0 0;
    -ms-border-radius: 14px 14px 0 0;
    -o-border-radius: 14px 14px 0 0;
}

.cm-page-panel .panel {
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);
    overflow: hidden;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.panel-body.parent-table {
    padding: 16px 20px;
    background-color: var(--white);
}

.badge-success,
.bg-success {
    background: var(--accent-light);
    color: #065f46;
}

.badge-warning,
.bg-warning {
    background: var(--warning-light);
    color: #92400e;
}

.badge-secondary,
.badge-danger {
    background: var(--danger-light);
    color: var(--Danger);
}

.badge-completed {
    background: var(--blue-light);
    color: var(--blue);
}

.parent-table .badge,
.data-info-modal .badge {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: .2px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.parent-table .btn-sm {
    padding: 8px 10px;
    line-height: 1;
    font-size: 14px;
    border-radius: 6px;
    margin: 0 !important;
}

.parent-table .btn-view {
    color: var(--white);
    background-color: var(--gray2);
    border-color: var(--gray2);
}

.parent-table .btn-view:hover {
    background-color: var(--gray1);
    border-color: var(--gray1);
}

.parent-table .btn-delet {
    color: var(--white);
    background-color: var(--GreenishCyan);
    border-color: var(--GreenishCyan);
}

.parent-table .btn-delet:hover {
    background-color: var(--theme-light-2);
}

.parent-table .table-hover>tbody>tr:hover>* {
    background-color: #f8f8f8 !important;
    box-shadow: none !important;
}

.parent-table .pagination {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 2px;
}

.parent-table thead th {
    background-color: #f8f8f8 !important;
    color: var(--gray1);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 14px;
    vertical-align: middle;
    letter-spacing: .3px;
    text-align: start;
}

.parent-table tbody td {
    padding: 10px 14px;
    border-bottom: 1px solid #e2e2e2;
    text-align: start;
    white-space: normal !important;
}

.parent-table thead th,
.parent-table tbody td {
    word-break: break-word !important;
    max-width: 250px;
}

.parent-table .dt-length .form-select {
    font-size: 12px;
    border-radius: 6px;
    padding: 6px 32px 6px 10px;
    margin-right: 12px;
    color: var(--LightBlack);
}

.parent-table .dt-length .dt-me {
    margin-right: 12px;
}

.parent-table .dt-length .form-select:focus {
    box-shadow: none;
    border-color: var(--theme-text-color);
}

.parent-table .dt-search .form-control {
    border-radius: 6px;
    min-width: 300px;
    margin-left: 12px;
}

.parent-table .dt-length,
.parent-table .dt-search {
    margin-bottom: 10px;
}

.parent-table .dt-layout-end {
    text-align: start;
}

.parent-table .dt-layout-full {
    padding: 0;
}

.parent-table .dt-layout-start {
    padding-left: 0;
}

.parent-table .dt-info {
    position: static !important;
    font-size: 14px;
    font-weight: 600;
    color: var(--gray1);
}

table.dataTable thead>tr>th.dt-orderable-desc .dt-column-order:after {
    margin-top: 3px;
}

.pagination .page-item .page-link {
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    color: var(--LightBlack);
    margin: 0 1px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.pagination .page-item .page-link:hover {
    background-color: rgba(88, 195, 180, 0.8);
    border-color: var(--theme-green);
    color: var(--white);
}

.page-item.disabled .page-link {
    background-color: #e9ecef;
}

.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-link:focus {
    background-color: var(--theme-green);
    border: 1px solid var(--theme-green);
    color: var(--white);
    box-shadow: none;
}

div.dt-scroll-body::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
    height: 3px !important;
}

.custom-table-footer {
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 6px 0 0;
}

.custom-table-footer [aria-live=polite] {
    z-index: 1 !important;
}

.parent-table div.dt-processing>div:last-child {
    display: none;
}

/* End */


/* Setting Page CSS */
.setting-page .panel-body {
    padding: 16px 20px;
    background-color: var(--white);
}

.setting-page .input-group-text {
    font-size: 16px;
    color: var(--white);
    background: var(--GreenishCyan);
    border: 1px solid #D8DADC;
    padding: 8px 16px;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}

.setting-page .example-wrap .btn.btn-primary,
.notification-page .btn,
.cm-modal .modal-btn {
    line-height: 1;
    min-width: 160px;
    margin: 0;
}

/* end */

/* Notification Page CSS */
.notification-page .panel-body {
    padding: 16px 20px;
    background-color: var(--white);
}

.cm-modal .modal-content {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.cm-modal .modal-header {
    padding: 18px 20px;
    gap: 16px;
    background-color: var(--GreenishCyan);
}

.cm-modal .modal-body {
    padding: 16px 20px;
    overflow-x: hidden;
}

.cm-modal .modal-footer {
    padding: 16px 20px;
    row-gap: 8px;
}

.cm-modal .modal-title .panel-title {
    font-size: 18px;
    color: var(--white);
}

.emoji-picker-container .emoji-picker-icon {
    right: 16px;
    top: 16px;
    background-color: var(--white);
    opacity: 1;
    padding-left: 10px;
}

.emoji-picker-container .emoji-picker-icon .fa-smile-o:before {
    opacity: .7;
}

.emoji-picker-container .emoji-menu {
    border-radius: 12px;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
}

/*  Input field CSS */
.vendor-form select.form-control.border {
    background-position: 94%;
}

select.form-control.border {
    background: var(--white) url(../../assets/images/arrow-down.svg) no-repeat 98% center;
    -webkit-appearance: none;
    appearance: none;
    background-size: 10px;
    padding-right: 35px;
}

.form-control.border,
.select2-selection.select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    background-color: var(--white);
    border: 1px solid #D8DADC !important;
    border-radius: 10px;
    /* box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; */
    height: auto;
    line-height: normal;
    border-color: #D8DADC !important;
    font-size: 16px;
    color: var(--LightBlack);
    -webkit-appearance: none;
    font-weight: 300;
    padding: 14px 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* Placeholder CSS */
.form-control.border::placeholder,
.emoji-picker-container .emoji-wysiwyg-editor:empty:before,
.select2-container .select2-search--inline .select2-search__field {
    color: var(--gray1);
    font-weight: 300;
    font-size: 16px;
}

.form-control.border::-moz-placeholder {
    color: var(--gray1);
    font-weight: 300;
    font-size: 16px;
}

.form-control.border:-ms-input-placeholder {
    color: var(--gray1);
    font-weight: 300;
    font-size: 16px;
}

.form-control.border::-webkit-input-placeholder {
    color: var(--gray1);
    font-weight: 300;
    font-size: 16px;
}

.form-control.border::-o-input-placeholder {
    color: var(--gray1);
    font-weight: 300;
    font-size: 16px;
}

textarea.form-control.border {
    height: 108px;
}

.error:not(.error.form-control),
.user-error-msg:not(.error.form-control) {
    margin-top: 4px;
    font-size: 12px;
    display: inline-block;
}

/* Focus CSS */
.form-control.border:focus,
.form-control:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.custom-select-box.active {
    border-color: var(--theme-text-color) !important;
    box-shadow: 0 0 0 .20rem rgb(243 244 245);
}

.select-input-main .form-control.border {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 35px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Form CSS */
.form-group {
    margin-bottom: 20px;
}

/* Data Modal CSS */
.data-info-modal .modal-dialog {
    max-width: 700px;
}

.data-info-modal .modal-content {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.data-info-modal .modal-header {
    background-color: var(--GreenishCyan);
    padding: 25px 20px;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
}

.data-info-modal .modal-content,
.data-info-modal .modal-dialog {
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
}

.data-info-modal .stage-name {
    margin: 0;
    color: var(--white);
    font-weight: 600;
}

.in-close,
.btn-close.in-close {
    background-size: 18px;
    width: 18px;
    height: 18px;
    opacity: 1;
    --bs-btn-close-color: var(--white);
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}

.in-close:focus,
.btn-close.in-close:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.data-info-modal .modal-body {
    padding: 25px 20px;
}

.deviceinfo-text {
    font-weight: 500;
    color: var(--theme-green);
    letter-spacing: .2px;
    text-decoration: underline;
    text-underline-offset: 1px;
}

.data-info-modal td {
    white-space: normal !important;
    word-break: break-word;
    padding: 12px 10px;
    border-color: var(--bs-light-border-subtle) !important
}

.data-info-modal td label {
    color: var(--gray1);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2px;
}

.user-profile-name {
    margin: 10px 0 6px;
    line-height: 1;
}

.data-info-modal .table {
    margin-bottom: 0;
}

.data-info-modal .child-table > tbody > tr:last-child > td {
    border-bottom: 0;
}

.border-top-bottom {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.b-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.width-290 {
    max-width: 290px !important;
    width: 100%;
    white-space: normal !important;
    word-wrap: break-word;
}

.data-info-modal .section-title {
    background-color: var(--theme-light-3);
    color: var(--theme-green);
    font-weight: 600;
    font-size: 14px;
    padding: 12px 10px;
    text-align: start;
    letter-spacing: .2px;
    border-color: var(--theme-green) !important;
    text-transform: uppercase;
}

.data-info-modal table tbody tr:first-child td {
    border-top: 0;
}

.data-info-modal table tbody tr:last-child td {
    /* border-bottom: 1px solid var(--bs-light-border-subtle) !important; */
}

.table-hero-img {
    width: 140px;
    height: 90px;
    object-fit: cover;
}

.data-info-modal .table td b {
    margin-bottom: 4px;
    display: inline-block;
}

.data-info-modal .table td p {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--bs-light-border-subtle);
}

.data-info-modal .table td p:last-child {
    border-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.data-info-modal .table td p:first-child {
    border-top: 0;
    padding-top: 0;
}

.child-table th,
.child-table td {
    white-space: initial !important;
    word-break: initial !important;
    min-width: 50px !important;
}

/* swal2-modal for the alret popup */

.swal2-popup.swal2-modal {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.swal2-popup.swal2-modal button {
    min-width: 120px;
}

/* login screen css */
.btn {
    padding: 13px 20px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 8px;
}

.form-matvv1 .form-control.border:focus,
.form-matvv1 .form-control.outline {
    outline: none;
    border-radius: 10px;
}

.form-material .form-control,
.form-material .form-control.focus {
    float: none;
    background-image: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/************* Multi Select Dropdown > Custom *************/
.custom-multiselect .select-box,
.arrow-input-wrap {
    position: relative;
    width: 100%;
}

.custom-multiselect .selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
}

.custom-multiselect .selected-tags .tag {
    font-size: 14px;
    background-color: #C67C4E;
    border-color: #C67C4E;
    color: var(--white);
    border-radius: 10px;
    padding: 10px 12px;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0;
}

.custom-multiselect .selected-tags .tag .tag-remove {
    width: 10px;
    height: 10px;
}

.custom-multiselect .selected-tags .tag .close-icon {
    display: inline-block;
    cursor: pointer;
}

.select-info-main {
    display: flex;
}

.select-info-main img.rounded-circle {
    width: 35px;
    height: 35px;
}

.select-info-main .select-info-text {
    width: calc(100% - 35px);
    padding-left: 12px;
}

.select-info-main .select-info-text div strong {
    font-size: 14px;
    font-weight: 500;
}

.select2-container .select2-search--inline .select2-search__field {
    font-weight: 500;
    margin: 0;
}

.has-value .select2-search__field {
    display: block;
    padding-left: 6px !important;
    line-height: 1.6;
}

.select2-container--default .select2-results>.select2-results__options {
    scrollbar-width: thin;
}

/* .select2-selection[aria-expanded="false"] .select2-search__field {
    display: inline;
} */

.select2-results__option {
    padding: 10px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-flex;
    gap: 4px 6px;
    flex-wrap: wrap;
    margin-bottom: 0;
    max-width: calc(100% - 25px);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0;
    border-radius: 50px;
    line-height: 1;
    border-color: #e5e5e5;
    background-color: #f9f9f9;
    color: var(--theme-text-color);
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: static;
    border: none;
    color: #999;
    font-size: 18px;
    line-height: normal;
    padding-left: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent;
    color: #999;
}

.select2-results__option--selectable {
    padding: 10px 16px;
    color: #999;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #dedede;
    color: var(--theme-text-color);
}

.select2-dropdown {
    border-color: #D8DADC;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    color: #999;
    margin-top: 0;
    font-size: 1.3em;
    height: auto;
    right: 30px;
    padding: 1px;
    line-height: 1;
    text-align: center;
}

.select2-selection--multiple::after {
    position: absolute;
    content: "";
    right: 16px;
    top: 16px;
    width: 13px;
    height: 13px;
    background-image: url(../../assets/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    transition: transform 0.3s ease;
}

.select2-selection--multiple[aria-expanded="true"]::after {
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
}

/* WebKit (Chrome, Safari, Edge) */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 4px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* end */

/* Single Select Floating Dropdown */
.floating-dropdown .custom-dropdown {
    display: unset;
    position: absolute;
    z-index: 99999;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    overflow: hidden auto;
    max-height: 350px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.floating-dropdown .custom-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-select-wrap {
    position: relative;
}

.custom-select-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    padding-right: 35px;
}

.custom-select-box::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 10px;
    height: 10px;
    background: url("../../assets/images/arrow-down.svg") no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.custom-select-box.active::after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.selected-text {
    color: var(--LightBlack);
    font-weight: 300;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
    text-transform: capitalize;
}

.selected-text.selected {
    color: var(--black);
}

.custom-select-wrap .dropdown-arrow {
    transition: transform .3s ease;
    flex-shrink: 0;
}

.custom-select-wrap.active .dropdown-arrow {
    transform: rotate(180deg);
}

.custom-dropdown {
    width: 100%;
    background: var(--white);
    border-radius: 14px;
    border: 1px solid #eee;
    overflow: hidden;
    display: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.custom-dropdown .dropdown-item {
    padding: 14px 16px;
    cursor: pointer;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 14px;
    white-space: normal;
    transition: all .3s ease;
}

.custom-dropdown .dropdown-item:last-child {
    border-bottom: none;
}

.custom-dropdown .dropdown-item:hover,
.custom-dropdown .dropdown-item:active {
    background: #f6f6f6;
}

.dropdown-item.selected {
    background: #e8e8e8;
    color: var(--black);
    font-weight: 500;
}

/* end */

/* Custom Date-picker using Bootstrap */
.myDatePicker {
    cursor: pointer;
}

.form-control.border.datepicker-icon {
    background-image: url(../images/calender-icon.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 38px;
}

.custom-datetime .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 4px 0;
    padding: 8px 8px;
    border-radius: 12px;
    border-color: transparent;
    box-shadow: 0 10px 14px 2px rgba(0, 0, 0, .1), 0 10px 14px 2px rgba(0, 0, 0, .1), 0 10px 14px 2px rgba(0, 0, 0, .1);
    transform-origin: top center;
    animation: scale-in-center 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -webkit-animation: scale-in-center 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.custom-datetime .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.custom-datetime .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.custom-datetime .bootstrap-datetimepicker-widget table th.next:after,
.custom-datetime .bootstrap-datetimepicker-widget.dropdown-menu.top:before,
.custom-datetime .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    display: none;
}

.custom-datetime .fa.fa-chevron-right,
.custom-datetime .fa.fa-chevron-left {
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 5px;
    line-height: 1;
}

.custom-datetime .fa.fa-chevron-right {
    margin-left: 3px;
}

.custom-datetime .fa.fa-chevron-left {
    margin-right: 3px;
}

.bootstrap-datetimepicker-widget table th {
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

.custom-datetime .bootstrap-datetimepicker-widget table th.prev,
.custom-datetime .bootstrap-datetimepicker-widget table th.next {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 8px;
    display: block;
    text-align: center;
}

.custom-datetime .bootstrap-datetimepicker-widget table th.prev {
    margin-right: 6px;
}

.custom-datetime .bootstrap-datetimepicker-widget table th.next {
    margin-left: 6px;
}

.custom-datetime .bootstrap-datetimepicker-widget table th.picker-switch {
    font-size: 14px;
    border-radius: 50px;
    font-weight: 600;
    font-family: 'SFProDisplay', sans-serif;
    width: 100%;
}

.custom-datetime .bootstrap-datetimepicker-widget table th.dow {
    min-width: 41px;
}

.custom-datetime .bootstrap-datetimepicker-widget table th.dow {
    color: #8c8c8c;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    opacity: .7;
    line-height: normal !important;
    height: auto !important;
    padding: 10px 0 8px;
}

.custom-datetime .bootstrap-datetimepicker-widget table td.today {
    color: #999;
}

.custom-datetime .bootstrap-datetimepicker-widget table td.day {
    box-sizing: border-box;
    height: 41px;
    line-height: 0;
    width: 41px;
    font-size: 14px;
    padding: 0;
    border-radius: 50%;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

.custom-datetime .bootstrap-datetimepicker-widget table td.today:before {
    display: none;
}

.custom-datetime .bootstrap-datetimepicker-widget table td.active,
.custom-datetime .bootstrap-datetimepicker-widget table td.active:hover,
.custom-datetime .bootstrap-datetimepicker-widget table td span.active {
    background: #999;
    color: var(--white);
}

.custom-datetime .bootstrap-datetimepicker-widget table td span {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    border-radius: 50px;
    vertical-align: middle;
}

.custom-datetime .bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: normal !important;
    height: auto;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    min-width: 90px;
    padding: 8px 4px;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

.custom-datetime .bootstrap-datetimepicker-widget .datepicker-decades table td,
.custom-datetime .bootstrap-datetimepicker-widget .datepicker-months table td {
    line-height: 40px;
}

.scale-in-center {
    animation: scale-in-center 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -webkit-animation: scale-in-center 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    transform-origin: top center;
}

.scale-out-center {
    animation: scale-out-center 0.3s ease both;
    -webkit-animation: scale-out-center 0.3s ease both;
    transform-origin: top center;
}

/* Scale-in / Scale-out animation */
@keyframes scale-animation {

    0% {
        transform: scale(0.85);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.85);
        opacity: 0;
    }
}

@-webkit-keyframes scale-animation {

    0% {
        transform: scale(0.85);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.85);
        opacity: 0;
    }
}

/* animation scale-in-center */
@-webkit-keyframes scale-in-center {
    0% {
        opacity: 0;
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
        -moz-transform: scale(0.80);
        -ms-transform: scale(0.80);
        -o-transform: scale(0.80);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        opacity: 0;
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
        -moz-transform: scale(0.80);
        -ms-transform: scale(0.80);
        -o-transform: scale(0.80);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

/* animation scale-out-center */
@keyframes scale-out-center {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
        -moz-transform: scale(0.80);
        -ms-transform: scale(0.80);
        -o-transform: scale(0.80);
    }
}

@-webkit-keyframes scale-out-center {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
        -moz-transform: scale(0.80);
        -ms-transform: scale(0.80);
        -o-transform: scale(0.80);
    }
}

/* end */

/* Nav-tabs CSS */
.nav.nav-tabs .nav-link {
    border-color: transparent;
    color: var(--LightBlack);
    padding: 12px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.nav.nav-tabs .nav-link.active {
    background-color: var(--bs-gray-400);
    font-weight: 600;
}

.nav.nav-tabs {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 1px;
}

.table-tabs {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.nav-tabs .nav-link:hover {
    background-color: var(--bs-gray-200);
}

.nav.nav-tabs .nav-link:focus-visible {
    outline: none;
    box-shadow: none;
}

.child-tab-main .table-tabs {
    border: none;
}

.child-tab-main .nav-link {
    background-color: var(--bs-gray-200);
}

.child-tab-main .nav.nav-tabs .nav-link.active {
    background-color: var(--theme-green);
    color: var(--white)
}

.data-export-btn .btn {
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.data-export-btn .export-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}


.data-export-btn .btn:hover svg,
.data-export-btn .btn:active svg,
.data-export-btn .btn:focus svg,
.data-export-btn .btn:active .export-icon path,
.data-export-btn .btn:hover .export-icon path,
.data-export-btn .btn:focus .export-icon path {
    fill: #fff !important;
}

table .col-index .dt-column-order {
    display: none;
}

/* end */
.form-control.outline {
    background-color: var(--white);
    border: 1px solid #D8DADC !important;
    border-radius: 10px;
    /* box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; */
    height: auto;
    line-height: normal;
    border-color: #D8DADC !important;
    font-size: 14px;
    color: #1e293b;
    -webkit-appearance: none;
    font-weight: 300;
    padding: 14px 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.cr-slider-wrap .croppie-plus-button,
.cr-slider-wrap .croppie-minus-button {
    padding: 0 20px;
}

.edit-pr.panel {
    border-radius: 0;
    background-color: var(--white);
    box-shadow: none;
    margin-bottom: 0;
}

.btn-pure {
    position: absolute !important;
    top: -10px;
    right: 0px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.btn-pure img,
.btn-pure svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.example-title {
    text-transform: capitalize;
}

.exp-main .example-title {
    font-size: 14px;
}

.table.dataTable th.dt-type-numeric div.dt-column-header {
    flex-direction: unset;
}

.page-login-main .border-box h3.text-mainv1 {
    font-size: 24px !important;
    font-weight: 500;
}

.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px
}

.avatar-v2 {
    position: relative;
    display: inline-block;
    width: 70px;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 0px;
}

.avatar-v2 img {
    border-radius: 10px;
    width: auto;
    height: 40px;
    max-height: 40px;
}

.vendor-form .btn-danger {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
}

.custom-file-input.form-control.border {
    padding: 6px 12px;
    display: inline-block;
    width: fit-content;
    margin-right: 6px;
    border-radius: 6px;
}
.page-login-main .border-box {
    overflow: unset;
}

.table .custom-datetime {
    position: relative;
}

.data-info-modal .table .custom-datetime .bootstrap-datetimepicker-widget.dropdown-menu {
    top: 100% !important;
}
.page-login .form-group .form-control-label {
    color: var(--LightBlack) !important;
}
