﻿@media (min-width: 1920px) {
    .container {
        max-width: 1340px;
    }
}


@media (min-width: 1680px) {
    .container {
        max-width: 1340px;
    }
}


.booking {
    background-color: rgba(12,113,195,0.13) !important;
}


    .booking.choosen, .serviceWrap.choosen {
        box-shadow: 0px 0px 0.4500000000000002px 1.55px #44d89e !important;
        color: #44d89e !important;
    }

.choosen .smallTitle, .choosen span, .xtraSmallTitle {
    color: #44d89e !important;
}


.dayWrapperTop, .filterHead, .myOrderBtn {
    background-color: #44d89e;
    color: white;
    border: 1px solid #44d89e;
}

.dayWrapper, .filterWrap, .serviceWrap {
    background-color: #fafbfc !important;
}

.weekdayTitle {
    color: white;
}

input.timemask, .date-picker, .inp input:hover, .inp input:focus, textarea:focus, textarea:focus-visible {
    background-color: rgba(12,113,195,0.13) !important;
}

.serviceWrap {
    border: 2px solid #fafbfc;
}

    .serviceWrap .smallTitle, .summary h5, .bookingRow .smallTitle, .successPart .smallTitle {
        color: #44D8A0;
    }

.summary {
    background-color: #fafbfc !important;
}

    .summary span {
        background-color: rgba(12,113,195,0.13) !important;
        color: black;
    }

input[type='text'] {
    background-color: #fafafa;
}

.inp .label {
    top: -8px;
}

.inp input:focus {
    box-shadow: inset 0 -2px 0 #44d89e;
}

    .inp input:focus + .label {
        color: #44D8A0;
    }


.myOrderBtn:hover {
    color: #44D8A0 !important;
}

.filterWrap.show {
    max-height: 800px;
    padding: 15px;
}

.smallerParagraph p {
    font-size: 15px;
    margin-top: 15px;
    padding: 0;
    margin: 0;
    color: white;
}


.smallerParagraph {
    background-color: #44D8A0 !important;
    padding: 10px 13px;
    color: white;
    margin-bottom: 20px;
    display: inline-block;
}

.filterHead {
    font-weight: bold;
    font-size: 16px;
}

.outerFilter {
    box-shadow: 13px 13px 51px 0px rgb(10 51 80 / 10%);
}
