
body, input, button, select, textarea{font-family: "xingothic-tc-W4", "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;}

body:not(.layout-fixed).layout-navbar-fixed .wrapper .main-sidebar{
    margin-top: 0px;
}

body:not(.layout-fixed).layout-navbar-fixed .wrapper .main-sidebar .sidebar {
    margin-top: 0px;
}

input:focus,select:focus,textarea:focus,button:focus,.form-control:focus,.bnt:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #CCC5B9;
}

.login-body {
    background: url('/images/bg_lifeplus.png') no-repeat center center fixed !important;
    background-size: cover !important;
    background-position: 55% 20%;
}
.login-wrapper {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(37, 36, 34,.6);
    display: flex;
    align-items: center;
}
.login-wrapper .content {
    width: 70%;
    height: 90%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    box-shadow: 0 0 15px rgba(255, 252, 242, .8);
    border-radius: 20px;
}
.login-wrapper .content .main {
    padding: 1.25rem 2.05rem .5rem;
    background-color: #CCC5B9;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    text-align: center;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}
.login-wrapper .content .main .main-content{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.login-wrapper .content .main .main-dev-header{
    display: none;
}
.login-wrapper .content .main .main-header{
    color: #252422;
}

.login-wrapper .content .main .main-inner {
    width: 100%;
    margin-top: .5rem;
    line-height: 2.25;
}
.login-wrapper .content .main .main-inner input {
    width: 100%;
    margin-top: .95em;
    padding: 0 .85rem;
    background-color: #FFFCF2;
    border: 0;
    border-radius: 5em;
    box-shadow: 0 1px 10px 0 rgba(37, 36, 34,.3);
    font-size: 1.2rem;
}
.login-wrapper .content .main .main-inner input:first-child {
    margin-top: 0;
}
.login-wrapper .content .main .main-inner input:focus {
    outline: none;
}
.login-wrapper .content .main .btn-login {
    width: 100%;
    margin-top: .95rem;
    background-color: #EB5E28;
    border-radius: 5em;
    color: #FFFCF2;
    box-shadow: 0 0 10px 0 rgba(37, 36, 34,.3);
}
.login-wrapper .content .aside {
    font-size: 2.5rem;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    background-image: url('/images/bg_lifeplus.png');
    background-position: 55% 20%;
    background-size: cover;
}
.login-wrapper .content .aside .info{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(37, 36, 34,.1);
    text-shadow: 0 0 15px rgba(0,0,0,1);
    color: #FFFCF2;
}
.login-wrapper .content .aside .info-inner {
    line-height: 1.3;
    margin: 0 auto;
}
.login-wrapper .content .aside .info-inner p:last-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.2rem;
    line-height: 2.75;
}
.login-wrapper .content .aside .info-inner p:last-child::after {
    content: '';
    width: 8.5rem;
    height: 1px;
    margin-left: .5rem;
    background-color: #FFFCF2;
}
.login-wrapper .content .aside button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 5%;
    background-color: #FFFCF2;
}
.login-wrapper .content .aside button:active {
    background-color: #757575;
    color: #FFFCF2;
}
.login-wrapper .content .main, .aside {
    width: 50%;
}

@media (max-width: 575.98px) {
    .login-wrapper .content{
        height: auto;
    }
    .login-wrapper .content .main{
        width: 100%;
    }
    .login-wrapper .content .main .main-dev-header{
        color: #252422;
        display: block;
        /*margin-bottom: 1em;*/
        font-size: 1.2rem;
    }
    .login-wrapper .content .main .main-header{
        display: none;
    }
    .login-wrapper .content .main,.login-wrapper .content .main .main-inner input{
        font-size: .8rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .login-wrapper .content .aside{
        font-size: 1.8rem;
    }
    .login-wrapper .content .aside .info-inner p:last-child{
        font-size: .8rem;
    }
    .login-wrapper .content .main,.login-wrapper .content .main .main-inner input{
        font-size: 1rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .login-wrapper .content .aside{
        font-size: 1.8rem;
    }
    .login-wrapper .content .aside .info-inner p:last-child{
        font-size: .8rem;
    }
    .login-wrapper .content .main,.login-wrapper .content .main .main-inner input{
        font-size: 1rem;
    }
}
@media (min-width: 1290px) {
    .login-wrapper .content{
        height: auto;
    }
    .login-wrapper .content .main .main-header{
        font-size: 2rem;
    }
    .login-wrapper .content .aside{
        font-size: 3.5rem;
    }
    .login-wrapper .content .aside .info-inner p:last-child{
        font-size: 1.8rem;
    }
}

body{
    width: 100%;
    background-color: #CCC5B9;
    cursor: default;
}
header {
    padding: 0.5rem 1rem;
    background-color: #EB5E28;
    box-shadow: 1px 0 1px rgba(37, 36, 34,.5);
    color: #FFFCF2;
    line-height: 1.5;
}
header li {
    margin-right: 0.8rem;
    font-size: 1.5rem;
}
.u_header_right {
    margin-left: auto !important;
}
.u_menu {
    background-color: #EB5E28;
    text-align: center;
    color: #FFFCF2;
    position: fixed;
    height: 100%;
    overflow: scroll;
}
.u_menu::-webkit-scrollbar {
    display: none;
}
.u_menu a {
    width: 100%;
    display: block;
    background: none;
    border: none;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    text-decoration: unset;
}
.u_menu a:last-child {
    margin-bottom: 3.5rem;
}
.u_menu a>i {
    font-size: 1.5rem;
    color: #FFFCF2;
}
.u_menu a>p {
    font-size: 1rem;
    color: #FFFCF2;
    margin: 0;
}
@media (max-width: 575.98px) {
    .u_menu {
        height: auto;
        bottom: 0;
        display: flex;
        position: fixed;
        z-index: 1020;
    }
    .u_menu a {
        margin-top: .8rem;
        margin-bottom: .8rem;
    }
    .u_menu a:last-child {
        margin-bottom: .8rem;
    }
    header li {
        margin-right: .2rem;
        font-size: 1rem;
    }
    .u_header_right {
        margin-right: auto;
        margin-top: 0.8rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .u_menu {
        height: auto;
        bottom: 0;
        display: flex;
        position: fixed;
        z-index: 1020;
    }
    .u_menu a {
        margin-top: .8rem;
        margin-bottom: .8rem;
    }
    .u_menu a:last-child {
        margin-bottom: .8rem;
    }
    header li {
        margin-right: .2rem;
        font-size: 1rem;
    }
    .u_header_right {
        margin-right: auto;
        margin-top: 0.8rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .u_menu a {
        min-height: auto;
    }
    header li {
        font-size: 1.2rem;
    }   
}
@media (min-width: 992px) {
    .u_menu a>i {
        font-size: 1.5rem;
    }
    .u_menu a>p {
        font-size: 1.2rem;
    }
}
@media (min-width: 1200px) {
    .u_menu a>i {
        font-size: 1.8rem;
    }
    .u_menu a>p {
        font-size: 1.2rem;
    }
}
@media (min-width: 1400px) {
    .u_menu a>i {
        font-size: 2.5rem;
    }
    .u_menu a>p {
        font-size: 2rem;
    }
}
.u_main {
    margin: 0 8%;
}
.u_tables_content{
    background-color: #FFFCF2;
    min-height: calc(100vh - 20%);
}
.u_status_td {
    display: flex;
    flex-basis: 33%;
    align-items: center;
}
.u_tables_top {
    position: sticky;
    top: 55px;
    z-index: 1020;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #FFFCF2;
}
.u_tables_status {
    font-size: 1.5rem;
    width: 100%;
}
.u_tables_status i {
    width: 1.5em;
    height: .75em;
    display: block;
    margin-right: 0.3rem;
    background-color: #E8E5DD;
}
.u_tables_divider {
    margin: 1.5rem 0;
    border: none;
    border-top: 1px solid #F7F4EF;
}
.u_table_status {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
    align-content: flex-start;
}
.u_table_card {
    margin: 1%;
    flex-basis: 10.5%;
    display: flex;
    flex-direction: column;
    border-radius: .5rem;
    background-color: #E8E5DD;
    text-align: center;
    color: #F7F4EF;
}
.u_table_card .u_table_card_info {
    min-height: 3rem;
    margin: 5% 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5;
}
.u_table_card .u_table_card_name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #707070;
    margin: auto;
}
.u_table_card .u_table_card_time {
    font-size: .9rem;
    margin: auto;
}
.u_table_card .u_table_card_status {
    padding: 4% 0;
    background-color: rgba(0, 0, 0, .1);
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #7F7F7F;
    font-size: 1.2rem;
}
.u_open .u_table_card_name,.u_open .u_table_card_status {
    color: #fff;
}
.u_clean .u_table_card_name,.u_clean .u_table_card_status {
    color: #fff;
}
.u_close .u_table_card_name,.u_close .u_table_card_status {
    color: #fff;
}
.u_alert .u_table_card_name,.u_alert .u_table_card_status {
    color: #fff;
}
.u_over .u_table_card_name,.u_over .u_table_card_status {
    color: #fff;
}
.u_bind .u_table_card_name,.u_bind .u_table_card_status {
    color: #fff;
}
.u_gender_selector,.u_quest_selector {
    margin: 0;
    padding: 0;
    list-style: none;
}
.u_gender_selector li,.u_quest_selector li{
    background-color: #CCC5B9;
    border-radius: 10px;
    line-height: 3;
    text-align: center;
    margin-top: 0.5rem;
}
.u_gender_selector li:first-child,.u_quest_selector li:first-child {
    margin-top: 0;
}
.u_gender_selector li:hover,.u_quest_selector li:hover {
    cursor: pointer;
}
.u_quest_selector li.active {
    background-color: #252422;
    color: #FFFCF2;
}
.u_gender_selector_male.active {
    background-color: #457b9d;
    color: #FFFCF2;
}
.u_gender_selector_female.active {
    background-color: #e63946;
    color: #FFFCF2;
}
.u_order_title {
    padding-bottom: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #4a4a4a;
}
.u_order_title i {
    font-size: 2.5rem;
    color: #EB5E28;
    margin-right: 0.7rem;
}
.u_order_list {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.2rem;
    min-height: calc(100vh - 50%);
}
.u_order_list .row > * {
    padding-right: 0;
}
.u_order_list thead {
    background-color: #403D39;
    color: #fff;
}
.u_order_list thead th {
    min-width: 5em;
    padding: 0.95rem;
    border: 0;
    text-align: center;
    font-weight: 400;
}
.u_order_list table>:not(:first-child) {
    border-top: none;
}
.u_order_list tbody td {
    padding: 1rem;
    color: #252422;
    background-color: #FFFFFF;
}
/*.u_order_list tbody tr:nth-of-type(odd)>* {
    background-color: #fff;
}*/
.u_order_list tbody tr:hover > * {
    background-color: #CCC5B9;
    cursor: pointer;
}
.u_details_header {
    font-size: 1.2rem;
    font-weight: 600;
    padding-top: 1rem;
}
.u_details_header button {
    padding: 0.75rem 1rem;
    margin-left: 0.5rem;
    background-color: #CCC5B9;
    border-radius: 5px;
    border: 0;
    border-bottom: 2px solid #403D39;
    line-height: 1;
}
.u_details_header button:first-child {
    margin-left: 0;
}
.u_details_header button:focus {
    box-shadow: none;
    color: #fff;
    background-color: #000;
}
.u_details_title {
    padding-bottom: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #4a4a4a;
}
.u_details_title i {
    color: #fff;
    margin-right: 0.7rem;
}
.u_details_badge {
    color: #fff;
    background-color: #EB5E28;
    align-items: center;
    font-size: 1.5rem;
    margin-right: 0.7rem;
}
.u_details_invoice {
    font-size: .9em;
    color: #757575;
}
.u_details_time {
    font-size: 1.2rem;
    font-weight: 600;
    padding-top: 1rem;
}
.u_details_card .card-header {
    padding: 0;
}
.u_details_card_header {
    background-color: #403D39;
    color: #FFFCF2;
    text-align: center;
    font-size: 1.2rem;
    padding: 0.5rem;
    display: flex;
}
.u_details_card_item {
    flex-basis: 20%;
    border-left: 1px solid #fff;
    text-align: center;
}
.u_details_card_item:first-child {
    border-left: 0;
}
.u_details_card_item p {
    font-size: .9rem;
    color: #d6d6d6;
}
.u_details_card tr.u_border_top {
    border-top: 1px dashed #ccc;
}
.u_details_card .card-footer {
    background-color: #fff;
}
.u_details_card .card-footer button:first-child{
    margin-left: 0;
}
.u_details_input_bg {
    text-align: center;
    background-color: #f2f2f2;
}
.u_details_input_bg:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
    background-color: #f2f2f2;
}
.u_category_container {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #666;
}
.u_category_container .swiper-wrapper{
    height: initial;
}
.u_category_container .swiper-slide {
    text-align: center;
    vertical-align: middle;
    color: #495060;
    overflow: hidden;
}
.u_category_container .swiper-slide:hover{
    text-decoration: none;
}
.u_category_container .swiper-slide-active {
    opacity: 1;
}
.u_category_container .uu-active {
    border-bottom: 5px solid #EB5E28;
}
.u_category_item {
    cursor: pointer;
    white-space: nowrap;
    width: auto;
    text-decoration: none;
    font-size: 1.5rem;
    padding: .8rem;
}
.u_shift_header {
    color: #495060;
    font-size: 1.5rem;
    margin-top: 1rem;
}
.u_shift_header span {
    margin-left: 1rem;
    margin-right: 1rem;
}
.u_report_list {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    min-height: calc(100vh - 40%);
}
.u_report_list thead {
    background-color: #403D39;
    color: #FFFCF2;
}
.u_report_list thead th {
    min-width: 5em;
    padding: 0.95rem;
    font-size: 1.5rem;
    font-weight: 400;
}
.u_report_list table>:not(:first-child) {
    border-top: none;
}
.u_report_list tbody td {
    padding: 1rem;
    color: #252422;
    font-size: 1.5rem;
    background-color: #FFFFFF;
}
/*.u_report_list tbody tr:last-child td{
    border-bottom: none;
}*/
.u_report_list tbody tr.u_report_bg td {
    background-color: #403D39;
    color: #FFFCF2;
}
/*.u_report_list tbody.u_report_payment tr td{
    border-bottom: none;
}*/
/*.u_report_list tbody.u_report_payment tr:nth-of-type(even)>* {
    background-color: rgba(0, 0, 0, 0.05);
}*/
.u_store_info {
    padding-bottom: 1.5rem;
}
.u_user_info {
    color: #495060;
    font-size: 1.2rem;
}
.u_search_bar {
    color: #495060;
    margin-bottom: 1rem;
}
.u_search_bar select {
    font-size: 1.5rem;
    color: #495060;
}
.u_cate_bar,.u_order_cate_bar {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.u_prd_box,.u_order_prd_box {
    padding: 15px;
    background-color: #CCC5B9;
    height: 60px;
    margin-bottom: 1.5rem;
    border-style: solid;
    border-color: rgba(64, 61, 57, .5);
    border-width: 0 0 3px;
    border-radius: 5px;
    position: relative;
}
.u_prd_text {
    align-items: center;
    display: flex;
    height: 100%;
    font-size: 1.2rem;
}
.u_prd_mask {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 2px 10px;
    border: 3px solid #ec4f4f;
    border-radius: 50%;
    color: #ec4f4f;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    background-color: #fff;
    font-weight: 600;
}
.u_prd_prev,.u_prd_next {
    width: 100%;
    height: 60px;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 26%);
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}
.u_prd_prev:hover,.u_prd_next:hover {
    color: #fff;
}
.u_prd_prev:focus,.u_prd_next:focus {
    box-shadow: none;
}
.u_cart_content {
    padding-right: 0.25rem!important;
    margin-bottom: 10px;
}
.u_cart {
    max-height: 100vh;
}
.u_cart .card-header {
    padding: 0;
}
.u_cart_header {
    height: 80px;
    background-color: #252422;
    color: #FFFCF2;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
}
.u_cart_header div {
    height: 70%;
    flex-basis: 33%;
    border-left: 1px solid #FFFCF2;
    text-align: center;
    justify-content: center;
}
.u_cart_header div:first-child {
    border-left: 0;
}
.u_cart_header_sub {
    padding: .8rem;
    display: flex;
    font-size: 1.5rem;
    color: #252422;
    background-color: #CCC5B9;
}
.u_cart_header_order {
    padding: .8rem;
    font-size: 1.5rem;
    color: #fff;
    background-color: #fe9c3a!important;
    text-align: center;
}
.u_cart .card-body {
    min-height: calc(100vh - 18rem);
    max-height: calc(100vh - 18rem);
    overflow-y: scroll;
    background-color: #FFFCF2;
}
.u_cart .card-body li {
    padding: 1rem;
    font-size: 1.5rem;
    color: #252422;
    background-color: #FFFCF2;
}
.u_cart .card-body li.active {
    color: #252422;
    background-color: rgba(235, 94, 40,.3);
    border: 0;
}
.u_cart_dis .card-body {
    min-height: calc(100vh - 23rem);
    max-height: calc(100vh - 23rem);
    background-color: #FFFCF2;
}
.u_cart_dis .u_pg_item_num {
    border: 0;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    padding: 0 10px;
    margin-right: 5px;
}
.u_cart .card-footer {
    background-color: #FFFCF2;
}
.u_cart_total {
    display: flex;
    margin: 1rem;
    font-size: 1.5rem;
}
.u_cart_total .amount {
    font-weight: 600;
}
.u_cart .card-footer button{
    width: 30%;
}
.u_cart .card-footer button:not(:first-child){
    margin-left: 10px;
}
.u_cart_right {
    max-height: 100vh;
    background-color: #FFFCF2;
}
.u_cart_right .offcanvas-body {
    min-height: calc(100vh - 10.3rem);
    max-height: calc(100vh - 10.3rem);
    overflow-y: scroll;
}
.u_order_cart_right .offcanvas-body {
    min-height: calc(100vh - 8.5rem);
    max-height: calc(100vh - 8.5rem);
    overflow-y: scroll;
}
.u_cart_right .offcanvas-footer {
    text-align: center;
    /*padding: 0.5rem 1rem;*/
    min-height: 4rem;
}
.u_cart_right .offcanvas-footer button{
    width: 28%;
}
.u_cart_right .offcanvas-footer button:nth-of-type(even){
    width: 33%;
}
.u_cart_right .offcanvas-footer button:not(:first-child){
    margin-left: 10px;
}
.offcanvas-end {
    width: calc(100vw - 5rem);
}
/* Desktop view */
@media (min-width: 767px) {
    .u_cart_collapse {
      display: none;
    }
    .offcanvas {
        position: inherit;
    }
    .offcanvas-end {
        width: 100%;
        border-left: none;
    }
    .offcanvas-backdrop {
        display: none;
    }
}
.u_change_table {
    padding: 0;
}
.u_change_table li {
    font-size: 1.5rem;
    color: #495060;
    padding: 1rem;
}
.u_change_table li.active {
    color: #495060;
    background-color: rgba(254,156,58,.35);
    border: 0;
}
.u_discount_cate2 {
    color: #495060;
    margin: 1rem;
    font-size: 1.5rem;
}
.u_split_order {
    border: 0;
}
.u_split_order ul {
    min-height: 230px;
    max-height: 230px;
    overflow-y: scroll;
}
.u_split_order li {
    font-size: 1.2rem;
    color: #495060;
    border: 0;
}
#split_order_modal .modal-footer button {
    width: 30%;
}
.u_order_prd_prev,.u_order_prd_next {
    width: 48%;
    color: #fff;
    background-color: #252422;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 26%);
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.u_order_prd_prev:hover,.u_order_prd_next:hover {
    color: #fff;
}
.u_order_prd_prev:focus,.u_order_prd_next:focus {
    box-shadow: none;
}
.u_order_prd_box {
    height: 45px;
    padding: 10px;
    overflow: hidden;
}
.u_order_prd_box .u_prd_text {
    align-items: start;
}
.u_check .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: #FFFCF2;
}
.u_check_header{
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid #FFFCF2;
}
.u_check_header_sub {
    padding: 0.75rem;
    font-size: 1rem;
    background-color: #CCC5B9;
    display: flex;
}
.u_check_header_sub span {
    font-weight: 600;
}
.u_check .card-body {
    background-color: #FFFCF2;
}
.u_check_footer {
    display: flex;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}
.u_check_footer div:last-child {
    font-weight: 600;
}
.u_check .card-body {
    min-height: calc(100vh - 25rem);
    max-height: calc(100vh - 25rem);
    overflow-y: auto;
}
.u_check .card-footer {
    background-color: #FFFCF2;
}
.u_check .list-group-item {
    font-size: 1rem;
    background-color: #FFFCF2;
}
.u_check_invoice {
    display: flex;
    padding-bottom: 10px;
    background-color: #eee;
    font-size: 1.2rem;
}
.u_check_invoice button {
    padding: 0.25rem 0.5rem;
    background-color: #252422;
    border: 0;
    color: #fff;
}
.u_check_invoice span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFCF2;
    padding-left: 1rem;
}
.u_check_pay_amount {
    background-color: #EB5E28;
    text-align: right;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    height: 2em;
    padding-top: 8px;
    padding-right: 10px;
}
.u_check_keyboard {
    margin: 0;
    padding: 0;
}
.u_check_keyboard button {
    padding: 0;
    margin: 0;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1.25rem;
    background-color: #fff;
    border-color: #eee;
    border-width: 0 1px 1px 0;
    border-style: solid;
    line-height: 2em;
}
.u_check_keyboard button.active{
    background-color: #000;
    color: #fff;
}
.u_check_payments {
    padding: 1rem;
    background-color: #FFFCF2;
    max-height: calc(100vh - 23rem);
    overflow-y: auto;
}
.u_check_payments button {
    height: 3.6rem;
}
.u_invoice label {
    font-size: 1.2rem;
    text-align: end;
    padding-right: 0;
}
.u_invoice input {
    border-width: 0 0 1px;
    border-radius: 0;
    font-size: 1.2rem;
}
.u_invoice input:focus {
    border-width: 0 0 1px;
}
.u_invoice .form-check-input {
    width: 3em;
    height: 1.2em;
}
.u_invoice .form-check-input:checked{
    background-color: #EB5E28;
    border-color: #EB5E28;
}
.u_create {
    position: relative;
    background-color: #FFFCF2;
}
.u_create_table {
    position: absolute;
    top: 0;
    left: 0;
}
.u_create_table_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5rem 5rem 0 0;
    border-color: #EB5E28 transparent transparent;
    color: #fff;
}
.u_create_table span {
    position: absolute;
    top: 0.2rem;
    left: 0.4rem;
    font-size: 1.5rem;
    color: #fff;
}
.u_create_customer {
    padding: 3.5rem 3.5rem 1rem;
    justify-content: center;
    font-size: 1rem;
    color: #000000;
}
.u_create_customer input {
    height: 4.5rem;
}
.u_create_qty{
    padding: 0.75rem 1.25rem;
    margin: 0 .85rem;
    background-color: #CCC5B9;
    border: 1px solid #CCC5B9;
    border-radius: 10px;
}
.u_create .u_ddd_btn {
    font-size: 1rem;
    background-color: #CCC5B9;
}
.u_create_qty.active {
    background-color: #252422;
    color: #fff;
}
.u_create_package {
    padding: 1.5rem;
    border-top: 1px solid #CCC5B9;
    border-bottom: 1px solid #CCC5B9;
}
.u_create_package button,.u_package_type button {
    padding: 0.75rem 1.25rem;
    background-color: #CCC5B9;
    border: 1px solid #CCC5B9;
    border-radius: 10px;
    color: #252422;
    width: 100%;
    font-size: 1rem;
}
.u_create_package button.active,.u_package_type button.active {
    background-color: #252422;
    color: #fff;
}
.u_create_package button:hover,.u_package_type button:hover {
    color: #252422;
}
.u_create_package button.active:hover,.u_package_type button.active:hover {
    color: #fff;
}
.u_unlimit_drink {
    color: #252422;
    font-size: 1.2rem;
}
.u_unlimit_drink button {
    font-size: 1.2rem;
}
.u_unlimit_drink input {
    font-size: 1.2rem;
    height: auto;
}
.u_package_base .card-header {
    font-size: 1.2rem;
    text-align: center;
    background-color: #CCC5B9;
    color: #252422;
}
.u_package_base .card-body {
    background-color: #FFFCF2;
}
.u_package_base .card-header.u_package_base_header {
    background-color: #EB5E28;
    color: #fff;
}
.u_package_base .list-group {
    max-height: calc(100vh - 10.5em);
    min-height: calc(100vh - 10.5em);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #FFFCF2;
}
.u_package_base .list-group.u_package_base_check {
    min-height: calc(100vh - 13.45em);
}
.u_package_base .list-group.u_package_base_check i{
    padding-top: 5px;
    color: #403D39;
}
.u_package_base .list-group-item {
    background-color: #FFFCF2;
    color: #252422;
}
.u_package_base .list-group-item.active {
    background-color: #252422;
    color:#FFFCF2;
    border-color: #252422;
}
.u_package_base .u_package_base_check .list-group-item {
    background-color: #FFFCF2;
    /*min-height: 2.5rem;*/
}
.u_package_base .u_package_base_check .list-group-item.active {
    background-color: rgba(235, 94, 40,.3);
    border: 1px solid rgba(235, 94, 40,.3);
}
.u_package_base .list-group::-webkit-scrollbar {
    display: none;
}
.u_package_base_item {
    list-style: none;
    padding-left: 0;
}
.u_package_base_item li{
    padding: 0 10px;
    color: #403D39;
}
.u_create_submit {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}
.u_create_submit button {
    padding: .75rem 1.25rem;
    width: 35%;
}
.u_product_meta {
    color: #495060;
}
.u_meta {
    border-top: 1px solid #ddd;
    margin-top: 1rem;
}
.u_meta_title {
    margin: 1rem .5rem;
}
.u_meta_item {
    display: inline-block;
    padding: 8px 20px;
    margin: 5px;
    background-color: #CCC5B9;
    border-radius: 5px;
}
.u_meta_item.active {
    background-color: #252422;
    color:#FFFCF2;
    border-color: #252422;
}
.u_qrcode {
    width: 320px;
}
.u_punch_index {
    width: 80%;
    margin: 1rem auto;
}
.u_punch_index input {
    border-radius: 1rem;
    text-align: center;
}
.u_punch_index button {
    width: 100%;
    margin-top: 1rem;
    border-radius: 1rem;
}
.u_punch_warp {
    width: 90%;
    margin: 1rem auto;
}
.u_punch_tab {
    display: flex;
    justify-content: center;
}
.u_punch_tab .u_tab_item {
    width: 50%;
    border: 1px solid #CCC5B9;
    text-align: center;
    padding: .8rem 1rem;
    font-size: 1.2rem;
}
.u_punch_tab .u_tab_item:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.u_punch_tab .u_tab_item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.u_punch_tab .u_tab_item:hover {
    cursor: pointer;
}
.u_punch_tab .u_tab_item.active {
    background-color: #403D39;
    color: #ffffff;
    border: 1px solid #403D39;
}
.u_punch_info {
    width: 100%;
    border: 1px solid #CCC5B9;
    padding: .8rem;
    margin-top: 1rem;
    border-radius: 0.5rem;
    display: flex;
    font-size: .8rem;
}
.u_punch_time {
    margin-left: auto;
}
.u_punch_type {
    width: 100%;
    margin-top: 1rem;
    display: flex;
}
.u_punch_type .u_punch_btn {
    width: 50%;
    padding: 2rem 1rem;
    margin: .5rem;
    cursor: pointer;
    border-radius: 0.5rem;
    border: 2px solid #CCC5B9;
    background-color: #EB5E28;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
}
.u_punch_type .u_punch_btn:hover {
    opacity: .9;
}
.u_punch_record {
    width: 100%;
    margin-top: 1rem;
    font-size: .85rem;
}
.u_punch_record .u_record_list {
    border: 1px solid #CCC5B9;
    display: flex;
    padding: .5rem;
    border-bottom: 0;
}
.u_punch_record .u_record_list .u_rec_text {
    width: 80%;
    padding-right: 10px;
    border-right: 1px solid #CCC5B9;
}
.u_punch_record .u_record_list .u_rec_text .u_rec_end,.u_rec_start{
    display: flex;
}
.u_punch_record .u_record_list .u_rec_text .u_rec_end {
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC5B9;
}
.u_punch_record .u_record_list .u_rec_text .u_rec_start {
    padding-top: 5px;
}
.u_punch_record .u_record_list .u_rec_text .u_rec_end_text,.u_rec_start_text{
    width: 50%;
    text-align: left;
    margin: auto;
}
.u_punch_record .u_record_list .u_rec_text .u_rec_end_time,.u_rec_start_time{
    margin-left: auto;
    width: 50%;
    text-align: right;
}
.u_punch_record .u_record_list .u_rec_time {
    margin: auto auto;
}
.u_punch_record .u_record_list:first-child {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.u_punch_record .u_record_list:last-child {
    border-bottom: 1px solid #CCC5B9;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.u_time_default {
    display: flex;
    justify-content: center;
}
.u_time_default button {
    padding: 15px;
    margin: 15px 15px;
    background-color: #CCC5B9;
    border: 1px solid #CCC5B9;
}
.u_time_default button.active {
    color: #ffffff;
    background-color: #252422;
    border: 1px solid #CCC5B9;
}
.u_time_auto {
    width: 80%;
    display: flex;
    margin: 0 auto;
}
.u_time_auto .u_time_auto_text {
    margin: auto 10px;
}
.u_time_auto .u_time_auto_text_sm {
    margin: auto 3px;
}
.u_time_auto input {
    width: 20%;
    padding: 10px;
    margin: auto 10px;
    border: 1px solid #CCC5B9;
    border-radius: .5rem;
    text-align: center;
}
.u_time_auto input::placeholder {
    opacity: .3;
}
/* KDS */
.u_kds_container {
    height: 100vh;
    background-color: #252422;
}
.u_kds_left {
    /*padding: 0;*/
}
.u_kds_card {
    min-height: 50vh;
    max-height: 50vh;
}
.u_kds_right {
    padding: 0;
    text-align: center;
    border-left: 1px solid #FFFCF2;
    background-color: #403D39;
    display: block;
}
.u_kds_right button {
    color: #FFFFFF;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}
.u_kds_right button:hover {
    color: #FFFFFF;
}
.u_kds_green {
    color: #339989 !important;
    border: 2px solid #339989 !important;
}
.u_kds_red {
    color: #e5383b !important;
    border: 2px solid #e5383b !important;
}
.u_kds_recover {
    border-radius: 10px !important;
}
.u_kds_card {
    min-height: 50vh;
    max-height: 50vh;
    background-color: #000;
}
.u_kds_card .card-body{
    padding: 0;
}
.u_kds_header{
    display: flex;
    padding: .3rem .3rem;
    font-size: .8rem;
    border-bottom: 1px solid #000;
    font-weight: bold;
    background-color: #CCC5B9;
}
.u_kds_header .u_kds_table {
    padding-left: 20px;
}
.u_kds_header .u_kds_time {
    margin-left: auto;
}
.u_kds_title {
    display: flex;
    font-size: .8rem;
    font-weight: bold;
    background-color: #CCC5B9;
}
.u_kds_title .u_kds_title_name {
    width: 75%;
    padding: .3rem;
    text-align: center;
}
.u_kds_title .u_kds_title_qty {
    width: 25%;
    padding: .3rem;
    text-align: center;
    border-left: 1px solid #000;
}
.u_kds_body {
    height: calc(50vh - .8rem - .8rem - 2rem);
    overflow-y: scroll;
    background-color: #339989;
    border-top: 1px solid #FFFFFF;
}
.u_kds_prd {
    display: flex;
    font-size: .8rem;
}
.u_kds_prd .u_kds_prd_name {
    width: 75%;
    padding: .3rem;
    padding-left: 20px;
}
.u_kds_prd .u_kds_prd_qty {
    width: 25%;
    padding: .3rem;
    text-align: center;
}
.u_kds_warning {
    background-color: #ffd100;
}
.u_kds_danger {
    background-color: #eb5e28;
    color: #FFFCF2;
}
.u_kds_danger_title {
    animation: KdsDanger 1s infinite alternate;
}
@keyframes KdsDanger {
    from {
      background-color: #FFFCF2;
      color: #403D39;
    }
    to {
      background-color: #eb5e28;
      color: #403D39;
    }
}
.btn_page_left,.btn_page_right {
    position: absolute;
    background-color: rgba(113, 165, 222, 0.8);
    color: #FFFCF2;
    padding: 1rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.btn_page_left:hover,.btn_page_right:hover {
    color: #FFFCF2;
    background-color: rgba(113, 165, 222, 1);
}
.btn_page_left {
    left: 10px;
    bottom: calc(50vh - 65px);
}
.btn_page_right {
    right: 10vw;
    bottom: calc(50vh - 65px);
}


.owl-carousel .item {
    justify-content: center;
    border-radius: 5px;
    background-color: #CCC5B9;
    text-align: center;
    padding: .5rem;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.5rem;
}
.u_carousel_prev, .u_carousel_next {
    position: absolute;
    cursor: pointer;
    top: 14;
    color: #fff;
    transform: scale(2,2);
}
.u_carousel_prev {
    left: -55px;
    padding: 5px 10px;
    background-color: #252422;
    border-radius: 5px;
}
.u_carousel_next {
    right: -55px;
    padding: 5px 10px;
    background-color: #252422;
    border-radius: 5px;
}
.u_owl_active {
    background-color: #252422 !important;
    color: #fff;
}
.modal-header {
    font-size: 1.2rem;
    text-align: center;
    background-color: #CCC5B9;
}
.u_open {
    background-color: #17a2b8 !important;
}
.u_clean {
    background-color: #007bff !important;
}
.u_close {
    background-color: #6c757d !important;
}
.u_alert {
    background-color: #ffc107 !important;
}
.u_over {
    background-color: #dc3545 !important;
}
.u_bind {
    background-color: #9a8c98 !important;
}
.u_cursor_default:hover {
    cursor: default;
}
.u_container_bg {
    background-color: #FFFCF2 !important;
}

@media (max-width: 575.98px) {
    h5 {
        font-size: 1rem;
    }
    .u_main {
        margin: 0 auto;
        padding-bottom: 90px !important;
    }
    .u_tables_top {
        top: 76.8px;
    }
    .u_tables_status {
        font-size: 1rem;
    }
    .u_table_card {
        flex-basis: 22.5%;
    }
    .u_order_list {
        min-height: auto;
    }
    .u_order_list thead th {
        padding: .5rem .5rem;
    }
    .u_order_list tbody td {
        padding: .3rem .3rem;
    }
    .u_details_header {
        padding-top: 1rem;
    }
    .u_details_card_header {
        font-size: 1rem;
    }
    .u_category_item,.u_shift_header {
        font-size: 1rem;
    }
    .u_report_list thead th, .u_report_list tbody td{
        padding: .5rem .5rem;
        font-size: 1rem;
    }
    .u_user_info {
        font-size: 1rem;
    }
    .u_user_info .card-text {
        font-size: .6rem;
    }
    .u_search_bar select {
        font-size: 1rem;
    }
    .u_search_bar div:last-child {
        margin-top: 1rem;
    }
    .owl-carousel .item {
        padding: .5rem;
        font-size: 1rem;
    }
    .u_cart_content {
        padding-right: 1.2rem !important;
    }
    .u_cart_header {
        height: 50px;
        font-size: 1rem;
    }
    .u_cart_header_sub,.u_cart_header_order {
        font-size: 1rem;
    }
    .u_cart_total {
        font-size: 1rem;
        margin: .8rem;
    }
    .u_cart .card-body {
        min-height: calc(100vh - 25rem);
        max-height: calc(100vh - 25rem);
    }
    .u_cart .card-body li {
        font-size: 1rem;
    }
    .u_cart_dis .card-body {
        min-height: calc(100vh - 28rem);
        max-height: calc(100vh - 28rem);
    }
    .u_change_table li {
        font-size: 1rem;
        padding: 0.8rem;
    }
    .u_discount_cate2 {
        font-size: 1rem;
    }
    .u_cart_right .offcanvas-footer button:not(:first-child){
        margin-left: auto;
        width: auto;
    }
    .u_split_order li {
        font-size: .8rem;
    }
    .u_order_prd_prev, .u_order_prd_next {
        width: 45%;
        font-size: 1.2rem;
    }
    .u_create_qty {
        margin: 0 0.2rem;
        padding: 0.65rem 0.65rem;
    }
    .u_create_customer {
        /*min-height: calc(100vh - 20em);*/
        padding: 3.5rem 2rem 1rem;
    }
    .u_create_customer input {
        height: auto;
    }
    .u_create_customer_qty {
        margin-top: .5rem;
    }
    .u_create_package button, .u_package_type button {
        padding: .3rem .7rem;
    }
    .u_package_base,.u_package_base .card-header {
        font-size: .8rem;
    }
    .u_package_base li,.u_package_base_item li {
        padding: .5rem;
    }
    .u_package_base_item li {
        padding-top: 0;
    }
    .u_package_base .list-group {
        max-height: calc(100vh - 30em);
        min-height: calc(100vh - 30em);
    }
    .u_package_base .list-group.u_package_base_check {
        max-height: calc(100vh - 35.5em);
        min-height: calc(100vh - 35.5em);
    }
    .u_create_submit button {
        width: 80%;
    }
    .u_time_default button {
        padding: 8px;
        margin: 10px 10px;
    }
    .u_kds_right button {
        font-size: .8rem;
        padding: .3rem;
        margin-top: .3rem;
        margin-bottom: .3rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .u_main {
        margin: 0 auto;
        padding-bottom: 90px !important;
    }
    .u_tables_top {
        top: 76.8px;
    }
    .u_tables_status {
        font-size: 1rem;
    }
    .u_table_card {
        flex-basis: 13.5%;
    }
    .u_category_item,.u_shift_header {
        font-size: 1.2rem
    }
    .u_report_list thead th, .u_report_list tbody td{
        font-size: 1.2rem;
        padding: .5rem .5rem;
    }
    .u_user_info {
        font-size: 1rem;
    }
    .u_user_info .card-text {
        font-size: .8rem;
    }
    .u_search_bar select {
        font-size: 1rem;
    }
    .u_search_bar div:last-child {
        margin-top: 1rem;
    }
    .owl-carousel .item {
        padding: .8rem;
        font-size: 1rem;
    }
    .u_cart_content {
        padding-right: 1.2rem !important;
    }
    .u_cart_header {
        height: 50px;
        font-size: 1rem;
    }
    .u_cart_header_sub,.u_cart_header_order {
        font-size: 1rem;
    }
    .u_cart_total {
        font-size: 1rem;
        margin: .8rem;
    }
    .u_cart .card-body {
        min-height: calc(100vh - 25rem);
        max-height: calc(100vh - 25rem);
    }
    .u_cart .card-body li {
        font-size: 1.2rem;
    }
    .u_cart_dis .card-body {
        min-height: calc(100vh - 28rem);
        max-height: calc(100vh - 28rem);
    }
    .u_discount_cate2 {
        font-size: 1.2rem;
    }
    .u_order_prd_prev, .u_order_prd_next {
        width: 45%;
        font-size: 1.2rem;
    }
    .u_create_qty {
        margin: 0 .25rem;
        padding: 0.75rem .75rem;
    }
    .u_create_customer input {
        height: 3rem;
    }
    .u_kds_right button {
        font-size: 1rem;
        padding: .5rem;
        margin-top: .3rem;
        margin-bottom: .3rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .u_tables_top {
        top: 45px;
    }
    .u_tables_status {
        font-size: 1rem;
    }
    .u_category_item,.u_shift_header {
        font-size: 1.2rem
    }
    .u_report_list thead th, .u_report_list tbody td{
        font-size: 1.2rem;
        padding: .5rem .5rem;
    }
    .u_user_info .card-text {
        font-size: .8rem;
    }
    .u_search_bar select {
        font-size: 1.2rem;
    }
    .u_cart_header {
        height: 60px;
        font-size: 1.2rem;
    }
    .u_cart_header_sub,.u_cart_header_order {
        font-size: 1.2rem;
    }
    .u_cart_total {
        font-size: 1.2rem;
        margin: 1rem;
    }
    .u_cart_right .offcanvas-body {
        min-height: calc(100vh - 12.5rem);
        max-height: calc(100vh - 12.5rem);
    }
    .u_order_cart_right .offcanvas-body {
        min-height: calc(100vh - 10.2rem);
        max-height: calc(100vh - 10.2rem);
    }
    .u_cart .card-body li {
        font-size: 1.2rem;
    }
    .u_order_prd_prev, .u_order_prd_next {
        width: 45%;
        font-size: 1.2rem;
    }
    .owl-carousel .item {
        padding: .8rem;
        font-size: 1rem;
    }
    .u_create_qty {
        margin: 0 .2rem;
    }
    .u_create_customer input {
        height: 3rem;
    }
    .u_kds_right button {
        font-size: 1rem;
        padding: .5rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .u_tables_status {
        font-size: 1.2rem;
    }
}
@media (min-width: 768px) {
    .u_order_cate_bar {
        width: 68%;
    }
    .u_carousel_prev {
        left: -45px;
        padding: 5px 8px;
    }
    .u_carousel_next {
        right: -45px;
        padding: 5px 8px;
    }
    .u_order_cate_bar .u_carousel_prev {
        left: -35px;
        padding: 5px 5px;
    }
    .u_order_cate_bar .u_carousel_next {
        right: -35px;
        padding: 5px 5px;
    }
    .u_kds_header{
        padding: .5rem .5rem;
        font-size: 1.2rem;
    }
    .u_kds_title{
        font-size: 1rem;
    }
    .u_kds_title .u_kds_title_name {
        width: 75%;
        padding: .5rem;
    }
    .u_kds_title .u_kds_title_qty {
        width: 25%;
        padding: .5rem;
    }
    .u_kds_prd {
        font-size: 1rem;
    }
    .u_kds_body {
        height: calc(50vh - 1.2rem - 1rem - 3.2rem);
    }
}
@media (min-width: 992px) {
    .u_cate_bar {
        width: 85%;
    }
    .u_order_cate_bar {
        width: 78%;
    }
    .owl-carousel .item {
        font-size: 1.2rem;
    }
    .u_cart_right .offcanvas-footer button {
        font-size: 1.2rem;
    }
    .u_create_customer {
        font-size: 1.2rem;
    }
    .u_create_package button,.u_package_type button {
        font-size: 1.2rem;
    }
    .u_create .u_ddd_btn {
        font-size: 1.2rem;
    }
    .u_create_customer input {
        height: 3rem;
        font-size: 1.2rem;
    }
    .u_punch_info {
        font-size: 1rem;
    }
    .u_punch_record {
        font-size: 1rem;
    }
    .u_kds_header{
        padding: .5rem .5rem;
        font-size: 1.2rem;
    }
    .u_kds_title{
        font-size: 1rem;
    }
    .u_kds_title .u_kds_title_name {
        width: 85%;
        padding: .5rem;
    }
    .u_kds_title .u_kds_title_qty {
        width: 15%;
        padding: .5rem;
    }
    .u_kds_body {
        height: calc(50vh - 1.2rem - 1rem - 3.2rem);
    }
    .u_kds_prd {
        font-size: 1rem;
    }
    .u_kds_prd .u_kds_prd_name {
        width: 85%;
    }
    .u_kds_prd .u_kds_prd_qty {
        width: 15%;
    }
}
@media (min-width: 1200px) {
    .u_cate_bar {
        width: 90%;
    }
    .u_order_cate_bar {
        width: 85%;
    }
    .form-control {
        font-size: 1.2rem;
    }
    .input-group-text {
        font-size: 1.2rem;
        padding: .55rem .75rem;
    }
    .u_cart .card-body {
        font-size: 1.5rem;
    }
    .u_cart_right .offcanvas-footer button.u_order_prd_prev,.u_cart_right .offcanvas-footer button.u_order_prd_next {
        width: 48%;
    }
    .u_check_header_sub {
        font-size: 1.2rem;
    }
    .u_check .list-group-item {
        font-size: 1.2rem;
    }
    .u_create .u_ddd_btn {
        font-size: 2rem;
    }
    .u_create_table_triangle {
        border-width: 6rem 6rem 0 0;
    }
    .u_create_table span{
        font-size: 2rem;
    }
    .u_create_customer input {
        height: 4.5rem;
        font-size: 1.5rem;
    }
    .u_create_customer {
        /*min-height: calc(100vh - 6.5em);*/
        font-size: 2rem;
    }
    .u_create_package button,.u_package_type button {
        font-size: 2rem;
    }
    .u_unlimit_drink {
        font-size: 2rem;
    }
    .u_unlimit_drink button {
        font-size: 2rem;
    }
    .u_unlimit_drink input {
        font-size: 2rem;
    }
    .u_package_base,.u_package_base .card-header {
        font-size: 1.75rem;
    }
    .u_create_submit button {
        font-size: 2rem;
    }
}
@media (min-width: 1400px) {
    .u_order_cate_bar {
        width: 88%;
    }
    .u_carousel_prev, .u_carousel_next {
        top: 12;
    }
    .u_check_header_sub {
        font-size: 1.5rem;
    }
    .u_check .list-group-item {
        font-size: 1.5rem;
    }
    .u_check_pay_amount {
        height: 2.4em;
        padding-top: 10px;
    }
    .u_check_keyboard button {
        line-height: 4em;
    }
    .u_check_payments {
        max-height: calc(100vh - 35rem);
    }
    .u_check_payments button {
        height: 5.6rem;
    }
    .u_check_invoice {
        font-size: 1.5rem;
    }
    .u_create_customer {
        font-size: 3rem;
        /*min-height: calc(100vh - 6.5em);*/
    }
    .u_create_customer input {
        height: 8rem;
        font-size: 3rem;
    }
    .u_create .u_ddd_btn {
        font-size: 3rem;
    }
    .u_create_package button,.u_package_type button {
        padding: 1.75rem 2.5rem;
        font-size: 3rem;
    }
    .u_create_table_triangle {
        border-width: 9rem 9rem 0 0;
    }
    .u_create_table span{
        font-size: 3rem;
    }
    .u_package_base,.u_package_base .card-header {
        font-size: 1.75rem;
    }
    .u_create_submit button {
        font-size: 3rem;
    }
    /*select.form-control {
        line-height: 2;
    }*/
    .u_cart_right .offcanvas-footer button {
        font-size: 1.5rem;
    }
    .u_kds_header{
        padding: .5rem .5rem;
        font-size: 1.5rem;
    }
    .u_kds_title{
        font-size: 1.2rem;
    }
    .u_kds_title .u_kds_title_name {
        width: 85%;
        padding: .5rem;
    }
    .u_kds_title .u_kds_title_qty {
        width: 15%;
        padding: .5rem;
    }
    .u_kds_body {
        height: calc(50vh - 1.2rem - 1rem - 4rem);
    }
    .u_kds_prd {
        font-size: 1.2rem;
    }
    .u_kds_prd .u_kds_prd_name {
        width: 85%;
    }
    .u_kds_prd .u_kds_prd_qty {
        width: 15%;
    }
}
@media (min-width: 1550px) {
    .u_create_qty {
        padding: 1.75rem 2rem;
    }
}
@media screen and (max-height: 500px) {
    .u_kds_right button {
        font-size: .8rem;
        padding: .8rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .u_kds_header{
        padding: .3rem .3rem;
        font-size: 1rem;
    }
    .u_kds_title{
        font-size: .8rem;
    }
    .u_kds_title .u_kds_title_name {
        width: 75%;
        padding: .3rem;
    }
    .u_kds_title .u_kds_title_qty {
        width: 25%;
        padding: .3rem;
    }
    .u_kds_body {
        height: calc(50vh - .8rem - .8rem - 2.5rem);
    }
    .u_kds_prd {
        font-size: .8rem;
    }
    .u_kds_prd .u_kds_prd_name {
        width: 75%;
    }
    .u_kds_prd .u_kds_prd_qty {
        width: 25%;
    }
}
@media screen and (max-height: 393px) {
    .u_tables_top {
        position: inherit;
        top: 0;
    }
    .u_check_payments {
        max-height: none;
    }
    .u_cart .card-body {
        min-height: calc(100vh - 15rem);
        max-height: calc(100vh - 15rem);
    }
    .u_cart_right .offcanvas-body {
        min-height: calc(100vh - 7.3rem);
        max-height: calc(100vh - 7.3rem);
    }
    .owl-carousel .item {
        font-size: 1rem;
    }
    .u_order_cate_bar {
        width: 80%;
    }
    .u_carousel_prev, .u_carousel_next {
        top: 12;
        padding: 2px 3px;
    }
    .u_carousel_prev{
        left: -30px;
    }
    .u_carousel_next {
        right: -30px;
    }
    .u_prd_text {
        font-size: 1rem;
    }
    .u_order_prd_box {
        height: 40px;
    }
    .u_create_customer {
        padding: 2rem 3.5rem 0;
    }
    .u_qrcode {
        width: 150px;
    }
    .u_kds_right button {
        font-size: .8rem;
        padding: .5rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
}

.u_order_cart_right .offcanvas-footer button{
    width: 45%;
}
.u_order_cart_right .offcanvas-footer button:nth-of-type(even) {
    width: 45%;
}

.u_w_30 {
    width: 30% !important;
}
.u_w_40 {
    width: 40% !important;
}

/* scrollbar change */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #FFFCF2;
}
::-webkit-scrollbar-thumb {
    background: #E2E1E3;
}
::-webkit-scrollbar-thumb:hover {
    background: #3F3D3A;
}

/* hidden input number button*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.owl-theme .owl-nav{
    margin-top: 0;
}
.owl-theme .owl-nav [class*=owl-]{
    margin: 0;
}
.owl-carousel .owl-item {
    line-height: 2;
}

#page-loading {
    display: none;
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100vw;
    overflow: show;
    margin: auto;
    top: 0;
    padding-top: 50vh;
    background-color:#FFFCF2;
    opacity: 0.8;
    font-size: 1.2rem;
    color:#EB5E28;
}
#page-loading .loading_text{
    color: #EB5E28;
}

