@font-face {
    font-family: 'Bambino New';
    src: url('/assets/fonts/bambinonew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Bambino New', sans-serif !important; 
    font-size: 18px !important; 
    line-height: 1.5 !important;
    background-color:#fff;
    -webkit-font-smoothing: antialiased;
}

.form-control, .btn {
    font-size: 18px !important;
}

#ui-datepicker-div{
    z-index: 9999 !important; 
}

.gc-container .scroll-if-required{
    padding-bottom: 110px !important;
}

.acesso{
    max-width: 400px;
}
.center{
    text-align: center;
}

.topo{
    margin-top: 60px;
}

.acessos {
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
    box-shadow:0 1px 0 #cfcfcf;
    max-width: 30em;
}

h4 {
    border:0 solid #fff;
    border-bottom-width:1px;
    padding-bottom:10px;
    text-align: center;
}

.form-control {
    border-radius: 10px;
}

.wrapper {
    text-align: center;
}

.impressao{
    font-size: small !important;
}

.m-0{
    margin: 0 !important;
}

.p-0{
    padding: 0 !important;
}


.btn-login-teste {
    background-color: #9fae9d !important; 
    color: #ffffff !important;
    border-color: #9fae9d !important;
    transition: all 0.3s ease; 
}

.btn-login-teste:hover {
    background-color: #5a3e3e !important; 
    border-color: #5a3e3e !important;
    color: #ffffff !important;
    cursor: pointer;
}

.alert-login-teste {
    background-color: #bb9c9b !important; 
    color: #000 !important; 
    border: 1px solid #bb9c9b !important; 
}


.btn-imprimir{
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}

.av-perfil{
    border: 2px solid black;
    width: 100%;
}

.p-3{
    padding: 3rem !important;
}

.b1{
    border: 1px solid;
}

.table-perfil{
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

.table-perfil td, .table-perfil th{
    padding: 2px;
    text-align: left;
}

.bg-pastel{
    background-color: rgb(237, 237, 237);
}

.bg-orange{
    background-color: #dcdcdc;
}

.resumoPerfil{
    text-align: end !important;
    width: 350px;
}

.resumoPerfil th{
    text-align: end !important;
}

.d-flex {
    display: flex !important;
}

.justify-content-end{
    justify-content: flex-end !important ;
}

.bb-1{
    border-bottom: 1.5px solid black;
}