﻿.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    bottom: -3px;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    top: 32px;
    left: 50%;
    transform: translateX(-25%);
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--menumiz-miz);
    border-bottom: 0
}

.wizard-dish-smart-price-content .smart-price-list-body-sliders {
    display: grid;
    grid-template-columns: repeat(2, 80% 20%);
    width: 100%;
    padding: 8px 16px 16px;
    background-color: RGBA(0, 0, 0, 0);
    border:none;
    border-top: none;
    align-items: center;
}

.single-working-hours {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    padding: 0 16px;
    position:relative
}
.timeupdate_notice {
    position: absolute;
    background: var(--menumiz-teal);
    width: 34px;
    height: 34px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50rem;
    z-index:1030
}
.timeupdate_notice i{
    color:#ffffff
}
.single-working-hours .smart-price-list-body-slider {
    width: 90%
}

.single-working-hours .Workinghours-buttons {
    width: 10%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px
}

.wizard-working-hours-schedul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px 0 16px 0;
    padding: 8px 0;
    border-radius: 4px;
    width: 100%;
}

.schedule-title h3 {
    font-size: 18px;
    color: var(--menumiz-miz)
}

.miz-workinghours-body {
    padding: 8px 0px 0 0px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.miz-wokringhours-body  .swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.miz-workinghours-body .swiper-container .swiper-wrapper {
    width: 100%;
}
.miz-workinghours-body .swiper-container .swiper-wrapper .swiper-slide {
    width: auto;
    min-width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding-top: 10px;
    padding-bottom:0
}
.miz-workinghours-body .swiper-container .swiper-wrapper .swiper-slide .btn-check:not(:disabled) + label.miz-button.miz-button-icon {
    border-color: #720E1A;
    color: #720E1A;
    background-color: RGBA(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%), 0px 0px 0px 0px rgb(0 0 0 / 14%), 0px 0px 0px 0px rgb(0 0 0 / 12%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%), 0px 0px 0px 0px rgb(0 0 0 / 14%), 0px 0px 0px 0px rgb(0 0 0 / 12%);
}
.miz-workinghours-body .swiper-container .swiper-wrapper .swiper-slide .btn-check:checked:not(:disabled) + label.miz-button.miz-button-icon {
    border-color: red;
    color: #FAFAFA;
    background-color: #720E1A;
    -webkit-box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
    box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
}
.toggle-switch input {
    opacity: 0;
    display: none;
}
.switch {
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: fit-content;
}
.toggle-switch input:checked + .switch .slider {
    background-color: var(--menumiz-miz);
}
.slider {
    width: 50px;
    height: 26px;
    position: relative;
    cursor: pointer;
    background-color: #5800002e;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 1rem;
    margin-left:10px
}
.toggle-switch input:checked + .switch .slider:before {
    background: #ffffff;
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: #5800009e;
    -webkit-transition: .4s;
    transition: .4s;
}
input.SmartPrice-Radio[disabled="true"] + label {
    background-color: #720e1a;
    color: #ffffff;
    opacity: .5;
}
.irs--flat.irs-with-grid {
    height: 60px;
    margin: 15px 0;
}
.mr-auto{
    margin: 0 0 0 auto
}
.miz-workinghours-header{
    font-size:18px;
}
.miz-workinghours-footer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 8px 16px;
    background-color: transparent display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.miz-workinghours{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 4px;
}
.modal #SmartPrice-Content .smart-price-list .smart-price-list-footer {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal #SmartPrice-Content .smart-price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -8px;
    background:#ffffff
}
.modal #SmartPrice-Content .smart-price-list .smart-price-list-body{
    width:80%
}
.modal #SmartPrice-Content .smart-price-list .smart-price-list-footer{
    width:20%
}
.modal #SmartPrice-Content .smart-price-list .smart-price-list-footer button{
    max-width: 101px;
    min-width: 100px;
    width: 100%;
}
#SmartPrice-Content {
    background-color: #720e1a0d !important;
    box-shadow: none !important;
    margin: 0px 0 16px 0;
}
#SmartPrice-Content .smart-price-list  .smart-price-list-body{
    padding-top: 25px;
    padding-bottom: 25px;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 35px;
}
.irs--flat {
    height: 40px;
    margin: 16px 0 0px;
}
.smart-price-list-body-slider p {
    font-size: 14px;
    padding-top: 12px;
}
.irs--flat .irs-line {
    height: 6px;
}
.irs--flat .irs-bar {
    height: 6px;
}
.irs--flat .irs-handle {
    top: 19px;
}


.miz-button-tab[data-status="closed"] span:after {
    content: ' *';
}
.radio-box .btn-check[type=radio]:disabled + label.miz-card {
    pointer-events: none;
    background-color: RGBA(0, 0, 0, 0.04);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .5;
}
.miz-button-tab {
    border-radius: 5px 5px 0 0 ;
    padding: 0;
    line-height: 48px;
    min-width: 0;
    height: 48px;
    width: 100%;
    background-color: transparent;
}
.swiper-container .swiper-wrapper .swiper-slide .btn-check:checked:not(:disabled) + label.miz-button.miz-button-tab {
    color: #FAFAFA;
    background-color: #f3eeef;
    -webkit-box-shadow: inset 0 -2px 0 0 #720e1a, inset 0 2px 0 0 #720e1a, inset 2px 0 0 0 #720e1a, inset -2px 0 0 0 #720e1a;
    box-shadow: inset -2px 0px 0 0 #720e1a, inset 0 2px 0 0 #720e1a, inset 2px 0 0 0 #720e1a, inset -2px 0 0 0 #720e1a;
}
.swiper-container .swiper-wrapper .swiper-slide .btn-check:not(:disabled) + label.miz-button.miz-button-tab {
    border-color: red;
    color: #720E1A;
    background-color: #d2d2d2;
    -webkit-box-shadow: none;
    box-shadow: none;
    position:relative
}
.modal-header.no-bg {
    background-color: transparent !important;
    border: none;
}

.modal-header.no-bg .btn-close {
    background-color:#7d0909;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
}
.modal-header.no-bg .modal-title{
    color: var(--menumiz-miz) !important;
}

@media (max-width:568px) {
    .miz-workinghours-footer .spacer {
        display:none
    }
    #add_new_time {
        width: 100%
    }
    .single-working-hours {
        display: flex;
        flex-direction: column;
        margin-top: 1rem;
        padding: 0 16px;
        margin-bottom: 2rem;
        border-bottom:3px solid #FFFFFF
    }

    .single-working-hours .smart-price-list-body-slider {
        width: 100%;
    }

    .single-working-hours .Workinghours-buttons {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;

        padding-bottom: 1rem;
    }

    .modal #SmartPrice-Content .smart-price-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 -8px;
    }

    .modal #SmartPrice-Content .smart-price-list .smart-price-list-body {
        width: 100%
    }

    .modal #SmartPrice-Content .smart-price-list .smart-price-list-footer {
        width: 100%
    }

    .modal #SmartPrice-Content .smart-price-list .smart-price-list-footer button {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

    .Workinghours-buttons button {
        width: 100%
    }
    .smart-price-list .miz-workinghours-footer button{
        width:100%
    }
    

}
