.sidebar-area .logo {
    text-align: center;
}

.sidebar-area .logo .logo-text {
    display: block;
    margin: 0 auto;
}

.logo-ctext {
    display: block;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 0;
    color: #111827;
    text-align: center;
    letter-spacing: 0;
}

:root {
    --sidebar-resizable-width: 280px;
}

.sidebar-resize-handle {
    position: absolute;
    top: 0;
    right: -4px;
    z-index: 30;
    width: 8px;
    height: 100%;
    cursor: ew-resize;
    touch-action: none;
}

.sidebar-resize-handle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 3px;
    width: 2px;
    height: 100%;
    background: transparent;
    transition: background-color 0.2s ease;
}

.sidebar-resize-handle:hover::after,
body.sidebar-is-resizing .sidebar-resize-handle::after {
    background: #3b82f6;
}

body.sidebar-is-resizing {
    cursor: ew-resize;
    user-select: none;
}

body.sidebar-is-resizing .sidebar-area,
body.sidebar-is-resizing .main-content {
    transition: none !important;
}

body[sidebar-data-theme="sidebar-hide"] .sidebar-resize-handle {
    display: none;
}

.notifications .notification-count {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.notifications .dropdown-item {
    white-space: normal;
}

.notifications .notification-menu .dropdown-item {
    cursor: pointer;
}

.notification-activity-item {
    cursor: pointer;
}

.notifications-modal .modal-header {
    align-items: flex-start;
}

.notification-activity-item {
    display: flex;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #edf0f4;
}

.notification-activity-item:first-child {
    padding-top: 0;
}

.notification-activity-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.notification-activity-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eef4ff;
}

.notification-activity-icon .material-symbols-outlined {
    font-size: 23px;
}

.notification-activity-content p {
    margin: 0 0 5px;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.notification-activity-content span {
    color: #6b7280;
    font-size: 13px;
}

#work-order-list {
    max-height: 520px;
    overflow-y: auto;
    padding-right: 4px;
}

#work-order-list::-webkit-scrollbar {
    width: 6px;
}

#work-order-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #cbd5e1;
}

.work-order-task-filter-form .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    min-height: 42px;
    height: 42px;
    padding: 0 34px 0 14px;
}

.work-order-task-filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding: 0;
    color: #292929;
    font-size: 16px;
    line-height: 1.25;
}

.work-order-task-filter-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.work-order-task-filter-form .form-control {
    min-height: 42px;
    line-height: 1.25;
}

.work-order-create-tasks .task-card>.row,
.work-order-create-tasks .sub-task {
    row-gap: 10px;
}

.work-order-create-tasks .work-order-task-actions {
    align-items: center;
    flex-wrap: wrap;
}

.work-order-create-tasks .work-order-task-actions .cbtn {
    min-width: 34px;
    min-height: 32px;
    padding: 7px 12px;
    border-radius: 8px;
    white-space: nowrap;
}

.work-order-create-tasks .work-order-task-actions .cbtn-red {
    padding-left: 11px;
    padding-right: 11px;
}

#addTaskWrapper .add-btn {
    min-width: 96px;
}

.wt-kanban-grid>.d-flex {
    overflow-x: auto;
    padding-bottom: 10px;
}

.wt-kanban-grid .stats-card {
    min-width: 260px;
    max-height: 560px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.wt-kanban-grid .stats-card::-webkit-scrollbar {
    width: 6px;
}

.wt-kanban-grid .stats-card::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #cbd5e1;
}

.wt-kanban-grid .stats-card>.stats-card-content:first-child {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
}

.provisioning-table thead th {
    color: #111827;
    font-weight: 700;
    background: #fff !important;
}

.provisioning-table .form-control {
    min-width: 160px;
    height: 36px;
    font-size: 13px;
}

.handover-maintenance-note,
.handover-provisioning-card,
.handover-reference-card {
    padding: 16px;
}

.handover-maintenance-note p {
    margin-bottom: 10px;
}

.handover-maintenance-note p:last-child {
    margin-bottom: 0;
}

.handover-provisioning-card .show-table thead th,
.handover-reference-card .show-table thead th,
.handover-provisioning-card .table-light th,
.handover-reference-card .table-light th {
    background: #fff !important;
    --bs-table-bg: #fff;
}

.handover-provisioning-card .table-light,
.handover-reference-card .table-light {
    --bs-table-bg: #fff;
    --bs-table-color: #111827;
}

.handover-reference-card .show-table {
    margin: 0 !important;
}

#start-task-link.disabled {
    opacity: 0.6;
    pointer-events: auto;
    cursor: not-allowed;
}

.asset-summary-grid .col-6 {
    min-width: 150px;
}

.asset-info-card {
    min-height: 86px;
    gap: 10px;
}
 
.asset-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 18px;
}

.asset-info-icon-blue {
    color: #2563eb;
    background: #dbeafe;
}

.asset-info-icon-green {
    color: #059669;
    background: #d1fae5;
}

.asset-info-icon-purple {
    color: #7c3aed;
    background: #ede9fe;
}

.asset-info-icon-orange {
    color: #ea580c;
    background: #ffedd5;
}

.asset-info-icon-amber {
    color: #d97706;
    background: #fef3c7;
}

.asset-info-icon-red {
    color: #dc2626;
    background: #fee2e2;
}

.task-card-section-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(15, 23, 42, 0.12);
    padding: 28px 32px;
}

.task-card-section-title {
    margin: 0 0 26px;
    color: #111827;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
}

.procedure-subsection {
    margin-bottom: 22px;
}

.procedure-subsection:last-child {
    margin-bottom: 0;
}

.procedure-subsection-title {
    margin: 0 0 8px;
    color: #111827;
    font-size: 15px;
    font-weight: 800;
}

.procedure-step-line {
    margin: 0 0 7px;
    color: #111827;
    font-size: 14px;
    line-height: 1.55;
}

.procedure-step-line p {
    margin-bottom: 7px;
}

.final-step-line {
    margin: 0;
    color: #111827;
    font-size: 14px;
    line-height: 1.55;
}

.final-step-empty {
    margin: 12px 0 0 32px;
    color: #111827;
    font-size: 14px;
}

@media (min-width: 1200px) {
    body:not([sidebar-data-theme="sidebar-hide"]) .asset-summary-grid {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 6px;
    }

    body:not([sidebar-data-theme="sidebar-hide"]) .sidebar-area {
        width: var(--sidebar-resizable-width) !important;
    }

    body:not([sidebar-data-theme="sidebar-hide"]) .main-content {
        padding-left: calc(var(--sidebar-resizable-width) + 12px) !important;
    }
}

@media (max-width: 1199px) {
    .sidebar-resize-handle {
        display: none;
    }

    .hburger-menu-mobile {
        display: block;
    }

    .logo-mobile a img {
        width: 156px;
        display: block;
    }

    .left-header-content ul li:nth-child(1),
    .left-header-content ul li:nth-child(2) {
        display: block;
    }

    .left-header-content ul li:nth-child(3) {
        display: none;
    }
}

.login-page {
    min-height: 100vh;
    background: #fff;
}

.login-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px 22px;
}

.login-main {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-brand {
    text-align: center;
    margin-bottom: 10px;
}

.login-main-logo {
    width: min(400px, 82vw);
    height: auto;
    margin: 0 auto 22px;
}

.login-brand h1 {
    margin: 0 0 8px;
    color: #aeb5c3;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}

.login-brand p {
    margin: 0;
    color: #aeb5c3;
    font-size: 15px;
    line-height: 1.15;
}

.login-card {
    width: min(415px, 100%);
    padding: 28px 30px 32px;
    border: 1px solid #e4e9f2;
    border-radius: 12px;
    background: #fff;
}

.login-card h2 {
    margin: 0 0 8px;
    color: #2d2f34;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.login-card>p {
    margin: 0 0 22px;
    color: #aeb5c3;
    font-size: 14px;
}

.login-card .label {
    display: block;
    margin-bottom: 7px;
    color: #9ca3af;
    font-size: 13px;
    font-weight: 500;
}

.login-card .form-control {
    height: 44px;
    border: 2px solid #8ab4ff;
    border-radius: 5px;
    background: #eef1f4;
    color: #374151;
    font-size: 14px;
}

.login-card .form-control::placeholder {
    color: #b9bfca;
}

.login-card .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.12);
}

.login-card .eye-password-icon {
    color: #9ca3af;
}

.login-forgot {
    margin: 6px 0 18px;
    text-align: right;
}

.login-forgot a {
    color: #3b82f6;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.login-submit {
    height: 45px;
    border: 0;
    border-radius: 6px;
    background: #3b82f6;
    font-size: 14px;
    font-weight: 700;
}

.login-footer {
    width: 100%;
    text-align: center;
}

.combined-footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: fit-content;
    max-width: min(520px, 92vw);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.combined-footer-logo-gta {
    width: min(300px, 56vw);
    height: auto;
    object-fit: contain;
}

.combined-footer-logo-x {
    color: #6b7280;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.combined-footer-logo-amic {
    width: min(126px, 24vw);
    height: auto;
    object-fit: contain;
}

.footer-area .combined-footer-logo.footer-top-img {
    width: fit-content;
    height: auto !important;
}

/* .footer-area .combined-footer-logo img {
  width: auto;
} */

.footer-area .combined-footer-logo-gta {
    width: min(320px, 44vw);
}

.footer-area .combined-footer-logo-amic {
    width: min(112px, 22vw);
}

.login-combaine-logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.login-combaine-logo {
    width: min(360px, 80vw);
    height: auto;
    object-fit: contain;
}

.login-footer p {
    margin: 0;
    color: #8f98a8;
    font-size: 13px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .login-shell {
        padding-top: 50px;
    }

    .login-main-logo {
        margin-bottom: 16px;
    }

    .login-card {
        padding: 24px 20px 28px;
    }

    .combined-footer-logo {
        gap: 20px;
        margin-top: 40px;
    }
}

















































/* book out book in css */
.table-responsive {
    border-radius: 4px !important;
}

.ali-assigned-tools-table thead th,
.task-table-ali thead th,
.table-location thead th,
.table-quarantine thead th,
.custom-table thead th {
    background: #e9e0fd !important;
    color: #333 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 10px 8px !important;
    border-right: 1px solid #c7bfdc !important;
    border-bottom: 1px solid #c7bfdc !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}

.ali-assigned-tools-table tbody td,
.task-table-ali tbody td,
.table-location tbody td,
.table-quarantine tbody td,
.custom-table tbody td {
    font-size: 11px !important;
    color: #333 !important;
    padding: 10px 8px !important;
    border-right: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    vertical-align: top !important;
    background: #fff !important;
    line-height: 1.3 !important;
}

#scan-tools-table thead th,
.custom-table-book-in-manager thead th {
    background: #d8d0ea !important;
    color: #222 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 14px 10px !important;
    border-right: 1px solid #bfb7d3 !important;
    border-bottom: 1px solid #bfb7d3 !important;
    text-align: left !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}

#scan-tools-table tbody td,
.custom-table-book-in-manager tbody td {
    background: #d7dadd;
    color: #222 !important;
    font-size: 12px !important;
    padding: 14px 10px !important;
    border-right: 1px solid #bfc3c7 !important;
    border-bottom: 1px solid #bfc3c7 !important;
    vertical-align: middle !important;
    line-height: 1.4 !important;
}

.btn-segment-group {
    display: inline-flex;
    background-color: #e9ecef;
    border-radius: 10px;
    padding: 4px;
    gap: 2px;
}

.segment-btn {
    padding: 6px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.segment-btn:hover {
    color: #333;
    text-decoration: none;
}

.segment-btn.active {
    background-color: #4A90E2;
    color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}


.wo-filter-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.wo-filter-label {
    font-size: 13px;
    color: #6b7280;
    white-space: nowrap;
}

.wo-filter-select {
    flex: 1;
    font-size: 13px;
    color: #111827;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 7px 30px 7px 10px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    outline: none;
}

.scroll-request-container {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.booking-request-page {
    color: #111827;
    max-width: 1180px;
}

.booking-request-heading {
    align-items: flex-start;
}

.booking-request-heading h2 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.booking-request-heading p {
    margin: 0;
    color: #94a3b8;
    font-size: 12px;
}

.booking-request-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 22px;
    color: #0f172a;
    font-size: 18px;
    text-decoration: none;
}

.booking-request-layout {
    display: grid;
    grid-template-columns: 264px 1fr;
    gap: 20px;
    align-items: stretch;
}

.booking-request-sidebar,
.booking-request-detail-card,
.booking-stat-card {
    border: 1px solid #dce3ee !important;
    border-radius: 6px !important;
    background: #fff;
    box-shadow: 0 3px 5px rgba(15, 23, 42, 0.22);
}

.booking-request-sidebar {
    max-width: none;
    height: calc(100vh - 190px);
    min-height: 480px;
    overflow: hidden;
}

.booking-request-sidebar-head {
    padding: 18px 18px 14px;
    border-bottom: 1px solid #edf1f6;
}

.booking-request-sidebar-head h5 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 800;
}

.booking-request-sidebar-head p {
    margin: 0 0 14px;
    color: #64748b;
    font-size: 11px;
}

.booking-request-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 4px;
    border-radius: 4px;
    background: #f1f3f7;
}

.booking-request-tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    border-radius: 3px;
    color: #111827;
    font-size: 10px;
    line-height: 1.1;
    text-decoration: none;
}

.booking-request-tabs a.active {
    background: #3b82f6;
    color: #fff;
}

.booking-request-list {
    height: calc(100% - 142px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.booking-request-list-head {
    display: grid;
    grid-template-columns: 1fr 86px;
    gap: 10px;
    padding: 10px 12px 8px;
    color: #64748b;
    font-size: 9px;
    border-bottom: 1px solid #edf1f6;
}

.booking-request-list::-webkit-scrollbar {
    width: 6px;
}

.booking-request-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #cbd5e1;
}

.booking-request-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    gap: 10px;
    padding: 12px 12px;
    border-bottom: 1px solid #e6ebf3;
    cursor: pointer;
}

.booking-request-item:hover,
.booking-request-item.is-active {
    background: #eaf3ff;
}

.booking-request-item-main strong {
    display: block;
    color: #111827;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
}

.booking-request-item-main span {
    display: block;
    margin-top: 2px;
    color: #2563eb;
    font-size: 9px;
}

.booking-request-item-main small,
.booking-request-item-side small {
    display: block;
    color: #64748b;
    font-size: 8px;
    line-height: 1.2;
}

.booking-request-item-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    color: #111827;
    font-size: 9px;
    font-weight: 700;
}

.booking-request-main {
    min-width: 0;
}

.booking-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(116px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.booking-stat-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 80px;
    padding: 14px;
}

.booking-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    font-size: 12px;
}

.booking-stat-icon-orange {
    color: #d97706;
    background: #fef3c7;
}

.booking-stat-icon-green {
    color: #16a34a;
    background: #dcfce7;
}

.booking-stat-icon-teal {
    color: #0f766e;
    background: #ccfbf1;
}

.booking-stat-icon-blue {
    color: #2563eb;
    background: #dbeafe;
}

.booking-stat-icon-red {
    color: #ef4444;
    background: #fee2e2;
}

.booking-stat-card strong {
    position: absolute;
    top: 18px;
    left: 72px;
    font-size: 22px;
    font-weight: 800;
}

.booking-stat-card small {
    color: #334155;
    font-size: 10px;
    line-height: 1.3;
    text-transform: capitalize;
}

.booking-request-detail-card {
    min-height: 360px;
    padding: 20px 16px 16px;
}

.booking-request-detail-head h6,
.booking-tool-section h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
}

.booking-request-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(105px, 1fr));
    gap: 22px;
    margin: 20px 0 20px;
}

.booking-request-meta span {
    display: block;
    color: #64748b;
    font-size: 9px;
}

.booking-request-meta strong {
    display: block;
    margin-top: 4px;
    color: #111827;
    font-size: 9px;
    font-weight: 700;
}

.booking-select-all-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    color: #334155;
    font-size: 7px;
    font-weight: 500;
}

.booking-tools-table-wrap {
    min-height: 120px;
    border: 0;
    border-radius: 0;
    overflow: auto;
}

.booking-tools-table {
    margin: 0;
    min-width: 720px;
    border: 1px solid #c7cdd6;
}

.booking-tools-table thead th {
    background: #f8fafc !important;
    color: #111827 !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    padding: 10px 8px !important;
    border-right: 1px solid #c7cdd6 !important;
    border-bottom: 1px solid #c7cdd6 !important;
}

.booking-tools-table tbody td {
    color: #111827 !important;
    font-size: 8px !important;
    font-weight: 600;
    padding: 10px 8px !important;
    border-right: 1px solid #c7cdd6 !important;
    border-bottom: 1px solid #c7cdd6 !important;
    vertical-align: middle !important;
}

.booking-pill,
.booking-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 13px;
    border-radius: 999px;
    padding: 2px 6px;
    font-size: 6px;
    font-weight: 800;
    white-space: nowrap;
}

.booking-pill-red {
    color: #dc2626;
    background: #fee2e2;
}

.booking-pill-green {
    color: #16a34a;
    background: #dcfce7;
}

.booking-pill-yellow {
    color: #92400e;
    background: #fef3c7;
}

.booking-status-badge {
    color: #fff;
    background: #334155;
}

.booking-notes-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: end;
    margin-top: 14px;
}

.booking-notes {
    margin: 0;
    color: #64748b;
    font-size: 7px;
    line-height: 1.35;
}

.booking-detail-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.booking-detail-actions span {
    margin-right: 8px;
    color: #2563eb;
    font-size: 8px;
}

.booking-detail-actions button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 22px;
    border: 0;
    font-size: 8px;
    font-weight: 700;
}

.booking-request-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 18px;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
}

.booking-request-status-green {
    color: #16a34a;
    background: #dcfce7;
}

.booking-request-status-yellow {
    color: #92400e;
    background: #fef3c7;
}

.booking-request-status-red {
    color: #dc2626;
    background: #fee2e2;
}

.manager-booking-request {
    max-width: none;
}

.manager-booking-request .booking-request-layout {
    grid-template-columns: minmax(210px, 28%) 1fr;
    gap: 14px;
}

.manager-booking-request .booking-request-sidebar {
    height: calc(100vh - 225px);
    min-height: 410px;
}

.manager-booking-request .booking-request-sidebar-head {
    padding: 14px 10px 8px;
}

.manager-booking-request .booking-request-sidebar-head h5 {
    margin-bottom: 5px;
    font-size: 15px;
}

.manager-booking-request .booking-request-sidebar-head p {
    margin-bottom: 10px;
    font-size: 11px;
}

.manager-booking-request .booking-request-tabs a {
    min-height: 24px;
    font-size: 10px;
}

.manager-booking-request .booking-request-filter {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 700;
}

.manager-booking-request .booking-request-filter select {
    height: 28px;
    min-height: 28px;
    border: 1px solid #d6dde8;
    border-radius: 3px;
    color: #475569;
    font-size: 11px;
    padding: 0 18px 0 6px;
}

.manager-booking-request .booking-request-list {
    height: calc(100% - 142px);
}

.manager-booking-request .booking-stats-grid {
    grid-template-columns: repeat(4, minmax(110px, 1fr));
    gap: 14px;
    margin-bottom: 12px;
}

.manager-booking-request .booking-stat-card {
    display: grid;
    grid-template-columns: 32px auto 1fr;
    align-items: center;
    gap: 10px;
    min-height: 62px;
    padding: 12px 14px;
}

.manager-booking-request .booking-stat-card strong {
    position: static;
    font-size: 24px;
}

.manager-booking-request .booking-stat-card small {
    font-size: 10px;
    text-transform: none;
}

.manager-booking-request .booking-request-detail-card {
    min-height: 326px;
    padding: 18px 22px 14px;
}

.manager-booking-request .booking-request-detail-head h6,
.manager-booking-request .booking-tool-section h6 {
    font-size: 15px;
}

.manager-booking-request .booking-request-meta {
    grid-template-columns: repeat(5, minmax(90px, 1fr));
    gap: 14px;
    margin: 18px 0 14px;
}

.manager-booking-request .booking-request-meta span {
    font-size: 9px;
}

.manager-booking-request .booking-request-meta strong {
    font-size: 11px;
}

.manager-booking-request .booking-request-detail-head p {
    margin: 0 0 12px;
    color: #64748b;
    font-size: 13px;
}

.manager-booking-request .booking-request-list-head {
    font-size: 11px;
}

.manager-booking-request .booking-request-item-main strong {
    font-size: 11px;
}

.manager-booking-request .booking-request-item-main span {
    font-size: 10px;
}

.manager-booking-request .booking-request-item-main small,
.manager-booking-request .booking-request-item-side small {
    font-size: 9px;
}

.manager-booking-request .booking-request-status {
    min-height: 21px;
    font-size: 9px;
}

.manager-booking-request .booking-tools-table thead th {
    font-size: 9px !important;
}

.manager-booking-request .booking-tools-table tbody td {
    font-size: 10px !important;
}

.manager-booking-request .booking-pill,
.manager-booking-request .booking-status-badge {
    font-size: 8px;
}

.manager-booking-request .booking-notes {
    font-size: 9px;
}

.manager-booking-request .booking-detail-actions span,
.manager-booking-request .booking-detail-actions button,
.manager-booking-request .booking-select-all-label {
    font-size: 10px;
}

.technical-detail-inner {
    padding: 20px 16px 16px;
}

.technical-detail-title {
    margin: 0;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
}

.technical-detail-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(105px, 1fr));
    gap: 22px;
    margin: 20px 0 20px;
    color: #64748b;
    font-size: 11px;
}

.technical-detail-meta .text-dark {
    display: block;
    margin-top: 4px;
    color: #111827 !important;
    font-size: 11px;
    font-weight: 700;
}

.technical-tool-title {
    margin: 0 0 10px;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
}

.technical-booking-request .booking-request-heading h2 {
    font-size: 20px;
}

.technical-booking-request .booking-request-heading p {
    font-size: 13px;
}

.technical-booking-request .booking-request-sidebar-head h5 {
    font-size: 16px;
}

.technical-booking-request .booking-request-sidebar-head p,
.technical-booking-request .booking-request-tabs a,
.technical-booking-request .booking-request-list-head {
    font-size: 11px;
}

.technical-booking-request .booking-request-item-main strong {
    font-size: 12px;
}

.technical-booking-request .booking-request-item-main span {
    font-size: 11px;
}

.technical-booking-request .booking-request-item-main small {
    font-size: 10px;
}

.technical-booking-request .booking-request-status {
    font-size: 9px;
}

.technical-booking-request .booking-stat-card strong {
    font-size: 24px;
}

.technical-booking-request .booking-stat-card small {
    font-size: 11px;
}

.technical-booking-request .booking-tools-table thead th {
    font-size: 10px !important;
}

.technical-booking-request .booking-tools-table tbody td {
    font-size: 11px !important;
}

.technical-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    border-radius: 999px;
    padding: 3px 9px;
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
}

.technical-status-operational {
    color: #2563eb;
    background: #dbeafe;
}

.technical-status-condition {
    color: #16a34a;
    background: #dcfce7;
}

@media only screen and (max-width: 991px) {
    .booking-request-layout {
        grid-template-columns: 1fr;
    }

    .booking-request-sidebar {
        height: auto;
        min-height: 0;
    }

    .booking-request-list {
        max-height: 360px;
    }

    .booking-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .booking-request-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 576px) {

    .booking-stats-grid,
    .booking-request-meta,
    .booking-notes-actions {
        grid-template-columns: 1fr;
    }

    .booking-detail-actions {
        flex-wrap: wrap;
    }
}

.custom-tool-table {
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    overflow: hidden;
}

.custom-tool-table thead {
    background: #f8f9fb;
}

.custom-tool-table th {
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
    padding: 16px;
    border-bottom: 1px solid #e9e9e9;
    white-space: nowrap;
}

.custom-tool-table td {
    padding: 18px 16px;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
}

.custom-tool-table tbody tr:last-child td {
    border-bottom: none;
}

.bg-danger-subtle {
    background: #fdeaea;
}

.bg-success-subtle {
    background: #def7e5;
}

.technical-bookout-modal .modal-dialog,
.manager-bookout-modal .modal-dialog,
.manager-bookin-modal .modal-dialog {
    width: calc(100vw - 32px);
    /* max-width: 1060px; */
    max-width: 900px;
    height: calc(100vh - 32px);
    margin-top: 16px;
    margin-bottom: 16px;
}

.technical-bookout-modal .modal-content,
.manager-bookout-modal .modal-content,
.manager-bookin-modal .modal-content {
    display: flex;
    max-height: 100%;
    min-height: 0;
    height: 100%;
}

.technical-bookout-modal .modal-content {
    border: 1px solid #d7deea;
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(15, 23, 42, 0.22);
}

.technical-bookout-modal .modal-header {
    align-items: flex-start;
    border: 0;
    padding: 28px 32px 0;
}

.technical-bookout-modal .modal-title {
    margin: 0 0 24px;
    color: #292929;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.technical-bookout-modal .modal-header p {
    margin: 0;
    color: #292929;
    font-size: 17px;
}

.technical-bookout-modal .modal-body {
    padding: 28px 32px 18px;
}

.technical-bookout-field label,
.technical-bookout-section h6 {
    display: block;
    margin: 0 0 10px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.technical-bookout-section h6 {
    color: #292929;
    font-size: 16px;
    font-weight: 500;
}

.technical-bookout-search {
    position: relative;
}

.technical-bookout-search i {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    color: #475569;
    font-size: 17px;
    transform: translateY(-50%);
}

.technical-bookout-search .form-control {
    height: 46px;
    border: 1px solid #2563eb;
    border-radius: 6px;
    padding-left: 42px;
    color: #334155;
    font-size: 15px;
}

.technical-bookout-section {
    margin-top: 44px;
}

.technical-bookout-table-wrap {
    overflow-x: auto;
}

.technical-bookout-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
}

.technical-bookout-table th,
.technical-bookout-table td {
    border: 1px solid #bfc3ca;
    padding: 12px 13px;
    color: #111827;
    font-size: 12px;
    line-height: 1.3;
    vertical-align: middle;
}

.technical-bookout-table th {
    background: #e8ddff;
    font-weight: 800;
}

.technical-bookout-table td {
    background: #fff;
}

.technical-bookout-table tr.is-selected td {
    background: #edf1f5;
}

.technical-bookout-table .select-task-btn-technical,
.technical-bookout-table .select-book-in-technical {
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 12px;
    text-decoration: underline;
}

.technical-bookout-table .select-task-btn-technical.active,
.technical-bookout-table .select-book-in-technical.active {
    font-weight: 700;
    text-decoration: none;
}

#assigntool .modal-dialog {
    width: min(760px, calc(100vw - 28px));
    max-width: 760px;
    margin: 16px auto;
}

#assigntool .modal-content {
    max-height: calc(100vh - 32px);
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 18px 28px 24px;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.18);
}

#assigntool .modal-header {
    align-items: flex-start;
    padding: 0;
    margin-bottom: 18px;
}

#assigntool .modal-title {
    margin: 0 0 10px;
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

#assigntool .modal-header p,
#assigntool .modal-body > span,
#assigntool .modal-body h6 {
    margin: 0;
    color: #334155;
    font-size: 12px;
    font-weight: 600;
}

#assigntool .modal-header p {
    color: #111827;
}

#assigntool .btn-close {
    display: none;
}

#assigntool .modal-body {
    padding: 0;
    overflow-y: auto;
}

#assigntool .search-tool-task {
    height: 44px;
    margin: 8px 0 34px !important;
    border: 1px solid #2563eb;
    border-radius: 5px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 14px 50%;
    padding-left: 40px;
    color: #334155;
    font-size: 13px;
}

#assigntool .modal-body h6 {
    margin-top: 0 !important;
    color: #111827;
}

#assigntool .hr-dark {
    margin: 12px 0 16px;
    border-color: #94a3b8;
    opacity: 1;
}

#assigntool #search-results,
#assigntool #selected-tools {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#assigntool .asset-item,
#assigntool .purple-box {
    min-height: 84px;
    border: 1px solid #e3e8f0 !important;
    border-radius: 8px !important;
    background: #fff;
    padding: 12px 16px !important;
    box-shadow: 0 2px 5px rgba(15, 23, 42, 0.05);
}

#assigntool .purple-box {
    border-color: #ddd2ff !important;
    background: #e7dcff;
    box-shadow: none;
}

#assigntool .purple-tag {
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-top: 0 !important;
    border-radius: 8px !important;
    background: #f0e9ff;
    color: #8b5cf6;
    padding: 0 !important;
}

#assigntool .purple-tag i {
    color: #8b5cf6;
    font-size: 18px !important;
}

#assigntool .asset-id h5,
#assigntool .purple-box h5 {
    margin: 0 0 2px !important;
    color: #111827;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
}

#assigntool .rfid {
    display: block;
    margin-bottom: 2px;
    color: #10b981 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.2;
}

#assigntool .asset-id p,
#assigntool .purple-box p {
    margin: 0;
    color: #475569;
    font-size: 10px;
    line-height: 1.35;
}

#assigntool .select-tool {
    min-width: 92px;
    min-height: 34px;
    justify-content: center;
    border: 0 !important;
    border-radius: 6px !important;
    background: #e5e7eb !important;
    color: #111827 !important;
    padding: 8px 14px !important;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none !important;
}

#assigntool .select-tool.bg-secondary,
#assigntool .select-tool:disabled {
    background: #d1d5db !important;
    color: #374151 !important;
    opacity: 1;
}

#assigntool .remove-tool {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    align-self: center;
    color: #111827;
    font-size: 16px;
}

#assigntool .remove-tool i {
    color: #111827;
}

#assigntool #selected-tools {
    margin-bottom: 26px;
}

#assigntool .bg-flash-white.border-darkgrey {
    margin-bottom: 36px;
    border-color: #aeb6c2 !important;
    border-radius: 0;
    background: #f8fafc !important;
}

#assigntool .bg-flash-white.border-darkgrey h6 {
    margin: 0;
    color: #111827;
    font-size: 12px;
    font-weight: 700;
}

#assigntool .inuse-btn {
    background: #fee2d5 !important;
    color: #f97316 !important;
    font-size: 11px;
}

#assigntool .modal-footer {
    padding: 0;
    gap: 26px !important;
}

#assigntool .modal-footer .bg-grey,
#assigntool .modal-footer .cbtn-green {
    min-width: 90px;
    min-height: 38px;
    border: 0;
    border-radius: 6px !important;
    font-size: 12px;
    font-weight: 500;
}

#assigntool .modal-footer .bg-grey {
    background: #e5e7eb !important;
    color: #374151;
}

#assigntool .modal-footer .cbtn-green {
    min-width: 178px;
    background: #10b981 !important;
    color: #fff !important;
}

@media (max-width: 575.98px) {
    #assigntool .modal-content {
        padding: 16px;
    }

    #assigntool .select-tool {
        width: 100%;
    }
}

.technical-bookout-tools-section {
    min-height: 210px;
}

.technical-bookout-tools-section h6 {
    border-bottom: 1px solid #94a3b8;
    padding-bottom: 10px;
}

.technical-bookout-help {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.35;
}

.technical-bookout-tools-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    margin-top: 18px;
}

.technical-bookout-tools-table th,
.technical-bookout-tools-table td {
    border: 1px solid #bfc3ca;
    padding: 11px 13px;
    color: #111827;
    font-size: 12px;
    line-height: 1.3;
}

.technical-bookout-tools-table th {
    background: #e8ddff;
    font-weight: 800;
}

.technical-bookout-location-section {
    margin-top: 26px;
}

.technical-bookout-location-section h6 {
    margin-bottom: 6px;
}

.technical-bookout-location-section .form-select {
    width: min(100%, 220px);
    height: 38px;
    border: 1px solid #2563eb;
    border-radius: 5px;
    color: #64748b;
    font-size: 14px;
}

.technical-bookout-cancel,
.technical-bookout-submit {
    min-width: 92px;
    min-height: 38px;
    border: 0;
    border-radius: 6px;
    padding: 9px 18px;
    font-size: 13px;
}

.technical-bookout-cancel {
    background: #e5e7eb;
    color: #374151;
}

.technical-bookout-submit {
    min-width: 180px;
    background: #059669;
    color: #fff;
}

.technical-bookin-modal .modal-content {
    min-height: 94vh;
}

.technical-bookin-modal .technical-bookout-tools-section {
    min-height: 245px;
}

.technical-success-modal .modal-dialog {
    max-width: 420px;
}

.technical-success-modal .modal-content {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 15px 45px rgba(15, 23, 42, 0.2);
}

.technical-success-modal .modal-body {
    padding: 34px 30px 30px;
    text-align: center;
}

.technical-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #10b981;
    color: #fff;
    font-size: 34px;
}

.technical-success-title {
    margin: 0 0 10px;
    color: #111827;
    font-size: 20px;
    font-weight: 800;
}

.technical-success-message {
    margin: 0 auto 24px;
    max-width: 300px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
}

.technical-success-modal .book-out-success-modal {
    min-width: 118px;
    min-height: 38px;
    border: 0;
    border-radius: 6px;
    background: #10b981;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.manager-bookout-modal .modal-content,
.manager-bookout-scan-modal .modal-content,
.manager-bookout-success-modal .modal-content {
    border: 1px solid #dbe7ff;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(22, 34, 66, 0.16);
}

.manager-bookout-modal .modal-header,
.manager-bookout-modal .modal-body,
.manager-bookout-modal .modal-footer {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.manager-bookout-modal .modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.manager-bookout-modal .modal-footer {
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
    z-index: 3;
    background: #fff;
}

.manager-bookout-modal .modal-header {
    padding-top: 36px !important;
}

.manager-bookout-modal .modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #2f2f34;
}

.manager-bookout-tabs h6,
.manager-bookout-search span,
.manager-bookout-modal .tab-pane>span,
.manager-bookout-modal .tab-pane>h6 {
    color: #667085;
    font-size: 14px;
    font-weight: 600;
}

.manager-bookout-modal .btn-grid-popup {
    background: #f0f1f3;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.manager-bookout-modal .btn-grid-popup .nav-item {
    min-width: 108px;
}

.manager-bookout-modal .btn-grid-popup .nav-link {
    width: 100%;
    height: 38px;
    border-radius: 0;
    color: #111827;
    font-size: 13px;
    background: transparent;
    border-right: 1px solid #d9dce2 !important;
}

.manager-bookout-modal .btn-grid-popup .nav-item:last-child .nav-link {
    border-right: 0 !important;
}

.manager-bookout-modal .btn-grid-popup .nav-link.active {
    background: #2f80ed;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(47, 128, 237, 0.25);
}

.manager-bookout-searchbox {
    position: relative;
    margin-top: 10px;
}

.manager-bookout-searchbox i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #536b8f;
    font-size: 22px;
}

.manager-bookout-searchbox .form-control {
    height: 58px;
    border: 1px solid #2e67c7;
    border-radius: 7px;
    padding-left: 56px;
    color: #31415f;
    font-size: 16px;
}

.manager-bookout-table-wrap {
    overflow-x: auto;
}

.manager-bookout-table,
.manager-bookout-modal .task-table,
.manager-bookout-modal .assigned-tools-table,
.manager-bookout-modal .selected-loan-tools-table,
.manager-bookout-scan-modal .scan-tools-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #bfc3cc;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.manager-bookout-table th,
.manager-bookout-table td,
.manager-bookout-modal .task-table th,
.manager-bookout-modal .task-table td,
.manager-bookout-modal .assigned-tools-table th,
.manager-bookout-modal .assigned-tools-table td,
.manager-bookout-modal .selected-loan-tools-table th,
.manager-bookout-modal .selected-loan-tools-table td,
.manager-bookout-scan-modal .scan-tools-table th,
.manager-bookout-scan-modal .scan-tools-table td {
    border-right: 1px solid #bfc3cc;
    border-bottom: 1px solid #bfc3cc;
    padding: 14px 16px;
    font-size: 13px;
    color: #111827;
    vertical-align: middle;
}

.manager-bookout-table th,
.manager-bookout-modal .task-table th,
.manager-bookout-modal .assigned-tools-table th,
.manager-bookout-modal .selected-loan-tools-table th,
.manager-bookout-scan-modal .scan-tools-table th {
    background: #e9ddff;
    font-weight: 700;
}

.manager-bookout-task-row.is-selected td,
.manager-bookout-table .is-selected td,
.manager-bookout-table tr.is-selected td {
    background: #e9ecef;
}

.manager-bookout-modal .select-task-btn-manager,
.manager-bookout-modal .select-asset-btn {
    border: 0;
    background: transparent;
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
    padding: 0;
}

.manager-bookout-modal .select-task-btn-manager.selected,
.manager-bookout-modal .select-asset-btn:disabled {
    color: #111827;
    opacity: 1;
}

.manager-bookout-modal .remove-selected-btn {
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #446a27;
    font-size: 18px;
}

.manager-bookout-modal .tab-content {
    min-height: 560px;
}

.manager-bookout-modal .target-location-id,
.manager-bookout-modal .ho-card-1,
.manager-bookout-modal .f-input,
.manager-bookout-modal .form-select-location {
    max-width: 260px;
    min-height: 44px;
    border-radius: 7px;
    border: 1px solid #d7dce5;
}

.manager-bookout-cancel,
.manager-bookout-submit,
.manager-bookout-scan-modal .btn-cancel-custom,
.manager-bookout-scan-modal .btn-continue-custom {
    min-width: 132px;
    height: 48px;
    border: 0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
}

.manager-bookout-cancel,
.manager-bookout-scan-modal .btn-cancel-custom {
    background: #e4e7eb;
    color: #333942;
}

.manager-bookout-submit,
.manager-bookout-scan-modal .btn-continue-custom {
    background: #12b981;
    color: #fff;
    margin-right: 15px;
}

.manager-bookout-modal.technical-bookout-modal .modal-content {
    border: 1px solid #d7deea;
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(15, 23, 42, 0.22);
}

.manager-bookout-modal.technical-bookout-modal .modal-header,
.manager-bookout-modal.technical-bookout-modal .modal-body,
.manager-bookout-modal.technical-bookout-modal .modal-footer {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.manager-bookout-modal.technical-bookout-modal .modal-header {
    align-items: flex-start;
    padding-top: 28px !important;
}

.manager-bookout-modal.technical-bookout-modal .modal-body {
    padding-top: 28px;
    padding-bottom: 18px;
}

.manager-bookout-modal.technical-bookout-modal .modal-footer {
    position: static;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: 24px;
}

.manager-bookout-modal.technical-bookout-modal .modal-title {
    margin: 0 0 24px;
    color: #292929;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.manager-bookout-modal.technical-bookout-modal .modal-header p {
    margin: 0;
    color: #292929;
    font-size: 17px;
}

.manager-bookout-modal.technical-bookout-modal .manager-bookout-tabs {
    margin-top: 0;
}

.manager-bookout-modal.technical-bookout-modal .manager-bookout-tabs h6 {
    color: #292929;
    font-size: 16px;
    font-weight: 500;
}

.manager-bookout-modal.technical-bookout-modal .btn-grid-popup {
    border-radius: 6px;
}

.manager-bookout-modal.technical-bookout-modal .btn-grid-popup .nav-link {
    height: 36px;
    font-size: 12px;
}

.manager-bookout-modal.technical-bookout-modal .manager-bookout-search {
    margin-top: 28px;
    margin-bottom: 0;
}

.manager-bookout-modal.technical-bookout-modal .manager-bookout-searchbox {
    margin-top: 0;
}

.manager-bookout-modal.technical-bookout-modal .manager-bookout-searchbox i {
    left: 16px;
    color: #475569;
    font-size: 17px;
}

.manager-bookout-modal.technical-bookout-modal .manager-bookout-searchbox .form-control {
    height: 46px;
    border: 1px solid #2563eb;
    border-radius: 6px;
    padding-left: 42px;
    color: #334155;
    font-size: 15px;
}

.manager-bookout-modal.technical-bookout-modal .tab-content {
    min-height: 0;
}

.manager-bookout-modal.technical-bookout-modal .technical-bookout-section {
    margin-top: 44px;
}

.manager-bookout-modal.technical-bookout-modal .technical-bookout-table,
.manager-bookout-modal.technical-bookout-modal .technical-bookout-tools-table,
.manager-bookout-modal.technical-bookout-modal .manager-bookout-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.manager-bookout-modal.technical-bookout-modal .technical-bookout-table th,
.manager-bookout-modal.technical-bookout-modal .technical-bookout-table td,
.manager-bookout-modal.technical-bookout-modal .technical-bookout-tools-table th,
.manager-bookout-modal.technical-bookout-modal .technical-bookout-tools-table td,
.manager-bookout-modal.technical-bookout-modal .manager-bookout-table th,
.manager-bookout-modal.technical-bookout-modal .manager-bookout-table td {
    border: 1px solid #bfc3ca;
    padding: 12px 13px;
    color: #111827;
    font-size: 12px;
    line-height: 1.3;
    vertical-align: middle;
}

.manager-bookout-modal.technical-bookout-modal .technical-bookout-table th,
.manager-bookout-modal.technical-bookout-modal .technical-bookout-tools-table th,
.manager-bookout-modal.technical-bookout-modal .manager-bookout-table th {
    background: #e8ddff;
    font-weight: 800;
}

.manager-bookout-modal.technical-bookout-modal .select-task-btn-manager,
.manager-bookout-modal.technical-bookout-modal .select-asset-btn {
    font-size: 12px;
    font-weight: 400;
}

.manager-bookout-modal.technical-bookout-modal .select-task-btn-manager.selected,
.manager-bookout-modal.technical-bookout-modal .select-asset-btn:disabled {
    font-weight: 700;
    text-decoration: none;
}

.manager-bookout-modal.technical-bookout-modal .target-location-id,
.manager-bookout-modal.technical-bookout-modal .ho-card-1,
.manager-bookout-modal.technical-bookout-modal .f-input,
.manager-bookout-modal.technical-bookout-modal .form-select-location {
    max-width: 260px;
    min-height: 38px;
    border: 1px solid #2563eb;
    border-radius: 5px;
    color: #64748b;
    font-size: 14px;
}

.manager-bookout-modal.technical-bookout-modal .technical-bookout-cancel,
.manager-bookout-modal.technical-bookout-modal .technical-bookout-submit {
    min-width: 92px;
    min-height: 38px;
    height: auto;
    border-radius: 6px;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 400;
    margin-right: 0;
}

.manager-bookout-modal.technical-bookout-modal .technical-bookout-submit {
    min-width: 180px;
    background: #059669;
}

.manager-bookout-scan-modal .scan-image {
    width: 540px;
    max-height: 240px;
    object-fit: cover;
    border-radius: 24px !important;
}

.manager-bookout-scan-modal .scan-subtitle {
    color: #475467;
    font-size: 14px;
    line-height: 1.45;
}

.manager-bookout-scan-modal .steps-label,
.manager-bookout-scan-modal .non-rfid-label {
    margin-bottom: 6px;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
}

.manager-bookout-scan-modal .steps-list {
    margin-bottom: 18px;
    padding-left: 20px;
    color: #374151;
    font-size: 13px;
    line-height: 1.5;
}

.manager-bookout-scan-modal .non-rfid-text {
    margin-bottom: 18px;
    color: #475467;
    font-size: 13px;
    line-height: 1.45;
}

.manager-bookout-scan-modal .scan-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.manager-bookout-scan-modal #scan-tools-table th,
.manager-bookout-scan-modal #scan-tools-table td {
    border-right: 1px solid #bfc3cc !important;
    border-bottom: 1px solid #bfc3cc !important;
    padding: 14px 16px !important;
    color: #111827 !important;
    font-size: 13px !important;
    text-align: left !important;
    vertical-align: middle !important;
    background: #fff !important;
}

.manager-bookout-scan-modal #scan-tools-table th {
    background: #e9ddff !important;
    font-weight: 700 !important;
}

.manager-bookout-success-modal .modal-content {
    max-width: 640px;
    margin: 0 auto;
    padding: 54px 24px !important;
}

.manager-bookout-success-icon {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.manager-bookout-success-fallback {
    display: inline-flex;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #6b95ff;
    color: #fff;
    font-size: 84px;
    box-shadow: inset -6px -8px 0 rgba(0, 0, 0, 0.12);
}

.manager-bookin-quarantine-modal .modal-dialog {
    width: calc(100vw - 32px);
    max-width: 1060px;
    height: calc(100vh - 32px);
    margin-top: 16px;
    margin-bottom: 16px;
}

.manager-bookin-modal .modal-content,
.manager-bookin-quarantine-modal .modal-content {
    display: flex;
    max-height: 100%;
    min-height: 0;
    height: 100%;
    border: 1px solid #dbe7ff;
    border-radius: 8px !important;
    box-shadow: 0 8px 28px rgba(22, 34, 66, 0.16);
}

.manager-bookin-modal .modal-header,
.manager-bookin-modal .modal-body,
.manager-bookin-modal .modal-footer,
.manager-bookin-quarantine-modal .modal-header,
.manager-bookin-quarantine-modal .modal-body,
.manager-bookin-quarantine-modal .modal-footer {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.manager-bookin-modal .modal-title,
.manager-bookin-quarantine-modal .modal-title {
    color: #2f2f34;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.manager-bookin-modal .text-muted,
.manager-bookin-quarantine-modal .intro-text {
    color: #667085 !important;
    font-size: 13px;
}

.manager-bookin-modal .table-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 26px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aab2c0;
}

.manager-bookin-modal .manager-bookin-reason-filter {
    width: 190px;
    min-height: 38px;
    border-radius: 6px;
    border: 1px solid #d7dce5;
    color: #344054;
    font-size: 13px;
}

.manager-bookin-tools-table,
.manager-bookin-selected-table,
.manager-bookin-quarantine-modal .table-quarantine,
.manager-bookin-quarantine-modal .table-location {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #bfc3cc;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.manager-bookin-tools-table th,
.manager-bookin-tools-table td,
.manager-bookin-selected-table th,
.manager-bookin-selected-table td,
.manager-bookin-quarantine-modal .table-quarantine th,
.manager-bookin-quarantine-modal .table-quarantine td,
.manager-bookin-quarantine-modal .table-location th,
.manager-bookin-quarantine-modal .table-location td {
    border-right: 1px solid #bfc3cc;
    border-bottom: 1px solid #bfc3cc;
    padding: 12px 14px;
    color: #111827;
    font-size: 12px;
    vertical-align: middle;
}

.manager-bookin-tools-table th,
.manager-bookin-selected-table th,
.manager-bookin-quarantine-modal .table-quarantine th,
.manager-bookin-quarantine-modal .table-location th {
    background: #e9ddff;
    font-weight: 700;
}

.manager-bookin-tool-row.is-selected td,
.manager-bookin-selected-row td {
    background: #e9ecef;
}

.manager-bookin-select-tool,
.manager-bookin-unselect,
.manager-bookin-quarantine-unselect {
    border: 0;
    background: transparent;
    color: #111827;
    text-decoration: underline;
    padding: 0;
    font-weight: 500;
}

.manager-bookin-modal .modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.manager-bookin-modal .modal-footer,
.manager-bookin-quarantine-modal .modal-footer {
    gap: 20px;
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
    z-index: 3;
    background: #fff;
    border-top: 0;
}

.manager-bookin-modal #btn-send-to-quarantine-v2 {
    min-width: 180px;
    height: 48px;
    border: 0;
    border-radius: 8px;
    background: #f04444;
    color: #fff;
}

.manager-bookin-modal #confirm-manager-bookin-v2,
.manager-bookin-quarantine-modal #btn-confirm-quarantine-v2 {
    min-width: 180px;
    height: 48px;
    border: 0;
    border-radius: 8px;
    background: #12b981;
    color: #fff;
}

.manager-bookin-modal .cbtn-grey,
.manager-bookin-quarantine-modal .btn-cancel {
    min-width: 110px;
    height: 48px;
    border: 0;
    border-radius: 8px;
    background: #e4e7eb;
    color: #333942;
}

.manager-bookin-quarantine-modal .modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.manager-bookin-quarantine-modal .section-title {
    margin-top: 28px;
    margin-bottom: 10px;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
}

.manager-bookin-quarantine-modal .reason-input {
    width: 230px;
    min-height: 44px;
    border: 1px solid #d7dce5;
    border-radius: 7px;
    padding: 8px 12px;
}

.manager-bookin-modal.technical-bookout-modal .modal-content {
    border: 1px solid #d7deea;
    border-radius: 5px !important;
    box-shadow: 0 3px 7px rgba(15, 23, 42, 0.22);
}

.manager-bookin-modal.technical-bookout-modal .modal-header,
.manager-bookin-modal.technical-bookout-modal .modal-body,
.manager-bookin-modal.technical-bookout-modal .modal-footer {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.manager-bookin-modal.technical-bookout-modal .modal-header {
    align-items: flex-start;
    padding-top: 28px !important;
}

.manager-bookin-modal.technical-bookout-modal .modal-body {
    padding-top: 28px;
    padding-bottom: 18px;
}

.manager-bookin-modal.technical-bookout-modal .modal-footer {
    position: static;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: 24px;
}

.manager-bookin-modal.technical-bookout-modal .modal-title {
    margin: 0 0 24px;
    color: #292929;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.2;
}

.manager-bookin-modal.technical-bookout-modal .modal-header p {
    margin: 0;
    color: #292929 !important;
    font-size: 17px;
}

.manager-bookin-modal.technical-bookout-modal .container-bookin {
    width: 100%;
}

.manager-bookin-modal.technical-bookout-modal .manager-bookout-searchbox {
    margin-top: 0;
}

.manager-bookin-modal.technical-bookout-modal .manager-bookout-searchbox i {
    left: 16px;
    color: #475569;
    font-size: 17px;
}

.manager-bookin-modal.technical-bookout-modal .manager-bookout-searchbox .form-control {
    height: 46px;
    border: 1px solid #2563eb;
    border-radius: 6px;
    padding-left: 42px;
    color: #334155;
    font-size: 15px;
}

.manager-bookin-modal.technical-bookout-modal .table-title-row {
    margin-top: 0;
    margin-bottom: 14px;
    padding-bottom: 0;
    border-bottom: 0;
}

.manager-bookin-modal.technical-bookout-modal .table-title {
    margin: 0;
    color: #292929;
    font-size: 16px;
    font-weight: 500;
}

.manager-bookin-modal.technical-bookout-modal .manager-bookin-reason-filter {
    width: 190px;
    min-height: 38px;
    border: 1px solid #2563eb;
    border-radius: 5px;
    color: #64748b;
    font-size: 14px;
}

.manager-bookin-modal.technical-bookout-modal .manager-bookin-tools-table,
.manager-bookin-modal.technical-bookout-modal .manager-bookin-selected-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.manager-bookin-modal.technical-bookout-modal .manager-bookin-tools-table th,
.manager-bookin-modal.technical-bookout-modal .manager-bookin-tools-table td,
.manager-bookin-modal.technical-bookout-modal .manager-bookin-selected-table th,
.manager-bookin-modal.technical-bookout-modal .manager-bookin-selected-table td {
    border: 1px solid #bfc3ca;
    padding: 12px 13px;
    color: #111827;
    font-size: 12px;
    line-height: 1.3;
    vertical-align: middle;
}

.manager-bookin-modal.technical-bookout-modal .manager-bookin-tools-table th,
.manager-bookin-modal.technical-bookout-modal .manager-bookin-selected-table th {
    background: #e8ddff;
    font-weight: 800;
}

.manager-bookin-modal.technical-bookout-modal .manager-bookin-select-tool,
.manager-bookin-modal.technical-bookout-modal .manager-bookin-unselect {
    font-size: 12px;
    font-weight: 400;
}

.manager-bookin-modal.technical-bookout-modal .manager-bookin-tool-row.is-selected td,
.manager-bookin-modal.technical-bookout-modal .manager-bookin-selected-row td {
    background: #edf1f5;
}

.manager-bookin-modal.technical-bookout-modal #btn-send-to-quarantine-v2,
.manager-bookin-modal.technical-bookout-modal #confirm-manager-bookin-v2,
.manager-bookin-modal.technical-bookout-modal .cbtn-grey {
    min-width: 92px;
    min-height: 38px;
    height: auto;
    border: 0;
    border-radius: 6px;
    padding: 9px 18px !important;
    font-size: 13px;
    font-weight: 400;
}

.manager-bookin-modal.technical-bookout-modal #btn-send-to-quarantine-v2 {
    min-width: 160px;
    background: #f04444;
    color: #fff;
}

.manager-bookin-modal.technical-bookout-modal #confirm-manager-bookin-v2 {
    min-width: 160px;
    background: #059669;
    color: #fff;
}

.manager-bookin-modal.technical-bookout-modal .cbtn-grey {
    background: #e5e7eb;
    color: #374151;
}

@media only screen and (max-width: 576px) {

    .technical-bookout-modal .modal-header,
    .technical-bookout-modal .modal-body,
    .technical-bookout-modal .modal-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .technical-bookout-modal .modal-footer {
        gap: 12px;
    }

    .technical-bookin-modal .technical-bookout-tools-section,
    .technical-bookin-note {
        margin-top: 42px;
    }
}

/* ── Work order left panel — task status mini pills ──────────────────── */
.wo-task-counts {
    border-top: 1px solid #e5e7eb;
    padding-top: 8px;
}

.wo-task-pill {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.4;
}

.wo-task-pill i {
    font-size: 11px;
}

.wo-task-pill-green {
    background: #d1fae5;
    color: #065f46;
}

.wo-task-pill-yellow {
    background: #fef3c7;
    color: #92400e;
}

.wo-task-pill-orange {
    background: #ffedd5;
    color: #9a3412;
}

.wo-task-pill-grey {
    background: #f3f4f6;
    color: #374151;
}
/* ─────────────────────────────────────────────────────────────────────── */

/* ── Solid status badges (work order left panel) ──────────────────────── */
.solid-grey-tag {
    background: #6C757D !important;
    color: #fff !important;
    border-radius: 20px;
    padding: 5px 15px !important;
    font-size: 12px;
    font-weight: 500;
    display: initial;
    white-space: nowrap;
}

.solid-yellow-tag {
    background: #F59E0B !important;
    color: #fff !important;
    border-radius: 20px;
    padding: 5px 15px !important;
    font-size: 12px;
    font-weight: 500;
    display: initial;
    white-space: nowrap;
}

.solid-orange-tag {
    background: #F97316 !important;
    color: #fff !important;
    border-radius: 20px;
    padding: 5px 15px !important;
    font-size: 12px;
    font-weight: 500;
    display: initial;
    white-space: nowrap;
}
/* ─────────────────────────────────────────────────────────────────────── */

/* Work order management dashboard */
.workflow-badge {
    padding: 6px 10px;
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
}

.workflow-badge[data-status="completed"] {
    background: #198754;
}

.workflow-badge[data-status="in-progress"] {
    background: #fd7e14;
}

.workflow-badge[data-status="need-review"] {
    background: #0d6efd;
}

.workflow-badge[data-status="rejected"] {
    background: #dc3545;
}

.workflow-badge[data-status="pending"] {
    background: #6c757d;
}

.work-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.work-stats-grid .stats-card {
    width: 100%;
    min-width: 0;
    margin: 0;
}

.work-stats-grid .stats-card > p {
    min-height: 40px;
    margin-bottom: 0;
    overflow-wrap: anywhere;
}

.work-stats-grid .task-content {
    gap: 10px;
}

.work-stats-grid .t-name,
.work-stats-grid .t-time {
    min-width: 0;
}

.work-stats-grid .t-name p,
.work-stats-grid .t-time p,
.work-stats-grid .stats-list p {
    overflow-wrap: anywhere;
    word-break: normal;
}

@media (max-width: 1199.98px) {
    .work-stats-grid {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
    }
}

@media (max-width: 575.98px) {
    .work-stats-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .work-stats-grid .stats-card > p {
        min-height: auto;
    }

    .work-stats-grid .task-content {
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .work-order-page-header,
    .work-order-list-header {
        align-items: stretch !important;
        flex-direction: column;
        gap: 16px;
    }

    .work-order-page-header h2,
    .work-order-list-header h2 {
        text-align: left !important;
        line-height: 1.15;
    }

    .work-order-page-header p {
        max-width: 260px;
        line-height: 1.45;
    }

    .work-order-page-header .btn-group-top,
    .work-order-list-header .btn-group-top {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-left: 0 !important;
    }

    .work-order-page-header .btn-view-grid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        padding: 6px;
    }

    .work-order-page-header .btn-view-grid a,
    .work-order-page-header .btn-group-top > .btn,
    .work-order-list-header .btn-group-top > .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 44px;
        white-space: normal;
        text-align: center;
        line-height: 1.25;
    }
}

.work-order-technician-page .work-order-tech-stats {
    display: grid;
    grid-template-columns: minmax(320px, 1.6fr) repeat(2, minmax(220px, 1fr));
    gap: 16px;
    align-items: stretch;
}

.work-order-technician-page .wo-card {
    width: 100%;
    max-width: none;
    min-width: 0;
}

.work-order-technician-page .stats-card {
    min-width: 0;
}

.work-order-technician-page .work-order-tech-table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.work-order-technician-page #taskTable,
.work-order-technician-page .dataTables_wrapper,
.work-order-technician-page .dataTables_scroll,
.work-order-technician-page .dataTables_scrollHead,
.work-order-technician-page .dataTables_scrollBody {
    width: 100% !important;
}

@media (max-width: 1199.98px) {
    .work-order-technician-page .work-order-tech-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .work-order-technician-page .wo-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .work-order-technician-page .work-order-tech-header,
    .work-order-technician-page .work-order-tech-list-header,
    .work-order-technician-page .card.bg-white > .d-flex.align-items-center.justify-content-between {
        align-items: stretch !important;
        flex-direction: column;
        gap: 14px;
    }

    .work-order-technician-page .btn-group-top {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-left: 0 !important;
    }

    .work-order-technician-page .btn-view-grid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        padding: 6px;
    }

    .work-order-technician-page .btn-view-grid a,
    .work-order-technician-page .btn-group-top > .btn,
    .work-order-technician-page .work-order-tech-list-header .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 44px;
        white-space: normal;
        text-align: center;
        line-height: 1.25;
    }

    .work-order-technician-page .work-order-tech-stats {
        grid-template-columns: minmax(0, 1fr);
    }

    .work-order-technician-page .dropdown-item {
        flex-direction: column;
        gap: 10px;
    }

    .work-order-technician-page .item-left,
    .work-order-technician-page .item-right {
        width: 100%;
        max-width: none;
        min-width: 0;
        text-align: left;
    }

    .work-order-technician-page .meta {
        line-height: 1.45;
    }

    .work-order-technician-page #taskFilterForm {
        width: 100%;
    }

    .work-order-technician-page #taskFilterForm > div {
        flex-basis: 100%;
    }

    .work-order-technician-page .dataTables_wrapper .dataTables_info,
    .work-order-technician-page .dataTables_wrapper .dataTables_paginate {
        float: none;
        width: 100%;
        text-align: left;
    }

    .work-order-technician-page .dataTables_wrapper .pagination {
        flex-wrap: wrap;
        justify-content: flex-start;
        row-gap: 6px;
    }
}

.asset-management-page .asset-table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.asset-management-page #assetsTable {
    width: 100% !important;
}

.asset-management-page .dataTables_wrapper {
    width: 100%;
}

.asset-management-page .dataTables_scroll,
.asset-management-page .dataTables_scrollHead,
.asset-management-page .dataTables_scrollBody {
    width: 100% !important;
}

@media (max-width: 767.98px) {
    .asset-management-page > .d-flex:first-child,
    .asset-management-page .card > .d-flex.align-items-center.justify-content-between {
        align-items: stretch !important;
        flex-direction: column;
        gap: 14px;
    }

    .asset-management-page .btn-group-top,
    .asset-management-page .card > .d-flex .d-flex.flex-column.flex-sm-row {
        width: 100%;
        margin-left: 0 !important;
    }

    .asset-management-page .btn-group-top .btn,
    .asset-management-page .card > .d-flex .d-flex.flex-column.flex-sm-row .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 44px;
        white-space: normal;
        text-align: center;
    }

    .asset-management-page .card > .d-flex.align-items-center.justify-content-between h4 {
        margin-bottom: 0;
    }

    .asset-management-page #reset_btn,
    .asset-management-page #apply_filter_btn {
        width: 100%;
        margin-top: 8px;
    }

    .asset-management-page .dataTables_wrapper .dataTables_paginate,
    .asset-management-page .dataTables_wrapper .dataTables_info {
        float: none;
        width: 100%;
        text-align: left;
    }

    .asset-management-page .dataTables_wrapper .pagination {
        flex-wrap: wrap;
        justify-content: flex-start;
        row-gap: 6px;
    }
}
