/*@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap);*/
.color-primary {
  color: #1a1642;
}

.color-secondary {
  color: #585858;
}

.color-success {
  color: #39DA8A;
}

.color-danger {
  color: #FF5B5C;
}

.color-warning {
  color: #FDAC41;
}

.color-info {
  color: #ffffff;
}

.color-dark {
  color: #222f3e;
}

.color-light {
  color: #A3AFBD;
}

.color-link {
  color: #001626;
}

* {
  font-family: "Arial";
}

#app {
  position: relative;
}

#main {
  margin-left: 280px;
  background-color: #f7f7f7bb;
  min-height: 100vh;
  transition: margin-left 0.3s ease-out;
}

#main .main-content {
  padding: 2rem 1.5rem;
}

#main .main-content .page-title h3 {
  font-size: 2rem;
}

#main .main-content .text-subtitle {
  font-size: 0.9rem;
}

.breadcrumb-header .breadcrumb {
  justify-content: flex-end;
}

.alert.alert-dismissible .close:focus,
.custom-switch .custom-control-label:focus,
.dropdown .dropdown-toggle:focus,
.dropleft .dropdown-toggle:focus,
.dropright .dropdown-toggle:focus,
.dropup .dropdown-toggle:focus,
.list-group button.list-group-item:focus,
.modal .modal-content .modal-header .close:active,
.modal .modal-content .modal-header .close:focus,
.modal .modal-content .modal-header .close:hover,
.navbar-components-wrapper .navbar .navbar-container.navbar-dark .navbar-toggler:focus,
.navbar-components-wrapper .navbar .navbar-container.navbar-light .navbar-toggler:focus,
.toast .toast-header .close:active,
.toast .toast-header .close:focus,
a:focus {
  outline: 0;
}

section .section-title:after {
  width: 70px;
  height: 2px;
  content: "";
  margin: 0.6rem 0 1rem;
  background-color: #5A8DEE;
  display: block;
}

a {
  text-decoration: none;
  outline: 0;
}

button {
  outline: 0;
}

svg.feather,
i {
  font-size: 14px;
  height: 1rem;
}

footer {
  padding: 1rem 1.5rem;
}

@media screen and (max-width: 767px) {
  #main {
    margin-left: 0;
  }

  .breadcrumb-header .breadcrumb {
    justify-content: flex-start;
    padding: 0;
    font-size: 0.8rem;
  }
}

/** 2.1 Alert  **/
.alert {
  border: none;
}

.alert p {
  margin-bottom: 0;
}

.alert button.close {
  padding: 0.75rem;
  line-height: 0.75;
}

.alert .alert-heading {
  margin-left: 0.4rem;
}

.alert .alert-heading+p {
  margin-left: 0.4rem;
}

.alert-primary {
  background-color: #029eff;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(2, 158, 255, 0.3);
}

.alert-primary a {
  color: #fff;
}

.alert-secondary {
  background-color: #ebeef3;
  color: #383d41;
  box-shadow: 1px 2px 9px rgba(235, 238, 243, 0.3);
}

.alert-secondary a {
  color: #fff;
}

.alert-success {
  background-color: #39DA8A;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(57, 218, 138, 0.3);
}

.alert-success a {
  color: #fff;
}

.alert-warning {
  background-color: #fdd347;
  /* color: #fff; */
  color: #845922;
  box-shadow: 1px 2px 9px rgba(253, 211, 71, 0.3);
}

.alert-warning a {
  color: #fff;
}

.alert-danger {
  background-color: #f55260;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(245, 82, 96, 0.3);
}

.alert-danger a {
  color: #fff;
}

.alert-dark {
  background-color: #454546;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(69, 69, 70, 0.3);
}

.alert-dark a {
  color: #fff;
}

.alert-light {
  background-color: #fefefe;
  color: #818182;
  box-shadow: 1px 2px 9px rgba(254, 254, 254, 0.3);
}

.alert-light a {
  color: #fff;
}

.alert-info {
  background-color: #56b6f7;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(86, 182, 247, 0.3);
}

.alert-info a {
  color: #fff;
}

.alert-light-primary {
  background-color: #E2ECFF;
}

.alert-light-secondary {
  background-color: #E6EAEE;
}

.alert-light-success {
  background-color: #D2FFE8;
}

.alert-light-danger {
  background-color: #FFDEDE;
}

.alert-light-warning {
  background-color: #FFEED9;
}

.alert-light-info {
  background-color: #CCF5F8;
}

/** 2.2 Avatar **/
.avatar {
  display: inline-flex;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.avatar .avatar-content {
  width: 32px;
  height: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
}

.avatar .avatar-content svg,
.avatar .avatar-content i {
  color: #fff;
  font-size: 1rem;
  height: 1rem;
}

.avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.avatar .avatar-status {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  bottom: 0;
  right: 0;
}

.avatar.avatar-sm .avatar-content,
.avatar.avatar-sm img {
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
}

.avatar.avatar-lg .avatar-content,
.avatar.avatar-lg img {
  width: 48px;
  height: 48px;
  font-size: 1.2rem;
}

.avatar.avatar-xl .avatar-content,
.avatar.avatar-xl img {
  width: 60px;
  height: 60px;
  font-size: 1.4rem;
}

/** 2.3 Badge **/
.btn .badge {
  border-radius: 50%;
  margin-left: 5px;
}

.btn .badge.bg-transparent {
  background-color: rgba(255, 255, 255, 0.25) !important;
  color: #fff;
}

/** 2.4 Buttons **/
.btn i,
.btn svg {
  width: 16px;
  height: 16px;
}

.btn.icon {
  padding: 0.4rem 0.6rem;
}

.btn.icon svg {
  width: 16px;
  height: 16px;
}

.btn.icon.icon-left svg {
  margin-right: 3px;
}

.btn.icon.icon-right svg {
  margin-left: 3px;
}

.btn.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn.btn-outline-white:hover {
  color: #333;
  background-color: #fff;
}

.btn.btn-primary {
  color: var(--bs-primary-text);
  background-color: var(--bs-primary);
  /* rgb(0, 76, 154)*/
  border-color: darken(var(--bs-primary), 60%);
  /* rgba(0, 76, 154, .8); */
  transition: background-color 0.3s ease, filter 0.3s ease;
}

.btn.btn-primary:hover {
  filter: brightness(0.80);
}

.btn.btn-add {
  color: #fff;
  background-color: #04c724e7;

}

.btn.btn-add:hover {
  color: #fff;
  background-color: #3bc953e7;
  border-color: #3bc953e7;
}

.btn.btn-secondary {
  color: var(--bs-secondary-text);
}

.btn.btn-success {
  color: #fff;
}

.btn.btn-danger {
  color: #fff;
}

.btn.btn-warning {
  color: #fff;
}

.btn.btn-info {
  color: rgb(255, 255, 255);
}

.btn.btn-dark {
  color: #fff;
}

.btn.btn-light {
  color: rgb(43, 43, 43);
  border: 1px solid rgb(43, 43, 43);
}

.btn.btn-light:hover {
  background-color: rgb(250, 250, 250);
  color: rgb(110, 110, 110);
  border: 1px solid rgb(110, 110, 110);
}

.btn.btn-link {
  color: #fff;
}

.btn.btn-text-primary {
  color: var(--bs-primary);
}

.btn.btn-text-primary:hover {
  color: darken(var(--bs-primary), 60%);
}

.btn.btn-text-primary:focus {
  color: darken(var(--bs-primary), 60%);
}

.btn-group:not(.dropdown) .btn:not([class*=btn-]) {
  border: 1px solid #DFE3E7;
}

.btn-group>.btn {
  border-radius: 0.267rem;
}

.buttons .btn {
  margin: 0 10px 10px 0;
}

/** 2.5 Breadcrumb **/
.breadcrumb.breadcrumb-right {
  justify-content: flex-end;
  margin-top: 1rem;
}

.breadcrumb.breadcrumb-center {
  justify-content: center;
  margin-top: 1rem;
}

/** 2.6 Carousel 
.carousel-inner {
  border-radius: 0.7rem;
  box-shadow: 0 5px 10px #adb5bd;
}

.carousel-caption h5 {
  color: #fff;
}  **/

/** 2.7 Divider **/
.divider {
  display: block;
  text-align: center;
  overflow: hidden;
  margin: 1rem 0;
}

.divider .divider-text {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  background-color: #FFF;
}

.divider .divider-text:before,
.divider .divider-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  border-top: 1px solid #DFE3E7;
}

.divider .divider-text:before {
  right: 100%;
}

.divider .divider-text:after {
  left: 100%;
}

.divider.divider-left .divider-text {
  left: 0;
  float: left;
  padding-left: 0;
}

.divider.divider-left-center .divider-text {
  left: -25%;
}

.divider.divider-right-center .divider-text {
  left: 25%;
}

.divider.divider-right .divider-text {
  float: right;
  padding-right: 0;
}

/** 2.8 Dropdowns **/
.dropdown-toggle:after {
  color: #fff;
}

.dropdown-menu-large {
  min-width: 16rem;
}

/** 2.9 Forms **/
.form-group {
  margin-bottom: 0.7rem;
}

.form-group label {
  font-size: 0.755rem;
  text-transform: capitalize;
  color: rgba(15, 15, 15, 0.7);
  font-weight: 500;
}

.form-group small {
  font-size: 0.7rem;
}

.form-group.with-title {
  position: relative;
}

.form-group.with-title label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  font-size: 0.6rem;
  background-color: #e9ecef;
  width: 100%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group.with-title .form-control,
.form-group.with-title dataTable-input {
  padding-top: 2rem;
}

.form-group.with-title .form-control:focus~label,
.form-group.with-title dataTable-input:focus~label {
  border-left: 1px solid #5A8DEE;
  border-top: 1px solid #5A8DEE;
  border-right: 1px solid #5A8DEE;

}

.form-group[class*=has-icon-].has-icon-left .form-control {
  padding-left: 2.5rem;
}

.form-group[class*=has-icon-].has-icon-left .form-control-icon {
  left: 0;
}

.form-group[class*=has-icon-].has-icon-right .form-control {
  padding-right: 2.5rem;
}

.form-group[class*=has-icon-].has-icon-right .form-control-icon {
  right: 0;
}

.form-group[class*=has-icon-] .form-control:focus~.form-control-icon i,
.form-group[class*=has-icon-] .form-control:focus~.form-control-icon svg {
  color: var(--bs-primary);
}

.form-group[class*=has-icon-] .form-control-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.6rem;
}

.form-group[class*=has-icon-] .form-control-icon i,
.form-group[class*=has-icon-] .form-control-icon svg {
  width: 1.2rem;
}

.form-check .form-check-input[class*=bg-] {
  border: 0;
}

.form-check .form-check-input:focus {
  box-shadow: none;
}

.form-check .form-check-input.form-check-primary {
  background-color: #5A8DEE;
  border-color: #5A8DEE;
}

.form-check .form-check-input.form-check-primary:not(:checked) {
  background-color: transparent;
  border: 1px solid #a1acb6;
}

.form-check .form-check-input.form-check-primary.form-check-glow {
  box-shadow: 0 0 5px #88adf3;
}

.form-check .form-check-input.form-check-primary.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-secondary {
  background-color: #475F7B;
  border-color: #475F7B;
}

.form-check .form-check-input.form-check-secondary:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-secondary.form-check-glow {
  box-shadow: 0 0 5px #5a789b;
}

.form-check .form-check-input.form-check-secondary.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-success {
  background-color: #39DA8A;
  border-color: #39DA8A;
}



.form-check .form-check-input.form-check-success:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-success.form-check-glow {
  box-shadow: 0 0 5px #64e2a3;
}

.form-check .form-check-input.form-check-success.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-danger {
  background-color: #FF5B5C;
  border-color: #FF5B5C;
}

.form-check .form-check-input.form-check-danger:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-danger.form-check-glow {
  box-shadow: 0 0 5px #ff8e8f;
}

.form-check .form-check-input.form-check-danger.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-warning {
  background-color: #FDAC41;
  border-color: #FDAC41;
}

.form-check .form-check-input.form-check-warning:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-warning.form-check-glow {
  box-shadow: 0 0 5px #fec273;
}

.form-check .form-check-input.form-check-warning.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-info {
  background-color: #00CFDD;
  border-color: #00CFDD;
}

.form-check .form-check-input.form-check-info:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-info.form-check-glow {
  box-shadow: 0 0 5px #11f0ff;
}

.form-check .form-check-input.form-check-info.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-dark {
  background-color: #222f3e;
  border-color: #222f3e;
}

.form-check .form-check-input.form-check-dark:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-dark.form-check-glow {
  box-shadow: 0 0 5px #34485f;
}

.form-check .form-check-input.form-check-dark.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-light {
  background-color: #A3AFBD;
  border-color: #A3AFBD;
}

.form-check .form-check-input.form-check-light:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-light.form-check-glow {
  box-shadow: 0 0 5px #c1c9d2;
}

.form-check .form-check-input.form-check-light.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-link {
  background-color: #2178d1;
  border-color: #2178d1;
}

.form-check .form-check-input.form-check-link:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-link.form-check-glow {
  box-shadow: 0 0 5px #4492e1;
}

.form-check .form-check-input.form-check-link.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check.form-check-sm .form-check-input {
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.3em;
}

.form-check.form-check-sm label {
  font-size: 0.7rem;
}

.form-check.form-check-primary .form-check-input {
  background-color: #5A8DEE;
  border-color: #5A8DEE;
}

.form-check.form-check-secondary .form-check-input {
  background-color: #475F7B;
  border-color: #475F7B;
}

.form-check.form-check-success .form-check-input {
  background-color: #39DA8A;
  border-color: #39DA8A;
}

.form-check.form-check-danger .form-check-input {
  background-color: #FF5B5C;
  border-color: #FF5B5C;
}

.form-check.form-check-warning .form-check-input {
  background-color: #FDAC41;
  border-color: #FDAC41;
}

.form-check.form-check-info .form-check-input {
  background-color: #00CFDD;
  border-color: #00CFDD;
}

.form-check.form-check-dark .form-check-input {
  background-color: #222f3e;
  border-color: #222f3e;
}

.form-check.form-check-light .form-check-input {
  background-color: #A3AFBD;
  border-color: #A3AFBD;
}

.form-check.form-check-link .form-check-input {
  background-color: #2178d1;
  border-color: #2178d1;
}

.dataTable-input {
  min-height: calc(1.5em + 0.934rem + 2px);
  padding: 0.467rem 0.6rem;
  font-size: 0.9025rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555252;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #DFE3E7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dataTable-input:focus {
  color: #555252;
  background-color: white;
  border-color: rgb(0, 217, 163);
  outline: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

/** 2.10 Modal 
.modal .modal-content {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  border: none;
}
.modal .modal-full {
  max-width: 94%;
}
.modal .white {
  color: white;
}
.modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .modal-header .modal-title {
  font-size: 1.1rem;
}
.modal .modal-header .close {
  padding: 7px 10px;
  border-radius: 50%;
}
.modal .modal-header .close:hover {
  background: #dee2e6;
}
.modal .modal-header i, .modal .modal-header svg {
  font-size: 12px;
  height: 12px;
  width: 12px;
}
.modal .modal-footer {
  padding: 1rem 2rem;
}
.modal.modal-borderless .modal-header {
  border-bottom: 0;
}
.modal.modal-borderless .modal-footer {
  border-top: 0;
}  **/

/** 2.11 Sidebar **/
.item-active {
  color: var(--menu-item-active-color);
}

#sidebar.active .sidebar-wrapper {
  left: 0;
  background-color: var(--menu-background);
}

#sidebar:not(.active)~#main {
  margin-left: 0;
}

.sidebar-wrapper {
  width: 280px;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10;
  bottom: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  left: -280px;
  transition: left 0.3s ease-out;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
}

.sidebar-wrapper .sidebar-header {
  padding: 1.5rem 1rem;
  font-size: 0.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0.5rem;
}

/* .sidebar-wrapper .sidebar-header img {
  height: 8rem;
  width: 10rem;
} */
.sidebar-wrapper .sidebar-toggler.x {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.sidebar-wrapper .sidebar-toggler.x:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebar-wrapper .menu {
  padding-left: 0;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
}

.sidebar-wrapper .menu .sidebar-title {
  padding: 1.2rem 1.5rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar-wrapper .menu .sidebar-link {
  display: flex;
  padding: 0.8rem 1.2rem;
  font-size: 0.9rem;
  align-items: center;
  transition: all 0.3s;
  color: var(--menu-item-color);
  border-radius: 10px;
  margin: 0.2rem 0;
}

.sidebar-wrapper .menu .sidebar-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.sidebar-wrapper .menu .sidebar-link:hover span,
.sidebar-wrapper .menu .sidebar-link:hover svg {
  color: var(--menu-item-color-hover);
  opacity: 1;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link:hover svg {
  color: var(--menu-item-active-color-hover);
}

.sidebar-wrapper .menu .sidebar-link>span {
  color: var(--menu-item-color);
  font-weight: 500;
  margin-left: 1rem;
  opacity: 0.85;
  transition: all 0.3s;
}

.sidebar-wrapper .menu .sidebar-item {
  list-style: none;
  margin-top: 0.3rem;
  position: relative;
  color: var(--menu-item-active-color);
}

.sidebar-wrapper .menu .sidebar-item.has-sub .sidebar-link:after {
  content: '';
  background-color: var(--menu-item-color);
  /* Cambia el color dinámicamente */
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat center;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  right: 15px;
  top: 12px;
  width: 20px;
  height: 20px;
  display: block;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link {
  background-color: var(--bs-menu-item-active-background);
  color: var(--menu-item-active);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link span {
  color: var(--menu-item-active-color);
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link:hover span {
  color: var(--menu-item-active-color-hover);
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link:before {
  content: "";
  position: absolute;
  left: 0;
  height: 70%;
  top: 15%;
  bottom: 0;
  background-color: var(--bs-menu-active-left);
  width: 4px;
  border-radius: 0 4px 4px 0;
}

.sidebar-wrapper .menu .submenu {
  list-style: none;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}

.sidebar-wrapper .menu .submenu.active {
  max-height: 1000px;
}

.sidebar-wrapper .menu .submenu li a {
  padding: 0.7rem 1rem 0.7rem 2.5rem;
  display: flex;
  align-items: center;
  color: var(--menu-item-color);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.2s;
  border-radius: 8px;
  margin: 0.2rem 0;
}

.sidebar-wrapper .menu .submenu li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
  color: var(--menu-item-color-hover);
  filter: brightness(0.9);
}

@media screen and (max-width: 767px) {
  .sidebar-wrapper {
    left: -280px;
  }

  .sidebar-wrapper .sidebar-toggler.x {
    display: flex;
  }
}

/**  MAPAS  **/
.divMap {
  width: 100%;
  height: 700px;
  position: relative;

}

.map {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  border: none;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;

}

.stackMap {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  border: none;
  background-color: white;
  border-radius: 20px;
  width: 215px;
  height: 100px;
  position: absolute;
  margin-top: 580px;
  margin-left: 15px;
}



/** 2.12 Card **/
.card {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
}

.card.card-statistic {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  background: #fffaf4;
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: 20px;
  flex: 1;
}


.card.card-statistic.urgente {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  background: var(--red);
  color: rgb(255, 255, 255);
  font-weight: bold;
  border: none;
  border-radius: 20px;
}

.card.card-statistic.importante {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  background: var(--orange);
  color: rgb(255, 255, 255);
  font-weight: bold;
  border: none;
  border-radius: 20px;
}

.card.card-statistic.observacion {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  background: var(--green);
  color: rgb(255, 255, 255);
  font-weight: bold;
  border: none;
  border-radius: 20px;
}

.card.card-statistic .card-title {
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: -10px;
  margin-top: 10px;
}

.card.card-statistic .card-incidente {
  text-transform: capitalize;
  color: #FF7700;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: -10px;
  margin-top: 10px;
}


.card.card-statistic .card-right p {
  font-size: 2.5rem;
  color: #fff;
  margin-top: -4px;
  margin-right: 25px;
  margin-bottom: 10px;
  text-align: right;
}

.card.card-statistic .card-right span.green {
  color: #6fff6f;
}

.card.card-statistic .card-right span.red {
  color: #ff7979;
}

.card.card-statistic .chart-wrapper {
  height: 100px;
}

.card .card-header {
  border: none;
}

.card .card-header h4 {
  font-size: 1.2rem;
}

.card .card-header~.card-body {
  padding-top: 0;
}

.card .card-content {
  position: relative;
}

.card .card-title {
  font-size: 1.2rem;
}

/**
.card .card-body {
  padding: 1.4rem 1.7rem;
}*/
.card .card-heading {
  color: #555;
  font-size: 1.5rem;
}

.card .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.card .card-img-overlay p {
  color: #eee;
}

.card .card-img-overlay .card-title {
  color: #fff;
}

.pricing .card {
  box-shadow: none;
  margin-bottom: 0;
  border-right: 1px solid #e9ecef;
  box-shadow: 0 10px 10px #e9ecef;
  margin-bottom: 0.5rem;
}

.pricing h1 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 3rem;
}

.pricing .card-header .card-title {
  font-size: 2rem !important;
  margin-bottom: 0;
}

.pricing .card-header p {
  font-size: 0.8rem;
}

.pricing ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}

.pricing ul li i,
.pricing ul li svg {
  width: 1rem;
  color: #39DA8A;
  font-size: 1rem;
  margin-right: 7px;
}

.pricing .card-highlighted {
  background-color: #5A8DEE;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing .card-highlighted .card-header,
.pricing .card-highlighted .card-body {
  background-color: #5A8DEE;
  color: #fff;
}

.pricing .card-highlighted ul li {
  color: #fff;
}

.pricing .card-highlighted ul li i,
.pricing .card-highlighted ul li svg {
  color: tint-color(#28a745, 2);
}

.pricing .card-highlighted .card-footer {
  background-color: #5A8DEE;
}

.pricing .card-highlighted .card-title {
  color: #fff;
  font-size: 1.8rem;
}

/** 2.13 Navs **/
.nav-pills .nav-link.active {
  box-shadow: 0 2px 10px rgba(0, 217, 163, .6);
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link {
  border: none;
  margin-left: 1px;
  margin-right: 1px;
  font-weight: bold;
  color: #8f8f8f;
}

.nav-tabs .nav-link:hover {
  border: none;
  text-shadow: 0 0 2px rgba(238, 161, 90, 0.3);
}

.nav-tabs .nav-link.active {
  border: none;
  position: relative;
  color: #001626;
}

.nav-tabs .nav-link.active:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: var(--bs-primary);
  left: 0;
  box-shadow: 0 2px 5px var(--bs-primary-shadow);
}

/** 2.14 Navbar **/
.navbar {
  height: 70px;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.navbar .nav-link-user img {
  width: 30px;
}

.navbar.navbar-header li {
  display: flex;
  align-items: center;
}

.navbar.navbar-header li.nav-icon {
  margin-right: 0.4rem;
}

.navbar.navbar-header li.nav-icon .nav-link {
  display: block;
  padding: 0.4rem;
  border-radius: 50%;
}

.navbar.navbar-header li.nav-icon .nav-link:hover {
  background-color: #e9ecef;
}

.navbar.navbar-header .dropdown>a {
  color: #1a1642;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.navbar.navbar-header .dropdown>a:hover {
  background-color: #f8f9fa;
}

.navbar.navbar-header .dropdown>a:after {
  display: none;
}

/* Notification styles */
/* Notification styles moved to notifications.css */

/* User menu styles */
.user-menu .user-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e9ecef;
}

.user-menu .user-name {
  font-weight: 600;
  color: #1a1642;
}

.user-menu .dropdown-menu {
  min-width: 220px;
  padding: 0.5rem 0;
}

.user-menu .dropdown-item {
  padding: 0.6rem 1.2rem;
  transition: background-color 0.2s ease;
}

.user-menu .dropdown-item:hover {
  background-color: #f8f9fa;
}

.user-menu .dropdown-item.text-danger:hover {
  background-color: #fff5f5;
}

/** 2.15 Pagination **/
.pagination.pagination-primary .page-item.active .page-link {
  background-color: #5A8DEE;
  border-color: #5A8DEE;
  box-shadow: 0 2px 5px rgba(90, 141, 238, 0.3);
}

.pagination.pagination-secondary .page-item.active .page-link {
  background-color: #475F7B;
  border-color: #475F7B;
  box-shadow: 0 2px 5px rgba(71, 95, 123, 0.3);
}

.pagination.pagination-success .page-item.active .page-link {
  background-color: #39DA8A;
  border-color: #39DA8A;
  box-shadow: 0 2px 5px rgba(57, 218, 138, 0.3);
}

.pagination.pagination-danger .page-item.active .page-link {
  background-color: #FF5B5C;
  border-color: #FF5B5C;
  box-shadow: 0 2px 5px rgba(255, 91, 92, 0.3);
}

.pagination.pagination-warning .page-item.active .page-link {
  background-color: rgb(0, 217, 163);
  border-color: rgb(0, 217, 163, .9);
  box-shadow: 0 2px 5px rgba(253, 172, 65, 0.3);
}

.pagination.pagination-info .page-item.active .page-link {
  background-color: #00CFDD;
  border-color: #00CFDD;
  box-shadow: 0 2px 5px rgba(0, 207, 221, 0.3);
}

.pagination.pagination-dark .page-item.active .page-link {
  background-color: #222f3e;
  border-color: #222f3e;
  box-shadow: 0 2px 5px rgba(34, 47, 62, 0.3);
}

.pagination.pagination-light .page-item.active .page-link {
  background-color: #A3AFBD;
  border-color: #A3AFBD;
  box-shadow: 0 2px 5px rgba(163, 175, 189, 0.3);
}

.pagination.pagination-link .page-item.active .page-link {
  background-color: #2178d1;
  border-color: #2178d1;
  box-shadow: 0 2px 5px rgba(33, 120, 209, 0.3);
}

.page-item:not(.active) .page-link:hover {
  color: #000;
}

.page-item i,
.page-item svg {
  font-size: 13px;
  width: 13px;
  height: 13px;
}

.page-item .page-link {
  font-size: 0.875rem;
}

.page-item .page-link:focus {
  box-shadow: none;
}

.page-item:first-child {
  margin-right: 0.4rem;
}

.page-item:last-child {
  margin-left: 0.4rem;
}

/** 2.16 Table **/
.dataTables_length {
  margin-bottom: 1rem;
}

.table td,
.dataTable-table td,
.table thead th,
.dataTable-table thead th {
  vertical-align: middle;
  align-items: center;
}

.table thead th,
.dataTable-table thead th {
  border-bottom: 2px solid var(--bs-primary);
  /** background-color: #ff770010;**/
  color: #7e7e7e;
}

.dataTable-container {
  overflow-x: auto;
}

/** 2.17 Progress **/
.progress.progress-primary {
  overflow: visible;
}

.progress.progress-primary .progress-bar {
  background-color: #5A8DEE;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(90, 141, 238, 0.8);
}

.progress.progress-secondary {
  overflow: visible;
}

.progress.progress-secondary .progress-bar {
  background-color: #475F7B;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(71, 95, 123, 0.8);
}

.progress.progress-success {
  overflow: visible;
}

.progress.progress-success .progress-bar {
  background-color: #39DA8A;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(57, 218, 138, 0.8);
}

.progress.progress-danger {
  overflow: visible;
}

.progress.progress-danger .progress-bar {
  background-color: #FF5B5C;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(255, 91, 92, 0.8);
}

.progress.progress-warning {
  overflow: visible;
}

.progress.progress-warning .progress-bar {
  background-color: #FDAC41;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(253, 172, 65, 0.8);
}

.progress.progress-info {
  overflow: visible;
}

.progress.progress-info .progress-bar {
  background-color: #00CFDD;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(0, 207, 221, 0.8);
}

.progress.progress-dark {
  overflow: visible;
}

.progress.progress-dark .progress-bar {
  background-color: #222f3e;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(34, 47, 62, 0.8);
}

.progress.progress-light {
  overflow: visible;
}

.progress.progress-light .progress-bar {
  background-color: #A3AFBD;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(163, 175, 189, 0.8);
}

.progress.progress-link {
  overflow: visible;
}

.progress.progress-link .progress-bar {
  background-color: #2178d1;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(33, 120, 209, 0.8);
}

.progress.progress-sm {
  height: 0.4rem;
}

.progress.progress-lg {
  height: 0.8rem;
}

.progress .progress-bar {
  position: relative;
  overflow: visible;
}

.progress .progress-bar.progress-label:before {
  content: attr(aria-valuenow) "%";
  position: absolute;
  right: 0;
  top: -1.3rem;
  color: #495057;
  font-size: 0.8rem;
}

/** 3.1 Chat **/
.chat {
  border-radius: 5px;
}

.chat.chat-left .chat-message {
  background: #5A8DEE !important;
  float: left !important;
  color: #fff;
}

.chat .chat-message {
  text-align: left !important;
  float: right !important;
  margin: 0.2rem 0 1.8rem 0.2rem !important;
  color: #525361;
  background-color: #FAFBFB !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3) !important;
  padding: 0.75rem 1rem !important;
  position: relative !important;
  max-width: calc(100% - 5rem) !important;
  clear: both !important;
  word-break: break-word !important;
  border-radius: 0.267rem !important;
}

/** 3.1 Todo **/
.widget-todo-list-wrapper {
  padding: 0;
  margin: 0;
}

.widget-todo-list-wrapper .widget-todo-item {
  padding: 0.8rem 2rem 0.8rem 0.8rem;
  list-style: none;
}

.widget-todo-list-wrapper .widget-todo-item:hover {
  background-color: #f8f9fa;
}

.widget-todo-list-wrapper .widget-todo-item .checkbox {
  margin-left: 1rem;
}

.widget-todo-list-wrapper .widget-todo-item i,
.widget-todo-list-wrapper .widget-todo-item svg {
  font-size: 12px;
  cursor: move;
  height: 1rem;
}

/** 4.1 Auth Pages **/
#auth {
  /* background: #6c757d; */
  min-height: 100vh;
  padding-top: 4%;
  background-image: linear-gradient(to right, #8391e93e, #7272e62c), url(/assets/images/auth.png);
  /* background-image: url(/assets/images/auth.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#auth .card {
  /* box-shadow: 0 5px 15px rgba(36, 104, 146, 0.6); */
  border: none;
}

/** 4.1 Error Pages **/
#error {
  height: 100vh;
  width: 100%;
  background-color: #e9ecef;
}

#error .error-title {
  font-size: 10rem;
}

/** 5. Utilities **/
.text-xxs {
  font-size: 0.65rem;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.85rem;
}

.font-bold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.pt-32 {
  padding-top: 6rem;
}

.ml-50 {
  margin-left: 0.5rem;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-10 {
  width: 2.25rem;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-10 {
  height: 2.25rem;
}

.rounded-none {
  border-radius: 0;
}

.round {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 50%;
}

.square {
  border-radius: 0;
}

.text-red {
  color: #f00 !important;
}

.bg-red {
  background-color: #ff6384 !important;
}

.text-orange {
  color: #ff9f40;
}

.bg-orange {
  background-color: #ff9f40 !important;
}

.text-yellow {
  color: #ffcd56;
}

.bg-yellow {
  background-color: #ffcd56 !important;
}

.text-green {
  color: #4bc0c0;
}

.bg-green {
  background-color: #4bc0c0 !important;
}

.text-info {
  color: #41B1F9;
}

.bg-info {
  background-color: #41B1F9 !important;
}

.text-blue {
  color: #3245D1;
}

.bg-blue {
  background-color: #3245D1 !important;
}

.text-purple {
  color: #9966ff;
}

.bg-purple {
  background-color: #9966ff !important;
}

.text-grey {
  color: #EBEFF6;
}

.bg-grey {
  background-color: #EBEFF6 !important;
}

.text-gray-700 {
  color: #4a5568;
}

.bg-gray-700 {
  background-color: #4a5568 !important;
}

#scroller {
  overflow-x: scroll;
}

#table1 {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

#table_tareas tbody {
  cursor: pointer;
}

#combo,
#up_categoria_mant,
#del_categoria_mant {
  padding: .8rem .5rem;
}

/**
*   radios
*/
#rd_m_importante~label {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ff5b5c;
}

#rd_importante~label {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FDAC41;
}

#rd_observacion~label {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #39da8a;
}

.selected {
  background: rgb(73, 73, 73) !important;
  color: #fff !important;
}

.selected:hover {
  background: rgb(51, 51, 51) !important;
  color: #fff !important;
}

.table_hover {
  cursor: pointer;
}

#table_search_suc tbody tr {
  cursor: pointer;
}

#table_search_suc tbody tr:hover {
  background: rgb(73, 73, 73) !important;
  color: #fff !important;
}

/**
*   Consulta Incidencias
*/
.carousel-item {
  width: 100% !important;
  height: 600px !important;
}

.carousel-item>img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.carousel-item>video {
  position: absolute;
  top: 50%;
  height: 400px;
  transform: translateY(-50%);
}

.icon-file:hover {
  cursor: pointer;
}

.row-images {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.col-image {
  width: 120px;
  height: 120px;
  margin-right: 1rem;
}

.col-image>img,
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-images {
  position: relative;
  min-height: 120px;
}

.form-images span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: gray;
}

.codigo {
  cursor: pointer;
}

.profile {
  width: 80px;
  height: 80px;
}

.profile_box {
  width: 160px;
  height: 160px;
}

.profile_box .profile_box_image {
  width: 100%;
  height: 100%;
}

#serarch_employee tbody tr {
  cursor: pointer;
}

.card_graph_por_mes {
  width: 85%;
  max-height: 600px;
}

.card_graph_por_mes>canvas {
  display: block;
  width: 100%;
  max-height: 400px;
}

.card_graph_pie {
  width: 85%;
  max-height: 600px;
}

.btn-buscar {
  background: #FFA600;
  color: #fff;
}

#btn_actualizar_empleado_per:disabled,
#btn_eliminar_empleado_per:disabled,
#btn_update_menu:disabled,
#btn_modal_delete:disabled {
  background-color: rgb(180, 180, 180);
  border-color: rgb(180, 180, 180);
}

.btn-limpiar {
  background-color: #6C757D;
  color: #fff;
}

.btn-limpiar:hover {
  background-color: #84878a;
  color: #fff;
}

.semaforo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.semaforo__red {
  background-color: rgb(226, 61, 61);
}

.semaforo__green {
  background-color: rgb(43, 182, 43);
}

.semaforo__yellow {
  background-color: rgb(255, 215, 0);
}

.semaforo__blue {
  background-color: rgb(0, 0, 255);
}

.img_emp_lab {
  width: 200px;
  height: 180px;
  object-fit: cover;
  margin: 0 auto;
  position: relative;
}

.img_emp_lab img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.img_emp_lab button {
  /* display: none;
  position: absolute;
  top: 10px;
  right: -5px; */
  border: none;
  outline: none;
  background-color: transparent;
}

.link {
  color: #1a1642;
  text-decoration: underline;
  cursor: pointer;
}

.carousel-control-prev,
.carousel-control-next {
  height: 35%;
  margin-top: 200px;
}

.obs-field {
  cursor: pointer;
}

.eval-body-list-item {
  display: block;
  width: 80%;
}

.eval-body-list-item b {
  display: inline-block;
  width: 15%;
}

.img_emp_lab div {
  display: none;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}

.img_emp_lab div a {
  display: block;
  margin: 0 auto;
  width: 40%;
  height: 40%;
}

.img_emp_lab div button {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 45%;
}

.img_emp_lab div a img,
.img_emp_lab div button img {
  display: block;
  width: 100%;
  height: 100%;
}

/** Pick file control */
.wrap_pick_file_control {
  border: 1px dashed #aaa;
  border-radius: 15px;
  padding: 2rem auto;
  display: none;
  cursor: pointer;
  width: 96%;
  margin: auto;
  padding: 1rem;
}

.wrap_pick_file_control p {
  font-size: 1.2rem;
}

.wrap_pick_file_control img {
  display: block;
  margin: auto;
  width: 30%;
}

.wrap_pick_file_control input[type="file"] {
  display: none;
}

/** Uploaded file */
.wrap_file_selected {
  border-radius: 15px;
  padding: 2rem auto;
  display: none;
  cursor: pointer;
  width: 96%;
  margin: auto;
  padding: 1rem;
}

.wrap_file_selected p {
  font-size: 1rem;
}

.profile_client_user {
  width: 80px;
  height: 80px;
}

.profile_box_client_user {
  position: relative;
  width: 180px;
  /* height: 160px; */
}

.profile_box_client_user .profile_box_image_client_user {
  display: block;
  object-fit: fill;
  width: 180px;
}

.profile_box_client_user label,
.profile_box_client_user button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #aaa;
  color: #fff;
  border-radius: 100%;
  font-size: 1.5rem;

  border: none;
  outline: none;
}

/* Chrome, Safari, Edge, Opera */
.input-number-without-spin::-webkit-outer-spin-button,
.input-number-without-spin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
.input-number-without-spin {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/** Custom badges */
.custom_badge {
  padding: 2px 10px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 15px;
}

.custom_badge.custom_badge_success {
  color: #fff;
  background-color: #39da8a;
}

.custom_badge.custom_badge_error {
  color: #fff;
  background-color: #ff5b5c;
}

/** Lazy loading */
#lazy-loading .modal-dialog {
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
}

#lazy-loading .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

.wrapper_content {
  padding: 0 30px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

input.input_number::-webkit-outer-spin-button,
input.input_number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input.input_number[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.label-state {
  font-weight: bold;
  width: 100%;
  padding: 6px 10px;
  border-radius: 8px;
  text-align: center;
}

.label-state.orange {
  background-color: #FFAB40;
  color: rgb(255, 255, 255);
}

.label-state.red {
  color: #fff;
  background-color: #ff5b5c;
}

.label-state.gray {
  background: rgba(133, 133, 133, 0.582);
  color: rgb(255, 255, 255);
}

.label-state.yellow {
  background: rgb(255, 231, 20);
  color: rgb(255, 255, 255);
}

.label-state.green {
  background-color: rgba(60, 184, 22, 0.705);
  color: rgb(255, 255, 255);
}

.label-state.blue {
  background-color: rgba(22, 87, 184, 0.705);
  color: rgb(255, 255, 255);
}

/** NUEVO */
.uploadImageContainer {
  height: 120px;
  position: relative;
}

.uploadImageContainer img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.uploadImageContainer button {
  border: none;
  outline: none;
}

.uploadImageContainer svg,
.uploadImageContainer button svg {
  display: block;
  width: 60%;
  max-width: 80px;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.uploadButton svg {
  cursor: pointer;
}

.tableObsTextArea {
  border: 1px solid #eee;
  padding: 0.5rem;
}

.dashboard_container {
  display: grid;
  grid-template-columns: minmax(300px, 1.2fr) minmax(300px, 1.5fr) minmax(300px, 1.2fr) minmax(400px, 1.5fr);
  grid-template-rows: auto 290px auto 420px;
  grid-template-areas:
    "filters resumen_top resumen_top resumen_puestos"
    "filters resumen_hombre_vivo resumen_ocurrencias resumen_puestos"
    "supervisores total_incidencias alerta_panico resumen_puestos"
    "tareas . . resumen_puestos";
  gap: 20px;
  background-color: #f4f6f9;
  padding: 20px;
}

.dashboard_container_resumen_top { grid-area: resumen_top; }
.dashboard_container_resumen_hombre_vivo { grid-area: resumen_hombre_vivo; }
.dashboard_container_resumen_ocurrencias { grid-area: resumen_ocurrencias; }

.dashboard_container_asistencias_sucursales {
  grid-area: asistencias_sucursales;
}

.graphic_container {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.graphic_container:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.graphic_title {
  font-family: 'Inter', 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #334155;
  text-align: center;
  margin-top: 15px !important;
  margin-bottom: 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dashboard_container_filters {
  grid-area: filters;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
}

.dashboard_container_resumen_asistencias {
  grid-area: resumen_asistencias;
}

.dashboard_container_resumen {
  grid-area: resumen;

}

.dashboard_container_resumen_puestos {
  grid-area: resumen_puestos;
  max-height: 1000px;
  /* width: 100%;
  max-width: 650px; */
  /* background-color: #00f; */
}

.dashboard_container_total_incidencias {
  grid-area: total_incidencias;
  height: auto;
}

.dashboard_container_total_incidencias.graphic_container {
  overflow: visible;
}

.dashboard_container_alerta_panico {
  grid-area: alerta_panico;
  display: flex;
  flex-direction: column;
}

.dashboard_container_alerta_panico #chart_alerta_panico {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px; /* Prevent collapse on load/toggle */
}

.dashboard_container_detalle_incidencias {
  grid-area: detalle_incidencias;
  /* background-color: #f0f !important; */
}

.dashboard_container_supervisores {
  grid-area: supervisores;
  overflow-x: auto;
  overflow-y: auto;
  height: auto;
  width: 100%;
}

.dashboard_container_tareas {
  grid-area: tareas;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  width: 100%;
}

.box_filter_category {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
}

.box_resumen_puesto {
  width: 100%;
  padding: .3rem 1rem .2rem 1.6rem;
  border-radius: 12px;
  position: relative;
  border: 1px solid #ccc;
  overflow-x: auto;
}

.box_resumen_puesto::before {
  content: "";
  display: block;
  height: 100%;
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.box_resumen_puesto_dia::before {
  background-color: #f5a700;
  content: "DIA";
}

.box_resumen_puesto_noche::before {
  background-color: rgb(0, 76, 154);
  content: "NOCHE";
}

.box_resumen_ronda {
  width: 100%;
  padding: .3rem 1rem .2rem .1rem;
  border-radius: 12px;
  position: relative;
  border: 1px solid #ccc;
}


.box_grafico_resumen_puesto {
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 580px;
  width: 100%;
}

.box_grafico_resumen_ronda {
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 600px;
  width: 100%;
}

.box_resumen_incidencia {
  width: 23%;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 20px;
  flex-grow: 1;
}

.box_resumen_incidencia__text {
  font-weight: bold;
  font-size: clamp(0.6rem, 4vw, 1.5rem) !important;
  color: inherit !important;
}

/* Dashboard Dark Layout - For Nav and Footer */
.navbar.dashboard-dark-layout {
  background-color: #1e2130 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar.dashboard-dark-layout .navbar-nav .nav-link,
.navbar.dashboard-dark-layout .user-name {
  color: #e2e8f0 !important;
}

.navbar.dashboard-dark-layout .navbar-nav .nav-link:hover {
  color: #cbd5e1 !important;
}

.navbar.dashboard-dark-layout .navbar-toggler-icon {
  filter: invert(1) brightness(2);
}

.navbar.dashboard-dark-layout .fa-bell,
.navbar.dashboard-dark-layout .fa-chevron-down {
  color: #94a3b8;
}

footer.dashboard-dark-layout {
  background-color: #1e2130;
  padding: 1rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

footer.dashboard-dark-layout .footer.text-muted {
  color: #94a3b8 !important;
}

footer.dashboard-dark-layout a {
  color: #3b82f6;
  font-weight: 600;
}

/* Dropdowns and Hovers in Dark Layout */
.dashboard-dark-layout .dropdown-menu {
  background-color: #1a1c2e !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.dashboard-dark-layout .dropdown-item {
  color: #e2e8f0 !important;
  transition: all 0.2s ease;
}

.dashboard-dark-layout .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
}

.dashboard-dark-layout .dropdown-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Notification Dropdown Specifics */
.dashboard-dark-layout .notification-dropdown {
  background-color: #1a1c2e !important;
}

.dashboard-dark-layout .notification-header,
.dashboard-dark-layout .notification-search,
.dashboard-dark-layout .notification-date-divider,
.dashboard-dark-layout .notification-footer {
  background-color: #1a1c2e !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.dashboard-dark-layout .notification-title,
.dashboard-dark-layout .notification-tab.active {
  color: #fff !important;
}

.dashboard-dark-layout .search-input {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.dashboard-dark-layout .notification-item:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

/* Icon Hovers in Nav - More specific to override lines 1393/1407 */
.navbar.dashboard-dark-layout li.nav-icon .nav-link:hover,
.navbar.dashboard-dark-layout .dropdown:hover > .nav-link,
.navbar.dashboard-dark-layout .dropdown:hover > a.dropdown-toggle,
.navbar.dashboard-dark-layout .user-menu .dropdown-toggle:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
  border-radius: 8px;
}

.dashboard-dark-layout .nav-link:hover .fa-bell {
  color: #fff !important;
}

@media screen and (max-width: 1920px) {
  .dashboard_container {
    grid-template-columns: minmax(300px, 1fr) 1.5fr 1.5fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas:
      "filters resumen_top resumen_top"
      "filters resumen_hombre_vivo resumen_ocurrencias"
      "asistencias_sucursales asistencias_sucursales resumen_puestos"
      "supervisores total_incidencias resumen_puestos"
      "tareas alerta_panico resumen_puestos";
  }

  .dashboard_container_resumen_puestos {
    height: 100%;
    min-height: 400px;
    max-height: 840px;
    overflow-y: auto;
  }



  .dashboard_container_rondas {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1366px) {
  .dashboard_container_tareas {
    display: flex;
    align-items: center;
  }

  .box_asistencia_result h5,
  .box_asistencia_result h4 {
    font-size: 1rem !important;
  }

  .box_asistencia_result .fa-3x {
    font-size: 2em;
  }

  .dashboard_container_asistencias_sucursales {
    max-height: 600px;
  }
}

@media screen and (max-width: 1024px) {
  .dashboard_container {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-areas:
      "filters filters"
      "resumen_top resumen_top"
      "resumen_hombre_vivo resumen_ocurrencias"
      "asistencias_sucursales asistencias_sucursales"
      "total_incidencias alerta_panico"
      "supervisores resumen_puestos"
      "tareas resumen_puestos";
  }

  .dashboard_container_asistencias_sucursales {
    max-height: 600px;
  }

  .dashboard_container_tareas {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .dashboard_container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "filters"
      "resumen_top"
      "resumen_hombre_vivo"
      "resumen_ocurrencias"
      "total_incidencias"
      "alerta_panico"
      "asistencias_sucursales"
      "supervisores"
      "tareas"
      "resumen_puestos";
  }

  .box_asistencia_result h5,
  .box_asistencia_result h4 {
    font-size: clamp(1rem, 2vw, 1.4rem) !important;
    font-weight: bold;
  }

  .dashboard_container_asistencias_sucursales {
    max-height: 600px;
  }
}

.upload_image_box {
  width: 200px;
  height: 180px;
  object-fit: cover;
  margin: 0 auto;
  position: relative;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:focus,
a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

.divider-with-text {
  display: flex;
  align-items: center;
  text-align: center;
  color: #757575;
  /* Gris oscuro */
  margin: 16px 0;
}

.divider-with-text::before,
.divider-with-text::after {
  content: '';
  flex: 1;
  border-top: 1px solid #e0e0e0;
  /* Línea gris claro */
  margin: 0 8px;
}

.swal-alert-container {
  font-family: 'Segoe UI', sans-serif;
  color: #5a5a5a;
}

.swal-alert-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 10px;
  background: #ffe8e8;
  border-radius: 8px;
}

.swal-alert-footer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 10px;
}

.swal-alert-icon svg {
  /* font-size: 2.5rem; */
  color: #d33;
  margin-right: 15px;
}

.swal-alert-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #d33;
}

.swal-alert-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.swal-alert-column {
  flex: 1;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 6px;
}

.swal-alert-column label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: #d33;
}

.swal-alert-column label i {
  margin-right: 8px;
}

.swal-alert-value {
  font-size: 1.1rem;
  color: #333;
}

.swal-ubicacion {
  margin-top: 15px;
  padding: 10px;
  background: #fff3cd;
  border-radius: 6px;
  color: #856404;
}

.swal-ubicacion i {
  margin-right: 8px;
}

/* Button Icon Classes */
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid var(--bs-primary);
  background-color: #ffffff;
  color: var(--bs-primary);
}

.btn-icon:hover {
  background-color: #f1f5f9;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn-icon:active {
  transform: translateY(0);
}

/* Icon button variants */
.btn-icon-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-icon-primary:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}

.btn-icon-success {
  color: #22c55e;
  border-color: #22c55e;
}

.btn-icon-success:hover {
  background-color: rgba(34, 197, 94, 0.1);
}

.btn-icon-danger {
  color: #dc2626;
  border-color: #dc2626;
}

.btn-icon-danger:hover {
  color: #b82020;
  background-color: rgba(220, 38, 38, 0.1);
}

.btn-icon-warning {
  color: #d97706;
  border-color: #d97706;
}

.btn-icon-warning:hover {
  background-color: rgba(217, 119, 6, 0.1);
}

.btn-icon-info {
  color: #2563eb;
  border-color: #2563eb;
}

.btn-icon-info:hover {
  background-color: rgba(37, 99, 235, 0.1);
}

/* Icon button sizes */
.btn-icon-sm {
  padding: 0.25rem;
  font-size: 0.875rem;
}

.btn-icon-lg {
  padding: 0.75rem;
  font-size: 1.25rem;
}

/* Rounded icon buttons */
.btn-icon-rounded {
  border-radius: 9999px;
}

/* Icon button with filled background */
.btn-icon-filled {
  background-color: var(--bs-primary);
  color: white;
  border-color: var(--bs-primary);
}

.btn-icon-filled:hover {
  opacity: 0.9;
  background-color: var(--bs-primary);
}

.btn-icon-filled.btn-icon-success {
  background-color: #22c55e;
  border-color: #22c55e;
  color: white;
}

.btn-icon-filled.btn-icon-danger {
  background-color: #dc2626;
  border-color: #dc2626;
  color: white;
}

.btn-icon-filled.btn-icon-warning {
  background-color: #d97706;
  border-color: #d97706;
  color: white;
}

.btn-icon-filled.btn-icon-info {
  background-color: #2563eb;
  border-color: #2563eb;
  color: white;
}

.img-autofit {
  object-fit: contain;
}

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.section-header-title {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  display: flex;
  align-items: center;
  background: #f5f7fa;
  padding: 0 15px 0 0;
  z-index: 1;
}

.section-header-line {
  position: absolute;
  height: 2px;
  background: #e2e8f0;
  width: 100%;
  top: 50%;
  z-index: 0; 
}

.section-header-title svg {
  margin-right: 10px;
  font-size: 18px;
  color: var(--bs-primary);
}

/* Subcategories horizontal cards */
.list-subcategories {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.subcategory-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

.subcategory-card .card-body {
  padding: 0.75rem 1rem;
}

.subcategory-card .text-muted.small {
  color: #6b7280 !important; /* gris neutro */
}

.subcategory-card .font-weight-bold {
  font-weight: 600;
}

@media (max-width: 576px) {
  .subcategory-card .card-body > .d-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

/* Generic reusable list card styles */
.item-list {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.item-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
  transition: box-shadow .2s ease, transform .15s ease, border-color .2s ease;
}

.item-card__body { padding: .9rem 1rem; }

.item-card__row {
  display: grid;
  gap: .75rem;
}

.item-card__row--top {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.item-title { 
  font-weight: 600;
  color: #1f2937;
  font-size: 1rem;
  letter-spacing:.2px;
}

.item-card:hover { box-shadow: 0 6px 16px rgba(2,6,23,.08); transform: translateY(-1px); border-color:#e1e7ef; }

.item-actions { display: inline-flex; align-items: center; gap: .5rem; }
.item-actions .btn { min-width: 36px; height: 36px; border-radius: 10px; }
.item-actions .btn:hover { filter: brightness(.98); box-shadow: 0 2px 8px rgba(0,0,0,.06); }

/* Reference-inspired styles */
.kpi-label { font-size:.72rem; color:#8a94a6; letter-spacing:.6px; text-transform:uppercase; font-weight:700; }
.value-danger { color:#dc2626; font-weight:700; }
.value-warning { color:#d97706; font-weight:700; }
.value-success { color:#16a34a; font-weight:700; }
.value-neutral { color:#374151; font-weight:700; }

.item-dot { width:10px; height:10px; border-radius:9999px; display:inline-block; margin-right:.5rem; box-shadow:0 0 0 3px rgba(0,0,0,.02); }

.action-icon { width:28px; height:28px; border-radius:8px; display:inline-flex; align-items:center; justify-content:center; transition:background .15s ease, color .15s ease; color:#9aa3ae; }
.action-icon:hover { background:#f3f4f6; color:#475569; }
.action-icon--success { color:#16a34a; }
.action-icon--purple { color:#6d28d9; }
.action-icon--warning { color:#d97706; }
.action-icon--danger { color:#dc2626; }

.item-card__row + .item-card__row { margin-top: .35rem; }

.bool-icon { display:inline-flex; width:22px; height:22px; padding: 12px; border-radius:9999px; align-items:center; justify-content:center; }
.bool-icon--on { background:#e8f8f0; color:#1f9d55; border:1px solid #bfe8cd; }
.bool-icon--off { background:#f4f5f7; color:#9aa3ae; border:1px solid #e5e7eb; }

@media (max-width: 768px) {
  .item-card__row--top { grid-template-columns: 1fr; gap: .5rem; }
  .item-actions { justify-content: flex-start; }
}