/* Lasik CSC Base Style Sheet */

.lasikcsc .lcsc-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border-bottom: 2px solid #E4E4E4;
}

.lasikcsc .lcsc-ui,
.lasikcsc .lcsc-results {
    width: 50%;
    min-width: 308px;
}

.lasikcsc .lcsc-ui {
    display: flex;
    justify-content: flex-end;
}

.lasikcsc .lcsc-ranges {
    position: relative;
    margin: 0 16px;
}

.lasikcsc .label {
    display: block;
    text-align: center;
    line-height: 1.24;
    margin-bottom: 16px;
    font-weight: 600;
    color: #000 !important;
}

.lasikcsc .value {
    position: relative;
    display: inline-block;
    width: 100px;
    text-align: center;
    transform: translateX(-26px);
    color: #000 !important;
}

.lasikcsc .value:not(:last-child) {
    margin-bottom: 16px;
}

.lasikcsc input[type=range] {
    -webkit-appearance: none !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border-width: 0 !important;
}

.lasikcsc input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 18px;
    width: 50px;
    border-radius: 16px;
    cursor: pointer;
    margin-top: -4px;
    box-shadow: none;
    background-color: #2AB0E3 !important;
}

.lasikcsc input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    box-shadow: none;
    border-radius: 16px;
    border: none;
    background-color: #F4F4F4 !important;
}

.lasikcsc .lcsc-results {
    min-height: 324px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.lasikcsc .lcsc-results-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 16px 0 40px;
    padding: 16px;
    width: 100%;
    max-width: 424px;
}

.lasikcsc .lcsc-results-top {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
    height: 42px;
    display: flex;
    align-items: flex-end;
    color: #000 !important;
}

.lasikcsc .lcsc-results-top p {
    margin: 0;
}

.lasikcsc .lcsc-results-estimate {
    color: #40ace6 !important;
    display: block;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 15px 0;
}

.lasikcsc .lcsc-results-bottom {
    line-height: 1.15;
    color: #A0A0A0 !important;
    height: 42px;
    display: flex;
    align-items: flex-start;
}

.lasikcsc .lcsc-circle {
    position: absolute;
    width: 100%;
    padding-top: 100%;
    border: 4px solid #E4E4E4;
    border-radius: 50%;
}

.lasikcsc .lcsc-disclaimer {
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    max-width: 900px;
    color: #A0A0A0 !important;
}

@media (max-width: 799px) {
    .lasikcsc .lcsc-results-top {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .lasikcsc .lcsc-content {
        padding: 40px 0;
    }

    .lasikcsc .lcsc-ui,
    .lasikcsc .lcsc-results {
        width: 100%;
    }

    .lasikcsc .lcsc-results {
        min-height: auto;
        min-width: auto;
    }

    .lasikcsc .lcsc-ui {
        margin-bottom: 40px;
        justify-content: center;
    }

    .lasikcsc .lcsc-ranges {
        padding: 0;
    }

    .lasikcsc .lcsc-results-content {
        margin: 0 auto;
        height: 50vw;
        width: 50vw;
        min-width: 280px;
        min-height: 280px;
    }

    .lasikcsc .lcsc-results-top {
        margin-bottom: 8px;
    }

    .lasikcsc .lcsc-disclaimer {
        padding: 40px 0;
    }
}
