

body{
    background-color: #F7F9FA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    font-weight: normal;
}
#carregando{
    background-color: #ffffffd9;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    text-align: center;
    padding-top:20%;
    top:0;
}
label{
    color: #32363b;
}

.container{
    width: 80%;
    max-width: 670px;
    border: 1px solid #C9CED4;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    margin-top: 40px;
}
.row label{
    margin-top: 15px;
}

.btn_ppp{
    background-color: white;
    color: #707780;
    border: 1px solid #707780;
    padding: 10px 20px;
    min-height: 70px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}
.btn_ppp:hover{
    background-color: #0C437D;
    color: white;
}

.btn_ppp.sel{
    border: 1px solid #0C437D;
    color: #0C437D;
    background-color: #EBF0FE;
}
.btn_ppp.sel svg{
    fill: #0C437D;
}

.btn_add_remove{
    background-color:#EBF0FE;
    border: 1px solid #0C437D;
    border-radius:5px;
    color:#0C437D;
    font-size:20px;
    padding:3px;
    cursor:pointer;
    margin-left:10px;
    text-align: center;
}
.btn_add_remove:hover{
    opacity: 0.8;
}

input.campo_obrigatorio{
    border-color: #d6342c;
}
.obrigatorio{
    color: #d6342c;
    margin-top: 3px;
    font-size: 12px;
}

