/* -->  body{
    overflow-x: hidden;
    background-color: #FFF;
    -webkit-touch-callout: none; /* iOS Safari */
/*    -webkit-user-select: none; /* Safari */
/*     -khtml-user-select: none; /* Konqueror HTML */
/*       -moz-user-select: none; /* Firefox */
/*        -ms-user-select: none; /* Internet Explorer/Edge */
/*            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
/*} */
.body,
.wrapper {
  /* Break the flow */
  /* position: absolute; */
  top: 0px;

  /* Give them all the available space */
  width: 100%;
  height: 100%;

  /* Remove the margins if any */
  margin: 0;
  overflow-x: hidden;
  /* Allow them to scroll down the document */
  overflow-y: hidden;
}

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

textarea {
  font-size: 18pt !important;
}

.cargando {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99999;
}

.cargando span {
  position: absolute;
  font-size: 135pt;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-left: -67px;
  margin-top: -67px;
  color: rgb(0, 75, 156);
}

.body {
  /* Sending body at the bottom of the stack */
  z-index: 1;
}

.holde-a {
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.2);
}

.holde-b {
  padding: 5px;
  box-sizing: border-box;
  background-color: #d6eaf8;
  border-radius: 10px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.holde-b h4 {
  font-weight: bold;
}

.holde-a h4 {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 15px;
  background-color: rgb(0, 75, 156);
  color: #fff;
  width: 100%;
  height: 23px;
  font-weight: bold;
  border-radius: 30px 30px 0px 0px;
  padding: 25px;
  box-sizing: border-box;
}

.elapse-1 {
  animation-delay: 0.2s !important;
}

.elapse-2 {
  animation-delay: 0.4s !important;
}

.elapse-3 {
  animation-delay: 0.6s !important;
}

.elapse-4 {
  animation-delay: 0.8s !important;
}

label {
  font-size: 14pt;
  line-height: 14pt;
  vertical-align: top;
}

label input {
  float: left;
  margin-right: 6pt;
}

.ma {
  margin-bottom: 20pt;
}

.wrapper {
  /* Making the wrapper stack above the body */
  z-index: 2;
}

.navbar-dark .navbar-text {
  color: #fff !important;
  font-size: 18pt;
}

.contenido {
  position: absolute;
  left: 0px;
  top: 77px;
  width: 100%;
  height: calc(100% - 134px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.area {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  height: calc(100% - 57px) !important;
}

.custom-swal-container {
  z-index: 100000;
}

.custom-swal-popup {
  border-radius: 12px;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  color: #9c9c9c;
}

.custom-swal-title {
  color: #3c80ea;
  font-size: 22px;
  font-weight: bold;
}

.custom-swal-confirm {
  background-color: #3c80ea;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  margin: 0 8px;
  outline: none !important;
  order: 2;
  cursor: pointer;
}

.custom-swal-cancel {
  background-color: white;
  color: #3c80ea;
  border: 1px solid #3c80ea;
  padding: 8px 16px;
  border-radius: 8px;
  margin: 0 8px;
  outline: none;
  outline: none !important;
  order: 1;
  cursor: pointer;
}

.custom-close-button {
  background-color: transparent;
  border: none;
  font-size: 22px;
  font-weight: bold;
  color: #007bff;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.custom-close-button:focus {
  outline: 1px dotted !important;
}

.custom-close-button:hover {
  background-color: #f1f1f1;
  color: #0056b3;
  transform: scale(1.1);
}

.custom-close-button:active {
  transform: scale(0.95);
  background-color: #e0e0e0;
}

.pqrs-fixed-top {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.pqrs-fixed-bottom {
  position: sticky;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.pqrs-contenido {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 8px;
}

.pqrs-contenido-step {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}

.pqrs-contenido-step3 {
  position: relative;
  flex: 1;
}

.custom-btn {
  position: relative;
  background-color: #9b59b6;
  color: white;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  border: none;
}

.custom-btn:hover {
  background-color: #8e44ad;
  transform: scale(1.05);
}

.custom-btn[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.custom-btn.pulse {
  animation: pulse 1s infinite;
}

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

  50% {
    transform: scale(1.1);
  }

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


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

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

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

.pqrsf-emoji-mensaje-principal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  color: #0056A0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}

.pqrsf-emoji-mensaje-principal {
  font-size: 2.3rem;
  text-align: end;
}

.pqrsf-emoji-mensaje-principal-pqrsf {
  font-size: 9rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .pqrsf-emoji-mensaje-principal {
    font-size: 1rem;
  }

  .pqrsf-emoji-mensaje-principal-pqrsf {
    font-size: 4rem;
  }
}
