.register-container {
    width: 100vw;
    position: relative;
    min-height: calc(100vh - 65px);
    overflow: hidden;
}

.register-slide-container {
    position: relative;
    min-height: calc(100vh - 65px);
    transition: all .5s ease;
    left: 0vw;
}

.register-slide-container section {
    position: relative;
    flex: 0 0 100vw;
    max-width: 100vw;
    min-height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
    padding-top: 100px;
    overflow-y: auto;

}

.register-slide-container section::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

.register-slide-container section::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.register-slide-container section::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.register-slide-container section::-webkit-scrollbar-corner {
    background-color: transparent;
}

.reg-phone-main {
    max-width: 400px;
    max-height: 700px;
    min-height: 500px;
    height: 100%;
    margin: auto;
}

.reg-phone-p1 {
    height: 35%;
}

.reg-phone-p2 {
    max-width: 300px;
    height: 25%
}
.reg-phone-p3 {
    height: 15%;
}
.reg-phone-p4 {
    height: 25%;
}

@media screen and (max-width:1170px) {
    .register-container {
        min-height: calc(100vh - 50px);
    }

    .register-slide-container {
        min-height: calc(100vh - 50px);
    }

    .register-slide-container {
        min-height: calc(100vh - 50px);
    }

    .register-slide-container section {
        min-height: calc(100vh - 50px);
        max-height: none;
    }
}

.register-container .shape-bg {
    right: -142px;
    top: -158px;
    width: 1200px;
    z-index: -1;
}

.register-container .bubble-rocket {
    bottom: 10%;
    left: 10%;
    width: 300px;
    z-index: -1;
}

.progress-register-wrapper {
    max-width: 900px;
}

.progress-register-wrapper .progress-line {
    width: calc(100% - 110px);
    left: 55px;
    height: 4px;
    top: 18px;
    background-color: #F1F1F1;
    z-index: 10;
}

.progress-register-wrapper .progress-line .top-line {
    content: '';
    z-index: 11;
    position: absolute;
    left: 0px;
    width: 0%;
    height: 4px;
    background-color: #2F59DE;
    transition: all .5s ease;
}

.progress-register-wrapper .step-wrapper {
    width: 110px;
}

.progress-register-wrapper .step-wrapper .dot {
    border-radius: 50%;
    background: #F1F1F1;
    height: 38px;
    width: 38px;
    z-index: 20;
    transform: scale(0.8);
}

.progress-register-wrapper .step-wrapper.active .dot {
    background: rgb(3, 160, 241);
    background: -moz-linear-gradient(45deg, rgba(3, 160, 241, 1) 0%, rgba(63, 63, 216, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(3, 160, 241, 1) 0%, rgba(63, 63, 216, 1) 100%);
    background: linear-gradient(45deg, rgba(3, 160, 241, 1) 0%, rgba(63, 63, 216, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03a0f1", endColorstr="#3f3fd8", GradientType=1);
    animation: bounceScale .85s ease-out forwards;
}

.progress-register-wrapper .step-wrapper.active .title {
    color: #222222;
    color: var(--main-text);
    font-weight: 600;
}


@keyframes bounceScale {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.07);
    }

    100% {
        transform: scale(1);
    }
}

.register-slide-container section .btns-wrapper:not(.last) {
    /*bottom: 150px;
    left: 0px;
    width: 100%;*/
    position: relative;
    bottom: auto !important;
    left: auto !important;
    margin-top: 30px;
}

.margin-top100-r {
    margin-top: 100px;
}

.margin-top20-r {
    margin-top: 20px;
}

.padding-top100-r {
    padding-top: 100px;
}

.center-wrapper {
    height: calc(100% - 330px);
}

@media screen and (max-height:875px) {
    .register-slide-container section .btns-wrapper:not(.last) {
        /*bottom: 50px;*/

    }

    .margin-top100-r {
        margin-top: 50px;
    }

    .padding-top100-r {
        padding-top: 50px;
    }
}

@media screen and (max-height:750px) {
    .register-slide-container section .btns-wrapper:not(.last) {
        /*bottom: 20px;*/

    }

}

.choice-container .box-radio {
    position: relative;
    flex: 0 0 170px;
    height: 100px;
    max-width: 170px;
    overflow: hidden;
}

.choice-container .box-radio .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    transition: all .2s ease;
    padding: 15px;
    border: solid 3px #F1F1F1;
}

body.dark .choice-container .box-radio .background {
    background: #707070;
    border-color: #707070;
}

.choice-container .box-radio input:checked+.background.student {
    background: var(--blue-start-gradient);
    background: linear-gradient(180deg, var(--blue-start-gradient) 0%, var(--blue-end-gradient) 100%);
    border: none;
    color: white;
}

.choice-container .box-radio input:checked+.background.coach {
    background: var(--green-start-gradient);
    background: linear-gradient(180deg, var(--green-start-gradient) 0%, var(--green-end-gradient) 100%);
    border: none;
    color: white;
}

.choice-container .box-radio input:checked+.background.school {
    background: var(--orange-start-gradient);
    background: linear-gradient(180deg, var(--orange-start-gradient) 0%, var(--orange-end-gradient) 100%);
    border: none;
    color: white;
}

.choice-container .box-radio input:checked+.background.job {
    background: var(--purple-start-gradient);
    background: linear-gradient(180deg, var(--purple-start-gradient) 0%, var(--purple-end-gradient) 100%);
    border: none;
    color: white;
}

@media screen and (min-width:1170px) {
    .choice-container .box-radio .background.job:hover {
        border-color: #8C75EB;
    }

    .choice-container .box-radio .background.school:hover {
        border-color: #FF9100;
    }

    .choice-container .box-radio .background.coach:hover {
        border-color: #19CF89;
    }

    .choice-container .box-radio .background.student:hover {
        border-color: #03A0F1;
    }
}


@media screen and (max-width:1170px) {
    .padding-top100-r {
        padding-top: 50px;
    }

    .margin-top100-r {
        margin-top: 50px;
    }

    .choice-container .box-radio {
        flex: 0 0 150px;
        height: 150px;
    }

    .register-slide-container section .btns-wrapper {
        position: relative;
        bottom: auto !important;
        left: auto !important;
        margin-top: 50px;
    }

    .register-container .bubble-rocket {
        display: none;
    }

    .register-container .shape-bg {
        width: 450px;
    }

    .center-wrapper {
        height: auto;
        margin-top: 100px;
        margin-bottom: 150px;
    }
}

@media screen and (max-width:350px) {
    .progress-register-wrapper .step-wrapper {
        width: 80px;
        text-align: center;
    }

    .progress-register-wrapper .step-wrapper .title {
        padding: 0px;
        font-size: 0.9rem;
    }

    .progress-register-wrapper .step-wrapper:last-child {
        width: 105px;
    }

    .progress-register-wrapper .progress-line {
        width: calc(100% - 80px);
        left: 40px;
    }
}

.user-target-wrapper {
    max-width: 400px;
    width: 95%;
}

.user-target-wrapper .item {
    padding: 15px 20px;
    transition: all .2s ease;
}

.user-target-wrapper .item svg {
    position: absolute;
    width: 12px;
    top: calc(50% - 4px);
    transform: rotate(270deg);
    right: 15px;
}

.user-target-wrapper .item:hover {
    color: #03A0F1;
}

section.more-infos .btns-wrapper {
    position: relative;
    bottom: auto !important;
    left: auto !important;
    margin-top: 30px;
}

.tags-wrapper .tag {
    flex: 0 0 auto;
    padding: 5px 10px;
    margin: 3px 5px;
    cursor: pointer;
    border-radius: 17px;
    color: var(--grey-dark);
    border: solid 1px #b4b4b4;
}

body.dark .tags-wrapper .tag {
    border-color: #353a48;
}

@media screen and (min-width:1170px) {
    .tags-wrapper .tag:hover {
        border-color: var(--blue-primary);
    }
}


.tags-wrapper .tag.selected {
    background-color: var(--blue-primary);
    color: white;
    border-color: var(--blue-primary);
}

.register-slide-container section.more-infos {
    padding-top: 30px;
}

.register-slide-container section.interest-domains {
    padding-top: 30px;
}

.gradient-bg {
    z-index: 1;
    opacity: 0.5;
    top: calc(50% - 1250px);
    left: calc(50% - 1250px);
    width: 2500px;
    height: 2500px;
    background: rgb(0, 149, 254);
    background: linear-gradient(90deg, rgba(0, 149, 254, 1) 0%, rgba(206, 0, 188, 1) 100%);
    animation: rotating 5s linear infinite;
}

@media screen and (min-width:2000px) {
    .gradient-bg {
        width: 4000px;
        height: 4000px;
        top: calc(50% - 2000px);
        left: calc(50% - 2000px);
    }
}

@media screen and (max-width:800px) {
    .gradient-bg {
        width: 1000px;
        height: 1000px;
        top: calc(50% - 500px);
        left: calc(50% - 500px);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.register-container.login .register-slide-container {
    position: relative;
    z-index: 5;
    color: white !important;
}

.register-container.login .register-slide-container input {
    background-color: transparent !important;
    color: white;
    border-color: white;
}

.register-container.login .bubble-rocket {
    z-index: 50;
}

.register-container.login {
    background-color: #1D2024;
}

.ns-bg {
    background-image: url(../images/head_bg_newsfeed.svg);
    background-position: top -5px right;
    background-size: contain;
    background-repeat: no-repeat;
}


.register-container.login hr {
    max-width: 50px;
    background-color: #f1f1f149;
}

.register-container.login section {
    padding-top: 0px;
    overflow: hidden;
    display: flex;
}

@media screen and (max-width: 1170px) {
    .register-container.login section {
        min-height: calc(100vh - 50px);
        max-height: none;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .register-container.login hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.fa-eye {
    position: absolute;
    bottom: 12px;
    /* 350px is the max-width of the password input */
    right: calc(50% - 350px / 2 + 12px);
}

@media screen and (max-width:350px){
    .fa-eye {
        right: 10px;
    }
}

#Input_Password:focus + .fa-eye, #Input_ConfirmPassword:focus + .fa-eye {
    bottom: 17px;
}

.valid #Input_Password + .fa-eye, 
.error #Input_Password + .fa-eye, 
.valid #Input_ConfirmPassword + .fa-eye, 
.error #Input_ConfirmPassword + .fa-eye {
    bottom: 17px;
}

#Input_Password.valid,
#Input_ConfirmPassword.valid,
#Input_Password.error,
#Input_ConfirmPassword.error 
{
    background-position: right 35px center;
}

.input-field-style.register-password input::placeholder {
    color: #929292;
    opacity: 1;
}

body.dark #mainForm input:-webkit-autofill,
body.dark #mainForm input:-webkit-autofill:hover,
body.dark #mainForm input:-webkit-autofill:focus {
    /*-webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0) inset !important;*/
    transition: background-color 5000s ease-in-out 0s !important;
}


body.dark #mainForm input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}