@charset "UTF-8";
/* Globals */
/* Colors */
/* Z Indexes */
/* Font Styles */
/* Icons */
.prelogin,
.prelogin * {
  box-sizing: border-box;
}

.prelogin {
  display: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.prelogin-backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: fill;
}

.prelogin-rectangle {
  border-radius: 0px;
  opacity: 0.8;
  width: 100%;
  height: auto;
  position: absolute;
  overflow: visible;
  mix-blend-mode: multiply;
}

.prelogin-logo {
  width: 378px;
  height: 90px;
  position: absolute;
  left: 104px;
  top: 123px;
  overflow: visible;
}

.prelogin-main-text {
  color: var(--neutral-50, #f8f7f7);
  text-align: left;
  font-family: "SamsungOne-700", sans-serif;
  font-size: 48px;
  font-weight: 400;
  position: absolute;
  left: 104px;
  top: 401px;
  width: 479px;
}

.prelogin-frame-1000001754 {
  padding: 0.625rem; /* 10px */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.625rem; /* 10px */
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: absolute;
  left: 5.875rem; /* 94px */
  top: 38.4375rem; /* 615px */
}

.prelogin-frame-64 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.5rem; /* 40px */
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  width: 29.6875rem; /* 475px */
}

.prelogin-text {
  color: #f8f7f7;
  text-align: center;
  font-family: "SamsungOne-700", sans-serif;
  font-size: 1.25rem; /* 20px */
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

#prelogin-cta1,
#prelogin-cta2,
#prelogin-cta3 {
  border-radius: 0.5rem; /* 8px */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 0.625rem; /* 10px */
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 4.3125rem; /* 69px */
  position: relative;
  background: #2b2b2b;
  min-width: 480px;
  margin-bottom: 25px;
}

.prelogin-error {
  background: transparent;
  border-radius: 8px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  padding: 16px 73px 16px 73px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 650px;
  height: 70px;
  position: absolute;
  left: 350px;
  top: 716px;
}

.prelogin-frame-1000001755 {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: absolute;
  left: 94px;
  top: 479px;
}

.prelogin-inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.prelogin-input {
  border-radius: 8px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  padding: 21px 23px 21px 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 555px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.prelogin-error {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  float: left;
  margin-left: 27%;
  font-size: 30px;
  margin-right: 25%;
  font-family: "roboto-regular";
}

.prelogin-suggestion-text {
  color: #ffffff;
  font-weight: bold;
  padding-top: 10%;
  font-size: 20px;
}

.counter-value {
  visibility: hidden;
}

span#secret {
  font-family: "roboto-regular";
  font-size: 33.8461538462px;
  display: none;
}

#prelogin-pass-condition {
  position: relative;
  font-family: "roboto-condensed";
  font-size: 18.4615384615px;
  color: #8C9BAC;
  left: -132.6923076923px;
}

#prelogin-cta1.active, #prelogin-cta2.active, #prelogin-cta3.active {
  border: solid 2px #FF6D00;
  background: #e42d44 !important;
}

#prelogin-cta3.active {
  border: solid 2px white;
  background: #BF9666 !important;
}

.modal-exit-pre {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: white;
}

.modal-exit-pre-content {
  padding: 20px;
  background-color: #2B2B2B;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-exit-pre-buttons {
  margin-top: 20px;
}

.modal-exit-pre-buttons button {
  margin: 0 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.modal-exit-pre-buttons .yes-btn {
  background-color: #dc3545;
  color: white;
  border: 2px solid transparent !important; /* Color de fondo más oscuro al pasar el cursor */
}

.modal-exit-pre-buttons .no-btn {
  background-color: rgb(21, 12, 13); /* Color de fondo del botón */
  color: white;
  border: 2px solid transparent !important; /* Color de fondo más oscuro al pasar el cursor */
}

.yes-btn:hover,
.yes-btn:focus,
.no-btn:hover,
.no-btn:focus {
  border: 2px solid orange !important; /* Color de fondo más oscuro al pasar el cursor */
}