body,
html {
    width: 100%;
    height: 100%;
    outline: medium none !important;
    src: url(../fonts/NunitoSans-Regular.ttf);
    font-family: 'NunitoSans-Regular';
}

body {
    color: #fff;
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
    overflow: hidden;
}

button,
a {
    transition: all .35s ease 0s;

}

.nopadding {
    padding: 0;
}

.noleft {
    padding-left: 0;
}

.noright {
    padding-right: 0;
}

.login {}

.login .leftside {
    background: url('../img/bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding-left: 4%;
}

.login .leftside h1 {
    width: 50%;
    font-size: 28px;
}

.login .leftside p {
    width: 50%;
    margin-top: 30px;
}

.login .rightside {
    display: flex;
    align-items: center;
    justify-content: center;

}

.login .forms {
    width: 60%;
}

.login label {
    color: #55C800;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
}

.login input {
    border: none;
    border-bottom: 2px solid #55C800;
    border-radius: 0;
    outline: medium none;
    padding-left: 0;
}

.login input:focus {
    border: none;
    border-bottom: 2px solid #55C800;
    box-shadow: none;
}

button {
    background: #55C800;
    color: #fff;
    font-size: 17px;
    border: none;
    padding: 5px 14px;
    position: relative;
    border: none !important;
}

button:disabled,
button[disabled] {
    cursor: not-allowed;
}

.login .rightside button {
    width: 100%;
    padding: 9px;
    margin-top: 20px;
}

button:hover {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.inners {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #55C800;
    opacity: 0.8;
    z-index: -1;
}

.orders {
    background: #e6e6e6;
    padding: 20px;
    height: 100vh;
}

.orders .inner {
    border: 2px solid #000;
    min-height: 90vh;
    width: 100%;
    border-radius: 20px;
    position: relative;
    padding: 20px;
    padding-left: 105px;
}

.orders .inner .heading {
    position: absolute;
    top: -12px;
    left: 20px;
    background: #e6e6e6;
    z-index: 1;
    color: #000;
    padding: 0 10px;
    font-size: 14px;
}

.orders .rightmenu {
    position: absolute;
    width: 100px;
    left: 0;
    top: 25px;
}

.orders .rightmenu a {
    width: 100%;
    text-align: center;
    float: left;
    text-decoration: none;
    color: #000;
    margin-bottom: 13px
}

svg {
    fill: #55C800;
    width: 50px;
    transition: all .35s ease 0s;
}

.orders .rightmenu a svg {
    transition: all 0.35s ease 0s;
}

.orders .rightmenu a span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.orders .rightmenu a.active svg,
.orders .rightmenu a:hover svg {
    transform: scale(1.1);
}

.orders .rightmenu a.active,
.orders .rightmenu a:hover {
    color: #55C800;

}

.orders .rightmenu a.active {
    font-weight: 600;
}

.orders .inner .outer {
    padding: 0 10px;
}

.orders .inner .forms {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    color: #000;
    height: 90vh;
    overflow-y: auto;
}



.orders .inner .forms .row {
    margin-bottom: 20px;
}

.orders .inner .forms label {
    margin-top: 8px;
    font-size: 16px;
}

.orders .inner .forms button {
    float: right;
}

.orders .inner .boxs {
    width: 33.33%;
    padding: 0 10px;
    float: left;
    position: relative;
}

.orders .inner .storeStatus {
    border-top: 2px solid #000;
}

.orders .inner .storeStatus h2 {
    font-size: 21px;
    margin: 14px 0;
}

.orders .inner .storeStatus label {
    margin-top: 0;
}

.orders .inner .storeStatus label.text {
    position: relative;
    top: -17px;
    min-width: 60%;
}

.orders .inner .storeStatus .loaders {
    position: absolute;
}

.orders .inner .boxs .order {
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 81vh;
    overflow-y: auto;
    width: 100%;
    padding: 10px;
    /* padding-top: 56px; */
}

.orders .inner .boxs h1 {
    text-align: center;
    color: #000;
    font-size: 20px;
    background: #fff;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0;
    width: 100%;
}

.orders .inner .boxs h1 span {
    background: gray;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 5px;
    padding: 5px 0;
}

.orders .inner .boxs .items {
    background: #e6e6e6;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.orders .inner .boxs .items .link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.orders .inner .boxs .items h2 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

.orders .inner .boxs .items h2 .date {
    display: block;
    font-weight: normal;
    font-size: 13.2px;
}

.orders .inner .boxs .items h2 svg {
    float: left;
    width: 32px;
    fill: #000;
    margin-bottom: 6px;
}

.orders .inner .boxs .items h2 .prepare {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13.2px;
    font-weight: normal;
}

.orders .inner .boxs .items h2 .prepare em {
    font-style: normal;
    font-size: 17px;
    display: block;
    margin-top: 4px;
}

.orders .inner .boxs .items h2 .prepare em svg {
    width: 20px;
    fill: #55C800;
    position: relative;
    top: -1.5px
}

.orders .inner .boxs .items h3 img {
    width: 120px;
    margin: 8px 0;
}

.orders .inner .boxs .items h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    min-height: 19px;
}

.orders .inner .boxs .items h4 span {
    float: right;
}

.orders .inner .boxs .items h4 button {

    border-radius: 5px;
    font-size: 14px;
    position: relative;
    top: -6px;
    z-index: 2;
}

.buttonLoader .loaderOuter {
    width: 100%;
    left: 0;
    top: 0;
    background: red;
    height: 100%;
    text-align: center;
    z-index: 111111;
    position: absolute;
    border-radius: 5px;
    background: #55C800;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .preTimeModal button .loaderOuter, .orderDetails p button .loaderOuter{
    padding: 4px 0;
} */

.buttonLoader .loaderOuter .loader {
    position: static;
    height: 25px;
    width: 25px;
}

.orders .inner .boxs .items h4 svg {
    margin-top: -17px;
    margin-left: 5px;
    width: 45px;
    position: relative;
    z-index: 1;
}

::-webkit-scrollbar {
    width: 3px
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #55C800
}

.modal-content {
    background: #e6e6e6;
    padding: 8px;
    position: relative;
}

.modal-content .close {
    position: absolute;
    z-index: 1;
    opacity: 1;
    right: 10px;
    top: 20px;
    width: 25px;
    cursor: pointer;
}

.modal-content .modal-body {
    padding: 0;
}

.modal-content .modal-body .heading {
    position: absolute;
    font-size: 14px;
    padding: 0 10px;
    background: #e6e6e6;
    color: #000;
    top: -10px;
    left: 10px;
}

.allModal fieldset {
    border: 2px solid #000;
    border-radius: 10px;
    background: #fff;
}

.allModal fieldset legend {
    width: auto;
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 0 5px;
}

.preTimeModal fieldset {
    padding: 35px 20px;
    text-align: center;
}

.preTimeModal .circle {
    height: 70px;
    width: 70px;
    background: gray;
    border-radius: 100px;
    font-size: 20px;
    padding: 10px;
    margin: 0 auto;
}

.preTimeModal svg {
    width: 36px;
    margin-top: 20px;
}

.preTimeModal svg:hover {
    transform: scale(1.1);
}

.preTimeModal button {
    border-radius: 5px;
    margin-top: 25px;
    padding: 6px 20px;
}

.orderDetails {
    color: #000;
}

.orderDetails fieldset {
    padding: 10px;
}

.orderDetails p.flex {
    display: flex;
}

.orderDetails p span {
    color: #878585;
    width: 44%;
    display: inline-block;
    word-wrap: break-word;
}

.orderDetails p span.rightText {
    width: 56%;
    display: inline-block;
    word-break: break-word;
}

.orderDetails p.lists {
    position: relative;
    /* padding-left: 30px; */
    margin-bottom: 5px;
}

.orderDetails p.lists .itemName {
    width: 200px;
    color: #000;
}

.tooltips {
    position: relative;
}

.tooltiptext {
    visibility: hidden;
    position: absolute;
    right: 0;
    margin-left: 5px;
    background: rgba(0, 0, 0, 0.58);
    padding: 12px;
    border-radius: 3px;
    color: #fff !important;
    line-height: initial;
    padding: 6px;
    bottom: 19px;
    width: 100% !important;
    word-break: break-word;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
}

.orderDetails p.lists em {
    position: absolute;
    left: 0;
    font-style: normal;
}

.orderDetails p.lists font {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.orderDetails .print {
    position: absolute;
    right: 10px;
    top: -20px;
}

.orderDetails p button {
    border-radius: 5px;
    margin-right: 15px;
}

.orderDetails p.lists .modifier {
    display: block;
    font-weight: normal;
}

.orderDetails p.lists .modifier .price {
    font-weight: normal;
    float: right;
}


.invalid-feedback {
    display: block;
    font-size: 14px;
}

.modal.show {
    display: block;
    padding-left: 2px;
    background: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: auto;
}


.loader {
    border: 4px solid #fff;
    border-top: 4px solid #000;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    animation: spin 2s linear infinite;
    display: inline-block;
    position: absolute;
    right: 9px;
    top: 15%;
}


.loaders {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: .9;
    display: flex;
    z-index: 99999;
}

.loaders svg {
    width: 20%;
    fill: #55C800;
}

/* Button on off css */

.switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 29px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #55C800;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on,
.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 37%;
    font-size: 12px;
    font-family: Verdana, sans-serif;
}

.off {
    left: 60%;
}

input:checked+.slider .on {
    display: block;
}

input:checked+.slider .off {
    display: none;
}

.orders .inner .boxs .items h4 span.chnnelImg {
    display: inline;
    margin: 0;
    width: 32px;
    padding: 0;
    float: left;
    margin-top: -6px;
    display: none;
}

.orders .inner .boxs .items h4 span.chnnelImg img {
    width: 100%;
}

/* Button on off css */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}