﻿#verification {
    max-width: 400px;
    margin: auto;
    text-align: center;
    font-family: sans-serif;
}

    #verification h2 {
        font-size: 24px;
        margin-bottom: 8px;
        font-weight: bold;
        color:black;
    }

    #verification p {
        color: #555;
        font-size: 1.19em;
        margin-bottom: 20px;
        font-family: auto;
    }

.verification-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: background 0.2s;
    width: 27em;
    height: 4.75em;
}

    .verification-option:hover {
        background: #f0f8ff;
    }

    .verification-option.disabled {
        background: #f3f3f3;
        color: #aaa;
        cursor: not-allowed;
        border: 1px solid #C4C4C4;
    }
        .verification-option.disabled .verification-arrow {
            color: #ccc;
        }

.mfa-inputs .mfa-input.valid {
    color: #16A163;
    background: #EBF7ED;
    border: 1px solid #16A163;
}
.success-message {
    font-size: 1.1rem;
    margin-bottom: 0.1rem;
    visibility: hidden;
}
    .success-message.visible {
        visibility: visible;
        color: black;
        font-size: 11px;
        margin-top: 10px;
    }

.verification-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.verification-icon {
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.verification-label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.verification-label-hide {
    font-size: 16px;
    font-weight: 600;
    color: #A0A0A3;
}
.verification-arrow {
    color: #007aff;
    font-size: 27px;
}

#mfaSection {
    max-width: 400px;
    margin: auto;
    padding: 0px;
    text-align: center;
    font-family: sans-serif;
}

    #mfaSection h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
        color:black;
    }

    #mfaSection p {
        font-size: 14px;
        color: #333;
        margin-bottom: 25px;
    }

.mfa-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}

    .mfa-inputs input {
        width: 46px;
        height: 50px;
        text-align: center;
        font-size: 24px;
        border: 1px solid #ccc;
        border-radius: 8px;
        outline: none;
        transition: border-color 0.3s;
    }

        .mfa-inputs input:focus {
            border-color: #007bff;
        }

.resend-timer {
    font-size: 14px;
    color: black;
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .resend-timer.disabled {
        color: #888;
        pointer-events: none;
    }

.resend-timer-input {
    display: flex;
    justify-content: center;
}
.mfa-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

    .mfa-buttons button {
        width: 200px;
        padding: 12px;
        border: none;
        border-radius: 30px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: background 0.3s;
    }

.btn-verify {
    background-color: #0088ff;
    color: white;
    font-size: 14px;
}

    .btn-verify:hover {
        background: #0088ff;
    }

.btn-cancel {
    color: #444;
    border: 2px solid #007bff;
    background-color: transparent;
    border-radius: 999px;
    padding: 8px 24px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
    

.body-minheight {
    min-height: calc(100vh - 130px);
}

body {
    padding-top: 0;
    background-color: #fdfdfd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%;
}

div.form-group div {
    text-align: center;
}

    div.form-group div.textentry input,
    div.form-group div.buttonentry input {
        margin: auto;
    }

    div.form-group div.textentry input {
        text-align: center;
        background-color: transparent;
        font-size: 18px;
        margin-top: 10px;
    }

div.form-group label {
    font-size: 24px;
}

#sign-up-box {
    background-color: rgba(255, 255, 255, 0.85);
    height: calc(110vh);
    max-width: 550px;
    width: 100vw;
}

input[type="submit"] {
    font-size: 16px;
    font-weight: bold;
    background-color: #0088ff;
    color: #fff;
    width: 350px;
    border-radius: 8px;
}

    input[type="submit"]:hover,
    input[type="submit"]:focus {
        background-color: #0088ff;
    }

.signupdisclaimer {
    margin: auto;
    text-align: center;
    font-size: 12px;
}

.signuphelp {
    border-top: solid 1px #ccc;
    max-width: 400px;
    margin: auto;
    padding: 15px 30px;
    font-size: 12px;
}

.validation-summary-errors ul li {
    list-style: none;
    text-align: center;
}

.logo {
    max-height: 64px;
    margin-bottom: 1rem;
}


.btn-primary {
    width: 200px;
}

.secondary-link {
    color: #555;
    font-weight: bold; 
    text-decoration: none; 
    cursor: pointer;
}

    .secondary-link:hover {
        color: #333;
        text-decoration: underline;
    }

.btn.btn-primary {
    background-color: #0088ff;
    color: #fff;
    font-family: 'Roboto';
}

.input-wrapper {
    position: relative;
    margin-bottom: 1rem;
}

.text-danger {
    font-size: 1.5rem;
    margin-top: 0.25rem;
    display: block;
}

.form-text.text-muted {
    display: block;
    margin-top: 21px;
    font-size: 0.9em;
    color: #6c757d;
}

.MFASetup {
    max-width: 25em;
    margin: auto;
    text-align: center;
    font-family: inherit;
}

    .MFASetup h2 {
        font-size: 1.5em; 
        margin-bottom: 0.5em; 
        font-weight: bold;
        color:black;
    }

    .MFASetup p {
        color: #555;
        font-size: 1.19em;
        margin-bottom: 1.25em;
        font-family: auto;
    }

.Phoneverification {
    max-width: 25em;
    margin: auto;
    text-align: center;
    font-family: inherit;
}

    .Phoneverification h2 {
        font-size: 1.5em;
        margin-bottom: 0.5em;
        font-weight: bold;
    }

    .Phoneverification p {
        color: #555;
        font-size: 1.19em;
        margin-bottom: 1.25em;
        font-family: auto;
    }

.secondary-link {
    display: block;
    margin-top: 1rem;
    color: #777;
    text-decoration: underline;
}

.input-wrapper {
    margin-top: 0.75em;
}

.styled-input {
    width: 100%;
    max-width: 18.125em; 
    padding: 0.875em 1.25em;
    font-size: 1.375em; 
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 0.75em; 
    box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.05);
    outline: none;
    background-color: #fff;
    height: 3.3125em; 
}

.action-link {
    display: inline-block;
    text-align: center;
    font-size: 1.1em;
    color: #444;
    background: transparent;
    border: none;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    padding: 0.3em 1em;
    transition: color 0.2s ease-in-out;
    font-weight: bold;
    font-family: 'Roboto';
}

    .action-link:hover {
        color: #007bff;
        text-decoration: underline;
    }

.verified-badge {
    display: inline-flex;
    align-items: center;
    background-color: #e6f4ea;
    color: #1e8e3e;
    font-size: 0.65em;
    font-weight: bold;
    padding: 0.3em 0.75em;
    border-radius: 999px;
}

.verified-icon {
    margin-right: 0.4em;
    font-size: 1em;
}

.mfaVerifyCode {
    max-width: 25em;
    margin: auto;
    padding: 0em;
    text-align: center;
    font-family: auto;
}

    .mfaVerifyCode h2 {
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 0.625em;
        color:black;
    }

    .mfaVerifyCode p {
        font-size: 1.19em;
        color: #555;
        margin-bottom: 1.5625em;
        font-family: auto;
    }

.mfaSetupVerificationCode {
    max-width: 25em;
    margin: auto;
    padding: 0em;
    text-align: center;
    font-family: auto;
}

    .mfaSetupVerificationCode h2 {
        font-size: 1.5em; 
        font-weight: bold;
        margin-bottom: 0.625em;
        color:black;
    }

    .mfaSetupVerificationCode p {
        font-size: 1.17em;
        color: #555;
        margin-bottom: 1.5625em;
        font-family: auto;
    }

.logo {
    max-height: 4em;
    margin-bottom: 1rem;
}

.mfaSetup-buttons button {
    width: 15.3125em;
    padding: 0.85em;
    border: none;
    border-radius: 0.5em;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    font-family: sans-serif;
}

.resend-action-link {
    font-size: 1em;
    color: #007bff;
    background: transparent;
    border: none;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Roboto';
    cursor: pointer;
    padding: 0.3em 0.6em;
    transition: color 0.2s ease-in-out;
}

    .resend-action-link:hover {
        color: black;
        text-decoration: underline;
    }
    .resend-action-link.disabled {
        color: #6D6E71;
        cursor: default;
        text-decoration: none;
        font-weight: normal;
    }
.cancle-buttons button {
    width: 12.5em; 
    padding: 0.6875em; 
    border: none;
    border-radius: 1.875em; 
    font-size: 1em; 
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: -1.3125em; 
    margin-bottom: 1.6875em;
}

.timer-span {
    color: black;
    font-weight: bold;
}

.mfaqrCode {
    max-width: 400px;
    margin: auto;
    margin-top: 25px;
    padding: 0;
    text-align: center;
    font-family: sans-serif;
    align-items: center;
    justify-content: space-between;
}

    .mfaqrCode h2 {
        font-size: 23px;
        font-weight: bold;
        margin-bottom: 10px;
        color:black;
    }

    .mfaqrCode p {
        font-size: 1.17em;
        color: #555;
        margin-bottom: 1.5625em;
        font-family: auto;
    }

.mfa-code-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}

#qrCode {
    margin: 2px 0;
    height: 174px;
}

.mfa-button .btn-verify {
    padding: 10px 50px;
    background-color: #007bff;
    border: none;
    color: white;
    font-size: 17px;
    border-radius: 15px;
    cursor: pointer;
}

    .mfa-button .btn-verify:hover {
        background-color: #0056b3;
    }

.mfaScanVerifyCode {
    max-width: 25em;
    margin: auto;
    padding: 0em;
    text-align: center;
    font-family: auto;
}

    .mfaScanVerifyCode h2 {
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 0.625em;
    }

    .mfaScanVerifyCode p {
        font-size: 1.1em;
        color: #555;
        margin-bottom: 1.5625em;
        font-family: auto;
    }

.digit-box {
    border: 2px solid #ccc;
    padding: 10px;
    width: 40px;
    text-align: center;
    font-size: 1.2em;
    border-radius: 6px;
    margin: 2px;
    transition: border-color 0.3s, background-color 0.3s;
}

    .digit-box.otp-error {
        background: #FCF3F2;
        border: 1px solid #FA5343;
    }

    .digit-box.otp-success {
        border-color: #16A163;
        background-color: #EBF7ED;
        border: 1px solid #16A163;
        background: #EBF7ED;
    }
.input-error {
    border: none;
    border-bottom: 2px solid #FA5343;
    background-color: transparent;
}
.form-control:focus {
  border-color: black;
}

.field-validation-error {
    display: none;
    font-size: 1.2rem;
    color: black;
}
.mfa-password-change-success {
    max-width: 25em;
    margin: auto;
    padding: 0em;
    text-align: center;
    font-family: auto;
}

    .mfa-password-change-success h2 {
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 0.625em;
    }

    .mfa-password-change-success p {
        font-size: 1.19em;
        color: #555;
        margin-bottom: 1.5625em;
        font-family: auto;
    }

.country-phone-input-wrapper {
    display: flex;
    width: 100%;
    gap: 16px;
    align-items: center;
}

.error-message {
    color: red;
    margin-top: 4px;
    font-size: 14px;
}

.country-phone-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.country-dropdown-group {
    width: 40%;
    position: relative;
}

.country-select {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    appearance: none;
}

.country-select-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.country-input-group {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.country-phone-input {
    width: 250px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #ccc;
}

    .country-phone-input.invalid-input {
        border: 2px solid red;
        background-color: #fff0f0;
    }

        .country-phone-input.invalid-input:focus {
            border-color: red;
            outline: none;
        }

.country-error {
    color: black;
    font-size: 11px;
    margin-top: 4px;
    min-height: 18px;
    width: 250px;
    text-align: left;
}

.buttonentry .btn.btn-primary {
    border-radius: 8px;
}

.buttonsend .btn.btn-primary {
    width: 160px;
    min-height: 40px;
    border-radius: 8px;
    text-align: center;
    margin-top: 18px;
}

.form-group .form-page-header {
    color: black;
    margin: 0;
}
.textentry {
    position: relative;
}
.toggle-password {
    position: absolute;
    top: 35%;
    right: 105px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
    .toggle-password img {
        width: 21px;
        height: auto;
    }
.toggle-password-alt {
    position: absolute;
    top: 35%;
    right: 93px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
    .toggle-password-alt img {
        width: 21px;
        height: auto;
    }
.toggle-confirm-password {
    position: absolute;
    top: calc(18% - 1px);
    right: 93px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
    .toggle-confirm-password img {
        width: 21px;
        height: auto;
    }
.btn-continue {
    background-color: #0088ff;
    font-family: 'Roboto';
    height: 42px;
    border:none;
}
    .btn-continue:hover {
        color: #fff;
    }
.input[type="submit"].btn-continue {
    border: 1px solid #0088ff;
}
.default-eyes-hide::-ms-reveal,
.default-eyes-hide::-ms-clear {
    display: none;
}