@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/KTDesk.Shared/KTDesk.Shared.mnh4ftw02b.bundle.scp.css';

/* /Components/Account/Pages/SelectCompany.razor.rz.scp.css */
.ktSelectCompanyWrapper[b-xl2jl3i6oc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

section[b-xl2jl3i6oc] {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
}

section[b-xl2jl3i6oc]::-webkit-scrollbar {
    width: 8px;
}

section[b-xl2jl3i6oc]::-webkit-scrollbar-track {
    background: rgba(0,0,0,.05);
    border-radius: 10px;
}

section[b-xl2jl3i6oc]::-webkit-scrollbar-thumb {
    background: rgba(109, 143, 194, 0.5);
    border-radius: 10px;
}

section[b-xl2jl3i6oc]::-webkit-scrollbar-thumb:hover {
    background: rgba(109, 143, 194, 0.7);
}

.ktCompanyList[b-xl2jl3i6oc] {
    border-radius: 14px;
    overflow: visible;
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
    border: 1px solid rgba(0,0,0,.06);
    background: #fff;
}

.ktCompanyItem[b-xl2jl3i6oc] {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.06);
    transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
}

    .ktCompanyItem:hover[b-xl2jl3i6oc] {
        background: rgba(13,110,253,.04); 
        transform: translateY(-1px);
    }

    .ktCompanyItem:focus-visible[b-xl2jl3i6oc] {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.20);
        position: relative;
        z-index: 1;
    }

    .ktCompanyItem:disabled[b-xl2jl3i6oc] {
        opacity: .65;
        cursor: not-allowed;
        transform: none;
    }

.ktCompanyIcon[b-xl2jl3i6oc] {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(0,0,0,.04);
    flex-shrink: 0;
}

.ktCompanyName[b-xl2jl3i6oc] {
    font-weight: 600;
    line-height: 1.2;
}

.ktMeta i[b-xl2jl3i6oc] {
    opacity: .85;
}

.ktRoleBadge[b-xl2jl3i6oc] {
    font-weight: 600;
    letter-spacing: .2px;
    padding: .45rem .65rem;
}

.ktChevron[b-xl2jl3i6oc] {
    transition: transform .12s ease;
}
