/* ===== Google Font Import - Poppins ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
ul#navigation li a:hover,
ul#navigation li a:active {
    opacity: 1;
    font-weight: 700;
}

main header {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

    main header::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 3px;
        width: 27px;
        border-radius: 8px;
        background-color: #4070f4;
    }


.container-form #formpauta{
    /*position: relative;
    min-height: 100vh;
    margin-top: 16px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 90vh;*/
}

    .container-form #formpauta .form,
    .container-fluid #formpauta .form{
       /* position: absolute;*/
        background-color: #fff;
        transition: 0.6s ease;
        width:100%;
    }
        
        .container-form #formpauta .form.second,
        .container-fluid #formpauta .form.second{
            opacity: 0;
            pointer-events: none;
            transform: translateX(100%);
            /*display: none;*/
        }

#formpauta.secActive .form.first,
#formpauta.secActive .form.first{
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    display:none;
}


#formpauta.secActive .form.second,
#formpauta.secActive .form.second{
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}


.container-form #formpauta .title,
.container-fluid #formpauta .title{
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    margin: 6px 0;
    color: #333;
}
/* Excluir esse: */
.container-form #formpauta .fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* Excluir esse: */
#formpauta .fields .input-field {
    display: flex;
    width: calc(100% / 2 - 15px);
    flex-direction: column;
    margin: 4px 0;
}

.input-field label,
.container-fluid label
{
    font-size: 12px;
    font-weight: 500;
    color: #2e2e2e;
}
/* Excluir esse: */
.input-field input, select {
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 0 15px;
    height: 42px;
    margin: 8px 0;
}
/* Excluir esse: */
.fields .input-checkbox input {
    width: 20px;
}
/* Excluir esse: */
.fields .input-checkbox .input-checkbox-align {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 35px;
}
/* Verificar esse: */
.fields .input-checkbox .input-checkbox-subtitle {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 500;
    color: black;
    font-style: italic;
}
/* Excluir esse: */
.input-field input :focus,
.input-field select:focus {
    box-shadow: 0 3px 6px rgba(0,0,0,0.13);
}
/* Excluir esse: */
.input-field select,
.input-field input[type="date"] {
    color: #707070;
}
    /* Verificar esse: */
    .input-field input[type="date"]:valid {
        color: #333;
    }

.container-form #formpauta .backBtn, .nextBtn,
.container-fluid #formpauta .backBtn, .nextBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    max-width: 200px;
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    margin: 25px 0;
    background-color: #4070f4;
    transition: all 0.3s linear;
    cursor: pointer;
}

.container-form #formpauta .btnText,
.container-fluid #formpauta .btnText{
    font-size: 14px;
    font-weight: 400;
}

.container-form #formpauta .submit,
.container-fluid #formpauta .submit{
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    max-width: 200px;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    margin: 25px 0;
    transition: all 0.3s linear;
    cursor: pointer;
    margin-left: 5px;
}

#formpauta button:hover {
    background-color: #265df2;
}

#formpauta button i,
#formpauta .backBtn i {
    margin: 0 6px;
}

#formpauta .buttons {
    display: flex;
    align-items: center;
}

    #formpauta .buttons button, .backBtn {
        margin-right: 14px;
    }

footer {
    padding: 2px 0px;
    text-align: center;
}

.select2-container--default .select2-selection--multiple {
    height: 75px;
}

.spinner-wrapper {
    background-color: #343a40;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    display:flex;
    justify-content:center;
    align-items:center
}

.spinner-border{
    height:60px;
    width: 60px;
}

.index-main-text {
    text-align: justify;

}
input.checkbox-termos {
    width: 20px;
    height: 20px;
}

.formeditar h4,
.formeditar .control-label {
    margin: 10px 0px;
}

.control-label{
    font-weight: bold;
}