.sign-up-container {
    background-color: #2C2E3D;
}

.sign-up-wrap {
    display: none;
}

/** ----------> Pagination */
.questionCount {
    overflow: auto;
    padding-top: 15px;
}

.wizard > .steps {
    height: 80px;
    width: 430px;
    margin: 0 auto;
}

.wizard > .steps > ul {
    height: 100%;
    width: 100%;
    position: relative;
}

.wizard > .content > .body .btnContainer input {
    display: inline-block;
}

.wizard > .steps a {
    position: relative;
}

.wizard > .steps a, .wizard > .steps a:hover,
.wizard > .steps a:active {
    padding: 0 1em;
    margin: 0;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: transparent;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active,
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: transparent;
    color: #edeffe;
    cursor: default;
}

.wizard > .steps .done a .navigation-number-wrap {
    border: 3px solid #edeffe;
}

.wizard > .steps .done a .navigation-title {
    color: #edeffe;
}

.wizard > .steps .current a .navigation-number-wrap {
    border: 3px solid #C4D975;
}

.wizard > .steps .current .navigation-number-wrap .navigation-number,
.wizard > .steps .current a .navigation-title {
    color: #d8ef82;
}

.wizard > .steps a .navigation-number-wrap,
.wizard > .steps .disabled a .navigation-number-wrap {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: block;
    background-color: transparent;
    border: 3px solid #EDEFFE;
    margin: 0 auto;
    text-align: center;
}

.wizard > .steps > ul > li {
    width: 25%;
}

.wizard > .content > .body ul {
    list-style: none !important;
}

.quiznavigation-number {
    font-size: 16px;
    color: #EDEFFE;
    text-align: center;
    font-family: Montserrat-Bold, sans-serif;
}

.quiz-section-line {
    background-color: #393D50;
    height: 5px;
    position: absolute;
    width: 72px;
    top: -4px;
    left: 72px;
    border-top: none;
}

.wizard > .steps a .navigation-number-wrap .navigation-number {
    font-size: 18px;
    color: #EDEFFE;
    text-align: center;
    font-family: Montserrat-Bold, sans-serif;
}

.wizard > .steps a .navigation-title {
    position: absolute;
    bottom: -44px;
    height: 38px;
    display: block;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 12px;
    color: #EDEFFE;
    line-height: 1.2;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    cursor: default;
}

.wizard ul, .tabcontrol ul,
.wizard > .steps, .wizard {
    overflow: visible;
}

/** ----------> END of Pagination */

.wizard > .content {
    min-height: auto;
    color: #edeffe;
    background-color: #393d50;
    margin: 0;
    border-radius: 0;
    padding-top: 30px;
    font-weight: 300;
}

.wizard > .actions {
    background-color: #393d50;
    padding: 20px 0 60px;
}

.wizard .pay-button,
.wizard > .actions a,
.wizard > .actions a:active,
.wizard > .actions a:hover {
    display: block;
    float: left;
    width: 140px;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 14px;
    padding: 10px 18px;
    margin: 0 auto;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: #F44E50;
    cursor: pointer;
    border: 0;
}

.wizard .pay-button {
    color: #EDEFFE;
}

.wizard .pay-button:hover {
    background-color: #D64546;
}

.wizard > .actions > ul > li:first-child {
    float: right;
    text-align: left;
    padding-left: 20px;
}

.wizard > .actions > ul > li:last-child {
    float: left;
    text-align: right;
    padding-right: 20px;
}

.wizard > .actions > ul > li:first-child > a {
    background-color: #F44E50;
}

.wizard > .actions > ul > li:first-child > a:hover,
.wizard > .actions > ul > li > a[href="#finish"]:hover {
    outline: 0 !important;
    text-decoration: none;
    color: #EDEFFE;
    background-color: #D64546;
}

.wizard > .actions > ul > li:last-child > a {
    background-color: #2C2E3D;
    padding: 10px 31px;
    float: right;
}

.wizard > .actions > ul > li:last-child > a:hover {
    background-color: #2C2E3D;
}

.wizard > .actions > ul {
    display: block;
}

.wizard > .actions > ul > li {
    height: 65px;
    text-align: center;
    width: 50%;
    margin: 0;
}

.wizard > .actions > ul > li > a {
    display: block;
    width: 140px;
    text-align: center;
}

.wizard .sign-up-link:hover {
    border-color: #c4d975;
    color: #c4d975;
}

.wizard .sign-up-link {
    border-color: #edeffe;
    color: #edeffe;
    font-weight: 400;
    max-width: 370px;
    border-radius: 0;
    border-width: 3px;
    line-height: 1;
}

.wizard .custom-checkbox .checkMark {
    background-color: #f34e51;
}

.wizard .custom-checkbox:hover input ~ .checkMark {
    background-color: #f98688;
}

.wizard .custom-checkbox input:checked ~ .checkMark {
    background-color: #97b722;
}

.guide-text {
    font-size: 20px;
    text-align: center;
}

.auth-choice-separator {
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
}

.profile-data-section .guide-text {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 20px;
}

.profile-data-section .guide-text > div:first-child {
    font-size: 20px;
    line-height: 1;
}

.profile-data-section .guide-text > div:nth-child(2) {
    font-size: 20px;
}

.profile-data-section .guide-text > div:last-child {
    font-size: 20px;
    margin: 40px 0;
}

.sign-up-package-section .guide-text {
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sign-up-package-section .guide-text.yearly {
    margin-top: 60px;
    margin-bottom: 60px;
}

.sign-up-package-section .memberships.free + .guide-text.yearly {
    margin-bottom: 60px;
}

.sign-up-package-section .guide-text > div:first-child:not(.margin) {
    text-transform: uppercase;
    font-size: 20px;
}

.sign-up-package-section .guide-text > .margin {
    margin-bottom: 40px;
}

.sign-up-package-section .guide-text > div:nth-child(2) {
    text-transform: none;
    margin: 20px 0;
    font-size: 20px;
}

.sign-up-package-section .guide-text > div:nth-child(3) {
    text-transform: none;
    margin: 40px 0;
    font-size: 20px;
}

.sign-up-package-section .guide-text > div:nth-child(4) {
    text-transform: none;
    font-size: 20px;
    line-height: 1.5;
    max-width: 615px;
    width: 100%;
    margin: 0 auto;
}

#check-reg-code-form {
    margin-top: 80px;
    margin-bottom: 60px;
    height: 100px;
}

.email-check {
    font-weight: 700;
}

.wizard > .content > .body {
    float: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding: 0;
}

.wizard > .content > .body input.custom-data-input {
    border: 2px solid #C4D975;
    background-color: transparent;
    height: 40px;
    max-width: 370px;
    width: 100%;
    padding: 0 10px;
    color: #C4D975;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    font-weight: 600;
}

.wizard > .content > .body input.custom-data-input:disabled {
    border: 2px solid #8c8c8c;
    background-color: #3a3d4e;
    color: #8c8c8c;
}

.wizard > .content > .body input.custom-data-input::placeholder {
    color: #C4D975;
}

.wizard > .content > .body input.custom-data-input.code {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 18px;
    max-width: 370px;
    width: 100%;
    height: 50px;
    padding-right: 70px;
    margin: 0 auto;
    border: 3px solid #C4D975;
    text-align: left;
    background: transparent url(../../images/sign-up/input/code_green.svg) no-repeat 95%;
    background-size: 30px;
    background-position-y: 7px;
}

.wizard > .content > .body input.custom-data-input.big[aria-invalid="true"],
.wizard > .content > .body input.custom-data-input[aria-invalid="true"] {
    color: #F44E50;
}

.wizard > .content > .body input.custom-data-input[aria-invalid="true"] {
    border: 2px solid #F44E50;
}

.wizard > .content > .body input.custom-data-input.big[aria-invalid="true"] {
    border: 3px solid #F44E50;
}

.wizard > .content > .body input.custom-data-input.big[aria-invalid="true"]::placeholder,
.wizard > .content > .body input.custom-data-input[aria-invalid="true"]::placeholder {
    color: #F44E50;
}

.wizard > .content > .body input.custom-data-input.code[aria-invalid="true"] {
    background: transparent url(../../images/sign-up/input/code_red.svg) no-repeat 95%;
    background-size: 30px;
    background-position-y: 7px;
}

.wizard > .content > .body input.email,
.wizard > .content > .body input.code {
    margin: 0 auto;
    text-align: center;
}

.wizard .sign-up-method-container > div {
    overflow: auto;
    min-height: 76px;
    height: 100%;
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wizard .sign-up-method-container > div > div,
.wizard .sign-up-method-container > div > form {
    width: 100%;
    float: none;
    margin-bottom: 25px;
}

.wizard .custom-search-form input:checked + .slider,
.wizard .custom-search-form .slider.enabled {
    background-color: #B6C6C9;
}

.wizard .custom-search-form input + .slider:before,
.wizard .custom-search-form input:checked + .slider:before {
    background-color: #393d50;
}

.profileDetailsForm {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

.profileDetails {
    overflow: auto;
    padding-bottom: 20px;
}

.profileDetailsRight {
    float: right;
    width: 35%;
}

.profileEdit {
    margin-bottom: 30px;
    min-height: 62px;
    text-align: center;
    position: relative;
}

.sign-up-wrap .profileEdit .custom-select {
    border-radius: 0;
    border: 0;
    background-color: #393d50;
}

.profileEdit .help-block {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 5px 0 0;
}

.profileEditWrap .profile_edit-2 {
    fill: rgb(194, 194, 194);
}

.profileEdit .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    height: 25px;
}

.profileEdit .editable:not(.clubMembership) {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    padding-top: 2px;
}

.profileEdit .editable span {
    white-space: nowrap;
}

.profileEdit .editable.clubMembership div {
    display: inline-block;
}

.profileEdit .editable.clubMembership div a {
    background-color: rgb(174, 16, 16);
    border: 3px solid rgb(174, 16, 16);
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    padding: 5px;
}

.profileEdit .editable.clubMembership div a:hover {
    text-decoration: none;
}

.profileSectionName {
    font-size: 24px;
    text-align: center;
    color: #edeffe;
    text-transform: uppercase;
    margin: 20px auto 40px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
}

.profileSectionName.less-margin {
    margin: 15px 0;
}

.profileSectionEditableWrap > div.form-group,
.profileSectionEditableWrap > div.field-taxNumberInput {
    float: left;
    width: 50%;
    padding: 0 20px;
}

.profileSectionEditableWrap > .field-taxNumberInput {
    margin-bottom: 15px;
}

.profileSectionEditableWrap .sign-up-email-wrap {
    margin: 20px 0 40px;
    text-align: center;
}

.profileSectionEditableWrap .sign-up-email-wrap > .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.profileSectionEditableWrap .sign-up-email-wrap > .email {
    font-weight: 600;
    text-transform: none;
    color: #C4D975;
}

.passwordWrap .password {
    font-size: 30px;
    letter-spacing: 5px;
}

.editProfileIcon {
    display: none;
}

.saveBtnWrap {
    display: none;
}

.editData {
    border-radius: 20px;
    border: 2px solid #ae100f;
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-family: Montserrat-Medium, serif;
    height: 38px;
    width: calc(100% - 10px);
    padding: 0 10px 0 10px;
    margin-left: -10px;
}

.editable.sign-up {
    max-width: 270px;
}

.emailHolder {
    text-align: center;
    height: 62px;
}

.editform-tooltip {
    margin-left: 4px;
    background-color: rgb(174, 16, 16);
    margin-bottom: 2px;
    border-radius: 50%;
    color: #edeffe;
    padding: 0 5px 0 5px;
    font-size: 13px;
    font-family: "Montserrat-Black", sans-serif;
    opacity: 0.6;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    user-select: none;
    cursor: pointer;
}

.editform-tooltip:hover {
    opacity: 1;
}

.tooltip > .tooltip-inner {
    background-color: rgb(174, 16, 16);
    color: rgb(240, 240, 240);
    max-width: 1000px;
    text-align: left;
}

.name > .tooltip > .tooltip-arrow {
    border-top-color: rgb(174, 16, 16);
}

/* ===================> END OF SAME WITH PROFILE PAGE */

.readTermsContainer .readTerms {
    text-align: center;
    font-size: 20px;
    margin: 40px 0 30px;
}

.readTermsContainer .termsList {
    display: table;
    margin: 0 auto;
}

.readTermsContainer .termsList .read-terms-span {
    margin-left: 20px;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    float: left;
}

.wizard > .content > .body .readTermsContainer .termsList label {
    margin-bottom: 0;
    display: block;
    float: left;
    height: 25px;
    width: 25px;
    padding-left: 0;
}

.wizard > .content > .body .readTermsContainer ul > li {
    padding: 5px 0;
    overflow: auto;
}

.resetPasswordContainer {
    padding-top: 60px;
    padding-bottom: 60px;
}

.wizard section h3.title {
    text-align: center;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 22px;
    color: #57585b;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 40px;
}

#check-reg-code-form .form-group {
    text-align: center;
}

.left {
    float: left;
    width: 48%;
}

.right {
    float: right;
    width: 48%;
}

.buttonRight {
    float: right;
}

.left > div.form-group,
.right > div.form-group {
    min-height: 86px;
    margin-bottom: 0;
}

.choosePackageContainer {
    display: none;
}

.sign-up-method-container {
    margin-bottom: 40px;
    padding-top: 60px;
}

.payment-freq-switch {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}

.payment-freq-switch .monthly {
    float: left;
    width: 40%;
    text-align: right;
    padding-top: 2px;
}

.payment-freq-switch .yearly {
    position: relative;
    float: left;
    text-align: left;
}

.custom-search-form .switch-td-center {
    padding-top: 2px;
}

.payment-freq-switch .custom-search-form {
    padding-top: 0;
    padding-bottom: 0;
    float: left;
}

.payment-freq-switch .yearly .text {
    float: left;
    padding-top: 2px;
}

.payment-freq-switch .yearly .free-month {
    float: left;
    margin-left: 20px;
    position: relative;
}

.payment-freq-switch .yearly .free-month ol > li {
    display: table-cell;
    height: 30px;
    position: relative;
    margin: 0;
    text-align: center;
    border: 1px solid black;
    background-color: #34aa1f;
    color: #232923;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    float: left;
}

.payment-freq-switch .yearly .free-month ol > li > div {
    position: relative;
    line-height: 1.5;
    height: 100%;
    width: 100%;
}

.payment-freq-switch .yearly .free-month ol {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.payment-freq-switch .yearly .free-month ol > li > div:after, ol > li > div:before {
    content: "";
    display: inline-block;
    border-width: 11px;
    border-style: solid;
    width: 0;
    height: 0;
    left: -26px;
    top: 1px;
    position: absolute;
    z-index: 1;
}

.payment-freq-switch .yearly .free-month ol > li > div:after {
    border-color: transparent black transparent transparent;
    left: -28px;
}

.payment-freq-switch .yearly .free-month ol > li > div:before {
    border-width: 10px;
    display: block;
    border-color: transparent #34aa1f transparent transparent;
    z-index: 2;
    top: 2px;
}

.free-code-simplified-container {
    max-width: 370px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sign-up-wrap input:-webkit-autofill,
.sign-up-wrap input:-webkit-autofill:hover,
.sign-up-wrap input:-webkit-autofill:focus,
.sign-up-wrap textarea:-webkit-autofill,
.sign-up-wrap textarea:-webkit-autofill:hover,
.sign-up-wrap textarea:-webkit-autofill:focus,
.sign-up-wrap select:-webkit-autofill,
.sign-up-wrap select:-webkit-autofill:hover,
.sign-up-wrap select:-webkit-autofill:focus {
    border: 2px solid #C4D975 !important;
    -webkit-text-fill-color: #C4D975 !important;
    -webkit-box-shadow: 0 0 0 30px #393d50 inset !important;
    transition: none !important;
}


.sign-up-wrap input[aria-invalid="true"]:-webkit-autofill,
.sign-up-wrap input[aria-invalid="true"]:-webkit-autofill:hover,
.sign-up-wrap input[aria-invalid="true"]:-webkit-autofill:focus,
.sign-up-wrap textarea[aria-invalid="true"]:-webkit-autofill,
.sign-up-wrap textarea[aria-invalid="true"]:-webkit-autofill:hover,
.sign-up-wrap textarea[aria-invalid="true"]:-webkit-autofill:focus,
.sign-up-wrap select[aria-invalid="true"]:-webkit-autofill,
.sign-up-wrap select[aria-invalid="true"]:-webkit-autofill:hover,
.sign-up-wrap select[aria-invalid="true"]:-webkit-autofill:focus {
    border: 2px solid #F44E50 !important;
    -webkit-text-fill-color: #F44E50 !important;
}

.sign-up-wrap .custom-select.profile-page .select-selected {
    color: #C4D975;
    padding: 6px 10px;
    font-weight: 600;
    border: 2px solid #C4D975;
}

.sign-up-wrap .custom-select.profile-page .select-selected.select-arrow-active {
    border-bottom: none;
}

.sign-up-wrap .custom-select.profile-page .simplebar-content > div {
    color: #C4D975;
    font-weight: 600;
}

.sign-up-wrap .simplebar-mask {
    border-left: 2px solid #C4D975;
    border-right: 2px solid #C4D975;
    border-bottom: 2px solid #C4D975;
}

.sign-up-wrap .custom-select.profile-page .select-items,
.sign-up-wrap .select-selected {
    background-color: #393d50;
}

.sign-up-wrap .custom-select.profile-page .select-selected:not(.select-arrow-active):after {
    border-color: #C4D975 transparent transparent transparent;
}

.sign-up-wrap .custom-select.profile-page .select-selected.select-arrow-active:after {
    top: 10px;
    border-color: transparent transparent #C4D975 transparent;
}

.sign-up-wrap .custom-select.profile-page .simplebar-content div.same-as-selected {
    background-color: #34aa1f;
    color: #edeffe;
}

.sign-up h2 {
    color: #edeffe;
}

.sign-up-container .feedback-wrap > h2.title ,
.sign-up-container .feedback-wrap > .tick-wrap > .text {
    color: #edeffe !important;
}
