html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.table-report {
  text-align: center !important;
}

.table-report tbody td {
  font-family: var(--bs-font-monospace)!important;

}

.money {
  text-align: right !important;
}

.money:before {
  content: "$ ";
}

.table-report tbody td.text {

}

[v-cloak] {
  display: none;
}

#notifications {
  cursor: pointer;
  position: fixed;
  right: 0px;
  z-index: 9999;
  top: 65px;
  margin-bottom: 0px;
  margin-right: 0px;
  max-width: 500px;
  width: 100%;
  /*padding: 0px 15px;*/
  bottom: unset;
}

.notificacion_header {
  display: flex;
  align-items: center;
  /*padding: 0.5rem 0.75rem;*/
  background-clip: padding-box;
  border-bottom: 1px solid #fafafa;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

h1, h2, h3, h4, h5, h6, th, label {
  text-transform: none !important;
}

.card .card-title{
    text-transform: none !important;
}


.checkbox label:after{
  border: 1px solid #8b97a2;
}
