.join-index {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.join-index .join-index-wrapper {
    margin: 8px 192px 40px 192px;
    display: flex;
    flex-direction: column;
    min-width: 384px;
    max-width: 384px;
}

.join-index .join-index-register-header {
    color:  #333333;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
}

.join-index .join-index-register-label {
    color: #5A5757;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 25px;
}

.join-index form {
    padding-top: 25px;
}

.join-index form .form-label{
    color: #898686;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 9px;
    text-transform: capitalize;    
}

.join-index form input {
    color: #898686;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #FBF8F8;
    border-radius: 3px;
    background:#FBF8F8;
}

.join-index form input:focus {
    border-color: unset;
    box-shadow: unset;
    background: #FBF8F8;
}

.join-index form input[type=checkbox]:checked {
    background-image: url('/images/checkbox-selected.svg');
    background-position: 50% center;
    background-repeat: no-repeat;
    background-color: #333333;
    border-color: #333333;
}

.join-index form .form-control.is-valid {
    border-color: unset;
    background-image: unset;
    box-shadow: unset;
    padding: 0.375rem 0.75rem;
}

.invalid-feedback {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.btn-white {
    width: 384px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #333333;
    background: #FFFFFF;
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.btn-white:hover {
    cursor: pointer;
    color: #333333;
}

.btn-black {
    width: 384px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #333333;
    background: #333333;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.btn-black:hover {
    cursor: pointer;
    color: #FFFFFF;
}

.join-index form#register-phone-code-input-form {
    display: none;
}

.join-index .join-index-register-label-phone {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.join-index .join-index-register-phone-code {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
}

.join-index .join-index-register-phone-code input{
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    background: #FBF8F8;
    color: #333333;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    padding-left: 13px;
}

.join-index .join-index-register-label-multi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-self: center;
    gap: 4px;
    max-width: 256px;
    min-width: 256px;
    margin-top: 16px;
    color: #898686;
}

.link-black {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
}

.link-black:hover {
    cursor: pointer;
    color: #333333;
}

.join-index .join-index-register-label-change-number {
    display: flex;
    justify-content: center;
}

.join-index form#register-phone-send-call-form {
    display: none;
}

.join-index .join-index-call-validation-error-text {
    display: flex;
    justify-content: center;
    color: #F94942;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    top: -12px;
}

.join-index form .form-label.no-gap {
    position: relative;
    top: -20px;
    text-transform: none;
}

.join-index form#register-customer-form {
    display: none;
}

.join-index form#register-customer-form .loading {
    background: #5A5757;
    cursor: unset;
}

.join-index .join-index-register-customer-header {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 16px;
}

.join-index .join-index-register-customer-birthday {
    display: flex;
    gap: 24px;
}

.join-index .join-index-register-customer-birthday input{
    text-align: center;
}


.select2-dropdown.select2-dropdown--below:has(#select2-registercustomerform-store_id-results) {
    margin-top: 5px !important;
}

.select2-container--bootstrap .select2-selection, .select2-results__option {
    font-family: 'PT Sans', serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    background-color: #FBF8F8 !important;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection, .select2-container.select2-container--bootstrap.select2-container--open .select2-dropdown {
    border-radius: 3px;
    border-color: #E5E5E5;
    box-shadow: none;
    background-color: #FBF8F8;
}

.select2-container--bootstrap.select2-container--focus .select2-selection {
    box-shadow: unset !important;
    border-color: unset !important;
    background-color: #FBF8F8 !important;
}

.select2-container--bootstrap .select2-selection--single {
    background-color: #FBF8F8 !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: unset !important;
    color: #333333 !important;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #F8F8F8 !important;
}

.join-index form .join-index-customer-agree-wrapper label {
    color: #333333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: none;
    margin-left: 10px;
}

.join-index .join-index-customer-agree-wrapper {
    padding-top: 11px;
}

.join-index div[role=radiogroup] {
    display: flex;
}

.join-index div[role=radiogroup] input{
    display: none;
}

.join-index div[role=radiogroup] .form-check{
    margin: 0;
    padding: 0;
}

.join-index div[role=radiogroup] .form-check-label{
    width: 192px;
    height: 45px;
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5A5757;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

.join-index div[role=radiogroup] .form-check-label.black{
    background-color: #333333;
    color: #FFFFFF;
}

.join-index-register-customer-birthday.invalid-feedback, .join-index-register-customer-agree.invalid-feedback {
    position: relative;
    top: -16px;
}

.join-index-customer-agree-wrapper .link-black {
    font-size: 12px;
}

.join-index .join-index-register-customer-store-list {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 14px;
}

.join-index .join-index-register-customer-store-list .join-index-register-customer-store-list-element {
    display: flex;
    flex-direction: row;
    gap: 16px;
    display: none;
}

.join-index .join-index-register-customer-store-list .join-index-register-customer-store-list-element .join-index-register-customer-store-list-element-description {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    color: #898686;
}

.join-index .join-index-register-customer-store-list .join-index-register-customer-store-list-element .join-index-register-customer-store-list-element-description .join-index-register-customer-store-list-element-description-name{
    color: #333333;
}
