/* _content/Client.Components/ComboBoxInput.razor.rz.scp.css */
/* === FLOATING LABEL === */

.bym-floating-label[b-qpf2cwogn2] {
    position: absolute;
    top: -25%;
    left: 0.75rem;
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
    pointer-events: auto;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 0px,2px;
    cursor: pointer;
    margin: 0;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

    .bym-floating-label[b-qpf2cwogn2]::before {
        content: '';
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
        z-index: -1;
    }

[data-bs-theme="dark"] .label-white-layer[b-qpf2cwogn2],
.dark .label-white-layer[b-qpf2cwogn2] {
    background: rgb(21, 23, 28) !important;
    background-color: rgb(21, 23, 28) !important;
    border-top-color: rgb(21, 23, 28);
    border-bottom-color: rgb(21, 23, 28);
    outline-color: rgb(21, 23, 28);
}

    [data-bs-theme="dark"] .label-white-layer[b-qpf2cwogn2]::before,
    .dark .label-white-layer[b-qpf2cwogn2]::before,
    [data-bs-theme="dark"] .label-white-layer[b-qpf2cwogn2]::after,
    .dark .label-white-layer[b-qpf2cwogn2]::after {
        background: rgb(21, 23, 28) !important;
        background-color: rgb(21, 23, 28) !important;
    }

.label-background[b-qpf2cwogn2] {
    display: none !important;
}

/* Label text */
.label-text[b-qpf2cwogn2] {
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 11;
    background: inherit; /* Inherit parent's background */
    padding: 0 2px; /* Small padding for text */
}

[data-bs-theme="dark"] .bym-floating-label[b-qpf2cwogn2],
.dark .bym-floating-label[b-qpf2cwogn2] {
    color: #fff !important;
}

.tooltip-background[b-qpf2cwogn2] {
    display: none;
    align-items: center;
    margin-left: 6px;
    position: relative;
    z-index: 11;
    background: inherit;
}

.form-floating:hover .tooltip-background[b-qpf2cwogn2],
.bym-floating-label:hover .tooltip-background[b-qpf2cwogn2],
.form-floating:has(.global-tooltip.show) .tooltip-background[b-qpf2cwogn2] {
    display: inline-flex;
}

.tooltip-white-layer[b-qpf2cwogn2] {
    display: none !important;
}

.tooltip-icon[b-qpf2cwogn2] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    cursor: help;
    line-height: 1;
}

[data-bs-theme="dark"] .tooltip-icon[b-qpf2cwogn2],
.dark .tooltip-icon[b-qpf2cwogn2] {
    background: #15171c;
    border-color: #6b7280;
    color: #9ca3af;
}

/* Global tooltip */
.global-tooltip[b-qpf2cwogn2] {
    position: fixed;
    z-index: 999999;
    background: #fff !important;
    color: #000 !important;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: inline-block;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box;
    max-width: 320px;
    width: auto;
    visibility: hidden;
    opacity: 0;
}

    .global-tooltip.show[b-qpf2cwogn2] {
        visibility: visible;
        opacity: 1;
    }

[data-bs-theme="dark"] .global-tooltip[b-qpf2cwogn2],
.dark .global-tooltip[b-qpf2cwogn2] {
    background: #374151 !important;
    color: #e5e7eb !important;
    border-color: rgba(255, 255, 255, 0.1);
}


.global-tooltip[b-qpf2cwogn2]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right-color: #fff;
}

[data-bs-theme="dark"] .global-tooltip[b-qpf2cwogn2]::before,
.dark .global-tooltip[b-qpf2cwogn2]::before {
    border-right-color: #374151;
}
/* _content/Client.Components/General/BymPageSelectBox.razor.rz.scp.css */
/* === FLOATING LABEL === */

.bym-floating-label[b-ouhcc5r4h7] {
    position: absolute;
    top: -33%;
    left: 0.75rem;
    font-size: 12px;
    padding : 0 2px;
    font-weight: bold;
    color: #000 !important;
    pointer-events: auto;
    z-index: 100;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

    .bym-floating-label[b-ouhcc5r4h7]::before {
        content: '';
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
        z-index: -1;
    }
/* COMPLETELY OPAQUE WHITE BACKGROUND */
/*.label-white-layer {
        display: inline-flex;
        align-items: center;
        gap: 0;
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
        padding: 0 6px;
        position: relative;
        z-index: 10;
        margin: 0;
    }*/

/* Additional white background layer for complete opacity */
/*.label-white-layer::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
        z-index: -1;
    }*/

/* Another layer to ensure complete coverage */
/*.label-white-layer::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 4px;
        transform: translateY(-50%);
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
        z-index: -1;
    }*/

[data-bs-theme="dark"] .label-white-layer[b-ouhcc5r4h7],
.dark .label-white-layer[b-ouhcc5r4h7] {
    background: rgb(21, 23, 28) !important;
    background-color: rgb(21, 23, 28) !important;
    border-top-color: rgb(21, 23, 28);
    border-bottom-color: rgb(21, 23, 28);
    outline-color: rgb(21, 23, 28);
}

    [data-bs-theme="dark"] .label-white-layer[b-ouhcc5r4h7]::before,
    .dark .label-white-layer[b-ouhcc5r4h7]::before,
    [data-bs-theme="dark"] .label-white-layer[b-ouhcc5r4h7]::after,
    .dark .label-white-layer[b-ouhcc5r4h7]::after {
        background: rgb(21, 23, 28) !important;
        background-color: rgb(21, 23, 28) !important;
    }

/* Remove the label-background div - not needed */
.label-background[b-ouhcc5r4h7] {
    display: none !important;
}

/* Label text */
.label-text[b-ouhcc5r4h7] {
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 11;
    background: inherit; /* Inherit parent's background */
    padding: 0 10px; /* Small padding for text */
}

[data-bs-theme="dark"] .bym-floating-label[b-ouhcc5r4h7],
.dark .bym-floating-label[b-ouhcc5r4h7] {
    color: #fff !important;
}

/* Tooltip with same background treatment */
.tooltip-background[b-ouhcc5r4h7] {
    display: none;
    align-items: center;
    margin-left: 6px;
    position: relative;
    padding 0 4px;
    z-index: 11;
    background: inherit; /* Inherit parent's background */
}

.form-floating:hover .tooltip-background[b-ouhcc5r4h7],
.bym-floating-label:hover .tooltip-background[b-ouhcc5r4h7],
.form-floating:has(.global-tooltip.show) .tooltip-background[b-ouhcc5r4h7] {
    display: inline-flex;
}

/* Remove the tooltip-white-layer - not needed */
.tooltip-white-layer[b-ouhcc5r4h7] {
    display: none !important;
}

.tooltip-icon[b-ouhcc5r4h7] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    cursor: help;
    line-height: 1;
}

[data-bs-theme="dark"] .tooltip-icon[b-ouhcc5r4h7],
.dark .tooltip-icon[b-ouhcc5r4h7] {
    background: #15171c;
    border-color: #6b7280;
    color: #9ca3af;
}

/* Focus states - maintain solid background */
.form-floating .dx-texteditor:focus ~ .bym-floating-label[b-ouhcc5r4h7],
.form-floating .dx-texteditor:not(:placeholder-shown) ~ .bym-floating-label[b-ouhcc5r4h7] {
    color: #000 !important;
}

    /* Ensure white background stays solid on focus */
    .form-floating .dx-texteditor:focus ~ .bym-floating-label .label-white-layer[b-ouhcc5r4h7],
    .form-floating .dx-texteditor:not(:placeholder-shown) ~ .bym-floating-label .label-white-layer[b-ouhcc5r4h7] {
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
    }

[data-bs-theme="dark"] .form-floating .dx-texteditor:focus ~ .bym-floating-label[b-ouhcc5r4h7],
[data-bs-theme="dark"] .form-floating .dx-texteditor:not(:placeholder-shown) ~ .bym-floating-label[b-ouhcc5r4h7],
.dark .form-floating .dx-texteditor:focus ~ .bym-floating-label[b-ouhcc5r4h7],
.dark .form-floating .dx-texteditor:not(:placeholder-shown) ~ .bym-floating-label[b-ouhcc5r4h7] {
    color: #60a5fa !important;
}

    [data-bs-theme="dark"] .form-floating .dx-texteditor:focus ~ .bym-floating-label .label-white-layer[b-ouhcc5r4h7],
    [data-bs-theme="dark"] .form-floating .dx-texteditor:not(:placeholder-shown) ~ .bym-floating-label .label-white-layer[b-ouhcc5r4h7],
    .dark .form-floating .dx-texteditor:focus ~ .bym-floating-label .label-white-layer[b-ouhcc5r4h7],
    .dark .form-floating .dx-texteditor:not(:placeholder-shown) ~ .bym-floating-label .label-white-layer[b-ouhcc5r4h7] {
        background: rgb(21, 23, 28) !important;
        background-color: rgb(21, 23, 28) !important;
        opacity: 1 !important;
    }

/* Input alignment */
.form-floating .dx-texteditor[b-ouhcc5r4h7] {
    min-height: 3.5rem;
    display: flex;
    align-items: center;
}

    .form-floating .dx-texteditor .dx-texteditor-input-container[b-ouhcc5r4h7] {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 0.75rem;
    }

    .form-floating .dx-texteditor input.dx-texteditor-input[b-ouhcc5r4h7] {
        padding: 0.5rem 0.75rem !important;
        margin: 0;
        height: auto;
        line-height: normal;
        font-size: 1rem;
    }

.form-floating .form-control[b-ouhcc5r4h7] {
    min-height: 3.5rem;
    padding: 1rem 0.75rem;
    display: flex;
    align-items: center;
}

/* Global tooltip */
.global-tooltip[b-ouhcc5r4h7] {
    visibility: hidden;
    opacity: 0;
    background: #fff !important;
    color: #000 !important;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 999999;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    pointer-events: none;
    min-width: 140px;
    max-width: 280px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: fixed;
    transition: opacity 0.2s, visibility 0.2s;
}

    .global-tooltip.show[b-ouhcc5r4h7] {
        visibility: visible;
        opacity: 1;
    }

[data-bs-theme="dark"] .global-tooltip[b-ouhcc5r4h7],
.dark .global-tooltip[b-ouhcc5r4h7] {
    background: #374151 !important;
    color: #e5e7eb !important;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.global-tooltip[b-ouhcc5r4h7]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right-color: #fff;
}

[data-bs-theme="dark"] .global-tooltip[b-ouhcc5r4h7]::before,
.dark .global-tooltip[b-ouhcc5r4h7]::before {
    border-right-color: #374151;
}

/* InGrid */
.dx-texteditor.fs-6 input.dx-texteditor-input[b-ouhcc5r4h7] {
    padding: 0.5rem !important;
    font-size: inherit !important;
}

/* Date/Time Edit */
.form-floating .dxbs-date-edit[b-ouhcc5r4h7],
.form-floating .dxbs-time-edit[b-ouhcc5r4h7] {
    display: flex;
    align-items: center;
    min-height: 3.5rem;
}

    .form-floating .dxbs-date-edit input[b-ouhcc5r4h7],
    .form-floating .dxbs-time-edit input[b-ouhcc5r4h7] {
        padding: 0.5rem 0.75rem !important;
    }
/* _content/Client.Components/General/GridViewTemplate.razor.rz.scp.css */
.filter-card[b-5lvb1wa3b1] {
    position: relative;
    display: inline-block;
    margin-top: 6px;
    padding-right: 1rem;
}

/* ================= CAPTION ================= */
.filter-caption[b-5lvb1wa3b1] {
    pointer-events: none;
    position: absolute;
    top: -13px;
    left: 2px;
    padding: 1px 8px;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    color: #0d6efd;
    background-color: rgba(13,110,253,.12);
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    transition: background-color .15s ease, border-color .15s ease;
}

/* ================= PILL ================= */
.filter-pill[b-5lvb1wa3b1] {
    display: flex;
    align-items: center;
    height: 34px;
    min-width: 96px;
    max-width: 140px;
    padding: 0 6px;
    gap: 6px;
    background-color: rgba(13,110,253,.12);
    border-radius: 6px;
    border: 1px solid transparent;
    color: #0d6efd;
    font-weight: 500;
    transition: background-color .15s ease, border-color .15s ease;
}

/* ================= TEXT ================= */
.filter-text[b-5lvb1wa3b1] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ================= CLEAR BUTTON ================= */
.filter-clear-btn[b-5lvb1wa3b1] {
    margin-left: auto;
    flex-shrink: 0;
    border: none;
    background: transparent;
    padding: 2px;
    display: flex;
    align-items: center;
    opacity: .5;
    transition: opacity .15s ease;
}

    .filter-clear-btn:hover[b-5lvb1wa3b1] {
        opacity: 1;
    }

/* ================= HOVER ================= */
.filter-card:hover .filter-pill[b-5lvb1wa3b1] {
    background-color: rgba(13,110,253,.18);
    border-color: rgba(13,110,253,.4);
}

.filter-card:hover .filter-caption[b-5lvb1wa3b1] {
    background-color: rgba(13,110,253,.18);
    border-color: rgba(13,110,253,.4);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 576px) {

    .filter-pill[b-5lvb1wa3b1] {
        min-width: 80px;
        max-width: 120px;
        padding: 0 5px;
    }
}



.filter-drawer-button[b-5lvb1wa3b1] {
    transition: all 0.2s ease;
    padding: 10px 16px !important;
    border-radius: 20px;
    font-size: 13px;
    min-height: 38px;
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .filter-drawer-button:hover[b-5lvb1wa3b1] {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .filter-drawer-button span.fw-bold[b-5lvb1wa3b1] {
        font-size: 13px;
    }

    .filter-drawer-button span[b-5lvb1wa3b1] {
        font-size: 13px;
    }

.filter-drawer-button i.fa-times[b-5lvb1wa3b1] {
    transition: all 0.2s ease;
    flex-shrink: 0;
    font-size: 13px;
    opacity: 0.7;
    cursor: pointer;
    padding: 2px 4px;
    border-radius: 3px;
    margin-left: 4px;
}

    .filter-drawer-button i.fa-times:hover[b-5lvb1wa3b1] {
        opacity: 1;
        background: rgba(0, 0, 0, 0.1);
        transform: scale(1.2);
    }

    .filter-drawer-button i.fa-times:active[b-5lvb1wa3b1] {
        transform: scale(0.9);
    }
/* _content/Client.Components/General/TabPageLayout.razor.rz.scp.css */
/* Professional Chrome Tabs - 2025 Design Trends - Fixed */

/* Default Light Theme */
/*:root,
[data-theme="light"],
[data-bs-theme="light"] {
    --chrome-toolbar-bg: #f8fafc;
    --chrome-tab-bg-inactive: #e2e8f0;
    --chrome-tab-bg-active: #ffffff;
    --chrome-tab-text-inactive: #475569;
    --chrome-tab-text-active: #0f172a;
    --chrome-tab-border: #cbd5e1;
    --chrome-tab-hover: #f1f5f9;
    --chrome-close-btn: #64748b;
    --chrome-close-btn-hover: #ef4444;
    --chrome-close-btn-bg-hover: rgba(239, 68, 68, 0.1);
    --chrome-shadow: 0 1px 3px rgba(15, 23, 42, 0.1);
    --chrome-active-shadow: 0 4px 6px rgba(15, 23, 42, 0.1);
    --chrome-accent: #3b82f6;
    --chrome-accent-light: #dbeafe;
}*/

/* Dark Theme */
/*[data-theme="dark"],
[data-bs-theme="dark"] {
    --chrome-toolbar-bg: #1e293b;
    --chrome-tab-bg-inactive: #334155;
    --chrome-tab-bg-active: #1e293b;
    --chrome-tab-text-inactive: #94a3b8;
    --chrome-tab-text-active: #f8fafc;
    --chrome-tab-border: #475569;
    --chrome-tab-hover: #334155;
    --chrome-close-btn: #94a3b8;
    --chrome-close-btn-hover: #f87171;
    --chrome-close-btn-bg-hover: rgba(248, 113, 113, 0.1);
    --chrome-accent: #60a5fa;
    --chrome-accent-light: #1e40af;
}*/

/* Fallback for browsers that don't support CSS custom properties */
/*.tabstrip-container {
    background: #f8fafc;
    border-bottom: 1px solid #cbd5e1;
    user-select: none;
    position: relative;
    height: 36px;
    overflow: hidden;
}

[data-theme="dark"] .tabstrip-container,
[data-bs-theme="dark"] .tabstrip-container {
    background: #1e293b;
    border-bottom: 1px solid #475569;
}*/

/* Apply CSS variables */
/*.tabstrip-container {
    background: var(--chrome-toolbar-bg);
    border-bottom: 1px solid var(--chrome-tab-border);
}*/

/* Tab strip */
/*.tab-strip {
    display: flex;
    height: 100%;
    position: relative;
    align-items: flex-end;
    padding-left: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .tab-strip::-webkit-scrollbar {
        display: none;
    }

.tab-strip-region {
    display: flex;
    flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
}*/

/* Individual tab */
/*.tab {
    position: relative;
    height: 36px;
    width: 240px;
    min-width: 100px;
    max-width: 240px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    margin-right: -16px;
    transition: none;
    background: var(--chrome-tab-bg-inactive);
    border-radius: 8px 8px 0 0;
    border: 1px solid var(--chrome-tab-border);
    border-bottom: none;
}*/

/* Fallback colors */
/*.tab {
    background: #e2e8f0;
    border-color: #cbd5e1;
}

[data-theme="dark"] .tab,
[data-bs-theme="dark"] .tab {
    background: #334155;
    border-color: #475569;
}

.tab:last-child {
    margin-right: 0;
}

.tab:hover {
    z-index: 2;
    background: var(--chrome-tab-hover);
}

.tab:hover {
    background: #f1f5f9;
}

[data-theme="dark"] .tab:hover,
[data-bs-theme="dark"] .tab:hover {
    background: #334155;
}

.tab.active {
    z-index: 3;
    background: var(--chrome-tab-bg-active);
    border-color: var(--chrome-accent);
    border-width: 2px;
    border-bottom: none;
}

.tab.active {
    background: #ffffff;
    border-color: #3b82f6;
}

[data-theme="dark"] .tab.active,
[data-bs-theme="dark"] .tab.active {
    background: #1e293b;
    border-color: #60a5fa;
}

.tab.dragging {
    opacity: 0.8;
    z-index: 100;
    transform: rotate(3deg);
    transition: transform 0.1s ease;
}*/

/* Tab background - Chrome's trapezoid shape */
/*.tab-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;*/ /* Hide SVG backgrounds, use CSS backgrounds instead */
/*}

.tab-geometry-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/

/* Tab content layout */
/*.tab-content {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 16px;
    z-index: 2;
    gap: 8px;
}*/

/* Favicon */
/*.tab-favicon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.tab.active .tab-favicon {
    opacity: 1;
}

.tab-favicon svg,
.tab-favicon i {
    width: 16px;
    height: 16px;
    color: var(--chrome-tab-text-inactive);
}*/

/* Fallback favicon colors */
/*.tab-favicon svg,
.tab-favicon i {
    color: #475569;
}

[data-theme="dark"] .tab-favicon svg,
[data-bs-theme="dark"] .tab-favicon svg,
[data-theme="dark"] .tab-favicon i,
[data-bs-theme="dark"] .tab-favicon i {
    color: #94a3b8;
}

.tab.active .tab-favicon svg,
.tab.active .tab-favicon i {
    color: var(--chrome-accent);
}

.tab.active .tab-favicon svg,
.tab.active .tab-favicon i {
    color: #3b82f6;
}

[data-theme="dark"] .tab.active .tab-favicon svg,
[data-bs-theme="dark"] .tab.active .tab-favicon svg,
[data-theme="dark"] .tab.active .tab-favicon i,
[data-bs-theme="dark"] .tab.active .tab-favicon i {
    color: #60a5fa;
}*/

/* Tab title */
/*.tab-title {
    flex: 1;
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.tab-title-content {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: var(--chrome-tab-text-inactive);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    width: 100%;
    letter-spacing: -0.01em;
}*/

/* Fallback text colors */
/*.tab-title-content {
    color: #475569;
}

[data-theme="dark"] .tab-title-content,
[data-bs-theme="dark"] .tab-title-content {
    color: #94a3b8;
}

.tab.active .tab-title-content {
    color: var(--chrome-tab-text-active);
    font-weight: 600;
}

.tab.active .tab-title-content {
    color: #0f172a;
}

[data-theme="dark"] .tab.active .tab-title-content,
[data-bs-theme="dark"] .tab.active .tab-title-content {
    color: #f8fafc;
}*/

/* Audio indicator */
/*.tab-audio-indicator {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -8px;
}

    .tab-audio-indicator svg {
        width: 16px;
        height: 16px;
        color: var(--chrome-accent);
    }

    .tab-audio-indicator svg {
        color: #3b82f6;
    }

[data-theme="dark"] .tab-audio-indicator svg,
[data-bs-theme="dark"] .tab-audio-indicator svg {
    color: #60a5fa;
}*/

/* Close button */
/*.tab-close {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-right: -8px;
}

.tab:hover .tab-close {
    opacity: 1;
}

.tab.active .tab-close {
    opacity: 0.7;
}

.tab.active:hover .tab-close {
    opacity: 1;
}

.tab-close:hover {
    background: var(--chrome-close-btn-bg-hover);
    transform: scale(1.1);
}

.tab-close:hover {
    background: rgba(239, 68, 68, 0.1);
}

[data-theme="dark"] .tab-close:hover,
[data-bs-theme="dark"] .tab-close:hover {
    background: rgba(248, 113, 113, 0.1);
}

.tab-close svg {
    width: 14px;
    height: 14px;
    color: var(--chrome-close-btn);
    transition: color 0.15s ease;
}

.tab-close svg {
    color: #64748b;
}

[data-theme="dark"] .tab-close svg,
[data-bs-theme="dark"] .tab-close svg {
    color: #94a3b8;
}

.tab-close:hover svg {
    color: var(--chrome-close-btn-hover);
}

.tab-close:hover svg {
    color: #ef4444;
}

[data-theme="dark"] .tab-close:hover svg,
[data-bs-theme="dark"] .tab-close:hover svg {
    color: #f87171;
}*/

/* Pinned tabs */
/*.tab.pinned {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
}

    .tab.pinned .tab-title,
    .tab.pinned .tab-audio-indicator {
        display: none;
    }

    .tab.pinned .tab-content {
        padding: 0;
        justify-content: center;
    }

    .tab.pinned .tab-close {
        display: none;
    }*/

/* New tab button */
/*.new-tab-button {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 8px;
    transition: all 0.15s ease;
    flex-shrink: 0;
    background: transparent;
}

    .new-tab-button:hover {
        background: var(--chrome-accent-light);
        transform: scale(1.1);
    }

    .new-tab-button:hover {
        background: #dbeafe;
    }

[data-theme="dark"] .new-tab-button:hover,
[data-bs-theme="dark"] .new-tab-button:hover {
    background: #1e40af;
}

.new-tab-button svg {
    width: 16px;
    height: 16px;
    color: var(--chrome-accent);
}

.new-tab-button svg {
    color: #3b82f6;
}

[data-theme="dark"] .new-tab-button svg,
[data-bs-theme="dark"] .new-tab-button svg {
    color: #60a5fa;
}*/

/* Tab content area */
/*.tab-content-area {
    display: none;
    width: 100%;
    height: calc(100vh - 37px);
    background: var(--chrome-tab-bg-active);
}

.tab-content-area {
    background: #ffffff;
}

[data-theme="dark"] .tab-content-area,
[data-bs-theme="dark"] .tab-content-area {
    background: #1e293b;
}

.tab-content-area.active {
    display: block;
}

.tab-content-inner {
    width: 100%;
    height: 100%;
    overflow: auto;
}*/

/* Empty state */
/*.empty-state {
    width: 100%;
    height: calc(100vh - 37px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--chrome-tab-bg-active);
    color: var(--chrome-tab-text-inactive);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.empty-state {
    background: #ffffff;
    color: #475569;
}

[data-theme="dark"] .empty-state,
[data-bs-theme="dark"] .empty-state {
    background: #1e293b;
    color: #94a3b8;
}*/

/* Responsive behavior */
/*@media (max-width: 1200px) {
    .tab {
        width: 180px;
        max-width: 180px;
    }
}

@media (max-width: 900px) {
    .tab {
        width: 140px;
        max-width: 140px;
        min-width: 80px;
    }

    .tab-content {
        padding: 0 12px;
        gap: 6px;
    }

    .tab-title-content {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .tab {
        width: 100px;
        max-width: 100px;
        min-width: 60px;
    }

    .tab-content {
        padding: 0 8px;
        gap: 4px;
    }

    .tab-favicon {
        display: none;
    }
}

@media (max-width: 480px) {
    .tab-strip-region {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .tab-strip-region::-webkit-scrollbar {
            display: none;
        }

    .tab {
        flex-shrink: 0;
        margin-right: 0;
    }
}*/

/* Focus styles */
/*.tab:focus {
    outline: 2px solid var(--chrome-accent);
    outline-offset: -2px;
    border-radius: 8px 8px 0 0;
}

.tab:focus {
    outline-color: #3b82f6;
}

[data-theme="dark"] .tab:focus,
[data-bs-theme="dark"] .tab:focus {
    outline-color: #60a5fa;
}

.new-tab-button:focus {
    outline: 2px solid var(--chrome-accent);
    outline-offset: 2px;
}

.new-tab-button:focus {
    outline-color: #3b82f6;
}

[data-theme="dark"] .new-tab-button:focus,
[data-bs-theme="dark"] .new-tab-button:focus {
    outline-color: #60a5fa;
}*/

/* Loading spinner */
/*.tab-loading {
    width: 16px;
    height: 16px;
    border: 2px solid var(--chrome-tab-border);
    border-top: 2px solid var(--chrome-accent);
    border-radius: 50%;
    animation: tab-loading-spin 1s linear infinite;
}

.tab-loading {
    border-color: #cbd5e1;
    border-top-color: #3b82f6;
}

[data-theme="dark"] .tab-loading,
[data-bs-theme="dark"] .tab-loading {
    border-color: #475569;
    border-top-color: #60a5fa;
}

@keyframes tab-loading-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

/* Reduced motion */
/*@media (prefers-reduced-motion: reduce) {
    .tab-close,
    .new-tab-button,
    .tab.dragging {
        transition: none;
    }
}*/

/* High contrast mode */
/*@media (prefers-contrast: high) {
    .tab {
        border-width: 2px;
    }

    .tab-title-content {
        font-weight: 600;
    }
}*/
.responsive-title[b-y6f6quwcy7] {
    font-size: 1.3rem; /* PC boyutu */
}

@media (max-width: 768px) {
    .responsive-title[b-y6f6quwcy7] {
        font-size: 1.65rem;
        font-weight: 800 !important;
    }
}
/* _content/Client.Components/InputGroups/BYMCheckboxInput.razor.rz.scp.css */
/* === FLOATING LABEL === */

.bym-floating-label[b-wzcr21660v] {
    position: absolute;
    top: -30%;
    left: 0.75rem;
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
    pointer-events: auto;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 0px,2px;
    cursor: pointer;
    margin: 0;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

    .bym-floating-label[b-wzcr21660v]::before {
        content: '';
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
        z-index: -1;
    }

[data-bs-theme="dark"] .label-white-layer[b-wzcr21660v],
.dark .label-white-layer[b-wzcr21660v] {
    background: rgb(21, 23, 28) !important;
    background-color: rgb(21, 23, 28) !important;
    border-top-color: rgb(21, 23, 28);
    border-bottom-color: rgb(21, 23, 28);
    outline-color: rgb(21, 23, 28);
}

    [data-bs-theme="dark"] .label-white-layer[b-wzcr21660v]::before,
    .dark .label-white-layer[b-wzcr21660v]::before,
    [data-bs-theme="dark"] .label-white-layer[b-wzcr21660v]::after,
    .dark .label-white-layer[b-wzcr21660v]::after {
        background: rgb(21, 23, 28) !important;
        background-color: rgb(21, 23, 28) !important;
    }

.label-background[b-wzcr21660v] {
    display: none !important;
}

/* Label text */
.label-text[b-wzcr21660v] {
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 11;
    background: inherit; /* Inherit parent's background */
    padding: 0 2px; /* Small padding for text */
}

[data-bs-theme="dark"] .bym-floating-label[b-wzcr21660v],
.dark .bym-floating-label[b-wzcr21660v] {
    color: #fff !important;
}

.tooltip-background[b-wzcr21660v] {
    display: none;
    align-items: center;
    margin-left: 6px;
    position: relative;
    z-index: 11;
    background: inherit;
}

.form-floating:hover .tooltip-background[b-wzcr21660v],
.bym-floating-label:hover .tooltip-background[b-wzcr21660v],
.form-floating:has(.global-tooltip.show) .tooltip-background[b-wzcr21660v] {
    display: inline-flex;
}

.tooltip-white-layer[b-wzcr21660v] {
    display: none !important;
}

.tooltip-icon[b-wzcr21660v] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    cursor: help;
    line-height: 1;
}

[data-bs-theme="dark"] .tooltip-icon[b-wzcr21660v],
.dark .tooltip-icon[b-wzcr21660v] {
    background: #15171c;
    border-color: #6b7280;
    color: #9ca3af;
}

/* Global tooltip */
.global-tooltip[b-wzcr21660v] {
    position: fixed;
    z-index: 999999;
    background: #fff !important;
    color: #000 !important;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: inline-block;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box;
    max-width: 320px;
    width: auto;
    visibility: hidden;
    opacity: 0;
}

    .global-tooltip.show[b-wzcr21660v] {
        visibility: visible;
        opacity: 1;
    }

[data-bs-theme="dark"] .global-tooltip[b-wzcr21660v],
.dark .global-tooltip[b-wzcr21660v] {
    background: #374151 !important;
    color: #e5e7eb !important;
    border-color: rgba(255, 255, 255, 0.1);
}


.global-tooltip[b-wzcr21660v]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right-color: #fff;
}

[data-bs-theme="dark"] .global-tooltip[b-wzcr21660v]::before,
.dark .global-tooltip[b-wzcr21660v]::before {
    border-right-color: #374151;
}
/* _content/Client.Components/InputGroups/BymDateEdit.razor.rz.scp.css */
/* === FLOATING LABEL === */

.bym-floating-label[b-xosmnujik4] {
    position: absolute;
    top: -30%;
    left: 0.75rem;
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
    pointer-events: auto;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 0px,2px;
    cursor: pointer;
    margin: 0;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

    .bym-floating-label[b-xosmnujik4]::before {
        content: '';
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
        z-index: -1;
    }

[data-bs-theme="dark"] .label-white-layer[b-xosmnujik4],
.dark .label-white-layer[b-xosmnujik4] {
    background: rgb(21, 23, 28) !important;
    background-color: rgb(21, 23, 28) !important;
    border-top-color: rgb(21, 23, 28);
    border-bottom-color: rgb(21, 23, 28);
    outline-color: rgb(21, 23, 28);
}

    [data-bs-theme="dark"] .label-white-layer[b-xosmnujik4]::before,
    .dark .label-white-layer[b-xosmnujik4]::before,
    [data-bs-theme="dark"] .label-white-layer[b-xosmnujik4]::after,
    .dark .label-white-layer[b-xosmnujik4]::after {
        background: rgb(21, 23, 28) !important;
        background-color: rgb(21, 23, 28) !important;
    }

.label-background[b-xosmnujik4] {
    display: none !important;
}

/* Label text */
.label-text[b-xosmnujik4] {
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 11;
    background: inherit; /* Inherit parent's background */
    padding: 0 2px; /* Small padding for text */
}

[data-bs-theme="dark"] .bym-floating-label[b-xosmnujik4],
.dark .bym-floating-label[b-xosmnujik4] {
    color: #fff !important;
}

.tooltip-background[b-xosmnujik4] {
    display: none;
    align-items: center;
    margin-left: 6px;
    position: relative;
    z-index: 11;
    background: inherit;
}

.form-floating:hover .tooltip-background[b-xosmnujik4],
.bym-floating-label:hover .tooltip-background[b-xosmnujik4],
.form-floating:has(.global-tooltip.show) .tooltip-background[b-xosmnujik4] {
    display: inline-flex;
}

.tooltip-white-layer[b-xosmnujik4] {
    display: none !important;
}

.tooltip-icon[b-xosmnujik4] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    cursor: help;
    line-height: 1;
}

[data-bs-theme="dark"] .tooltip-icon[b-xosmnujik4],
.dark .tooltip-icon[b-xosmnujik4] {
    background: #15171c;
    border-color: #6b7280;
    color: #9ca3af;
}

/* Global tooltip */
.global-tooltip[b-xosmnujik4] {
    position: fixed;
    z-index: 999999;
    background: #fff !important;
    color: #000 !important;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: inline-block;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box;
    max-width: 320px;
    width: auto;
    visibility: hidden;
    opacity: 0;
}

    .global-tooltip.show[b-xosmnujik4] {
        visibility: visible;
        opacity: 1;
    }

[data-bs-theme="dark"] .global-tooltip[b-xosmnujik4],
.dark .global-tooltip[b-xosmnujik4] {
    background: #374151 !important;
    color: #e5e7eb !important;
    border-color: rgba(255, 255, 255, 0.1);
}


.global-tooltip[b-xosmnujik4]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right-color: #fff;
}

[data-bs-theme="dark"] .global-tooltip[b-xosmnujik4]::before,
.dark .global-tooltip[b-xosmnujik4]::before {
    border-right-color: #374151;
}
/* _content/Client.Components/InputGroups/BYMInput.razor.rz.scp.css */
/* === FLOATING LABEL INPUT === */

.bym-floating-label[b-aiw4p1b3i7] {
    position: absolute;
    top: -30%;
    left: 0.75rem;
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
    pointer-events: auto;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding:0px,2px;
    cursor: pointer;
    margin: 0;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

    .bym-floating-label[b-aiw4p1b3i7]::before {
        content: '';
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
        z-index: -1;
    }

[data-bs-theme="dark"] .label-white-layer[b-aiw4p1b3i7],
.dark .label-white-layer[b-aiw4p1b3i7] {
    background: rgb(21, 23, 28) !important;
    background-color: rgb(21, 23, 28) !important;
    border-top-color: rgb(21, 23, 28);
    border-bottom-color: rgb(21, 23, 28);
    outline-color: rgb(21, 23, 28);
}

    [data-bs-theme="dark"] .label-white-layer[b-aiw4p1b3i7]::before,
    .dark .label-white-layer[b-aiw4p1b3i7]::before,
    [data-bs-theme="dark"] .label-white-layer[b-aiw4p1b3i7]::after,
    .dark .label-white-layer[b-aiw4p1b3i7]::after {
        background: rgb(21, 23, 28) !important;
        background-color: rgb(21, 23, 28) !important;
    }

.label-background[b-aiw4p1b3i7] {
    display: none !important;
}

/* Label text */
.label-text[b-aiw4p1b3i7] {
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 11;
    background: inherit; /* Inherit parent's background */
    padding: 0 2px; /* Small padding for text */
}

[data-bs-theme="dark"] .bym-floating-label[b-aiw4p1b3i7],
.dark .bym-floating-label[b-aiw4p1b3i7] {
    color: #fff !important;
}

.tooltip-background[b-aiw4p1b3i7] {
    display: none;
    align-items: center;
    margin-left: 6px;
    position: relative;
    z-index: 11;
    background: inherit; 
}

.form-floating:hover .tooltip-background[b-aiw4p1b3i7],
.bym-floating-label:hover .tooltip-background[b-aiw4p1b3i7],
.form-floating:has(.global-tooltip.show) .tooltip-background[b-aiw4p1b3i7] {
    display: inline-flex;
}

.tooltip-white-layer[b-aiw4p1b3i7] {
    display: none !important;
}

.tooltip-icon[b-aiw4p1b3i7] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    cursor: help;
    line-height: 1;
}

[data-bs-theme="dark"] .tooltip-icon[b-aiw4p1b3i7],
.dark .tooltip-icon[b-aiw4p1b3i7] {
    background: #15171c;
    border-color: #6b7280;
    color: #9ca3af;
}

/* Global tooltip */
.global-tooltip[b-aiw4p1b3i7] {
    position: fixed;
    z-index: 999999;
    background: #fff !important;
    color: #000 !important;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: inline-block;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box;
    max-width: 320px;
    width: auto;
    visibility: hidden;
    opacity: 0;
}

    .global-tooltip.show[b-aiw4p1b3i7] {
        visibility: visible;
        opacity: 1;
    }

[data-bs-theme="dark"] .global-tooltip[b-aiw4p1b3i7],
.dark .global-tooltip[b-aiw4p1b3i7] {
    background: #374151 !important;
    color: #e5e7eb !important;
    border-color: rgba(255, 255, 255, 0.1);
}


.global-tooltip[b-aiw4p1b3i7]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right-color: #fff;
}

[data-bs-theme="dark"] .global-tooltip[b-aiw4p1b3i7]::before,
.dark .global-tooltip[b-aiw4p1b3i7]::before {
    border-right-color: #374151;
}
/* _content/Client.Components/InputGroups/BYMMaskedInput.razor.rz.scp.css */
/* === FLOATING LABEL === */

.bym-floating-label[b-7gjikm8hcj] {
    position: absolute;
    top: -30%;
    left: 0.75rem;
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
    pointer-events: auto;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 0px,2px;
    cursor: pointer;
    margin: 0;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

    .bym-floating-label[b-7gjikm8hcj]::before {
        content: '';
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
        z-index: -1;
    }

[data-bs-theme="dark"] .label-white-layer[b-7gjikm8hcj],
.dark .label-white-layer[b-7gjikm8hcj] {
    background: rgb(21, 23, 28) !important;
    background-color: rgb(21, 23, 28) !important;
    border-top-color: rgb(21, 23, 28);
    border-bottom-color: rgb(21, 23, 28);
    outline-color: rgb(21, 23, 28);
}

    [data-bs-theme="dark"] .label-white-layer[b-7gjikm8hcj]::before,
    .dark .label-white-layer[b-7gjikm8hcj]::before,
    [data-bs-theme="dark"] .label-white-layer[b-7gjikm8hcj]::after,
    .dark .label-white-layer[b-7gjikm8hcj]::after {
        background: rgb(21, 23, 28) !important;
        background-color: rgb(21, 23, 28) !important;
    }

.label-background[b-7gjikm8hcj] {
    display: none !important;
}

/* Label text */
.label-text[b-7gjikm8hcj] {
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 11;
    background: inherit; /* Inherit parent's background */
    padding: 0 2px; /* Small padding for text */
}

[data-bs-theme="dark"] .bym-floating-label[b-7gjikm8hcj],
.dark .bym-floating-label[b-7gjikm8hcj] {
    color: #fff !important;
}

.tooltip-background[b-7gjikm8hcj] {
    display: none;
    align-items: center;
    margin-left: 6px;
    position: relative;
    z-index: 11;
    background: inherit;
}

.form-floating:hover .tooltip-background[b-7gjikm8hcj],
.bym-floating-label:hover .tooltip-background[b-7gjikm8hcj],
.form-floating:has(.global-tooltip.show) .tooltip-background[b-7gjikm8hcj] {
    display: inline-flex;
}

.tooltip-white-layer[b-7gjikm8hcj] {
    display: none !important;
}

.tooltip-icon[b-7gjikm8hcj] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    cursor: help;
    line-height: 1;
}

[data-bs-theme="dark"] .tooltip-icon[b-7gjikm8hcj],
.dark .tooltip-icon[b-7gjikm8hcj] {
    background: #15171c;
    border-color: #6b7280;
    color: #9ca3af;
}

/* Global tooltip */
.global-tooltip[b-7gjikm8hcj] {
    position: fixed;
    z-index: 999999;
    background: #fff !important;
    color: #000 !important;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: inline-block;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box;
    max-width: 320px;
    width: auto;
    visibility: hidden;
    opacity: 0;
}

    .global-tooltip.show[b-7gjikm8hcj] {
        visibility: visible;
        opacity: 1;
    }

[data-bs-theme="dark"] .global-tooltip[b-7gjikm8hcj],
.dark .global-tooltip[b-7gjikm8hcj] {
    background: #374151 !important;
    color: #e5e7eb !important;
    border-color: rgba(255, 255, 255, 0.1);
}


.global-tooltip[b-7gjikm8hcj]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right-color: #fff;
}

[data-bs-theme="dark"] .global-tooltip[b-7gjikm8hcj]::before,
.dark .global-tooltip[b-7gjikm8hcj]::before {
    border-right-color: #374151;
}
/* _content/Client.Components/InputGroups/BYMMemo.razor.rz.scp.css */
/* === MEMO CONTAINER === */
.bym-memo-container[b-0xi64fgxd7] {
    position: relative;
    width: 100%;
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
    height: auto !important;
    min-height: fit-content !important;
}

.bym-memo-wrapper[b-0xi64fgxd7] {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.bym-memo-container.has-label[b-0xi64fgxd7] {
    padding-top: 0.5rem;
}

/* === FLOATING LABEL === */
.bym-floating-label[b-0xi64fgxd7] {
    position: absolute;
    top: -2%; 
    left: 1.5rem;
    font-size: 10px;
    font-weight: bold;
    color: #000 !important;
    pointer-events: auto;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 0 2px;
    cursor: pointer;
    margin: 0;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

    .bym-floating-label[b-0xi64fgxd7]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
        z-index: -1;
        padding: 2px 4px;
    }

[data-bs-theme="dark"] .bym-floating-label[b-0xi64fgxd7]::before,
.dark .bym-floating-label[b-0xi64fgxd7]::before {
    background: rgb(21, 23, 28) !important;
    background-color: rgb(21, 23, 28) !important;
}

/* Label text */
.label-text[b-0xi64fgxd7] {
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 11;
    padding: 0 2px;
    white-space: nowrap;
}

[data-bs-theme="dark"] .bym-floating-label[b-0xi64fgxd7],
.dark .bym-floating-label[b-0xi64fgxd7] {
    color: #fff !important;
}

/* === TOOLTIP === */
.tooltip-background[b-0xi64fgxd7] {
    display: none;
    align-items: center;
    margin-left: 6px;
    position: relative;
    z-index: 11;
}

.bym-memo-container:hover .tooltip-background[b-0xi64fgxd7],
.bym-floating-label:hover .tooltip-background[b-0xi64fgxd7],
.bym-memo-container:has(.global-tooltip.show) .tooltip-background[b-0xi64fgxd7] {
    display: inline-flex;
}

.tooltip-icon[b-0xi64fgxd7] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    cursor: help;
    line-height: 1;
}

[data-bs-theme="dark"] .tooltip-icon[b-0xi64fgxd7],
.dark .tooltip-icon[b-0xi64fgxd7] {
    background: #15171c;
    border-color: #6b7280;
    color: #9ca3af;
}

/* Global tooltip */
.global-tooltip[b-0xi64fgxd7] {
    position: fixed;
    z-index: 999999;
    background: #fff !important;
    color: #000 !important;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: inline-block;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box;
    max-width: 320px;
    width: auto;
    visibility: hidden;
    opacity: 0;
}

    .global-tooltip.show[b-0xi64fgxd7] {
        visibility: visible;
        opacity: 1;
    }

[data-bs-theme="dark"] .global-tooltip[b-0xi64fgxd7],
.dark .global-tooltip[b-0xi64fgxd7] {
    background: #374151 !important;
    color: #e5e7eb !important;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.global-tooltip[b-0xi64fgxd7]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right-color: #fff;
}

[data-bs-theme="dark"] .global-tooltip[b-0xi64fgxd7]::before,
.dark .global-tooltip[b-0xi64fgxd7]::before {
    border-right-color: #374151;
}

/* === TEXTAREA SCROLLBAR === */
.hover-scroll-y textarea[b-0xi64fgxd7] {
    overflow-y: auto !important;
}

    .hover-scroll-y textarea[b-0xi64fgxd7]::-webkit-scrollbar {
        width: 6px;
    }

    .hover-scroll-y textarea[b-0xi64fgxd7]::-webkit-scrollbar-track {
        background: transparent;
    }

    .hover-scroll-y textarea[b-0xi64fgxd7]::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 3px;
    }

        .hover-scroll-y textarea[b-0xi64fgxd7]::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
        }

[data-bs-theme="dark"] .hover-scroll-y textarea[b-0xi64fgxd7]::-webkit-scrollbar-thumb {
    background: #4b5563;
}

    [data-bs-theme="dark"] .hover-scroll-y textarea[b-0xi64fgxd7]::-webkit-scrollbar-thumb:hover {
        background: #6b7280;
    }
/* _content/Client.Components/InputGroups/BYMModernPageSelectBoxInput.razor.rz.scp.css */
/* === FLOATING LABEL === */

.bym-floating-label[b-fcb8s57e61] {
    position: absolute;
    top: -30%;
    left: 0.75rem;
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
    pointer-events: auto;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 0px,2px;
    cursor: pointer;
    margin: 0;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

    .bym-floating-label[b-fcb8s57e61]::before {
        content: '';
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
        z-index: -1;
    }

[data-bs-theme="dark"] .label-white-layer[b-fcb8s57e61],
.dark .label-white-layer[b-fcb8s57e61] {
    background: rgb(21, 23, 28) !important;
    background-color: rgb(21, 23, 28) !important;
    border-top-color: rgb(21, 23, 28);
    border-bottom-color: rgb(21, 23, 28);
    outline-color: rgb(21, 23, 28);
}

    [data-bs-theme="dark"] .label-white-layer[b-fcb8s57e61]::before,
    .dark .label-white-layer[b-fcb8s57e61]::before,
    [data-bs-theme="dark"] .label-white-layer[b-fcb8s57e61]::after,
    .dark .label-white-layer[b-fcb8s57e61]::after {
        background: rgb(21, 23, 28) !important;
        background-color: rgb(21, 23, 28) !important;
    }

.label-background[b-fcb8s57e61] {
    display: none !important;
}

/* Label text */
.label-text[b-fcb8s57e61] {
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 11;
    background: inherit; /* Inherit parent's background */
    padding: 0 2px; /* Small padding for text */
}

[data-bs-theme="dark"] .bym-floating-label[b-fcb8s57e61],
.dark .bym-floating-label[b-fcb8s57e61] {
    color: #fff !important;
}

.tooltip-background[b-fcb8s57e61] {
    display: none;
    align-items: center;
    margin-left: 6px;
    position: relative;
    z-index: 11;
    background: inherit;
}

.form-floating:hover .tooltip-background[b-fcb8s57e61],
.bym-floating-label:hover .tooltip-background[b-fcb8s57e61],
.form-floating:has(.global-tooltip.show) .tooltip-background[b-fcb8s57e61] {
    display: inline-flex;
}

.tooltip-white-layer[b-fcb8s57e61] {
    display: none !important;
}

.tooltip-icon[b-fcb8s57e61] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    cursor: help;
    line-height: 1;
}

[data-bs-theme="dark"] .tooltip-icon[b-fcb8s57e61],
.dark .tooltip-icon[b-fcb8s57e61] {
    background: #15171c;
    border-color: #6b7280;
    color: #9ca3af;
}

/* Global tooltip */
.global-tooltip[b-fcb8s57e61] {
    position: fixed;
    z-index: 999999;
    background: #fff !important;
    color: #000 !important;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: inline-block;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box;
    max-width: 320px;
    width: auto;
    visibility: hidden;
    opacity: 0;
}

    .global-tooltip.show[b-fcb8s57e61] {
        visibility: visible;
        opacity: 1;
    }

[data-bs-theme="dark"] .global-tooltip[b-fcb8s57e61],
.dark .global-tooltip[b-fcb8s57e61] {
    background: #374151 !important;
    color: #e5e7eb !important;
    border-color: rgba(255, 255, 255, 0.1);
}


.global-tooltip[b-fcb8s57e61]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right-color: #fff;
}

[data-bs-theme="dark"] .global-tooltip[b-fcb8s57e61]::before,
.dark .global-tooltip[b-fcb8s57e61]::before {
    border-right-color: #374151;
}
/* _content/Client.Components/InputGroups/BYMModernPageSelectBoxInput`1.razor.rz.scp.css */
/* === FLOATING LABEL === */

.bym-floating-label[b-2rhxron6uq] {
    position: absolute;
    top: -30%;
    left: 0.75rem;
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
    pointer-events: auto;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 0px,2px;
    cursor: pointer;
    margin: 0;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

    .bym-floating-label[b-2rhxron6uq]::before {
        content: '';
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
        z-index: -1;
    }

[data-bs-theme="dark"] .label-white-layer[b-2rhxron6uq],
.dark .label-white-layer[b-2rhxron6uq] {
    background: rgb(21, 23, 28) !important;
    background-color: rgb(21, 23, 28) !important;
    border-top-color: rgb(21, 23, 28);
    border-bottom-color: rgb(21, 23, 28);
    outline-color: rgb(21, 23, 28);
}

    [data-bs-theme="dark"] .label-white-layer[b-2rhxron6uq]::before,
    .dark .label-white-layer[b-2rhxron6uq]::before,
    [data-bs-theme="dark"] .label-white-layer[b-2rhxron6uq]::after,
    .dark .label-white-layer[b-2rhxron6uq]::after {
        background: rgb(21, 23, 28) !important;
        background-color: rgb(21, 23, 28) !important;
    }

.label-background[b-2rhxron6uq] {
    display: none !important;
}

/* Label text */
.label-text[b-2rhxron6uq] {
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 11;
    background: inherit; /* Inherit parent's background */
    padding: 0 2px; /* Small padding for text */
}

[data-bs-theme="dark"] .bym-floating-label[b-2rhxron6uq],
.dark .bym-floating-label[b-2rhxron6uq] {
    color: #fff !important;
}

.tooltip-background[b-2rhxron6uq] {
    display: none;
    align-items: center;
    margin-left: 6px;
    position: relative;
    z-index: 11;
    background: inherit;
}

.form-floating:hover .tooltip-background[b-2rhxron6uq],
.bym-floating-label:hover .tooltip-background[b-2rhxron6uq],
.form-floating:has(.global-tooltip.show) .tooltip-background[b-2rhxron6uq] {
    display: inline-flex;
}

.tooltip-white-layer[b-2rhxron6uq] {
    display: none !important;
}

.tooltip-icon[b-2rhxron6uq] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    cursor: help;
    line-height: 1;
}

[data-bs-theme="dark"] .tooltip-icon[b-2rhxron6uq],
.dark .tooltip-icon[b-2rhxron6uq] {
    background: #15171c;
    border-color: #6b7280;
    color: #9ca3af;
}

/* Global tooltip */
.global-tooltip[b-2rhxron6uq] {
    position: fixed;
    z-index: 999999;
    background: #fff !important;
    color: #000 !important;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: inline-block;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box;
    max-width: 320px;
    width: auto;
    visibility: hidden;
    opacity: 0;
}

    .global-tooltip.show[b-2rhxron6uq] {
        visibility: visible;
        opacity: 1;
    }

[data-bs-theme="dark"] .global-tooltip[b-2rhxron6uq],
.dark .global-tooltip[b-2rhxron6uq] {
    background: #374151 !important;
    color: #e5e7eb !important;
    border-color: rgba(255, 255, 255, 0.1);
}


.global-tooltip[b-2rhxron6uq]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right-color: #fff;
}

[data-bs-theme="dark"] .global-tooltip[b-2rhxron6uq]::before,
.dark .global-tooltip[b-2rhxron6uq]::before {
    border-right-color: #374151;
}
/* _content/Client.Components/InputGroups/BymModernSelectBoxInput.razor.rz.scp.css */
/* === FLOATING LABEL === */

.bym-floating-label[b-nz17qeibxn] {
    position: absolute;
    top: -30%;
    left: 0.75rem;
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
    pointer-events: auto;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 0px,2px;
    cursor: pointer;
    margin: 0;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

    .bym-floating-label[b-nz17qeibxn]::before {
        content: '';
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
        z-index: -1;
    }

[data-bs-theme="dark"] .label-white-layer[b-nz17qeibxn],
.dark .label-white-layer[b-nz17qeibxn] {
    background: rgb(21, 23, 28) !important;
    background-color: rgb(21, 23, 28) !important;
    border-top-color: rgb(21, 23, 28);
    border-bottom-color: rgb(21, 23, 28);
    outline-color: rgb(21, 23, 28);
}

    [data-bs-theme="dark"] .label-white-layer[b-nz17qeibxn]::before,
    .dark .label-white-layer[b-nz17qeibxn]::before,
    [data-bs-theme="dark"] .label-white-layer[b-nz17qeibxn]::after,
    .dark .label-white-layer[b-nz17qeibxn]::after {
        background: rgb(21, 23, 28) !important;
        background-color: rgb(21, 23, 28) !important;
    }

.label-background[b-nz17qeibxn] {
    display: none !important;
}

/* Label text */
.label-text[b-nz17qeibxn] {
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 11;
    background: inherit; /* Inherit parent's background */
    padding: 0 2px; /* Small padding for text */
}

[data-bs-theme="dark"] .bym-floating-label[b-nz17qeibxn],
.dark .bym-floating-label[b-nz17qeibxn] {
    color: #fff !important;
}

.tooltip-background[b-nz17qeibxn] {
    display: none;
    align-items: center;
    margin-left: 6px;
    position: relative;
    z-index: 11;
    background: inherit;
}

.form-floating:hover .tooltip-background[b-nz17qeibxn],
.bym-floating-label:hover .tooltip-background[b-nz17qeibxn],
.form-floating:has(.global-tooltip.show) .tooltip-background[b-nz17qeibxn] {
    display: inline-flex;
}

.tooltip-white-layer[b-nz17qeibxn] {
    display: none !important;
}

.tooltip-icon[b-nz17qeibxn] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    cursor: help;
    line-height: 1;
}

[data-bs-theme="dark"] .tooltip-icon[b-nz17qeibxn],
.dark .tooltip-icon[b-nz17qeibxn] {
    background: #15171c;
    border-color: #6b7280;
    color: #9ca3af;
}

/* Global tooltip */
.global-tooltip[b-nz17qeibxn] {
    position: fixed;
    z-index: 999999;
    background: #fff !important;
    color: #000 !important;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: inline-block;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box;
    max-width: 320px;
    width: auto;
    visibility: hidden;
    opacity: 0;
}

    .global-tooltip.show[b-nz17qeibxn] {
        visibility: visible;
        opacity: 1;
    }

[data-bs-theme="dark"] .global-tooltip[b-nz17qeibxn],
.dark .global-tooltip[b-nz17qeibxn] {
    background: #374151 !important;
    color: #e5e7eb !important;
    border-color: rgba(255, 255, 255, 0.1);
}


.global-tooltip[b-nz17qeibxn]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right-color: #fff;
}

[data-bs-theme="dark"] .global-tooltip[b-nz17qeibxn]::before,
.dark .global-tooltip[b-nz17qeibxn]::before {
    border-right-color: #374151;
}
/* _content/Client.Components/InputGroups/BYMSelectBoxInput.razor.rz.scp.css */
/* === FLOATING LABEL === */

.bym-floating-label[b-bau6mstmox] {
    position: absolute;
    top: -30%;
    left: 0.75rem;
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
    pointer-events: auto;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 0px,2px;
    cursor: pointer;
    margin: 0;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

    .bym-floating-label[b-bau6mstmox]::before {
        content: '';
        background: white !important;
        background-color: white !important;
        opacity: 1 !important;
        z-index: -1;
    }

[data-bs-theme="dark"] .label-white-layer[b-bau6mstmox],
.dark .label-white-layer[b-bau6mstmox] {
    background: rgb(21, 23, 28) !important;
    background-color: rgb(21, 23, 28) !important;
    border-top-color: rgb(21, 23, 28);
    border-bottom-color: rgb(21, 23, 28);
    outline-color: rgb(21, 23, 28);
}

    [data-bs-theme="dark"] .label-white-layer[b-bau6mstmox]::before,
    .dark .label-white-layer[b-bau6mstmox]::before,
    [data-bs-theme="dark"] .label-white-layer[b-bau6mstmox]::after,
    .dark .label-white-layer[b-bau6mstmox]::after {
        background: rgb(21, 23, 28) !important;
        background-color: rgb(21, 23, 28) !important;
    }

.label-background[b-bau6mstmox] {
    display: none !important;
}

/* Label text */
.label-text[b-bau6mstmox] {
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 11;
    background: inherit; /* Inherit parent's background */
    padding: 0 2px; /* Small padding for text */
}

[data-bs-theme="dark"] .bym-floating-label[b-bau6mstmox],
.dark .bym-floating-label[b-bau6mstmox] {
    color: #fff !important;
}

.tooltip-background[b-bau6mstmox] {
    display: none;
    align-items: center;
    margin-left: 6px;
    position: relative;
    z-index: 11;
    background: inherit;
}

.form-floating:hover .tooltip-background[b-bau6mstmox],
.bym-floating-label:hover .tooltip-background[b-bau6mstmox],
.form-floating:has(.global-tooltip.show) .tooltip-background[b-bau6mstmox] {
    display: inline-flex;
}

.tooltip-white-layer[b-bau6mstmox] {
    display: none !important;
}

.tooltip-icon[b-bau6mstmox] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    cursor: help;
    line-height: 1;
}

[data-bs-theme="dark"] .tooltip-icon[b-bau6mstmox],
.dark .tooltip-icon[b-bau6mstmox] {
    background: #15171c;
    border-color: #6b7280;
    color: #9ca3af;
}

/* Global tooltip */
.global-tooltip[b-bau6mstmox] {
    position: fixed;
    z-index: 999999;
    background: #fff !important;
    color: #000 !important;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: inline-block;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box;
    max-width: 320px;
    width: auto;
    visibility: hidden;
    opacity: 0;
}

    .global-tooltip.show[b-bau6mstmox] {
        visibility: visible;
        opacity: 1;
    }

[data-bs-theme="dark"] .global-tooltip[b-bau6mstmox],
.dark .global-tooltip[b-bau6mstmox] {
    background: #374151 !important;
    color: #e5e7eb !important;
    border-color: rgba(255, 255, 255, 0.1);
}


.global-tooltip[b-bau6mstmox]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right-color: #fff;
}

[data-bs-theme="dark"] .global-tooltip[b-bau6mstmox]::before,
.dark .global-tooltip[b-bau6mstmox]::before {
    border-right-color: #374151;
}
