/* Customizations for dark theme */

body {
    background: var(--Background-Colors-bg-primary, #121A25);
}

.organization-select {
    border-radius: var(--radius-l, 12px);
    background: var(--Background-Colors-bg-primary, #121A25);
    display: flex;
    padding: var(--padding-8, 8px);
    justify-content: center;
    gap: 10px;
    align-self: stretch;
}

.organization-select .mud-input-slot {
    padding: 8px 14px !important;
}