.bg-localhost {
    background-color: rgba(89, 190, 129, 0.35) !important
}

.bg-gcp {
    background-color: rgba(22, 146, 199, 0.35) !important
}

.bg-onPrem {
    background-color: rgba(246, 5, 5, 0.35) !important
}

.tab-pane {
    padding: 1rem;
    height: 50rem;
}

#sessionId {
    margin: 2rem 0;
}

form {
    padding: 1rem;
}

#current-session-id-container {
    margin-bottom: 2rem;
}

#toggleCurrentSessionAccounts:checked + #current-session-accounts {
    display: block;
}

html {
    width: 100vw;
}
