.bs-district-app-locked{
    position:relative;
}

.bs-district-app-locked select{
    pointer-events:none !important;
    background:#f8fafc !important;
    color:#0f172a !important;
    opacity:1 !important;
    cursor:not-allowed;
}

.bs-district-app-locked select:disabled{
    -webkit-text-fill-color:#0f172a;
    opacity:1;
}

.bs-district-app-lock-note{
    display:flex;
    align-items:center;
    gap:6px;
    width:max-content;
    max-width:100%;
    margin:8px 0 0;
    padding:6px 10px;
    border:1px solid #dbeafe;
    border-radius:999px;
    background:#eff6ff;
    color:#1e40af;
    font-size:12px;
    font-weight:800;
    line-height:1.25;
}

.bs-district-app-lock-note span{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
