:root {

}

.dvag-icon-wrapper {
    text-align: left;
    margin-bottom: 32px;
}

.dvag-icon-wrapper svg {
    width: clamp(9rem, 50%, 12rem);
}

.dvag-form-button-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 14px;
}

.dvag-passkey-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dvag-passkey-container .dvag-passkey-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dvag-passkey-container .dvag-passkey-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.dvag-reset-password-form {
    flex-grow: 1;
}

.dvag-reset-password-input-group {
    margin-top: 24px;
    margin-bottom: 36px;
}

.dvag-reset-password-notification-content {
    display: block;
}


.dvag-registration-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 24px;
}

.dvag-registration-form .dvag-registration-body {
    display: flex;
    flex-direction: column;
}

.dvag-registration-form .dvag-registration-body .dvag-registration-item {
    display: flex;
    flex-direction: column;
}

.dvag-passkey-button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.dvag-passkey-button-group .alternative-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.dvag-passkey-button-group2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dvag-passkey-button-group2 .alternative-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    width: 100%;
}

.dvag-passkey-button-group2 .alternative-text-container hr {
    width: 100%;
    background-color: #ABABAB;
}

.dvag-passkey-button-group .alternative-text-container hr {
    width: 100%;
    background-color: #ABABAB;
}

.flex-1 {
    flex: 1;
}

.gap-8 {
    gap: 8px;
}

.gap-12 {
    gap: 12px;
}

.gap-16 {
    gap: 16px;
}

.gap-24 {
    gap: 24px;
}

.gap-48 {
    gap: 48px;
}

.max-width-360 {
    max-width: 360px;
}

.center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.mainCard {
    min-height: 543px
}

.dvag-form {
    height: 100%;
}

.mainForm {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.main-container {
    margin-top: 32px;
}

.pf-v5-c-login__container {
    grid-template-columns: 34rem;
    grid-template-areas: "header"
                         "main";
}

.login-pf body {
    background-size: cover;
    height: 100%;
}

div.kc-logo-text {
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

div.kc-logo-text span {
    display: none;
}

.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;
}

#kc-recovery-codes-list {
    columns: 2;
}

#certificate_subjectDN {
    overflow-wrap: break-word
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    white-space: normal;
    color: var(--pf-v5-global--Color--light-100) !important;
    text-align: center;
}

hr {
    margin-top: var(--pf-v5-global--spacer--sm);
    margin-bottom: var(--pf-v5-global--spacer--md);
}

@media (min-width: 768px) {
    div.pf-v5-c-login__main-header {
        grid-template-columns: 70% 30%;
    }
}

div.qr-code {
    display: flex;
    justify-content: center;
}

div.topt-copy-button {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.sms-code-notification-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 16px;
}

.sms-code-retry-container {
    display: flex;
    flex-direction: column;
}

.dvag-container-footer {
    display: flex;
    align-items: center;
}

#btnFooterFAQs {
    margin-right: 10px;
    font-size: 32px
}

#iconFooterArrowRight {
    font-size: 32px
}

.linkWithoutUnderline {
    text-decoration: none;
}

.passkeyButton {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 250px;
}

.passkeyButtonDiv {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center
}

.passkeyInfoIcon {
    color: #0070A8
}

.authAppHelpBtn {
    text-align: center;
}

.alertMargin {
    margin-bottom: 10px;
}

.footer {
    display: flex;
    justify-content: left;
    gap: 24px;
    flex-wrap: wrap;
}

.dvag-error-text {
    color: #575757;
}

#kc-back-to-login {
    background-color: #337A96;
}

