* {
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.tab-content input, .tab-content textarea, .tab-content select, .propriedade select,
.detalhes-solicitacao input, .detalhes-solicitacao textarea, .checks input {
    border: #002c53ad 1px solid;
}

.check-options .form-check:first-child {
    margin-right: 15px;
}

.texto-manual a:link {
    text-decoration: none;
}

.btn-enviar {
    background-color: #002c53 !important;
    color: aliceblue !important;
}

.btn-enviar span {
    margin-right: 10px;
}

.tipo-solicitacao {
    border: 1px solid #c0c0c0db !important;
}

.nav-tabs li a{
    color: #1f2326 !important;
}

.nav-tabs li .active {
    color: aliceblue !important;
}

.active {
    background-color: #002c53 !important;
}

.problems {
    background-color: white !important;
    color: #1f2326;
}