/* Version: MSPSelect_V_01.18.2025.1230 */

/* START index_html_background_image */
.index_html_background_image {
    position: fixed;
    top: 0;
    left: 0;
    width: 60%; /* Cover most of the left side */
    height: 100%;
    background-image: url('Images/charleston-image.jpg'); /* Replace with the path to your chosen image */
    background-size: cover;
    background-position: center;
    z-index: -1; /* Ensure the background is behind other elements */
}
/* END index_html_background_image */

/* START index_html_login_container */
.index_html_login_container {
    background: rgba(221, 236, 243, 0.9); /* Semi-transparent background */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 10%; /* Position the login container to the right */
    top: 50%;
    transform: translateY(-50%); /* Center vertically */
    z-index: 1; /* Ensure the login container is above the background */
}

.index_html_login_container h1 {
    margin-bottom: 20px;
    font-size: 2em; /* Adjust font size */
    color: #2c3e50; /* Change heading color */
}

.index_html_login_container img {
    width: 100px;
    margin-bottom: 20px;
}

.button55 {
  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-family: Neucha, sans-serif;
  font-size: 1rem;
  line-height: 23px;
  outline: none;
  padding: .75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button55:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}

.button55:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}

.small-button {
  font-size: 0.8rem;
  padding: 0.5rem;
  border-radius: 10px;
}

/* END index_html_login_container */

/* START index_html_footer */
.index_html_footer {
    margin-top: 20px;
    font-size: 1em; /* Adjust font size */
    color: #2c3e50 !important; /* Ensure the text color is applied */
    position: relative;
    bottom: 0;
    right: 0;
    text-align: right;
}

.index_html_footer a {
    color: #2c3e50 !important; /* Ensure the link color is applied */
    text-decoration: none;
}

.index_html_footer a:hover {
    text-decoration: underline;
}
/* END index_html_footer */

/* START index_html_body_styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Change font family */
    background-color: #f4f4f4; /* Change background color */
    margin: 0;
    padding: 0;
    color: #333; /* Add text color */
    height: 100vh;
    padding-top: 20px; /* Add padding to the top */
    position: relative; /* Ensure the profile menu is positioned correctly */
}
/* END index_html_body_styles */

/* START registration_html_container */
.registration_html_container {
    background: rgba(221, 236, 243, 0.9); /* Semi-transparent background */
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 20px auto; /* Center horizontally */
    width: 90%; /* Adjust width as needed */
    max-width: 700px; /* Maximum width */
    overflow-y: auto; /* Enable scrolling */
}

.registration_html_container h1 {
    margin-bottom: 20px; /* Adjust margin */
    font-size: 2em; /* Adjust font size */
    color: #2c3e50; /* Change heading color */
    text-align: center;
}

.progress-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.progress-bar .step {
    width: 22%;
    padding: 10px;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 5px;
    color: #333;
}

.progress-bar .step.active {
    background-color: #0078d4;
    color: #fff;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

label {
    display: inline-block;
    width: 150px; /* Adjust width as needed */
    margin-bottom: 10px;
    font-size: 1em;
    color: #333;
}

input,
select {
    width: calc(100% - 160px); /* Adjust width as needed */
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #ccc; /* Thicker border */
    border-radius: 5px;
    box-sizing: border-box;
}

.required {
    color: red;
}

.note {
    font-size: 0.9em;
    color: #777;
}

.captcha {
    margin-bottom: 20px;
}

.info-icon {
    color: blue;
    cursor: pointer;
    margin-left: 5px;
}

.registration_html_sub_title {
    text-align: center;
    margin-bottom: 20px;
}

.registration_html_sub_title h2 {
    font-size: 1.5em;
    color: #2c3e50;
}

.registration_html_comms_container {
    display: flex;
    flex-direction: column; /* Stack the options */
    align-items: flex-start; /* Left justify */
    gap: 10px;
    margin-left: 150px; /* Align with other labels */
}

.registration_html_comms_container label,
.registration_html_comms_container input {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: normal; /* Remove bold */
}

/* END registration_html_comms_container */

/* START registration_html_terms_footer */
.registration_html_terms_footer {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.registration_html_terms_footer label {
    font-size: 1em;
    color: #333;
}
/* END registration_html_terms_footer */

/* START register_button */
.register_button {
    text-align: center;
    margin-top: 20px;
}

.register_button .button55 {
    margin-top: 20px;
}

.register_button .back-link {
    margin-top: 10px;
}
/* END register_button */

/* Centered elements */
   .centered {
            display: flex;
            align-items: left;
            justify-content: center;
            text-align: left;
            width: 75%;
            margin: 0 auto;
        }
        .centered label {
            margin-right: 10px;
        }
        .centered input {
            width: 50%;
        }
        
.centered .button55 {
    margin-top: 20px;
}

.centered .back-link {
    margin-top: 10px;
}

/* START back-link Styles */
.back-link {
    display: block;
    margin-top: 20px;
    font-size: 1em;
    color: #0078d4;
    text-decoration: none;
}

.back-link:hover {
    text-decoration: underline;
}
/* END back-link Styles */

/* START terms-container */
.terms-container,
.privacy-container {
    background: rgba(221, 236, 243, 0.9); /* Semi-transparent background */
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 20px auto; /* Center horizontally */
    width: 90%; /* Adjust width as needed */
    max-width: 700px; /* Maximum width */
    overflow-y: auto; /* Enable scrolling */
}

.terms-container h1,
.privacy-container h1 {
    margin-bottom: 20px; /* Adjust margin */
    font-size: 2em; /* Adjust font size */
    color: #2c3e50; /* Change heading color */
    text-align: center;
}

.terms-container p,
.privacy-container p {
    font-size: 1em;
    color: #333;
    margin-bottom: 20px;
}

.terms-container button,
.privacy-container button {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    background-color: #0078d4;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.terms-container button:hover,
.privacy-container button:hover {
    background-color: #005a9e;
}
/* END terms-container */
