.body {
background-color: aqua;
}

@font-face {
    font-family: head;
    src: url(/fonts/Downey-Bold.otf);
  }

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    float: left;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: black;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px black;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
.content {
    background-image: url("/images/IMG_6226-PhotoRoom\ \(2\).png");



    /* Full height */
    height: 100vh;
    overflow-y: scroll;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.addedContent {
  background-image: url("/images/IMG_6918-PhotoRoom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -20px -0px;



}




.container-info {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 98vh;
    background-color: transparent; }
    @media (min-width: 768px) {
      .container-info {
        float: left;
        /*position: fixed;*/
        left: 0;
        top: 0;
        height: 100%;
        width: 50%; } }
  
  
  
  .container-main {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 98vh;
    background-color: transparent; }
    @media (min-width: 768px) {
      .container-main {
        float: right;
        /*position: fixed;*/
        right: 0;
        top: 0;
        height: 95vh;
        width: 50%; } }
  
  .login-box {
    width: 490px;

    display: none;
    float: left;
    background-color: #ffffff;
    border-radius: 4px;
    min-height: 80vh;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
  }
  

  .left-logo {
    width: 250px;
    margin-bottom: 5px;
    margin-left: -20px;
    margin-top: -80px;


  }

  .bt {
color: white;
    display: block;
  margin-left: 20%;
  margin-top: 40%;

  margin-right: auto;
  float: left;
  }


  .welcome-text {
    margin-top: 5px;
    margin-left: 35px;
    font-size: 60px;
    font-family: 'head';
    background-color: black;
    color: pink;
    padding: 10px;
  }
  
  .welcome-text-des {

    margin-left: 35px;
    font-size: small;
    font-family: 'head';
    color: pink;
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent background for a tint */
    backdrop-filter: blur(2px); /* Slight blur effect */
  }
  

  .title {
    padding-left: 30px;
    font-size: x-large;
    font-family: 'head';
  }

  .log-title {
    padding-left: 30px;
    font-size: x-large;
    font-family: 'head';
    margin-top: 30%;
  }

  .sub-title {
    padding-left: 30px;
    margin-top: -10px;
    font-size: medium;
    font-family: 'head';
  }

  .email-label {
    padding-left: 30px;
    font-size: x-small;
    opacity: 30%;
    margin-top: 15%;
    font-family: 'head';
  }

  .password-label {
    padding-left: 30px;
    font-size: x-small;
    opacity: 30%;
    font-family: 'head';

  }

  .login-field {
    margin-left: 30px;
    width: 80%;
    outline: 0;
    border-width: 0 0 2px;
    border-color: #FAF9F6;
    font-family: 'head';
   
  }

 
  .login-field:focus {
    animation: fadeIn 0.5s; 
    border-color: black
    
  }

  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  .login {
    float: right;
  }

  .middle {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
  }

  .modify {
    
    margin-left: 30px;
    margin-right: 30px;
    border-color: #f8f8f8;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
border-style:ridge;
   padding-top: 10px;
position: absolute;
font-family: 'head';
font-size: x-small;
  bottom: 15%;
  width: 85%;


margin-top: inherit;
  }

  .reset {
font-size: small;
;
  }

  .create {
    font-size: small;
  }

  .login-logo {
    width: 100px;
    margin-bottom: 5px;
    margin-top: 50px;
    margin-left: 25px;
  }

  .consent {
    margin-bottom: 20px;
    font-size: xx-small;
    opacity: 75%;
    font-family: 'head';
    color: black;
  }

  .login {
    font-family: 'head';
    border: 0;
    margin-top: 5px;
    font-size: small;
    color: white;
    padding: 8px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: black;
  }



  .fadeIn {
    opacity: 0;
    transform: translate3d(50px, 0, 0); /* ADDED - start x position as -50px */
    cursor: pointer;
    transition: 0.5s all ease-in-out;
  }
  
  .fadeInStart {
    opacity: 1;
    transform: translate3d(0, 0, 0); /* ADDED - move x to 0 on hover */
  }



  @media screen and (max-width: 1120px) {
    .container-info {
        width: 0%;
    }

    .container-main {
        /* width: 100%; */
        float: right;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .login-box {
        width: 510px;
        margin-left: calc((100vw - 510px) / 2);
        margin-left: calc((100vw - 510px) / 2);
        position: relative;
        overflow: scroll;
    }

    .left-logo {
        display: none;
    }

    .welcome-text {
        display: none;
    }
  }


  @media screen and (max-width: 510px) {
    .container-info {
        display: none;
    }

    .container-main {
      width: 100vw;
      float: right;
      height: 98vh;
      overflow: hidden;
    
    
    }

    .auth-logo {

      opacity: 0;
padding-bottom: 90px;
    }

    .login-box {
        width: 102vw;
        height: 102vh;
        margin: 0;
      /* margin-top: 190px; */
      overflow: hidden;
      /* background-color: transparent; */
      background-image: none;
    }

    .ref-title {
      background-color: black;
      color: pink;
      padding: 20px;
    }

    .mb11 {
      background-color: black;
      color: pink;
    }

    .mb12 {
      color: #000000;
    }

 
    footer {
display: none;
    }

    

   
    .content {
      background-image: url("/images/IMG_6226-PhotoRoom\ \(2\).png");
      background-position: left center; /* Move the image to the left */
      background-size: cover; /* Maintain aspect ratio while covering the container */
    }
  }



@import url(https://fonts.googleapis.com/css?family=Roboto:100);




#loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #b49551;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  margin-left: 45%;
  margin-top: 30vh;
}

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


.bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 10%; /* Adjust as needed */
  background-color: #fefefe;
  border-top: 1px solid #b49551;
}

.progress-line {
  width: 50%; /* Adjust as needed */
  height: 10%; /* Adjust as needed */
  background-color: #ddd; /* Grey progress line */
  border-radius: 10px; /* Rounded corners */
  margin-left: 30px;
  position: relative; /* Required for absolute positioning of progress-fill */
}

.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25%; /* Adjust as needed */
  height: 100%; /* Adjust as needed */
  background-color: #b49551; /* Green color */
  border-radius: 10px; /* Rounded corners */
  transition: width 1s; /* Animate the width change */
}

.button-container {
  width: 50%; /* Adjust as needed */
  display: flex;
  justify-content: flex-end;
  gap: 10px; /* Spacing between buttons */
  margin-right: 30px;
}

.previous-button,
.next-button {
  height: 30px;
  width: 80px;
  background-color: #b49551; /* Black button */
  color: white;
  border: none;
  cursor: pointer;
  font-size: xx-small;
  font-family: 'head';
}

.previous-button:hover,
.next-button:hover {
  background-color: #333; /* Darker black on hover */
  transition: 0.5s;
}


form {
  max-width: 600px;
  margin: 20px auto;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  font-family: Arial, sans-serif;
}

.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

label {
  font-size: 12px;
  margin-bottom: 5px;
  font-family: 'head';
}

input, select {
  font-size: 10px;
  padding: 8px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-family: 'head';
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.59 8.59L12 13.17L7.41 8.59L6 10L12 16L18 10L16.59 8.59Z' fill='%23333'%3E%3C/path%3E%3C/svg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 30px;
  margin-bottom: 10px;
}

input:focus, select:focus {
  outline: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

input[type="submit"] {
  background-color: pink;
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  font-family: "head";
  transition: background-color 0.2s;
  margin-top: 10px;
}

.nex {
  background-color: #b49551;
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  font-family: "head";
  transition: background-color 0.2s;
  margin-top: 10px;
}

.nex:hover {
  background-color: #555;
}
input[type="submit"]:hover {
  background-color: #555;
}


.waiver-box {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 20px;
  border-radius: 5px;
  margin: 20px;
  font-family: 'head';
}
.waiver-box h3 {
  margin: 0;
  color: #666;
  font-size: 16px;
  font-family: 'head';
  font-size: small;
}
.waiver-box p {
  margin: 10px 0;
  color: #999;
  font-family: 'head';
  font-size: 14px;
  font-size: x-small;
}
.waiver-box button {
  background-color: #b49551;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 8px 16px;
  cursor: pointer;
  font-family: 'head';
  font-size: xx-small;
}
.waiver-box button:hover {
  background-color: #936c3f;
  font-family: 'head';
}
.waiver-box .signed .signed-text {
  color: green;
  font-size: 12px;
  margin-top: 5px;
  font-family: 'head';
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Animation for modal */
.modal {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}


.verf-box {
  margin-top: 10%;
}



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

.loading-circle {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #b49551;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: rotate 1s linear infinite;
  margin: 0 auto; /* Center the loader horizontally */
  display: block; /* Ensures that the margin auto works */
}



.headernav {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.logonav {
  width: 50px; /* Adjust the size of the logo */
  height: auto;
  margin-right: 10px;
}
.logonav img {
  width: 100%;
  height: auto;
}
.header-title {
  font-size: 24px;
  margin: 0;
}



footer {
  width: 100%;
  text-align: center;
  margin-top: -2rem;
  z-index: 1;
  color: black;
  font-weight: bolder;
}

footer a,
footer span,
footer select {
  font-size: 13px;
  color: #000000;
  text-decoration: none;
  margin: 5px;
}

footer select {
  outline: none;
  border: none;
  background-color: #eee;
}

.bottom-footer {
  width: 100%;
  margin-right: 0px;
  padding: 0px;
}


.message-box {
  text-align: center;
  padding: 20px;
  background-color: #ffffff;

}

.success-icon {
  color: #4caf50;
  font-size: 60px;
  margin-bottom: 10px;
}

.message-text {
  font-size: 18px;
  color: #333;
}

#auth-success {
  display: none;
}

.auth-logo {
  opacity: 0;
}


.fullscreen-image {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.image-mob {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%; /* Adjust this value as needed */
  height: auto;
}



  #intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/bg01.png') left/cover no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    opacity: 1;
    animation: fade-in 2s ease-in-out 0s 1 normal forwards;
  }



  #auth-success-measurable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('images/IMG_6226-PhotoRoom.png') left/cover no-repeat; */
    text-align: center;
    display: none;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    opacity: 1;
    /* animation: fade-in 2s ease-in-out 0s 1 normal forwards; */
  }


  
  #intro p {
    margin-bottom: 20px;
    background-color: black;
    color: pink;
    font-size: x-large;
    padding: 10px;
    font-family: 'head';
  }
  
  #intro button {
    background-color: pink;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-family: 'head';
  }
  
  /* #login-box {
    display: none;
  } */
  
  @keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @keyframes fade-out {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }
  
  .fade-out-animation {
    animation: fade-out 2s ease-in-out 0s 1 normal forwards;
  }
  
  .fade-in-animation {
    animation: fade-in 2s ease-in-out 0s 1 normal forwards;
  }

  @media screen and (min-width: 576px) {
    .login-box {
      display: block;


    }
  
    #intro {
      display: none;
    }
    }


    @media screen and (max-width: 576px) {
  
      .container-main {
        height: 100vh;
      }
      }


      .icon {
        font-size: 60px;
        color: pink;
        margin-bottom: 20px;
      }
      .success-text {

        margin-bottom: 10px;
        background-color: black;
        color: pink;
        font-size: x-large;
        padding: 10px;
        font-family: 'head';

      }
      .info-text {
        font-size: small;
            background-color: black;
        color: pink;
        font-family: 'head';
        padding: 5px;
      }