html {
  font-size: 14px;
}
.bg-color, .text-color {
    background-color: #f66001;
}
.row > label {
    padding-left: 0 !important;
}
.header_bar {
    top: 0px;
    position: sticky;
    z-index: 9999;
    height: 80px;
    background: #fff;
}
input{
    height: 50px;
}
.input-group .btn {
    position: relative;
    z-index: 1;
}
.bg-white{
    background: white !important;
}
.button {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ced4da;
    text-align: center;
    width: 200px;
    background: #f66001;
    color: white;
}

html {
  position: relative;
  min-height: 100%;
}
.btn-onchange {
    color: #000 !important;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:after {
    background-color: #f65f01;
    border-color: #a45c31;
    box-shadow: none;
}
.btn-secondary {
    background: #687581;
    border-color: #687581;
}
.modal-content {
    height: 100%;
}
.modal-body {
    /*max-height: 80vh;*/
    overflow-y: auto;
    margin-bottom: 1em;
}
/*.modal-content{
    width: 40vw;
}*/
.buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}
.loader {
    width: 50px;
    height: 50px;
    border: 4px solid white;
    border-top: 5px solid #f65f01;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 9999;
}

.spin {
  animation: spinner .5s linear infinite;
}
.bar_wrapper {
    width: 80%;
    display: flex;
    align-items: center;
}
.web_manage {
    width: 75%;
    display: flex;
    align-items: center;
}
.web_noti{
    position: relative;
    width: 10%;
    justify-content: end;
    display: flex;
}
.web_rest_status {
    justify-content: end;
    display: flex;
    width: 15%;
}
.web_noti i {
    font-size: 22px;
    color: #a7a4a2;
}
    .web_rest_status small{
        font-size: 15px;
        font-weight: 500;
    }
    .web_rest_status span{
        padding-right: 3px;
    }
    .web_rest_status span i {
        font-size: 12px;
        color: #22c422;
    }

    @keyframes spinner {
        0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.notificationsHolder {
    position: absolute;
    right: 0em;
    top: -12px;
    background-color: #d50000;
    color: #ffffff;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 10px;
    border-radius: 10px;
}
.spinner_loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-color: rgb(242 240 240 / 32%);*/
    z-index: 9999;
}
.new a {
    position: relative;
    text-decoration: none;
    color: black;
}

.order_item_from_noti:hover {
    color: black;
    background: #efecec;
}

.noti_box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 5px
}

.noti_box::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
    border-radius: 5px
}

.noti_box::-webkit-scrollbar-thumb {
    background-color: black;
    border: 2px solid black;
    border-radius: 5px
}

.noti_box {
    width: 300px;
    height: 0px;
    border-radius: 5px;
    transition: 0.5s;
    position: absolute;
    overflow-y: scroll;
    padding: 0px;
    right: -247px;
    top: 25px;
    background-color: #F4F4F4;
    -webkit-box-shadow: 10px 10px 23px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 23px 0px rgb(0 0 0 / 10%);
    cursor: context-menu;
    z-index: 999;
    box-shadow: 0px 5px 15px 0px rgb(230 226 223);
}

.show_box {
    height: 365px;
}

.display {
    position: relative;
}

.cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
}

    .cont:empty {
        display: none;
    }

.stick {
    text-align: center;
    display: block;
    font-size: 50pt;
    padding-top: 70px;
    padding-left: 80px
}

    .stick:hover {
        color: black;
    }

.cent {
    text-align: center;
    display: block;
}

.sec {
    background-color: #F4F4F4;
    transition: 0.5s;
}


.noti_item_wrapper .order_item {
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #f65f01 !important;
    padding: 13px;
    background: none !important;
}
/*.noti_item_wrapper .order_item:hover {
    background: #efecec !important;
}*/

.noti_item_wrapper .order_item h5:first-child {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.noti_item_wrapper .order_item small {
    font-size: 12px;
}

.noti_item_wrapper .order_item h5:nth-child(2) {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    /*width: 100%;*/
    text-overflow: ellipsis;
    padding-bottom: 2px;
    max-width: 50%;
}

.noti_item_wrapper .order_item h5:nth-child(3) {
    font-size: 12px;
    margin-bottom: 0px !important;
}
.see_more{
    margin-top: 5px;
}
.remove_mt{
    margin-top: 0px !important;
}
.noti_item_wrapper{
    width: 100%;
    /*margin-top: 3px;*/
    cursor: pointer;
}
.fa-eye-slash, .fa-eye {
    position: relative;
    top: -32px;
    cursor: pointer;
    float: right;
    padding-right: 15px;
}
@media (max-width: 1200px) {
    .noti_box {
        width: 300px;
        right: -182px;
    }
}

@media (max-width: 1098px) {
    .bar_wrapper {
        width: 95%;
        display: flex;
        align-items: center;
    }
    .noti_box {
        right: -122px;
    }
}
@media (max-width: 1000px) {
    .notificationsHolder {
        right: 0em;
        top: -12px;
    }
    .noti_box {
        right: -100px;
    }
}
@media (max-width: 800px) {
    html {
        font-size: 16px;
    }

    .modal-content {
        width: 100%;
    }

    .modal-body {
        padding: 7px;
    }

    .btn-secondary,
    .btn-primary {
        font-size: 13px;
    }
    .notificationsHolder {
        right: 0em;
        top: -12px;
    }
    .noti_box {
        right: -80px;
    }
}
@media (max-width: 700px) {
    .notificationsHolder {
        right: 0em;
        top: -13px;
    }
}
@media (max-width: 672px) {
    .bar_wrapper {
        display: none !important;
    }
    .mobile_wrapper {
        display: flex !important;
        width: 100%;
        align-items: center;
    }
        .mobile_wrapper .page_title {
            width: 70%;
        }
        .mobile_wrapper .mobile_noti {
            width: 15%;
        }
            .mobile_wrapper .mobile_noti i {
                color: #a7a4a2;
                font-size: 18px;
            }
            .mobile_wrapper .mobile_noti .notificationsHolder_mobile {
                position: absolute;
                top: 11px;
                right: 14em;
                background-color: #d50000;
                color: #ffffff !important;
                padding: 2px 5px;
                font-weight: 500;
                font-size: 10px;
                border-radius: 10px;
            }
        .mobile_wrapper .mobile_rest_status {
            width: 15%;
            font-size: 12px;
        }
            .mobile_wrapper .mobile_rest_status .fa-circle {
                color: #22c422;
            }
    .noti_box {
        top: 50px;
        right: -59px;
    }

    .noti_block {
        padding: 45px 20px 20px 20px;
        height: 100vh;
    }
}
@media (max-width: 580px) {
    .mobile_wrapper .mobile_noti .notificationsHolder_mobile {
        top: 9px;
        right: 12em;
    }
    .noti_box {
        right: -5px;
        width: 230px;
    }
}
@media (max-width: 525px) {
    .mobile_wrapper .mobile_noti .notificationsHolder_mobile {
        top: 10px;
        right: 8em;
    }
}
@media (max-width: 400px) {
    .mobile_wrapper .mobile_noti .notificationsHolder_mobile {
        top: 7px;
        right: 6em;
    }
    /*.noti_box {
        right: -50px;
    }*/
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}
@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }
        #printSection #print_btn, #printSection #accept_order, #printSection #reject_order, #printSection #order_modal_close {
            visibility: hidden !important;
        }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}