* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.card-background {
  background-color: #ffffff;
  border: none;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 30%;
}

.card-background_logo {
  background-color: #ffffff;
  border: none;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 30%;

}

.logo {
  display: flex;
  justify-content: center;
  height: 100px;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.reject-all-btn {
  border: none;
  border-radius: 10px;
  font-size: medium;
}

.submit-button {
  border: none;
  border-radius: 10px;
  font-size: medium;
  background-color: #0099CC;
}

.sign-up-second-input-box {
  border: none;
  border-radius: 10px;
  font-size: medium;
}

body {
  flex-direction: column;
  min-height: 100vh;
  font-family: Jost, sans-serif;
  display: flex;
}

.main-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #fffcf7;
}



.registration-form h2 {
  text-align: center;
  margin-bottom: 20px;
}

.registration-form label {
  display: block;
  margin: 8px 0px;
  font-weight: 600;
}

.registration-form input {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #f2f2f2;
  border-radius: 4px;
}

.registration-form select {
  width: 100%;
  padding: 8px;
  border: none;
  background-color: #f2f2f2;
  border-radius: 4px;
}

.registration-form input[type="submit"] {
    background-color: #fffaf4;
    color: black;
    border: 1px solid orange;
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
}

.registration-form input[type="submit"]:hover {
  background-color: orange;

}

.cntcod {
  display: flex;
}

.cntcod .marrr {
  margin-right: 10px;
}

.error_div {
  display: none;
  /* Keep this rule if you want to hide the error messages initially */
  color: red;
  /* Optional: Customize the error message color */
}

.error {
  border-color: red;
}

.show-error {
  display: block !important;
  /* Override the display property to show the error messages */
}

/* Loader Starts */
/* Styles for the spinner overlay */
#spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* semi-transparent black */
    display: flex;
    /* Initially hidden */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Ensure it appears above other elements */
}

.loader {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
}

@keyframes mulShdSpin {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff,
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
            1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.7),
            1.75em 1.75em 0 0em #ffffff,
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7),
            0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7),
            -2.6em 0em 0 0em #ffffff,
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.7),
            -1.8em -1.8em 0 0em #ffffff;
    }
}
.toggle-button{
    padding: 10px;
    font-size: 14px;
    background: antiquewhite;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 5px orange;
    color: black;
    width: 45%;
    font-weight: 600;
}


.card-background_logo{
    width: 100%;
}
.card-background_logo img{
    width: 30% !important;
}
.toggle-button-box .active{
    background: orange;
}
.registration-form label{
    font-size: 18px !important;
}
input{
    font-size: 12px !important;
}
/* Loader Ends */
#preloader{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: #976b35ab;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.4s;
}
form .error{
    color: red;
}
.popup-overlay{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: #357c97ab;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.success-popup{
    background: #d7edfa;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.close-icon{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
}
@media only screen and (max-width: 992px) {
  .card-background {
    width: 60%;
  }

  .card-background_logo {
    width: 60%;
  }
    .card-background_logo img{
        width: 100% !important;
    }
}

@media only screen and (max-width: 600px) {
  .card-background {
    width: 100%;
  }

  .card-background_logo {
    width: 100%;
  }
}

