form.form-figma-theme {
    background-color: #E9E9E9;
    padding: 45px 20px;
    border-radius: 32px;
    margin-bottom: 40px;
    width: 100%;

    @media (min-width: 991px) {
        padding: 90px 40px;
        margin-bottom: 95px;
    }
}

form.form-figma-theme .form-figma-theme_titulo {
    color: #E43470;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
}

form.form-figma-theme .form-figma-theme_descricao {
    font-weight: 400;
    font-size: 15px;
    line-height: 149%;
    letter-spacing: 0%;
    margin-bottom: 50px;
    color: #000000CC;
}

form.form-figma-theme input,
form.form-figma-theme select,
form.form-figma-theme textarea {
    border-radius: 20px;
    gap: 8px;
    padding-top: 12px;
    padding-right: 8px;
    padding-bottom: 12px;
    padding-left: 20px;
    border: 1px solid #6F6C6C !important;
    background-color: transparent;
    width: 100%;
    min-height: 42.8px;
}
form.form-figma-theme textarea {
    width: 100%;
    height: 191px;
}
form.form-figma-theme input,
form.form-figma-theme select,
form.form-figma-theme textarea {
    font-size: 12px;
    color: #6F6C6C;
}
form.form-figma-theme select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
form.form-figma-theme select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.650391 0.649902L5.65039 5.6499L10.6504 0.649902' stroke='%236F6C6C' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 7px;

    padding-right: 20px;
}

form.form-figma-theme .form-figma-theme_linha {
    display: grid;
    gap: 0;
    @media (min-width: 991px) {
        display: flex;
        gap: 20px;
    }
}
form.form-figma-theme .form-figma-theme_linha .form-figma-theme_campo {
    flex: 1;
    margin-bottom: 21px;
}
form.form-figma-theme .form-figma-theme_btn-submit {
    width: max-content;

    border-radius: 33554400px;
    padding-top: 7.5px;
    padding-right: 20px;
    padding-bottom: 8.5px;
    padding-left: 20px;
    border: none;
    
    background-color: #0072BC;
    color: #FFF;
    transition: 0.3s;


    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
form.form-figma-theme .form-figma-theme_btn-submit:hover {
    background-color: #084a8f;
}
form.form-figma-theme .form-figma-theme_linha-enviar {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 25px;
}

form.form-figma-theme .file-upload {
    width: 100%;
}
form.form-figma-theme .file-upload input[type="file"] {
  display: none;
}

form.form-figma-theme .file-upload-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}
form.form-figma-theme .file-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;

    border: 2px solid #cfcfcf;
    border-radius: 30px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #6F6C6C !important;
    background-color: transparent;
    color: #6F6C6C;
    position: relative;
    min-height: 42.8px;
}
form.form-figma-theme .file-text {
    color: #6F6C6C;
}
form.form-figma-theme .file-button {
    background-color: #2fa4b7;
    color: #fff;
    padding: 5px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
    width: 180px;
    display: flex;
    justify-content: center;
    border: none;
    height: 36px;
    align-items: center;
    cursor: pointer;

    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);

    @media (min-width: 991px) {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        height: 42.8px;
    }
}
form.form-figma-theme .file-button:hover {
    background-color: #2fa4b7;
    color: #fff;
}

form.form-agf-login {
    background-color: transparent !important;
    padding: 0 !important;
    display: grid;
    grid-auto-flow: row;
    justify-content: center;
    margin-top: 8px;

    @media (min-width: 991px) {
        margin-top: calc(95px - 32px);
    }
}
form.form-agf-login .form-figma-theme_descricao {
    margin-bottom: 30px !important;
}
form.form-agf-login .form-figma-theme_linha {
    @media (min-width: 991px) {
        max-width: 500px;
    }
}
form.form-agf-login .form-figma-theme_linha .form-figma-theme_campo {
    @media (min-width: 991px) {
        margin-bottom: 0;
    }
}
form.form-agf-login .form-figma-theme_btn-submit {
    height: 42.8px;
    width: max-content;
}
form.form-agf-login .form-figma-theme_linha {
    align-items: flex-start;
    flex-wrap: wrap;
    @media (min-width: 991px) {
        justify-content: space-between;
    }
}
form.form-agf-login .form-figma-campo-com-erro {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
form.form-agf-login .form-figma-campo-com-erro .form-figma-theme_campo {
    @media (min-width: 991px) {
        margin-bottom: 0 !important;
    }
}
form.form-agf-login .form-figma-campo-com-erro__mensagem:empty {
    display: none;
}
form.form-agf-login .form-figma-campo-com-erro__mensagem:not(:empty) {
    display: block;
    margin-top: 6px;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.35;
    color: #E43470;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    @media (min-width: 991px) {
        bottom: -18px;
    }
}
form.form-agf-login .form-figma-theme_campo.is-invalid {
    border-color: #E43470 !important;
}