button{
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s;
}
.product-main{
    padding: 40px 0;
}
.product-table table {
    border: #ccc solid;
    border-width: 1px 1px 0 0;
}
.product-table table {
    overflow: hidden;
    overflow-x: auto;
}
.product-table table tr{
    border-bottom: #ccc 1px solid;
}
.product-table th, .product-table td{
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    border-left: #ccc 1px solid;
    background: #fff;
}
.product-descrption{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-table th{
    white-space: nowrap;
    font-weight: 600;
}
.product-table .product-image{
    max-width: 50px;
}
.hidden{
    display: none;
}
body{
    counter-reset: Serial;
}
/*
.current-order-table td:first-child:before
{
  counter-increment: Serial;
  content: counter(Serial);
}
*/
.form-options label + label{
    margin-left: 20px;
}
.variation-box{
    border: #ccc 1px solid;
    padding: 20px;
}
.variation-block-inner td{
    padding: 10px;
}
.variation-block-inner thead td{
    padding: 0 10px;
}

.chkbx-toggle {
  display: none;
}
.chkbx-toggle + label {
  position: relative;
  cursor: pointer;
  outline: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 40px;
  height: 20px;
  background-color: #e4e4e4;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.chkbx-toggle + label::before, .chkbx-toggle + label::after {
  content: "";
  display: block;
  position: absolute;
}
.chkbx-toggle + label::before {
  right: 1px;
  left: 1px;
  top: 1px;
  bottom: 1px;
  background-color: #F1F1F1;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.chkbx-toggle + label::after {
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.chkbx-toggle:checked + label {
  background-color: #4272d7;
}
.chkbx-toggle:checked + label::before {
  background-color: #4272d7;
}
.chkbx-toggle:checked + label::after {
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.chkbx-toggle:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
.disable-box{
    opacity: 0.2;
    pointer-events: none;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s;
}


.action-btn{
    text-align: center;
    white-space: nowrap;
}
.action-btn span{
    cursor: pointer;
    font-size: 16px !important;
    margin: 0 5px;
}
.action-btn a{
    color: inherit
}
.edit-field{
    padding: 2px 5px;
    font-size: 14px;
    width: 100%;
}
table td .add {
    display: none;
}
.product-preview-img img{
    max-width: 100%;
}
#uploadProgress{
    display: block;
    margin-bottom: 15px;
}
.product-image-file > label{
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s;
}
.product-image-file > label:hover{
    background: #00aced;
    color: #fff;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.help-block.with-errors li{
    color: #ff0000;
    padding: 2px 0;
    font-size: 14px;
}
.form-control:focus, select:focus{
    box-shadow: none;
    outline: none;
}
.product-preview-img{
    width: 100%;
    height: 200px;
    line-height: 200px;
    overflow: hidden;
    background: #f5f5f5;
    margin: 0 auto 15px;
}
.product-preview-img img{
    max-width: 100%;
}
.product-image-file{
    text-align: center;
    position: relative;
}
td.product-pic {
    width: 50px;
}
#uploadButton{
    padding: 10px;
    background: #4272d7;
    color: #fff;
    border-radius: 5px;
}

input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-transition-property: background-color !important;
    background-clip: content-box;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
   -webkit-box-shadow: 0 0 0px 1000px white inset!important;
}
.overview-box {
    text-align: center;
}
.overview-box .icon{
    display: block;
    width: 100%;
    min-height: 50px;
}
#tableList{
    margin: 0 -5px;
}
.table-book-list{
    margin-bottom: 20px;
}
#tableList li{
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #fff;
    border: #ccc 1px solid;
    margin: 5px;
    float: left;
    position: relative;
}
#tableList li:after{
    content: "";
    background: #333;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#tableList li.reserved:after{
    background: #f0ad4e;
}
#tableList li.booked:after{
    background: #ccc;
}
.table-book-detail p{
    margin: 10px 0;
}
.table-book-detail p:before{
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #333;
    margin-right: 10px;
    vertical-align: middle;
}
.table-book-detail p.reserve-tables:before{
    background: #f0ad4e;
}
.table-book-detail p.booked-tables:before{
    background: #ccc;
}
.logo img{
    max-height: 52px;
}
.br-t-0{
    border-radius: 0 0 10px 10px;
}
.au-message-list .avatar{
    width: 40px;
    height: 40px;
}
.au-message__item-text .text{
    margin-left: 40px;
}
.au-message__item-time span{
    white-space: nowrap;
    font-size: 12px;
}

.menu-block{
    padding: 30px 0;
    position: relative;
}
.menu-box{
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
    min-height: 120px;
}
.menu-box > span{
    width: 100px;
    flex: 0 0 100px;
    border: #ccc 1px solid;
    padding: 2px;
}
.menu-box span > img{
    max-width: 100%;
}
.menu-detail{
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
}
.menu-detail p{
    font-size: 14px;
    color: #333;
}
.menu-detail.menu-desc p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height:3.6em; /* I needed this to get it to work */
        height: auto;
}
.menu-detail p:focus{
    overflow: visible;
    display: block;
}
.menu-detail h4{
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu-outer{
    margin-top: 30px;
    background: #fff;
}
.menudetail-box{
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}
.menudetail-box span{
    width: 100px;
    flex: 0 0 100px;
    border: #ccc 1px solid;
    padding: 2px;
    position: relative;
}
.menudetail-box span img{
    max-width: 100%;
}
#noProduct{
    background: #fff;
}
#noProduct h3{
    padding: 60px 0;
    display: block;
}
.menu-list-outer{
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.menu-list-outer:after{
    content: "";
    background: #eee;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-left: #ccc 1px solid;
}
.menu-list-outer .menu-inner-block{
    flex: 0 0 60%;
    width: 60%;
    padding: 10px;
}
.menu-list-outer .product-sidebar{
    flex: 0 0 40%;
    width: 40%;
    padding-left: 15px;
    padding: 15px;
}
.menu-list-outer .product-sidebar h4{
    display: inline-block;
}
#menu_product_list td{
    font-size: 12px;
    padding: 6px;
}
#menu_product_list tr{
    border-bottom: #ccc 1px solid;
}
.menu-product-list{
    margin-top: 20px;
}
.menu_product_table {
    overflow: auto;
}
.menu_product_table td{
    font-size: 12px;
}
.menu_product_table td:before{
    display: none;
}
.variation-title {
    padding: 0 10px 10px;
}
.disabled{
    pointer-events: none;
    opacity: 0.2;
}
.menu-box-outer{
    position: relative;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 0 0 20px;
}

.menu-box-outer:hover{
    box-shadow: rgba(0,0,0,0.3) 0 0 5px;
}
.menu-box-outer .menu-bttns{
    position: absolute;
    bottom: 5px;
    right: 15px;
}
.menu-box-outer .menu-bttns button{
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 3px;
    background: #f0ad4e;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.menu-box-outer .menu-bttns button.active{
    background: #00aced;
}
.menu-box-outer .menu-bttns button.delete-Menu{
    background: #ff0000;
    margin-left: 10px;
}
.main-wrapper{
    display: inline-flex;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    min-height: calc(100vh - 125px);
}
.full-height-block{
    min-height: calc(100vh - 165px);
    width: 100%;
}
.main-wrapper > div{
    width: 100%;
}
.breadcrumb-main .breadcrumb{
    padding: 5px 10px;
    background: #f7f7f7;
    font-size: 14px;
    border-radius: 3px;
}
.breadcrumb-main .breadcrumb-item a {
    color: #333;
}
.breadcrumb-main .breadcrumb-item.active {
    color: #3868cd;
}
.action-btn span.addProduct{
    background: #00a2e3;
    font-size: 12px !important;
    color: #fff;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s;
}

.action-btn span.addProduct:hover{
    background: #4272d7;
}
#display_menu{
    min-width: 100%;
    height: auto !important;
}
.quick-view{
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 3px;
    background: #4272d7;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.quick-view:hover{
    background: #3868cd;
    text-shadow: rgba(0,0,0,0.5) 2px 2px 1px;
}
.quick-view.active{
    pointer-events: none
}
#display_menu ul > li .menu-box-outer:after{
    content: "";
}
.lSAction>a{
    opacity: 1;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.3) 0 0 20px;
    margin-top: -30px;
}
.lSAction>a:before{
    content: "\f105";
    font-family: fontawesome;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.lSAction>a.lSPrev:before{
    content: "\f104";
}
.product-description{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}
.menu-product-filter select{
    border-radius: 5px;
    font-size: 14px;
    padding: 0 5px;
    height: 25px;
    cursor: pointer;
    border: #ccc 1px solid;    
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-image: url('../images/icon/select-arrow.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 50%;
    background-size: 10px;
    padding-right: 20px !important;
}

/*login*/
.login-main-container{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
}
.login-block {
    text-align: center;
    width: 100%;
}
.mixx-login-form{
    width: 100%;
    max-width: 400px;
    margin: auto;
}


#display_menu > li{
    padding-bottom: 20px;
}
#display_menu > li.current .menu-box-outer:after{
    content: "";
    border-top: #fff 15px solid;
    border-left: transparent 15px solid;
    border-right: transparent 15px solid;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
body.loading{
    overflow: hidden;
}
body.loading:after{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.93);
    z-index: 999999;
}
body.loading:before{
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url('../images/icon/loading.svg') no-repeat 0 0/cover;
    z-index: 999999999;
    width: 150px;
    height: 150px;
}
.save-bttns > button{
    margin-right: 10px;
}
.add-table-form{
    display: inline-flex;
    align-items: flex-end;
}
.add-table-outer{
    background: #fff;
    padding: 10px;
    border: #ccc 1px solid;
}
.add-table-form .form-group {
    margin-bottom: 0;
}
.add-table-form .form-group + .form-group{
    margin-left: 15px;
}
.add-table-form .form-group > label, .add-table-form .form-group .form-control{
    font-size: 12px;
}
select.form-control{
    cursor: pointer;
    width: auto;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-image: url('../images/icon/select-arrow.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 50%;
    background-size: 10px;
    padding-right: 25px !important;
}
.add-table-form select.form-control{
    padding: 5px;
    max-height: 30px;
}
.add-table-form .au-btn{
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
}
.isReserved button, .update-tableNo{
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 3px;
    background: #00aced;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.isReserved button.active{
    background: #f0ad4e;
}
.action-btn > button{
    margin: 0 10px;
}
.edit-field{
    width: 80px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.edit-menu button{
    white-space: nowrap;
    font-size: 12px;
    background: #00a2e3;
    color: #fff;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
}
.edit-menu button:hover{
    background: #4272d7;
}
.edit-menu-field{
    max-width: 80%;
}
.edit-menu{
    margin-left: 20px;
}
.edit_menu{
    position: absolute;
    top: 10px;
    right: 10px;
}
.edit-menu-img{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 5px 8px;
    border-radius: 5px 0 0 0;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
}
.update-menu .edit-menu-img{
    display: block;
}
.menu-field{
    margin-bottom: 10px;
    max-width: 80%;
}
.menu-field *{
    width: 100%;
}
.menu-field textarea{
    resize: none;
}
.menu-field .active{
    border: #ccc 1px solid;
    background: #fff;
    padding: 0 5px;
}
.menu-list-outer > div {
    max-height: 600px;
    overflow-y: auto;
}
.order-table th, .order-table td{
    font-size: 14px;
}
.order-table td span.fa{
    font-size: 16px;
    cursor: pointer;
    margin: 0 5px;
}
.product-table{
    overflow: hidden;
}
.order-table td.view-order{
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
.current-order-table ul{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    background: #fff;
    border: #ccc solid 1px;
    vertical-align: top;
    align-items: center;
}
.current-order-table {
    border-top: #ccc 1px solid;
}
#current_order_list{
    max-height: 700px;
    overflow: hidden;
    overflow-y: auto;
}
.current-order-table ul li{
    padding: 10px 15px;
    flex: 0 0 18%;
    font-size: 14px;
    width: 18%;
    line-height: 24px;
}
.current-order-table ul li:last-child{
    flex: 0 0 10%;
    width: 10%;
}
.current-order-table ul li select.form-control{
    font-size: 14px;
}
.current-order-detail{
    display: none;
    position: relative;
    border-top: #ccc 1px solid;
    margin-bottom: 10px;
    padding-left: 10px;
}
.currentOrder-table{
    border: #ccc solid;
    border-width: 0 1px 1px;
}
.currentOrder-table tr:last-child{
    border-bottom: 0;
}
.current-order-detail ul{
    background: #eee;
    height: auto;
}
.current-order-detail ul li{
    flex: 0 0 15%;
    width: 15%;
    word-break: break-all;
}
.current-order-detail ul li > h5{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.current-order-detail ul li > p{
    font-size: 12px;
}
.view-order-detail{
    cursor: pointer;
}
.table-heading li{
    font-weight: 600;
}
.view-order-detail .fa-times{
    display: none;
}
.view-order-detail .fa-eye{
    display: block;
}
.view-order-detail.active .fa-times{
    display: block;
}
.view-order-detail.active .fa-eye{
    display: none;
}
.view-order-detail.active .fa-angle-down{
    display: none;
}
.current-order-detail ul li:last-child{
    flex: 0 0 15%;
    width: 15%;
}
.current-order-detail ul li:first-child{
    flex: 0 0 100px;
    width: 100px;
}
.order-items .product-image {
    max-width: 30px;
}
.order-items .product-image {
    max-width: 40px;
}
.order-main-list{
    margin-bottom: 1px;
    background: #fff;
}
.order-item-detail ul{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.order-item-detail li{
    border: #ccc solid;
    border-width: 1px 0 0 0;
    padding: 10px;
    font-size: 12px;
}
.order-item-detail li * {
    font-size: 12px;
}
.order-item-detail li:first-child{
    flex: 0 0 15%;
    width: 15%;
}
.order-item-detail li select.form-control{
    height: calc(1.9rem + 2px) !important;
    padding: 0 6px;
}
.order-detail-items{
    display: none;
    background: #eee;
    position: relative;
}
.order-detail-items:before{
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee;
    position: absolute;
    top: -10px;
    right: 30px;
}
.order-item-detail .order-detail-items ul li{
    flex: 0 0 20%;
    width: 20%;
}
.order-item-detail .order-detail-items ul.table-heading li{
    border-top-width: 0;
}
.order-item-detail .order-detail-items ul.table-heading li:last-child{
    flex: 0 0 20%;
    width: 20%;
}
/*
.order-table{
    width: 100%;
    float: left;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s;
}
.open-table .order-table{
    width: 25%;
    float: left;
}
.order-detail-table{
    width: 75%;
    float: left;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s;
    right: -200%;
    position: absolute;
    background: #fff;
}
.open-table .order-detail-table{
    right: 0;
}
*/



/*.order-table{
    width: 25%;
    float: left;
}
.order-detail-table{
    width: 75%;
    float: left;
}*/
.order-detail-table{
    display: none;
    padding-left: 20px;
}
div#order_detail_list {
    overflow-y: auto;
    max-height: 350px;
}
.order-table td{
    background: #ededed;
}
.order-table table tr.active td{
    background: #fff;
}
.order-variation{
    text-transform: capitalize;
}
div#alert .alert{
    position: fixed;
    top: 100px;
    width: 30%;
    text-align: center;
    left: 50%;
    z-index: 9999;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: rgba(0,0,0,0.2) 0 0 50px;
    margin: 0;
}

.current-order-table ul.active {
    box-shadow: rgba(0,0,0,0.1) 0 4px 10px;
    position: relative;
    z-index: 9999;
    margin-bottom: 0;
}
.current-order-detail table{
    border-width: 0;
}
.current-order-detail th, .current-order-detail td{
    background: #fff;
    border-left: 0;
}
.current-order-detail td strong{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.current-order-detail.active:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    position: absolute;
    top: -10px;
    right: 10%;
}
#current_order_list > ul{
    margin-top: 0;
    margin-bottom: 1px;
}
.order-list-table ul{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    vertical-align: top;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    box-shadow: rgba(0,0,0,0.1) 10px 10px 20px;
}
.order-list-table li{
    width: 100%;
    font-size: 14px;
    padding: 10px;
    white-space: nowrap;
    line-height: 18px;
    position: relative;
}
.pastOrder-table.order-main-list > li, .pastOrder-table.order-list-table > .table-heading li{
/*
    max-width: 10%;
    white-space: normal;
    padding: 10px;
*/
}
.order-list-table li > span.fa{
    font-size: 16px;
    margin: 0 10px;
    cursor: pointer;
}
.order-item-detail > ul.table-heading{
    background: #d6d6d6;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 10px inset;
}
/*.order-list-table > ul.table-heading{
    background: #666;
    color: #fff;
}*/
.order-list-table > ul.table-heading, .user-table .table-heading th {
    background: rgba(49, 89, 253, 0.9);
    color: #fff;
    box-shadow: rgba(0,0,0,0.2) 0px 4px 10px;
    position: relative;
}
.user-table .table-heading th{
    padding: 5px 10px;
}
.no-order{
    background: #fff;
    width: 100%;
    padding: 60px 20px;
    text-align: center;
}
.order_detail_list {
    background: #efefef;
}
.order-item-detail{
    box-shadow: rgba(0,0,0,0.1) 0px 5px 10px inset;
    border: #ccc 1px solid
}
.order-list-table ul.cancelled{
    background: rgba(255, 0, 0, 0.1);
}
.order-detail-table .table-heading * {
    padding: 5px 10px !important;
}
.order-detail-table * {
    font-size: 12px !important;
}
.navbar-sidebar .navbar__list li {
    position: relative;
}
.menu-toggle:after{
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    color: #555;
    font-size: 20px;
    top: 3px;
    font-weight: 700;
    right: 0;
    text-align: right;
    cursor: pointer;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s;
}
.menu-toggle.active:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-dd{
    padding-left: 15px;
    display: none;
    border-left: #efefef 4px solid;
}
.navbar-sidebar .navbar__list li .menu-dd li a{
    padding: 10px;
    font-size: 14px;
}
select.form-control.small-select{
    height: calc(1.9rem + 2px) !important;
    padding: 0 6px;
    font-size: 14px;
}
.order-table.advance-order-container {
    overflow: auto;
}
.delete-notes-container label{
  display: block;
}
.delete-notes-container label input{
  margin-right: 10px;
}
input[type="radio"] + .other-msg{
  display: none;
}
input[type="radio"]:checked + .other-msg{
  display: block;
}
#order_list .form-control{
    font-size: 14px;
    padding: 5px;
}
#order_list .visitor-dateTime .form-control{
    background: none;
    border: 0;
    padding: 0;
}
#order_list .visitor-dateTime input[type="text"]:readonly{
    pointer-events: none
}
.user-info p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
td.user-info {
    max-width: 120px;
}
.booking-dateTime p{
    white-space: nowrap;
}
.visitor-dateTime label{
    position: relative;
    margin: 0;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}
.visitor-dateTime label > i{
    margin-right: 5px;
/*
    position: absolute;
    top: 2px;
    left: 0;
*/
}
.visitor-dateTime{
/*
    position: relative;
    min-width: 125px;
*/
}
.visitor-dateTime span.edit-dateTime{
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}
.advance-order-container .order-list-table th, .advance-order-container .order-list-table td{
    padding: 9px;
}
li.dlt-notes{
    min-width: 200px;
    white-space: normal;
}
li.past-dateTime{
    max-width: 170px !important;
    white-space: nowrap;
}
li.past-dateTime small{
    display: block;
}
/*admin*/
.admin-profile{
    background: #fff;
}
.product-image-file > label.profile-camera{
    width: auto;
    border: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 5px 0 0;
    padding: 5px 12px
}
.product-image-file > label.profile-camera:hover{
    background: rgba(0,0,0,0.7);
}

/*Active order*/
.active-order-block{
    padding: 30px 0;
}
.activeOrder-list{
}
.activeOrder-container{
    background: #fff;
    padding: 15px;
    box-shadow: rgba(0,0,0,0.05) 0 0 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.activeOrder-container li{
    width: 100%;
}
.activeOrder-container li label{
    margin-bottom: 0
}
.activeOrder-container li h5{
    margin-bottom: 10px
}
.activeOrder-container li h4{
    margin-bottom: 10px;
    font-size: 16px;
}
.activeOrder-container li label{
    margin-bottom: 0;
    font-weight: 500;
    color: #333;
}
.other-msg{
    margin-top: 5px;
}
.status-btns button{
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 47%;
    margin: 0 3px 5px;
}
.status-btns button.active{
    box-shadow: rgba(0,0,0,0.3) 2px 2px 1px;
}
.common-btn{
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 5px;
    background: #4272d7;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}
.common-btn:hover{
    opacity: 0.9;
}
.common-btn.processing{
    background: #ff9300;
}
.common-btn.disabled{
    background: #d4d4d4;
    color: #000;
}
.common-btn.served{
    background: #90cf3c;
}
.common-btn.warning, .common-btn.warning.disabled{
    background: #cf4748;
    opacity: 1;
    color: #fff;
}
.order-details{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    background: #f2f2f2;
    margin-bottom: 1px;
}
.orderDetail-left{
    width: 100%;
}
.orderDetail-right{
    width: 30%;
    flex:  0 0 30%;
    text-align: right;
}
.order-bttns{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.order-bttns button{
    width: 100%;
}
.order-bttns button.warning{
    background: #cf4748;
}
.order-details h5{
    font-size: 16px;
    font-weight: 500;
}
.order-details p{
    font-size: 14px;
}
.modal-header.text-center{
    justify-content: center;
}
.upcoming-action, li.upcoming-action{
    white-space: normal;
    text-align: center;
}
.upcoming-action button{
    margin: 0 2px 2px;
    font-size: 10px;
    min-width: 80px;
}
.quick-view.warning{
    background: #ff3e3e;
}
.quick-view.success{
     background: #56c162;
}
.quick-view.expire{
     background: #999;
}

body.newOrder .modal-backdrop.show, body.newOrder:after{
    background: #833333;
    opacity: 0.8;
    animation: bg-opacity 0.5s linear infinite;
}
body.newOrder:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999
}
@keyframes bg-opacity{
    from{
        opacity: 0.8;
    }
    to{
        opacity: 0.5;
    }
}

.order-userDetails{
    margin-bottom: 10px;
}
.order-userDetails label{
    margin-bottom: 0;
    font-weight: 500;
    margin-right: 10px;
}
.notification-sound audio{
    display: none;
}
body.newOrder .notification-sound audio{
    display: block;
}
.form-control:focus {
    color: inherit !important;
    background-color: inherit !important;
    outline: 0;
    border-color: none !important;
    box-shadow:none !important;
}
.modal-content{
    box-shadow: rgba(0,0,0,0.3) 0 0 10px;
    max-height: 500px;
}
.modal-body {
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.current-order-detail thead.table-heading th{
    background: #e9e9e9;
    padding: 6px 10px;
}
.current-order-detail thead.table-heading {
    border: #ccc solid;
    border-width: 0 1px;
}
tbody.currentOrder-table td {
    background: #f5f5f5;
}
li.delete_notes{
    white-space: normal;
}
.cancel-order-block {
    padding: 10px 20px 0;
    background: #f5f5f5;
    border-top: 1px solid #e9ecef;
}
.cancel-order-block .delete-notes-container label{
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 14px;
}
.header-nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 999;
}
.header-wrap{
    width: calc(100% - 250px);
    padding: 0 30px;
}
.terms-header{
    padding: 20px 0;
}
.terms-container{
    background: #e5e5e5;
    padding: 40px 0;
}
.terms-block{
    padding: 40px;
    border-radius: 5px;
    background: #fff;
    margin-top: 20px;
    color: #000;
}
.terms-block h4{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.terms-block h5{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}
.terms-block p{
    font-size: 16px;
    line-height: 24px;
}
.terms-block p + p{
    margin-top: 20px;
}
.wrapper{
    max-width: 1170px;
    padding: 0 15px;
    margin: auto;
}
.hamburger{
    background: #fff;
    border-radius: 0 10px 10px 0;
    display: none;
}
.hamburger:hover {
    opacity: 1;
}
.active-order-info{
    padding-bottom: 20px;
}
.active-username, .order-userDetails h3{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 5px;
}
.active-order-info h5 {
    margin-top: 5px;
}
.active-order-info h5 span{
    font-weight: 500;
}
#activeOrder h3.no-order:before{
    content: "";
    background: url("../images/no-order.png") no-repeat center/cover;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 30px;
    opacity: 0.5
}
.packageForm{
    background: #fff;
    padding: 20px;
}
.packageForm .form-control{
    width: 100%
}
.package-active{
    background: #f0ad4e;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.package-active.active{
  background: #4272d7;
}
.detail-btns button{
    color: #333;
    text-decoration: underline !important
}
.detail-btns button:hover{
    color: #4272d7;
}
.detail-btns a + a{ 
    margin-left: 10px;
}
.transaction-tabs .nav-tabs .nav-link{
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    background: rgba(49, 89, 253, 0.9);
    color: #fff;
    padding: 10px 40px;
}
.transaction-tabs .nav-tabs .nav-link + .nav-link{
    margin-left: 3px;
}
.transaction-tabs .nav-tabs .nav-link.active{
    background: #fff;
    color: rgba(49, 89, 253, 0.9);
}
.transaction-tabs .nav-tabs {
    border: 0;
}
.transaction-tabs .tab-content{
    background: #fff;
}
.transaction-tab-inner{
    padding: 20px;
}
.transaction-tab-inner .transaction-list{
    padding: 20px;
    background: #f5f5f5;
    margin-bottom: 10px;
    border-bottom: rgba(0,0,0,0.05) 3px solid;
}
#user-wallet-transaction.transaction-tab-inner .transaction-list{
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.user_detail_top{
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.user-image{
    width: 150px;
    flex: 0 0 150px;
}
.flex-box{
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
}
/*
.user-doc-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}
*/
.user-doc-top .user-pic{
    width: 100px;
    flex: 0 0 100px;
    background: #eee;
    min-height: 50px;
    padding: 2px;
    border: #ccc 1px solid;
}
.user-pic img{
    width: 100%;
}
.user-detail{
    padding: 0 20px;
    width: 100%;
}
.user-detail h3{
    margin-bottom: 10px;
}
.user-detail h4{
    font-size: 16px;
    margin-bottom: 10px;
}
strong{
    font-weight: 600;
}
.user-doc-info{
    padding: 20px 0;
}
.document-img{
    width: 50%;
    flex: 0 0 50%;
    min-height: 200px;
    background: #eee;
    padding: 5px;
    border: #ccc 1px solid;
}
.document-img img{
    max-width: 100%;
}
.update-doc{
    margin-top: 10px;
    float: right
}
.pending-reason{
    margin-top: 20px;
}
.user_detail{
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}
.user_detail h3{
    margin-bottom: 5px;
}
.transaction-list li {
    line-height: 30px;
}
.transaction-list li strong{
    margin-right: 15px;
    display: inline-block
}
.user_detail_view .user-detail h4 {
    margin-bottom: 10px;
    display: inline-flex;
    flex-wrap: nowrap;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
}
.user_detail_view .user-detail h4 strong{
    margin-right: 10px;
    white-space: nowrap;
}
.user_detail_view{
    margin-top: 0
}
.user-verified{
    padding: 12px 20px;
    background: #56c162;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
}
.user-verified h4{
    color: #fff;
    margin-bottom: 0
}
.user-verified span.fa{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: green;
    margin-left: 20px;
}
.unverify-user{
    padding: 80px 0;
    text-align: center;
    background: #eee;
    margin-top: 20px;
}
.unverify-user h3{
    width: 100%;
}
.max-row{
    align-items: center;
    margin: 0;
}
.max-row .or{
    margin-right: 15px;
}
.max-row label{
    margin: 0;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}
.use-above input[type="checkbox"]{
    display: none;
}
.use-above input[type="checkbox"] + p:before{
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    line-height: 35px;
}
.use-above input[type="checkbox"]:checked + p:before{
    background: #fff;
    display: block;
}
.use-above {
    position: relative;
}
.use-above p{
    display: inline-block;
    padding: 5px 15px;
    border: #ccc 1px solid;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
}
.use-above:hover p{
    box-shadow: rgba(0,0,0,0.1) 0 0 5px;
}

#use_above:checked + p + #package_max, #edit_use_above:checked + p + #edit_package_max{
  pointer-events: none;
  opacity: 0.5;
}
input#package_max, input#edit_package_max {
    display: inline-block;
    width: 100%;
    margin-left: 15px;
}
.user-main-image img{
    border: #ccc 1px solid;
}
.view-user{
    font-size: 18px;
    vertical-align: middle;
    color: #666;
}
.view-user:hover{
    color: #333;
}

.dashboardUserName{
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}
table{
    width: 100%;
}
.userPackage-table th, .userPackage-table td{
    font-weight: 500;
    font-size: 12px;
}
.userPackage-table td{
    padding: 5px 10px;
    border: #ccc solid;
    border-width: 0 1px 1px 0;
}
.userPackage-table td:first-child{
    border-left-width: 1px;
}
.small-btn {
    font-size: 12px;
    padding: 5px 10px;
}
.user_detail_view{
    position: relative
}
.user_detail_view .user-doc-top .user-pic{
    position: absolute;
    right: 0;
    width: 150px;
    flex: 0 0 150px;
}
.user_detail_view .user-detail{
    padding: 0;
}
.foc-select{    
    font-size: 14px;
    padding: 0 5px;
    height: 30px;
    width: 100%;
    border: #ccc 1px solid;
    font-weight: 600;
}
.userPackage-table li{
    display: inline-block;
    padding: 10px 15px;
}
.userPackage-table li strong{
    display: block;
}
.userPackage-table li h5{
    margin-bottom: 0;
}
.userPackage-table ul{
    border: #ccc 1px solid;
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
}
.provide-foc{
    padding: 15px;
    width: 100%;
    border: #ccc 1px solid;
    display: none;
    border-top: 0;
}
.provide-foc h5{
    margin-bottom: 10px;
}
.package-detail{
    margin-bottom: 20px;
}
.foc-input-outer{
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
}
.update-pack{
    margin-left: 10px;
}
.custom-checkbox *, .custom-radio *{
    cursor: pointer;
}
.form-group label{
    font-weight: 500
}
.custom-control-label::before{
    background: #ccc;
}
.package_add_form{
    background: #fff;
    padding: 20px;
    border: #ccc 1px solid;
    border-radius: 5px;
}
.access-denied{
    background: #fff;
    padding: 80px;
    text-align: center;
    font-size: 34px;
    color: #ff0000;
}
.common-btn.btn-lg{
    height: 50px;
    width: 100%;
    font-size: 16px;
}
.common-btn.warning-btn{
    background: #f52233;
}
.common-btn:hover{
    opacity: 0.9
}
.setting-btns {
    padding-right: 20px;
}
.change-password{
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: rgba(0,0,0,0.03) solid;
    border-width: 0 3px;
}
.change-password input:focus{
    background: #fff !important
}
.action-admin button.fa {
    color: #666;
    font-size: 18px;
    vertical-align: middle;
}
.action-admin button + button{
    margin-left: 10px;
}
/*
#changePasswordForm{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s;
}
#changePasswordForm.active{
    opacity: 1;
    visibility: visible;
}
*/
.warning-btn{
    background: #f52233 !important;
    border-color: #f52233 !important;
}
.hideAdminNav{
    display: none !important;
}
.payment-detail-view li{
    margin-bottom: 5px;
}
.payment-detail-view li > strong{
    min-width: 25%;
    display: inline-block;
}
.transaction-list .fa{
    color: #666;
    font-size: 16px;
}
.transaction-tab-inner th{
    background: #f5f5f5
}
.wallet-trans-list li{
    width: 40%;
    float: left;
    word-break: break-all;
}
.wallet-order-items{
    background: #f5f5f5;
    padding: 20px;
    border-bottom: rgba(0,0,0,0.1) 3px solid;
    margin-bottom: 10px;
}
.wallet-order-items .product-image{
    max-width: 100px;
}
.wallet-order-items .product-image img{
    max-width: 100%;
}
.wallet-order-items ul{
    display: inline-flex;
    width: 100%;
}
.wallet-order-items li{
    padding: 10px 15px;
    word-break: break-all;
}
.wallet-order-items li h5 {
    font-size: 14px;
}
.wallet-order-items li h5 strong{
    display: block;
    margin-bottom: 10px;
}
.wallet-order-items li p{
    font-size: 12px;
}
.active-order-info > div {
    width: 50%;
}
.control-inline{
    display: inline-block;
}
.control-inline + .control-inline{
    margin-left: 20px;
}
.save-ques-btn button + button {
    margin-left: 15px;
}
.question-text{
    max-width: 400px;
    display: block;
}
.game-user-image{
    width: 100px;
    overflow: hidden;
    border: #ccc 1px solid;
    padding: 2px;
    margin-right: 10px;
}
.game-user-image img{
    max-width: 100%;
}
.double-list li{
    width: 50%;
    float: left;
}
.user-game-detail{
    padding: 0;
}
#question_list td button.fa{
    color: #666;
    font-size: 16px;
    margin: 0 5px;
}
.action-btns button{
    color: #666;
    font-size: 16px;
}
.player-detail li{
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    padding: 10px;
    border-radius: 5px;
    border: #eee 1px solid;
    background: #f9f9f9;
}
.player-detail li + li{
    margin-left: 10px;
}
.player-detail li .player-info{
    margin-left: 10px;
}
.player-img{
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: #ccc 1px solid;
    background: #eee;
    display: inline-block;
    vertical-align: middle;
}
.player-img img{
    max-width: 100%;
}
.host{
    background: #4272d7;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
}
.player-info p{
    font-size: 12px;
}
.question-detail-block{
    text-align: center;
    padding: 0 10px;
}
.question-detail-block h4{
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.question-outer-block{
    background: #f9f9f9;
    padding: 10px;
    border: #eee 1px solid;
    border-radius: 5px;
    margin-bottom: 20px;
}
.question-list{
    padding-left: 15px;
    border-left: #eee 1px solid;
}
.game-round {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}
.game-round h3{
    background: #3868cd;
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;
    border-radius: 5px;
    margin: 0
}
.game-round h4{
    margin: 0 0 0 20px;
}
span.bill-status{
    position: relative;
    color: #3868cd;
    font-size: 14px !important;
    display: inline-block;
    margin-bottom: 5px;
}
.bill-status.paid:before{
    content: "\f00c";
    font-family: fontawesome;
    margin-right: 5px;
}
.bill-status.unpaid{
    color: #cf4748
}
.player-name{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}
.cancel-game-block{
    padding: 20px 20px 0;
}
#game-status-modal .show:after {
    content: "";
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}



@media (max-width: 1199px) {
    .au-card, .au-card-title{
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .menu-sidebar .logo{
        display: none;
    }
    .menu-sidebar{
        top: 75px;
        overflow: visible;
        background: #fff;
        box-shadow: rgba(0,0,0,0.1) 2px 4px 5px
    }
    .header-desktop{
        display: none;
    }
    .header-wrap {
        width: calc(100% - 160px);
        padding: 0;
    }
    .hamburger{
        display: block;
        padding: 5px 10px;
        position: absolute;
        left: 99%;
        box-shadow: rgba(0,0,0,0.1) 3px 0px 5px
    }
    .header-mobile{
        position: fixed;
        z-index: 999;
    }
    .page-container{
        top: 75px;
        padding-bottom: 75px;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        width: 32px;
        height: 3px;
    }
    .hamburger-box {
        width: 100%;
        height: 100%;
        font-size: 20px;
        font-weight: 700;
    }
    .hamburger-box:before {
        content: "\f105";
        font-family: fontawesome;
        width: 100%;
        height: 100%;
        font-size: 20px;
        font-weight: 700;
    }
    .active .hamburger-box:before {
        content: "\f104";
    }
    .hamburger-inner{
        display: none;
    }
    .user-detail h4{
        font-size: 16px;
    }
    .dashboardUserName{
        max-width: 70px;
    }
    select.form-control.small-select {
        height: calc(1.9rem + 2px) !important;
        padding: 0 5px;
        font-size: 12px;
    }
    .title-1{
        font-size: 24px;
    }
    .db-table-block{
        margin-bottom: 30px;
    }
    .au-message {
        min-height: 300px;
    }
    .au-message-list {
        height: 300px;
    }
    .au-card-title {
        padding: 20px 25px;
    }
    .header-button{
        max-width: inherit;
        width: 50%;
    }
    .au-btn--submit{
        min-width: 45px;
    }
    .status-btns button{
        max-width: inherit;
        font-size: 11px;
        padding: 0 10px;
    }
    .overview-item{
        padding: 15px;
    }
    .overview-box .icon {
        font-size: 30px;
    }
    .main-content {
        padding-top: 30px;
    }
    .noti__item i {
        font-size: 24px;
    }
    .noti__item .quantity{
        font-size: 9px;
    }
    .account-item .image {
        width: 40px;
        height: 40px;
    }
    .noti-wrap {
        height: 40px;
        width: 30px;
        margin-right: 10px;
    }
    .account-item > .content{
        padding-bottom: 0;
        margin-left: 35px;
    }
    .overview-box .text h2 {
        font-size: 22px;
    }
    a#display_name {
        font-size: 14px;
    }
    .activeOrder-container li h4, .activeOrder-container li h5 {
        font-size: 14px;
    }
    .activeOrder-container li label {
        font-weight: 600;
        font-size: 14px;
    }



}
