
.logo {
}

#header, #footer {
    width: 100%;
    display: flex;
}

.headerContent, .footerContent {
    width: 100%;
}

.leftMenu hr {
    margin: 0.3rem 0;
}

input[type=checkbox] {
    margin-right: 0.5em;
}

#menu_logout {
    cursor: pointer;
}

.spacing {
    height: 1em;
}

.btn {
    border: 1px solid #000000 !important;
    float: right;
    margin-left: 0.8em;
}

.logonUser .btn, .registerUser .btn, .infoRegUser .btn, .resetPasswort .btn, .dsgvo .btn, .infoReset .btn {
    float: none;
}

.visible {
    display: block;
    visibility: visible;
    opacity: 1;
}

.invisible {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.content {
    padding: 1em;
}

.contentLogin, .contentregisterUser, .contentResetPassword, .contentnotAuthorized, .contentDsgvo {
    min-width: 300px;
}

#toastBodyWrapper {
    display: flex;
}

.registerShort, .loginShort, .resetPasswordShort, .passkeyLoginShort, .userBackendShort {
    cursor: pointer;
}

.rightButton {
    float: right;
}

.leftButton {
    float: left;
}

.modalbutton {
    width: 100%;
}

.newDomain, .domainDescription {
    width: 100%;
}

.username, .firstName, .lastName, .domain, .email {
    width: 100%;
}

input[type=checkbox] {
    margin-left: 0.4rem;
}

#domainList tbody tr, #userList tbody tr {
    cursor: pointer;
}

.dt-buttons {
    margin-left: 1rem;
}

.form-check {
    text-align: left !important;
    display: flex !Important;
}

#dsgvoText {
    width: 100%;
    height: 400px;
    overflow: auto;
}

.argOk {
    color: #46ff46;
    font-weight:300;
}

.argNotOk {
    color: #ff1414;
    font-weight:300;
}

#prompt, #confirm {
    z-index: 1900;
}

.appIcon {
    font-size: 3em;
    padding: 0.3em;
}

#appList {
    display: flex;
    flex-wrap: wrap;
}

.appField {
    margin: 0 1em;
}

.moreSessionInfo {
    padding: 0 1em;
}

.leftButton button {
    margin-right: 0.8em;
    margin-left: 0;
}

.appEditId, .userLastLogon {
    margin-bottom: -0.4em;
    font-style: italic;
    margin-left: 1em;
    font-size: 0.8em;
}
#applicationAlloction{
    padding-top: 1em;
}

.modal-backdrop:nth-child(2n-1) {
  opacity : 0 !important;
}
#applicationAllocationSwitch{
    margin-top: 1em;
}

.ssoButton {
    position: relative;
}

.btnText {
    transition: all 0.2s;
}

.btnLoading .btnText {
    visibility: hidden;
    opacity: 0;
}

.btnLoading {
    background: darkgray;
}

.btnLoading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}