.fontSize {
    font-size: 15px !important;
    color: #7e7e7e !important;
}
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.938);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}
.progress-bar-container {
    width: 80%;
    height: 10px;
    background-color: #f3f3f300;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
}
.progress-bar {
    height: 100%;
    background-color: #0397fa;
    width: 0;
    border-radius: 5px;
    transition: width 0.2s ease-in-out;
}
.logo-container {
    text-align: center;
    animation: fadeIn 1s ease-in-out;
}
.logo-container img {
    max-width: 200px;
    height: auto;
    animation: bounce 1s infinite alternate;
}
.progress-text {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    color: #0397fa;
    animation: fadeIn 2s ease-in-out;
}
#loader .logo-container img {
    width: 100%;
    max-width: 500px;
    height: auto;
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
.submit__generated {
    display: inline-block;

    span {
        display: inline-block;
        width: 35px;
        height: 35px;
        vertical-align: center;
        line-height: 35px;
        font-weight: bold;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.9);
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    &.valid:after,
    &.unvalid:after {
        font-family: FontAwesome;
        font-size: 18px;
        margin-left: 10px;
    }
    &.valid {
        .submit__input {
            border: 1px solid #2ecc71;
            color: #2ecc71 !important;
        }
    }
    &.unvalid {
        &:after {                                                                                                                                                                                                             color: #e74c3c; */
        }
        .submit__input {
            border: 1px solid #e74c3c;
            color: #e74c3c;
        }
    }
    .submit__input {
        position: relative;
        outline: 0;
        height: 35px;
        width: 40%;
        border-radius: 4px;
        border: 1px solid #42A0DD;
        color: #42A0DD;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        top: -2px;
    }
}
i.fa-refresh {
    /* margin: 4px 0 0px 5px; */
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.2s ease-out, color 0.2s ease-out;

    &:hover {
        color: rgba(0, 0, 0, 0.4);
        transform: rotate(180deg);
    }
}
span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    position: relative;
    display: block;
    margin-top: 5px;
    margin-left: 0;
}

.submit {
    display: block;
    margin: 50px 0;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    background-color: #42A0DD;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 4px 0 #2C81BA;
    opacity: 1;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;

    &:hover {
        background-color: #3498db;
    }

    &:active,
    &.enter-press,
    &.overlay {
        margin: 55px 0 46px 0;
        box-shadow: none;
    }
}
.submit__overlay {
    height: 50px;
    width: 110px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    margin-top: -90px;
    margin-left: -5px;
}

.low-opa {
    opacity: 0.4;
}

.fadeOut {
    opacity: 0;
    transform: translateY(10px);
}

.fadeIn {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.form-fields,
.form-success {
    transition: all 0.2s ease-out;
}

.form-success {
    opacity: 0;
    transform: translateY(-10px);
    margin-top: 20px;
}

.title {
    font-size: 10px !important;
    text-align: center !important;
    margin: 10px 0 20px !important;
}

.submit__control .submit__generated {
    width: 100% !important;
}

.submit__container {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Adjust spacing as needed */
}

.otp-input-fields {
    margin: auto;
    background-color: white;
    /* box-shadow: 0px 0px 8px 0px #02025044; */
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    /* padding: 10px; */

    input {
        height: 40px;
        width: 40px;
        background-color: transparent;
        border-radius: 4px;
        border: 1px solid #2f8f1f;
        text-align: center;
        outline: none;
        font-size: 16px;

        &::-webkit-outer-spin-button,
        &::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        /* Firefox */
        &[type=number] {
            -moz-appearance: textfield;
        }

        &:focus {
            border-width: 2px;
            border-color: darken(#2f8f1f, 5%);
            font-size: 20px;
        }
    }
}