﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: rgb(249,250,251);
    min-height: 100vh;
    overflow: hidden;
    font-size: 22px;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",Arial,"Noto Sans",sans-serif
}

/*COLOR PALETTE*/

/*END COLOR PALETTE*/

/*#region Wizard */
/*#region Steps Wizard items*/
.wizardContainer {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wizardBlock {
    width: 880px;
    min-height: 400px;
    background-color: white;
    box-shadow: 0 1px 3px 2px rgba(0,0,0,.08), 0 1px 2px 2px rgba(0,0,0,.08);
    border-radius: .25rem;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

    .wizardBlock.error {
        height: 480px !important;
    }

        .wizardBlock.error .wizard {
            bottom: 0px !important
        }

    .wizardBlock .wizard {
        /*        overflow: hidden;*/
        background-color: white;
        box-shadow: 1px 1px 1px #dee2e6;
        z-index: 1;
        display: flex;
        flex-direction: column;
    }

        .wizardBlock .wizard .slide {
            white-space: normal;
        }

        .wizardBlock .wizard .radioContainer {
            background-color: white;
            width: 650px;
            height: 400px;
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom: 20px;
            border-radius: .85em;
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 10px;
        }

        .wizardBlock .wizard .radioContainer .nonMobile {
            height: 70px;
        }

        .wizardBlock .wizard .TitleBulletsContainer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 5px 5px 10px 5px;
        }

        .wizardBlock .wizard .cardTitleContainer {
            display: flex;
            justify-content: space-between;
        }
        .logo-container {
            padding: 20px 35px 0 35px;
        }
        .logo-container .nonMobile {
            height: 55px;
        }
.wizardBlock .wizard .radioContainer .logoBox, .wizardBlock .wizard .radioContainer .titleBox, .wizardBlock .wizard .logo-container .titleBox, .wizardBlock .wizard .logo-container .logoBox, .wizardBlock .wizard .timepicker .logoBox {
    float: left;
    margin-right: 10px;
    max-width: calc(100% - 70px);
}

        .wizardBlock .wizard .radioContainer .titleBox, .wizardBlock .wizard .logo-container .titleBox, .wizardBlock .wizard .timepicker .titleBox {
            flex-grow: 1;
            gap: 10px;
        }
            .wizardBlock .wizard .radioContainer .logo, .wizardBlock .wizard .logo-container .logo {
                width: 40px;
                margin-right: 5px;
                padding-right: 0px;
            }

            .wizardBlock .wizard .radioContainer .title, .wizardBlock .wizard .logo-container .title {
                color: #495057;
                font-size: 18px;
                font-weight: 500;
                display: block;
                /*                padding-left: 8px;*/
                line-height: 24px;
            }

            .wizardBlock .wizard .radioContainer .description, .wizardBlock .wizard .logo-container .description {
                color: #6c757d;
                font-size: 12px;
                display: block;
                /*                padding-left: 8px;*/
            }

            .wizardBlock .wizard .radioContainer .selectionTitle {
                color: #495057;
                font-size: 16px;
                font-weight: 500;
                line-height: 20px;
            }

            .wizardBlock .wizard .radioContainer .radioChoices {
                height: 280px;
                margin-top: 10px;
                overflow-y: auto;
                overflow-x: hidden;
                padding-right: 5px;
            }

                .wizardBlock .wizard .radioContainer .radioChoices .choice {
                    border-radius: .25rem;
                    border: 1px solid #cfd8e3;
                    min-height: 50px;
                    margin-bottom: 10px;
                    cursor: pointer;
                }

                    .wizardBlock .wizard .radioContainer .radioChoices .choice table {
                        width: 100%;
                        margin: 0px;
                        padding: 0px;
                    }

                        .wizardBlock .wizard .radioContainer .radioChoices .choice table td {
                            vertical-align: middle;
                        }

                    .wizardBlock .wizard .radioContainer .radioChoices .choice .choiceLogo {
                        background-color: #475569;
                        text-align: center;
                        border-radius: .25rem;
                        padding: 6px 6px 6px 6px;
                        width: 68px;
                    }

                        .wizardBlock .wizard .radioContainer .radioChoices .choice .choiceLogo img {
                            width: 40px;
                        }

                    .wizardBlock .wizard .radioContainer .radioChoices .choice .choiceDescription {
                        color: #6c757d;
                        font-size: 1rem;
                        padding-left: 12px;
                        padding-right: 12px;
                    }

                    .wizardBlock .wizard .radioContainer .radioChoices .choice .choiceRadio {
                        vertical-align: middle;
                        background-color: #dbdde0;
                        text-align: center;
                        border-radius: .25rem;
                        position: relative;
                        cursor: pointer;
                        font-size: 22px;
                        -webkit-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        user-select: none;
                        width: 68px;
                        border-radius: .25rem;
                    }

                        .wizardBlock .wizard .radioContainer .radioChoices .choice .choiceRadio .radio {
                            position: absolute;
                            opacity: 0;
                            cursor: pointer;
                        }

                        .wizardBlock .wizard .radioContainer .radioChoices .choice .choiceRadio .customCheckbox {
                            height: 26px;
                            width: 26px;
                            background-color: white;
                            border-radius: 50%;
                            border: 1px solid #cfd8e3;
                            position: absolute;
                            top: 50%;
                            margin-top: -13px;
                            right: 20px;
                        }

                    .wizardBlock .wizard .radioContainer .radioChoices .choice.selected .customCheckbox {
                        background-color: #7fcbc3;
                        border: 3px solid white;
                    }

    .wizardBlock table.content {
        height: 100%;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

        .wizardBlock table.content td {
            position: relative;
        }

.navigator {
    overflow: hidden;
    height: 60px;
    background-color: white;
    z-index: 0;
}

    .navigator .previous {
        float: left;
        padding-top: 12px;
        padding-left: 20px;
    }

    .navigator .next {
        float: right;
        padding-top: 12px;
        padding-right: 20px;
    }

.wizardBullets {
    position: relative;
    font-size: .75rem;
    flex-shrink: 0;
}

    .wizardBullets .bullet {
        float: left;
        line-height: 10px;
        vertical-align: middle;
    }

        .wizardBullets .bullet i {
            padding-right: 8px;
            color: #475569;
        }

        .wizardBullets .bullet.inactive i {
            color: #dbdde0;
            font-size: .50rem;
        }

        .wizardBullets .bullet.passed i {
            color: #7fcbc3;
            cursor: pointer;
        }


.mobileHeader {
    display: none;
    padding-top: 10px;
}

    .mobileHeader .logo {
        height: 50px;
        padding-left: 10px;
        vertical-align: top;
        padding-top: 6px;
        padding-right: 5px;
        width: 60px;
    }

        .mobileHeader .logo img {
            width: 40px;
        }

    .mobileHeader .title {
        color: #495057;
        font-size: 18px;
        font-weight: 500;
        display: block;
        padding-left: 0px;
        line-height: 24px;
        padding-top: 6px;
    }

    .mobileHeader .description {
        color: #6c757d;
        font-size: 12px;
        display: block;
        padding-left: 0px;
    }

    .mobileHeader .backmob td {
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

@media (max-width: 990px) {
    .wizardBlock .wizard .slide {
        width: 750px;
    }
}

@media (min-width: 768px ) and (max-width: 990px) {

    .wizardBlock {
        width: 760px;
        max-width: 750px;
    }
}

@media (max-width: 767px) {

    .wizardBlock {
        width: inherit;
        height: unset;
        min-height: unset;
        flex-grow: 2;
        overflow: auto;
    }

    .wizard {
        bottom: 0px !important;
        top: 2px !important;
        flex-grow: 2;
    }

    .navigator {
        display: none;
    }

    .wizardBlock .wizard .slide {
        height: 100%;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        
        flex-direction: column;
    }

        .wizardBlock .wizard .slide.StoreSelect.withBack, .wizardBlock .wizard .slide.ServiceSelect.withBack, .wizardBlock .wizard .slide.DepartmentSelect.withBack {
            padding-left: 5px;
            padding-right: 5px;
            height: unset;
            width: unset;
            min-width: unset;
            min-height: unset;
            left: 0px;
            flex-grow: 2;
        }

    .wizardBlock .wizard .slide .radioContainer {
        width: unset;
        margin: 10px 0 10px 0;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 15px !important;
        height: unset;
        flex-grow: 2;
    }

    .wizardBlock .wizard .radioContainer .radioChoices {
        margin-top: 10px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 5px;
        bottom: 10px;
        height: unset;
        padding-bottom: 40px;
    }

        .wizardBlock .wizard .radioContainer .radioChoices .choice .choiceDescription {
            font-size: .85rem;
            padding-left: 10px;
        }

    .mobileHeader {
        display: table-row;
    }

    .datepicker.withBack {
        flex-grow: 1;
    }
}

@media (max-width: 450px) {

    .wizardBlock .wizard .radioContainer .radioChoices .choice .choiceLogo {
        padding: 6px 2px 6px 2px;
        width: 54px;
    }

        .wizardBlock .wizard .radioContainer .radioChoices .choice .choiceLogo img {
            width: 36px;
        }

    .wizardBlock .wizard .radioContainer .radioChoices .choice .choiceRadio {
        width: 54px;
    }

        .wizardBlock .wizard .radioContainer .radioChoices .choice .choiceRadio .customCheckbox {
            right: 13px;
        }

    .wizardBlock .wizard .slide .radioContainer {
        left: 5px;
        right: 5px;
    }

    .wizardBlock .wizard .radioContainer .radioChoices {
        left: 6px;
        right: 6px;
    }

}

.serviceback {
    display: none;
}

.departmentback {
    display: none;
}


/*#endregion Steps Wizard items*/
/*#region loader */
.loadingContainerPin {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #ffffff4f;
    vertical-align: middle;
    z-index: 200;
    display: none;
}

.loadingContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #ffffff4f;
    vertical-align: middle;
    z-index: 200;
}

.positioner {
    width: 32px; /* Can be in percentage also. */
    height: auto;
    position: fixed;
    top: 40%;
    left: 50%;
    padding: 10px;
}

.loadingContainerPin .positioner {
    left: 48%;
}

/*#endregion loader */
/*#region datePick */
.StoreSelect, .DepartmentSelect, .ServiceSelect {
    background-color: #475569;
}

.noCP .datepicking {
    bottom: 0px;
}


/*#endregion datePick */
/*#region datePick */
.datepicking {
    /* display: none; */
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 60px;
    z-index: 150;
    background-color: white;
}

.noCP .datepicking {
    bottom: 0px;
}

.datepicking .row {
    margin: 0px;
    margin-top: 0px;
}


.datepicker {
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    margin: auto;
    background-color: #475569;
    border-radius: .25rem 0 0 .25rem;
    min-height: 440px;
    padding-top: 20px;
    width: 50%;
    float: left;
}

    .datepicker.open {
        transform: scale(1);
        opacity: 1;
    }

    .datepicker .dateSelection {
        display: none;
        min-width: 320px;
        width: 350px;
    }

        .datepicker .dateSelection .col-12 {
            text-align: right;
        }

    .datepicker header {
        background-color: #516f85;
        padding: 16px 24px;
        font-family: "Roboto", sans-serif;
        color: white;
    }

        .datepicker header .btn-select-year {
            font-weight: 300;
            opacity: 0.5;
            cursor: pointer;
        }

            .datepicker header .btn-select-year.active {
                opacity: 1;
            }

        .datepicker header .btn-date-label {
            margin: 8px 0 4px 0;
            font-weight: 400;
            font-size: 1.75em;
            opacity: 0.5;
            cursor: pointer;
        }

            .datepicker header .btn-date-label.active {
                opacity: 1;
            }

    .datepicker .body {
        display: flex;
        background-color: #475569;
        color: white;
    }

        .datepicker .body .section {
            width: 350px;
            height: 360px;
            padding: 8px;
            box-sizing: border-box;
            transition: transform 0.2s ease;
            will-change: transform;
        }

            .datepicker .body .section.calendar {
                display: flex;
                flex-direction: column;
                transform: translateX(-100%);
            }

                .datepicker .body .section.calendar.active {
                    transform: translateX(0%);
                }

                .datepicker .body .section.calendar .month-controls {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 12px 8px 8px 8px;
                    font-size: 0.9em;
                    padding-top: 20px;
                }

                    .datepicker .body .section.calendar .month-controls .month-year-label {
                        font-weight: 500;
                        font-size: 1.15rem;
                        letter-spacing: 1px;
                    }

                    .datepicker .body .section.calendar .month-controls .btn-previous-month, .datepicker .body .section.calendar .month-controls .btn-next-month {
                        cursor: pointer;
                        user-select: none;
                    }

                .datepicker .body .section.calendar .weekdays {
                    display: flex;
                }

                    .datepicker .body .section.calendar .weekdays .weekday {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        height: 47.5714px;
                        width: 47.5714px;
                        opacity: 0.5;
                        font-weight: 500;
                        font-size: .875rem;
                    }

                .datepicker .body .section.calendar .dates {
                    position: relative;
                }

                    .datepicker .body .section.calendar .dates .month {
                        display: flex;
                        flex-wrap: wrap;
                        width: 350px;
                        position: absolute;
                        transform: translateX(0%);
                        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
                        will-change: transform, opacity;
                        opacity: 1;
                        visibility: visible;
                    }

                        .datepicker .body .section.calendar .dates .month.previous {
                            visibility: hidden;
                            opacity: 0;
                            transform: translateX(-100%);
                        }

                        .datepicker .body .section.calendar .dates .month.next {
                            visibility: hidden;
                            opacity: 0;
                            transform: translateX(100%);
                        }

                        .datepicker .body .section.calendar .dates .month .date {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            height: 47.5714px;
                            width: 47.5714px;
                            border-radius: 50%;
                            transition: color 0.2s, background-color 0.2s;
                            will-change: color, background-color;
                            cursor: pointer;
                            user-select: none;
                            position: relative;
                        }

                            .datepicker .body .section.calendar .dates .month .date.selected .ripple {
                                opacity: 1;
                                transform: scale(0.9);
                                background-color: white;
                            }

                            .datepicker .body .section.calendar .dates .month .date.selected span {
                                z-index: 2;
                                color: #475569;
                            }

                            .datepicker .body .section.calendar .dates .month .date span {
                                font-size: 0.75em;
                            }

                            .datepicker .body .section.calendar .dates .month .date .ripple {
                                position: absolute;
                                top: 0;
                                left: 0;
                                height: 100%;
                                width: 100%;
                                transform: scale(0.4);
                                background: #2f3c4e;
                                opacity: 0;
                                border-radius: 50%;
                                z-index: 1;
                                transition: opacity 0.2s, transform 0.2s;
                            }

            .datepicker .body .section.year-slider {
                transform: translateX(0%);
                display: flex;
                flex-direction: column;
            }

                .datepicker .body .section.year-slider.active {
                    transform: translateX(-100%);
                }

                .datepicker .body .section.year-slider .years {
                    width: 350px;
                    height: auto;
                    display: flex;
                    flex-direction: column;
                    overflow-y: scroll;
                }

                    .datepicker .body .section.year-slider .years .year {
                        padding: 16px;
                        text-align: center;
                        font-size: 18px;
                        transition: font-size 0.2s, color 0.2s;
                        will-change: font-size, color;
                    }

                        .datepicker .body .section.year-slider .years .year.active {
                            font-size: 28px;
                            color: #516f85;
                        }

    .datepicker .bottom-controls {
        display: flex;
        justify-content: flex-end;
        background: white;
    }

        .datepicker .bottom-controls > button {
            background-color: transparent;
            outline: none;
            border: none;
            font-size: 14px;
            text-transform: uppercase;
            font-family: "Roboto", sans-serif;
            padding: 14px 16px;
            min-width: 60px;
            color: #516f85;
            cursor: pointer;
            border-radius: 2px;
            margin: 8px;
            transition: background-color 0.2s;
        }

            .datepicker .bottom-controls > button:hover {
                color: #6789a2;
                background-color: rgba(158, 158, 158, 0.2);
            }

            .datepicker .bottom-controls > button:active {
                color: #86a2b6;
                background-color: rgba(158, 158, 158, 0.3);
            }


    .datepicker .month .today {
        color: #00fef4;
    }

    .datepicker .fas.disabled {
        color: #a3aab4;
        cursor: auto !important;
    }

    .datepicker .month .date.empty {
        cursor: auto !important;
    }

    .datepicker .month .date.disabled {
        color: #737e8c;
        cursor: auto !important;
    }

    .datepicker .month .today.disabled {
        color: #328691;
    }

.pickDateButton {
    display: none;
}

.btn-pickDateButton {
    color: white;
    background-color: #475569;
    font-size: .875rem;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: .15rem;
    cursor: pointer;
}

.dashedNoAppointment {
    display: none;
}

.dashedPickaDate {
    display: none;
}

.dashedClosed {
    display: none;
    max-width: 100%;
    margin: 0;
    margin-top: 20px !important;
}

    .dashedNoAppointment div, .dashedClosed div, .dashedPickaDate div {
        border: 1px dashed #6c757d;
        padding: 5px;
        margin: 0px;
        border-radius: .26rem;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .dashedNoAppointment .noAppointmentTitle, .dashedClosed .noAppointmentTitle, .dashedPickaDate .noAppointmentTitle {
        color: #495057;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }

    .dashedNoAppointment .noAppointmentText, .dashedClosed .noAppointmentText, .dashedPickaDate .noAppointmentText {
        color: #495057;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }

.dateback {
    display: none;
}
/*#endregion datePick */
/*#region timePick */
.timepicker {
    overflow: hidden;
    align-items: center;
    border-radius: .25rem 0 0 .25rem;
    height: 440px;
    width: 50%;
    float: left;
    min-width: 360px;
    padding: 15px 35px 2px 35px;
    min-height: 440px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
}

    .timepicker .timesMobileDateInfo {
        font-size: .85rem;
        display: none;
    }

    .timepicker .dateSelection {
        display: none;
    }

    .timepicker table {
        width: 100%;
        height: 100%;
        table-layout: fixed;
    }

        .timepicker table tr td {
            vertical-align: top;
            position: relative;
        }

    .timepicker .radioContainer > .nonMobile {
        padding-top: 25px !important;
    }



    .timepicker .appointmentTitle {
        color: #495057;
        font-size: 18px;
        font-weight: 500;
        display: block;
    }

    .timepicker .timesContainer {
        width: 100%;
        overflow: auto;
    }

    .timepicker .times {
        width: 100%;
        padding-right: 8px;
    }

    .timepicker .timeButton {
        border: 1px solid #cfd8e3;
        border-radius: .25em;
        height: 45px;
        margin: 0 auto;
        margin-bottom: 8px;
        color: #49576b;
        line-height: 45px;
        text-align: center;
        cursor: pointer;
        font-size: 1rem;
        font-weight: 300;
    }

        .timepicker .timeButton:hover {
            background-color: #f8f9fa;
        }

        .timepicker .timeButton:active {
            background-color: #475569;
            color: white;
        }

        .timepicker .timeButton.selected {
            background-color: #475569;
            color: white;
        }

    .timepicker .row.timesMobileDateInfo {
        margin-bottom: 10px;
    }


    .timepicker .companyLogo {
        width: 48px;
    }

    .timepicker .companyTitle {
        color: #495057;
        font-size: 18px;
        font-weight: 500;
        display: block;
    }

    .timepicker .appointmentDescription {
        color: #6c757d;
        font-size: 12px;
        display: block;
        width: 88%;
    }

.youMay {
    display: none;
}
/*#endregion timePick */
/*#region user information */
.noCP .InformationEntry {
    bottom: 0px;
}

.InformationEntry .form-control {
    height: 45px;
}

.InformationEntry .selectionInfo {
    padding: 0px 35px 0 35px;
}

.InformationEntry .selectedDate {
    color: #5850ec;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
}

    .InformationEntry .selectedDate span {
        height: 24px;
        line-height: 24px;
    }

    .InformationEntry .cardTitleContainer .cardTitle {
        font-size: 1.25rem;
        font-weight: 500;
        color: #364152;
    }

.InformationEntry .userInfo {
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

    .InformationEntry .userInfo form {
        padding-right: 15px;
        padding-left: 15px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .InformationEntry .userInfo .buttons {
        padding-top: 20px;
    }

    .InformationEntry .userInfo label {
        font-size: .875rem;
        font-weight: 600;
        line-height: 1.25rem;
        padding-top: 10px;
    }

        .InformationEntry .userInfo label.form-check-label {
            font-size: .875rem;
            font-weight: 300;
            line-height: 1.25rem;
        }

    .InformationEntry .userInfo .form-check-input {
        position: relative;
        top: 2px;
        border: 1px solid #757575;
    }

    .InformationEntry .userInfo label {
        margin-bottom: 0px;
    }

    .InformationEntry .userInfo .terms {
        font-size: 0.675rem !important;
    }

        .InformationEntry .userInfo .terms a {
            text-decoration: underline;
            color: #7fcbc3;
            cursor: pointer;
            font-weight: 500;
        }

    .InformationEntry .userInfo select {
        flex: none;
        width: 180px;
        border-right: none;
        font-size: .85rem;
        width: 131px;
    }

    .InformationEntry .userInfo .btn-mobSelect {
        position: absolute;
        z-index: 400;
        background-color: transparent;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 44px;
        display: none;
    }

    .InformationEntry .userInfo #mobileNumber {
        border-radius: 0 .25em .25em 0;
    }

    .InformationEntry .userInfo .g-recaptcha {
        padding-top: 15px;
        transform: scale(0.77);
        transform-origin: 0 0;
    }

.InformationEntry .form-row {
    padding-left: 20px;
    padding-right: 20px;
}

.InformationEntry .form-group, .InformationEntry .input-group {
    max-width: 340px;
    margin: 0 auto;
}

    .InformationEntry .form-group > label {
        bottom: 42px;
        left: 15px;
        position: relative;
        background-color: white;
        padding: 0px 5px 0px 5px;
        transition: 0.2s;
        pointer-events: none;
        font-size: .875rem;
        line-height: 24px;
        height: 24px;
        color: #495057;
        font-weight: 400;
    }

.InformationEntry .form-control:focus {
    border: 1px solid #5850ec;
    box-shadow: none;
}

    .InformationEntry .form-control:focus ~ label {
        bottom: 64px;
        font-size: .675rem;
        color: #5850ec;
    }

.InformationEntry .form-control:valid ~ label {
    bottom: 64px;
    font-size: .675rem;
    height: 12px;
}

.InformationEntry .form-check {
    padding-left: 55px;
}

.ResendPin {
    text-decoration: underline;
    color: #7fcbc3;
    cursor: pointer;
    font-weight: 500;
}

table.select {
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
    max-width: 340px;
    margin: 0 auto;
}

    table.select td {
        vertical-align: top;
        border: none;
    }


.countryCodesContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #1312124f;
    vertical-align: middle;
    z-index: 200;
    display: none;
}

.countryCodesMob {
    position: absolute;
    top: 105px;
    left: 5px;
    right: 5px;
    bottom: 0px;
    overflow-x: auto;
    padding: 20px;
    padding-right: 20px;
    background-color: white;
    margin-left: 15px;
    margin-right: 15px;
    bottom: 10px;
}

.countryCodeButton {
    height: 40px;
    margin: 0 auto;
    margin-bottom: 8px;
    color: #49576b;
    line-height: 45px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 300;
    background-color: white;
    padding-left: 20px;
    overflow: hidden;
}

.searchMobCodes {
    border-radius: .25em .25em 0 0;
    background-color: white;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: 85px;
    padding-right: 10px;
}

#searchMob:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.termscheck, .contcheck {
    display: none;
}

.mobileNav {
    display: none;
}
/*#endregion information */
/*#region Completion */
.completionMessage {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 60px;
    z-index: 140;
    background-color: white;
    display: block;
}
.flex-container {
    display: flex;
    align-items: center;
}
.flex-simple {
    display: flex;
    align-items: center;
}
.flex-item {
    flex: auto;
}
.completionMessage .logo-container {
    padding: 0;
}
    .completionMessage .titleBox {
        padding-top: 0;
        text-align: start;
    }
    .noCP .completionMessage {
        bottom: 0px;
    }

.completionMessage .container {
    padding-top: 25px;
    text-align: center;
}

    .completionMessage .container img {
        width: 80px;
    }

.completionMessage .successMessage {
    padding-top: 20px;
    font-size: 1.2rem;
    font-weight: 500;
}

.completionMessage .ticketMessage {
    font-size: 1.1rem;
    font-weight: 400;
    color: #495260;
    line-height: 1.8rem;
}

.completionMessage .companyTitle {
    padding-top: 30px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #64748B;
    line-height: 2.1rem;
}

.completionMessage .companyDetails {
    font-size: 1.2rem;
    font-weight: 400;
    color: #64748B;
    line-height: 2.1rem;
}

.completionMessage .appointmentFinalDetails {
    color: #5850ec;
    font-size: 1.2rem;
    font-weight: 500;
    padding-bottom: 30px;
    line-height: 2.1rem;
}
/*#endregion Completion */
/*#region Error */
.errorMessage {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 140;
    background-color: white;
    display: block;
}

    .errorMessage.err {
        display: block;
    }



    .errorMessage .dashed {
        border: 1px dashed silver;
        padding: 40px;
        margin: 78px;
        border-radius: .24rem;
    }

    .errorMessage .container {
        padding-top: 0px;
        text-align: center;
    }

        .errorMessage .container img {
            width: 80px;
        }

    .errorMessage.err .container img {
        padding-top: 40px;
    }


    .errorMessage .Message {
        padding-top: 48px;
        font-size: 1.2rem;
        font-weight: 500;
    }

    .errorMessage.err .Message {
        padding-bottom: 50px;
    }

    .errorMessage .subMessage {
        font-size: 1.1rem;
        font-weight: 400;
        color: #495260;
        line-height: 1.8rem;
    }
/*#endregion Error */
/*#region footer */
.footer {
    text-align: center;
    line-height: 24px;
    border-radius: .25rem;
    color: #6c757d;
    z-index: 145;
    height: 24px;
}

    .footer.powered {
        font-size: 18px;
        font-family: "Roboto", sans-serif;
    }

        .footer.powered a {
            text-decoration: none;
            color: #6c757d;
            font-size: 15px;
        }

            .footer.powered a img {
                width: 20px;
            }

@media (max-width: 767px) {

    .footer {
        bottom: -27px;
    }
    .logo-container {
        padding: 0 !important;
    }
}

/*.boxshadow {
    box-shadow: 1px 1px 1px #dee2e6;
}*/

/*#endregion footer */
/*#region Validation styles*/

.form-control.is-invalid, .was-validated .form-control:invalid {
    padding-right: 0.75rem;
}

.form-control.is-valid, .was-validated .form-control:valid, .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #ced4da;
    padding-right: 0.75rem;
    background-image: none;
    background-repeat: no-repeat;
    background-position: unset;
    background-size: unset;
    box-shadow: none;
}

.erroricon {
    color: #d02f2f;
    width: 37px;
    position: absolute;
    top: 2px;
    right: -1px;
    bottom: 20px;
    z-index: 160;
    display: none;
}

    .erroricon.erriconposcor {
        top: 4px;
    }

    .erroricon img {
        width: 18px;
    }

.errormsg, .errormsgRegex {
    color: #d02f2f;
    position: absolute;
    top: 46px;
    left: 3px;
    z-index: 160;
    display: none;
    font-size: .75rem;
}

.form-group.invalid {
    position: relative;
}

    .form-group.invalid .erroricon, .form-group.invalid .errormsg, .form-group .invalid .errormsgRegex {
        display: inline;
    }

    .form-group.invalid input {
        border-color: #d02f2f;
    }


/*#endregion Validation styles*/

/*#endregion Wizard */


/*#region Scrolbar Styles */

.customScrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: white;
}

.customScrollbar::-webkit-scrollbar {
    width: 12px;
    background-color: white;
    width: 8px;
}

.customScrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #7f7f7f;
}
/*#endregion Scrolbar Styles */
/*#region Modal*/

.modal-header {
    text-align: center;
}

.modal-header {
    text-align: center;
}

.modal-title {
    width: 100%;
    color: #64748B;
}

h5.modal-title {
    font-size: 0.85rem;
}

.modal-body {
    font-size: .80rem;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

    .modal-body.conditions {
        font-size: .70rem;
    }

.modal-content {
    border-radius: .5rem;
}

.modal-footer {
    border: none;
}

.modal .form-control {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

    .modal .form-control:focus {
        border: 1px solid #5850ec;
        box-shadow: none;
    }

.validationModalTitle {
    padding-bottom: 20px;
    text-align: center;
    color: #6f7e94;
}

.validationModalText {
    color: #6f7e94;
}

.pinInfo {
    display: none;
    font-size: .70rem;
}

    .pinInfo.newPin {
        color: #7fcbc3;
        font-weight: 500;
        font-size: 1rem;
        padding-top: 10px;
    }

    .pinInfo.error {
        color: #d02f2f;
        font-size: .8rem;
        padding-top: 10px;
    }

.modal div.invalid .erroricon {
    display: inline;
    top: 9px;
}

.modal div.invalid .form-control {
    border-color: #d02f2f;
}
/*#endregion Modal*/
/*#region Countdown*/
.base-timer {
    position: relative;
    width: 60px;
    height: 60px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 5px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 5px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

    .base-timer__path-remaining.green {
        color: rgb(65, 184, 131);
    }

    .base-timer__path-remaining.orange {
        color: orange;
    }

    .base-timer__path-remaining.red {
        color: red;
    }

.base-timer__label {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/*#endregion Timer*/
/*#region Select2 Mods */


.select2-container {
    vertical-align: top;
    font-size: 14px;
}

.select2-selection__rendered {
    line-height: 41px !important;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.select2-dropdown {
    width: 260px !important;
}


/*#endregion Select2 Mods  */
/*#region Buttons */


.bigDrop {
    width: 80%;
}

.btn {
    color: #364152;
    background-color: #ffffff;
    border-color: #64748b;
    line-height: 28px;
    width: 120px;
    cursor: pointer;
    font-size: .85rem;
    border-radius: 0.15rem;
}

    .btn:focus {
        box-shadow: none;
    }

    .btn.disabled {
        color: #64748b !important;
        background-color: #dbdde0 !important;
        border-color: white !important;
        cursor: not-allowed;
    }

.btn-purple {
    background-color: #64748b;
    color: white !important;
}

.btn-low-profile {
    line-height: 22px;
}

.btn.btn-NewAppointment {
    width: 240px;
    margin-top: 20px;
}

.btn-infoBack {
    color: #6c757d !important;
    line-height: 20px;
    display: block;
    cursor: pointer;
    font-size: .875rem;
}

.btn-datesBack, .btn-serviceBack, .btn-departmentBack {
    color: #6c757d !important;
    line-height: 20px;
    display: block;
    cursor: pointer;
    font-size: .875rem;
}

.btn-timesBack {
    color: #6c757d !important;
    line-height: 20px;
    display: block;
    cursor: pointer;
}

    .btn-timesBack i, .btn-datesBack i, .btn-infoBack i, .btn-serviceBack i, .btn-departmentBack i {
        padding-right: 10px;
        line-height: 24px;
        font-size: 12px;
    }


.btn-ResendPin {
    color: #7fcbc3 !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.btn-ReAppointment {
    margin-top: 47px;
    width: 200px;
}

.btn-back {
    display: none;
}

.btn-submit {
    display: none;
}

.infoback {
    display: none;
}

.nonMobile {
    display: flex;
    flex-wrap: nowrap;
}

/*#endregion Buttons */


@media (max-width: 990px) {
    .timepicker .appointmentTitle {
        line-height: 24px;
    }

    .timepicker .timesContainer {
        width: 320px;
    }

    .InformationEntry .form-check {
        padding-left: 24px;
    }
}

@media (min-width: 768px ) and (max-width: 990px) {

    .InformationEntry .userInfo form {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 767px) {

    table.select {
        max-width: unset;
        width: 100%;
        max-height: 40px;
    }

    .select2td {
        width: 170px !important;
        height: 40px;
        position: relative;
    }

    .select2-container {
        width: 170px !important;
    }

    .InformationEntry .userInfo .g-recaptcha {
        padding-top: 25px;
        transform-origin: 0 0;
    }


    .datepicker {
        width: unset;
        margin: 0;
        overflow-y: auto;
        min-height: unset;
        border-radius: .25rem;
    }

        .datepicker.withBack {
            top: 45px;
        }

    .timepicker {
        display: none;
        height: unset;
        min-height: unset;
        padding: 5px 5px 5px 5px;
        min-width: unset;
        width: unset;
    }

        .timepicker .container .row {
            margin-right: 0px;
            margin-left: 0px;
        }

    .errorMessage {
        width: 100%;
        min-height: 430px;
        padding-top: 0px;
        position: relative;
        padding-bottom: 10px;
    }

    .completionMessage {
        overflow-y: auto;
        height: unset;
        width: unset;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 4px;
        position: absolute;
        min-height: unset;
    }

        .InformationEntry .userInfo {
            overflow-y: auto;
            overflow-x: hidden;
        }

        .InformationEntry .form-row {
            height: unset;
        }

            .InformationEntry .form-row .col-sm-12 {
                height: 60px;
            }

            .InformationEntry .form-row .form-check {
                padding-left: 1.25rem;
            }

            .InformationEntry .form-row .col-sm-12.termscol {
                height: unset;
            }

        .InformationEntry .userInfo .input-group .form-group {
            width: 60%;
        }

        .InformationEntry .input-group, .InformationEntry .form-group {
            max-width: unset;
            width: 100%;
        }

        .InformationEntry .userInfo .btn-mobSelect {
            display: block;
        }

    .timepicker .dateSelection {
        display: block;
    }

    .timepicker .timesMobileDateInfo {
        display: block;
    }

    .timepicker .col-12 {
        padding-left: 10px !important;
    }

    .timepicker .row {
        margin-bottom: 10px;
    }


    .timepicker .times {
        padding-right: 6px;
        padding-bottom: 40px;
    }

    .timepicker .timesMobileDateInfo .fas.fa-calendar-week {
        color: #5850ec;
    }

    .timepicker .timesMobileDateInfo .appointmentDate {
        color: #5850ec;
        font-weight: 400;
        font-size: 1rem;
        line-height: 2.25rem;
    }

    .timepicker .appointmentTitle {
        font-size: 16px;
    }


    .timepicker .timesContainer {
        width: 100%;
    }

        .timepicker .timesContainer .times {
            width: 100%;
            max-width: unset;
        }

            .timepicker .timesContainer .times .timeButton {
                width: unset;
                margin: 0 auto;
                margin-bottom: 8px;
            }

    .selectionInfo, .userInfo {
        float: none;
        width: auto;
        padding-bottom: 20px;
    }

    .nonMobile {
        display: none;
    }

    .mobileNav {
        margin-top: 30px;
        display: block;
    }

    .datepicking, .InformationEntry {
        position: relative;
        float: unset;
        overflow: hidden;
    }

        .InformationEntry .selectionInfo {
            margin: auto;
            background-color: white;
            border-radius: .25rem 0 0 .25rem;
            padding: 20px;
            padding-top: 0px;
            width: 100%;
            float: none;
            min-height: unset;
        }

    .datepicker .dateSelection {
        display: block;
    }

    .timepicker .dateSelection {
        padding-right: 5px;
        padding-left: 5px;
    }

    .wizardBlock.error {
        height: unset !important;
    }

    .dateback {
        display: flex;
    }

    .serviceback {
        display: block;
        background-color: white;
    }

    .departmentback {
        display: block;
        background-color: white;
    }

    .infoback {
        display: block;
    }
}

@media (max-width: 480px) {

    .select2td {
        width: 170px !important;
    }

    .select2-container {
        width: 170px !important;
    }

    .InformationEntry .userInfo form {
        padding-left: 0px;
        padding-right: 0px;
    }

    .InformationEntry .form-row {
        padding-left: 10px;
        padding-right: 10px;
    }

    .errorMessage {
        min-height: unset !important;
    }

        .errorMessage.err {
            position: relative;
            height: 100%;
        }

        .errorMessage .dashed {
            padding: 0px;
            margin: 20px;
            position: absolute;
            bottom: 20px;
            top: 20px;
            left: 20px;
            right: 20px;
        }

        .errorMessage img {
            padding-top: 20px;
        }

        .errorMessage.err img {
            padding-top: 40px;
        }

    .btn-ReAppointment {
        margin-top: 47px;
        width: 200px;
        margin-bottom: 20px;
    }

    .countryCodeButton {
        padding-left: 0px;
    }

    .searchMobCodes {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .countryCodesMob {
        top: 95px;
        padding: 8px;
        padding-right: 8px;
        background-color: white;
        margin-left: 5px;
        margin-right: 5px;
    }
    .timepicker .appointmentTitle {
        padding: 10px 15px;
    }
}

/************Language Selector*************/
.language-container {
    position: relative;
    z-index: 3;
}

.lang-info-entry .language-container {
    top: 23px;
    right: 37px;
}
.lang-menu .selected-lang {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    cursor: pointer;
    border: 1px solid #dbdde0;
    border-radius: 5px;
    padding: 6px 20px 6px 7px;
    position: relative;
}
.flag {
    max-width: 25px;
}
.flag-small {
    max-height: 22px;
    padding-right: 10px;
}

.lang-menu .selected-lang:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 6px;
    top: 6px;
    font-weight: bold;
    font-size: 12px;
}

.lang-menu ul {
    margin: 0;
    padding: 5px 0;
    display: none;
    background-color: #fff;
    border: 1px solid #dbdde0;
    position: absolute;
    top: 39px;
    right: 0;
    font-size: 14px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    z-index: 5;
    min-width: 120px;
}

.lang-menu ul li {
    list-style: none;
    padding: 3px 12px;
    border-radius: 5px;
}

.lang-menu ul li a {
    text-decoration: none;
    display: flex;
    color: #495057;
    padding-left: 5px;
}

    .lang-menu ul li:hover {
        background-color: #475569;
        color: white;
    }
    .lang-menu ul li:hover a{
        color: white;
    }

/*.lang-menu:hover ul {
    display: block;
}*/
/************End of Language Selector*************/


@media (max-width: 450px) {
    .select2td {
        width: 100px;
    }
}

@media (max-width: 390px) {

    .select2td {
        width: 120px !important;
    }

    .select2-container {
        width: 120px !important;
    }


    .InformationEntry .userInfo .input-group .form-group {
        width: 70%;
    }

    .datepicker .body .section, .datepicker .body .section.calendar .dates .month {
        width: 310px;
    }

        .datepicker .body .section.calendar .weekdays .weekday {
            height: 45.5714px;
            width: 44.5714px;
        }

        .datepicker .body .section.calendar .dates .month .date {
            height: 44.5714px;
            width: 41.5714px;
        }

    .datepicker .dateSelection {
        min-width: 300px;
        width: 300px;
        padding-top: 20px;
    }

    .btn.btn-NewAppointment {
        width: 200px;
    }
}

@media (max-width: 330px) {
    .timepicker .timesContainer .times .timeButton {
        width: 260px;
    }
}

.StoreSelect {
    display: none;
}

.DepartmentSelect {
    display: none;
}

.ServiceSelect {
    display: none;
}

.DateSelect {
    display: none;
}

.DateSelect {
    display: none;
}

.DateSelect {
    display: none;
}

.InformationEntry {
    display: none;
}

#language-selector .modal-content {
    max-width: 80%;
    margin: 0 auto;
}
#language-selector .modal-header {
    text-align: left;
}
.lang-mobile {
    display: flex;
    flex-direction: row-reverse;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 15px;
    align-items: center;
}
#lang-menu-mobile {
    padding-right: 8px;
}
.lang-mobile label {
    flex-grow: 1;
}
.lang-mobile:last-child {
    border-bottom: none;
}
.modal-body-lang {
    font-size: .80rem;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
.check-image {
    padding-top: 10px;
}