table#resultados td, 
table#resultados th {
    padding: .8rem 1rem;
}

.dt-processing {
    position: absolute !important;
}

.breadcrumb a {
    text-decoration: none !important;
}

div.dt-processing>div:last-child>div {
    background: #A01128 !important;
}

tr.revogada td {
    color: #ccc;
    /* text-decoration: line-through;  */
}

h1.pagina-titulo {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: Roboto, sans-serif !important;
  text-transform: uppercase !important;
  padding-bottom: 5px !important;
  margin-bottom: 26px !important;
  border-bottom: 2px solid #eee !important;
  color: #a01128 !important;
}

.bs5-container .nav-pills .nav-link {
    background: #f4f4f4;
}

.bs5-container .nav-pills .nav-link.active {
    background: #a01128 !important;
}

.btn-white {
    background: #fff !important;
    border: 1px solid #eceaea !important;
}

.title-nav {
    display: flex !important;
    justify-content: space-between !important;
    font-weight: 900 !important;
    font-size: 1.8rem !important;
    width: 350px;
    border-radius: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    box-shadow: 1px 1px 2px 1px #ccc;
}

@media (max-width: 991px) {
    .title-nav {
        width: 100% !important;
    }
}

.title-nav .d-flex.align-items-center {
    flex: 2;
}

.bs5-container .nav-pills .nav-link:hover {
    background: #680818 !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}

.title-nav .icon-nav {
    font-size: 2.4rem;
    background-color: #a01128;
    color: #fff;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.title-nav.active .icon-nav {
    background-color: #fff;
    color: #a01128;
}

.bs5-container .nav-pills .nav-link:hover .icon-nav {
    background: #fff !important;
    color: #a01128 !important;
    transition: all 0.3s ease-in-out;
}

.title-nav .nav-title {
    flex: 1;
    text-align: center;
}

/* Select2 */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow {
    height: 34px;
    line-height: 34px;
    border-color: #dee2e6 !important;
}

.select2-selection.select2-selection--single {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.select2-container {
    width: 100% !important;
}