[type="button"],
[type="submit"],
button {
  color: #ffffff !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000066 !important;
  background-color: #e0e0ff !important;
}

.nav-link:hover {
  background-color: #06184a !important;
  color: #ffffff !important;
}

b {
  text-transform: capitalize !important;
}
@media screen and (max-width: 1024px) {
            .mobile-border {
                border: 1.5px solid #ffffff !important;
            }
        }

.nav-item button {
  font-weight: bold !important;
}

.nav-tabs {
  border-bottom: none !important;
}

.tab-content {
  position: relative !important;
  right: 13px !important;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap');

#verTodosDoc {
  background-color: #5056ac !important;
  color: #ffffff !important;
  border-radius: 22px  !important;
  border: 1px solid #000066 !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif  !important; 
  font-weight: 400  !important; 
  width: 251px  !important; 
  height: 37px  !important; 
  line-height: 37px  !important; 
  text-align: center  !important;
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */

}

#verTodosDoc:hover {
  background-color: #06184a !important;
  color: #ffffff !important;
  border-radius: 22px !important;
  border: 1px solid #ffffff !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif  !important; 
  font-weight: 400  !important; 
  width: 251px  !important; 
  height: 37px  !important; 
  line-height: 37px  !important; 
  text-align: center  !important;
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
}

.list-group.list-group-flush:hover {
  border-left: 0.1rem solid #ffffff !important;
}

.list-group-item {
  padding: 0.25rem 1.25rem !important;
}


