body {
    background-color: #f6f6f6 !important;
}

.validation-message {
    font-family: Canaro-Book;
    font-size: 14px;
    color: red;
}

.contador-leitura,
.logo {
    text-align: center;
}

.container-form-fields-info {
    display: flex;
    justify-content: flex-end;
    font-family: Lexend-Light, sans-serif;
    font-size: 14px;
}

span.form-fields-info {
    font-family: Lexend-Light, sans-serif;
    font-size: 14px;
    color: red;
}

.button-center {
    display: flex;
    justify-content: center;
}




.dropdown-cur {
    position: relative;
}

.dropdown-btn {
    text-align: left;
    background-color: #fff;
    border-color: #c8d3d9;
    border-radius: 4px;
    border: 1px solid #c8d3d9;
    height: 38px !important;
}

.dropdown-btn:hover, 
.dropdown-btn:focus {
    background-color: white;
    border-color: #fa551e;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 3px;
    padding: 1px;
    min-width: 160px;
    border: 1px solid #c8d3d9;
    z-index: 1;
    width: 100%;
    margin-top: 42px;
}

.dropdown-content a {
    border-radius: 3px;
    margin: 3px;
    padding: 7px 15px;
    color: #000;
    font-family: Lexend-Light, sans-serif;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #fa551e;
    color: white !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: white;
}

.show {
    display: block;
}

.dropdown-btn span {
    pointer-events: none;
}

.dropdown-icon {
    position: absolute;
    right: 10px;
    fill: #333;
}

.rotate {
    transform: rotate(180deg)
}
