﻿*, ::after, ::before {
    box-sizing: border-box;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

b {
    font-weight: bolder;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.collapse:not(.show) {
    display: none;
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    p {
        orphans: 3;
        widows: 3;
    }
}
/*! CSS Used from: Embedded */
*, :after, :before {
    box-sizing: border-box;
}

*, :after, :before {
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

p {
    margin: 0;
    list-style: none;
    padding: 0;
}

.truncate {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.darkText {
    color: #4a4a4a;
}

.linkText {
    color: #0091ff;
    cursor: pointer;
}

.fontSize10 {
    font-size: 10px;
}

.boldFont {
    font-weight: 700;
}

.relative {
    position: relative;
}

.makeFlex {
    display: flex;
}

    .makeFlex .flexOne {
        flex: 1;
    }

    .makeFlex.spaceBtwCenter {
        align-items: center;
        justify-content: space-between;
    }

    .makeFlex.hrtlCenter {
        align-items: center;
    }

    .makeFlex.spaceBetween {
        justify-content: space-between;
    }

.appendBottom2 {
    margin-bottom: 2px;
}

.appendBottom12 {
    margin-bottom: 12px;
}

.appendBottom15 {
    margin-bottom: 15px;
}

.paddinLeft10 {
    padding-left: 10px;
}

.paddinRight10 {
    padding-right: 10px;
}

.pointer {
    cursor: pointer;
}

.gap-x-10 > :last-child {
    margin: 0 !important;
}

.gap-x-10 > * {
    margin-right: 10px;
}
.rc-slider {
    position: relative;
    height: 14px;
    padding: 5px 0;
    width: 100%;
    border-radius: 6px;
    -ms-touch-action: none;
    touch-action: none;
}

    .rc-slider, .rc-slider * {
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

.rc-slider-rail {
    width: 100%;
    background-color: #e9e9e9;
}

.rc-slider-rail, .rc-slider-track {
    position: absolute;
    height: 4px;
    border-radius: 6px;
}

.rc-slider-track {
    left: 0;
    background-color: #abe2fb;
}

.rc-slider-handle {
    position: absolute;
    width: 14px;
    height: 14px;
    cursor: pointer;
    cursor: -webkit-grab;
    margin-top: -5px;
    cursor: grab;
    border-radius: 50%;
    border: 2px solid #96dbfa;
    background-color: #fff;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

    .rc-slider-handle:focus {
        border-color: #57c5f7;
        box-shadow: 0 0 0 5px #96dbfa;
        outline: none;
    }

    .rc-slider-handle:hover {
        border-color: #57c5f7;
    }

    .rc-slider-handle:active {
        border-color: #57c5f7;
        box-shadow: 0 0 5px #57c5f7;
        cursor: -webkit-grabbing;
        cursor: grabbing;
    }

.rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px;
}

.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
}
.customCheckbox {
    position: relative;
    display: flex;
}

    .customCheckbox .box {
        background: #fff;
        border: 2px solid #9b9b9b;
        border-radius: 3px;
        display: inline-block;
        height: 18px;
        position: relative;
        width: 18px;
    }

        .customCheckbox .box .check {
            -webkit-border-image: none;
            border-image: none;
            border-color: #fff;
            border-style: none solid solid none;
            border-width: medium 1px 1px medium;
            height: 11px;
            left: 7px;
            opacity: 0;
            position: absolute;
            top: 2px;
            -webkit-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
            width: 5px;
            z-index: 1;
        }
.darkText {
    color: #4a4a4a;
}

.appendBottom12 {
    margin-bottom: 12px;
}

.listingLhs {
  
    align-self: flex-start;
    position: unset;
    bottom: auto;
    border-radius: 2px;
}

    .listingLhs.mc .filterWrapper > .filtersOuter {
        margin-bottom: 10px;
        box-shadow: 0 3px 30px 0 rgba(0,0,0,.1);
        border-radius: 2px;
    }

.filterWrapper {
    box-shadow: 0 3px 30px 0 rgba(0,0,0,.1);
}

.listingLhs.mc .filterWrapper {
    box-shadow: none;
}

.filtersOuter {
    background: #fff;
}

.filterWrapper > .filtersOuter {
    padding: 12px 15px;
}

.filtersHeading {
    font-size: 16px;
    font-weight: 900;
}

.rangeSlider {
    padding: 0 10px;
    margin-bottom: 15px;
}

.rc-slider {
    position: relative;
    height: 14px;
    padding: 5px 0;
    width: 100%;
    border-radius: 6px;
    -ms-touch-action: none;
    touch-action: none;
    margin-bottom: 12px;
}

    .rc-slider, .rc-slider * {
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

.rc-slider-rail {
    width: 100%;
    background-color: #e9e9e9;
}

.rc-slider-rail, .rc-slider-track {
    position: absolute;
    height: 4px;
    border-radius: 6px;
}

.rc-slider-track {
    left: 0;
    background-color: #abe2fb;
}

.rc-slider-handle {
    position: absolute;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    border-radius: 50%;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2) !important;
    border-width: 0 !important;
    background-color: #fff;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

    .rc-slider-handle:focus {
        border-color: #57c5f7;
        box-shadow: 0 0 0 5px #96dbfa;
        outline: none;
    }

.timeSlotsOuter {
    display: flex;
    justify-content: flex-start;
}

.filterTimeSlots {
    cursor: pointer;
    width: 60px;
    height: 64px;
    border-radius: 4px;
    border: .7px solid #dfdfdf;
    background-color: #fff;
    text-align: center;
    color: #000;
    font-size: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
    align-items: center;
    margin-right: 10px;
}

.filtersOuter {
    width: 100%;
}

.rc-slider-handle {
    z-index: 2;
}

.dummyRail {
    position: absolute;
    top: 5px;
    display: block;
    background: #008cff;
    height: 6px;
    width: 97%;
    z-index: 0;
    border-radius: 6px;
    left: -4px;
}

.checkBlockIcon {
    width: 34px;
    height: 34px;
    display: inline-block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.filterWrapper > .filtersOuter.simplev2 {
    padding: 0;
}

.simplev2 .itemsWrapper {
    padding: 0 15px;
}

.simplev2 .filtersHeading {
    font-size: 14px;
}

.simplev2 > .filtersHeading {
    font-size: 16px;
    border-bottom: 1px solid #cfcfcf;
    padding: 12px;
    background-color: #0a223d;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.rc-slider {
    z-index: 1;
}

.filterName {
    max-width: 130px;
    display: inline-flex;
}

.customCheckbox {
    position: relative;
    display: flex;
}

    .customCheckbox .box {
        background: #fff;
        border: 2px solid #9b9b9b;
        border-radius: 3px;
        display: inline-block;
        height: 18px;
        position: relative;
        width: 18px;
    }

        .customCheckbox .box .check {
            border-image: none;
            border-color: #fff;
            border-style: none solid solid none;
            border-width: medium 1px 1px medium;
            height: 11px;
            left: 7px;
            opacity: 0;
            position: absolute;
            top: 2px;
            transform: scale(1) rotate(45deg);
            transition-delay: .1s;
            width: 5px;
            z-index: 1;
        }
/*! CSS Used from: Embedded */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.appendBottom2 {
    margin-bottom: 2px;
}

.appendBottom15 {
    margin-bottom: 15px;
}

.makeFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flexOne {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.makeFlex.hrtlCenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.makeFlex.spaceBetween {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
