/* /Components/Layout/AuthLayout.razor.rz.scp.css */
body[b-yz2ph97bfv] {
    min-height: 100vh;
}

.auth-container[b-yz2ph97bfv] {
    min-height: 100vh;
}

.form-floating:focus-within[b-yz2ph97bfv] {
    z-index: 2;
}

.auth-card[b-yz2ph97bfv] {
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
/* /Components/Layout/DashboardLayout.razor.rz.scp.css */
body[b-prqd8609w5] {
    font-size: .875rem;
}

.feather[b-prqd8609w5] {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar[b-prqd8609w5] {
    position: fixed;
    top: 0;
    /* rtl:raw:
  right: 0;
  */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar[b-prqd8609w5] {
        top: 5rem;
    }
}

.sidebar-sticky[b-prqd8609w5] {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link[b-prqd8609w5] {
    color: #333;
}

    .sidebar .nav-link:hover[b-prqd8609w5] {
        background-color: var(--bs-secondary-bg) !important;
    }

    .sidebar .nav-link .feather[b-prqd8609w5] {
        margin-right: 4px;
        color: #727272;
    }

    .sidebar .nav-link.active[b-prqd8609w5] {
        font-weight: 500 !important;
        color: #2470dc;
    }

        .sidebar .nav-link:hover .feather[b-prqd8609w5],
        .sidebar .nav-link.active .feather[b-prqd8609w5] {
            color: inherit;
        }

.sidebar-heading[b-prqd8609w5] {
    font-size: .75rem;
    text-transform: uppercase;
}

.nav-link[b-prqd8609w5] {
    font-weight: 500 !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

/* Expandable nav item hover - theme-aware using Bootstrap utility classes */
.nav-link-expandable[b-prqd8609w5] {
    width: 100%;
    transition: background-color 0.05s ease-in-out;
}

.sidebar .nav-link-expandable.active[b-prqd8609w5] {
    color: black !important;
}

.nav-link-expandable .chevron-icon[b-prqd8609w5] {
    transition: transform 0.2s ease-in-out;
}

/* Default state: chevron points right (no rotation needed, already points right) */
.nav-link-expandable.collapsed .chevron-icon[b-prqd8609w5] {
    transform: rotate(0deg);
}

/* Expanded state: chevron points down (rotate 90 degrees) */
.nav-link-expandable:not(.collapsed) .chevron-icon[b-prqd8609w5] {
    transform: rotate(90deg);
}

.nav-item-submenu .nav-link[b-prqd8609w5] {
    padding-left: 2.5rem;
    font-size: 0.9rem;
}

    .nav-item-submenu .nav-link:hover[b-prqd8609w5] {
        background-color: var(--bs-secondary-bg);
    }

/*
 * Navbar
 */

.navbar-brand[b-prqd8609w5] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler[b-prqd8609w5] {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control[b-prqd8609w5] {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark[b-prqd8609w5] {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus[b-prqd8609w5] {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

#blazor-error-ui[b-prqd8609w5] {
    display: none;
}

    #blazor-error-ui .dismiss[b-prqd8609w5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReportLayout.razor.rz.scp.css */
@media print {
    body[b-fhs7qheuy3] {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .container[b-fhs7qheuy3] {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .col[b-fhs7qheuy3],
    .col-12[b-fhs7qheuy3],
    .col-md-8[b-fhs7qheuy3],
    .col-lg-8[b-fhs7qheuy3],
    [class*="col-"][b-fhs7qheuy3] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .row[b-fhs7qheuy3] {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .table-responsive[b-fhs7qheuy3] {
        overflow: visible !important;
    }

    /* Override any flex or display properties that might constrain width */
    .d-flex[b-fhs7qheuy3] {
        display: block !important;
        width: 100% !important;
    }

    .align-items-center[b-fhs7qheuy3],
    .justify-content-center[b-fhs7qheuy3] {
        display: block !important;
        width: 100% !important;
    }

    /* Force everything to use full width */
    *[b-fhs7qheuy3] {
        max-width: 100% !important;
    }

    /* Make sure tables use available width */
    table[b-fhs7qheuy3] {
        width: 100% !important;
    }
}
/* /Components/Pages/Auth/PasswordReset.razor.rz.scp.css */
body[b-1eifqvrsvn] {
    min-height: 100vh;
}

.container[b-1eifqvrsvn] {
    min-height: 100vh;
}

.form-floating:focus-within[b-1eifqvrsvn] {
    z-index: 2;
}

.card[b-1eifqvrsvn] {
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
/* /Components/Pages/ListManagement/DeviceAlarmTypes/DeviceAlarmTypeEdit.razor.rz.scp.css */
.draggable-row[b-ta1dc2kbhl] {
    cursor: move;
    transition: background-color 0.2s ease;
    padding: 8px;
    border-radius: 4px;
}

.draggable-row:hover[b-ta1dc2kbhl] {
    background-color: #f8f9fa;
}

.draggable-row.dragging[b-ta1dc2kbhl] {
    opacity: 0.5;
    background-color: #e9ecef;
}

.draggable-row.drag-over[b-ta1dc2kbhl] {
    border-top: 2px solid #0d6efd;
}

.drag-handle[b-ta1dc2kbhl] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    color: #6c757d;
    padding: 4px;
}

.drag-handle:active[b-ta1dc2kbhl] {
    cursor: grabbing;
}

.drag-handle:hover[b-ta1dc2kbhl] {
    color: #0d6efd;
}
/* /Components/Pages/Management/KnowledgeBase/TroubleshootingWorkflows/TroubleshootingWorkflowEdit/TroubleshootingWorkflowEdit.razor.rz.scp.css */
.step-card[b-u2qa0lcak4] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: #fff;
    transition: all 0.3s ease;
}

.step-card:hover[b-u2qa0lcak4] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.step-number[b-u2qa0lcak4] {
    background: #0d6efd;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.transition-line[b-u2qa0lcak4] {
    background: linear-gradient(to right, #e7f3ff 0%, #cfe7ff 100%);
    border-left: 3px solid #0d6efd;
    border-radius: 0.25rem;
    padding: 0.75rem 1rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.transition-line small[b-u2qa0lcak4] {
    color: #0d6efd;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    margin: 0;
}

.transition-line small svg[b-u2qa0lcak4] {
    flex-shrink: 0;
}

.transition-line-warning[b-u2qa0lcak4] {
    background: linear-gradient(to right, #fff3cd 0%, #ffe69c 100%);
    border-left: 3px solid #ffc107;
    border-radius: 0.25rem;
    padding: 0.75rem 1rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .transition-line-warning small[b-u2qa0lcak4] {
        color: #cc9a06;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 0.375rem;
        margin: 0;
    }

        .transition-line-warning small svg[b-u2qa0lcak4] {
            flex-shrink: 0;
        }
/* /Components/Pages/Reports/AlarmReport.razor.rz.scp.css */
/* Center summary cards */
.summary-card[b-swqxy1lzms] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.summary-icon[b-swqxy1lzms] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.summary-content[b-swqxy1lzms] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.device-card[b-swqxy1lzms] {
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
}

.device-header[b-swqxy1lzms] {
    background-color: #2c3e50;
    color: white;
    padding: 12px 20px;
}

/* Print styles for Alarm Report */
@media print {
    img[b-swqxy1lzms] {
        max-width: 300px !important;
    }

    .report-header[b-swqxy1lzms] {
        margin-top: 0 !important;
    }
   
    .alarm-table[b-swqxy1lzms] {
        page-break-inside: avoid;
        width: 100% !important;
    }

    /* Ensure proper page breaks */
    .alarm-section[b-swqxy1lzms] {
        page-break-inside: avoid;
    }

    /* Optimize summary cards for print */
    .summary-card[b-swqxy1lzms] {
        page-break-inside: avoid;
    }

    .device-card[b-swqxy1lzms] {
        border: none;
    }

    .device-header h5[b-swqxy1lzms] {
        color: black;
    }
}
/* /Components/Shared/CollapsableNavItem.razor.rz.scp.css */
.sidebar .nav-link[b-5awjxbj5bs] {
    color: #333;
}

    .sidebar .nav-link:hover[b-5awjxbj5bs] {
        background-color: var(--bs-secondary-bg) !important;
    }

    .sidebar .nav-link .feather[b-5awjxbj5bs] {
        margin-right: 4px;
        color: #727272;
    }

    .sidebar .nav-link.active[b-5awjxbj5bs] {
        font-weight: 500 !important;
        color: #2470dc;
    }

        .sidebar .nav-link:hover .feather[b-5awjxbj5bs],
        .sidebar .nav-link.active .feather[b-5awjxbj5bs] {
            color: inherit;
        }

.nav-link[b-5awjxbj5bs] {
    font-weight: 500 !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

/* Expandable nav item hover - theme-aware using Bootstrap utility classes */
.nav-link-expandable[b-5awjxbj5bs] {
    width: 100%;
    transition: background-color 0.05s ease-in-out;
}

.sidebar .nav-link-expandable.active[b-5awjxbj5bs] {
    color: black !important;
}

.nav-link-expandable .chevron-icon[b-5awjxbj5bs] {
    transition: transform 0.2s ease-in-out;
}

/* Default state: chevron points right (no rotation needed, already points right) */
.nav-link-expandable.collapsed .chevron-icon[b-5awjxbj5bs] {
    transform: rotate(0deg);
}

/* Expanded state: chevron points down (rotate 90 degrees) */
.nav-link-expandable:not(.collapsed) .chevron-icon[b-5awjxbj5bs] {
    transform: rotate(90deg);
}

.nav-item-submenu .nav-link[b-5awjxbj5bs] {
    padding-left: 2.5rem;
    font-size: 0.9rem;
}

    .nav-item-submenu .nav-link:hover[b-5awjxbj5bs] {
        background-color: var(--bs-secondary-bg);
    }
/* /Components/Shared/LedStatusIndicator.razor.rz.scp.css */
.led-indicator[b-6qn1lzo5s6] {
    user-select: none;
}

.led-light[b-6qn1lzo5s6] {
    position: relative;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #e8e8e8;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.led-glow[b-6qn1lzo5s6] {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* LED Colors - Modern palette with better contrast */
.led-off[b-6qn1lzo5s6] {
    background: linear-gradient(135deg, #3a3a3a 0%, #2a2a2a 100%);
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

.led-green[b-6qn1lzo5s6] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-color: rgba(5, 150, 105, 0.3);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.6), 0 0 40px rgba(16, 185, 129, 0.3), inset 0 1px 2px rgba(255, 255, 255, 0.5), inset 0 -2px 4px rgba(0, 0, 0, 0.2);
}

    .led-green .led-glow[b-6qn1lzo5s6] {
        opacity: 0.8;
    }

.led-yellow[b-6qn1lzo5s6] {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-color: rgba(245, 158, 11, 0.3);
    box-shadow: 0 0 20px rgba(251, 191, 36, 0.6), 0 0 40px rgba(251, 191, 36, 0.3), inset 0 1px 2px rgba(255, 255, 255, 0.5), inset 0 -2px 4px rgba(0, 0, 0, 0.2);
}

    .led-yellow .led-glow[b-6qn1lzo5s6] {
        opacity: 0.7;
    }

.led-red[b-6qn1lzo5s6] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    border-color: rgba(220, 38, 38, 0.3);
    box-shadow: 0 0 20px rgba(239, 68, 68, 0.6), 0 0 40px rgba(239, 68, 68, 0.3), inset 0 1px 2px rgba(255, 255, 255, 0.5), inset 0 -2px 4px rgba(0, 0, 0, 0.2);
}

    .led-red .led-glow[b-6qn1lzo5s6] {
        opacity: 0.8;
    }

/* Multi-color alternating states - split with gradient transition */
.led-green-yellow[b-6qn1lzo5s6] {
    background: linear-gradient(90deg, #10b981 0%, #10b981 48%, #fbbf24 52%, #fbbf24 100%);
    border-color: rgba(100, 100, 100, 0.3);
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.4), 0 0 15px rgba(251, 191, 36, 0.4);
}

.led-yellow-red[b-6qn1lzo5s6] {
    background: linear-gradient(90deg, #fbbf24 0%, #fbbf24 48%, #ef4444 52%, #ef4444 100%);
    border-color: rgba(100, 100, 100, 0.3);
    box-shadow: 0 0 15px rgba(251, 191, 36, 0.4), 0 0 15px rgba(239, 68, 68, 0.4);
}

.led-red-green[b-6qn1lzo5s6] {
    background: linear-gradient(90deg, #ef4444 0%, #ef4444 48%, #10b981 52%, #10b981 100%);
    border-color: rgba(100, 100, 100, 0.3);
    box-shadow: 0 0 15px rgba(239, 68, 68, 0.4), 0 0 15px rgba(16, 185, 129, 0.4);
}

/* Identify mode - smooth rainbow gradient */
.led-identify[b-6qn1lzo5s6] {
    background: linear-gradient( 90deg, #ef4444 0%, #f59e0b 20%, #10b981 40%, #3b82f6 60%, #8b5cf6 80%, #ef4444 100% );
    background-size: 300% 100%;
    border-color: rgba(100, 100, 100, 0.3);
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.5), 0 0 40px rgba(59, 130, 246, 0.3);
}

/* Modern, smooth animations */
@keyframes blink-b-6qn1lzo5s6 {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.15;
        transform: scale(0.98);
    }
}

@keyframes fast-blink-b-6qn1lzo5s6 {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.15;
        transform: scale(0.98);
    }
}

@keyframes double-blink-b-6qn1lzo5s6 {
    0%, 100% {
        opacity: 1;
    }

    15% {
        opacity: 0.15;
    }

    25% {
        opacity: 1;
    }

    40% {
        opacity: 0.15;
    }

    55%, 100% {
        opacity: 1;
    }
}

@keyframes dah-dit-b-6qn1lzo5s6 {
    0%, 100% {
        opacity: 1;
    }

    15% {
        opacity: 0.15;
    }

    35% {
        opacity: 1;
    }

    45% {
        opacity: 0.15;
    }

    50% {
        opacity: 1;
    }
}

@keyframes dah-di-dit-b-6qn1lzo5s6 {
    0%, 100% {
        opacity: 1;
    }

    12% {
        opacity: 0.15;
    }

    25% {
        opacity: 1;
    }

    35% {
        opacity: 0.15;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0.15;
    }

    55% {
        opacity: 1;
    }
}

@keyframes alternate-b-6qn1lzo5s6 {
    0%, 100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(0.25);
    }
}

@keyframes identify-rainbow-b-6qn1lzo5s6 {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

/* Apply animations with smooth easing */
.led-light.blink[b-6qn1lzo5s6] {
    animation: blink-b-6qn1lzo5s6 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.led-light.fast-blink[b-6qn1lzo5s6] {
    animation: fast-blink-b-6qn1lzo5s6 0.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.led-light.double-blink[b-6qn1lzo5s6] {
    animation: double-blink-b-6qn1lzo5s6 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.led-light.dah-dit[b-6qn1lzo5s6] {
    animation: dah-dit-b-6qn1lzo5s6 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.led-light.dah-di-dit[b-6qn1lzo5s6] {
    animation: dah-di-dit-b-6qn1lzo5s6 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.led-light.alternate[b-6qn1lzo5s6] {
    animation: alternate-b-6qn1lzo5s6 1s ease-in-out infinite;
}

.led-light.identify[b-6qn1lzo5s6] {
    animation: identify-rainbow-b-6qn1lzo5s6 3s linear infinite;
}

/* Hover effect for interactive states */
.led-light:not(.led-off):hover[b-6qn1lzo5s6] {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* Print styles - show static state without shadows */
@media print {
    .led-light[b-6qn1lzo5s6],
    .led-light.led-off[b-6qn1lzo5s6],
    .led-light.led-green[b-6qn1lzo5s6],
    .led-light.led-yellow[b-6qn1lzo5s6],
    .led-light.led-red[b-6qn1lzo5s6],
    .led-light.led-green-yellow[b-6qn1lzo5s6],
    .led-light.led-yellow-red[b-6qn1lzo5s6],
    .led-light.led-red-green[b-6qn1lzo5s6],
    .led-light.led-identify[b-6qn1lzo5s6] {
        animation: none !important;
        filter: none !important;
        transform: none !important;
        box-shadow: none !important;
    }

    .led-glow[b-6qn1lzo5s6] {
        display: none !important;
    }

    /* Color-matched borders for each LED state */
    .led-light.led-green[b-6qn1lzo5s6] {
        background: #10b981 !important;
        border: 2px solid #059669 !important;
    }

    .led-light.led-yellow[b-6qn1lzo5s6] {
        background: #fbbf24 !important;
        border: 2px solid #f59e0b !important;
    }

    .led-light.led-red[b-6qn1lzo5s6] {
        background: #ef4444 !important;
        border: 2px solid #dc2626 !important;
    }

    .led-light.led-off[b-6qn1lzo5s6] {
        background: #3a3a3a !important;
        border: 2px solid #2a2a2a !important;
    }

    .led-light.led-green-yellow[b-6qn1lzo5s6] {
        background: linear-gradient(90deg, #10b981 50%, #fbbf24 50%) !important;
        border: 2px solid #6b7280 !important;
    }

    .led-light.led-yellow-red[b-6qn1lzo5s6] {
        background: linear-gradient(90deg, #fbbf24 50%, #ef4444 50%) !important;
        border: 2px solid #6b7280 !important;
    }

    .led-light.led-red-green[b-6qn1lzo5s6] {
        background: linear-gradient(90deg, #ef4444 50%, #10b981 50%) !important;
        border: 2px solid #6b7280 !important;
    }

    .led-light.led-identify[b-6qn1lzo5s6] {
        background: #8b5cf6 !important;
        border: 2px solid #7c3aed !important;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .led-light[b-6qn1lzo5s6] {
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), inset 0 1px 2px rgba(255, 255, 255, 0.2), inset 0 -2px 4px rgba(0, 0, 0, 0.3);
    }

    .led-off[b-6qn1lzo5s6] {
        background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    }
}
/* /Components/Shared/SearchableSelect.razor.rz.scp.css */
.searchable-select[b-ultnldlwfv] {
    position: relative;
}

    .searchable-select .dropdown-menu[b-ultnldlwfv] {
        width: 100%;
        padding: 0.5rem 0;
    }

    .searchable-select .dropdown-item[b-ultnldlwfv] {
        cursor: pointer;
        padding: 0.5rem 1rem;
    }

        .searchable-select .dropdown-item:hover[b-ultnldlwfv] {
            background-color: #f8f9fa;
        }

        .searchable-select .dropdown-item.active[b-ultnldlwfv] {
            background-color: #0d6efd;
            color: white;
        }

.searchable-select-items[b-ultnldlwfv]::-webkit-scrollbar {
    width: 8px;
}

.searchable-select-items[b-ultnldlwfv]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.searchable-select-items[b-ultnldlwfv]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

    .searchable-select-items[b-ultnldlwfv]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
