.logo{
    font-weight: bold !important;
    color: #5b47fb !important;
    font-size: 18px !important;
    padding-left: 0 !important;
}

.menu-items{
    margin:0 -8px;
    display: flex;
    flex-wrap: wrap;
}

.menu-items .item{
    width: 100%;
    box-sizing: border-box;
    /*padding: 15px;*/
    margin-bottom: 3px;
}

.menu-items .item .content{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: stretch;
    border: 1px #ebebeb solid;
    /*border-radius: 3px;*/
    padding: 5px !important;
}

.menu-status .item .content{
    padding: 0 !important;
    margin-top: 5px !important;
}

.menu-status .item .content .description .product-details{
    display: flex;
    align-items: center;
    border: 1px #ebebeb solid;
    border-radius: 3px;
    padding: 5px !important;
}

.menu-items .content .description .product-details:before{
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    vertical-align: middle;
    font-size:18px;
    margin-left: 5px;
    margin-right: 15px;
    color: #999;
    transition: margin 0.3s;
}

.menu-items .item label input[type=checkbox]:checked ~ .content .description .product-details:before{
    font-weight: 900;
    content: '\f14a';
    color: #00ccb8  ;
    margin-right: 5px;
}

.menu-items .item label input[type=checkbox]:checked ~ .content{
    background: #fbfbfb  ;
}


.menu-items .item .content:hover,
.menu-status .item .content:hover{
    /*border-color: #333 ;*/
    background: #fbfbfb;
}

.menu-items .item .content .description{
    width: 100%;
    /*padding-right: 10px;*/
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-status .item .content .description{
    /*display: flex;*/
}

.menu-items .item .content .description .code,
.menu-status .item .content .description .code{
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 10px;*/
    /*transform: translateY(-50%);*/
    /*color: rgba(0,0,0,0.6);*/
    display: inline-block;
    border-radius: 3px;
    background: #ebebeb;
    font-size: 12px;
    padding: 2px 8px;
}

.menu-status .item .content .description .code{
    margin-right: 8px;
}

.menu-items .item .content .description .price,
.menu-status .item .content .description .price{
    display: inline-block;
    color: rgba(248,83,83,1);
    /*margin-bottom: 5px;*/
}

.menu-items .item .content .description h3,
.menu-status .item .content .description h3{
    /*font-weight: bold;*/
    font-size: 13px;
    /*margin-bottom: 5px;*/
    /*margin-top: 5px;*/
    display: inline-block;
}


.menu-items .item .content .description .price_input{
}

.menu-status .item .content .description .toggle-status .ui.toggle.checkbox
{
    display: flex;
    align-items: center;
}

.menu-items .item .content .description p{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0,0,0,0.6);
    font-weight: 300;
    font-size: 12px;
}

.menu-items .item .content .image{
    width: 30%;
    position: relative;
}

.menu-items .item .content .image .cover{
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.menu-items .item .content .image .cover img{
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}




.select-btn{
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: normal;
    font-size: 12px;
    height: 100%;
    background: #ebebeb;
    padding: 2px 15px;
    border-radius: 3px;
    margin-right: 5px;
}

.select-btn.active{
    background: #00ccb8 ;
    color: #fff;
}

.select-btn:hover{
    background: #CCC;
}

.fas.toggle.icon{
    cursor: pointer;
    float: right !important;
    transition: all 0.3s;
    background: #5b47fb ;
    margin: 0 !important;
    height: 22px !important;
    width: 22px !important;
    border-radius: 50px;
    color: #fff;
}

.fas.toggle.icon:before {
    vertical-align: middle;
    line-height: 100%;
}

.ui.accordion .title:not(.ui) {
    font-size: 1.3em !important;
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.styled.accordion > .content{
    /*padding: 0em;*/
    margin-bottom: 2em;
}

.ui.fluid.form{
    padding-top: 40px;
}

.ui.form.inline .field > label {
    min-height: 100% !important;
    text-align: right !important;
    padding-top: 7px;
}

.ui.form .field > label {
    margin-bottom: 15px;
}

.ui.basic.modal > .close {
    top: -1.5rem !important;
}

.ui.form .fields {
    margin-bottom: 2.5em;
}

.min-height{
    min-height: 500px;
}

header{
    padding: 10px 0;
    box-shadow: 0 0 30px rgba(28, 39, 60, 0.08);
    border-bottom: 1px solid rgba(28, 39, 60, 0.12);
    margin-bottom: 35px;
}

.primary.button{
    background: #5b47fb !important;
    color: #fff !important;
}

.ui.toggle.red.checkbox input:checked ~ .box:before,
.ui.toggle.red.checkbox input:checked ~ label:before{

    background: #f85353 !important;
}

.ui.toggle.red.checkbox input:checked~.box:before,
.ui.toggle.red.checkbox input:checked~label:before{

    background: #f85353 !important;
}

.ui.icon.button > i.icon{
    margin-right: 8px !important;
}

.ui.toggle.checkbox input:checked~.box:before, .ui.toggle.checkbox input:checked~label:before {
    background-color: #00ccb8!important;
}
.ui.toggle.checkbox input:checked ~ .box:before, .ui.toggle.checkbox input:checked ~ label:before {
    background-color: #00ccb8 !important;
}

.primary.button:hover{
    background: #3c35b7 !important;
}

.secondary.button{
    background: #1678c2 !important;
}
.secondary.button:hover{
    background: #2d5dd3 !important;
}

.teal.button{
    background: #00ccb8 !important;
}

.ui.secondary.menu .active.item,
.ui.secondary.menu .active.item:hover,
.ui.secondary.menu a.item:hover{
    background: none !important;
}

.ui.breadcrumb a {
    color: #1678c2 !important;
}

.ui.secondary.menu .item .ui.dropdown .menu {
    top: calc(100% + 5px) !important;
    min-width: 185px !important;
}

.text-primary{
    color: #5b47fb !important;
}

.text-secondary{
    color: #3366ff !important;
}

.text-teal{
    color: #00B5AD !important;
}

.text-red{
    color: #f85353 !important;
}

.ui.secondary.menu > .item > i{
    margin-right: 8px;
}

.chatbox{
    background: #ebebeb !important;
    color: #5b47fb !important;
    border-radius: 80px !important;
    width: 40px;
    height: 40px;
}
.inset-0.fixed{
    z-index: 999999;
}
.toast-close{
    margin-left: 8px;
}

.ui.form .wide.field{
    margin-bottom: 1.5em !important;
}

.ui.form.inline .wide.field{
    margin-bottom: 0 !important;
}

.mb-1{
    margin-bottom: 8px !important;
}

.mb-2{
    margin-bottom: 15px !important;
}

.mb-3{
    margin-bottom: 25px !important;
}

.mr-1{
    margin-right: 8px !important;
}

.mr-2{
    margin-right: 15px !important;
}

.mr-3{
    margin-right: 25px !important;
}

.mt-1{
    margin-top: 8px !important;
}

.mt-2{
    margin-top: 15px !important;
}

.mt-3{
    margin-top: 25px !important;
}

.ui.toggle.checkbox{
    margin-top: 8px;
}

.box{
    height: 100%;
    border-radius: 3px;
    border:1px #cdd4e0 solid;
    background-color: rgba(255, 255, 255, 0.5);
}

.box .title{
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #000;
}


.box .title > span{
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

.box .ui.header{
    padding: 15px;
    border-bottom: 1px #cdd4e0 solid;
    margin-bottom: 0 !important;
}

.box .result{
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

.box .result > small{
    font-size: 15px;
    font-weight: normal;
}

.box table{
    margin-top: 0 !important;
    border: 0px !important;
}

.box .ui.table thead th,
.box .ui.table tfoot th{
    padding-top: 8px;
    padding-bottom: 8px;
}

.box .ui.celled.list .item{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.box .ui.celled.list>.item:first-child,
.box .ui.celled.list>.item:last-child {
    padding-top: inherit;
    padding-bottom: inherit;
}

.box .ui.celled.list>.item:last-child{
    border-bottom: 0 !important;
}

.padded{
    padding: 15px !important;
}

.box .box-icon{
    font-size: 24px;
    line-height: 24px;
    color: #ccc;
}

.nowrap{
    white-space: nowrap;
}

footer{
    margin-top: 65px;
    border-top: 1px #ebebeb solid;
    text-align: center;
    padding: 25px 0;
    color: #333;
    font-size: 12px;
}

.order-detail-page-wrapper .type{
    color: #8792a2;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 13px;
}

.order-detail-page-wrapper .type i{
    margin-right: 8px;
    font-size: 10px;
}
.order-detail-page-wrapper h2.header{
    font-size: 30px;
    margin-top: 5px !important;
    padding-bottom: 8px;
    border-bottom: 1px #ebebeb solid;
}


.order-detail-page-wrapper .section{
    margin-bottom: 40px;
}

.order-detail-page-wrapper .section .ui.header{
    margin-top: 5px !important;
    padding-bottom: 8px;
    border-bottom: 1px #ebebeb solid;
    margin-bottom: 8px;
}

.order-detail-page-wrapper .subheader-list{
    display: flex;
    margin-bottom: 50px;
    overflow-x: scroll;
    padding-bottom: 5px;
}

.order-detail-page-wrapper .subheader-list::-webkit-scrollbar {
    height: 2px;
}

.order-detail-page-wrapper .subheader-list::-webkit-scrollbar-track {
    background: #fff;
}

.order-detail-page-wrapper .subheader-list::-webkit-scrollbar-thumb {
    background: #ccc;
}



.order-detail-page-wrapper .subheader-list li:first-child{
    padding-left: 0;
}

.order-detail-page-wrapper .subheader-list li:last-child{
    border-right: 0;
}

.order-detail-page-wrapper .subheader-list li{
    padding:8px 25px;
    white-space: nowrap;
    border-right: 1px #ebebeb solid;
}

.order-detail-page-wrapper .subheader-list li .label{
    color: #697386;
    font-size: 13px;
    margin-bottom: 8px;
}

.ui.feed.custom > .event{
    position: relative;
}

.ui.feed.custom > .event > .label{
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #5b47fb;
    margin-top: 11px;
}

.ui.feed.custom > .event.inactive{
    opacity: 0.5;
}

.ui.feed.custom > .event.inactive > .label{
    background: #ebebeb;
}

.ui.feed.custom > .event > .label:after{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 100%;
    background: #ebebeb;
    top: 0;
    left: 5px;
}

.ui.feed.custom > .event > .label + .content{
    margin-left: 0.85em;
}

.ui.feed.custom > .event > .content .summary{
    font-weight: normal;
}


.order-history .item{
    position: relative;
    display: flex;
    justify-content: space-between ;
    padding: 10px;
    /*border-bottom: 1px #ebebeb solid;*/
    /*margin-bottom: 10px;*/
}

.order-history .item:hover{
    background: #fbfbfb;
}

.text-center{
    text-align: center !important;
}
.order-history .item{
    padding: 20px 10px;
}

.order-history .item:last-child{
    /*border-bottom: 0;*/
}

.order-history .item .quantity{
    width: 35px;
    font-size: 12px;
}
.order-history .item .description{
    /*width: calc(100% - 30px - 80px);*/
    width: 100%;
    padding: 0 5px;
}

.order-history .item .description h5{
    margin-bottom: 5px;
    font-size: 13px;
}

.order-history .item .description h5 span{
    font-weight: normal;
    font-size: 90%;
}

.order-history .item .description ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 12px;
    line-height: 15px;
}


.order-history .item .description .remark{
    font-size: 12px;
    line-height: 15px;
    opacity: 0.75;
    font-style: italic;
    margin-top: 5px;
}

.order-history .item .price{
    max-width: 80px;
    text-align: right;
    font-size: 12px;
    white-space: nowrap;
}

.rating-review{
    padding: 15px;
    border: 1px #ebebeb solid;
    margin-bottom: 15px;
    border-radius: 5px;
}

.rating-review p{
    background: #fbfbfb;
    padding: 15px;
    border-radius: 5px;
}

.rating-review p i{
    display: block;
    font-size: 12px;
}

.rating-review .info{
    display: flex;
    flex-wrap: wrap;
}

.rating-review .info > div{
    width: 50%;
    margin-bottom: 8px;
}


.rating-review .info > div i{
    margin-right: 8px;
    color: #8792a2;
}

.ui.form.inline .field > .ui.secondary.button.file{
    display: inline-block;
    height: auto;
    min-height: 1em !important;
    color: #fff;
    margin: 0em 0.25em 0em 0em !important;
    padding: 0.78571429em 1.5em 0.78571429em !important;
}


.working-hour-wrapper{
    margin-top: 30px;
}

.working-hour-wrapper .day{
    display: flex;
    align-items: center;
    border: 1px #ebebeb solid;
    padding: 8px;
    margin-bottom: -1px;
}

.working-hour-wrapper .day .label{
    padding: 10px;
    max-width: 110px;
    width: 100%;
}
.working-hour-wrapper .day .shift{
    display: flex;
    width: 100%;
}


.working-hour-wrapper .day .shift .times{
    display: flex;
    align-items: center;
    width: 50%;
}


.working-hour-wrapper .day .shift .times{
    padding: 0 15px;
}
.working-hour-wrapper .day .shift .times .time-input{
    width: 50%;
}

.working-hour-wrapper .day .shift .times .time-input{
    padding: 0 5px;
}
.working-hour-wrapper .day .shift .times .time-input input{
    border: 1px #ebebeb solid;
    padding: 5px 20px;
    width: 100%;
}

.mobile-only{
    display: none !important;
}

.mobile-menu-side .item{
    display: block;
}


.mobile-menu-side .ui.dropdown{
    width: 100%;
}


.mobile-menu-side .item i{
    margin-right: 15px !important;

}

.mobile-menu-side .ui.dropdown .menu{
    position: relative;
    width: 100%;
    background: #27292c;
}

.mobile-menu-side  .ui.pointing.dropdown > .menu:after{
    background: #27292c;
}

.ui.menu .mobile-menu-side .ui.dropdown .menu > .item{
    color: #fff !important;
}

.mobile-menu-side .ui.dropdown .menu > .divider{
    border-color: rgba(255,255,255,0.1) !important;
}

.menu-header{
    padding: 15px 1.14285714em;
    margin: 0;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px rgba(255,255,255,0.25) solid;
}

.mobile-show{
    display: none;
}

.line-chart{
    height: 350px;
    width: 100% !important;
}

p.hide-text{
    font-size: 13px;
    background: #fbfbfb;
    border-radius: 5px;
    padding: 10px;
    margin: 8px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.distance-range-wrapper
{
    display:flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-end;
}


.distance-range-wrapper > .ui{
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding-bottom: 20px;
}


.distance-range-wrapper > .ui.remove{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #f85353;
}

.distance-range-wrapper > .ui.remove i{
    cursor: pointer;
}

.distance-range-wrapper > .ui.total .currency{
    display: flex;
    align-items: center;
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
}

.distance-range-wrapper > .ui.total input{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.operating-hour-wrapper{
    display: flex;
    align-items: stretch;
    border: 1px #ccc solid;
    margin-bottom: -1px;
}

.operating-hour-wrapper .label,
.operating-hour-wrapper .hours{
    flex-grow: 1;
    margin: 15px;
}

.operating-hour-wrapper .label{
    line-height: 1.21428571em;
    padding: 1.61607143em 1em;
    font-weight: bold;
    min-width: 100px;
    text-align: right;
    border-right: 1px #ccc solid;
    margin: 0 15px;
}

.operating-hour-wrapper .hours{
    width: 100%;
}


.order-page-price-list{
    max-width: 220px;
    margin-left: auto;
    margin-right: 0;
    padding: 0 8px;
    margin-top: 20px;
}


.order-page-price-list strong{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.order-page-price-list strong span{
    display: inline-block;
    min-width: 100px;
}


.order-page-price-list strong span:after{
    content: ':';
}

.input-description{
    display: block;
    margin-top:5px;
    margin-left: 5px;
    color: #939393;
}
