﻿body {
}
input[type="checkbox" i] {
    width: 25px !important;
    height: 25px !important;
}


input[type="radio" i] {
    width: 30px !important;
    height: 30px !important;
}
.radioGroup {
  /*  display: flex;*/
    gap: 15px;
}

    .radioGroup label {
        display: flex;
        align-items: center;
        gap: 5px;
    }
input[name="BookingTimeSlot"]:checked + span.iconIn--clock {
    background: url(../../Images/assets/btn-clock-white.svg) no-repeat center !important;
    background-size: contain !important;
}


.lightpick {
    position: absolute;
    z-index: 99999;
    padding: 30px;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #000;
    line-height: 1.125em;
    font-family: 'Lato';
    font-weight: 600;
}

.lightpick--inlined {
    position: relative;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 12px -4px;
}

.lightpick__month {
    padding: 4px !important;
    width: 100%;
    background-color: #FFF;
}

.lightpick__month-title > .lightpick__select {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 1.2em;
    cursor: pointer;
}

.lightpick__month-title > .lightpick__select-months {
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 0.5em;
    cursor: pointer;
    text-align: left;
}

.lightpick__day.is-disabled {
    opacity: 0.38;
    pointer-events: stroke;
    cursor: no-drop !important;
}

.lightpick__previous-action, .lightpick__next-action {
    font-size: 16px;
}

.lightpick__previous-action, .lightpick__next-action, .lightpick__close-action {
    display: flex;
    margin-left: 6px;
    width: 26px;
    height: 26px;
    outline: none;
    border: none;
    border-radius: 5px;
    background-color: #2c5ca6;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.lightpick__day-of-the-week {
    display: flex;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    color: #504F4F;
}

.lightpick__day {
    display: flex;
    height: 40px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #504F4F;
}


.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 250px;
    overflow-y: auto;
}
.error-msg {
    color: red !important;
}

.pmd-floating-action {
    display: none;
}

.pageSection.bookingSection {
    background: white !important;
}

.btn {
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-padding-y: 0.875rem !important;
}

.btn-primary1 {
    --bs-btn-color: #fff;
    --bs-btn-bg: black !important;
    --bs-btn-border-color: black !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: black !important;
    --bs-btn-hover-border-color: black !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: black !important;
    --bs-btn-active-border-color: black !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: black !important;
    --bs-btn-disabled-border-color: black !important;
}



.contactNumberGroup {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.countryCodeDropdown {
    width: 80px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.gridParent.g-132 {
    grid-gap: 30px;
}

.w930 {
    width: min(100%, 700px);
    margin: 0 auto;
}




.dlOptionText .iconIn {
    margin: 5px;
    cursor: pointer;
}


/*.modal {
    margin-top: 210px !important;
    display: block !important;
}*/

.skip {
    box-shadow: none !important;
}

.cancel {
    background-color: #3c3f44;
    border-color: #3c3f44;
}


.btn-get-started {
    display: inline-block;
    padding: 10px 30px;
    background-color: #d9232d;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

    .btn-get-started:hover {
        background-color: #d9232d;
    }

.btn {
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-padding-y: 0.875rem !important;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    /* --bs-btn-focus-shadow-rgb: 225, 83, 97; */
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}

.image-container {
    /* border: 1px solid #ddd; */
    padding: 2px !important;
    border-radius: 2px !important;
    height: 100px !important; /* Adjust the height as needed */
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50% !important;
}

#thumbnail-preview img {
    width: 100px;
    margin: 5px;
}

.image-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

img-thumbnail {
    padding: 0.25rem;
    background-color: var(--tb-body-bg);
    border: var(--tb-border-width) solid var(--tb-border-color);
    border-radius: var(--tb-border-radius);
    max-width: 100%;
    height: auto;
}

.skip {
    box-shadow: none !important;
}

.cancel {
    background-color: #3c3f44;
    border-color: #3c3f44;
}

    .cancel:hover {
        background-color: #3c3f44;
    }

@@media (min-width: 992px) {
    .top {
        top: 136px;
        left: 552px;
        border-radius: 20px 20px 20px 20px !important;
    }
}
