/*.button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #54a793;
}
.button-container #click-me {
  color: #fff;
  font-family: "Open Sans";
  letter-spacing: 0.8px;
  background: #357465;
  padding: 20px 25px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.button-container #click-me:hover {
  background: #2d6256;
  transform: scale(1.1);
  box-shadow: 0px 0px 47px -1px rgba(0, 0, 0, 0.33);
}

.container-modal {
  display: none;
}



.titulo-modal {
  font-family: "Open Sans", serif;
  color: #2b2b2b;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 2.8rem;
  letter-spacing: 1.8px;
}

.sub-head {
  width: 300px;
  margin: 0 auto;
}

.sale-coupon {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 2.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 10px;
  margin-bottom: 0;
}

.nospam,
.fine-print,
.nothanks {
  font-weight: 300;
}

.nospam,
.fine-print {
  font-size: 10px;
  color: #9b9b9b;
}

.fine-print {
  margin-top: -8px;
  padding-bottom: 25px;
  letter-spacing: 0.5px;
}

.nospam {
  color: #ababab;
  padding-top: 10px;
  font-size: 11px;
  line-height: 15px;
}
.nospam span {
  color: #535353;
  text-decoration: underline;
}

.nothanks {
  text-align: center;
  padding-top: 40px;
  font-size: 14px;
}
.nothanks a {
  text-decoration: none;
  color: #ababab;
  letter-spacing: 0.8px;
  transition: all 0.3s ease-in-out;
}
.nothanks a:hover {
  color: #5b5b5b;
  font-weight: 400;
}
.nothanks a:after {
  content: "";
  display: block;
  background: #ababab;
  height: 1px;
  max-width: 75px;
  width: 100%;
  margin: 0 auto;
  margin-top: 3px;
}

.x {
  position: absolute;
  right: 15px;
  top: 25px;
  width: 40px;
  height: 35px;
  cursor: pointer;
}
.x .one,
.x .two {
  background: #b7b7b7;
  height: 3px;
  width: 100%;
  cursor: pointer;
}
.x .one {
  transform: rotate(45deg) translate(7px, 7px);
}
.x .two {
  transform: rotate(-45deg) translate(-4px, 4px);
}

.container-modal {
  box-shadow: 0px 0px 68px -2px rgba(59, 59, 59, 0.5);
  width: 800px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("https://contamatic-erp.com/vista/img/team/fondo-modal.jpg") no-repeat center;
  background-size: cover;
  background-size: 100%;
  margin: 0 auto;
}
.container-modal .sign-up {
  position: absolute;
  width: 400px;
  right: 35px;
}
.container-modal .sign-up .form {
  margin: 0 auto;
  width: 80%;

}
.container-modal .sign-up .form input[type=text] {
 
  font-family: "Nunito", sans-serif;
}

.container-modal .sign-up .form .nombre-campos{
  width: 100%;
  padding: 2px;
  border: none;
  font-size: 13px;
}



.container-modal .sign-up .form input {
  width: 100%;
  margin: 1px 0 3px;
  padding: 3px;
  border: none;
  border-radius: 2px;
  font-size: 13px;
  font-family: "Nunito", sans-serif;
}
.container-modal .sign-up .form ::-webkit-input-placeholder {
  text-align: center;
  letter-spacing: 0.7px;
  color: #6D6D6D;
  font-size: 14px;
  font-weight: 300;
}

.container-modal .sign-up .form #botonRegistrarContador {
  width: 100%;
  margin: 1px 0 3px;
  padding: 3px;
  border: none;
  border-radius: 2px;
  font-size: 13px;
  font-family: "Nunito", sans-serif;
}


*/







.modal {

  height: 600px;
  width: 900px;
  margin: auto;
  box-shadow: 0 0 0 50vmax rgba(0,0,0,.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.4s, box-shadow 0.3s 0.4s;
}

.titulo-modal {
  color: #2b2b2b;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
  
  letter-spacing: 1.1px;
}

.form-group .entrada-texto {
  font-size: 14px;
}


.form-group .entrada-texto::-webkit-input-placeholder {
  letter-spacing: 0.7px;
  color: #ababab;
  font-size: 12px;
  font-weight: 500;
}


.modal.hidden {
  box-shadow: none;
  transition: 0.4s, box-shadow 0s;
  opacity: 0;
  visibility: hidden;
}
.modal.hidden .form {
  top: 100%;
}
.modal.hidden .invite {
  top: -100%;
}
.modal.hidden .invite .close {
  height: 0;
  width: 0;
  top: 0;
  right: 0;
}

.form {
  background: white;
  width: 42%;
  height: 100%;
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.invite{
  background: white;
  width: 58%;
  height: 100%;
  /*padding: 25px;*/
  position: absolute;
  top: 0;
  left: 0;
}

label {
  color: #007CFF;
}

.modalCuestionario label {
    color: #000;
    text-align: justify;
}

.modalCuestionario .sub_pregunta {
    font-weight: 500;
}

.entrada-texto{
  width: 100%;
  outline: none;
  border: 1px solid #bbb;
  border-radius: 10px;
  display: inline-block;
}

.invite {
  /*background: url("https://contamatic-ec.com/vista/img/team/publicidad.jpeg") no-repeat center;
  background-size: cover;*/
  left: 42%;
}

.modalEmpresario .invite {
    left: 55%;
}

.nope {
  background: #474747;
  padding: 10px 15px;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 30px;
  left: 50%;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  transform: translateX(-50%);
}
.nope:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  transform: translateX(-50%);
}


.close {
  background: #474747;
  height: 30px;
  width: 30px;
  border: 3px solid #FFF;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
  transition: 0.4s 0.3s;
}
.close:before, .close:after {
  content: "";
  background: #FFF;
  height: 80%;
  width: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close:after {
 transform: translate(-50%, -50%) rotate(45deg);
}


.open {
  background: linear-gradient(-45deg, #f857a6, #ff5858);
  height: 45px;
  width: 150px;
  padding: 10px 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.open.active {
  opacity: 1;
  visibility: visible;
}
.open:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}




.botonRegistrarContador {
  margin-bottom: -25px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  font-size: 1.1rem;
  background: #5bbb89;
  transition: background 0.3s ease-in-out;
}
 .botonRegistrarContador:hover {
  background: #48b178;
}



.botonSiguiente {
  margin-bottom: -25px;
  width: 50%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  font-size: 1.1rem;
  background: #5bbb89;
  transition: background 0.3s ease-in-out;
}
 .botonSiguiente:hover {
  background: #48b178;
}

.modalContador #nav-tabContent {
    height: 520px;
    overflow-y: hidden;
}

#nav-profile, 
#nav-home,
#nav-sistema{
    height: 520px;
    overflow-y: auto;
}

.modalContador {
    background: #fff;
}

.modalContador .invite {
    left: 45%;
}

.icon_info i {
    color: rgba(0, 124, 255, .6);
    font-size: 18px;
    cursor: pointer;
}

.sub-head {
    color: rgba(0, 0, 0, .6);
}

.icon_info i:hover,
.icon_info i:active,
.icon_info i:focus {
    color: #007CFF;
}

.botonRegistrarEmpresario {
  margin-bottom: -25px;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  font-size: 1.1rem;
  transition: background 0.3s ease-in-out;
  background:#5bbb89;
}

.card_registro {
    border-radius: 0;
}

.modalCuestionario {
    border-radius: .8rem;
}

/* Barra de navegacion modal */
.modalCuestionario::-webkit-scrollbar {
    width: 11px;
}

.modalCuestionario::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0 .8rem .8rem 0;
}

.modalCuestionario::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 20px;
}


/* Responsive */
@media only (max-width: 768px) {
    .modalEmpresario .form {
        width: 100% !important;
    }
    
    .titulo-modal {
        font-size: 1.6rem !important;
    }
}


/* NOTIFICACAIONES */
.flash-container {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 300px; /* Set a fixed width for the container */
  z-index:100;
}

.flash-message {
  position: relative;
  padding: 15px 20px;
  border-radius: 4px;
  color: white;
  font-size: 1em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  animation: slideIn 0.5s ease, fadeOut 0.5s ease 2.5s;
  overflow: hidden;
  width: 100%; /* Make sure the message takes full width of the container */
  word-wrap: break-word;
  max-height: 100px; /* Set a maximum height */
  overflow-y: auto; /* Allow vertical scrolling if needed */
}

.flash-message::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  animation: running-color 3s infinite;
}

@keyframes running-color {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.flash-message.success {
  background-color: #4caf50;
}

.flash-message.error {
  background-color: #f44336;
}

.flash-message.warning {
  background-color: #ff9800;
}

.flash-message.info {
  background-color: #2196f3;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
