.bg-theme {
  background-color: #024122;
}
.gradient-theme {
background-image:radial-gradient(#2cba76,#024122);
}

.bg-gradient-home {
  background-image:linear-gradient(to top right, #2cba76, #024122);
}

.sidenav-light .sidenav-menu .nav-link {
  color:#bbb;
}
.sidenav-light .sidenav-menu .nav-link:hover {
  color:#fff;
}

.nav-link.active {
  background-color: #2cba76 !important ;
  color:#fff!important;
}
.sidenav-dark .sidenav-menu .nav-link {
  color:#fffa;
}
.sidenav-dark .sidenav-menu .nav-link .nav-link-icon {
  color:#fff6;
}
.sidenav-dark .sidenav-menu .sidenav-menu-heading {
  color: #fff5;
}

.nav-borders .nav-link.active {
  color: #0061f2 !important;
  border-bottom-color: #0061f2 !important;
  background-color: unset !important;
}

.img-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-gradient-red-to-yellow{
  background-color: #ba1618;
  background-image: linear-gradient(to bottom right,#e61b20,#ecc11c);
}

.box-avatar-outer {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.box-avatar-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.img-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.datatable {
  overflow-x: unset;
}

#dataTable_wrapper .col-sm-12 {
  overflow-x: auto;
}

.form-group label {
  font-size: small;
  color: #999;
  margin-bottom: .1rem;
}
.dataTables_length {
  margin-bottom: .2rem;
}

#dataTable tbody > tr:first-child td {
  border-top: 2px solid currentColor;
}

#dataTable tbody > tr:last-child td {
  border-bottom: 2px solid currentColor;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin .is-invalid, .form-signin .is-valid {
  border-color: #c5ccd6 !important;
}

.form-signin .no-outline {
  outline: 0 none !important;
  box-shadow: none !important;
}

.no-outline {
  outline: none !important;
  box-shadow: none !important;
}

.text-primary {
  color:#214293 !important;
}

.card:not([class*=bg-]) .card-header {
  color: #214293 !important;
}

.nav-borders .nav-link.active {
  color: #214293 !important;
  border-bottom-color: #214293 !important;
  background-color: unset !important;
}

.page-link {
  color: #214293;
}

.page-item.active .page-link {
  color:#fff;
  background-color: #214293;
  border-color: #214293;
}

#dataTable_paginate .page-link:focus,
#dataTable_filter .form-control:focus,
#dataTable_length .form-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #c5ccd6;
}

.errors ul {
  margin-bottom: 0;
}

.scanner-laser {
  position: absolute;
  margin: 30px;
  height: 30px;
  width: 30px;
  opacity: 0.5;
}

.laser-rightBottom {
  bottom: 0;
  right: 0;
  border-bottom: solid red 5px;
  border-right: solid red 5px;
}

.laser-rightTop {
  top: 0;
  right: 0;
  border-top: solid red 5px;
  border-right: solid red 5px;
}

.laser-leftBottom {
  bottom: 0;
  left: 0;
  border-bottom: solid red 5px;
  border-left: solid red 5px;
}

.laser-leftTop {
  top: 0;
  left: 0;
  border-top: solid red 5px;
  border-left: solid red 5px;
}

#scanner{
  background-color: #000;
}