:root {
    --toolbarColor: var(--primaryColor);
}

ul {
    font-size: 16px!important;
}

p {
    color: #363636!important;
    line-height: 1.4!important;
    font-size: 16px!important;
}

#kc-totp-settings > li::marker {
    font-size: 16px;
    color: #363636;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

#kc-totp-settings > li > p {
    font-size: 16px;
    color: #363636;
}

@media (min-width: 751px) and (max-width: 1350px) {
    .wrapper-without-height-main {
        border: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 !important;
        max-width: 100% !important;
    }
}

.wrapper-without-height-main {
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    max-width: 800px;
}

#core-toolbar {
    background-color: var(--toolbarColor);
    height: 64px;
}

#core-toolbar-wrapper {
    background-color: var(--toolbarColor);
}

#core-toolbar-logo {
    position: absolute;
    left: 50%;
    height: 64px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.toolbar-logo-img {
    max-height: 50px;
    height: 32px;
}

.header-text {
    font-weight: bold;
}

.header-text:empty {
    display: none;
}

.hidden {
    background-color: green;
}

#core-burger-button {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    margin: auto;
    padding-left: 15px;
    font-size: 150%;
}

#core-overlay-container {
    position: absolute;
    z-index: 500;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

#kc-page-title {
    padding-top: 0px;
    margin-top: 0px;
}

#core-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0px;
    margin: 0px;
    box-shadow: 5px 5px 15px silver;
    z-index: 1500;
}

.core-sidenav-elem:hover {
    color: inherit;
    background-color: #f3f2f2;
}

.core-sidenav-opened body {
    background-image: none;
    background-color: #ffffff;
}

.login-pf-page {
    padding-top: 0px;
    background-image: none;
    background-color: inherit;
}

.login-pf {
    background-image: none;
    background-color: inherit;
}

.login-pf body {
    background-image: none;
    background-color: inherit;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

#kc-locale-dropdown a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

/* a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
} */

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf .container {
    padding-top: 40px;
}

.login-pf a:hover {
    color: var(--primaryColor);
}

#kc-logo {
    width: 100%;
}

#kc-logo-wrapper {
    background-image: url(../img/keycloak-logo-2.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

div.kc-logo-text {
    /* disable image since text is displayed */
    /* background-image: url(../img/keycloak-logo-text.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto; */
    color: var(--primaryColor);
    font-size: 60px;
    font-weight: 900;
}

div.kc-logo-text span {
    /* display: none; */
    color: var(--primaryColor);
    font-size: 60px;
    font-weight: 900;
}

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
}

#kc-header-wrapper {
    /* background-image: url(../img/mona-logo.png);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: center center; */
    color: var(--primaryColor);
    font-size: 60px;
    font-weight: 900;
    /* font-size: 29px; */
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 32px 10px 10px;
    white-space: normal;
}

#kc-content {
    width: 100%;
}

#kc-attempted-username {
    font-size: 20px;
    font-family: inherit;
    font-weight: normal;
    padding-right: 10px;
}

#kc-username {
    text-align: center;
}

#kc-webauthn-settings-form {
    padding-top: 8px;
}

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

.subtitle {
    text-align: right;
    margin-top: 30px;
    color: #909090;
}

.required {
    color: #cb2915;
}

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
    margin-bottom: 10px;
    list-style-type: circle;
}

ul#kc-totp-supported-apps > li {
    margin-left: 40px;
}

#kc-totp-secret-qr-code {
    max-width: 150px;
    max-height: 150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */

#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers ul {
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.kc-login-tooltip {
    position: relative;
    display: inline-block;
}

.kc-login-tooltip .kc-tooltip-text {
    top: -3px;
    left: 160%;
    background-color: black;
    visibility: hidden;
    color: #fff;
    min-width: 130px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
    padding: 5px;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
}

/* Show tooltip */

.kc-login-tooltip:hover .kc-tooltip-text {
    visibility: visible;
    opacity: 0.7;
}

/* Arrow for tooltip */

.kc-login-tooltip .kc-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.zocial,
a.zocial {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    text-shadow: none;
    border: 0;
    background: #f5f5f5;
    color: #72767b;
    border-radius: 0;
    white-space: normal;
}

.zocial:before {
    border-right: 0;
    margin-right: 0;
}

.zocial span:before {
    padding: 7px 10px;
    font-size: 14px;
}

.zocial:hover {
    background: #ededed !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border: 0;
    box-shadow: none;
    text-shadow: none;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */

.zocial.microsoft:before {
    content: "\f15d";
}

.zocial.stackoverflow:before {
    color: inherit;
}

@media (min-width: 768px) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }
    .login-pf .container {
        padding-right: 80px;
    }
    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }
}

@media (max-width: 767px) {
    .login-pf body {
        background: white;
    }
    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: left;
    }
    #kc-header-wrapper {
        color: var(--primaryColor);
        font-size: 60px;
        font-weight: 900;
        /* font-size: 29px; */
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        line-height: 1.2em;
        padding: 32px 10px 10px;
        white-space: normal;
    }
    div.kc-logo-text {
        margin: 0;
        width: 100%;
        background-size: 100%;
        text-align: center;
    }
    #kc-form {
        float: none;
    }
    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 15px;
    }
    #kc-social-providers li {
        display: block;
        margin-right: 5px;
    }
    .login-pf .container {
        /* padding-top: 15px; */
        padding-bottom: 15px;
    }
    #kc-locale {
        position: absolute;
        width: 200px;
        top: 20px;
        right: 20px;
        text-align: right;
        z-index: 9999;
    }
    #kc-logo-wrapper {
        background-size: 100px 21px;
        height: 21px;
        width: 100px;
        margin: 20px 0 0 20px;
    }
}

@media (min-height: 646px) {
    #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-height: 645px) {
    #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
    }
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

#kc-form-buttons {
    margin-top: 40px;
}

.login-pf-page .login-pf-brand {
    margin-top: 0px;
    padding-top: 0px;
    max-width: 360px;
    width: 40%;
}

.card-pf {
    background: #fff;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 500px;
    border-top: 0;
    box-shadow: 0 0 0;
}

/*tablet*/

@media (max-width: 840px) {
    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
        padding: 0px 20px 30px 20px;
    }
}

@media (max-width: 767px) {
    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
    }
    .card-pf.login-pf-accounts {
        max-width: none;
    }


    .flex-container-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .flex-container-col {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

.justify-content-flex-end {
    justify-content: flex-end!important;
}

.login-pf-page .login-pf-signup {
    font-size: 15px;
    color: #72767b;
}

#kc-content-wrapper .row {
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .login-pf-page .login-pf-social-section:first-of-type {
        padding-right: 39px;
        border-right: 1px solid #d1d1d1;
        margin-right: -1px;
    }
    .login-pf-page .login-pf-social-section:last-of-type {
        padding-left: 40px;
    }
    .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
        margin-bottom: 0;
    }

    .flex-container-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .flex-container-col {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}

.login-pf-page .login-pf-social-link {
    margin-bottom: 25px;
}

.login-pf-page .login-pf-social-link a {
    padding: 2px 0;
}

.login-pf-page.login-pf-page-accounts {
    margin-left: auto;
    margin-right: auto;
}

.btn-primary, .btn-light {
    margin-top: 0!important;
    border-radius: 5px;
    font-weight: bold;
    background-color: var(--primaryColor) !important;
    background-image: none;
    width: fit-content;
    box-shadow: 0 2px 3px rgba(3,3,3,.1);
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-appearance: button;
    cursor: pointer;
}

.login-pf-page .list-view-pf .list-group-item {
    border-bottom: 1px solid #ededed;
}

.login-pf-page .list-view-pf-description {
    width: 100%;
}

.login-pf-page .card-pf {
    margin-bottom: 10px;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
    margin-bottom: 0px;
}

#kc-form-login > * > label {
    font-size: 16px;
    font-weight: 600
}

#kc-register-form > * > * > label {
    font-size: 16px;
    font-weight: 600
}

input.btn-primary:disabled {
    color: white;
}

#kc-reset-password-form > * > * > label {
    font-size: 16px;
    font-weight: 600
}

#kc-passwd-update-form > * > * > label {
    font-size: 16px;
    font-weight: 600
}

#kc-update-profile-form > * > * > label {
    font-size: 16px;
    font-weight: 600
}

#kc-otp-login-form > * > * > label {
    font-size: 16px;
    font-weight: 600
}

#kc-back {
    margin-top: 5px;
}

form#kc-select-back-form div.login-pf-social-section {
    padding-left: 0px;
    border-left: 0px;
}

#header-logo {
    padding-top: 25px;
    padding-bottom: 10px;
    display: block;
    max-width: 420px;
    max-height: 400px;
    width: 100%;
    height: auto;
    margin: auto;
}

.certificate-footer-text {
    font-size: 12px!important;
}

#core-toolbar-wrapper {
    box-shadow:0 0 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 11px;
}

.password-criteria-list {
    list-style-type: circle;
    padding-left: 1rem;
}