
main {
    height: 100%;
}

.mdc-drawer-app-content {
    height: 100%;
}

.cookie-panel {
    align-items: center;
    background: var(--sglk-primary);
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    line-height: 2rem;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
}


#cookiePanel {
    display: none;
}

@media only screen and (max-width: 1024px) {

    .cookie-panel {
        flex-wrap: wrap;
    }

}

.cookie-text {
    color: var(--sglk-info-text);
    font-size: 0.775rem;
    padding: 0 10px;
}

a.cookie-panel-redirection {
    color: #FFF;
}

a.cookie-panel-redirection:visited, a.cookie-panel-redirection:link {
    color: #FFF;
}

.login-header {
    padding: 20px 0;
}

.login-button-section {
    padding: 20px 0;
}

.button-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    /*input has OS specific font-family*/
    color: var(--sglk-accent);
    text-decoration: underline;
    cursor: pointer;
}

.sglk-mfa-radio-input-inline {
    display: flex;
    gap: 5px;
}

.sglk-mfa-code {
    width: 100%;
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 5px;
}

.sglk-mfa-code__box {
    width: 30px;
    height: 40px;
    border: 2px solid var(--sglk-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 5px;
}

.sglk-mfa-code__box--selected {
    border: 2px solid var(--sglk-accent);
    box-shadow: 0px 0px 0px 3px var(--sglk-secondary-light)
}

.sglk-mfa-code__delete-btn {
    width: 35px;
    height: 35px;
    margin-top: 3px;
    padding: 2px;
    border-radius: 5px;
    color: var(--sglk-accent);
    background: var(--sglk-accent-light);
    cursor: pointer;
    margin-left: 5px;
}


.sglk-mfa-text-content {
    font-size: 15px;
    margin: 10px 5px 10px 5px;
}
