﻿.modals2fa {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1050;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content-custom1 .close-custom {
    font-size: 30px;
    font-weight: 400;
}
.modal-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px 30px;
    width: 80%;
    border-radius: 0.5rem;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .modal-contents h1 {
        text-align: center;
    }

.close-button, .close-button1 {
    float: right;
    line-height: 1.5rem;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

    .close-button:hover {
        color: darkgray;
    }

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.scrollhide {
    overflow: hidden;
    transition: 0.5s;
}

.modal-contents h3 {
    font-size: 22px;
    font-weight: 600;
    color: #242c42;
    text-align: center;
}

.modal-contents p {
    font-size: 18px;
    font-weight: 400;
    color: #242c42;
    text-align: center;
    line-height: 20px;
    margin: 20px 0;
}

.greenbtn2fa {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    padding: 10px 0px;
    border: solid 1px #44a512;
    background-color: #4dbc16;
    transition: 0.2s;
    border-radius: 4px;
    min-width: 105px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    display: block;
    width: fit-content;
}

a.startbtn.greenbtn2fa {
    color: #ffffff !important;
}

.otp-box {
    width: 50px;
    height: 50px;
    border: 2px solid #424242;
    text-align: center;
    font-size: 24px;
    border-radius: 4px;
    min-width: auto;
}

.otpBoxes {
    display: flex;
    justify-content: center!important;
    margin-bottom: 15px;
    gap: 18px!important;
    margin-top: 20px;
}

.otpbtn {
    margin: auto;
    background-color: white;
    border-bottom: 1px solid black!important;
    padding: 1px;
    margin-bottom: 10px;
    font-size: 14px;
    cursor:pointer;
}

.otpbtn:hover, .otpbtn:active {
    color:#44a512;
}


.nextbtn {
    margin-top:15px;
}

.otp-label {
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
}

.otp-error {
    width: 58%;
    margin: auto!important;
    text-align:center;
}

#panel4 h2 {
    font-size: 26px!important;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

#divconfirmmsg {
    margin-bottom: 10px;
    text-align: center;
    padding:0px;
}