*{box-sizing: border-box;margin: 0;padding: 0;}

html, body, #root{
    height:100%;
    width: 100%; 
}

.hddn {
    display: none;
}


app{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    background-image: url('../img/oootk-bg.svg');
    background-size: cover;
    background-position: center;
}

#ldr001 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

#ldr001 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
}

#xfrm-xcont{
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    width: 400px;
    height: 370px;
}

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}

#loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
}


#frm-cont{
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    width: 400px;
    height: 370px;
    
}

.mn-logo-otk{
    height: 74px;
    width: 100%;
    text-align: center;
    padding: 24px 0;
}

.mn-frm{
    width: 100%;
}

.mn-frm h1, .mn-frm h2{
    font-family: sans-serif; 
    color: #444;
    text-align: center;
    margin-bottom: 10px;
}

.mn-frm h1{
    font-size: 1.5em;
}

.mn-frm h2{
    font-size: 0.9em;
    font-weight: normal;
}

.mn-frm form{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.mn-frm input{
    width: 100%;
    height: 38px;
    border-radius: 4px;
    align-self: center;
    border: 0.5px solid #bbb;
    border-bottom: 0.5px solid #555;
    padding-left: 8px;
    color: #777;
}

.mn-frm form{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.mn-frm form .inp-cont{
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: center;
}

.mn-frm a{
    font-family: sans-serif;
    color:  #0f6cbd;
    margin-top: 10px;
    font-size: 13px;
    text-decoration: none;
}

.mn-frm form .btn {
    width: 80%;
    height: 40px;
    background-color: #0f6cbd;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    align-self: center;
    margin-top: 30px;
}

.mn-frm p{
    font-family: sans-serif;
    color: #444;
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
}
.mn-frm p a{
    font-size: 12px;
}

.mn-frm header{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mn-frm .eml-lbl{
    border: 0.5px solid #aaa;
    width: fit-content;
    border-radius: 50px;
    padding: 5px 6px;
    color: #444;
    font-family: sans-serif;
    align-self: center;
    margin-top: 10px;
    margin-bottom: 18px;
}

.mn-frm form#frm02{
    margin-top: 8px;
}

div#frm2 h1{
    font-size: 1.2em;
}

.msg2{
    display: none;
}

.hddn{
    display: none!important;
}

.muted{
    color: #e9763d;
    font-size: 13px;
    font-family: Roboto, Helvetica, sans-serif;
    margin-top: 4px;
    margin-bottom: 8px;
    display: none;
}


.frm-cont3{
    height: auto !important;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
}

.main3{
    height: fit-content!important;
}

.mn-frm-form3{
    margin-top: 8px!important;
}


@media  screen and (max-width:600px) {
    #frm-cont{
        zoom:90%
    }
}

@media  screen and (max-width:400px) {
    #frm-cont{
        zoom:80%
    }
}

.xmn-logo-xotk{
    height: 74px;
    width: 100%;
    text-align: center;
    padding: 24px 0;
}

.xmn-xfrm{
    width: 100%;
}

.xmn-xfrm h1, .xmn-xfrm h2{
    font-family: sans-serif; 
    color: #414141;
    text-align: center;
    margin-bottom: 10px;
}

.xmn-xfrm h1{
    font-size: 1.5em;
}

.xmn-xfrm h2{
    font-size: 0.9em;
    font-weight: normal;
}

.xmn-xfrm form{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.xmn-xfrm input{
    width: 100%;
    height: 38px;
    border-radius: 4px;
    align-self: center;
    border: 0.5px solid #b1b1b1;
    border-bottom: 0.5px solid #515151;
    padding-left: 8px;
    color: #717171;
}

.xmn-xfrm form{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.xmn-xfrm form .inp-cont{
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: center;
}

.xmn-xfrm a{
    font-family: sans-serif;
    color:  #0f6cbe;
    margin-top: 10px;
    font-size: 13px;
    text-decoration: none;
}

.xmn-xfrm form .btn {
    width: 80%;
    height: 40px;
    background-color: #0f6cbe;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    align-self: center;
    margin-top: 30px;
}

.xmn-xfrm p{
    font-family: sans-serif;
    color: #414141;
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
}
.xmn-xfrm p a{
    font-size: 12px;
}

.xmn-xfrm header{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.xmn-xfrm .eml-lbl{
    border: 0.5px solid #aaa;
    width: fit-content;
    border-radius: 50px;
    padding: 5px 6px;
    color: #414141;
    font-family: sans-serif;
    align-self: center;
    margin-top: 10px;
    margin-bottom: 18px;
}

.xmn-xfrm form#frm02{
    margin-top: 8px;
}

div#frm2 h1{
    font-size: 1.2em;
}

.msg2{
    display: none;
}

.hddn{
    display: none!important;
}


#frm3, #frm4{ 
    height: 410px;
    background: #fff;
    border-radius: 10px;
    font-family: 'Segoe UI', Helvetica, Roboto, sans-serif;
    padding-top: 16px;

}

/* Fondo oscuro del modal (ocupa toda la pantalla) */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Fondo semitransparente */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Asegura que esté por encima de todo */
  
  /* Estado inicial para el efecto suave */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Clase que se añade con JS para mostrar el modal */
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Ventana blanca del modal */
.modal-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px; /* Tamaño máximo en pantallas grandes */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  
  /* Efecto de escala suave para el contenido */
  transform: scale(0.8);
  transition: transform 0.4s ease;
}

/* Cuando el modal se activa, el contenido toma su tamaño original */
.modal-overlay.active .modal-content {
  transform: scale(1);
}

/* Imagen responsiva */
.modal-image {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover; /* Evita que la imagen se deforme */
  border-radius: 4px;
  margin-bottom: 15px;
}

/* Tipografía básica interna */
.modal-content h3 {
  margin: 10px 0 5px 0;
  font-family: sans-serif;
  color: #333;
}

.modal-content p {
  margin: 0 0 20px 0;
  font-family: sans-serif;
  color: #666;
  font-size: 14px;
}

/* Botón estilizado */
.modal-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  width: 100%; /* Botón ancho completo en móviles */
  transition: background-color 0.2s ease;
}

.modal-btn:hover {
  background-color: #0056b3;
}

/* Ajuste responsivo para pantallas medianas/grandes */
@media (min-width: 576px) {
  .modal-btn {
    width: auto; /* El botón recupera su tamaño contenido */
  }
}


@media  screen and (max-width:600px) {
    #xfrm-xcont{
        zoom:90%
    }
}

@media  screen and (max-width:400px) {
    #xfrm-xcont{
        zoom:80%
    }
}