@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

.pulse-transporte {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #c0392b;
  cursor: pointer;
  box-shadow: 0 0 0 #e6b0aa;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e6b0aa;
  }

  70% {
    -webkit-box-shadow: 0 0 0 100px #e6b0aa;
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.col-span-full {
  grid-column: 1/-1;
}

.navbar .nav-link {
  line-height: 68px;
}

.nav-link {
  cursor: pointer;
}

.table-calc td {
  overflow: hidden;
  white-space: nowrap;
  max-width: 150px;
}

/*
#CONTENIDO-PAG{
  position: absolute;
  top:70px;
  left:0px;
  width:100%;
  height: calc(100vh - 70px);
  overflow-y: scroll;
}
*/

.navbar-default {
  position: fixed;
  width: 100%;
  margin: 0 0 405px 0;
}

.pqrs-drawer {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: -600px;
  width: 100%;
  height: 100%;
  max-width: 600px;
  background-color: #fff;
  z-index: 1000;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
  transition: right 0.3s ease-in-out;

  &.open {
    right: 0;
    pointer-events: auto;
  }

  & .pqrs-drawer-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;

    padding: 20px;

    & .pqrs-drawer-body {
      flex: 1;
      overflow-y: auto;
    }
  }

  & .pqrs-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;

    h3 {
      color: #4285f4;
      font-weight: bold;
      margin: 0;
    }
  }

  & .pqrs-drawer-close-btn {
    cursor: pointer;
    user-select: none;
  }
}

.status-cards-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.status-card {
  border-radius: 8px;
  padding: 15px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.status-card-header {
  font-size: 16px;
  font-weight: bold;
}

.status-card-body {
  font-size: 14px;
  margin-top: 10px;
}

.status-card-orange {
  background-color: orange;
}

.status-card-green {
  background-color: #27ae60;
}

.status-card-yellow {
  background-color: #ffc107;
}

.status-card-red {
  background-color: #e74c3c;
}


.MED input:focus-within,
.MED select:focus-within,
.MED textarea:focus-within {
  background-color: #0277bd !important;
  color: #fff !important;
}

.form-autocomplete {
  border-radius: 8px;
  margin-bottom: 1px;
}

.form-autocomplete:focus {
  outline: 0;
}

.sugerencias {
  width: 97%;
  border-radius: 0px 0px 8px 8px;
  position: relative;
  background: #fff;
  border: 1px solid #c3c3c3;
  position: absolute;
  z-index: 9;
}

.sugerencia {
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid #c3c3c3c3;
}

.sugerencia.active {
  background: #4e73df;
  color: #fff;
}

.sugerencia:hover {
  cursor: pointer;
}

.sugerencias .sugerencia:last-child {
  border: none;
}

.swal2-container.swal2-shown {
  z-index: 99999999;
}

.modal {
  z-index: 99999999;
}

table {
  border-collapse: collapse;
  border-style: hidden !important;
}

.nicescroll-cursors {
  z-index: 9999;
}

.firma {
  position: relative;
}

.firma button {
  position: absolute;
  top: 0px;
  right: 0px;
}

.jSignature {
  background-color: #ffffff !important;
}

.jSignature:hover {
  cursor: url("iconos/pencil.png"), auto;
}

.card {
  border: 0px;
  width: 100%;
}

#cont-grf {
  max-width: 98%;
  margin: 1% 1%;
}

.card-body {
  position: relative;
  width: 100%;
}

.dropdown-toggle:hover {
  cursor: pointer;
}

a.pointer {
  text-decoration: underline !important;
}

.pointer:hover {
  cursor: pointer;
}

.card-top {
  top: 0;
  position: absolute;
  width: 100%;
  height: 150px;
}

.card-con-top {
  padding-top: 80px;
}

#th-sede {
  z-index: 9999;
  position: sticky;
  top: 0;
}

#b-pqrs {
  background-color: #d3eaf2;
}

#tr-pqrs:hover td {
  background-color: #6a99b4;
}

#td-pqrs {
  z-index: 9999;
  background-color: #d3eaf2;
}

#td-pqrs:hover {
  background-color: #6a99b4;
}

#tr-pqrs:nth-child(even) {
  background-color: #a8d5e5;
}

#td-pqrs:nth-child(even) {
  background-color: #a8d5e5;
}

#t-tiempo tr th {
  border-bottom: 5px solid #96b9dd;
}

#t-tiempo {
  text-align: center;
  margin: 25px auto;
  border-collapse: collapse;
  border: 1px solid #eee;
  border-bottom: 2px solid #0cc;
  box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05),
    0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
  background-color: #d3eaf2;
}

#t-tiempo tr:nth-child(even) {
  background-color: #a8d5e5;
}

#t-tiempo tr:hover {
  background-color: #6a99b4;
}

#t-tiempo tr:hover td {
  color: #555;
}

#t-tiempo th,
t-tiempo td {
  border: 1px solid #eee;
  padding: 5px 25px;
  border-collapse: collapse;
}

#t-tiempo th {
  background: #00b8b8;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}

#t-tiempo th.last {
  border-right: none;
}

.table thead th {
  text-align: center;
  font-weight: bold;
  /* border-bottom: 5px solid #96b9dd; */
  z-index: 9;
}

.bb {
  border-bottom: 1px solid #dee2e6;
}

.select-multiple {
  height: 250px !important;
}

.select-multiple option {
  float: left;
  margin: 10px;
  border-radius: 4px;
  text-transform: lowercase;
  min-width: 15%;
  text-align: center;
  font-size: 10pt;
}

option:checked {
  box-shadow: 0 0 0 2px #3498db;
  color: #fff;
}

option:selection {
  background: #3498db;
  color: #fff;
}

.select-multiple optgroup {
  display: block;
  width: 100%;
  overflow: auto;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14pt;
}

.list-group-item {
  cursor: pointer;
  font-weight: 300;
}

.list-group-item.active {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.125);
}

.dp {
  width: 100%;
  height: 20vh;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 4vh;
  text-align: center;
  margin-bottom: 5px;
}

.dp small {
  font-weight: 300;
  font-size: 2vh;
}

.dp-blue {
  background-color: #0277bd;
  color: #fff;
}

.dp-warning {
  background-color: #ff6f00;
  color: #fff;
}

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

.contenido {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.img-previa {
  width: 200px;
}

.tp {
  padding: 2vh;
  width: 100%;
  height: 56px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.contenedor-alimento {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.alimento {
  border-radius: 4px;
  padding: 5px;
  display: inline-block;
  transition: padding 0.2s;
  margin-right: 5px;
}

/* td.alimento {
  padding: 2px;
  display: block;
  margin: 0px;
  margin-bottom: 2px;
} */

.proteina {
  background-color: #e74c3c;
  color: #fff;
}

.cereal {
  background-color: #fbe0a6;
  color: #292827;
}

.sopa {
  background-color: #f1c40f;
  color: #292827;
}

.acompanamiento {
  background-color: #d68910;
  color: #292827;
}

.ensalada {
  background-color: #a0da00;
  color: #000;
}

.fa-plus:hover {
  cursor: pointer;
}

.bebida {
  background-color: #3498db;
  color: #fff;
}

.alimento .fas {
  line-height: 17px;
}

.alimento:hover {
  cursor: pointer;
  padding: 9px;
}

.small-text {
  font-size: 10pt;
}

.ct-h {
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
}

.table-sm td,
.table-sm th {
  font-size: 8pt;
}

.col {
  position: absolute;
  width: 33.33%;
  height: 100%;
  top: 0px;
}

.a {
  left: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.b {
  left: 33.33%;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.c {
  left: 66.66%;
}

.tp h4 {
  font-weight: 300 !important;
}

.ct {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 56px);
  overflow-y: scroll;
}

.ctb {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 56px;
}

.cl {
  width: 20%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  display: inline-block;
}

.cra {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 80%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.cf {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.izq-filter {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  padding-left: 10px;
  text-align: center;
  z-index: 99999;
}

.flecha {
  font-size: 18px;
}

.icon-izq {
  font-size: 20px;
  cursor: pointer;
  margin-left: -5px;
}

.izq-filter hr {
  margin-left: -10px;
}

.navbar {
  z-index: 20;
}

.izq-pqrs {
  overflow-x: hidden;
  overflow-y: scroll;
  left: 0px;
  top: 70px;
  position: absolute;
  width: 35%;
  height: calc(100% - 70px - 76px);
  background-color: #fff;
  box-sizing: border-box;
}

.der-pqrs {
  right: 0px;
  top: 70px;
  position: absolute;
  width: 65%;
  height: calc(100% - 70px - 76px);
  overflow-x: hidden;
  overflow-y: scroll;
  /* background-image: url(images/patron.jpg); */
  background-size: cover;
  box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.4);
}

.top-filter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 56px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.div_busqueda {
  width: 100%;
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #f2f4f4;
}

.equipos-table {
  left: 0px;
  top: 128px;
  width: 100%;
  height: calc(100% - 72px - 60px);
  position: absolute;
  overflow-y: scroll;
}

.toolbar {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #f2f4f4;
}

.contenido2 {
  left: 0px;
  top: 162px;
  width: 100%;
  height: calc(100% - 162px);
  position: absolute;
  overflow-y: scroll;
}

.equipos-table div {
  margin: 0 auto;
}

.table--no-card th {
  background: #333;
  padding: 5px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.menu-sidebar canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -10;
  opacity: 0.4;
}

.side-right {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 40%;
  background-color: #fff;
  box-shadow: -10px 0px 10px 1px #aaaaaa;
  z-index: 999;
}

.header-desktop::after {
  /* content:normal; */
  background: url();
  background-size: 100% 100%;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.ng-touched.ng-invalid {
  border-color: #dc3545;
}

.ng-valid {
  border-color: #28a745;
}

.dropdown-item {
  cursor: pointer;
}

.fc-right {
  margin-top: 8px;
  margin-right: 4px;
}

.big-link {
  font-size: 18px;
  font-weight: bold;
}

.oculto #sideleft {
  width: 0px;
}

.oculto #contenido_principal {
  left: 0px;
  width: 100%;
}

#contenido_principal {
  position: absolute;
  top: 57px;
  left: 251px;
  height: calc(100% - 56px);
  width: calc(100% - 251px);
  transition: width, left 1s;
}

.panel-cargando {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
}

.panel-cargando .spin {
  position: absolute;
  font-size: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.tr-hover:hover {
  cursor: pointer;
}

.tr-hover:hover .acciones {
  opacity: 1;
}

.anotacion {
  /* display: block;
  width: 100%;
  background: #ffc;
  border-bottom: 1px solid #F0B27A;
  text-align: justify;
  font-size: 10pt;
  padding: .5em; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 16px;
  /* position: absolute; */
  position: relative;
  width: 423px;
  /* height: auto; */
  left: 658px;
  top: 90px;
  background: #f7f9fe;
  /* gap: auto; */
}

.anotacion-header {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: end;
}

.anotacion-header time {
  font-style: italic;
}

.anotacion-user {
  width: 20%;
}

.anotacion-user span {
  display: block;
}

img.anotacion-user {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.anotacion-body {
  width: 100%;
}

/*
.table-anotacion{
  width: 100%;
  border-collapse: collapse;
}
.table-anotacion th{
  color:#fff;
  padding:5px;
  background-color: #292827;
  border:none;
}
.table-anotacion td{

}
*/
tr.vencida td,
tr.cerrada td,
tr.cerrada2 td {
  position: relative;
}

tr.vencida td:first-child:after,
tr.cerrada td:first-child:after,
tr.cerrada2 td:first-child::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: 0px;
  top: 0px;
  border-bottom: 1px solid silver;
}

tr.vencida td:first-child:after {
  background-color: #e74c3c !important;
}

tr.cerrada td:first-child:after {
  background-color: #27ae60;
}

tr.cerrada2 td:first-child::after {
  background-color: rgb(251, 163, 0);
}

/* background-color: #3498db; */

.table-comanda {
  color: #fff;
  font-size: 18pt;
  font-family: "Amatic SC", cursive;
  font-family: "Neucha", cursive;
}

.table-comanda td {
  font-size: 20pt;
  font-weight: bold;
}

/*.table-hover tbody tr:hover{background-color:#3498DB!important;color:#fff!important;}*/

.table-comanda tbody tr:hover {
  background-color: #000 !important;
}

.backbg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.125);
  z-index: 2;
  display: none;
  transition: display 0.3s;
}

.backbg-show {
  display: block;
}

.backbg-hide {
  display: none;
}

.email-compose {
  position: fixed;
  bottom: 0px;
  right: 16pt;
  width: 40%;
  height: 90%;
  border: 1px solid #d5d8dc;
  border-radius: 8px 8px 0px 0px;
  background-color: #fff;
  display: none;
  z-index: 99;
}

.email-compose .cabecera {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px 8px 0px 0px;
}

.destinatario span {
  width: 20%;
}

.email-compose .destinatario {
  display: block;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #d5d8dc;
}

.email-compose .destinatario input {
  border: none;
  width: 80%;
  height: 30px;
}

.destinatario .form-control {
  display: inline-block;
  width: 70%;
  margin-left: auto;
}

.email-compose .cabecera .fas {
  cursor: pointer;
}

.email-compose .cuerpo {
  width: 100%;
  height: calc(100% - 180px);
  border-bottom: 1px solid #d5d8dc;
  overflow-y: scroll;
  text-align: justify;
}

.cuerpo p {
  font-size: 8pt;
}

.cuerpo .editor {
  width: 100%;
  min-height: 40%;
  padding: 10px;
  box-sizing: border-box;
}

[contenteditable="true"]:empty:before {
  content: attr(placeholder);
  color: #566573;
  display: block;
  /* For Firefox */
}

[contenteditable="true"] h6 {
  font-size: 14pt;
}

[contenteditable]:focus {
  outline: 0px solid transparent;
}

.acciones {
  opacity: 0;
  transition: opacity 0.5s;
}

.cuerpo .pie {
  padding: 10px;
  width: 100%;
  display: block;
}

.cuerpo .acciones * {
  color: #566573;
}

.activo {
  color: #76ff03;
}

.inactivo {
  color: #c62828;
}

.email-compose .herramientas {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  padding: 5px;
  box-sizing: border-box;
}

.herramientas .fas,
.herramientas .far {
  cursor: pointer;
  background-color: #333;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.herramientas .fas input,
.herramientas .far input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  opacity: 0;
}

input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

.acciones .ac {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 5px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.dropdown-toggle::after {
  display: none;
}

.nav-tabs .nav-link {
  border-top: 0px;
  border-radius: 0px;
}

.btn {
  position: relative;
}

.table-hover tbody {
  cursor: pointer;
}

.table-bordered {
  border-style: solid !important;
}

.table-revelar {
  position: relative;
  z-index: 3;
}

tr.active td {
  color: #fff;
  border: none;
}

#holder-revelar {
  display: none;
  position: absolute;
  overflow: hidden;
  z-index: 2;
}

.revelar {
  transform-origin: 50% 50%;
  background-color: #4e73df;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0%;
  height: 100%;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-name: revelar;
  animation-fill-mode: forwards;
  border-radius: 50%;
}

.row-med.active .revelar {
  display: block;
}

@keyframes revelar {
  from {
    width: 0%;
    left: 50%;
    height: 100%;
  }

  to {
    left: -100%;
    top: -100%;
    width: 300%;
    height: 300%;
  }
}

.badge2 {
  background-color: #0277bd;
  width: 100%;
  min-height: 30px;
  border-radius: 8px;
  padding: 5px;
  box-sizing: border-box;
  display: block;
  font-size: 8pt;
  color: #fff;
  position: relative;
}

.badge img {
  width: 32px;
  background: white;
  padding: 5px;
  border-radius: 50%;
}

.table {
  color: #020202;
}

.drop-zone {
  width: 100%;
  min-height: 400px;
  position: relative;
  background: white;
  width: 100%;
  height: 400px;
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  transition: all 0.5 linear;
}

.drop-zone .progreso {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.is-dragover {
  border: 2px dashed #2196f3;
}

.is-upload {
  background-color: #0277bd;
}

.is-dragover .soltar {
  opacity: 1;
}

.drop-zone h1 {
  transition: all 1 linear;
  width: 100%;
  color: #2196f3;
}

.soltar {
  opacity: 0;
}

th {
  text-transform: uppercase;
}

td b {
  text-transform: uppercase;
}

tr.seleccionada td {
  background-color: #ffd412 !important;
  color: #fff !important;
}

tr.proxima-vencer td {
  background-color: #ec6d52;
  color: #fff !important;
}

.badge3 {
  background-color: #b7950b;
}

.badge2 span {
  position: relative;
  left: 0px;
  top: 0px;
  width: 80%;
  display: inline-block;
  text-overflow: hidden;
}

.link {
  font-size: 8pt;
  text-decoration: underline;
  cursor: pointer;
}

.badge2 i {
  width: 20%;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

.circle-times {
  background-color: #c62828;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
}

.btn-primary {
  background-color: #3498db;
}

.badge-primary {
  background-color: #3498db;
}

.btn input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.dia {
  transition: background 0.3s;
}

.tabla-alimentos td {
  vertical-align: top;
  font-size: 8px;
}

.enter {
  background-color: #fad8a1 !important;
}

@media print {
  #contenido_principal {
    width: 100%;
    height: auto;
    left: 0px;
    position: relative;
    overflow-y: auto;
  }

  a:after {
    content: " <" attr(href) ">";
  }

  .cra {
    position: relative;
    width: 100% !important;
    overflow-y: auto;
    height: auto;
  }

  ul,
  img,
  table {
    page-break-inside: avoid;
  }
}

.caja-personalizada {
  width: 100%;
  border-radius: 2px;
  padding: 5px;
  border-bottom: 1px solid #0277bd;
}

.twitter-typeahead {
  width: 100%;
}

.tt-hint {
  color: #abb2b9;
}

.tt-menu {
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.tt-dataset {
  background-color: #fff;
  width: 100%;
}

.tt-suggestion {
  padding: 5px;
  font-size: 10pt;
  font-weight: 300;
  color: #1b1b1b;
}

.tt-suggestion p,
.tt-suggestion img {
  display: inline-block;
}

.tt-suggestion:hover {
  cursor: pointer;
}

.tt-suggestion:last-child {
  border: none;
}

.bloque-hora {
  position: relative;
  width: 100%;
  height: auto;
  color: #000;
  text-align: center;
}

.table-horario td {
  padding: 0;
}

.slot-odd {
  background: #eee !important;
}

.slot-odd .slot {
  border-bottom: 1px solid #e8e8e8 !important;
  border-right: 1px solid #e8e8e8 !important;
}

.slot {
  width: 100%;
  font-size: 8pt;
  position: relative;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  position: relative;
}

.ocupado {
  position: absolute;
  width: 100%;
  background: #3498db;
  border: 1px solid #3498db;
  border-radius: 4px;
  color: #fff;
  left: 0;
  height: 100px;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ocupado:hover {
  cursor: pointer;
  background: #2874a6;
}

/*===============================ESTADO DE AUSENCIAS==============*/
.estado-1 {
  color: #d4ac0d;
  border-radius: 50%;
  cursor: pointer;
  animation: pulse-1 0.3s infinite;
}

.estado-2 {
  color: #229954;
  border-radius: 50%;
  cursor: pointer;
}

.estado-3 {
  position: relative;
  color: #cb4335;
  border-radius: 50%;
  cursor: pointer;
}

.estado-covid {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 80px;
  text-align: center;
}

.estado-covid {
  font-size: 20pt;
}

.tipo-3 {
  background-color: #c0392b;
  color: #fff;
  animation: tipo-3 0.5s infinite;
}

.tipo-2 {
  background-color: #f1c40f;
  color: #17202a;
  animation: tipo-2 0.5s infinite;
}

.tipo-1 {
  background-color: #196f3d;
  color: #fff;
  animation: tipo-1 0.5s infinite;
}

@keyframes tipo-2 {
  0% {
    background-color: #f1c40f;
  }

  50% {
    background-color: #f4d03f;
  }

  100% {
    background-color: #f7dc6f;
  }
}

@keyframes tipo-1 {
  0% {
    background-color: #196f3d;
  }

  50% {
    background-color: #1e8449;
  }

  100% {
    background-color: #1e8449;
  }
}

@keyframes tipo-3 {
  0% {
    background-color: #c0392b;
  }

  50% {
    background-color: rgb(190, 33, 33) e34;
  }

  100% {
    background-color: #9b3e34;
  }
}

@keyframes pulse-1 {
  0% {
    box-shadow: 0 0 0 0 #d4ac0d;
  }

  70% {
    box-shadow: 0 0 0 10px #fff;
  }

  100% {
    box-shadow: 0 0 0 0 #fff;
  }
}

/*===============================CARGANDO========================*/
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #ffc107;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ffc107 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.avatar42 {
  width: 42px;
  height: 42px;
  border-radius: 10%;
}

.loading-cont {
  background: linear-gradient(to bottom right, #ffffffdc, #cfe4ff);
  display: flex;
  height: 100vh;
  margin-right: 0;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.spinner {
  height: 120px;
  width: 120px;
  border: 6px solid white;
  border-color: #311de9 transparent #311de9 transparent;
  border-radius: 50%;
  animation: spin 1s ease infinite;
}

.module-loading-cont {
  background: linear-gradient(to bottom right,
      rgba(255, 255, 255, 0.6),
      rgba(207, 228, 255, 0.6));
  display: flex;
  height: 100vh;
  width: 100vw;
  margin-right: 0;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.module-spinner {
  height: 120px;
  width: 120px;
  border: 6px solid white;
  border-color: #311de9 transparent #311de9 transparent;
  border-radius: 50%;
  animation: spin 1s ease infinite;
  opacity: 0.5;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* EStilos tablas */
.sidebarleft {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 78px;
  background: #11101d;
  padding: 6px 14px;
  z-index: 99;
  transition: all 0.5s ease;
}

.headtable {
  line-height: 40px;
  background-color: #4285f4;
}

.reg1 {
  font-family: "Roboto";
  letter-spacing: 0.005em;
  color: #9c9c9c;
}

.table-header1 th:first-child {
  border-radius: 10px 0 0 0;
}

.table-header1 th:last-child {
  border-radius: 0 10px 0 0;
}

.quitar-uppercase th {
  text-transform: none;
}

.reducirAltura {
  height: 20px;
}

.table td,
.table th {
  vertical-align: middle;
}

table th {
  /* font-size: .9rem; */
  font-weight: normal !important;
}

.page-link {
  border: 2px solid #cfdaec !important;
  list-style-type: none !important;
}

.pagination {
  list-style-type: none !important;
}

.page-item {
  list-style-type: none !important;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}

.pagright {
  display: flex;
  justify-content: flex-end;
}

.txtzise {
  font-size: 16px;
  text-transform: none;
}

table.table th,
table.table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.button1 {
  background-color: white;
  border-radius: 10px;
  color: #4285f4;
  border: 2px solid #4285f4;
  height: 40px;
  width: 200px;
}

.busc {
  margin-left: 10px;
  height: 40px;
  border: none;
  background-color: transparent;
  border-radius: 8px;
}

.buscscale {
  width: 850px;
}

.buscmarg {
  margin-right: 50px;
}

.titulo-tabla {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 0.0025em;
  color: #0d47a1 !important;
}

.sub-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.0025em;
  color: #4285f4 !important;
}

.gestion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  gap: 24px;

  width: 1128px;
  height: 40px;
  top: 80px;

  background: #ffffff;
  box-shadow: 1px 1px 4px #cdcdcd;
  border-radius: 8px;
}

.title-table {
  display: -webkit-inline-box;
}

.gestion a {
  height: 19px;

  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 0.0015em;

  color: #4285f4;
}

.gestion ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.gestion ul li {
  width: 35px;
  margin-right: 10px;
}

.info-general {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;

  width: 337px;

  background: #f7f9fe;
  /* 02 DS */

  box-shadow: 2px 2px 12px 2px rgba(16, 0, 101, 0.08),
    2px 4px 8px 2px rgba(16, 0, 101, 0.04);
  border-radius: 16px;
  max-height: max-content;
}

.info-general ul li div {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  align-items: flex-end;
  letter-spacing: 0.005em;
  color: #0d47a1;

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.info-general ul li strong {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #838383;
}

.info-general2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;

  width: 337px;

  background: #f7f9fe;

  box-shadow: 2px 2px 12px 2px rgba(16, 0, 101, 0.08),
    2px 4px 8px 2px rgba(16, 0, 101, 0.04);
  border-radius: 16px;
}

.info-general2 table tr ul li div {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  align-items: flex-end;
  letter-spacing: 0.005em;
  color: #0d47a1;
}

.tr-table-det-paciente {
  gap: 16px;
}

.tr-table-det-paciente li div {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  align-items: flex-end;
  letter-spacing: 0.005em;
  color: #0d47a1;

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.tr-table-det-paciente li strong {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 0.004em;

  color: #838383;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-det {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;

  width: 337px;

  background: #f7f9fe;

  box-shadow: 2px 2px 12px 2px rgba(16, 0, 101, 0.08),
    2px 4px 8px 2px rgba(16, 0, 101, 0.04);
  border-radius: 16px;
}

.pqrs-det p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: justify;
  letter-spacing: 0.0025em;

  /* Gray/Gray 100% */

  color: #838383;
}

.container-info-det {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 20px;
  left: 34px;
  position: absolute;
}

.anotaciones {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 16px;
  gap: 8px;
  /* position: absolute; */
  /* left: 558px;
  top: 224px; */
  background: #ffffff;
}

.imagen-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.titulo-tabla-detpqrs {
  width: 387px;
  height: 40px;

  /* Headline/Headline 2 -S */

  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  /* identical to box height */

  letter-spacing: 0.0025em;

  /* Yale/Yale 100% */

  color: #0d47a1;

  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
}

.atras-det-pqrs {
  position: absolute;
  width: 12px;
  height: 20px;
  left: calc(50% - 12px / 2);
  top: calc(50% - 20px / 2);

  /* Yale/Yale 100% */

  background: #0d47a1;
  /* Yale/Yale 100% */

  border: 0.4px solid #0d47a1;
}

/* Modal sede */

.modal01-m {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  position: relative;
  width: 451px;
  height: 345px;
}

.label01-m {
  width: 100px;
  height: 16px;
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.imput01-m {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 387px;
  height: 39px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.labelc-m {
  width: 387px;
  height: 23px;
  font-family: "Arial";
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.0015em;
  color: #0d47a1;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.no-wrap-label-m {
  white-space: nowrap;
}

.margin20-m {
  margin-top: 20px;
}

.btng-m {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 8px;
  margin-top: 40px;
  width: 119.5px;
  height: 20px;
  background: #4285f4;
  border-radius: 8px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

.alignc-m {
  align-items: center;
}

.auto-m {
  margin-left: 30px;

  margin-right: 30px;
}

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

.button2-m {
  background-color: white;
  border-radius: 10px;
  color: #4285f4;
  border: 2px solid #4285f4;
}

.labelchek {
  width: 114px;
  height: 16px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0025em;
  color: #9c9c9c;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.chekcon-m {
  display: inline-block;
}

.modal-backdrop {
  z-index: 0;
}

.modal {
  top: 20% !important;
}

/* .modal-content {
  width: -30%;
} */

.navbar_titulo1 {
  position: absolute;
  font-family: "Roboto";
  color: #0047a1;
  font-size: 24px;
  font-weight: 600;
  left: 22px;
}

/* .container {
  display: inline-flex;
} */

.marg-left-table {
  padding-left: 15px;
}

.marg-left-table2 {
  padding-left: 120px;
}

.marg-left-table3 {
  padding-left: 20px;
}

.circle-im {
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-im img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.circle-im2 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 5px;
}

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

.image-text-container {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.image-text-container span {
  font-size: 14px;
}

.centrar {
  display: flex;
  justify-content: center;
}

.centrar-cont-tablas {
  text-align: center;
}

.btn1g {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #4285f4;
  border-radius: 8px;
  color: #4285f4;
  cursor: pointer;
  outline: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-decoration: none;
  width: 200px;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.btn1g:focus {
  border: 2px solid #4285f4;
}

.first {
  -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.first:hover {
  box-shadow: 0 0 40px 40px rgb(195, 240, 255) inset;
  color: #4285f4;
}

/*  -------------------modal------------------: */
.modalF {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modalF.open {
  opacity: 1;
  visibility: visible;
}

.containermodal {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.blue-box1 {
  width: 451px;
  height: 345px;
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  color: white;
  border-radius: 8px;
}

.blue-box2 {
  width: 451px;
  height: auto;
  overflow: hidden;
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  color: white;
  border-radius: 8px;
  transition: height 0.3s ease;
}

.blue-box2.expanded {
  height: 585px !important;
}

.textmodal {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.0015em;
  color: #0d47a1;
}

.textform-usu {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;

  letter-spacing: 0.0025em;
  color: #0d47a1;
  margin-top: 19px;
  margin-bottom: 0;
}

.title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}

.form-group {
  margin-bottom: 0;
  margin-top: 0 !;
}

.form-group label {
  /* margin-bottom: 0px; */
  display: block;
}

.form-group input {
  width: 96%;
}

.form-group select {
  width: 96%;
}

.form-group-usu {
  margin-bottom: 0;
  margin-top: 0 !;
}

.form-group-usu label {
  /* margin-bottom: 0px; */
  display: block;
}

.form-group-usu input {
  width: 269px;
}

.form-group-usu select {
  width: 96%;
}

.buttons1 {
  display: flex;
  justify-content: center;
}

.buttons1 button {
  margin: 5px;
  padding: 10px 20px;
}

.btn1 {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #4285f4;
  border-radius: 8px;
  color: #4285f4;
  cursor: pointer;
  outline: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-decoration: none;
  width: 119.5px;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.btn1:focus {
  border: 2px solid #4285f4;
  outline: none !important;
}

.btn1:focus {
  border: 2px solid #4285f4;
  outline: none !important;
}

.btn2 {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #4285f4;
  border: 2px solid #4285f4;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  outline: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-decoration: none;
  width: 119.5px;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.first {
  -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.first:hover {
  box-shadow: 0 0 40px 40px rgb(195, 240, 255) inset;
  color: #4285f4;
}

.first2 {
  -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.first2:hover {
  box-shadow: 0 0 40px 40px #1a63da inset;
  color: white;
}

.input1 {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  height: 39px;
  padding: 10px 8px;
  color: #9c9c9c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  outline: none;
}

.input-usu:focus {
  border: 1px solid #4285f4;
}

.input1:focus {
  border: 1px solid #4285f4;
}

.input-usu {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  width: 369.33px;
  outline: none;
  height: 39px;
  padding: 10px 8px;
  color: #9c9c9c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.input-usu-select {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  width: 369.33px;
  outline: none;
  height: 39px;
  padding: 10px 8px;
  color: #9c9c9c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.input-usu-select:focus {
  border: 2px solid #4285f4;
}

.checks {
  padding: 10px 8px;
  color: #9c9c9c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.paginado-flechas {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #0d47a1;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

input:checked+.slider {
  background-color: #4285f4;
}

input:checked+.slider:before {
  transform: translateX(17px);
}

.switch-container {
  display: flex;
  margin-top: 8px;
  align-items: center;
  justify-content: center;
}

/* modal---------------- */

.pi-modal-main {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
  background-color: rgb(73, 73, 73, 0.4);
}

.pi-background {
  background-color: rgb(73, 73, 73);
  opacity: 0.8;
}

.pi-modal-main.open {
  display: flex;
}

.pi-modal-main .pi-modal-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 24px 40px;
  gap: 16px;
  position: absolute;
  width: 483px;
  height: 302px;
  animation: open 0.4s;
  background: #ffffff;
  box-shadow: 0px 3px 20px rgba(16, 0, 101, 0.2);
  border-radius: 8px;
}

.pi-modal-main .pi-modal-card .pi-modal-arlet {
  width: 89px;
  height: 89px;
  opacity: 0.3;
  /* border: 3px solid #02D94B; */
  border-radius: 50%;
}

.pi-modal-main .pi-modal-card .pi-modal-text {
  width: 435px;
  height: 57px;
}

.pi-modal-main .pi-modal-card .pi-modal-text span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  margin-top: 20px;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #4285f4;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pi-modal-main .pi-modal-card .pi-modal-btn button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 8px;
  width: 123.5px;
  height: 36px;
  background: #4285f4;
  border-radius: 8px;
  flex: none;
  order: 2;
  flex-grow: 0;
  outline: none;
  border-color: transparent;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0125em;
  color: #ffffff;
}

.pi-modal-main .pi-modal-card .pi-modal-btn2 button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 8px;
  width: 123.5px;
  height: 36px;
  background: #ffffff;
  border-radius: 8px;
  flex: none;
  order: 2;
  flex-grow: 0;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0125em;
  color: #4285f4;
}

.btn-contsw {
  display: flex;
  justify-content: space-between;
}

.pi-modal-main .pi-modal-card .pi-modal-arlet .pi-modal-arlet-success {
  position: absolute;
  width: 89px;
  height: 89px;
  opacity: 1;
  border: 3px solid #02d94b;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
}

.pi-modal-main .pi-modal-card .pi-modal-arlet .pi-modal-arlet-success-short {
  width: 20px;
  position: absolute;
  height: 5px;
  background: #02d94b;
  transform: rotate(45deg);
  top: 44.5px;
  left: 22.8px;
}

.pi-modal-main .pi-modal-card .pi-modal-arlet .pi-modal-arlet-success-long {
  width: 35px;
  position: absolute;
  height: 5px;
  left: 34px;
  top: 42px;
  background: #02d94b;
  transform: rotate(-45deg);
}

.pi-modal-main .pi-modal-card .pi-modal-arlet .pi-modal-arlet-error {
  position: absolute;
  width: 89px;
  height: 89px;
  opacity: 0.3;
  border: 3px solid #c50808;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
}

.pi-modal-main .pi-modal-card .pi-modal-arlet .pi-modal-arlet-error-short {
  width: 40px;
  position: absolute;
  height: 5px;
  /* left: 30px;
  top: 30px; */
  background: #d90202;
  transform: rotate(-45deg);
  animation: pi-error-line-short 1.75s;
}

.pi-modal-main .pi-modal-card .pi-modal-arlet .pi-modal-arlet-error-long {
  width: 40px;
  position: absolute;
  height: 5px;
  /* left: 30px;
  top: 30px; */
  background: #d90202;
  transform: rotate(50deg);
}

.pi-modal-main .pi-modal-card .pi-modal-arlet .pi-modal-arlet-warning {
  position: absolute;
  width: 89px;
  height: 89px;
  opacity: 1;
  border: 3px solid #ffaf38;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
}

.pi-modal-main .pi-modal-card .pi-modal-arlet .pi-modal-arlet-warning-short {
  width: 5px;
  position: absolute;
  height: 5px;
  background: #ffaf38;
  /* transform: rotate(45deg); */
  top: 56px;
  left: 40px;
  animation: pi-success-line-short 1.75s;
}

.pi-modal-main .pi-modal-card .pi-modal-arlet .pi-modal-arlet-warning-long {
  width: 5px;
  position: absolute;
  height: 30px;
  left: 40px;
  top: 22px;
  background: #ffaf38;
}

@keyframes pi-error-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes pi-error-line-short {
  0% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pi-success-line-long {
  0% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes open {
  0% {
    transform: translateY(-200vh);
  }

  25% {
    transform: translateY(-180vh);
  }

  84% {
    transform: translateY(-150vh);
  }

  84% {
    transform: translateY(-100vh);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes pi-success-line-short {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }

  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

.sw-font1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  /* identical to box height */

  display: flex;
  align-items: center;
  text-align: center;

  /* Blueberry/Blueberry 100% */

  color: #4285f4;
}

.sw-font2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.005em;

  /* Gray/Gray 80% */

  color: #9c9c9c;
}

.pi-modal-content {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.005em;
  color: #9c9c9c;
}

.text-img {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.004em;
  color: #cdcdcd;
}

.img {
  width: 232px;
  height: 215px;
  background-color: #ffffff;
  position: relative;
  border-radius: 8px;
}

.img input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.fuentes-form-usu {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
}

.div-form-usu {
  width: 100%;
  position: relative;
  padding: 0%;
  top: 0 !important;
  left: 0 !important;
}

.tabla-scroll {
  max-height: 300px;
  overflow-y: auto;
}

.fondo-usu {
  display: flex;
  padding: 16px;
  border-radius: 8px;
  background-color: #edf3fe;
  width: 880px;
}

.select2-group-option {
  display: inline-block;
  width: 33%;
  /* Ajusta el ancho según tus necesidades */
}

.main-square {
  width: 200px;
  height: 200px;
  background-color: red;
  position: relative;
}

.small-circle {
  width: 32px;
  height: 32px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  bottom: 10px;
  right: 10px;
  box-shadow: 0px 2px 4px rgba(16, 0, 101, 0.2);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-select {
  width: 800px;
  height: 200px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #4285f4;
}

.select2-container--default .select2-selection--multiple {
  font-size: 15px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  border: 1px solid #4285f4 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff !important;
  border: 1px solid #4285f4 !important;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  color: #4285f4;
}

.text-roles-permisos {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
}

.general-perfil {
  width: 950px;
}

.titulos-perfil {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.0015em;
  color: #0d47a1;
}

.form-perfil {
  width: 1000px;
}

/* PQRS CONFIGURACION  */
.pqrs-config-main {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 88px);
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  gap: 16px;
  padding-bottom: 40px;
}

.pqrs-config-title {
  /* position: absolute; */
  width: 100%;
  height: 40px;
  order: 0;
}

.pqrs-config-title span {
  /* position: absolute; */
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.pqrs-config-eyelashes {
  width: 100%;
  height: 32px;
  display: flex;
  /* position: absolute; */
  border-bottom: 1px solid #b3cefb;
  top: 60px;
  order: 0;
}

.pqrs-config-eyelashes-responsables {
  width: 176px;
  height: 32px;
  flex: none;
  order: 0;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pqrs-config-eyelashes-responsables button {
  height: 32px;
  width: 100%;
  border: none;
  border-radius: 10px 10px 0px 0px;
  font-family: "Roboto", sans-serif;
  background: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #4285f4;
  outline: none;
}

.pqrs-config-eyelashes-tiempos {
  width: 176px;
  height: 32px;
  flex: none;
  order: 0;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pqrs-config-eyelashes-tiempos button {
  height: 32px;
  width: 100%;
  z-index: 1;
  font-family: "Roboto", sans-serif;
  border: none;
  border-radius: 10px 10px 0px 0px;
  background: transparent;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #4285f4;
  outline: none;
}

.pqrs-config-eyelashes-responsables button.select {
  border-left: 1px solid #b3cefb;
  border-right: 1px solid #b3cefb;
  border-top: 1px solid #b3cefb;
  border-bottom: none;
  background: #edf3fe;
}

.pqrs-config-eyelashes-responsables button.select:focus {
  animation: button 0.5s;
}

.pqrs-config-eyelashes-tiempos button.select {
  border-left: 1px solid #b3cefb;
  border-right: 1px solid #b3cefb;
  border-top: 1px solid #b3cefb;
  border-bottom: none;
  background: #edf3fe;
}

.pqrs-config-eyelashes-tiempos button.select:focus {
  animation: button 0.5s;
}

.pqrs-config-card-responsables {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0px 0px;
  flex: 1;
  overflow: hidden;
}

.pqrs-config-card-responsables-tabla {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  flex: 1;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  border-collapse: collapse;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: auto;
  touch-action: auto;
  -webkit-overflow-scrolling: touch;
}

.pqrs-config-card-responsables-tabla-head tr {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  height: 32px;
  background: #cfdaec;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  border-radius: 8px 8px 0px 0px;
}

.pqrs-config-card-responsables-tabla-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  border-collapse: collapse;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: auto;
}

.pqrs-config-card-responsables-tabla-head thead {
  width: 100%;
}

.pqrs-config-card-responsables-tabla-head tr th:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  gap: 24px;
  min-width: 266px;
  height: 30px;
  background: #4285f4;
  border-radius: 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.0015em;
  border-radius: 0px;
  color: #ffffff;
  border-radius: 8px 0px 0px 0px;
}

.pqrs-config-card-responsables-tabla-head tr th:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  gap: 24px;
  min-width: 862px;
  height: 30px;
  background: #4285f4;
  border-radius: 0px;
  flex: none;
  order: 1;
  flex-grow: 1;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.0015em;
  border-radius: 0px;
  color: #ffffff;
  border-radius: 0px 8px 0px 0px;
}

.pqrs-config-card-responsables-tabla-head tr th span {
  margin-left: 10px;
}

.pqrs-config-card-responsables-tabla-head th {
  position: sticky;
  top: 0;
  background: white;
  z-index: 10;
}

.pqrs-config-card-responsables-tabla-body tr {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  height: 154px;
  background: #ffffff;
  position: relative;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* .pqrs-config-card-responsables-tabla-body {
  overflow-y: scroll;
  overflow-x: scroll;
  width: 100%;
} */

.pqrs-config-card-responsables-tabla::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.pqrs-config-card-responsables-tabla::-webkit-scrollbar-thumb {
  background: #cfdaec;
  border-radius: 100px;
}

.pqrs-config-card-responsables-tabla-body-th-sede {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  gap: 8px;
  min-width: 266px;
  /* height: 153px; */
  background: #edf3fe;
  flex: none;
  order: 0;
  flex-grow: 0;
  max-width: 1128px;
  left: 0;
  z-index: 9;
  position: sticky;
}

.pqrs-config-card-responsables-tabla-body-th-areas {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;
  width: auto;
  height: 153px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.pqrs-config-card-responsables-tabla-body-th-areas-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 251px;
  height: 121px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-config-card-responsables-tabla-body-th-sede-input-nombre {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  flex: none;
  order: 0;
  flex-grow: 0;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 8px;
  justify-content: space-between;
}

.pqrs-config-card-responsables-tabla-body-th-areas-input-nombre {
  height: 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #fff;
  flex: none;
  order: 0;
  flex-grow: 0;
  display: flex;
  width: 100%;
  background-color: #0d47a160;
  border-radius: 8px 8px 0 0;
  align-items: center;
  padding: 8px;
  justify-content: space-between;
}

.pqrs-config-card-responsables-tabla-body-th-areas-input-nombre .area {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* max-width: 300px; */
}

.pqrs-config-card-responsables-tabla-body-th-sede-nombre {
  width: 234px;
  height: 23px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  align-items: center;
  letter-spacing: 0.0015em;
  color: #4285f4;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pqrs-config-card-responsables-tabla-body-th-sede-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 234px;
  height: 87px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-config-card-responsables-tabla-body-th-sede-input span:nth-child(1) {
  height: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-config-card-responsables-tabla-body-th-sede-input span:nth-child(1) span:nth-child(2) {
  color: #0277bd;
  font-size: 20px;
  margin-left: 4px;
}

.pqrs-config-card-tiempos {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 2px 8px 2px;
  gap: 20px;
  width: 100%;
  flex: 1;
  top: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.pqrs-config-card-tiempos::-webkit-scrollbar {
  width: 4px;
}

.pqrs-config-card-tiempos::-webkit-scrollbar-thumb {
  background: #cfdaec;
  border-radius: 100px;
}

.pqrs-config-card-tiempos-entidad {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 8px;
  width: 100%;
  height: 53px;
  /* height: 408px; */
  background: #ffffff;
  box-shadow: 1px 1px 6px #cdcdcd;
  border-radius: 16px;
  flex: none;
  order: 0;
  flex-grow: 0;
  overflow: hidden;
}

.pqrs-config-card-tiempos-entidad.show-entidad {
  height: 408px;
  animation: show-entidad 1.2s;
}

.pqrs-config-card-tiempos-entidad-fa-chevron-down {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.pqrs-config-card-tiempos-entidad.show-entidad .pqrs-config-card-tiempos-entidad-fa-chevron-down {
  transform: rotate(180deg);
}

@keyframes show-entidad {
  0% {
    height: 53px;
  }

  100% {
    height: 408px;
  }
}

.pqrs-config-card-tiempos-entidad-nombre {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: 1096px;
  height: 24px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-config-card-tiempos-entidad-nombre-span {
  width: 1056px;
  height: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0015em;
  color: #4377eb;
  flex: none;
  order: 1;
  flex-grow: 1;
}

.pqrs-config-card-tiempos-entidad-nombre li {
  position: absolute;
  width: 6px;
  height: 10px;
  left: calc(50% - 6px / 2 + 0px);
  top: calc(50% - 10px / 2);
  transform: rotate(10deg);
}

.pqrs-config-card-tiempos-entidad-input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: 100%;
  height: 66px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-config-card-tiempos-entidad-input-text {
  width: 134px;
  height: 19px;
}

.pqrs-config-card-tiempos-entidad-input-text span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.0015em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-config-card-tiempos-entidad-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 123px;
  height: 61px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.pqrs-config-card-tiempos-entidad-input span {
  width: 111px;
  height: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-config-card-tiempos-entidad-input span span {
  color: red;
}

.pqrs-config-card-tiempos-entidad-input input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 123px;
  height: 39px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pqrs-config-card-tiempos-entidad-input-email {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  height: 66px;
  flex: none;
  order: 2;
  flex-grow: 1;
}

.pqrs-config-card-tiempos-entidad-input-email span {
  width: 41px;
  height: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-config-card-tiempos-entidad-input-email span span {
  color: red;
}

.pqrs-config-card-tiempos-entidad-input-email input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 100%;
  height: 44px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  outline: none;
}

.pqrs-config-card-tiempos-entidad-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 16px;
  justify-content: center;
  height: 66px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-config-card-tiempos-entidad-btn button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
  padding: 10px 24px;
  gap: 8px;
  width: 168px;
  height: 40px;
  background: #4285f4;
  border-radius: 8px;
  flex: none;
  order: 0;
  /* flex-grow: 1; */
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0125em;
  border: none;
  outline: none;
  color: #ffffff;
}

.pqrs-config-card-responsables-tabla-body-th-sede-input-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2px;
  gap: 2px;
  width: 234px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: 1;
  order: 1;
  align-self: stretch;
  flex-grow: 1;
  overflow: hidden;
  overflow-y: auto;
}

.pqrs-config-card-responsables-tabla-body-th-sede-input-content::-webkit-scrollbar {
  width: 4px;
}

.pqrs-config-card-responsables-tabla-body-th-sede-input-conten::-webkit-scrollbar-thumb {
  background: #cfdaec;
  border-radius: 100px;
}

.pqrs-config-card-responsables-tabla-body-th-sede-input-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  padding: 2px;
  /* height: 24px; */
  background: #edf3fe;
  border-radius: 5px;
  /* flex: none; */
  order: 0;
  flex-grow: 0;
  justify-content: space-between;
  max-width: 229px;
}

.pqrs-config-card-responsables-tabla-body-th-sede-input-tag-avatar {
  width: 26px;
  height: 26px;
  flex: none;
  margin-left: 5px;
  order: 0;
  flex-grow: 0;
  box-sizing: border-box;
  background: #246bfd;
  border: 1.6px solid #ffffff;
  border-radius: 50%;
}

.pqrs-config-card-responsables-tabla-body-th-sede-input-tag-text {
  /* height: 16px; */
  width: auto;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: start;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0.0025em;
  flex: 1;
  order: 1;
  flex-grow: 0;
}

.pqrs-config-card-responsables-tabla-body-th-sede-input-tag-text span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 175px;
  color: #4285f4 !important;
}

.pqrs-config-card-responsables-tabla-body-th-sede-input-tag-x {
  list-style: none;
  left: 20px;
  font-weight: 900;
  order: 2;
  font-size: 20px;
  color: #4285f4;
  cursor: pointer;
  width: 20px;
  display: flex;
  justify-content: center;
}

.pqrs-config-card-responsables-tabla-body-th-areas-input-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2px;
  gap: 2px;
  width: 251px;
  height: 99px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0 0 8px 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 1;
  /* overflow-x: scroll; */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.pqrs-config-card-responsables-tabla-body-th-areas-input-content::-webkit-scrollbar {
  width: 4px;
}

.pqrs-config-card-responsables-tabla-body-th-areas-input-conten::-webkit-scrollbar-thumb {
  background: #cfdaec;
  border-radius: 100px;
}

.pqrs-config-card-responsables-tabla-body-th-areas-input-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px;
  gap: 4px;
  background: #edf3fe;
  border-radius: 5px;
  order: 0;
  flex-grow: 0;
  width: max-content;
  max-width: 100%;
  justify-content: space-between;
}

.pqrs-config-card-responsables-tabla-body-th-areas-input-tag-avatar {
  width: 26px;
  height: 26px;
  margin-left: 2px;
  flex: none;
  order: 0;
  flex-grow: 0;
  box-sizing: border-box;
  background: #246bfd;
  border: 1.6px solid #ffffff;
  border-radius: 50%;
}

.pqrs-config-card-responsables-tabla-body-th-areas-input-tag-text {
  /* height: 16px; */
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #4285f4;
  flex: 1;
  order: 1;
  flex-grow: 0;
}

.pqrs-config-card-responsables-tabla-body-th-areas-input-tag-text span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 185px;
}

.pqrs-config-card-responsables-tabla-body-th-areas-input-tag-x {
  list-style: none;
  left: 20px;
  font-weight: 900;
  order: 2;
  width: 20px;
  font-size: 20px;
  color: #4285f4;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.pqrs-config-card-responsables-tabla-body-th-areas-input span:nth-child(1) span:nth-child(2) {
  color: #0277bd;
  font-size: 20px;
  margin-left: 4px;
}

@keyframes button {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.pqrs-descarga-main {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
}

.pqrs-descarga-container {
  /* left: 70px; */
  top: 36px;
  position: absolute;
  width: 1232px;
  height: 648px;
  display: flex;
  flex-direction: column;
}

.pqrs-descarga-title {
  position: absolute;
  padding: 0px;
}

.pqrs-descarga-title span {
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
}

.pqrs-descarga-card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-end;
  padding: 0px;
  gap: 16px;
  position: absolute;
  width: 100%;
  max-width: 1180px;
  top: 102px;
}

.pqrs-descarga-card-input-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0px;
  gap: 16px;
}

.pqrs-descarga-card-input-tipo-informe {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 6px;
}

.pqrs-descarga-card-input-tipo-informe span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
}

.pqrs-descarga-card-input-tipo-informe select {
  padding: 10px 8px;
  gap: 8px;
  background: #ffffff url(../images/flechav.png);
  background-repeat: no-repeat;
  background-position: 95%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  outline: none;
  appearance: none;
  color: #9c9c9c;
}

.pqrs-descarga-card-input-fechaInicio {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 6px;
}

.pqrs-descarga-card-input-fechaInicio span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
}

.pqrs-descarga-card-input-fechaInicio input {
  padding: 10px 8px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  outline: none;
  color: #9c9c9c;
}

.pqrs-descarga-card-input-fechaInicio input::-webkit-calendar-picker-indicator {
  background: url("../images/calendario.png") no-repeat center center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.pqrs-descarga-card-input-fechaFin {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 6px;
}

.pqrs-descarga-card-input-fechaFin span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
}

.pqrs-descarga-card-input-fechaFin input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  outline: none;
  color: #9c9c9c;
}

.pqrs-descarga-card-input-fechaFin input::-webkit-calendar-picker-indicator {
  background: url("../images/calendario.png") no-repeat center center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.pqrs-descarga-card-input-vigencia {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 6px;
}

.pqrs-descarga-card-input-vigencia span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
}

.pqrs-descarga-card-input-vigencia select {
  padding: 10px 8px;
  background: #ffffff url(../images/flechav.png);
  background-repeat: no-repeat;
  background-position: 95%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  outline: none;
  appearance: none;
  color: #9c9c9c;
}

.pqrs-descarga-card-input-estado {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 6px;
}

.pqrs-descarga-card-input-estado span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
}

.pqrs-descarga-card-input-estado select {
  display: flex;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  background: #ffffff url(../images/flechav.png);
  background-repeat: no-repeat;
  background-position: 95%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  outline: none;
  appearance: none;
  color: #9c9c9c;
}

.pqrs-descarga-card-input-justificadas {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 6px;
}

.pqrs-descarga-card-input-justificadas span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
}

.pqrs-descarga-card-input-justificadas select {
  padding: 10px 8px;
  background: #ffffff url(../images/flechav.png);
  background-repeat: no-repeat;
  background-position: 95%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  outline: none;
  appearance: none;
  color: #9c9c9c;
}

.pqrs-descarga-card-input-cerradas {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 6px;
}

.pqrs-descarga-card-input-cerradas span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
}

.pqrs-descarga-card-input-cerradas select {
  display: flex;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  background: #ffffff url(../images/flechav.png);
  background-repeat: no-repeat;
  background-position: 95%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  outline: none;
  appearance: none;
  color: #9c9c9c;
}

.pqrs-descarga-card-input-entidad {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 6px;
}

.pqrs-descarga-card-input-entidad span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
}

.pqrs-descarga-card-input-entidad select {
  padding: 10px 8px;
  background: #ffffff url(../images/flechav.png);
  background-repeat: no-repeat;
  background-position: 97%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  outline: none;
  appearance: none;
  color: #9c9c9c;
}

.pqrs-descarga-card-input-TipoQPRS {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 6px;
}

.pqrs-descarga-card-input-TipoQPRS span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  outline: none;
}

.pqrs-descarga-card-input-TipoQPRS select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  background: #ffffff;
  /* url(../images/flechav.png)
  background-repeat: no-repeat;
  background-position: 99%; */
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  outline: none;
  appearance: none;
}

.pqrs-descarga-card-input-sede {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 6px;
}

.pqrs-descarga-card-input-sede span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  outline: none;
}

.pqrs-descarga-card-input-sede select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  background: #ffffff;
  /* url(../images/flechav.png)
  background-repeat: no-repeat;
  background-position: 99%; */
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  outline: none;
  appearance: none;
}

.pqrs-descarga-card-input-area {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 6px;
}

.pqrs-descarga-card-input-area span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  outline: none;
}

.pqrs-descarga-card-input-area select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  background: #ffffff;
  /* url(../images/flechav.png) */
  /* background-repeat: no-repeat;
  background-position: 99%; */
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  outline: none;
  appearance: none;
}

.pqrs-descarga-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  margin-top: 100px;
}

.pqrs-descarga-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  position: absolute;
}

/* .pqrs-descarga-btn button:nth-child(1) {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 8px;
  width: 119.5px;
  height: 40px;
  border: 1px solid #4285F4;
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 1;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0125em;
  color: #4285F4;
  outline: none;
  background: transparent;
} */

.pqrs-descarga-btn button:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 8px;
  background: #4285f4;
  border-radius: 8px;
  flex: none;
  order: 1;
  flex-grow: 1;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0125em;
  color: #ffffff;
  outline: none;
  border: transparent;
  z-index: 22;
}

select[multiple]::-webkit-scrollbar {
  width: 4px !important;
}

select[multiple]::-webkit-scrollbar-thumb {
  background: #cfdaec !important;
  border-radius: 100px !important;
  /* Ajusta el color del scroll según tus necesidades */
}

.pqrs-manual-main {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
}

.pqrs-manual-container {
  position: absolute;
  /* left: 70px; */
  top: 36px;
  /* width: 1232px;
  height: 648px; */
  display: flex;
  flex-direction: column;
}

.pqrs-manual-title {
  width: 387px;
  height: 40px;
  order: 0;
}

.pqrs-manual-title span {
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  flex-grow: 0;
}

.pqrs-manual-card-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  position: absolute;
  width: 1128px;
  /* height: 613px; */
  /* left: 156px; */
  top: 92px;
}

.pqrs-manual-card-input-container-one {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0px;
  gap: 16px;
  width: 1128px;
  height: 61px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-input-fecha {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 240.25px;
  height: 61px;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.pqrs-manual-card-input-fecha span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-input-fecha input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  height: 39px;
  /* background: #ffffff url(../images/calendario.png); */
  background-position: 96%;
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #9c9c9c;
  position: relative;
}

.pqrs-manual-card-input-fecha input::-webkit-calendar-picker-indicator {
  background: url("../images/calendario.png") no-repeat center center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.pqrs-manual-card-input-sede {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 240.25px;
  height: 61px;
  flex: none;
  order: 3;
  flex-grow: 1;
}

.pqrs-manual-card-input-sede span {
  width: 43px;
  height: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-input-sede select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  height: 39px;
  background: #ffffff url(../images/flechav.png);
  background-repeat: no-repeat;
  background-position: 96%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  appearance: none;
  outline: none;
  flex-grow: 0;
  appearance: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #9c9c9c;
}

.pqrs-manual-card-input-tipo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 240.25px;
  height: 61px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

.pqrs-manual-card-input-tipo span {
  width: 100px;
  height: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-input-tipo select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  height: 39px;
  background: #ffffff url(../images/flechav.png);
  background-repeat: no-repeat;
  background-position: 96%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  appearance: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #9c9c9c;
  outline: none;
}

.pqrs-manual-card-input-entidad {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 240.25px;
  height: 61px;
  flex: none;
  order: 2;
  flex-grow: 1;
}

.pqrs-manual-card-input-entidad span {
  width: 80px;
  height: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-input-entidad select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  height: 39px;
  background: #ffffff url(../images/flechav.png);
  background-repeat: no-repeat;
  background-position: 96%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  appearance: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #9c9c9c;
  outline: none;
}

.pqrs-manual-card-checked-anonimo {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 6px;
  width: 103px;
  height: 39px;
  flex: none;
  order: 4;
  flex-grow: 0;
}

.pqrs-manual-card-checked-anonimo .pqrs-manual-span-Anonimo {
  width: 57px;
  height: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #9c9c9c;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.pqrs-manual-card-input-container-two {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 1128px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.pqrs-manual-card-select-areas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 556px;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.pqrs-manual-card-select-areas select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 556px;
  height: 44px;
  background: #ffffff url(../images/flechav.png);
  background-position: 96%;
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  outline: none;
}

.pqrs-manual-card-select-areas .pqrs-manual-card-span-areas {
  /* width: 32px; */
  height: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-select-motivo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 556px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

.pqrs-manual-card-select-motivo select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 556px;
  height: 44px;
  background: #ffffff url(../images/flechav.png);
  background-position: 96%;
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  outline: none;
}

.pqrs-manual-card-select-motivo .pqrs-manual-card-span-motivo {
  /* width: 107px; */
  height: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-input-container-detalle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 1128px;
  height: 136px;
  flex: none;
  order: 3;
  flex-grow: 0;
}

.pqrs-manual-card-input-container-detalle span {
  width: 56px;
  height: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-input-container-detalle textarea {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 8px;
  gap: 8px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  resize: none;
  outline: none;
}

textarea::-webkit-scrollbar {
  width: 6px;
}

textarea::-webkit-scrollbar-thumb {
  background: #cfdaec;
  border-radius: 100px;
}

.pqrs-manual-btn-container {
  /* position: absolute; */
  width: 1128px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: end;
  /* left: 156px; */
  order: 4;

  margin-top: 20px;
  /* top: 530px; */
}

.pqrs-manual-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  position: absolute;
  width: 263px;
  height: 40px;
}

.pqrs-manual-btn button:nth-child(1) {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 8px;
  width: 119.5px;
  height: 40px;
  border: 1px solid #4285f4;
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 1;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0125em;
  color: #4285f4;
  outline: none;
  background: transparent;
}

.pqrs-manual-btn button:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 8px;
  width: 119.5px;
  height: 40px;
  background: #4285f4;
  border-radius: 8px;
  flex: none;
  order: 1;
  flex-grow: 1;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0125em;
  color: #ffffff;
  outline: none;
  border: transparent;
  z-index: 22;
}

.pqrs-manual-card-personas-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 1128px;
  height: 302px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.pqrs-manual-card-personas-digelencia {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  width: 556px;
  height: 302px;
  background: #edf3fe;
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.pqrs-manual-card-personas-digelencia-title {
  width: 508px;
  height: 23px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.0015em;
  color: #0d47a1;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-manual-card-personas-digelencia-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 508px;
  height: 61px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-manual-card-personas-digelencia-input span {
  width: 57px;
  height: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-personas-digelencia-input input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 508px;
  height: 39px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-manual-card-personas-digelencia-input-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 508px;
  height: 61px;
  flex: none;
  order: 3;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-manual-card-personas-digelencia-input-correo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 246px;
  height: 61px;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.pqrs-manual-card-personas-digelencia-input-correo span {
  width: 122px;
  height: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-personas-digelencia-input-correo input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 246px;
  height: 39px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-manual-card-personas-digelencia-input-telefono {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 246px;
  height: 61px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

.pqrs-manual-card-personas-digelencia-input-telefono span {
  width: 61px;
  height: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-personas-digelencia-input-telefono input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 246px;
  height: 39px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-manual-card-personas-paciente {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  width: 556px;
  height: 302px;
  background: #edf3fe;
  border-radius: 8px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

.pqrs-manual-card-personas-paciente-title {
  width: 508px;
  height: 23px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.0015em;
  color: #0d47a1;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-manual-card-personas-paciente-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 508px;
  height: 61px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-manual-card-personas-paciente-input span {
  width: 57px;
  height: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-personas-paciente-input input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 508px;
  height: 39px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-manual-card-personas-paciente-input-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 508px;
  height: 61px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-manual-card-personas-paciente-input-identificacion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 246px;
  height: 61px;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.pqrs-manual-card-personas-paciente-input-identificacion span {
  width: 91px;
  height: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-personas-paciente-input-identificacion input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 246px;
  height: 39px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-manual-card-personas-paciente-input-entidad {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 246px;
  height: 61px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 1;
}

.pqrs-manual-card-personas-paciente-input-entidad span {
  width: 54px;
  height: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-personas-paciente-input-entidad select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 246px;
  height: 39px;
  background: #ffffff url(../images/flechav.png);
  background-position: 96%;
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  appearance: none;
  outline: none;
}

.pqrs-manual-card-personas-paciente-input-correo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 246px;
  height: 61px;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.pqrs-manual-card-personas-paciente-input-correo span {
  width: 122px;
  height: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-personas-paciente-input-correo input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 246px;
  height: 39px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-manual-card-personas-paciente-input-telefono {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 246px;
  height: 61px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

.pqrs-manual-card-personas-paciente-input-telefono span {
  width: 61px;
  height: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-manual-card-personas-paciente-input-telefono input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 246px;
  height: 39px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-terminales-title {
  width: 387px;
  height: 40px;
  order: 0;
}

.pqrs-terminales-title span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
}

.pqrs-terminales-search-input {
  width: 100%;
  height: 40px;
  order: 0;
}

/* Auto layout */
.pqrs-terminales-search-input input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 16px;
  height: 40px;
  width: 100%;
  background: #edf3fe;
  border-radius: 8px;
  border: transparent;
  outline: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  order: 0;
  flex-grow: 1;
}

.pqrs-terminales-search-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 40px;
}

.pqrs-terminales-search-btn button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 24px 10px 16px;
  gap: 8px;
  width: 168px;
  height: 40px;
  border: 1px solid #4285f4;
  border-radius: 8px;
  background: transparent;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0125em;
  color: #4285f4;
  flex: none;
  order: 1;
  flex-grow: 0;
  outline: none;
}

.pqrs-terminales-search-btn button span {
  font-size: 25px;
  font-weight: 200;
}

.pi-obligatorio {
  color: red !important;
}

/* --------------------------------------- */
.switch2 {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24.31px;
}

.switch2 input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderinput {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  align-items: center;
}

.sliderinput:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.sliderinput {
  background-color: #2196f3;
}

input:focus+.sliderinput {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.sliderinput:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.sliderinput.round2 {
  border-radius: 34px;
}

.sliderinput.round2:before {
  border-radius: 50%;
}

.select2-container--default .select2-selection--multiple {
  background-color: white url(../images/flechav.png) !important;
  background-position: 96% !important;
  background-repeat: no-repeat !important;
  outline: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #edf3fe !important;
  font-size: 12px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  background-color: white url(../images/flechav.png) !important;
  background-position: 96% !important;
  background-repeat: no-repeat !important;
  outline: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #4285f4 !important;
  font-size: 10px !important;
  position: relative !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: white;
}

/* grafica */
.pqrs-grafica-container {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 16px;
}

.pqrs-grafica-title {
  color: #0d47a1;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 0.0025em;
}

.pqrs-grafica-filtros {
  padding: 16px;
  box-shadow: 2px 2px 12px 2px rgba(16, 0, 101, 0.08),
    2px 4px 8px 2px rgba(16, 0, 101, 0.04);
  border-radius: 8px;
}

.pqrs-grafica-filtro-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pqrs-grafica-filtro-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
  width: 370px;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.pqrs-grafica-filtro-input span {
  height: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-grafica-filtro-input input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 100%;
  height: 39px;
  /* background: #ffffff url(../images/calendario.png); */
  background-repeat: no-repeat;
  background-position: 97%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  outline: none;
  color: #9c9c9c;
}

.pqrs-grafica-filtro-input input::-webkit-calendar-picker-indicator {
  background: url("../images/calendario.png") no-repeat center center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.pqrs-grafica-filtro-select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 370px;
  height: 61px;
  flex: none;
  order: 2;
  flex-grow: 1;
}

.pqrs-grafica-filtro-select span {
  width: 54px;
  height: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-grafica-filtro-select select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 100%;
  height: 39px;
  background: #ffffff url(../images/flechav.png);
  background-repeat: no-repeat;
  background-position: 97%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  outline: none;
  appearance: none;
  color: #9c9c9c;
}

.pqrs-grafica-filtros-buscar-container {
  display: flex;
  justify-content: end;
  margin-top: 16px;
}

.pqrs-grafica-filtros-buscar-container button {
  padding: 10px 16px;
  background: #4285f4;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  border: none;
}

.pqrs-grafica-filtros-buscar-container button i {
  margin-left: 8px;
}

.pqrs-grafica-container-graficas {
  display: flex;
  order: 2;
  align-items: flex-start;
  gap: 16px;
}

.pqrs-grafica-container-tipos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  background: #ffffff;
  order: 2;
  box-shadow: 2px 2px 12px 2px rgba(16, 0, 101, 0.08);
  border-radius: 8px;
}

.pqrs-grafica-container-tipos h4 {
  color: #0d47a1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.0015em;
}

.pqrs-grafica-container-tipos-grafica {
  width: 100%;
  max-height: 219px;
  flex-grow: 1;
}

.pqrs-grafica-container-areas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  flex-grow: 1;
  gap: 16px;
  box-shadow: 2px 2px 12px 2px rgba(16, 0, 101, 0.08);
  border-radius: 8px;
}

.pqrs-grafica-container-areas h4 {
  font-size: 16px;
  color: #0d47a1;
  font-weight: 500;
  letter-spacing: 0.0015em;
}

.pqrs-grafica-container-areas-grafica {
  width: 100%;
  max-height: 219px;
}

.pqrs-grafica-container-cerradas {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 16px;
  box-shadow: 2px 2px 12px 2px rgba(16, 0, 101, 0.08),
    2px 4px 8px 2px rgba(16, 0, 101, 0.04);
  border-radius: 8px;
}

.pqrs-grafica-container-cerradas-grafica {
  overflow: hidden;
  width: 198px;
  max-height: 260px;
  flex-grow: 1;
}

.pqrs-grafica-container-cerradas-pqrs h4 {
  color: #838383;
  font-size: 16px;
}

.pqrs-grafica-container-cerradas-pqrs-color {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 85px;
  height: 19px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-grafica-container-cerradas-pqrs-color span {
  width: 61px;
  height: 19px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #9c9c9c;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.pqrs-grafica-container-cerradas-pqrs-color div {
  width: 16px;
  height: 16px;
}

/* modal */
.pqrs-ver-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  gap: 16px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 3px 20px rgba(16, 0, 101, 0.2);
  border-radius: 8px;
}

.pqrs-ver-card-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 435px;
  height: 75px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-ver-card-title-container span:nth-child(1) {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4285f4;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-ver-card-title-container span:nth-child(2) {
  width: 321px;
  height: 38px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.005em;
  color: #9c9c9c;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.prqs-ver-card-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 16px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.prqs-ver-card-input input {
  width: 435px;
  height: 40px;
  background: #edf3fe;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  flex: none;
  order: 0;
  flex-grow: 1;
  border: none;
  outline: none;
}

.prqs-ver-card-table-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 435px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.prqs-ver-card-table-table-td {
  left: 22.17px;
  top: 0px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #9c9c9c;
}

.pqrs-ver-cabecera {
  width: 100%;
  height: 38px;
  background: #4285f4;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.pqrs-ver-cabecera span:first-child {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.pqrs-ver-cabecera span:last-child {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.pqrs-ver-destinatario {
  background: #fff;
  width: 100%;
  padding: 8px 10px;
}

.pqrs-ver-destinatario span {
  font-size: 16px;
  color: #9c9c9c;
}

.prqs-ver-cuerpo {
  margin-top: 10px;
  height: calc(100% - 150px) !important;
  overflow-y: auto !important;
  padding: 0 10px;

  &::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  &::-webkit-scrollbar-thumb {
    background: #cfdaec;
    border-radius: 100px;
  }
}

.pqrs-ver-destinatario-sede {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 8px 10px;
  gap: 10px;
}

.pqrs-ver-destinatario-sede span {
  width: 52px;
  flex-shrink: 0;
  text-align: right;
  color: #0d47a1;
  font-size: 16px;
}

.pqrs-ver-destinatario-sede select {
  flex-grow: 1;
  background: #fff url(../images/flechav.png) no-repeat 99% center;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 14px;
  color: #333;
}

.pqrs-ver-destinatario-sede-areas {
  margin-left: 72px;
}

.pqrs-ver-destinatario-sede-areas label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #555;
  margin-bottom: 6px;
}


.pqrs-ver-destinatario-motivo {
  display: flex;
  background: #fff;
  padding: 8px 10px;
  gap: 10px;
}

.pqrs-ver-destinatario-motivo span {
  width: 52px;
  flex-shrink: 0;
  text-align: right;
  color: #0d47a1;
  font-size: 16px;
}

.pqrs-ver-destinatario-motivo textarea {
  flex-grow: 1;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 14px;
  color: #333;
}


.prqs-ver-herramientas {
  display: flex;
  height: auto !important;
  justify-content: flex-end;
  padding: 10px;
  gap: 10px;
  margin-top: 10px;
}

.prqs-ver-herramientas button {
  background: #4285f4;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
}

.pqrs-ver-destinatario-email {
  background: #ffffff;
  width: 100%;
  display: flex !important;
}

.pqrs-ver-destinatario-email span {
  margin-left: 5px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #9c9c9c;
  width: auto !important;
}

.pqrs-ver-destinatario-email input {
  width: 100% !important;
  background: #ffffff;
  border: none;
  outline: none;
  margin-left: 2px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #9c9c9c;
}

.pqrs-ver-cuerpo-email {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  letter-spacing: 0.005em;
  color: #9c9c9c;
}

.pqrs-ver-herramientas-email {
  align-items: center;
  padding: 8px 16px !important;
}

.pqrs-ver-herramientas-email button {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 8px;
  width: 93px;
  height: 40px;
  background: #4285f4;
  border-radius: 8px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* estilos listado  */
.pqrs-listado-filtro {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 24px 10px 16px;
  gap: 8px;
  width: 168px;
  height: 40px;
  position: absolute;
  border: 1px solid #4285f4;
  border-radius: 8px;
  justify-content: center;
  margin-left: 940px;
  margin-top: 100px;
}

.pqrs-listado-filtro span {
  height: 16px;
  width: auto;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0125em;
  color: #4285f4;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.menu-block {
  display: block !important;
}

/* --------------------filtro pqrs -------------------- */

.pqrs-historico-filtro-input-container {
  display: flex;
  flex-direction: column;
  height: 60px;
  width: 100%;
  gap: 5px;
}

.pqrs-historico-filtro-input-container span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-historico-filtro-input-container input[type="text"] {
  width: 100%;
  height: 40px;
  background: #edf3fe;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  flex: none;
  order: 0;
  flex-grow: 1;
  border: none;
  outline: none;
}

.pqrs-historico-filtro-input-container input[type="number"] {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  flex: none;
  order: 0;
  flex-grow: 1;
  outline: none;
  border: 1px solid #e6e6e6;
}

.pqrs-historico-filtro-input-container input[type="date"] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 100%;
  height: 39px;
  /* background: #ffffff url(../images/calendario.png); */
  background-repeat: no-repeat;
  background-position: 95%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  outline: none;
  color: #9c9c9c;
}

.pqrs-historico-filtro-input-container select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 100%;
  height: 39px;
  background: #ffffff url(../images/flechav.png);
  background-repeat: no-repeat;
  background-position: 95%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  outline: none;
  appearance: none;
  color: #9c9c9c;
}

.pqrs-historico-filtro-input-container .select2 .selection .select2-selection {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 100%;
  height: 39px;
  background: #ffffff url(../images/flechav.png);
  background-repeat: no-repeat;
  background-position: 95%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  outline: none;
  appearance: none;
  color: #9c9c9c;
}

.select2-results__options {
  font-size: 10px;
}

.pqrs-historico-filtro {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}

.pqrs-historico-filtro-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}

.pqrs-historico-filtro-container div {
  width: 100%;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

input[type="date"] {
  position: relative;
}

.pqrs-historico-filtro-input-container input::-webkit-calendar-picker-indicator {
  background: url("../images/calendario.png") no-repeat center center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.pqrs-historico-filtro-textarea-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pqrs-historico-filtro-textarea-container span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-historico-filtro-textarea-container textarea {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 8px;
  gap: 8px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  resize: none;
  outline: none;
}

.pqrs-historico-filtro-title {
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.0025em;
  color: #0d47a1;
  flex: none;
  flex-grow: 0;
}

.pqrs-historico-filtro-close {
  color: #0d47a1;
  text-align: center;
}

.pqrs-historico-filtro-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.btn-desc-meri {
  background-color: #4285f4;
  border: 2px solid #4285f4;
  align-self: center;
  text-decoration: none;
  width: 119.5px;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: white;
  border-radius: 8px;
}

.precio-mer {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.0025em;
  color: #0d47a1 !important;
  margin-top: 5px;
}

select option:checked {
  background-color: #007bff;
  color: #ffffff;
}

.pqrs-card-almuerzo {
  margin-top: 20px !important;
}

.pqrs-card-nombre {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: #0d47a1;
}

.pqrs-card-precio {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: #0d47a1;
}

.pqrs-card-descripcion {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #9c9c9c !important;
  width: 100%;
  height: 120px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.pqrs-card-descripcion::-webkit-scrollbar {
  width: 4px;
}

.pqrs-card-descripcion::-webkit-scrollbar-thumb {
  background: #cfdaec;
  border-radius: 100px;
}

.pqrs-card-btn {
  width: Fixed (123.5px);
  height: Hug (36px);
  padding: 10px 24px 10px 24px;
  border-radius: 8px;
  gap: 8px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.0125em;
  text-align: center;
  width: 100%;
  background: #4285f4 !important;
  margin: 0;
}

.pqrs-alert-almuerzo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pqrs-alert-almuerzo h5 {
  font-family: Roboto;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: #0d47a1;
  margin: 0;
}

.pqrs-textarea-menu {
  height: 100px !important;
  resize: none;
  outline: none;
}

.pqrs-menu-btn-nuevo {
  width: Fixed (123.5px);
  height: Hug (36px);
  padding: 10px 24px 10px 24px;
  border-radius: 8px;
  gap: 8px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.0125em;
  text-align: center;
  width: 100%;
  background: #4285f4 !important;
  margin: 0;
  margin-top: 5px;
}

.pqrs-menu-title {
  font-family: Roboto;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: #0d47a1;
}

.pqrs-menu-fas {
  color: #0d47a1;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 20px;
}

.pqrs-menu-fas:hover {
  border-radius: 8px;
}

.pqrs-menu-img-file {
  background: white !important;
  font-size: 20px;
  color: #0d47a1;
  cursor: pointer;
}

.pqrs-menu-img-file input:hover {
  cursor: pointer;
}

.pqrs-menu-img-file:hover {
  color: #0d47a1;
  cursor: pointer;
}

.pi-tabla-historial-consecutivo {
  display: flex;
  justify-content: center;
  align-items: center;

  column-gap: 8px;

  & .material-symbols-outlined {
    cursor: pointer;
    user-select: none;
  }
}