.content-sections{
    overflow-y: visible;
}

#site-register-header {
    width: 100%;
}

#site-register-header nav div .collapse.navbar-collapse {
    justify-content: flex-end;
}

.login-button {
    color: #ffffff !important;
}

#site-register-header {
    width: 100%;
    position: relative;
}

.site-register-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#main_image_back_top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -99;
}

#main_image_back_right {
    position: absolute;
    right: 0;
    z-index: -99;
}

@media screen and (max-width: 600px) {
    #main_image_back_top {
        /*display: none;*/
        width: 100vw;
    }

    #main_image_back_right {
        /*display: none;*/
        width: 100vw;
        top: 50%
    }
}

.site-register{
    background-color: #292929;
    width: 600px;
    padding: 60px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 100px;
    font-family: Montserrat-Regular, sans-serif !important;
}

.site-register h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.site-register label {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.site-register input {
    width: 360px;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 0 10px;
    border: 1px solid #7E7E7E;
    background-color: #292929;
    color: #ffffff;
}


/* Custom CSS to remove circles and replace with squares */
.radio-square input[type="radio"] {
    appearance: none; /* Remove default appearance */
    -webkit-appearance: none; /* Remove default appearance for webkit browsers */
    -moz-appearance: none; /* Remove default appearance for Mozilla browsers */
    width: 20px; /* Set width of square */
    height: 20px; /* Set height of square */
    border: 1px solid #ccc; /* Add border */
    border-radius: 3px; /* Add border radius */
    margin-right: 10px; /* Add spacing between squares */
}

/* Style for checked state */
.radio-square input[type="radio"]:checked {
    background-color: #959C6D; /* Fill square with red color for checked state */
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: none !important;
}

#signupform-sex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#signupform-sex .form-check {
    margin-right: 20px;
}

.site-register button[name="signup-button"] {
    background-color: #959C6D;
    color: #ffffff;
    width: 141px;
    height: 43px;
    border-radius: 8px;
    padding: 10px 14px 10px 14px;
    text-align: center;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

.license-agreement {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.license-agreement .checkbox {
    width: 20px;
    height: 20px;
}
.license-agreement .checkbox input[type="checkbox"] {
    appearance: none; /* Remove default appearance */
    -webkit-appearance: none; /* Remove default appearance for webkit browsers */
    -moz-appearance: none; /* Remove default appearance for Mozilla browsers */
    width: 20px; /* Set width of square */
    height: 20px; /* Set height of square */
    border: 1px solid #ccc; /* Add border */
    border-radius: 3px; /* Add border radius */
    margin-right: 10px; /* Add spacing between squares */
}

/* Style for checked state */
.license-agreement .checkbox input[type="checkbox"]:checked {
    background-color: #959C6D; /* Fill square with red color for checked state */
}

.license-agreement .license-agreement-text{
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

.license-agreement .license-agreement-text a {
    font-size:11px;
    font-weight: 400;
    text-decoration: none;
    color: #7E7E7E;
    line-height: 12px;

}

.site-register .submit-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

.success_register {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #292929;
    width: 630px;
    height: 360px;
    border-radius: 12px;
    padding: 42px 60px 42px 60px;
}

.success_register .success_register_icon {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.success_register .success_register_icon img {
    width: 100%;
    height: 100%;
}

.success_register .success_register_text {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.success_register .success_register_info {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #9A9A9A;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.success_register .success_register_level {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.success_register .success_register_level a {
    width: 280px;
    height: 44px;
    border-radius: 8px;
    padding: 10px 14px 10px 14px;
    background-color: #959C6D;
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
}

.success_register .success_register_skip {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.success_register .success_register_skip a {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #9A9A9A;
    text-decoration: none;
}

.site-register-wrapper.background{
    pointer-events: none;
    opacity: 0.5;
}

.progress-title {
    color: white;
    font-size: 14px;
}


