@charset "UTF-8";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-size: 1.8rem;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.contenedor-sm {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contenedor-sm {
    max-width: 65rem;
  }
}

.font-bold {
  font-weight: bold;
}

.font-normal {
  font-weight: normal;
}

.text-xs {
  font-size: 1.3rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

.text-center {
  text-align: center;
}

.form-control, .form-select {
  font-size: 1.8rem;
}

.btn {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
}

.alert {
  font-size: 1rem;
  font-weight: bold;
}

.text-white {
  color: white;
}

.fs-1-8 {
  font-size: 1.8rem;
}

.w-50 {
  width: 50%;
}

.dashboard {
  height: 92.5vh;
  overflow-y: scroll;
  background-image: url("../../build/img/imagen.jpeg");
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.login {
  background-image: url("../../build/img/imagen.jpeg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
  width: 100%;
}

.bg-white {
  background-color: white;
}

.dashboard-gestion {
  background-image: url("../../build/img/fbb680a6-ac29-4b38-bef3-4cd4774ca709.webp");
}

.bg-blue {
  background-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
}

.bg-azul {
  all: unset;
  background-color: #007ac3;
  color: white;
  cursor: pointer;
}
.bg-azul:hover {
  color: white;
  background-color: #005a90;
}
.bg-azul p {
  margin: 0;
  font-weight: bold;
}

.unset {
  all: unset;
  width: 25px;
}

.disabled {
  background-color: #F8FAFC;
  color: #64748B;
}
.disabled:focus {
  background-color: #F8FAFC;
  color: #64748B;
}

.none {
  display: none;
}

.without::-webkit-datetime-edit-ampm-field {
  display: none;
}

.absolute {
  position: relative;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #0260ab;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.spinner-form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}

.legend {
  font-size: 2rem;
  font-weight: bold;
  color: #64748B;
}

.btn-primary {
  background-color: #36648b;
  transition: 0.3s background ease;
  border: none;
}
.btn-primary:hover {
  background-color: #284a66;
}

.auth-heading {
  background: linear-gradient(24deg, #0260ab, #1684c3 80%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 5rem;
}

label {
  color: #4f5b6d;
}

.btn-secondary {
  background-color: #1684c3;
  width: 50%;
  border: none;
}
.btn-secondary:hover {
  background-color: #26a0e6;
}
.btn-secondary:focus {
  background-color: #26a0e6;
}

.cerrar {
  color: #6ab562;
  cursor: pointer;
}

.w-btn {
  width: 80%;
}
@media (min-width: 768px) {
  .w-btn {
    width: 400px;
  }
}
.w-btn p {
  text-align: center;
}

.navegacion__link {
  display: flex;
  color: #0260ab;
  font-size: 1.3rem;
  align-items: center;
}
.navegacion__link span {
  font-weight: bold;
  font-size: 1.5rem;
}

.navegacion__actual {
  font-size: 1.3rem;
  font-weight: bold;
}

.table_asistencia {
  min-width: 750px;
}

.overflow-x-scroll {
  overflow-x: scroll;
}
@media (min-width: 1024px) {
  .overflow-x-scroll {
    overflow-x: visible;
  }
}

#id_loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
}

.h-40vh {
  height: 40vh;
  position: relative;
}

.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .w-desktop {
    width: 40%;
  }
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.text-alerta {
  font-size: 1rem;
  color: rgb(255, 193, 7);
}

.select2-container {
  width: 100% !important;
}

.btn-logout {
  all: unset;
  font-size: 1.4rem;
  border: 2px #afdcf6 solid;
  background-color: #0d6efd;
  padding: 1rem;
  border-radius: 2rem;
  color: #afdcf6;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-logout:hover {
  background-color: #afdcf6;
  color: #0260ab;
}

.tabla_cctv {
  min-width: 800px;
  width: 100%;
}

.font-weight-bold {
  font-weight: bold;
}

.btn_status {
  font-size: 1.4rem;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 2rem;
  text-align: center;
  padding: 0.5rem 1rem;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}
.btn_status--si {
  background-color: #1684c3;
}
.btn_status--si:hover {
  background-color: #116595;
}
.btn_status--no {
  background-color: #64748B;
}
.btn_status--no:hover {
  background-color: #4f5b6d;
}

.btn_solicitud {
  transition: background 0.3s ease-in;
}
.btn_solicitud:hover {
  background-color: #2f405d;
  color: white;
}

.estatus {
  font-size: 1.3rem;
  background-color: rgb(169, 0, 0);
}
.estatus-bg-cierre {
  background-color: rgb(169, 0, 0);
}
.estatus-bg-abierto {
  background-color: rgb(169, 0, 0);
}

.table_patrimonial {
  width: 100%;
  overflow-x: scroll;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .table_patrimonial {
    overflow-x: unset;
  }
}

table.dataTable {
  width: 1400px;
}
@media (min-width: 1024px) {
  table.dataTable {
    width: 100%;
  }
}

.btn--excel {
  background-color: #02a802;
  color: #FFFFFF;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.btn--excel:hover {
  background-color: #018f01;
}

.btn--pdf {
  background-color: #900000;
  color: #FFFFFF;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.btn--pdf:hover {
  background-color: #760000;
}

.btn--asis {
  background-color: #02a802;
  color: #FFFFFF;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.btn--asis:hover {
  background-color: #018f01;
}

.btn--arr {
  background-color: #1374ac;
  color: #FFFFFF;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.btn--arr:hover {
  background-color: #116595;
}

.btn--pat {
  background-color: #215c96;
  color: #FFFFFF;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.btn--pat:hover {
  background-color: #1d4f81;
}

.max_100 {
  min-width: 100% !important;
  overflow-x: scroll !important;
}

a {
  cursor: pointer !important;
}

.hidden {
  visibility: hidden;
}

.badge .bg-secondary {
  transition: background 0.3s ease-in;
}
.badge .bg-secondary:hover {
  background-color: #2f405d;
  color: white;
}

.logo {
  width: 200px;
}

.txt_guia {
  font-size: 1.2rem;
}

.btn_solicitud.active, .btn_solicitud:hover {
  background: #1684c3 !important;
}

.text-sm {
  font-size: 1.5rem;
}

/* Estilos para la barra de desplazamiento */
body {
  /* Ancho de la barra de desplazamiento */
  scrollbar-width: thin; /* Anchura delgada */
  scrollbar-color: #888888 #f1f1f1; /* Color de la barra y del fondo */
}

/* Estilos para la barra de desplazamiento */
/* Específico para navegadores WebKit (Google Chrome, Safari, etc.) */
body::-webkit-scrollbar {
  width: 8px; /* Ancho de la barra de desplazamiento */
}

body::-webkit-scrollbar-thumb {
  background-color: #888888; /* Color del thumb (la parte que se arrastra) */
  border-radius: 4px; /* Borde redondeado para el thumb */
}

body::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Color de fondo de la barra de desplazamiento */
}

.btn_fecha {
  background: green;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 8px;
  cursor: pointer;
}

.table_solicitud {
  max-width: 100%;
  overflow-x: scroll;
}

td.evidencia p.txt-sm, td.evidencia i {
  font-size: 1.5rem;
  margin: 0;
  gap: 5px;
}

td.evidencia div, td.SAP div, td.ejecutor div {
  justify-content: center;
  align-items: center;
  background-color: #23afff;
  color: white;
  padding: 5px 0px;
  border-radius: 8px;
  cursor: pointer;
}

.font-weight-normal {
  font-weight: normal !important;
}

.bg-cotizacion {
  background-color: #2302a8;
  color: #FFFFFF;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.bg-cotizacion:hover {
  background-color: #160161;
}

.list-cotizaciones {
  display: flex;
  flex-direction: column;
  height: 30vh;
  background: #e6f4ff;
  padding: 5px 10px;
  border-radius: 10px;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.list-evidencias {
  display: flex;
  flex-direction: column;
  height: 15vh;
  background-color: #f4f4f4;
  padding: 5px 10px;
  border-radius: 5px;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  justify-content: space-evenly;
  max-width: 55rem;
}

.list-evidencias a, .list-cotizaciones a {
  color: rgb(80, 80, 80);
  font-size: 1.5rem;
  background-color: #add9fb;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  border-bottom: 1.3px dashed #0065a9;
  transition: background 0.3s ease-in-out;
}

.list-evidencias a:hover, .list-cotizaciones a:hover {
  color: #fff;
  background-color: rgb(36, 153, 243);
  text-decoration: none;
}

.aprobada {
  background-color: rgb(107, 212, 75);
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 1.5rem;
  transition: background 0.3s ease-in-out;
  text-align: center;
}

.denegada {
  background-color: rgb(236, 75, 75);
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 1.5rem;
  transition: background 0.3s ease-in-out;
  text-align: center;
}

.pendiente {
  background-color: rgb(129, 129, 129);
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 1.5rem;
  transition: background 0.3s ease-in-out;
  text-align: center;
}

.comentario {
  background: #d3f1f0;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 28rem;
}
.comentario .user {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #00527b;
}
.comentario .time {
  margin: 0;
  font-size: 1.2rem;
  color: #686868;
  font-weight: bold;
}

.contenedor-coment {
  height: 40vh;
  overflow-y: auto;
  background: #f4f4f4;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Estilos más avanzados para la barra de desplazamiento */
/* Solo para navegadores WebKit */
::-webkit-scrollbar {
  width: 10px;
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #007bff;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #0056b3;
}

.sidebar {
  width: 10rem;
  background-color: #a5c9fe;
  transition: all 0.3s ease-in-out;
}
.sidebar .item_notificacion {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #8bbafe;
}
.sidebar .item_notificacion:hover {
  background-color: #72abfe;
}
.sidebar .notificaciones_list {
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: none;
}
.sidebar .paginador {
  opacity: 0;
  display: none;
  transition: opacity 0.2s ease-in-out;
}
.sidebar.mostrar_side {
  width: 30rem;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 100px;
  height: 92.5%;
}
.sidebar.mostrar_side .notificaciones_list {
  list-style: none;
  font-size: 1.2rem;
  color: rgb(63, 63, 63);
  overflow-y: scroll;
  height: 65vh;
  padding: 0;
  width: 100%;
  opacity: 1;
  display: block;
}
.sidebar.mostrar_side .notificaciones_list .txt_notificacion {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.sidebar.mostrar_side .notificaciones_list .time_txt {
  margin: 0;
}
.sidebar.mostrar_side .notificaciones_list li {
  padding: 1rem;
  background-color: #bed8fe;
  border-bottom: 2px solid #8bbafe;
  cursor: pointer;
}
.sidebar.mostrar_side .notificaciones_list .no_read {
  background-color: rgba(253, 244, 149, 0.5803921569);
  border-bottom: 2px solid rgba(168, 163, 102, 0.733);
  cursor: pointer;
}
.sidebar.mostrar_side .notificaciones_list .no_read:hover {
  background-color: rgba(255, 249, 178, 0.7333333333);
  border-bottom: 2px solid rgba(168, 163, 102, 0.904);
}
.sidebar.mostrar_side .badge_noti {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f75b5b;
  color: white;
  padding: 0 5px;
  border-radius: 50%;
}
.sidebar.mostrar_side .paginador {
  opacity: 1;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background-color: #8bbafe;
}
.sidebar.mostrar_side .paginador div {
  background-color: #589cfe;
  border-radius: 50%;
  padding: 0 5px;
  cursor: pointer;
}
.sidebar.mostrar_side .paginador svg {
  width: 25px;
  height: 30px;
}
.sidebar .con-recuadro {
  position: relative;
}
.sidebar .con-recuadro .badge_noti {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 20px;
  height: 15px;
  background-color: rgb(247, 91, 91);
  border-radius: 10px;
  font-size: 1rem;
  text-align: center;
  color: white;
  font-weight: bold;
}
.sidebar .fa-bell {
  color: white;
  font-size: 2.5rem;
  margin-top: 1rem;
}
.sidebar .notificacion_txt {
  font-size: 1rem;
  color: white;
  font-weight: bold;
  margin: 0;
}

/* Estilos para la barra de desplazamiento dentro del contenedor "notificaciones_list" */
.notificaciones_list {
  /* Ancho de la barra de desplazamiento */
  scrollbar-width: thin; /* Anchura delgada */
  scrollbar-color: #2981d3 #f1f1f1; /* Color de la barra y del fondo */
}

/* Estilos para la barra de desplazamiento */
/* Específico para navegadores WebKit (Google Chrome, Safari, etc.) */
.notificaciones_list::-webkit-scrollbar {
  width: 8px; /* Ancho de la barra de desplazamiento */
}

.notificaciones_list::-webkit-scrollbar-thumb {
  background-color: #437ac2; /* Color del thumb (la parte que se arrastra) */
  border-radius: 4px; /* Borde redondeado para el thumb */
}

.notificaciones_list::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Color de fondo de la barra de desplazamiento */
}

.noti_info {
  height: 0;
  background-color: #cce0ff;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(109, 136, 211, 0.35) 0px -50px 36px -28px inset;
  transition: height 0.3s ease-in-out;
}

.spinner {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #549bef;
  right: 42%;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*# sourceMappingURL=app.css.map */
