/* _content/Censis.Iride.Web/Pages/AuthAction.razor.rz.scp.css */
.page-container-res[b-v3hfxlw06q] {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/images/bg.png');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.page-container-conf[b-v3hfxlw06q] {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/images/bg.png');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.auth-container-res[b-v3hfxlw06q] {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    min-height: 500px;
    display: flex;
    margin: 20px;
}
.auth-container-conf[b-v3hfxlw06q] {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    min-height: 500px;
    display: flex;
    margin: 20px;
}

.auth-left-res[b-v3hfxlw06q] {
    background: #005F31;
    color: white;
    padding: 50px 0px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.auth-left-conf[b-v3hfxlw06q] {
    background: #005F31;
    color: white;
    padding: 50px 0px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.auth-right-res[b-v3hfxlw06q] {
    flex: 1;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.auth-right-conf[b-v3hfxlw06q] {
    flex: 1;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pLeft-title-res[b-v3hfxlw06q] {
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
}
.pLeft-title-conf[b-v3hfxlw06q] {
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
}

.separator[b-v3hfxlw06q] {
    width: 20%;
    height: 1px;
    background-color: #FFF;
}

.logo[b-v3hfxlw06q] {
    width: 30%;
    align-self: center;
}

.password-input-container-res[b-v3hfxlw06q]{
    position: relative
}

.password-input-res[b-v3hfxlw06q]{
    padding-right: 12%;
}

.password-toggle-icon[b-v3hfxlw06q]{
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 112.5%;
}

.password-toggle-icon:hover[b-v3hfxlw06q]{
    opacity: 0.7;
}

.confirm-button[b-v3hfxlw06q] {
    background-color: #005F31;
    font-size: 1rem;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    width: 100%;
}

.confirm-button-container[b-v3hfxlw06q] {
    margin-top: 20px;
}
/* _content/Censis.Iride.Web/Pages/Contacts.razor.rz.scp.css */
.parallax[b-co9cv4saij] {
  background-image: url('/images/contact-us.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  height: 55vh;
  padding-left: 6rem;
}

.parallax p[b-co9cv4saij] {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
}

h3[b-co9cv4saij] {
  font-size: 5rem;
  text-align: left;
  font-style: oblique;
}

.title-container[b-co9cv4saij] {
  padding: 60px 20px 30px 20px;
  text-align: center;
}

.title-container h4[b-co9cv4saij] {
  font-size: 2.4rem;
}

.footer[b-co9cv4saij] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-data-container[b-co9cv4saij] {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.map-container[b-co9cv4saij] {
  width: 50%;

  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  margin: 1rem 0;
}

.map-image[b-co9cv4saij] {
  /*height: 50%;*/
  width: 100%;
}

.map-image img[b-co9cv4saij] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-area[b-co9cv4saij] {
  height: 50%;
  width: 100%;
  background-color: #f7f7f7;
  padding: 0.5rem;
  box-sizing: border-box;
}

.items-container[b-co9cv4saij] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #8080802b;
  padding: 5px 0px;
}

.item[b-co9cv4saij] {
  width: 22%;
  margin-right: 10px;
  margin-top: 5px;
  text-align: center;
}

.item-title[b-co9cv4saij] {
  font-size: 15px;
  font-weight: 700;
}

.item-data[b-co9cv4saij] {
  font-size: 0.8rem;
  color: grey;
}

.item i[b-co9cv4saij] {
  color: #005F31;
  font-size: 30px;
  margin-bottom: 8px;
}

.social-items-container[b-co9cv4saij] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0 0;
}
/* _content/Censis.Iride.Web/Pages/FileUpload.razor.rz.scp.css */
.header[b-55fjh6e8iv] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.container[b-55fjh6e8iv] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3%;
}

.upload-form[b-55fjh6e8iv] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  padding: 25px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 10px 1px #858585;
  box-shadow: 1px 1px 10px 1px #858585;
}

.upload-card[b-55fjh6e8iv] {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  margin: 2rem auto;
  text-align: center;
  font-family: sans-serif;
}

.drop-zone[b-55fjh6e8iv] {
  border: 2px dashed #ccc;
  padding: 2rem;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.drop-zone:hover[b-55fjh6e8iv] {
  border-color: #888;
  background-color: #f9f9f9;
}

.no-margin[b-55fjh6e8iv] {
  margin-bottom: 0px;
  margin-right: 10px;
}

.formats[b-55fjh6e8iv] {
  color: gray;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.file-name[b-55fjh6e8iv] {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.btn[b-55fjh6e8iv] {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  margin: 0.5rem;
}

.btn.cancel[b-55fjh6e8iv] {
  background: #f2f2f2;
}

.btn.continue[b-55fjh6e8iv] {
  background-color: #005F31;
  color: white;
}

.btn.continue:disabled[b-55fjh6e8iv] {
  background-color: #8eb8a4;
  cursor: not-allowed;
}

.btn.download[b-55fjh6e8iv] {
  background-color: #e8f5e9;
  border: 1px solid #66bb6a;
  color: #2e7d32;
  display: inline-block;
  margin: 1rem 0;
  text-decoration: none;
}

.buttons[b-55fjh6e8iv] {
  display: flex;
  justify-content: center;
}

@keyframes pulse-b-55fjh6e8iv {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 95, 49, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(0, 95, 49, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 95, 49, 0);
  }
}

.drop-zone:hover[b-55fjh6e8iv] {
  animation: pulse-b-55fjh6e8iv 1.5s infinite;
}

.success-message[b-55fjh6e8iv] {
  background-color: #d4edda;
  color: #155724;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 5px;
  animation: slideIn-b-55fjh6e8iv 0.5s ease-out;
}

@keyframes slideIn-b-55fjh6e8iv {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.upload-form[b-55fjh6e8iv] {
  width: 55%;
  margin: 5% auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.school-info[b-55fjh6e8iv] {
  margin-bottom: 2rem;
}

.school-name[b-55fjh6e8iv] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
}

.school-code[b-55fjh6e8iv] {
  font-size: 0.95rem;
  font-family: monospace;
  color: #666;
  background: #f1f1f1;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  text-align: center;
}

.drop-zone[b-55fjh6e8iv] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px dashed #ccc;
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 2rem;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.drop-zone:hover[b-55fjh6e8iv] {
  background-color: #eef6f3;
  border-color: #007e5f;
}

.drop-zone img[b-55fjh6e8iv] {
  opacity: 0.8;
  margin-top: 12px;
}

.file-name[b-55fjh6e8iv] {
  background: #005f3136;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  margin: 1rem 0;
  font-family: monospace;
}

.success-message[b-55fjh6e8iv] {
  background: #d4edda;
  color: #155724;
  padding: 1rem;
  border-radius: 6px;
  margin: 1rem 0;
  text-align: center;
}

.buttons[b-55fjh6e8iv] {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}

.btn[b-55fjh6e8iv] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.btn.cancel[b-55fjh6e8iv] {
  background-color: #e0e0e0;
  color: #333;
}

.btn.continue[b-55fjh6e8iv] {
  background-color: #007e5f;
  color: white;
}

.btn.continue:hover:not(:disabled)[b-55fjh6e8iv] {
  background-color: #005f45;
}

.btn.cancel:hover[b-55fjh6e8iv] {
  background-color: #c0c0c0;
}

.formats[b-55fjh6e8iv] {
  color: #6c757d;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  text-align: center;
}


.success-message[b-55fjh6e8iv],
.alert-danger[b-55fjh6e8iv] {
  animation: fadeInSlide-b-55fjh6e8iv 0.3s ease-in-out;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
  width: 100%;
}

@keyframes fadeInSlide-b-55fjh6e8iv {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header[b-55fjh6e8iv] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ebebeb;
}

.header img[b-55fjh6e8iv] {
  width: 70px;
}

.logout[b-55fjh6e8iv] {
  color: #005F31;
}

.logout:hover[b-55fjh6e8iv] {
  background-color: #005F31;
  color: #FFF;
}

h3[b-55fjh6e8iv] {
  margin-top: 3rem;
  margin-bottom: 0;
  color: #005F31;
}

.container[b-55fjh6e8iv] {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.upload-form[b-55fjh6e8iv] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  padding: 25px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 10px 1px #858585;
  box-shadow: 1px 1px 10px 1px #858585;
}



.upload-card[b-55fjh6e8iv] {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  margin: 2rem auto;
  text-align: center;
  font-family: sans-serif;
}



.drop-zone[b-55fjh6e8iv] {
  border: 2px dashed #ccc;
  padding: 2rem;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}



.drop-zone:hover[b-55fjh6e8iv] {
  border-color: #888;
  background-color: #f9f9f9;
}



.no-margin[b-55fjh6e8iv] {
  margin-bottom: 0px;
  margin-right: 10px;
}



.formats[b-55fjh6e8iv] {
  color: gray;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}



.file-name[b-55fjh6e8iv] {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}



.btn[b-55fjh6e8iv] {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  margin: 0.5rem;
}



.btn.cancel[b-55fjh6e8iv] {
  background: #f2f2f2;
}



.btn.continue[b-55fjh6e8iv] {
  background-color: #005F31;
  color: white;
}



.btn.continue:disabled[b-55fjh6e8iv] {
  background-color: #8eb8a4;
  cursor: not-allowed;
}



.btn.download[b-55fjh6e8iv] {
  background-color: #e8f5e9;
  border: 1px solid #66bb6a;
  color: #2e7d32;
  display: inline-block;
  margin: 1rem 0;
  text-decoration: none;
}



.buttons[b-55fjh6e8iv] {
  display: flex;
  justify-content: center;
}



@keyframes pulse-b-55fjh6e8iv {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 95, 49, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(0, 95, 49, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 95, 49, 0);
  }

}



.drop-zone:hover[b-55fjh6e8iv] {
  animation: pulse-b-55fjh6e8iv 1.5s infinite;
}



.success-message[b-55fjh6e8iv] {
  background-color: #d4edda;
  color: #155724;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 5px;
  animation: slideIn-b-55fjh6e8iv 0.5s ease-out;
}



@keyframes slideIn-b-55fjh6e8iv {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }



  to {
    transform: translateY(0);
    opacity: 1;
  }

}



.upload-form[b-55fjh6e8iv] {
  width: 55%;
  margin: 25px auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  text-align: center;
}



.school-info[b-55fjh6e8iv] {
  margin-bottom: 2rem;
}



.school-name[b-55fjh6e8iv] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
}



.school-code[b-55fjh6e8iv] {
  font-size: 0.95rem;
  font-family: monospace;
  color: #666;
  background: #f1f1f1;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
}


.drop-zone[b-55fjh6e8iv] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px dashed #ccc;
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 2rem;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.drop-zone:hover[b-55fjh6e8iv] {
  background-color: #eef6f3;
  border-color: #007e5f;
}

.drop-zone img[b-55fjh6e8iv] {
  opacity: 0.8;
  margin-top: 12px;
}

.file-name[b-55fjh6e8iv] {
  background: #005f3136;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  margin: 1rem 0;
  font-family: monospace;
}

.success-message[b-55fjh6e8iv] {
  background: #d4edda;
  color: #155724;
  padding: 1rem;
  border-radius: 6px;
  margin: 1rem 0;
  text-align: center;
}

.buttons[b-55fjh6e8iv] {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}



.btn[b-55fjh6e8iv] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}



.btn.cancel[b-55fjh6e8iv] {
  background-color: #e0e0e0;
  color: #333;
}



.btn.continue[b-55fjh6e8iv] {
  background-color: #007e5f;
  color: white;
}



.btn.continue:hover:not(:disabled)[b-55fjh6e8iv] {
  background-color: #005f45;
}



.btn.cancel:hover[b-55fjh6e8iv] {
  background-color: #c0c0c0;
}



.formats[b-55fjh6e8iv] {
  color: #6c757d;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  text-align: center;
}

.success-message[b-55fjh6e8iv],
.alert-danger[b-55fjh6e8iv] {
  animation: fadeInSlide-b-55fjh6e8iv 0.3s ease-in-out;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
  width: 100%;

}



@keyframes fadeInSlide-b-55fjh6e8iv {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

.file-list[b-55fjh6e8iv] {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  width: 100%;
  max-width: 500px;
}

.file-entry[b-55fjh6e8iv] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 6px;
  font-size: 0.95rem;
}

.btn.download[b-55fjh6e8iv] {
  background-color: #e8f5e9;
  border: 1px solid #66bb6a;
  color: #2e7d32;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  font-size: 0.9rem;
}
/* _content/Censis.Iride.Web/Pages/Index.razor.rz.scp.css */
.homepage[b-b79206ajq6] {
  background-image: url('/images/bg.png');
  background-repeat: repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 100vh;
  padding: 2rem;
}

.parallax[b-b79206ajq6] {
  background-image: url('/images/classroom.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  height: 55vh;
  padding-left: 6rem;
}

h3[b-b79206ajq6] {
  font-size: 5rem;
  text-align: left;
  font-style: oblique;
}

.container[b-b79206ajq6] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4rem 1rem;
}

.story-container[b-b79206ajq6] {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 80%;
}

.story-container p[b-b79206ajq6] {
  font-size: 18px;
}
/* _content/Censis.Iride.Web/Pages/Login.razor.rz.scp.css */
.page-container[b-ymp2dryp1b] {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/images/bg.png');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.auth-container[b-ymp2dryp1b] {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    min-height: 500px;
    display: flex;
    margin: 20px;
}

.auth-left[b-ymp2dryp1b] {
    background: #005F31;
    color: white;
    padding: 50px 0px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.auth-right[b-ymp2dryp1b] {
    flex: 1;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pLeft-title[b-ymp2dryp1b] {
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 40px;
    text-align: center;
}

.pLeft-text[b-ymp2dryp1b] {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 60px;
    font-weight: 300;
}

.separator[b-ymp2dryp1b] {
    width: 20%;
    height: 1px;
    background-color: #FFF;
}

.logo[b-ymp2dryp1b] {
    width: 30%;
    align-self: center;
}

.login-button[b-ymp2dryp1b] {
    background-color: #005F31;
    font-size: 1rem;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}

.register-link[b-ymp2dryp1b] {
    text-align: center;
}

.forgotten-pass-btn[b-ymp2dryp1b] {
    background-color: transparent;
    border: 1px solid green;
    border-radius: 5px;
    color: green;
    font-size: 14px;
    padding: 3px 25px;
    margin-top: 7px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.password-input-container[b-ymp2dryp1b]{
    position: relative
}

.password-input[b-ymp2dryp1b]{
    padding-right: 12%;
}

.password-toggle-icon[b-ymp2dryp1b]{
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 112.5%;
}

.password-toggle-icon:hover[b-ymp2dryp1b]{
    opacity: 0.7;
}
/* _content/Censis.Iride.Web/Pages/Register.razor.rz.scp.css */
/* Register.razor.css */

.page-container[b-dasoy8tk9s] {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/images/bg.png');
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.auth-container[b-dasoy8tk9s] {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  display: flex;
  margin: 20px;
}

.auth-left[b-dasoy8tk9s] {
  background: #005F31;
  color: white;
  padding: 50px 0px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.logo[b-dasoy8tk9s] {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon[b-dasoy8tk9s] {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.welcome-text[b-dasoy8tk9s] {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 60px;
  font-weight: 300;
}

.separator[b-dasoy8tk9s] {
  width: 20%;
  height: 1px;
  background-color: #FFF;
}

.auth-right[b-dasoy8tk9s] {
  flex: 1;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-title[b-dasoy8tk9s] {
  font-size: 24px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 40px;
  text-align: center;
}

.form-group[b-dasoy8tk9s] {
  margin-bottom: 16px;
}

.form-label[b-dasoy8tk9s] {
  font-weight: 400;
  color: #333;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}

.password-input-container[b-dasoy8tk9s] {
  position: relative;
}

.password-toggle-icon[b-dasoy8tk9s] {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
}

.form-control[b-dasoy8tk9s] {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.form-control:focus[b-dasoy8tk9s] {
  outline: none;
  border-color: #005F31;
}

.form-control[b-dasoy8tk9s]::placeholder {
  color: #999;
}

.btn-primary[b-dasoy8tk9s] {
  background: #005F31;
  border: none;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  width: 100%;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.btn-primary:hover[b-dasoy8tk9s] {
  background: #005F31;
}

.login-link[b-dasoy8tk9s] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-size: 14px;
  color: #666;
}

.login-link a[b-dasoy8tk9s] {
  font-weight: 400;
  text-decoration: none;
  color: #009DDC;
  margin-left: 10px;
  margin-bottom: 10px;
}


.login-link a:hover[b-dasoy8tk9s] {
  text-decoration: underline;
}

.login-navigate[b-dasoy8tk9s] {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert[b-dasoy8tk9s] {
  border-radius: 4px;
  border: none;
  padding: 10px 16px;
  margin-bottom: 20px;
  font-size: 14px;
}

.alert-danger[b-dasoy8tk9s] {
  background: #ffebee;
  color: #c62828;
}

.alert-success[b-dasoy8tk9s] {
  background: #e8f5e8;
  color: #005F31;
}

.validation-message[b-dasoy8tk9s] {
  color: #c62828;
  font-size: 12px;
  margin-top: 4px;
}

.debug-info[b-dasoy8tk9s] {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin-top: 20px;
  font-family: monospace;
  font-size: 11px;
  color: #666;
}

@media (max-width: 768px) {
  .auth-container[b-dasoy8tk9s] {
    flex-direction: column;
    margin: 10px;
  }

  .auth-left[b-dasoy8tk9s] {
    padding: 20px 20px;
  }

  .auth-right[b-dasoy8tk9s] {
    padding: 20px 20px;
  }
}
/* _content/Censis.Iride.Web/Shared/Footer.razor.rz.scp.css */
footer[b-ev96wkyju8] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgb(240, 240, 240);
  padding: 2rem 1rem;
}

.sections-container[b-ev96wkyju8] {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}

.footer-section img[b-ev96wkyju8] {
  width: 60%;
}

.footer-section h5[b-ev96wkyju8] {
  margin-bottom: 1.6rem;
}

.footer-section ul[b-ev96wkyju8] {
  padding: 0;
  margin: 0;
}


.footer-section li[b-ev96wkyju8] {
  list-style: none;
  margin: 0;
  text-align: left;
  line-height: 2.2;
}

li a[b-ev96wkyju8] {
  color: #212529;
}

span[b-ev96wkyju8] {
  margin-right: 5px;
}

span i[b-ev96wkyju8] {
  color: #005F31;
}
/* _content/Censis.Iride.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-sthyvl2o40] {
    position: relative;
    display: flex;
    flex-direction: column;
}
/* _content/Censis.Iride.Web/Shared/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
       
display: block;
}

.nav-scrollable {
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
}
}

*/
.nav[b-8z3d4eoaib] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 2rem;
}

.nav-left .logo[b-8z3d4eoaib] {
    width: 70px;
    height: auto;
}

.nav-center a[b-8z3d4eoaib] {
    margin: 0 1rem;
    color: #2c2c2c;
    text-decoration: none;
    font-weight: 500;
}

.nav-right[b-8z3d4eoaib] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-right .btn[b-8z3d4eoaib] {

    margin-left: 1rem;
    padding: 0.5rem 1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}

.btn.green[b-8z3d4eoaib] {
    background-color: #005F31;
    color: white;
    border: none;
}

.btn.outlined[b-8z3d4eoaib] {
    background-color: transparent;
    border: 2px solid #005F31;
    color: #005F31;
}

.btn a[b-8z3d4eoaib] {
    margin: 0 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
}
