.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999999;
}

.justify-content-center  {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.order-item-header {
    display: flex;
    flex-wrap: wrap;
}

.right-sidebar-affix.affix {
    top: 0
}

.order-list {
    display: flex;
    flex-grow: 1;
    min-height: 100vh;
    align-content: flex-start;
}

.order-list .order-item {
    width: 100%;
    background: #fff;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
}

.order-list .order-item {
    margin-top: 1rem
}

.order-cooking-sidebar {
    width: 100%;
    min-height: 100vh;
    background: #00a65a;
    color: #fff;
}

.order-item-header {
    width: 100%;
    padding: 5px 10px;
    background: #1a202c;
    color: #fff;
    font-weight: 600;
}

.order-item-header > .left {
    text-align: left;
    width: 50px;
}

.order-item-header > .right {
    text-align: right;
    width: calc(100% - 50px);
}

.order-item-header .order-item-address {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.order-item-footer > div {
    position: absolute;
    z-index: 999;
    color: #fff;
    width: 100%;
    background: #00a7d0;
    text-align: center;
    cursor: pointer;
    padding: 3px 0;
    font-size: 1.5rem;
}

.order-item-footer > div.disabled {
    opacity: 0.7;
}

.order-item-footer > div.btn-item-up-button {
    bottom: 147px;
}

.order-item-footer > div.btn-item-down-button {
    bottom: 0;
}

.line-allowance {
    display: flex;
    padding: 5px 10px;
    font-weight: bold;
    border-bottom: 1px solid #1a202c;
}

.line-allowance:last-child {
    border-bottom: 0;
}

.line-allowance .line-allowance-left {
    width: 50px;
}

.line-allowance .line-allowance-left span {
    font-size: 1.75rem;
    margin-right: 5px;
}

.line-allowance .line-allowance-left i {
    text-align: right;
}


.line-allowance .line-allowance-right {
    width: calc(100% - 50px);
}

.line-allowance .line-allowance-right .line-allowance-note {
    font-weight: normal;
}

.order-cooking-header {
    background: #5e85d4;
}

.navbar-fixed-bottom {
    border-top: 1px solid #0d6aad;
    background: #fff;
    overflow-y: scroll;
}

.no-radius {
    border-radius: 0 !important;
}

.order-priority-urgent .order-item-header {
    background: #dd4b39 !important;
}

.selectable .ui-selecting {
    background: #FECA40;
}

.selectable .ui-selected {
    background: #F39814;
    color: white;
}

.report-item {
    width: 33.3333%;
    padding: 1rem;
}

.report-item.report-item-full-xs {
    width: 100%;
    padding: 0.5rem;
}

.report-item .report-item-header {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.report-item .report-item-body {
    font-weight: bold;
    font-size: 2.75rem;
    justify-content: center;
    display: flex;
    padding: 2rem 3rem;
    border: 1px solid #0d6aad;
}

.label-share {
    position: relative;
    z-index: 999
}

.shipping-fee-label {
    position: absolute;
    left: 7px;
    font-size: 1.25rem;
}

.select2-container {
    width: 100% !important;
}

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

@media screen and (min-width: 768px) {
    .order-list .order-item {
        width: calc(50% - 2rem);
        margin-top: 0;
    }

    .order-list .order-item:not(:nth-child(1)):not(:nth-child(2)) {
        margin-top: 2rem
    }

    .report-item.report-item-full-xs {
        width: 33.33333%;
    }
}

@media screen and (min-width: 1196px) {
    .order-list .order-item {
        width: calc(33.333333% - 2rem);
        margin-top: 0;
    }

    .order-list .order-item:not(:nth-child(1)):not(:nth-child(2)) {
        margin-top: 0
    }

    .order-list .order-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 2rem
    }
    .order-cooking-contain .label {
        font-size: 12px;
    }
}

@media screen and (min-width: 1440px) {
    .order-list .order-item {
        width: calc(25% - 2rem);
    }

    .order-list .order-item:not(:nth-child(1)):not(:nth-child(2)) {
        margin-top: 0
    }

    .order-list .order-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 0
    }

    .order-list .order-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
        margin-top: 2rem
    }
}


.alert-purple {
    background: #0044cc!important;
    color: #fff;
}

.btn-purple {
    background: #0044cc!important;
    border-color: #0044cc!important;
    color: #fff;
}

.alert-blown {
    background: #795548!important;
    color: #fff;
}

.btn-blown {
    background: #795548!important;
    border-color: #795548!important;
    color: #fff;
}

.label-blown {
    background: #795548!important;
    border-color: #795548!important;
    color: #fff;
}

.label-purple {
    background: #0044cc!important;
    border-color: #0044cc!important;
    color: #fff;
}

.label-light-red, .btn-light-red {
    background: #f44336 !important;
    border-color: #f44336 !important;
    color: #ffffff;
}
