`

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    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: 'Montserrat';
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_vx3rCs.woff2) format('woff2');
    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: 'Montserrat';
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_vx3rCs.woff2) format('woff2');
    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: 'Montserrat';
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2) format('woff2');
    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;
}




html{-webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);width:100%;min-width:320px;box-sizing: border-box;margin:auto;transition-duration: 0.32s;transition-timing-function:ease-out;transition-property:none;font-weight:500;min-height:100%;height: 100%;max-height: 100%;overflow: hidden;}
html *{box-sizing:inherit;transition-duration:inherit;transition-property:inherit;;}

body{font-size:0.8em; margin:0;width:100%;max-width:100%;;font-family: montserrat;color:#000;  min-height:100%; background:rgba(220,220,220,1);min-height: 1000px;background-position:00%;background-attachment:fixed }
img{max-width: 100%}


body{display: flex;flex-direction: column;;min-height: 100%;justify-content: flex-start;font-size: 12pt;;overflow: hidden}


input[type=submit],input[type=button],.button{text-align:center;display:inline-flex;align-items: center;justify-content: center;background-color:#444;outline:none;padding:5px 10px; color:white;border-radius:0;min-height:35px;background-image:linear-gradient(rgba(240,40,10,0.75),rgba(240,40,10,1));;border:1px solid rgba(0,0,0,0.4);transition-property:background-image;cursor:pointer;}
.loaderContent{height:40px;}
.loaderContent img{max-height:40px;}
.button .loaderContent{display:none;vertical-align: top;;}
.button.submit .content{margin-top:3px;display:inline-block}

form.inSubmit .button,   .button.inSubmit{background-color:transparent;border:1px solid rgba(0,0,0,0);background-image:none!important;}
form.inSubmit .button.submit .content,.button.inSubmit .content{display:none!important;}
form.inSubmit .button.submit .loaderContent,.button.inSubmit .loaderContent{display:inline-block;}

.waiting span{display:inline-block;background-color: #444;width:4px;height:4px;margin:1px;border-radius: 4px;animation:waitingStep 2s infinite forwards;}
.waiting span:nth-child(2n){animation:waitingStep 2s 0.2s infinite forwards;}
.waiting span:nth-child(3n){animation:waitingStep 2s 0.4s infinite forwards;}

@keyframes waitingStep { 10% {transform: translateY(0px); } 25% {transform: translateY(-9px); } 40% {transform: translateY(0px)}}


.UI-header{
    min-height:50px;
    height:50px;
    background: linear-gradient(23deg,#4ba4b4,#4b6eb4);
    display:flex;
    align-items: center;
}

.UI-header_logo{
  flex: 0 0 200px;
  text-align: center;
}
.UI-header_part{

    flex: 1 1 auto;
    max-height:30px;
    border-left:1px solid #FFFFFF66;
    font-weight: bold;
    text-align: center;
    color:white;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s linear;
    justify-content: center;

}

body.-order .UI-header_part,body.-inventory .UI-header_part,body.-stat .UI-header_part{
    opacity: 0;
}
.UI-header_part span:nth-child(2){
    font-size:0.7em;

}

.UI-header_logout{
    flex: 0 0 50px;
    width: 50px;
    max-width: 50px;
    text-align: center;
    border-left:1px solid #FFFFFF66;
    display: none;
    cursor: pointer;
}

body.-logged .UI-header_logout{
   display: block;
}

.UI-login{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.UI-login_content{
    width: 80%;
    max-width: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ccc;
    box-shadow: 0 0 3px #000;
}

.UI-login form{
    margin-bottom:0px;
}
.UI-login ul{
 display: block;
 padding-left: 0;
}
.UI-login li{
 display: block;
}
.UI-login_line{
    margin: 30px;
    text-align: center;
}
.UI-login input{
    width: 100%;
    height:40px;
    background: #eee;
    border:1px solid #999;
    border-radius: 0;
    font-size: 1.4em;
    letter-spacing: 2px;
    text-align: center;
}
.mainErrorArea{
    color:#C42020;
    font-weight: bold;
    text-align: center;
}
.UI-login .button{
    width: 100%;
    height:40px;
    border-radius: 0;
    background:  linear-gradient(23deg,#4ba4b4,#4b6eb4);
}



.UI-login_helper-pwa{

    width: 80%;
    max-width: 400px;
    display: none;
    text-align: justify;
    font-size:0.9em;
    padding-top: 10px;
    line-height: 1.5em;
}
.UI-login_helper-pwa div{  
    text-align: center;
    font-weight: bold;
}
#pwa-install-button{
   position: fixed;
   bottom:-150px;
   left:0;
   height:50px;
   width: 100%;
   background: linear-gradient(23deg, #80b44b, #3c9e2f);
   display: flex;
   justify-content: center;
   align-items: center;
   gap:10px;
   font-size: 1.4em;
}
#pwa-install-button.-visible{
   bottom:0px;
      pointer-events: auto;

}


.UI-content{
    display: none;
    height:calc(100% - 80px);
    max-height:calc(100% - 80px);
}

body.-logged .UI-login{
    display: none;
}
body.-logged .UI-content{
    display: block;
}
.UI-search-bar_input{
    height:40px;
    width:100%;
    background: transparent;
    font-size: 1.5em;
    border-radius: 0;
    padding-left: 0;
}
.UI-search-bar_input:focus{
  outline: none;
}

.UI-search-bar{
    background: #fff;
    max-width: 100%;
    overflow: hidden;

}

.UI-search-bar_content{
    width: calc(100% + 6px);
    margin-left: -3px;
    box-shadow: 0 0 3px 1px #000 inset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.UI-search-bar_button{
    min-width:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
    text-align: center;
}
.UI-search-bar_input{

    height:40px;
    width:100%;
    border:0px;
    padding-left: 15px;
    font-size: 0.9em;

}

.UI-search-bar_input::placeholder {
 font-size: 0.9em;
 font-weight: 500;
 color:#aaa;
}

.UI-scanner{
    position: fixed;
    bottom:0px;
    width:100%;
    z-index:1;
    margin: auto;
    transition: z-index 0.6s linear;

}

.UI-scanner.-paused #qr-shaded-region{
    border-color:#4bb47344!important;
    background:#AAAAAAAA!important;
}

.UI-scanner #qr-shaded-region div{
 transition:background 0s linear 0.4s;
}

.UI-scanner.-paused #qr-shaded-region div{
 background: #444;
 transition:none;

}


.UI-scanner .button-scan{
    width: 100%;
    height:50px;
    line-height: 50px;
    background: #4ba4b4;
    color:white;
    font-size: 1.3em;
    border:1px solid #000;
    border-radius: 0;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    cursor: pointer;
}


.UI-scanner .button-scan.-stop{

    background: #b44b4d;

}

#barcodeReader,#qrCodeReader{
    width:100%;
    max-width:400px;
}
.UI-scanner-content{
    margin: auto;
    max-width: 400px;
    max-height: 0px;
    transition: max-height 0.3s linear;

    overflow: hidden;
}
.UI-scanner-loader{
    position: fixed;
    bottom:50px;
    width: 100%;
    z-index:12;
    font-weight: bold;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    gap:10px;
    background: #DDDDDDAA;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    height:20px;
}

body.-scanner-loading .UI-scanner-loader{
    display: flex;
}

body.-scan .UI-scanner-content{
   max-height: 400px;

}

body.-scan .UI-scanner{
    z-index: 4;
    transition: none;

}

.button-scan.-stop{
    display: none;
}
body.-scan .button-scan{
    display: none;
}

body.-scan .button-scan.-stop{
    display: block;
}

.UI-order-list{

    height:calc(100% - 50px);
    max-height:calc(100% - 50px);
}
.UI-order-list_scroll{
    overflow:scroll;
    height:calc(100% - 40px);
    max-height:calc(100% - 40px);
    padding-bottom: 10px;
}
.UI-order-list_tab-list{
    display: flex;
    align-items: center;
    height:40px;
}

.UI-order-list_tab{
    flex: 0 0 50%;
    border:1px solid #000;
    border-left:0px solid #000;
    border-top:0px solid #000;
    height:100%;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    height:40px;
    text-decoration: underline;
    color:#4ba4b4;
    font-size: 0.9em;
    background: #ccc;
    transition: background 0.3s linear;
        cursor: pointer;

}


.UI-order-list.-ended .UI-order-list_tab.-ended {
  border-bottom:0px solid #000;
  background:#DDD;
  color:#000000;
}

.UI-order-list.-toPick .UI-order-list_tab.-toPick {
  border-bottom:0px solid #000;
  background:#DDD;
  color:#000000;
}

.UI-order-list.-search .UI-order-list_tab-list {
    display: none;
}


.UI-search-reset{
    height:40px;
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color:#C42020;    
    text-decoration: underline;
}
.UI-order-list.-search .UI-search-reset {
    display: flex;
}




.order-state{
    display:inline-block;
    padding:1px 3px;
    color:white;
    width: 80px;
    text-align: center;
    box-shadow: 0 0 0 0 #00000088;
    transition: background 0.3s ease-in , box-shadow  2s linear ;
}
.order-state.-cancelled{
    background:#b44b5d;
}
.order-state.-changed{
 box-shadow: 0 0 0 1000px #00000088;
 z-index: 2;
 transform: translateY(1px);
 transform-origin: 0% 50%;
}
.order-state.-toPick{
    background:#4b95b4;
}
.order-state.-picked{
    background:#4bb44d;
}
.order-line_reference
{
    font-size: 1.2em;
    padding: 0 5px;
    color:#000;
    font-weight:bold;
    letter-spacing:1px;
}
.order-line_product{
    font-size: 1em;
    width:100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.UI-order-list_table{
    width: 100%;
    font-size: 0.8em;
    border-collapse: collapse;
}
.UI-order-list_table_loader{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    color:#444;
    font-weight: bold;
    width: 100%;
}

.UI-order-list_refresh{
    text-align: center;
    
}

.order-line{
    text-align: left;
    padding:0 10px ;
    height:60px;
    max-height:60px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    border-bottom: 1px solid #bbb;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(to right,#FFFFFFFF,#FFFFFF22);
    background-size:0% 100%;
    background-position: 0px 0px;
    background-repeat:no-repeat;
    cursor: pointer;
    transition: background-size 0.3s linear,max-height 0.3s linear;
}
.order-line.-hidden{
    max-height: 0px;
        border-bottom: 0px solid #bbb;

}

.order-line.-loader{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.order-line.-no-order{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.order-line.-even{
  background-color: #00000008;
}


.order-line.-open{
    background-size:100% 100%;

}




.order-popup{
    position: fixed;
    top:100%;
    z-index: 2;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    transition: top 0.3S linear;
}

body.-order .order-popup{
    top:0%;

}
body {
  overflow:hidden;
  max-height: 100%;
  height:100%;
}

.order-popup_closer{
  height:50px;
  display: flex;
  justify-content:flex-end;
  align-items: center;
      cursor: pointer;

}

.order-popup_closer_button{
    min-width:100px;
    max-width:120px;
    background-color:#C42020;
    font-weight: bold;
    height:50px;
    color:white;
    text-decoration: underline;
    line-height: 50px;
    font-size:1.3em;
    text-align: center;
}
.order-popup_content{
    background: #FFFFFF77;
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    width:100%;
    flex: 1 1 100%;
    overflow: scroll;
    padding-bottom: 200px;
}
.order-popup_title{
    font-weight: 600;
    text-align: center;
    padding: 20px 10px;
    border-bottom:1px solid #aaa;

}
.order-popup_title_order-number{
    font-size:1.1em;
    letter-spacing: 2px;

}
.order-popup_product{
    display: flex;
    padding:5px;
    border-bottom:1px solid #aaa;
    background: #fff;
    font-size: 0.9em;

}
.order-popup_product_picture{
 min-width:60px;
 width:60px;
 max-width:60px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.order-popup_product_datas_title{
    line-height: 1.5em;
    padding-left: 5px;
    font-size: 0.9em;
}
.order-popup_product_code{
 color:#555;
 font-size: 0.9em;
 font-family: monospace;
}
.order-popup_product_picture img{

 max-width:60px;
 max-height:40px;
}
.order-popup_product_content{
    display: flex;
    flex-direction: column;
    margin-top:0px;
    font-size: 0.9em;
    padding-left: 5px;
    gap:5px;
    justify-content: flex-start;
    align-items: center;
}
.order-popup_product_datas{
    display: flex;
    margin-top:0px;
    font-size: 0.9em;
    padding-left: 5px;
    justify-content: flex-start;
    width: 100%;
    gap:30px;
}

.order-popup_product_datas_quantity{
    padding: 1px 2px;
}

.order-popup_product_datas_quantity.-multi{
    background: #b44b4d;
    color:#fff;
}

.order-popup_product.-partial .order-popup_product_datas_quantity{
    background: #b4a44b;
    color:#fff;
}

.order-popup_product.-done .order-popup_product_datas_quantity{
    background: #4bb473;
    color:#fff;
}

.order-popup_information{
    display: flex;
    align-items: center;
    gap:5px;
    border-bottom: 1px solid #ccc;
    height:35px;
    font-size: 0.9em;
}
.order-popup_information_label{
  flex: 0 0 120px;
  background: #FFFFFF77;
  height:35px;
  line-height: 35px;
  padding-right: 5px;
  text-align:right;
}
.order-popup_information_value a{
    color:#000;
}

.order-popup_cancel{
    color:#C42020;
    font-weight: bold;
    text-decoration: underline;
    height:30px;
    line-height: 30px;
    cursor: pointer;
}
.order-popup_event_header{
    border-left:1px solid #AAA;
    font-weight: 600;
    margin-top: 40px;
    padding-left:10px;
    margin-left:10px;
    padding-bottom:10px;
}
.order-popup_event{
    padding:3px 0px;
    display: flex;
    padding-left:10px;
    margin-left:10px;
    border-left:1px solid #AAA;
    font-size: 0.9em;
    align-items: flex-start;
}
.order-popup_event_date{
    min-width: 115px;
    max-width: 115px;
    text-align: right;
    padding-right: 10px;
    padding-top:1px;
        font-size: 0.9em;

    font-family: monospace;
}

.order-popup_event_datas{
    color:#4bb473;
    padding-left: 10px;
    margin-top:4px;
    display: flex;
    width: 100%;
    gap:30px;
    justify-content: flex-start;
}

.order-popup_event_datas span{
}

.order-popup_event_datas span.-false{
 color:#b44b4d;
}

.order_popup_cta-bloc{
    position: fixed;
    bottom:-200px;
    background:#ccc;
    box-shadow: 0 0 4px 1px #000;
    width:100%;
    transition: bottom 0.3s linear;

}
body.-order .order-popup.-toPick .order_popup_cta-bloc{
    bottom:0%;
    z-index:3;
}

.order_popup_cta-bloc_to-confirm{
   height:40px;
   display: flex;
   border-bottom: 1px solid #777;
   align-items: center;
   font-weight: 600;
       cursor: pointer;

}

.order_popup_cta-bloc_to-confirm .tick{
    padding: 0 10px;
    font-weight: bold;
    font-size: 1.5em;
    opacity: 0.1;
}


.order_popup_cta-bloc_cta{
    width: 100%;
    height:50px;
    line-height: 50px;
    background: #4ba4b4;
    color:white;
    font-size: 1.3em;
    border:1px solid #000;
    border-radius: 0;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    gap:10px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}

.order_popup_cta-bloc_cta .waiting{
    display: none;
}

.order_popup_cta-bloc_cta.-loading .waiting{
    display: flex;
}

.order_popup_cta-bloc_cta.-loading .content{
    display: none;
}


.order_popup_cta-bloc_to-confirm.-qrcode{
    display: none;
} 

.order_popup_cta-bloc_to-confirm.-ean{
    display: none;
} 

.order-popup.-qrcode .order_popup_cta-bloc_to-confirm.-qrcode{
    display: flex;
    color: #4bb473;
} 
.order-popup.-qrcode .order_popup_cta-bloc_to-confirm.-qrcode .tick{
 opacity: 1;
} 

.order-popup.-manual .order_popup_cta-bloc_to-confirm.-manual{
    display: flex;
    color: #4bb473;
} 
.order-popup.-manual .order_popup_cta-bloc_to-confirm.-manual .tick{
 opacity: 1;
} 

.order-popup.-identified .order_popup_cta-bloc_to-confirm.-identified{
    display: flex;
    color: #4bb473;
} 
.order-popup.-identified .order_popup_cta-bloc_to-confirm.-identified .tick{
 opacity: 1;
} 

.order-popup.-qrcode .order_popup_cta-bloc_to-confirm.-identified{
    display: none;
} 

.order-popup:is(.-qrcode,.-identified) .order_popup_cta-bloc_cta.-qrcode{
    display: none;
}

.order-popup:not(.-qrcode,.-identified) .order_popup_cta-bloc_cta.-ean{
    display: none;
}
.order-popup:is(.-ean,.-manual) .order_popup_cta-bloc_cta.-ean{
    display: none;
}

.order-popup.-ean .order_popup_cta-bloc_to-confirm.-ean{
    display: flex;
    color: #4bb473;
} 
.order-popup.-ean .order_popup_cta-bloc_to-confirm.-ean .tick{
 opacity: 1;
} 
.order-popup.-ean .order_popup_cta-bloc_to-confirm.-manual{
    display: none;
} 


.order_popup_cta-bloc_cta.-cancel{
    display: none;
} 
.order-popup.-cancel .order_popup_cta-bloc_cta.-validation{
    display: none;
} 
.order-popup.-cancel .order_popup_cta-bloc_cta.-qrcode{
    display: none;
} 
.order-popup.-cancel .order_popup_cta-bloc_cta.-ean{
    display: none;
} 
.order-popup.-cancel .order_popup_cta-bloc_cta.-cancel{
    display: flex;
    background: #aaa;
    pointer-events: none;
    color:#DDD;
} 
.order-popup.-cancel .order_popup_cta-bloc_to-confirm:is(.-ean,.-qrcode,.-manual,.-identified){
    display: none;
} 

.order_popup_cta-bloc_to-confirm.-cancel{  display: none;} 
.order-popup.-cancel .order_popup_cta-bloc_to-confirm.-cancel{
    display: flex;
} 

.order-popup.-cancelOk .order_popup_cta-bloc_to-confirm.-cancel{
    display: flex;
    color: #4bb473;

} 
.order-popup.-cancelOk .order_popup_cta-bloc_to-confirm.-cancel .tick{
 opacity: 1;
} 

.order-popup.-cancelOk .order_popup_cta-bloc_cta.-cancel{
 background:#b44b4d;
 color:white;
 pointer-events: auto;

} 


.order_popup_cta-bloc_cta.-validation{
    display: none;
    background: #4bb473;

} 

.order-popup:is(.-ean,.-manual):is(.-qrcode,.-identified):not(.-cancel) .order_popup_cta-bloc_cta.-validation{
    display: flex;
}



.button-list{
   display: flex;
   justify-content: space-evenly;
    margin:100px auto;
}


.button-list_button{
    height:30px;
    width: 40%;
    max-width: 200px;
    box-shadow: 0 0 1px #000 inset;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    background: #CCC;
        cursor: pointer;

}





.inventory-popup{
    position: fixed;
    top:100%;
    z-index: 2;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    transition: top 0.3S linear;
}

body.-inventory .inventory-popup{
    top:0%;

}

.inventory-popup_closer{
  height:50px;
  display: flex;
  justify-content:flex-end;
  align-items: center;
      cursor: pointer;

}

.inventory-popup_closer_button{
    min-width:100px;
    max-width:120px;
    background-color:#C42020;
    font-weight: bold;
    height:50px;
    color:white;
    text-decoration: underline;
    line-height: 50px;
    font-size:1.3em;
    text-align: center;
}
.inventory-popup_content{
    background: linear-gradient(23deg,#FFFFFF77,#FFFFFF77 );
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    width:100%;
    flex: 1 1 100%;
    overflow: scroll;
    padding-bottom: 200px;
}
.inventory_popup_cta-bloc{
    position: fixed;
    bottom:-200px;
    background:#ccc;
    box-shadow: 0 0 4px 1px #000;
    width:100%;
    transition: bottom 0.3s linear;

}
body.-inventory .inventory_popup_cta-bloc{
    bottom: 0;
}
.inventory_popup_cta-bloc_cta{
    width: 100%;
    height:50px;
    line-height: 50px;
    background: #4ba4b4;
    color:white;
    font-size: 1.3em;
    border:1px solid #000;
    border: 0;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    gap:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inventory_popup_cta-bloc_cta .waiting{
    display: none;
}

.inventory_popup_cta-bloc_cta.-loading .waiting{
    display: flex;
}

 

.inventory-popup{
    position: fixed;
    top:100%;
    z-index: 2;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    transition: top 0.3S linear;
}

body.-inventory .inventory-popup{
    top:0%;

}

.inventory-popup_closer{
  height:50px;
  display: flex;
  justify-content:flex-end;
  align-items: center;
}

.inventory-popup_closer_button{
    min-width:100px;
    max-width:120px;
    background-color:#C42020;
    font-weight: bold;
    height:50px;
    color:white;
    text-decoration: underline;
    line-height: 50px;
    font-size:1.3em;
    text-align: center;
}
.inventory-popup_content{
    background: linear-gradient(23deg,#FFFFFF77,#FFFFFF77 );
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    width:100%;
    flex: 1 1 100%;
    overflow: scroll;
    padding-bottom: 200px;
}
.inventory_popup_cta-bloc{
    position: fixed;
    bottom:-200px;
    background:#ccc;
    box-shadow: 0 0 4px 1px #000;
    width:100%;
    transition: bottom 0.3s linear;

}
body.-inventory .inventory_popup_cta-bloc{
    bottom: 0;
}
.inventory_popup_cta-bloc_cta{
    width: 100%;
    height:50px;
    line-height: 50px;
    background: #CB5300;
    color:white;
    font-size: 1.3em;
    border:1px solid #000;
    border: 0;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    gap:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inventory_popup_cta-bloc_cta .waiting{
    display: none;
}

.inventory_popup_cta-bloc_cta.-disabled{
    background: #999;
}

.inventory_popup_cta-bloc_cta.-loading .content{
    display: none;
}

.inventory_popup_cta-bloc_cta.-loading .waiting{
    display: flex;
}


.inventory-popup_title{
    font-weight: 600;
    text-align: center;
    padding: 20px 10px;
    border-bottom:1px solid #aaa;
}
.inventory-popup_subtitle{
    font-size:0.7em;
    font-weight:normal;
}
.inventory-popup_title.-validated{
   color:#4bb473;
}
.inventory-popup_product{
    display: flex;
    padding:5px;
    border-bottom:1px solid #aaa;
    background: #fff;
        font-size: 0.9em;


}
.inventory-popup_product_picture{
 min-width:60px;
 width:60px;
 max-width:60px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.inventory-popup_product_datas_title{
    line-height: 1.5em;
    padding-left: 5px;
    min-height: 30px;

}
.inventory-popup_product_picture img{

 max-width:60px;
 max-height:40px;
}
.inventory-popup_product_content{
    display: flex;
    flex-direction: column;
    margin-top:0px;
    justify-content: space-evenly;
    align-items: center;
}
.inventory-popup_product_datas{
    display: flex;
    margin-top:0px;
    padding-left: 5px;
    justify-content: flex-start;
    gap:30px;
    width: 100%;
    font-size: 1em;

}
.inventory-popup_product_datas input{
    width:70px;
    border:none;
    border-bottom: 1px solid #888;
    border-radius: 0;
    color:#4b6eb4;
    font-weight: bold;
    text-align: center;
        font-size: 1.1em;

}
.inventory-popup_product_datas input.-modified{

    color:#CB5300;

}
.inventory-popup_product_datas_quantity input{
    width:40px;

}
.inventory-popup_product_datas input:focus{
    border:1px solid #888;
    color:#000;
    text-decoration: none;
}
















.stat-popup{
    position: fixed;
    top:100%;
    z-index: 2;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    transition: top 0.3S linear;
}

body.-stat .stat-popup{
    top:0%;

}

.stat-popup_closer{
  height:50px;
  display: flex;
  justify-content:flex-end;
  align-items: center;
      cursor: pointer;

}

.stat-popup_closer_button{
    min-width:100px;
    max-width:120px;
    background-color:#C42020;
    font-weight: bold;
    height:50px;
    color:white;
    text-decoration: underline;
    line-height: 50px;
    font-size:1.3em;
    text-align: center;
}
.stat-popup_content{
    background: linear-gradient(23deg,#FFFFFF77,#FFFFFF77 );
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    width:100%;
    flex: 1 1 100%;
    overflow: scroll;
    padding-bottom: 200px;
}
.stat-popup_title{
    padding:10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.stat-popup_title input{
    width: 130px;
    height:40px;
    font-size: 1.2em;
}

.stat-popup_order{
    display: flex;
    width: 100%;
    gap:10px;
    font-size: 0.em;
    padding: 5px;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.stat-popup_order_hour{
    font-family: monospace;
    flex: 0 0 30px;
}
.stat-popup_order_amount{
    flex: 0 0 70px;
        font-size:0.9em;
    text-align: right;
}
.stat-popup_order_product{
    flex: 1 1 100%;
    font-size:0.8em;
}