.testeyesight-link {
    text-decoration: underline;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    display: block;
    font-family: 'Montserrat', serif;
    border: 1px solid #ebeced;
    overflow: hidden;
    padding: .7rem;
    font-weight: bold;
}

.testeyesight-link:hover {
    color: #ee3124;
}

.popup-eyesight .modal-inner-wrap {
    border-radius: 10px !important;
    overflow-y: hidden !important;
    margin-top: 20rem !important;
}

.eyesight-start-actions {
    margin-top: 5rem;
    text-align: center;
}

.eyesight-start {
    border-radius: 10px;
    background: #ee3124;
    border-color: #ee3124;
    color: #FFF;
}

.eyesight-start:hover {
    background: #fff;
    color: #ee3124;
}

.diopter-3 p {
    font-family: 'Montserrat', serif;
    font-size: 3.5rem;
    line-height: 36px;
    font-weight: 500;
}

.diopter-2-5 p {
    font-family: 'Montserrat', serif;
    font-size: 2.625rem;
    line-height: 36px;
    font-weight: 500;
}

.diopter-2 p {
    font-family: 'Montserrat', serif;
    font-size: 1.75rem;
    line-height: 36px;
    font-weight: 500;
}

.diopter-1-5 p {
    font-family: 'Montserrat', serif;
    font-size: 1.3125rem;
    line-height: 36px;
    font-weight: 500;
}

.diopter-1 p {
    font-family: 'Montserrat', serif;
    font-size: 0.875rem;
    line-height: 36px;
    font-weight: 500;
}


#eyesight-content {
    overflow: hidden;
    padding-top: 1.5rem;
    text-align: center;
}

.eyesight-container-item {
    background: #efeeee;
    border: 1px solid #939090;
    border-radius: 5px;
    text-align: center;
    padding: 1rem 3rem 38px;
}

.step-title {
    margin-top: 3rem;
    padding: 1rem;
    border-radius: 16px;
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid #7c7979;
}

.step-description {
    margin-top: 15px;
}

#eyesight-home .col-md-4 {
    margin-top: 5rem;
}

@media (max-width: 991px) {
    #eyesight-home .col-md-4:first-child {
        margin-top: 1rem;
    }
}


.popup-eyesight .modal-title {
    text-align: center !important;
    margin-left: 1.7rem;
    font-weight: bold;
}

.eyesight-no, .eyesight-yes {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
}

.eyesight-no div, .eyesight-yes div {
    text-align: center;
    margin-top: 11px;
}

.eyesight-no {
    background: #ee3124;
    border-color: #ee3124;
}

.eyesight-yes {
    background: rgb(105, 219, 124) !important;
    border-color: rgb(105, 219, 124) !important;
}

.eyesight-yes:hover {
    background: rgb(105 219 124 / 83%) !important;
    border-color: rgb(105 219 124 / 83%) !important;
}

.eyesight-buttons {
    margin-top: -30px;
    display: block;
    flex-direction: row;
}

.diopter-value {
    position: absolute;
    left: 0;
    background: #FFF;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 30px;
    bottom: 45%;
    border: 1px solid #CCC;
    display: block;
    overflow: hidden;
    padding-top: 7px;
}

.eyesight-result-value {
    font-size: 2rem;
}

.eyesight-result p {
    font-size: 1.25rem;
}
