.content {
    justify-content: center;
    align-items: center;
}

.formTitle {
    text-transform: uppercase;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.formSubtitle {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}

#file {
    display: none;
}

.disabled {
    opacity: 0.6 !important;
    pointer-events: none !important;
    touch-action: none;
}

.selectFile {
    box-sizing: border-box;
    background: #f2f2f2;
    border: 1px solid #61adff;
    box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    height: 50px;
    padding: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btnSend {
    background: linear-gradient(32.49deg, #61adff 15.19%, #257cda 81.48%);
    box-shadow: 0px 10px 40px rgba(29, 22, 23, 0.07);
    border-radius: 15px;
    color: #ffffff !important;
    text-transform: uppercase;
}

footer {
    margin-top: 3em;
}

form {
    width: 75%;
}

.logo {
    width: 25vh;
}

.title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;

    color: #000000;
}

.divImages img {
    width: 40px;
    height: 44px;
}

#status_load {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #c02300;
}

.modal-header {
    border: none !important;
    opacity: 1;
}

.btn-close {
    background: #000000;
    border-radius: 10px;
    color: #ffff;
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    opacity: 1;
    height: 25px;
    width: 25px;
}

.modalCenter {
    margin-top: 50%;
    width: 80%;
    margin-left: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.modal-contentMain {
    background-color: transparent;
    border: none;
}

.textNormal {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}

.modalBody {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 0;
    height: 168px;
}

.colorCheck {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    width: 28px;
    height: 28px;
}

.contentModal {
    align-items: center;
    justify-content: center;
    align-content: centercontentModal;
    flex-wrap: wrap;
    flex-direction: column;
}

.titleModal {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.modalSubtitle {
    width: 60%;
}

.error {
    border: 1px solid #c02300;
}

#modalLoading {
    pointer-events: none;

    .modal-waiting-loader {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        .second-level-title {
            font-size: 24px;
            margin-top: 50px;
            margin-bottom: 20px;
        }

        .message {
            font-size: 16px;
            font-family: "CeraRoundPro-Medium";
        }
    }

}