/* _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-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 */
/* ── 2. ANA YAPI VE DEVEXPRESS RESET ── */
.bym-tab-bar-wrapper[b-y6f6quwcy7] {
    display: block !important;
    padding: 0 !important;
}

.bym-dx-tabs[b-y6f6quwcy7] {
    background: transparent !important;
}

    .bym-dx-tabs .dxbl-tabs-header[b-y6f6quwcy7] {
        border-bottom: none !important;
    }

    /* ── 3. SEKME KONTEYNERİ (Boşluklar) ── */
    /* DxTabs nav kısmı genelde bir UL etiketidir */
    .bym-dx-tabs .dxbl-tabs-nav[b-y6f6quwcy7] {
        display: flex !important;
        align-items: flex-end !important;
        padding: 0 16px !important;
        border-bottom: 1px solid var(--bym-tab-border) !important;
        margin: 0 !important;
        gap: 12px !important; /* 6px'ten 12px'e çıkardık */
    }

    /* DevExpress içindeki her bir LI elemanına dış boşluk (gap çalışmazsa diye garanti çözüm) */
    .bym-dx-tabs .dxbl-tab-item[b-y6f6quwcy7] {
        margin: 0 6px 0 0 !important; /* Sağdan 6px boşluk ekleyerek ayırıyoruz */
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        overflow: visible !important;
    }

        /* Son elemanın sağındaki boşluğu kaldır */
        .bym-dx-tabs .dxbl-tab-item:last-child[b-y6f6quwcy7] {
            margin-right: 0 !important;
        }

        .bym-dx-tabs .dxbl-tab-item[b-y6f6quwcy7]::before,
        .bym-dx-tabs .dxbl-tab-item[b-y6f6quwcy7]::after {
            display: none !important;
        }

        .bym-dx-tabs .dxbl-tab-item.dxbl-active[b-y6f6quwcy7] {
            box-shadow: none !important;
        }

    .bym-dx-tabs .dxbl-tabs-text-container[b-y6f6quwcy7],
    .bym-dx-tabs .dxbl-text[b-y6f6quwcy7],
    .bym-dx-tabs a[b-y6f6quwcy7] {
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        background: transparent !important;
        display: block !important;
        color: inherit !important;
        text-decoration: none !important;
    }

    /* ── 4. SEKME İÇ TASARIMI (.tab-item) ── */
    .bym-dx-tabs .tab-item[b-y6f6quwcy7] {
        color: var(--bym-tab-text) !important;
        background: var(--bym-tab-bg) !important;
        border: 1px solid var(--bym-tab-border) !important;
        margin-bottom: -1px !important; /* Alttaki çizgiyi ezmek için */
        border-radius: 8px 8px 0 0 !important;
        display: flex !important;
        align-items: center !important;
        padding: 10px 16px !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        gap: 8px !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        white-space: nowrap !important;
        width: 180px !important;
        justify-content: space-between !important;
        position: relative; /* Alt çizgi ezme işleminde katman sorunu olmasın diye */
        z-index: 1;
    }

        .bym-dx-tabs .tab-item:hover[b-y6f6quwcy7] {
            color: var(--bym-tab-text-hover) !important;
            background: var(--bym-tab-bg-hover) !important;
        }

        .bym-dx-tabs .tab-item.active[b-y6f6quwcy7] {
            color: var(--bym-tab-text-active) !important;
            background: var(--bym-tab-bg-active) !important;
            border-bottom-color: var(--bym-tab-bg-active) !important; /* Alt çizgiyi siler */
            font-weight: 600 !important;
            box-shadow: inset 0 3px 0 var(--bym-tab-text-active) !important;
            z-index: 2; /* Aktif sekme çizginin tam üstüne çıksın */
        }

        /* ── 5. İKONLAR VE BUTONLAR ── */
        .bym-dx-tabs .tab-item > i[b-y6f6quwcy7] {
            font-size: 13px !important;
            opacity: 0.7 !important;
            transition: all 0.2s !important;
        }

        .bym-dx-tabs .tab-item:hover > i[b-y6f6quwcy7] {
            opacity: 1 !important;
        }

        .bym-dx-tabs .tab-item.active > i[b-y6f6quwcy7] {
            opacity: 1 !important;
            color: var(--bym-tab-text-active) !important;
        }

    .bym-dx-tabs .tab-close[b-y6f6quwcy7] {
        background: transparent !important;
        border: none !important;
        color: var(--bym-tab-text) !important;
        font-size: 11px !important;
        width: 20px !important;
        height: 20px !important;
        border-radius: 4px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        opacity: 0;
        transition: all 0.2s !important;
    }

        .bym-dx-tabs .tab-close > i[b-y6f6quwcy7] {
            opacity: 1 !important;
            color: inherit !important;
        }

    .bym-dx-tabs .tab-item:hover .tab-close[b-y6f6quwcy7],
    .bym-dx-tabs .tab-item.active .tab-close[b-y6f6quwcy7] {
        opacity: 0.6 !important;
    }

    .bym-dx-tabs .tab-close:hover[b-y6f6quwcy7] {
        opacity: 1 !important;
        color: #ef4444 !important;
        background: rgba(239, 68, 68, 0.1) !important;
    }

    /* ── 6. SCROLL BUTONLARI VE RESPONSIVE YAPI ── */
    .bym-dx-tabs .dxbl-tabs-scroll-button[b-y6f6quwcy7] {
        background: var(--bym-tab-bg) !important;
        border: 1px solid var(--bym-tab-border) !important; /* Butonlara da border ekledim uyumlu olsun diye */
        color: var(--bym-tab-text) !important;
        transition: all 0.15s !important;
        border-radius: 4px;
        margin: 0 2px;
    }

        .bym-dx-tabs .dxbl-tabs-scroll-button:hover[b-y6f6quwcy7] {
            background: var(--bym-tab-bg-hover) !important;
            color: var(--bym-tab-text-active) !important;
        }

.responsive-title[b-y6f6quwcy7] {
    font-size: 1.3rem;
    flex: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    .responsive-title[b-y6f6quwcy7] {
        font-size: 1.65rem;
        font-weight: 800 !important;
    }
}
/* _content/Client.Components/General/TooltipElement.razor.rz.scp.css */
/* _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;
}
