@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);
  }
}
.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;
}

.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.10),
    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, .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, .125);
}

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

.alimento {
  border-radius: 4px;
  padding: 5px;
  display: inline-block;
  transition: padding .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, .125);
}

.b {
  left: 33.33%;
  border-right: 1px solid rgba(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, .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, .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: .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, .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: #3498DB;
}

tr.cerrada2 td:first-child::after {
  background-color: #27AE60;
}

.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, .125);
  z-index: 2;
  display: none;
  transition: display .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 {
  position: absolute;
  top: 125px;
  left: 0px;
  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 .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 {
  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 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  opacity: 0;
}

.acciones .ac {
  background: rgba(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 .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: #7baaf7 !important;
  color: #fff
}

.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 .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 .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 .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 .5s infinite;
}

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

.tipo-1 {
  background-color: #196f3d;
  color: #fff;
  animation: tipo-1 .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;
}

@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;
}

.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: .4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .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: .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: .5625em;
    left: .0625em;
    width: 0
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0
  }

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

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .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;
}
.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 {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
}

.pqrs-config-main .pqrs-config-container {
  /* left: 65px; */
  top: 20px;
  position: absolute;
  width: 1232px;
  height: 648px;
  display: flex;
  flex-direction: column;
}

.pqrs-config-title {
  position: absolute;
  width: 387px;
  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: 1232px;
  height: 32px;
  display: flex;
  position: absolute;
  border-bottom: 1px solid #B3CEFB;
  top: 60px;
  order: 1;
}

.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 .50s;
}

.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 .50s;
}

.pqrs-config-card-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
  width: 1128px;
  height: 648px;
  top: 103px;
  border-radius: 8px 8px 0px 0px;
}

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

.pqrs-config-card-responsables-tabla {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
  width: 1128px;
  height: 508px;
  max-width: 1128px;
  border-radius: 8px 8px 0px 0px;
}

.pqrs-config-card-responsables-tabla-head tr {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  width: 1128px;
  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 tr th:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  gap: 24px;
  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;
  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-body tr {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  width: 1128px;
  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;
}

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

.pqrs-config-card-responsables-tabla-body::-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;
  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;
  gap: 6px;
  width: 251px;
  height: 121px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-config-card-responsables-tabla-body-th-areas-input-nombre {
  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;
  display: flex;
}

.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;
  display: flex;
  align-items: center;
  letter-spacing: 0.0015em;
  color: #4285F4;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.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) {
  width: 150px;
  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(1) {
  color: red;
}

.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: 0px;
  gap: 39px;
  position: absolute;
  width: 1128px;
  height: 463px;
  top: 10px;
  overflow-x: hidden;
    overflow-y: scroll;
}

.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: 1128px;
  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;
}

@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: 1096px;
  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;
  width: 807px;
  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: 807px;
  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;
  width: 1096px;
  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: 5px 0px 10px 0;
  gap: 2px;
  width: 234px;
  height: 75px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 1;
  overflow-y: scroll;
  overflow-y: scroll;

}

.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: 20px;
  /* flex: none; */
  order: 0;
  flex-grow: 0;
  padding: 0;

}

.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: center;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #4285F4;
  /* flex: none; */
  order: 1;
  flex-grow: 0;

}

.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;
}

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

}

.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;
  /* height: 24px; */
  background: #EDF3FE;
  border-radius: 20px;
  /* flex: none; */
  order: 0;
  flex-grow: 0;
}

.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; */
  width: auto;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #4285F4;
  /* flex: none; */
  order: 1;
  flex-grow: 0;

}

.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;
}

.pqrs-config-card-responsables-tabla-body-th-areas-input span:nth-child(1) span:nth-child(1) {
  color: red;
}

.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.0);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1.0);

  }
}

.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 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 16px;

  position: absolute;
  width: 387px;
  height: 40px;
  /* top: 88px; */

}

.pqrs-descarga-title span {
  width: 387px;
  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;
  order: 1;
  flex-grow: 0;
}

.pqrs-descarga-card-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  position: absolute;
  width: 1128px;
  /* height: 384px; */
  top: 102px;
}

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

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

.pqrs-descarga-card-input-fechaInicio span {
  width: 75px;
  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-descarga-card-input-fechaInicio input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 270px;
  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-descarga-card-input-fechaFin {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 270px;
  height: 61px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

.pqrs-descarga-card-input-fechaFin span {
  width: 75px;
  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: 1;
  flex-grow: 0;
}

.pqrs-descarga-card-input-fechaFin input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 270px;
  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-descarga-card-input-fechaInicio input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.pqrs-descarga-card-input-fechaFin input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

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

.pqrs-descarga-card-input-vigencia 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-descarga-card-input-vigencia select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 270px;
  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-descarga-card-input-estado {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 270px;
  height: 61px;
  flex: none;
  order: 3;
  flex-grow: 1;
}

.pqrs-descarga-card-input-estado 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-descarga-card-input-estado select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 270px;
  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-descarga-card-input-justificadas select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 365.33px;
  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-descarga-card-input-cerradas select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 365.33px;
  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-descarga-card-input-entidad select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 365.33px;
  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-descarga-card-input-justificadas span {
  width: 77px;
  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-descarga-card-input-cerradas span {
  width: 77px;
  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-descarga-card-input-entidad span {
  width: 77px;
  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-descarga-card-input-TipoQPRS {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 1128px;
  height: 66px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-descarga-card-input-TipoQPRS span:nth-child(1) {
  /* width: 67px; */
  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;
  outline: none !important;
}

.pqrs-descarga-card-input-TipoQPRS select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 1128px;
  height: 44px;
  background: #FFFFFF;
  /* url(../images/flechav.png)
  background-repeat: no-repeat;
  background-position: 99%; */
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  outline: none;
  appearance: none;

}

.pqrs-descarga-card-input-sede {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 1128px;
  height: 66px;
  flex: none;
  order: 3;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-descarga-card-input-sede span:nth-child(1) {
  /* width: 67px; */
  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;
  outline: none !important;
}

.pqrs-descarga-card-input-sede select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 1128px;
  height: 44px;
  background: #FFFFFF;
  /* url(../images/flechav.png)
  background-repeat: no-repeat;
  background-position: 99%; */
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  outline: none;
  appearance: none;
}

.pqrs-descarga-card-input-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 1128px;
  height: 66px;
  flex: none;
  order: 4;
  align-self: stretch;
  flex-grow: 0;
}

.pqrs-descarga-card-input-area span:nth-child(1) {
  /* 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;
  outline: none !important;
}

.pqrs-descarga-card-input-area select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 1128px;
  height: 44px;
  background: #FFFFFF;
  /* url(../images/flechav.png) */
  /* background-repeat: no-repeat;
  background-position: 99%; */
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  outline: none;
  appearance: none;

}

.pqrs-descarga-btn-container {
  width: 1128px;
  display: flex;
  flex-direction: column;
  background: transparent;
  justify-content: flex-end;
  align-items: end;
  order: 7;
  margin-top: 100px;
}

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

/* .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;
  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;
}

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-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-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 {
  width: 86px;
  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-fecha input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  width: 240.25px;
  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;
}

.pqrs-manual-card-input-fecha input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.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: 1;
  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;
  width: 240.25px;
  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: 2;
  flex-grow: 1;
}

.pqrs-manual-card-input-tipo span {
  width: 98px;
  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;
  width: 240.25px;
  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: 3;
  flex-grow: 1;
}

.pqrs-manual-card-input-entidad span {
  width: 59px;
  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;
  width: 240.25px;
  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;
  height: 66px;
  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;
  height: 66px;
  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;
  height: 66px;
  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-main {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
}

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

.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 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 30px;
  position: absolute;
  width: 936px;
  height: 600px;
  top: 80px;
}

.pqrs-terminales-search-input {
  width: 744px;
  height: 40px;
  order: 0;

}

/* Auto layout */
.pqrs-terminales-search-input input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 16px;
  width: 744px;
  height: 40px;
  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;
  flex: none;
  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;
}

.pqrs-terminales-tabla-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
  width: 936px;
  height: 600px;
  top: 140px;
}

.pqrs-terminales-tabla {
  border-radius: 8px 8px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
  width: 936px;
  height: 600px;

}


.pqrs-terminales-tabla-head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  width: 936px;
  height: 40px;
  background: #CFDAEC;
  border-radius: 8px 8px 0px 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
  border-radius: 8px 8px 0px 0px;
}

.pqrs-terminales-tabla-head tr {
  display: flex;
  flex-direction: row;
}

.pqrs-terminales-tabla-id {
  border-radius: 8px 0px 0px 0px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0015em;
  width: 234px;
  height: 38px;
  background: #4285F4;
  color: #FFFFFF;
  order: 0;

}

.pqrs-terminales-tabla-id span {
  margin-left: 10px;
}

.pqrs-terminales-tabla-entidad {
  width: 234px;
  height: 38px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0015em;
  color: #FFFFFF;
  order: 1;
  justify-content: flex-start;
  background: #4285F4;
}

.pqrs-terminales-tabla-sede {
  width: 234px;
  height: 38px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0015em;
  color: #FFFFFF;
  order: 2;
  justify-content: flex-start;
  background: #4285F4;
}

.pqrs-terminales-tabla-Estado {
  width: 78px;
  height: 38px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0015em;
  color: #FFFFFF;
  order: 2;
  justify-content: flex-start;
  background: #4285F4;
}

.pqrs-terminales-tabla-Aciones {
  width: 156px;
  height: 38px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0015em;
  color: #FFFFFF;
  order: 2;
  text-align: center;
  justify-content: center;
  background: #4285F4;
  border-radius: 0px 8px 0px 0px;
}

.pqrs-terminales-tabla-body {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 936px;
  height: 600px;
}

.pqrs-terminales-tabla-body::-webkit-scrollbar {
  width: 6px;
}

.pqrs-terminales-tabla-body::-webkit-scrollbar-thumb {
  background: #CFDAEC;
  border-radius: 100px;
}

.pqrs-terminales-tabla-body tr {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  width: 936px;
  height: 40px;
  background: #CFDAEC;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.pqrs-terminales-tabla-head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  width: 936px;
  height: 40px;
  background: #CFDAEC;
  border-radius: 8px 8px 0px 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
  border-radius: 8px 8px 0px 0px;
}



.pqrs-terminales-tabla-id-body {
  width: 234px;
  height: 39px;
  left: 0px;
  top: 0px;
  background: #FFFFFF;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #9C9C9C;
}


.pqrs-terminales-tabla-entidad-body {
  width: 234px;
  height: 39px;
  left: 234px;
  top: 0px;
  background: #FFFFFF;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #9C9C9C;
}

.pqrs-terminales-tabla-sede-body {
  width: 234px;
  height: 39px;
  left: 468px;
  top: 0px;
  background: #FFFFFF;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #9C9C9C;
}

.pqrs-terminales-tabla-Estado-body {
  width: 78px;
  height: 39px;
  left: 702px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
}

.pqrs-terminales-tabla-Aciones-body {
  width: 156px;
  height: 39px;
  background: #FFFFFF;
}


.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: .4s;
  transition: .4s;
  display: flex;
  align-items: center;
}

.sliderinput:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .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-main {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
}

.pqrs-grafica-container {
  width: 100%;
  /* left: 70px; */
  top: 36px;
  /* top: 66px; */

  position: absolute;
  /* width: 1232px; */
  display: flex;
  flex-direction: column;
  padding-right: 20%;
 
}

.pqrs-grafica-title {
  width: 387px;
  height: 40px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.0025em;
  color: #0D47A1;
  flex: none;
  order: 0;
  position: absolute;
  flex-grow: 0;
}

.pqrs-grafica-container-sedes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  position: absolute;
  /* width: 1128px; */
  width: 1200px;
  height: 400px;
  top: 150px;
  background: #FFFFFF;
  order: 2;
  box-shadow: 2px 2px 12px 2px rgba(16, 0, 101, 0.08);
  border-radius: 8px;
}

.pqrs-grafica-container-sedes span {
  width: 1080px;
  height: 19px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.0015em;
  color: #0D47A1;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.pqrs-grafica-container-graficas {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  /* width: 1128px; */
  width: 1200px;
  height: 302px;
  top: 570px;
  order: 3;
}

.pqrs-grafica-container-areas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  position: absolute;
  width: 824px;
  /* width: 60%; */
  height: 302px;
  background: #FFFFFF;
  box-shadow: 2px 2px 12px 2px rgba(16, 0, 101, 0.08);
  border-radius: 8px;
  order: 0;
}

.pqrs-grafica-container-areas span {
  width: 696px;
  height: 19px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.0015em;
  color: #0D47A1;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.pqrs-grafica-container-cerradas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 16px;
  position: absolute;
  /* width: 360px; */
  width: 30%;
  height: 302px;
  order: 1;
  background: #FFFFFF;
  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;
  left: 840px;
}

.pqrs-grafica-cerradas-porcentaje {
  width: 211px;
  height: 208px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-grafica-filtro-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 4px;
  position: absolute;
  width: 1200px;
  order: 1;
  top: 60px;
  background: #FFFFFF;
  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-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 {
  opacity: 0;
}

.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-container-sedes-grafica {
  width: 100%;
  height: 219px;
  flex: none;
  order: 1;
  /* background: #0047A1; */
  align-self: stretch;
  flex-grow: 1;
}

.pqrs-grafica-container-areas-grafica {
  width: 696px;
  height: 219px;
  flex: none;
  order: 1;
  /* background: #0047A1; */
  align-self: stretch;
  flex-grow: 1;
}

.pqrs-grafica-container-cerradas-grafica {
  width: 211px;
  height: 208px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pqrs-grafica-container-cerradas-pqrs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 89px;
  height: 81px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.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 0px 0px;
  display: flex;
  align-items: center;
}

.pqrs-ver-cabecera span:nth-child(1) {
  width: 95%;
  margin-left: 5px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0015em;
  color: #FFFFFF;
}

.pqrs-ver-cabecera span:nth-child(2) {
  color: #FFFFFF;
  font-size: 16px;
}

.pqrs-ver-destinatario {
  background: #FFFFFF;
  width: 100%;
}

.pqrs-ver-destinatario 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: 90%;
}

.pqrs-ver-destinatario-sede {
  width: 100%;
  background: #FFFFFF;
  height: 39px;
  display: flex;
  flex-direction: row;
}

.pqrs-ver-destinatario-sede span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  letter-spacing: 0.005em;
  color: #0D47A1;
  margin-left: 9px;
  width: 10%;

}

.pqrs-ver-destinatario-sede select {
  width: 90% !important;
  background: #FFFFFF url(../images/flechav.png);
  background-position: 99%;
  appearance: none;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #9C9C9C;
}

.prqs-ver-cuerpo {
  overflow-x: hidden;
  border: none !important;
}

.prqs-ver-cuerpo::-webkit-scrollbar {
  width: 6px;
}

.prqs-ver-cuerpo::-webkit-scrollbar-thumb {
  background: #CFDAEC;
  border-radius: 100px;
}

.prqs-ver-cuerpo-container {
  margin-left: 0 !important;
}

.prqs-ver-cuerpo-container label {
  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;
}

.prqs-ver-herramientas {
  display: flex;
  align-items: center;
  height: auto !important;
  justify-content: flex-end;
}

.prqs-ver-herramientas button {
  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;
}

.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;
}

.pqrs-historico-filtro-input-container input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.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;
}