﻿
@media (min-width: 476px) {
    .modal-dialog {
        max-width: 98%;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}


@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        z-index: 999;
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    /*margin: 10px;*/
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.23);
    background-clip: padding-box;
    outline: 0;
}


.subscribe {
    /* padding: 40px 30px 30px; */
    text-align: center;
    /* border-radius: 40px; */
    padding: 40px;
    /* margin-top: 15px; */
    margin-bottom: 0px;
}

    .subscribe h2 {
        font-size: 16px;
        color: #fff;
    }

    .subscribe small {
        font-size: 15px;
        color: #191919;
        display: block;
        margin-bottom: 30px;
    }

    .subscribe .form-control::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    .subscribe .form-control:-ms-input-placeholder {
        color: #fff;
    }

    .subscribe .form-control::-webkit-input-placeholder {
        color: #fff;
    }

    .subscribe .btn--circle {
        box-shadow: none;
        background-color: #fff;
    }

.subscribe__icon {
    color: #1a91f5;
    font-size: 27px;
}

    .subscribe__icon > i {
        color: #1a91f5;
        font-size: 33px;
        margin-bottom: 10px;
    }



.card {
    position: relative;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
    margin-bottom: 25px;
    border-radius: 2px;
    display: block;
}

    .card:not([class*=mdc-bg-]) {
        background: #fff;
    }

    .card:after, .card:before {
        content: " ";
        display: table;
    }

.card__header, .card__img {
    display: block;
}

.card__header {
    position: relative;
    border-radius: 2px 2px 0 0;
}

    .card__header h1, .card__header h2 {
        margin: 0;
        font-weight: 400;
    }

    .card__header h2 {
        font-size: 19px;
    }

    .card__header small {
        display: block;
        margin-top: 5px;
        color: #9c9c9c;
        line-height: 160%;
        font-size: 13px;
    }

@media (min-width:992px) {
    .card__header {
        padding: 30px 35px;
        padding-bottom: 15px;
    }
}

@media (max-width:991px) {
    .card__header {
        padding: 25px;
        padding-bottom: 10px;
    }
}

.card__header + .card__body {
    padding-top: 0;
}

.card__header .btn--float {
    position: absolute;
    bottom: -22px;
    right: 30px;
    z-index: 1;
}

@media (min-width:992px) {
    .card__body, .card__footer {
        padding: 35px 35px;
    }
}

@media (max-width:991px) {
    .card__body, .card__footer {
        padding: 20px 20px;
    }
}

.card__sub:not(:last-child) {
    margin-bottom: 40px;
}

.card__sub > h4 {
    margin: 0 0 20px;
    font-weight: 400;
}

.card__img > img {
    width: 100%;
    border-radius: 2px 2px 0 0;
}

.card__footer--highlight {
    background-color: #f9f9f9;
}

.card--dark, .card--dark .card__header > h2 {
    color: #fff;
}

    .card--dark .card__header > small {
        color: rgba(255, 255, 255, .65);
    }

    .card--dark .btn {
        box-shadow: none;
    }


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.card-m-0 {
    background: #fff;
    margin: 0px !important;
    z-index: 99999999;
}


.card {
    position: relative;
    box-shadow: none;
    margin-bottom: 25px;
    border-radius: 2px;
    display: block;
    border: 0;
}

    .card:not([class*=mdc-bg-]) {
        background: #fff;
    }

    .card:after, .card:before {
        content: " ";
        display: table;
    }

.card__header, .card__img {
    display: block;
}

.card__header {
    position: relative;
    border-radius: 2px 2px 0 0;
}

    .card__header h1, .card__header h2 {
        margin: 0;
        font-weight: 400;
    }

    .card__header h2 {
        font-size: 19px;
    }

    .card__header small {
        display: block;
        margin-top: 5px;
        color: #9c9c9c;
        line-height: 160%;
        font-size: 13px;
    }

@media (min-width:992px) {
    .card__header {
        padding: 30px 35px;
        padding-bottom: 15px;
    }
}

@media (max-width:991px) {
    .card__header {
        padding: 25px;
        padding-bottom: 10px;
    }
}

.card__header + .card__body {
    padding-top: 0;
}

.card__header .btn--float {
    position: absolute;
    bottom: -22px;
    right: 30px;
    z-index: 1;
}

@media (min-width:992px) {
    .card__body, .card__footer {
        padding: 35px 35px;
    }

    .services-elements {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 10px;
    }
}

@media (max-width:991px) {
    .card__body, .card__footer {
        padding: 20px 20px;
    }
}

.card__sub:not(:last-child) {
    margin-bottom: 40px;
}

.card__sub > h4 {
    margin: 0 0 20px;
    font-weight: 400;
}

.card__img > img {
    width: 100%;
    border-radius: 2px 2px 0 0;
}

.card__footer--highlight {
    background-color: #f9f9f9;
}

.card--dark, .card--dark .card__header > h2 {
    color: #fff;
}

    .card--dark .card__header > small {
        color: rgba(255, 255, 255, .65);
    }

    .card--dark .btn {
        box-shadow: none;
    }

.width-300px {
    width: 300px;
}

.card-contact {
    padding: 0px;
}

.sms-info-no-code {
    color: #b2b2b2 !important;
    font-size: 14px;
    float: right;
    text-align: right;
    margin-top: 15px;
}

.confirm-div {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.sms-code-div {
    width: 150px;
    margin: 0 auto;
}

.sms-code-input {
    font-size: 22px;
    height: 50px
}

.card-success {
    background: #1d7057 !important;
}

.div-success {
    font-size: 22px;
    color: white;
}

.reservation-customer-span {
    color: white;
    font-size: 17px;
    padding: 10px;
    /* margin: 10px; */
    display: block;
    padding-bottom: 0px;
}

.reservation-number-label {
    font-size: 32px;
    color: white;
}

.reservation-info-span {
    color: white;
    display: block;
    padding-bottom: 0px;
}

.reservation-summary-span {
    color: white;
    display: block;
    padding-bottom: 0px;
    font-size: 20px;
    font-weight: bold;
}

.reservation-day-span {
    color: white;
    display: block;
    padding-bottom: 0px;
    padding-top: 5px;
    font-size: 17px;
}

.subscribe {
}

.service-error-span {
    color: rgb(255, 139, 147);
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    display: none;
}

.display-block-force {
    display: block !important;
}

.alert-info {
    color: #000000;
    background-color: #f5f5f6;
    border-color: #d9e6ea;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f9f9f9;
    margin: 0;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}

.card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    max-width: 783px;
    width: 100%;
    margin-bottom: 40px;
}

.card-header {
    border-bottom: 1px solid #eee;
    padding: 15px 5px 20px 5px;
    text-align: center;
}

.card-body {
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 0px;
}

h1 {
    font-size: 22px;
    margin-bottom: 10px;
    gap: 10px;
}

.subtitle a {
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    font-size: 15px;
}

.service-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}

.service-item {
    background: #fefefe;
    border-radius: 16px;
    border: 1px solid #e1e1e1;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-info {
    max-width: 75%;
}

.service-title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 5px;
}

.service-description {
    font-size: 16px;
    margin-bottom: 5px;
    color: #666;
}

.service-price {
    font-size: 16px;
    font-weight: 600;
    color: #0045c2;
}

.choose-btn,
.submit-btn,
.back-btn {
    background: #007BFF;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}

    .choose-btn:hover,
    .submit-btn:hover,
    .back-btn:hover {
        background: #0770e1;
    }

label {
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

input:not([type="checkbox"]),
textarea {
    width: 100%;
    padding: 12px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 17px;
}

    input:focus, textarea:focus {
        outline: 2px solid #007bff;
    }

.times button {
    margin: 5px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
}

    .times button.selected {
        background: #5143d9;
        border-color: #4133b0;
        color: #fff;
    }


.modal-title {
    padding: 0px;
    margin: 5px;
}


@media (max-width: 768px) {
    body {
        padding: 0;
    }

    .card {
        border-radius: 0px;
        margin-bottom: 0px;
    }

    .card-body {
        padding: 10px;
    }
}


.dateSlider {
    width: 100px;
    background-color: #047dff;
    margin-left: 10px;
    color: white;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

.slick-mark {
    width: 100px;
    margin-left: 10px;
    cursor: pointer;
    background-color: #0164d2;
    text-align: center;
    border-radius: 5px;
}

.dateSlider a {
    /* color: #02344A; */
}



@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    /*src: url('./fonts/slick.eot');*/
    /*src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');*/
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        /*font-family: 'slick';*/
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '◀';
}

[dir='rtl'] .slick-prev:before {
    content: '▶';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '▶';
}

[dir='rtl'] .slick-next:before {
    content: '◀';
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                text-align: center;
                opacity: .25;
                color: black;
                background: #b3bbbf;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }



.slick-slide:focus {
    outline: 0;
}

.choose-date-btn {
    font-size: 16px;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .choose-date-btn:focus {
        outline: none !important;
        box-shadow: none !important;
    }


::-webkit-scrollbar {
    height: 6px;
    width: 7px;
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
}

    ::-webkit-scrollbar:hover {
        background: #e6e6e6;
    }

::-webkit-scrollbar-thumb {
    background: #a5a5a5;
    border-radius: 10px;
}

#CaptchaIdTarget > * a {
    text-transform: uppercase;
    cursor: pointer;
    color: #007bff;
    margin-bottom: 5px;
    display: inline-block !important;
}

.cursor-pointer {
    cursor: pointer;
}

.color-a-reservation {
    color: #007bff !important;
    text-decoration: none;
}


.choose-date-btn {
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .choose-date-btn:focus {
        outline: none !important;
        box-shadow: none !important;
    }


.time-slot {
    padding: 12px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #007bff;
    color: #007bff;
    cursor: pointer;
    font-size: 16px;
    min-width: 100px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    text-align: center;
    /* ewentualnie: */
    flex: 0 0 auto;
}

    .time-slot:hover {
        background: #007bff;
        color: #ffffff;
    }

    .time-slot.disabled {
        background: #f1f1f1;
        color: #000000;
        cursor: not-allowed;
    }

    .time-slot.active {
        background: #096bd4;
        color: #fff;
    }

.booked-slots-container {
    margin-top: 30px;
    text-align: left;
}

    .booked-slots-container table {
        width: 100%;
        border-collapse: collapse;
    }

    .booked-slots-container th, .booked-slots-container td {
        padding: 12px;
        border: 1px solid #ccc;
    }

    .booked-slots-container th {
        background-color: #825CFF;
        color: white;
    }

    .booked-slots-container .booked {
        background-color: #ffd6d6;
        color: #b91c1c;
    }

    .booked-slots-container .available {
        background-color: #e0e7ff;
        color: #333;
    }

.time-slot-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px; /* lub margin na itemach */
}

.field-validation-error {
    color: #fc0303;
    font-size: 15px;
    display: block;
}

.field-validation-valid {
    display: block;
}

.tx-13 {
    font-size: 13px;
}

.confirm-choose-date {
    width: 100%;
}

.back-btn {
    background: #333639;
    color: #fff;
    width: 100%;
}

.osoptic-footer {
    border-top: 1px solid #eee;
    padding-top: 5px;
    font-size: 15px;
}

.choosen-service-name-alert {
    text-align: left;
    font-size: 16px;
    background-color: #e0efff;
}

.change-service {
    width: 108px;
    float: right;
    padding: 8px;
    background: none;
    color: black;
    border: 1px solid #333639;
}

    .change-service:hover {
        background-color: #333639;
        color: white;
        border-color: #1e1f20;
    }

.text-center {
    text-align: center;
}

.loading-data {
    text-align: center;
    display: block;
    padding: 20px;
    font-weight: bold;
}

.agree-error, .service-error-span {
    color: rgb(251 17 33);
    padding: 5px;
    margin-bottom: 15px;
    font-size: 15px;
}

.chose-date-elements {
    margin-bottom: 15px;
}

.optical-salon-name-header {
    color: #0045c2;
}

@media (max-width: 767px) {
    .service-item {
        flex-direction: column;
        align-items: stretch;
    }

    .service-info {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }

    .choose-btn {
        width: 100%;
        font-size: 16px;
        padding: 12px;
    }
}

.return-icon {
    font-family: 'Segoe UI Symbol', 'Noto Sans Symbols', sans-serif;
}
