body{
    margin: 0;
    padding: 0 15px;
    background: #F8F8F9;
    font-family: Arial;
}

h1{
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
}

h1 div{
    display: flex;
    align-items: center;
}

h1 div:nth-child(1){
    color: red;
}

h1 .toggle span{
    padding: 0 8px;
}

h1 .toggle a{
    color:#888888;
}

h1.none{
    justify-content: center;
    color: red;
    font-size: 26px;
}

h1 div:last-child{
    text-transform: capitalize;
}

h1 img{
    width: 32px;
    margin-right: 10px;
}

h1 strong{
    color: red;
    margin-left: 5px;
}

.sodo{
    padding: 15px;
    border-radius: 12px;
}

.sodo .in{
    width: calc(100% + 20px);
    margin-left: -10px;
}

.sodo .list ul li{
    position: relative;
}

.orderBan h3 .status{
    font-size: 12px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
}

.sodo .list ul li a span{
    font-size: 12px;
    display: block;
    position: absolute;
    background: #FFFFFF;
    bottom: 0;
    right: 0;
    color: red;
    padding: 5px 5px;
}

.menu ul{
    margin: 0px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.menu ul li{
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 5px;
}

.menu ul li.active{
    background: #84BC3F;
    color: #FFFFFF;
}

.sodo .list{
    width: 100%;
    height: calc(100vh - 185px);
    display: flex;
    flex-wrap: wrap;
}

.sodo .list .item{
    width: 50%;
}

.sodo .list{
    display: none;
}

.sodo .list ul{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.sodo .list:nth-child(2) .item:nth-child(2) ul{
    height: calc(100% - 233px);
}

.sodo .list:nth-child(2) .item:nth-child(2) .window {
    width: calc(100% - 10px);
    height: 60px;
    background: #888888;
    margin-top: 7px;
    color: #FFFFFF;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-top: 57px;
}

.sodo .list ul li{
    width: calc(50% - 20px);
    height: calc(20% - 10px);
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(12, 47, 79, 0.1);
    margin: 5px;
    padding: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    color: #888888;
    padding: 0 5px !important;
}

.sodo .list ul li a{
    text-decoration: none;
    color: #888888;
    width: 100%;
    height: 100%;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

.sodo .list:nth-child(2) ul li a{
    padding: 0px;
}

.sodo .list:nth-child(2){
    height: calc(100vh - 135px);
}

.sodo .list1 ul li:nth-child(9){
    width: 100%;
}

.sodo .list1 ul li:nth-child(10){
    width: 100%;
}

.sodo .list .item:nth-child(1){
    width: calc(50% + 30px);
}

.sodo .list .item:nth-child(2){
    width: calc(50% - 50px);
    padding-left: 20px;
}

.sodo .list .item:nth-child(2) li{
    width: 100% !important;
}

.sodo .list.active{
    display: flex;
}

.sodo .list:nth-child(1){
    height: 100%;
}

.sodo .list:nth-child(1) ul li{
    width: calc(33.33% - 20px);
    padding: 30px 5px;
}

.sodo .list:nth-child(1) ul li:nth-child(1){
    width: calc(33.33% - 20px);
}

.sodo .ban ul li:last-child{
    margin-left: 0px !important;
}

.sodo .ban{
    color: #FFFFFF;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.sodo .ban ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sodo .ban ul li{
    background: none;
    padding: 0 !important;
    margin: 0;
    box-shadow: none;
    width: calc(50% - 10px) !important;
    margin-bottom: -15px;
}

.sodo .list:nth-child(2) .item:nth-child(1) ul li{
    height: 50px !important;
}

.sodo .list:nth-child(2){
    height: auto !important;
}

.sodo .list:nth-child(2) .item:nth-child(2) li{
    height: 43px !important;
}

.sodo .ban ul li a{
    text-decoration: none;
    color: #666666;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(12, 47, 79, 0.1);
    padding: 8px 15px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-weight: 400;
}

.sodo .ban ul{
    display: flex;
    flex-wrap: nowrap;
    height: auto;
}

.sodo .ban span{
    display: block;
    margin-top: 15px;
    color: red;
}

.note{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin:auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width:320px;
}

.note .ite{
    width: calc(33.33% - 40px);
    margin: 0 5px;
    font-size: 15px;
    background: #ffffff;
    color: #888888;
    padding: 10px 15px;
    border-radius: 0px;
    text-align: center;
}

.note .ite:nth-child(1){

}

.note .ite:nth-child(2){
    background: #FFC000;
    color: #FFFFFF;
}

.note .ite:nth-child(3){
    background: #84BC3F;
    color: #FFFFFF;
}

.back{
    width: 100%;
    display: block;
    background: red;
    outline: none;
    border: none;
    padding: 15px 0px;
    border-radius: 25px;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

.change{
    width: 100%;
    display: block;
    background: #EAEAEA;
    outline: none;
    border: none;
    padding: 15px 0px;
    border-radius: 25px;
    color: #333333;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

.addmenu{
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(12, 47, 79, 0.1);
    border-radius: 12px;
    padding: 15px;
    margin-top: 30px;
    max-width:600px;
    margin: auto;
}

.addmenu h3{
    text-align: center;
    color: #000000;
    font-size: 22px;
    margin: 0;
}

.addmenu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.addmenu ul li label{
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #000000;
}

.addmenu ul li input{
    width: 100%;
    height: 40px;
    border:1px solid #eaeaea;
    outline: none;
    text-indent: 15px;
}

.addmenu ul li select{
    width: 100%;
    height: 40px;
    border:1px solid #eaeaea;
    outline: none;
    text-indent: 10px;
}

.addmenu ul li button{
    width: 100%;
    background: #84BC3F;
    outline: none;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 18px;
}

.listMenu table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
}

.listMenu table th{
    border: 1px solid #eaeaea;
    text-align: center;
    padding: 10px 0px;
}

.listMenu table td{
    border: 1px solid #eaeaea;
    text-align: center;
    padding: 10px 10px;
}

.listMenu table td a{
    display: block;
    padding: 10px 20px;
    background: red;
    border-radius: 25px;
    color: #FFFFFF;
    text-decoration: none;
}
.listMenu table td a.edit{
    background: #84BC3F;
}
.listMenu table td strong{
    color: red;
}
.listMenu table td a:nth-child(2){
    margin-top: 10px;
}

.listMenu table tbody tr:nth-child(even) td{
    background: #F8F8F9;
}

.search input{
    width: calc(100% - 2px);
    height: 50px;
    text-indent: 10px;
    outline: none;
    border:1px solid #84BC3F;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.search button{
    width: 100%;
    display: block;
    background: #84BC3F;
    outline: none;
    border: none;
    padding: 15px 0px;
    border-radius: 25px;
    color: #FFFFFF;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.alert_success{
    text-align: center;
    padding: 15px 0px;
    color: #84BC3F;
}

.alert_fail{
    text-align: center;
    padding: 15px 0px;
    color: red;
}

.pagi ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.pagi ul li{
    margin-bottom: 20px;
}

.pagi ul li a{
    width: 40px;
    height: 40px;
    background: #eaeaea;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.pagi ul li span{
    width: 40px;
    height: 40px;
    background: red;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.pagi .disabled{
    display: none;
}

.sodo .ban ul{
    margin-top: 30px;
    flex-wrap: wrap;
}

.sodo .ban ul li {
    width: calc(33.33% - 20px) !important;
    padding: 15px 5px !important;
    margin-top: -20px;
    margin-bottom: 0px;
}

.sodo .ban ul li a{
    padding: 15px 0px;
}

.vang{
    background: #FFC000 !important;
    color: #FFFFFF !important;
}

.vang a{
    color: #FFFFFF !important;
}

.xanh{
    background: #84BC3F !important;
    color: #FFFFFF !important;
}

.xanh a{
    color: #FFFFFF !important;
}

.orderBan{
    margin-bottom: 30px;
}

.orderBan h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.orderBan h3 strong{
    background: red;
    color: #FFFFFF;
    padding: 5px 10px;
}

.orderBan h3 div{
    display: flex;
    align-items: center;
}

.orderBan h3 .status{
    display: block;
    width: 37px;
    height: 37px;
    margin-right: 5px;
}

.orderBan .search input{
    font-size: 16px;
}

.orderBan .search{
    position: relative;
}

.orderBan .search ul{
    width: calc(100% - 30px);
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(12, 47, 79, 0.1);
    padding: 10px 15px;
    padding-top: 25px;
    display: none;
    z-index: 999999999999;
}

.orderBan .search ul li{
    border-bottom:1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.orderBan .search ul li:last-child{
    margin-bottom: 0px;
    border-bottom:none;
}

.orderBan .check_order{
    width: 41px;
    height: 41px;
    margin: 5px 0px;
}

.btn_search_table{
    display: flex;
}

.btn_search_table .fix{
    margin-left: 15px;
}

.orderBan .list_orders_ .item{
    padding: 10px;
    margin: 5px 0px;
}

.orderBan .list_orders_ .item:nth-child(even){
    background: #F8F8F9 !important;
}

.orderBan .list_orders_ .item .title strong{
    color: red;
}

.orderBan  .action_{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.orderBan .list_orders_{
    margin-top: 15px;
}

.orderBan .list_orders_ .action_ .qty{
    display: flex;
    align-items: center;
}

.orderBan .list_orders_ {
    position: relative;
    z-index: 999999999;
}

.orderBan .qty input{
    width: 60px;
    height: 35px;
    border:2px solid #eaeaea;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0px 5px;
    color: red;
    float: left;
}

.orderBan .qty .nut{
    display: block;
    width: 35px;
    height: 35px;
    border:2px solid #84BC3F;
    background: #84BC3F;
    border-radius: 0px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
}

.orderBan .action_ a.remove{
    display: block;
    width: 35px;
    height: 35px;
    background: red;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    padding: 2px;
}

.orderBan .list_orders_ .item .title span{
    line-height: 1.4;
}

.popup_change{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 99999999999;
    background: #FFFFFF;
    padding: 30px 15px;
    display: none;
}

.popup_change .close{
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45px;
    height: 45px;
    line-height: 41px;
    font-size: 25px;
    background: red;
    border-radius: 50%;
}

.popup_change .sodo .list ul li.disable{
    opacity: 0.5;
    background: #888888;
}

.popup_change .sodo .list ul li.disable a{
    color: #FFFFFF;
}

.sodo .list:nth-child(2) .item:nth-child(1) ul{
    height: calc(100% - 90px);
}

.tree{
    width: calc(100% - 10px);
    margin-left: 5px;
    border-radius: 0px;
    margin-top: 5px;
    overflow: hidden;
    height: 70px;
    display: flex;
    background: #888888;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 14px;
    font-size: 20px;
}

.total ul{
    margin-bottom: 15px;
}

.total ul li{
    margin-top: 15px;
    line-height: 1.4;
}

.total strong{
    color: red;
}

.listuser .search .btn{
    display: flex;
}

.listuser .search .btn .back{
    margin-left: 10px;
}

.listuser .search .btn .back:nth-child(2){
    background: #FFC000;
}

.note .ite {
    white-space: nowrap;
}
.time {
    color: #333;
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    margin: 10px 0px;
    line-height: 12px;
}
.table-box .total{
    color: green;
    text-transform: uppercase;
    font-size: 18px;
}
.table-box {
        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(12, 47, 79, 0.1);
        margin: 5px;
        padding: 5px;
        text-align: center;
        cursor: pointer;
        font-size: 30px;
        font-weight: bold;
        color: #888888;
        padding: 15px !important;
    }
    .table-box button { padding: 8px 12px; margin: 5px; cursor: pointer; margin:5px;border: none; }
    .start { background: green; color: #fff; }
    .stop { background: red; color: #fff; }

@media screen and (min-width: 1025px){
    .sodo .list:nth-child(1) ul li {
        width: calc(20% - 20px) !important;
    }
    .sodo .list:nth-child(1) ul li:last-child {
        margin-left: 5px;
    }
}