*::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #0056b3;
  border-radius: 10px;
}

nav[aria-label='breadcrumb'] {
  margin-top: 90px;
  border-bottom: 0;
}

.breadcrumb {
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  background-color: transparent;
}

.navbar {
  padding: .5rem 1.5rem;
}

a {
  color: #0056b3;
}

.fixed-top {
  height: 90px;
}

a:hover {
  font-weight: 700;
  color: #0056b3;
  text-decoration: none;
}

.page-link,
.page-link:hover {
  color: #8c8c8c;
}

main>.container,
main>.container-fluid {
  padding: 0px 1.5rem 20px;
}

h3.card-title {
  font-size: 1rem;
  font-weight: 700;
}

.card {
  box-shadow: 0 0 1px rgb(0 0 0 / 10%), 0 2px 8px rgb(0 0 0 / 12%);
}

.card-primary.card-outline {
  border-top: 3px solid #0056b3;
}

@media (min-width : 1200px) {
  .container-fluid {
    max-width: 1800px;
  }
}

@media (min-width : 1200px) {
  .container-fluid-xl {
    max-width: 100%;
  }
}

/* Fuente */
body {
  font-family: 'Open Sans', Arial, sans-serif !important;
  background-color: #ffffff;
}

nav {
  background: #ffffff !important;
  border-bottom: 1px solid #d9d9d9;
}

.step-trigger {
  background: #f2f2f2 !important;
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
  height: 20px;
  width: 20px;
}

.step-button {
  background: #f2f2f2 !important;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.step-button:hover {
  background-color: #e6e6e6 !important;
}

.step-button:active {
  background-color: #e6e6e6 !important;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.step-trigger:disabled {
  background: #ffffff !important;
}

.nav-link {
  color: #3e3934 !important;
}

.nav-link.active {
  color: #0056b3 !important;
}

nav .logo {
  height: 30px;
  width: auto;
  transition: transform .2s ease-in-out;
}

nav .logo:hover {
  transform: scale(1.05);
}

.logo-home {
  width: clamp(120px, 20vw, 250px);
  height: auto;
  transition: transform .2s ease-in-out;
}

.logo-home:hover {
  transform: scale(1.05);
}

.btn-primary {
  background-color: #0056b3 !important;
  border-color: #0056b3 !important;
  color: #ffffff !important;
  font-weight: 700;
}

.text-primary {
  color: #0056b3 !important;
}

.btn-secondary {
  background-color: #3e3934 !important;
  border-color: #3e3934 !important;
  color: #ffffff !important;
  font-weight: 700;
}

.btn-link {
  color: #8c8c8c !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0056b3 !important;
}

.active .bs-stepper-circle {
  background-color: #0056b3 !important;
}

.btn-primary:hover, .btn-secondary:hover {
  transition: transform .2s ease-in-out;
  transform: scale(1.03);
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-secondary {
  background-color: #3e3934;
}

.btn-secondary:hover {
  background-color: #2f2b27;
}

.btn-outline-secondary {
  color: #3e3934;
  border-color: #3e3934;
}

.btn-outline-secondary:hover {
  background-color: #3e3934;
}

.pointer {
  cursor: pointer;
}

.page-item.active .page-link {
  background-color: #8c8c8c;
  border-color: #8c8c8c;
}

.deleteIcon,
.editIcon,
.fa-user-edit {
  color: #0056b3 !important;
  cursor: pointer;
}

.tooltip-inner {
  max-width: 550px;
  text-align: left;
}

.dataTables_length {
  margin: 2px;
}

.dataTables_length select {
  height: 38px;
}

.dashboard-card {
  position: absolute;
  left: 40%;
  top: -20px;
  border-radius: 50%;
}

#messages {
  position: absolute;
  z-index: 1000;
  top: 85px;
  right: 15px;
}

#toast-container {
  position: sticky;
  z-index: 1055;
  top: 0
}

#toast-wrapper {
  position: absolute;
  top: 0;
  right: 15px;
  margin: 5px
}

#toast-container>#toast-wrapper>.toast {
  min-width: 150px
}

#toast-container>#toast-wrapper>.toast>.toast-header strong {
  padding-right: 20px
}

table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>th:first-child:before {
  top: 15px !important;
}

.filepond--credits {
  display: none;
}

.fa-minus,
.fa-plus,
.fa-file-archive {
  color: #0056b3;
  cursor: pointer;
}

.text-sm {
  font-size: 0.875rem !important;
}

.timeline-with-icons {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -48px;
  background-color: hsl(217, 88.2%, 90%);
  color: hsl(217, 88.8%, 35.1%);
  border-radius: 50%;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Validaciones */
.custom-control-input:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  border-color: #0056b3;
  background-color: #0056b3;
}

input[type=file] {
	line-height: 0.7;
	padding: 0;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #0056b3;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}


