.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: #000;
    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 {
    padding: 10px;
}

.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: #fff;
}

.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%;
}

.modal-dialog .slidePanel-header {
    position: relative;
    padding: 40px 30px;
    padding-right: 120px;
    color: #fff;
}

.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: #000 !important;
}

.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after,
.navbar-inverse .hamburger:before {
    background: #000;
}

.site-menu>.site-menu-item.active>a {
    color: #000;
}

.page-item.active .page-link {
    color: #000;
    border-color: #ade0e3;
    background: #ade0e3;
}

.app-contacts .btn-success {
    background-color: #ade0e3 !important;
    border-color: #ade0e3 !important;
    color: #000 !important;
}

.btn.btn-primary {
    color: #000;
    background: #ade0e3;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

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

/* Active nav tabs (e.g., Parents / Nannies) */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #000000 !important;
    background-color: #ade0e3 !important;
    border-color: #ade0e3 #ade0e3 transparent !important;
}

.nav-tabs .nav-link:hover {
    border-color: #ade0e3 #ade0e3 transparent !important;
}

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

.custom-section-class {
    background: #fff;
    padding: 30px 20px 0px;
    margin-bottom: 40px;
}

.custom-section-class .card {
    background-color: #f3f4f5;
}

.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: 90%;
}

/*.table-responsive a i {*/
/*    color: #757575;*/
/*}*/

.table-responsive a:hover {
    /* background: #000;
    color: white; */
}

.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: #000;
    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 #000;
    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: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 25px;
}

.password-toggle-icon {
    position: absolute;
    right: 10px;
    top: 33px;
    cursor: pointer;
    color: #666;
}

.icon.md-more {
    color: #000;
}

span.password-toggle-icon.login-password {
    top: 7px;
    right: 18px;
    z-index: 9;
}

.page-profile {
    min-height: calc(100% - 44px);
    background: #f3f4f5;
}

.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: #000;
}

.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;
}

/* .badge-success{background-color: #000} */

/* MyPawPal Admin Panel - Enhanced Select2 User Selection Styling */

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

.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;
}

/* Selection box - improved height and padding */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    background-color: #fff;
    min-height: 42px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 4px 10px;
    transition: all 0.2s ease;
}

/* Focus state - more pronounced */
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #007854;
    box-shadow: 0 0 0 3px rgba(0, 120, 84, 0.15);
    outline: none;
}

/* Dropdown styling - improved shadows and positioning */
.select2-container--default .select2-dropdown {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
    overflow: hidden;
}

/* Search field in dropdown */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 6px;
    width: calc(100% - 12px);
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #007854;
    box-shadow: 0 0 0 2px rgba(0, 120, 84, 0.1);
    outline: none;
}

/* Results styling - improved spacing */
.select2-container--default .select2-results__option {
    padding: 10px 14px;
    font-size: 14px;
    transition: background-color 0.15s ease;
}

/* Highlighted result - subtle highlight */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(0, 120, 84, 0.08);
    color: #333;
}

/* Selected result - enhanced color */
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #dedede;
    color: #000;
}

/* Selected options (tags) - improved appearance */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 4px 10px;
    margin: 4px 6px 4px 0;
    font-size: 13px;
    color: #444;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

/* Remove button (x) for selected items - better positioning */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    margin-right: 6px;
    font-weight: bold;
    font-size: 16px;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #d33;
    opacity: 1;
    transform: scale(1.1);
}

/* Placeholder - better visibility */
.select2-container--default .select2-selection--multiple .select2-search__field::placeholder {
    color: #aaa;
    font-size: 14px;
    opacity: 0.8;
}

/* User formatting in dropdown - enhanced user item display */
.select2-user-item {
    display: flex;
    align-items: center;
    padding: 4px 0;
}

.select2-user-item img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.select2-user-item .user-info {
    display: flex;
    flex-direction: column;
}

.select2-user-item .user-name {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 2px;
}

.select2-user-item .user-email {
    font-size: 12px;
    color: #777;
    line-height: 1.2;
}

/* Selected user items - better display for selected tags */
.select2-selection__choice {
    position: relative;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Custom rendering for selected user tags */
.select2-user-tag {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.select2-user-tag img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 6px;
    object-fit: cover;
}

.select2-user-tag span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--default .select2-selection--single {
    height: 2.573rem;
    padding: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

/* 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.2s ease;
    box-shadow: 0 2px 4px rgba(0, 120, 84, 0.2);
}

.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);
}

/* Empty state styling */
.select2-results__message {
    color: #888;
    font-style: italic;
    padding: 12px;
    text-align: center;
}


/* Better spacing for multiple items */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.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;
}

.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: 15px;
}

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

.select-info-main .select-info-text div {
    line-height: 1.1;
}


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

.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice button.select2-selection__choice__remove {
    position: unset;
    margin-right: 0px;
    margin-left: 6px;
    border-right: none;
    border-left: 1px solid #aaa;
    padding-left: 6px;
}

.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice button.select2-selection__choice__remove:hover {
    color: #000;
    box-shadow: none;
    outline: none;
    border-radius: unset;
    background: transparent;
}

.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: #6c757d !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: #dc3545;
    background-color: #f8d7da;
}

.error-message {
    color: #dc3545;
    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-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 */
.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;
}

/*.page-login-v2 .login-left-v2 .page-login-main.form-horizontal{
    background: #fff3f5;
}*/
.file-drop-area {
    min-height: 200px;
    /* Adjust as needed */
    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);
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .image-preview-container {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 10px;
    }

    .image-preview img {
        height: 120px;
    }

    .file-drop-area {
        padding: 30px 15px;
        min-height: 100px;
    }
}

@media (max-width: 480px) {
    .image-preview-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* File Uploader */

/* Additional responsive adjustments */
@media (max-width: 576px) {
    .select2-container--default .select2-selection--multiple {
        min-height: 38px;
        padding: 3px 8px;
    }

    .select2-user-item img {
        width: 28px;
        height: 28px;
    }
}

.tracking-container {
    background: #fff;
    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: #000000;
    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: white;
}

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

.tracking-container .stepv-content {
    color: #fff;
}

.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;
}

/* Mobile Responsive */
@media (max-width:768px) {
    .tracking-container {
        padding: 20px;
    }

    .tracking-container .header h1 {
        font-size: 1.5rem;
    }

    .tracking-container .progress-tracker {
        flex-direction: column;
        gap: 30px;
    }

    .tracking-container .progress-line {
        top: 25px;
        left: 25px;
        right: auto;
        bottom: 25px;
        width: 3px;
        height: auto;
    }

    .tracking-container .progress-line::before {
        width: 100%;
        height: 60%;
    }

    .tracking-container .stepv {
        flex-direction: row;
        text-align: left;
        max-width: none;
        width: 100%;
    }

    .tracking-container .stepv-icon {
        margin-bottom: 0;
        margin-right: 20px;
        flex-shrink: 0;
    }

    .tracking-container .stepv-content {
        flex: 1;
    }
}

@media (max-width:480px) {
    .tracking-container {
        padding: 15px;
    }

    .tracking-container .header h1 {
        font-size: 1.3rem;
    }

    .tracking-container .stepv-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .tracking-container .stepv-icon svg {
        width: 20px;
        height: 20px;
    }

    .tracking-container .stepv-title {
        font-size: 1rem;
    }

    .tracking-container .stepv-description {
        font-size: 0.8rem;
    }

    .tracking-container .progress-line {
        left: 20px;
    }
}


.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: #989898;
}


@media (max-width:767px) {

    /* div.dataTables_wrapper div.dataTables_length {
    text-align: left;
} */

    div.dataTables_wrapper div.dataTables_filter label {
        white-space: unset;
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_filter label input.form-control {
        width: 100%;
        margin-left: 0px;
        margin-top: 5px;
    }

    .panel-body,
    .panel-footer,
    .panel-title {
        padding-right: 15px;
        padding-left: 15px;
    }
}

#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;
}

/* .table-responsive.table-bordered {
    border: 1px solid #e0e0e0;
} */

/* .table-responsive {
    display: table;
} */

.bg-light-green-600 {
    background-color: #ade0e3 !important;
    color: #000000;
}

.swal2-confirm {
    color: #000000 !important;   /* confirm button text color */
}

.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;
}
