.by-qsoft {
  color: #051eb0!important;
}
 
.color-fondo{
  background-color: #c2c3c9!important;
}

.bg-accent text-white{
  background-color: #3f51b5!important;
  color: white!important;
}

.titulo_principal {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #008B8B;
  font-weight: bold;
  text-decoration: underline;
  font-size: 20px;
  margin: 10px 0px !important
}


::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: black;
}
/*
::-webkit-scrollbar-thumb {
  background: #393812;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: #000;
} */

.fondo-card {
  background-color: rgb(255, 255, 255);
  border: solid 1px #008B8B;
  margin: 0px;
  padding: 0px !important;
  box-shadow: 10px 5px 5px rgb(99, 99, 99);
}

thead tr th {
  position: sticky;
  color: white;
  z-index: 2;
  text-align: left;
}

thead tr:first-child th {
  top: 0;
}

tfoot tr td {
  position: sticky;
  z-index: 1;
}

tfoot tr:first-child td {
  background-color: slategray;
  bottom: 0;
  height: 0.6rem;
  padding: 0px !important;
}

.q-table tbody td {
  font-size: 12px;
}

.q-table tbody tr:hover {
  box-shadow: 0px 5px 5px #BDBDBD;
  background-color: #FAFAFA;
}

.trash {
  text-align: center !important;
}

thead tr:first-child th {
  background-color: #1976D2;   
  color: #fff;
}

/*-----Personal Scroll-----*/

/* Tamaño */
::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;   
}

/* Track */
::-webkit-scrollbar-track {
  /*background: #baddffee;*/
  border-radius: 50vw;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #708090;
  border-radius: 50vw;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #708090;
}

/*------------Ventana--------------*/

.cerrar {
  position: absolute !important;
  right: 0;
  top: 0;
}

.btn1 {
  background-color: #1976D2;
  color: #fff;
  border-radius: 8px;
  min-height: 2rem;
  min-width: 5rem !important;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 2px;
  bottom: 0
}

.datos_ventana {
  font-size: 14px;
}

.q-card__section--vert {
  padding: 10px !important;
}

.fondo-card {
  border: solid rgb(204, 204, 204) 1px;
}
