
.block-personalize-wrapper {

}

.personalize-main-title {
    font-size: 48px;
    width: 80%;
    color: #888888;
}

.step-wrapper {
    background: #F4F4F2;
    padding: 10px 28px;
    margin-bottom: 3rem;
}

.step-wrapper img.person, .step-wrapper img.employee, .step-wrapper img.computer {
    padding: 10px 0;
    margin-bottom: 10px;
}

.step-wrapper .person {
    width: 6.5rem;
    height: 10rem;

}

.step-wrapper .employee {
    width: 7rem;
    height: 10rem;
}

.step-wrapper .person, .computer {
    height: 9rem;
}


.step-wrapper .text-wrapper {
    padding-bottom: 5rem;
}

.roboto-normal {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
}

.step-wrapper .step-text {
    font-size: 20px;
    color: 888888;
    margin-bottom: 0;
    line-height: 1.2;
}

.block-personalize-wrapper img.choice {
    width: 22rem;
    cursor: pointer;
}

.block-personalize-wrapper .choice-text {
    bottom: 12px;
    left: 50%;
    font-size: 23px;
    margin: auto;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -27%);
    width: 80%;
}

.choice-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.choice-margin {
    margin-right: 5rem;
}

.personalize-next-btn {
    margin-top: 3rem;
    border-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    min-width: 20rem;
    width: fit-content;
    max-width: 20rem;
    white-space: nowrap;
    font-size: 22px;
    background: #0768B3;
    color: #fff;
}

.personalize-next-btn:hover {
    color: #fff;
}

.personalize-back-btn {
    margin-top: 3rem;
    border-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    min-width: 20rem;
    width: fit-content;
    max-width: 20rem;
    font-size: 22px;
    background: #fff;
    color: #0768B3;
    border: 1px solid #0768B3;
}

.personalize-back-btn:hover {
    color: #0768B3;
}

.personalize-remove-btn {
    position: absolute;
    top: -11px;
}

.r-7 {
    right: 7px;
}

.r-9 {
    right: -9px;
}

.personaliz-step-personal, .personaliz-step-sme, .personaliz-step-student, .personaliz-step-slider {
    display: none;
}


.personalize-remove-btn img {
    padding: 10px 8px;
    background: red;
    border-radius: 50%;
}

.__range.age input, .__range.income input
{
    outline: none;
    -webkit-appearance: none;
    background: #E5E5E5;
    height: 6px;
    width: 100%;
    margin: 10px auto;
}
.__range.age input::-webkit-slider-thumb, .__range.income input::-webkit-slider-thumb
{
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    cursor: -moz-grab;
    cursor: -webkit-grab; 
}            
.__range.age input::-moz-range-thumb, .__range.income input::-moz-range-thumb
{
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.__range.age input::-ms-thumb, .__range.income input::-ms-thumb
{
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.__range-step {
    position: relative;
}

.__range-max {
    float: right;
}

.__range-step input::-webkit-slider-thumb {
    background: transparent;
}

.__range-step input::-moz-range-thumb {
    background: transparent;
}

.__range-step input::-ms-thumb {
    background: transparent;
}

.__range-step datalist {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: auto;
    bottom: 30px;
    /* disable text selection */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    /* disable click events */
    pointer-events: none;
}

.__range-step datalist option {
    width: 30px;
    height: 30px;
    min-height: 20px;
    border-radius: 100px;
    /* hide text */
    white-space: nowrap;
    padding: 0;
    line-height: 130px;
    color: #888888;
    font-size: 20px;
}

.__range-step-popup .__range-output-square {
    padding: 0 5px;
    min-width: 25px;
    width: auto !important;
    border-radius: 5px !important;
}

.__range-step-popup output:after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #0768B3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 90%;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
}

.__range-step {
    margin: 0 40px;
}

.__range-step-popup {
    margin: 40px 0;
}

/* Block Range */

.personaliz-step-student .income, .personaliz-step-slider .income {
    color: #888888;
    font-size: 20px;
}

.personaliz-step-student p, .personaliz-step-student .age-label, .personaliz-step-slider p, .personaliz-step-slider .age-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    color: #888888;
    margin-bottom: 0px;
}

.personaliz-step-student p.bold, .personaliz-step-slider p.bold {
    font-weight: 500;
}

.personaliz-step-student p, .personaliz-step-slider p {
    font-size: 30px;
}

.personaliz-step-student .age-label, .personaliz-step-slider .age-label {
    font-size: 20px;
}

.personaliz-step-student .age-wrapper, .personaliz-step-slider .age-wrapper {
    padding-bottom: 4rem;
}

input.age_below, input.age_more {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 1px 0px grey inset;
    background: #0768B3;
}

input.age_below:hover, input.age_more:hover {
    box-shadow: 0 0 5px 0px orange inset;
}

input.age_below:before, input.age_more:before {
    content: '';
    display: block;
    width: 55%;
    height: 55%;
    margin: 22% auto;
    border-radius: 50%;
}

input.age_below:checked:before, input.age_more:checked:before {
    background: #fff;
}

.personaliz-step-student .age-label, .personaliz-step-slider .age-label {
    margin-left: 1.5rem;
}

.personaliz-step-student, .personaliz-step-slider {
    padding-left: 8rem;
}

.personaliz-step-slider .personalize-next-btn.working-adult, .personaliz-step-slider .personalize-next-btn.married,
.personaliz-step-student .personalize-next-btn.student, .personaliz-step-student .personalize-next-btn.retired {
    display: none;
}

.blue-circle {
    position: absolute;
    width: 5rem;
    bottom: 18px;
    left: 35px;
    z-index: 6;
    opacity: 0.7;
}

.step-wrapper .stepper2 .blue-circle, .step-wrapper .stepper3 .blue-circle {
    display: none;
}


@media only screen and (max-width: 1200px) {
    .personalize-main-title {
        width: 100%;
        font-size: 32px;
        line-height: 1.1;
    }

    .block-personalize-wrapper img.choice {
        width: 20rem;
    }

    .personalize-next-btn, .personalize-back-btn {
        min-width: 15rem;
        font-size: 17px;
    }
}

@media only screen and (max-width: 800px) {

}

@media only screen and (max-width: 470px) {
    .choice-margin {
        margin-right: 2rem;
    }

    .choice-img {
        padding-top: 2rem;
        justify-content: center;
    }

    .step-wrapper .employee {
        width: 6rem;
        height: 9rem;
    }

    .step-wrapper .person {
        width: 5.5rem;
        height: 9rem;
    }

    .personaliz-step-student, .personaliz-step-slider {
        padding-left: 2rem;
    }

    .personalize-next-btn, .personalize-back-btn {
        min-width: 9rem;
    }

    .personaliz-step-student .age-label, .personaliz-step-slider .age-label, .personaliz-step-student .income, .personaliz-step-slider .income, .__range-step datalist option, .block-personalize-wrapper .choice-text {
        font-size: 18px;
    }

    input.age_below, input.age_more {
        width: 33px;
        height: 28px;
    }


    .form-check-inline {
        align-items: unset;
    }

    .block-personalize-wrapper img.choice {
        width: 18rem;
    }


}

@media only screen and (max-width: 400px) {
    .block-personalize-wrapper img.choice {
        width: 16rem;
    }
}

@media only screen and (max-width: 325px) {
    .block-personalize-wrapper img.choice {
        width: 13rem;
    }
}

@media only screen and (max-width: 320px) {
    .block-personalize-wrapper img.choice {
        width: 13rem;
    }
}
