
.d-flex {
    display: flex;
}

.j-c-between {
    justify-content: space-between;
}

.f-d-column {
    flex-direction: column;
}

.f-w-w {
    flex-wrap: wrap;
}

.a-i-c {
    align-items: center;
}
.a-i-s {
    align-items: start;
}
.g {
    gap: 1rem;
}

.w-40 {
    width: 45% !important;
}
.p-top {
    padding-top: 1rem;
}
.m-top {
    margin-top: 1rem;
}
.f-1 {
    flex: 1;
}
/* Estilização da lista de sugestões */
.suggestions {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    max-height: 10rem;
    overflow-y: scroll;
    border-radius: 10px;
    position: absolute;
    top: 170px;
    width: 90%;
    background-color: #f1f1f1;
    z-index: 99;
}
.top-150 {
    top: 150px !important;
}
.ContainerImageLogo {
    height: 2.5rem;
}
.w-100 {
    width: 100%;
}
.f-1{
    flex:1;
}
@media screen and (max-width: 1200px) {
    .w-100 {
        width: 100% !important;
    }
}

.modal .modal-dialog_centered {
    justify-content: center;
}

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

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

.color-red{ 
    color: red !important;
}

.cpEnsaiado{
    background-color: green;
    color: #fff;
}

.show{
    display: block !important;
}

.alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.linkEnsaioPaver{
    border-width: 1px;
    border-radius: 0.25rem;
    border-color: rgb(209, 213, 219);
    cursor: pointer;
}

.linkEnsaioPaver:hover{
    background-color: rgb(209, 213, 219);
}

form label{
    z-index: 1;
}