﻿body {
    width: 100vw;
    height: 100vh;
    background: #F5F5F5;
    font-family: "Catamaran", sans-serif !important;
    margin: 0;
}

#aspnetForm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mainForm {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.newHeader {
    background-color: #FFE372;
    height: 72px;
    line-height: 72px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
}


.newHeader > img {
    height: 41px;
}

.newHeader > span {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #202AD0;
    margin: 0;
    margin-left: 10px;
}

.headerSecondary {
    background: #68E699;
}

.footer {
    color: #202AD0;
    background: #E3E1EC;
    padding: 16px 32px 16px 32px;
    height: 50px;
    line-height: 18px;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    text-align: center;
}

.primaryButton {
    background: #202AD0;
    color: #FFE372;
    border-radius: 100px;
    width: 100%;
    cursor: pointer;
    border: none;
    height: 40px;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 19.2px;
    transition: opacity 0.3s ease;
}

.primaryButton:hover {
    opacity: 0.8;
}

.primaryButton:disabled {
    cursor: default;
    background: #E3E1EC;
    color: #91909A;
}

.formInput {
    border: 1px solid #ACAAB4;
    border-radius: 12px;
    height: 34px;
    padding: 4px 16px;
    color: #000033 !important;
    font-size: 12px !important;
    line-height: 18px;
    font-weight: 400;
}

.formLabel {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    color: #000033;
    margin-left: 16px;
    margin-bottom: 2px;
}

.formGroup {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    width: 100%;
}

.formContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    background: #FCFCFC;
    border-radius: 12px;
}

.boxAlert {
    padding: 10px 16px;
    border-radius: 12px;
    margin-bottom: 16px;
    color: #000033;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    display: flex;
    text-align: left;
}

.boxAlert > img:nth-child(1) {
    height: 17px;
    margin-right: 10px;
}

.boxAlert > div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.titleAlertBox {
    font-size: 12px;
    line-height: 21px;
    font-weight: 700;
}

.warning {
    background: #FFFBF7;
    border: 2px solid #FFE372;
}

.error {
    background: #FFF7FA;
    border: 2px solid #FFB3B1;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 21px;
}

.error div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.closeIcon {
    height: 10px;
}

.errorIcon {
    height: 17px;
    margin-right: 10px;
}

.closeIcon:hover {
    cursor: pointer;
}

.info {
    background: #F0FFFC;
    border: 2px solid #4EDAD3;
}

.info p {
    margin: 0;
}

.success {
    background: #F3FFF3;
    border: 2px solid #68E699;
    font-size: 14px;
}

.success p {
    margin: 0;
}

.alertIcon {
    height: 17px;
    margin-right: 5px;
}

.helpTextError {
    display: none;
    color: #FD5970;
    font-weight: 700;
    line-height: 18px;
    font-size: 12px;
    margin-left: 16px;
}

.inputError {
    border: 1px solid #FF566E;
}

.inputError:focus {
    border: 1px solid #FF566E;
}

.labelError {
    color: #FD5970;
}

.contentHeader {
    margin-top: 32px;
    margin-bottom: 16px;
}

.titleHeader {
    font-weight: 700;
    font-size: 32px;
    line-height: 38.4px;
    color: #202AD0;
}

.descriptionHeader {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000033;
}

.tituloErro {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
}

@media(max-width: 600px) {
    #paginaConteudo {
        padding: 16px;
        height: auto;
    }

    #aspnetForm {
        height: auto;
    }

    .newHeader {
        min-height: 72px;
    }

    .footer {
        min-height: 50px;
        margin-top: 30px;
    }

    .contentHeader {
        margin-top: 0;
    }
}

.form-input {
    height: 2.5rem;
    font-size: 1rem !important;
    border-radius: 2.688rem;
    border-width: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    border-color: #ACAAB4;
    gap: 0.625rem;
    color: #1B1B22 !important;
    font-family: Catamaran, sans-serif !important;
}

.form-input:disabled {
    color: #91909A !important;
    background-color: #efefef !important;
}

.form-label {
    padding-right: 1rem;
    padding-left: 1rem;
    gap: 0.625rem;
    font-weight: 700;
    font-size: 1rem !important;
    line-height: 1.188rem;
    letter-spacing: 0px;
    color: #91909A;
}

.input-info {
    font-family: Catamaran !important;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0px;
    color: #000033;
    padding-left: 1rem;
}