/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/registerModal.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.register-modal-overlay, .modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000;
}

body.modal-open {
    overflow: hidden !important;
}

.link-button, .register-form .link-button {
    background: none;
    border: none;
    color: #ffb366;
    cursor: pointer;
    font-size: 14px;
    margin-top: 8px;
    text-decoration: none !important;
    outline: none;
}

.link-button:hover {
    color: #ff6a3d;
}

.register-modal-container {
    background: #131635;
    border-radius: 8px;
    padding: 32px;
    width: 100%;
    max-width: 510px;
    color: #fff;
    position: relative;
    height: auto;
    border: 1px solid #1C1845;
    transform: scale(0.9);
}
  
  .register-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }

  .register-modal-options {
    width: 100%;
    border-bottom: 1px solid #c7e2fb12;
    margin-bottom: 40px;
    margin-top:30px;
    padding: 0px 0;
}

.register-modal-options span {
    display: inline-block;
    width: 80px;
    text-align: center;
    cursor: pointer;
}
  
  .register-modal-header h2 {
    font-size: 24px;
    font-weight: bold;
  }
  
  .close-button {
    background: none;
    border: none;
    font-size: 28px;
    color: gray;
    cursor: pointer;
  }
  
  .close-button:hover {
    color: white;
  }
  
  .register-step-indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
  
  .step-circle {
    width: 32px;
    height: 32px;
    border: 2px solid gray;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: gray;
  }
  
  .step-circle.active {
    background: #ff7b00;
    color: white;
  }
  
  .step-line {
    flex: 1 1;
    height: 2px;
    background: gray;
    margin: 0 8px;
  }
  
.register-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 0px;
}

.input-field input::placeholder {
  font-weight: 700;
  color: #555555 !important;
}

  .input-field {
    display: flex;
    flex-direction: column;
  }
  

  .register-modal-options {
    width: 100%;
    border-bottom: 1px solid #c7e2fb12;
    margin-bottom: 30px;
    padding: 0px 0;
    font-family: 'Source Sans Pro';
    font-size: 16px;
}


img.modalHeader {
    margin-bottom: 0;
    width: 100%;
}

.input-field input, select, .input-field input[type="number"] {
    margin-top: 4px;
    padding: 8px;
    border-radius: 8px;
    background: #0d0c23!important;
    border: 1px solid #c7e2fb14;
    color: #fff!important;
    outline: none;
    width: 100%;
    height: 48px;
}
  
  .input-field input:focus {
    border-color: #ff7b00;
  }
  
  .error-message {
    color: #ff4d4d;
    font-size: 12px;
    margin-top: 4px;
  }
  
  .terms-checkbox {
    display: flex;
    align-items: center;
  }

  label {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    padding-left: 5px;
}
  
  .terms-checkbox input {
    margin-right: 8px;
  }
  
  .submit-button {
    background: linear-gradient(to right, #ff7b00, #ff6b00);
    padding: 10px;
    border-radius: 5px;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    height: 45px;
    margin-top: 12px;
  }
  
  .submit-button:hover {
    background: linear-gradient(to right, #ff6b00, #ff5b00);
  }
  
  .social-login {
    display: flex;
    gap: 16px;
    margin-top: 24px;
  }
  
  .social-button {
    flex: 1 1;
    padding: 10px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border: none;
  }
  
  .facebook-btn {
    background: #3b5998;
  }
  
  .google-btn {
    background: #db4437;
  }
  

  .form-row.two-column, .form-row.three-column {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 20px;
    gap: 20px;
}

.form-row.two-column select {
    padding: 15px;   
    margin-bottom: 15px;
}

.input-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.form-row.three-column label {
    position: absolute;
    margin-top: -15px;
}

.social-login {
    display: grid;
    grid-auto-flow: column;
    margin-top: 0px;
    grid-gap: 16px;
    gap: 16px;
}

.social-login button {
    width: 100%!important;
}

.or-separator {
    text-align: center;
}

input::placeholder {
  color: #999;
  opacity: 1;
}

.signup-buttons.grid {
    display: flex;
    gap: 20px;
}

.signup-buttons.grid button {
  height: 48px;
  width: 212px;
}

.register-modal-social #seperator {
    margin: 0 auto;
    max-width: 75%;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/footer.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.footer_footer__KDdEv {
  color: #bcbcbc;
  padding: 40px 0px;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 22px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
}

.footer_topNotice___9tG5 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  border-bottom: 2px solid #1d1239;
  padding-bottom: 30px;
  margin-top: -30px;
  font-weight: normal;
  color: #fff;
}

.footer_linksSection__RbXNQ {
  display: flex;
  flex-wrap: wrap;
  gap: 76px;
  margin-bottom: 30px;
}

.footer_linkColumn__9IugM {
  min-width: 150px;
}

.footer_linkColumn__9IugM h4 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer_linkColumn__9IugM ul {
  list-style: none;
  padding: 0;
  line-height: 30px;
}

.footer_linkColumn__9IugM ul li {
  margin-bottom: 8px;
  cursor: pointer;
}

.footer_linkColumn__9IugM ul li:hover {
  text-decoration: underline;
}

.footer_socialIcons__Mddyo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_bottomNotice__X0btM {
  font-size: 18px;
  color: #7e6fc4;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 500;
}

.footer_bottomNotice__X0btM p {
  margin-bottom: 15px;
}

.footer_bottomLogos__KALdY img {
  width: 59px;
  height: 59px;
}


.footer_socialIcons__Mddyo {
  display: flex;
  gap: 31px;
  margin-top: 15px;
  flex-direction: row;
  margin-left: 10px;
}

h4.footer_center__ypRkW {
  text-align: center;
  display: block;
}


img.footer_resizeIcon__gN98W {
  width: 69px;
  height: 59px;
}

.footer_bottomLogos__KALdY {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: -3px;
}


