/*
 Theme Name:     WP Bootstrap Starter Child Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    -
 Author:         Oikawa Systems
 Author URI:     https://oikawasystems.com/
 Template:       wp-bootstrap-starter
 Version:        1.4
*/
/* file:///android_asset/www/app/files/400i.woff */
/* latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(//oisb.s3.ap-southeast-2.amazonaws.com/css/300i.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(//oisb.s3.ap-southeast-2.amazonaws.com/css/400i.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(//oisb.s3.ap-southeast-2.amazonaws.com/css/500i.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(//oisb.s3.ap-southeast-2.amazonaws.com/css/700i.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//oisb.s3.ap-southeast-2.amazonaws.com/css/300.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//oisb.s3.ap-southeast-2.amazonaws.com/css/400.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//oisb.s3.ap-southeast-2.amazonaws.com/css/500.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//oisb.s3.ap-southeast-2.amazonaws.com/css/700.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root{
	--font-family-sans-serif:'Barlow Semi Condensed';
	--brc1:#1fa2ff;
	--brc2:#a6ffcb;
  --bs-body-font-weight:500;
}
body {font-family:'Barlow Semi Condensed';}
:focus{outline:none}
.page-content, .entry-content, .entry-summary {
     margin: 0;
}
body {
  background-color: #f1f1f1;line-height: 1.3;
}
.bg-darker{background-color:#1a1e21!important;}
.bg-black{background-color:#000!important;}
.bg-brd{color:var(--bs-light)}
.bg-light5{background-color:rgb(241,241,241,.5)!important;}
.bg-w5{background-color:rgb(255,255,255,.5)!important;}
.bg-im{background-size: cover;
  background-repeat: no-repeat;
  background-position: center;color:var(--bs-light)}
select,[type="button"]{-webkit-appearance:none!important;}
input.bg-transparent,select.bg-transparent{color:currentColor}
.numInputWrapper span{width:25%!important;}
.z-1{z-index:2}
.btn,
.nav-pills .nav-link {
  border-radius: 36px;
}
.btn-group-sm .btn {
  border-radius: 36px;
}
.btn.focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus,.btn:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus{
    box-shadow: none!important;
}
@media(hover:hover) and (pointer:fine){.btn:hover{background-color:inherit;color:inherit}}
.nav-pills.ve .nav-link {
  padding:9px 18px;
}
.text-muted {
  color: #fff !important;
  opacity: 0.25;
}
.rounded-xlg {
  border-radius: 12px;
}
.hv-100{
  height: 100vh;
}
.hrtitle::before,.hrtitle::after{
    display: inline-block;
    content: "";
    border-top: .15rem solid black;
    width: 3rem;
    margin: 0 1rem;
    transform: translateY(-300%);
    top: 50%;
}
::placeholder{color:currentColor}
/*#nv-left li a.active{
    background-color: #fff;
}*/
#nv-top{
	background-image:linear-gradient(to bottom,rgb(255 255 255/90%) 30%,rgb(255 255 255/0%) 100%);
}
#nvlogo{max-height:30px}
/*#nv-left li:not(.logo) a.active {
  border-top-left-radius: 0;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 18px;
}*/
#nvtp .nav-item {
    font-weight: 500;
    text-transform: uppercase;
}
#nv-left li {position:relative}
#nv-left li > a {
  padding: 6px 12px;line-height:1.1;border-radius: 18px;font-weight:500;
    letter-spacing: -.02em!important;
  /*transition: color .3s ease-out;
  color: #4d4d4d;*/
}
#nv-left li > a:not(.active),#nvtp li>a:not(.active){
	color:var(--bs-dark)
}
#nv-left li>a:not(.active):before {
    border-radius:18px;
    content: '';
    width:2px;
    height: 50%;
    top: 25%;
    margin-left: -9px;
    background-color: var(--bs-dark);
    position: absolute;
}
.wr-nv-ft {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.modal-fl {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}
.modal-fl .modal-content {
  height: 100%;
}
.modal-fl .modal-body {
  height: 100%;
  overflow-y: auto;-webkit-overflow-scrolling: touch;
}
.modal-fl.modal-dialog {
  max-width: initial;
}
#md-itenm{line-height:normal}
.btn-outline-primary.nav-link,.btn-outline-primary.dropdown-toggle.dropdown-toggle-split:not(.show) {
    background-color: rgb(255 255 255 / 50%);
}
.txtrc{
   display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} 
.txtrc-3{
   -webkit-line-clamp:3;
}
.nav-tabs.adt,.nav-tabs.adt .nav-link{border:0}
select.form-control-sm.act{
	border-radius: 12px;
    max-width: 67px;
    padding: .15rem .5rem;
    height: auto;    text-transform: uppercase;
       font-weight:500;
}
.form-control-sm{min-height:inherit}
.imbg{background-repeat:no-repeat;background-position:center;background-size:cover}
#con-ite .card-body{padding: 1.1rem;}
.d-grid.ite{grid-gap:2%}
.d-grid>*:nth-child(1){grid-area:a1}
.d-grid>*:nth-child(2){grid-area:a2}
.d-grid>*:nth-child(3){grid-area:a3}
.d-grid>*:nth-child(4){grid-area:a4}
.d-grid>*:nth-child(5){grid-area:a5}
.d-grid>*:nth-child(6){grid-area:a6}
.d-grid>*:nth-child(7){grid-area:a7}
.d-grid>*:nth-child(8){grid-area:a8}
.d-grid>*:nth-child(9){grid-area:a9}
.d-grid>*:nth-child(10){grid-area:a10}
.d-grid>*:nth-child(11){grid-area:a11}
.d-grid>*:nth-child(12){grid-area:a12}
.d-grid>*:nth-child(13){grid-area:a13}
.d-grid>*:nth-child(14){grid-area:a14}
.d-grid>*:nth-child(15){grid-area:a15}
.d-grid>*:nth-child(16){grid-area:a16}
.d-grid>*:nth-child(17){grid-area:a17}
.d-grid>*:nth-child(18){grid-area:a18}
.d-grid>*:nth-child(19){grid-area:a19}
.d-grid>*:nth-child(20){grid-area:a20}
.d-grid>*:nth-child(21){grid-area:a21}
.d-grid>*:nth-child(22){grid-area:a22}
.d-grid>*:nth-child(23){grid-area:a23}
.d-grid>*:nth-child(24){grid-area:a24}
.d-grid>*:nth-child(25){grid-area:a25}
.d-grid>*:nth-child(26){grid-area:a26}
.d-grid>*:nth-child(27){grid-area:a27}
.d-grid>*:nth-child(28){grid-area:a28}
.d-grid>*:nth-child(29){grid-area:a29}
.d-grid>*:nth-child(30){grid-area:a30}
.d-grid.ite .card-body{padding:.4rem .75rem}
:not(.colo) .itenm{background-color:#FFF;z-index:1}
.itenm .card-text {
    letter-spacing: -.03em;
    line-height: 1.1;
	    font-size: .8rem;
    font-weight: 500;
}
.atc.etch .itenm .card-title{font-weight: 600;}
.itenm .card-title {    line-height: 1.1;
	    letter-spacing: -.01em;
}
/*.mim img{position:absolute}*/
.card .img{height:calc(100% - 55px)}
.mim{position:relative}
.mim img{object-fit:scale-down;
    object-position: bottom;
    height: 100%;
    max-width: 100%;
}
.prspe .pror{text-decoration:line-through}
.prspe .spe{color:var(--bs-danger);text-decoration:none!important;margin-left:.1rem;font-weight:600}
.prspu .pror{display:none}
.itenm .prc{    letter-spacing: -.03em;
    color: rgba(0,0,0,.5);
    padding-left: 0;
    text-align: right;}
.atc.etch{background-color: transparent;box-shadow: none!important;}
.atc.etch .itenm {
    background-color: transparent;
}
.self.etch .swiper-wrapper .crt,.self.etch #col-bd-crt,.self #bd-crt-foot .ddn,.self #ordsta{
    display: none!important;
}
.self.etch .bdy{padding-right: 24px!important}
#md-iteopt .card-body img {
    max-height: 40px;
}
#md-iteopt{
	padding-left: 24px;    padding-bottom: 12px;
    border-left: 1px solid;border-right:0;border-top:0;border-bottom:0;
    border-image: linear-gradient(to top,transparent,#888) 1;
}
#col-bd-swi .swiper-pagination-bullet {
	width:1.5em;
    height:1.5em;
    color:#FFF;
	/*padding: .05em 0;*/
	line-height:1.5em;font-size:12px;font-weight:bold
}
.ite .ct.badge{right:3px;    padding: .2em .5em;
    vertical-align: bottom;}	
.cont-clkctr {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius:100%;
    overflow: hidden;
}
.clkctr{
    content: '';
    width: 100%;
    height: 100%;
    background-color: currentColor;
    transition: width 1s ease-in-out;
}
.list-group.ite li{
	padding: .5rem 1rem;
	background-color:transparent
}
/*#tbp-ord-2.cashier #ord-itms {
    height: calc(100vh - 190.6px - 1rem);
}*/
/*.custom-select{padding-right: 1rem!important;background-position: right .25rem center;}
.disabled{    pointer-events: none!important;}*/
.btn-success.disabled,.btn-primary.disabled{    color: #fff;
    background-color: #aaaaaa;
    border-color: #aaaaaa;}
.btn-outline-success.disabled,.btn-outline-primary.disabled{     color: #aaaaaa;
    border-color: #aaaaaa;}	
	.text-primary.disabled,.text-success.disabled{
    color: #aaaaaa!important;
}
body:not(.cashier) .ord-itms-ft-nv {
    display:none;
}

/*#col-bd-crt.emp #bd-crt:before,#ord-itms.emp:before {*/
.emp:before,.emp:before {
    text-align: center;
    font-size: 90%;
    padding: 12px;color: gray;
}
#crt-itms #bd-crt{
	border:1px solid #0d6efd
}
#bd-crt.emp:before{
	content: 'Please add cart item(s)';
}
#ord-itms.emp:before {
	content: 'Please add order item(s)';   
}
input.optchkrad{    position: absolute;
    border-radius: 50px;
        right: 6px;
    bottom:-6px;
    border: 0;
    width: 30px;
    height:30px;
	    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #28a745;
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
    z-index: 1;
	opacity: 0;
	transition:opacity .3s ease-out
}
input.optchkrad:checked{
opacity: 1;
}
.c-pointer{cursor:pointer}
#md-iteatc:before{content:'Add'
}
#md-iteatc.sav:before{content:'Save'
}
.crtttlnvt.text-success{
}
.disa{
    background-color: rgb(255 255 255 / 80%);
    top: 0;
    z-index: 2;
}
.cvh {
  transform: translate(-50%,-50%);
  top: 50%; left: 50%;                         
}
.disabled [onclick]{}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tab-content .tab-pane a.collapsed {
    color: #898c90;
}
.dropup .dropdown-menu {
    top: initial;
    bottom:initial;
}


.dataTable-sorter {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 80%;
    color: currentColor;
	    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}
.dataTable-top{display:flex;flex-wrap:wrap}
.dataTable-top>div,.dataTable-pagination{flex: 1 0 0%}
.dataTables-empty{text-align:center}
.dataTable-search{text-align: right}
.dataTable-sorter::before {
    border-top: 4px solid #000;
    bottom: 0px;top:10px;
}
.dataTable-sorter::after {
    border-bottom: 4px solid #000;
    border-top: 4px solid transparent;
    top: 0px;
}
.dataTable-sorter::before, .dataTable-sorter::after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    opacity: 0.2;
}

.dataTable-input{
	display: block;
    width: 100%;
    padding: .1rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    border: 1px solid #ced4da;
}

.dataTable-pagination ul {
    margin: 0;
    padding-left: 0;
}
.dataTable-pagination li {
    list-style: none;
    float: left;
}
.dataTable-pagination .pager {
    display: none
}
.dataTable-pagination .active a, .dataTable-pagination .active a:focus, .dataTable-pagination .active a:hover {
    background-color: #ffffff;
    cursor: default;border-radius:25%
}
.dataTable-pagination a {
    border: 1px solid transparent;
    float: left;
    margin-left: 2px;
    padding:0 6px;
    position: relative;
    text-decoration: none;
    color: #333;
}
.dataTable-selector{background-color: #ffffff;border:0}
.pt-nv{padding-top: 72px}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.anim-bgpulse{
    animation: bgpulse 2s infinite;z-index:-1;
}
.text-success .anim-bgpulse{
    color:var(--bs-success)
}
@keyframes bgpulse {
   0% {
        box-shadow: 0 0 0 .3em currentColor
    }
   30% {
        box-shadow: 0 0 0 1.5em transparent
    }
    45% {
        box-shadow: 0 0 0 0 transparent
    }
    50% {
        box-shadow: 0 0 0 .3em currentColor
    }
    80% {
        box-shadow: 0 0 0 1.5em transparent
    }
    95% {
        box-shadow: 0 0 0 0 transparent
    }
}
div,span{
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
#mod-all .modal-content{background-color:#f0f0f0}
/*
#nv-top li:not(last-child){
  margin-right: 3px
}*/




/* DESKTOP FIRST */
/* XL */
@media (max-width: 1198.4px) {
}
/* LG */
@media (max-width: 990.4px) {
}
/* MD */
@media (max-width: 766.4px) {
	
}
/* SM */
@media (max-width: 576px) {
.bg-brd{background-image: radial-gradient(circle 90vw at 15vw 0vh,var(--brc1) 45%,var(--brc2) 245%);}
  .app-top{
    padding-top: 18px;
  }
  /*.modal-body .spysc {
    height: calc(100vh - 141px - 59px - 2rem);
  }*/
  img.mdite {
    max-height: calc(100vh*0.2);
}
	#mod-ite .nav-bar{
		border-top: 1px solid #dee2e6;
		border-bottom: 1px solid #dee2e6;
	}
	/*#mod-ite .modal-body>.row{height:100%;flex-direction:column;align-items:stretch}*/
/*#mod-ite .col.spysc{background-color:yellow;height:calc(100% - 125px);border-top: 1px solid #dee2e6;}*/
#ordsta{max-width:100px}
/*#bd-crt,#ord-itms{max-height: calc(100vh * .35);}*/
#col-bd-swi{width:100vw;/*height:calc(100vh - 92px)*/}
#col-bd-swi .swiper-pagination {bottom:102px}
.swiper-slide .card-title{display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.d-grid.ite{height:calc(100vh - 146px - 30px - 26px);}	
.dataTable-container tr{
	display:flex;
	flex-wrap:wrap;
}
.dataTable-container thead tr,.dataTable-container tbody tr{
	display:flex;
	flex-wrap:wrap;
margin-bottom:.5em
}
#tbl-ordlist th,#tbl-ordlist td{
	flex:1 0 0%;
}
#tbl-ordlist th:nth-child(3),#tbl-ordlist th:nth-child(4),#tbl-ordlist td:nth-child(3),#tbl-ordlist td:nth-child(4){
	flex:0 0 auto;
	width:16.6666666667%;
}
#tbl-ordlist th:nth-child(2),#tbl-ordlist th:nth-child(5),#tbl-ordlist td:nth-child(2),#tbl-ordlist td:nth-child(5){
	flex:0 0 auto;
	width:41.6666666667%;
}
.dataTable-top>div,#tbl-ordlist th:nth-child(8),#tbl-ordlist th:nth-child(9),#tbl-ordlist td:nth-child(8),#tbl-ordlist td:nth-child(9){
	flex:0 0 auto;
	width:50%;
}
.dataTable-top>div{margin-bottom:12px}
.modal-body .spysc {padding-left:12px}
}
.ftsum{border-bottom: 1px solid;}
/* XS // No media query since this is the default in Bootstrap calc(100vw - 24px)*/ 

/* MOBILE FIRST */
/* XS // No media query since this is the default in Bootstrap*/ 
/* SM */
@media (min-width: 577px) {
.bg-brd{background-image: radial-gradient(circle 90vw at 15vw 0vh,var(--brc1) 45%,var(--brc2) 125%);}
.notyf__toast--lower{margin-top:initial;margin-bottom: 20px}
.notyf__message{text-align:center}
#bd-crt{height: calc(100vh - 166.6px - 1rem);/*border:0*/}
.eorder #bd-crt{height:calc(100vh / 2 - 105.6px - 1rem);}
#ord-itms{height: calc(100vh - 299.6px - 1rem);}
#ordsta{max-width:140px}
#md-ord-ttls{height: 166px;
    overflow-y: auto;}
#col-bd-swi{width:100vw;height:100vh}
#col-bd-swi .swiper-pagination {bottom:45px}
.d-grid.ite{height:calc(100vh - 145px)}
.d-grid.ite.etch{
    height: calc(100vh - 185px);
    column-gap: 0;
}
.hdt .d-grid.ite{height:calc(100vh - 185px)}
.hdt #col-bd-tit{padding-left: 85.3px!important;margin-top:-10px!important}#col-bd-tit{font-weight: 600;}
#col-bd-tit .desc {
      position: relative;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 12px;
    letter-spacing:-.02em;
    max-width: 350px;
    display: inline-block;
    vertical-align: top;
    border-radius: 9px;
    background-color: var(--bs-dark);
    color: #FFF;
    margin-left: 18px;
}
#col-bd-tit .desc:after {
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   width: 0;
   height: 0;
   border: 16px solid transparent;
   border-right-color:var(--bs-dark);
   border-left: 0;
   border-bottom: 0;
   margin-top: -9px;
   margin-left: -12px;z-index:-1
}
.hdt .pt-nv{padding-top:112px}
.modal-body .spysc {
  overflow: auto;
    padding-left: 0;
  height: calc(100vh - 75px);
}
#md-iteopt>.row:not(.active) {
    display: none;
}
.atc.etch .itenm .card-text {
    max-width: 280px;
    margin: auto;
}

}
/* MD */
@media (min-width: 768px) {
}
/* LG */
@media (min-width: 992px) {
}
/* XL */
@media (min-width: 1200px) {
}
/*
@media (min-width: 34em) {}
@media (min-width: 48em) {}
@media (min-width: 62em) {}
@media (min-width: 75em) {}
@media (max-width: 74.9em) {}
@media (max-width: 61.9em) {}
@media (max-width: 47.9em) {}
@media (max-width: 33.9em) {}
*/

