:root {
    --theme-color: #ff7f27;
    --theme-color-hover: #fc914a;
    --theme-color2: #000c7b;
}
.heading {
    text-align: center;
    padding-top: 10px;
}

.kitchen_heading {
    text-align: center;
    /* margin-bottom: -51px; */
}

.select2-container .select2-selection {
    min-height: 58px;
}

.graphchart {
    display: none;
}

#myChart {
    position: relative;
    z-index: 10;
}

.heading {
    margin-right: -12px;
}

.rangeData {
    margin-top: 14px;
    margin-bottom: 14px;
}

.card-title {
    color: #fff;
    /* padding-top: 12px; */
}

#xxx:hover {
    /* background-color: red; */
    /* box-shadow: wheat 0px 10 px 10px; */
    box-shadow: -2px 2px red;
}

#shape {
    position: absolute;
    height: 55px;
    width: 55px;
    background: #f1977f;
    border-radius: 50%;
    z-index: 10;
    margin-left: 71%;
    margin-top: -28px;
}

#rect {
    position: absolute;
    height: 31px;
    width: 213px;
    z-index: 10;
    background: #f1977f;
    border-radius: 5px;
    margin-left: 57%;
    margin-top: -14px;
}

.shadowx:hover {
    transform: translate(0, 0);
    clip-path: polygon(
        0% var(--d),
        var(--d) 0%,
        100% 0%,
        100% calc(100% - var(--d)),
        calc(100% - var(--d)) 100%,
        0% 100%
    );
}

.xxd:hover {
    background: #ff6014;
    border-radius: 10px;
    box-shadow: 8px 8px 1px #00000030;
    transition: 0.4s;
    /* margin-left: 10px; */
}

.height-adjust {
    height: 110px;
    border-radius: 10px;
}

.ps-1,
.ps-2,
.ps-3,
.ps-4,
.ps-5,
.ps-6,
.ps-7,
.ps-8 {
    padding-left: 1rem !important;
    font-weight: 600;
    font-size: 25px;
    color: #0d0170;
}

.card-title {
    color: white;
}

#pageloader {
    background: rgb(255 255 255 / 20%);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 60%;
    margin-left: -90px;
    margin-top: -32px;
    position: absolute;
    top: 40%;
    height: 150px;
    border: black;
    border-style: double;
    background-color: antiquewhite;
    border-radius: 20px;
}

.apexcharts-toolbar {
    /* display: none; */
}

.card-height {
    min-height: 200px;
}

.pie-title {
    margin-bottom: 2%;
    margin-top: 1%;
    color: #ba434d;
    text-align: center;
    font-size: 24px;
}

.box-adjust {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

#chartpie {
    display: flex;
    margin-top: 1%;
    margin-left: 2%;
}

@media screen and (max-width: 500px) {
    #pageloader img {
        left: 50%;
        margin-left: -90px;
        margin-top: -32px;
        position: absolute;
        top: 50%;
        height: 150px;
        border: black;
        border-style: double;
        background-color: antiquewhite;
        border-radius: 20px;
    }

    #chartpie {
        display: flex;
        margin-top: 1%;
        margin-left: -15%;
    }

    .card-height {
        min-height: 200px;
    }

    /* load page */

    #pageloader {
        background: rgb(255 255 255 / 20%);
        display: none;
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 9999;
    }

    #pageloader img {
        left: 60%;
        margin-left: -90px;
        margin-top: -32px;
        position: absolute;
        top: 40%;
        height: 150px;
        border: black;
        border-style: double;
        background-color: antiquewhite;
        border-radius: 20px;
    }

    @media screen and (max-width: 600px) {
        #pageloader img {
            left: 50%;
            margin-left: -90px;
            margin-top: -32px;
            position: absolute;
            top: 50%;
            height: 150px;
            border: black;
            border-style: double;
            background-color: antiquewhite;
            border-radius: 20px;
        }
    }
}

/* for dropdown */
.select2-results__options.checkbox-ic {
    padding-left: 1.75rem;
}

.select2-results__options.checkbox-ic .checkbox-item {
    margin-right: 0.75rem;
}

/* latest chk */

.custom-select {
    background: #fff url(downward-arrow.png) no-repeat center right 10px;
    display: inline-block;
    /* padding: 5px 15px; */
    border: #80b2bb 1px solid;
    color: #3892a2;
    border-radius: 2px;
    width: 200px;
    cursor: pointer;
}

div#custom-select-option-box {
    background: #fff;
    border: #80b2bb 1px solid;
    color: #3892a2;
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    display: none;
}

button.search.btn {
    background: #4c4c4c;
    border: #353535 1px solid;
    color: #ffffff;
    border-radius: 2px;
    padding: 8px 40px;
    margin-top: 20px;
    font-size: 0.9em;
}

.custom-select-option {
    /* width: 200px; */
    padding: 5px 15px;
    margin: 1px 0px;
    cursor: pointer;
}

.result-list {
    padding-bottom: 20px;
    color: #4d4d4d;
    line-height: 25px;
}

.result-list-heading {
    font-style: italic;
    color: #717171;
    text-decoration: underline;
}

#from-day {
    width: 25px;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
}

#to-day {
    width: 25px;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
}

#range {
    width: 60px;
    outline: none;
    border: none;
    border-bottom: 1px solid black;
}

.orangeText {
    color: #ff7043;
}

.bootstrap-select {
    /* width: 150px !important; */
    width: 100% !important;
    border: 1px solid #ccc;
}

.card {
    overflow: visible;
    /* Ensure the card's overflow is visible */
}

.customTitle {
    color: #000000;
}

#time-range p {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #333;
}
.ui-slider-horizontal {
    height: 8px;
    background: #d7d7d7;
    border: 1px solid #bababa;
    box-shadow: 0 1px 0 #fff, 0 1px 0 #cfcfcf inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: 0.7em;
    display: block;
    border: 1px solid #5ba8e1;
    box-shadow: 0 1px 0 #aad6f6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #81b8f3;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(
        linear,
        50% 0,
        50% 100%,
        color-stop(0%, #a0d4f5),
        color-stop(100%, #81b8f3)
    );
    background-image: -webkit-linear-gradient(top, #a0d4f5, #81b8f3);
    background-image: -moz-linear-gradient(top, #a0d4f5, #81b8f3);
    background-image: -o-linear-gradient(top, #a0d4f5, #81b8f3);
    background-image: linear-gradient(top, #a0d4f5, #81b8f3);
}
.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #f9fbfa;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(
        linear,
        50% 0,
        50% 100%,
        color-stop(0%, #c7ced6),
        color-stop(100%, #f9fbfa)
    );
    background-image: -webkit-linear-gradient(top, #c7ced6, #f9fbfa);
    background-image: -moz-linear-gradient(top, #c7ced6, #f9fbfa);
    background-image: -o-linear-gradient(top, #c7ced6, #f9fbfa);
    background-image: linear-gradient(top, #c7ced6, #f9fbfa);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6),
        0 -1px 0 1px rgba(0, 0, 0, 0.15) inset,
        0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6),
        0 -1px 0 1px rgba(0, 0, 0, 0.15) inset,
        0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6),
        0 -1px 0 1px rgba(0, 0, 0, 0.15) inset,
        0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
}
.ui-slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
    background: #30a2d2;
    -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset,
        0 1px 0 0 #fff;
    -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
    box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #fff;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
    margin-left: -0.6em;
}
.ui-slider a:focus {
    outline: none;
}

#slider-range {
    width: 75%;
    left: 0;
    margin: 0 5%;
}
#time-range {
    width: 100%;
    padding-top: 10px;
}

/* Custom Multi Select */
.sd-multiSelect {
    position: relative;
}
.sd-multiSelect .placeholder {
    opacity: 1;
    background-color: transparent;
    cursor: pointer;
}
.sd-multiSelect .ms-offscreen {
    height: 1px;
    width: 1px;
    opacity: 0;
    overflow: hidden;
    display: none;
}

.sd-multiSelect .sd-CustomSelect {
    width: 100% !important;
}

.sd-multiSelect .ms-choice {
    position: relative;
    text-align: left !important;
    width: 100%;
    border: none;
    background: #ffff;
    box-shadow: none;
    font-size: 15px;
    /* height: 44px; */
    font-weight: 500;
    color: #212529;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sd-multiSelect .ms-choice:after {
    content: "\f107 ";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.sd-multiSelect .ms-choice:focus {
    border-color: var(--theme-color);
}

.sd-multiSelect .ms-drop.bottom {
    display: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.sd-multiSelect .ms-drop li {
    position: relative;
    margin-bottom: 10px;
}

.sd-multiSelect .ms-drop li input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.sd-multiSelect .ms-drop li label {
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.sd-multiSelect .ms-drop li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--theme-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.sd-multiSelect .ms-drop li input:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: var(--theme-color);
    border-width: 0 2px 2px 0;
}
