body {
  font-family: "Roboto", sans-serif;
}

.buscador {
  margin-top: 1em;
  margin-bottom: 1em;
}

.pagination {
  margin-top: 1em;
  margin-bottom: 1em;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%);
  margin-top: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.navbar {
  background-color:#82348a;
}

li > a {
  color: white;
}

li > a:hover {
  color: #e0e0e0;
}

.navbar-toggler {
  border-color: white;
}

/* .text-danger {
  font-size: 25px;
} */
/* .text-warningForm {
    background: #dc3545;
    padding: 4px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 7px;
    margin: 4px 0 0 0;
} */

#tipo {
  display: none;
}

.btn-chart {
  background-color: #2a528f;
  width: 100%;
}

.table-client tr {
  background-color: white;
}

.table-client tbody tr:first-child {
  background-color: #2a528f;
  color: white;
}

i {
  vertical-align: middle !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

th,
td {
  vertical-align: middle !important;
}

.btn-primary {
  background-color: #82348a !important;
}

.img {
  width: 300px;
  height: 200px;
}

.navbar-toggler-icon {
  color: white;
}

.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color: #2a528f !important;
  border-color: #2a528f;
}

@media (max-width: 750px) {
  li > a {
    text-align: center;
  }
}

canvas {
  padding: 0;
  margin: auto;
  display: block !important;
}

.createmodal {
  color: #fff !important;
  background-color: #28a745;
  border-color: #28a745;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.createmodal:hover {
  color: #fff !important;
  background-color: #28a7469a;
  border-color: #28a746cd;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #82348a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #82348a40;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #82348a;
    border-color: #82348a;
    box-shadow: 0 0 0 0.2rem #82348a80;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #82348a;
    border-color: #82348a;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #82348a;
}
