@font-face{
    font-family: Calibri;
    src:url(Calibri.ttf);
    
}
::-webkit-scrollbar{
    height: 0;
    width: 0;
    float: right;
}
::-webkit-scrollbar-thumb:horizontal{
    background: linear-gradient(darkgreen,#ff8c00);
    border-radius: 0;
}
::-webkit-scrollbar-track{
    border-radius: 25px;
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(#ff8c00,#ff8c00,darkgreen);
    border-radius: 40%;
    height: 020px;
    text-shadow:0 0 9px black;
}
body{
    margin: 0;
    padding: 0;
    font-family: Calibri;
}
.headdiv{
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    width: 100vw;
    height: 70px;
    top: 0;
}
.combodiv{
    padding-top: 5px;
    background: #ff8c00;
    top: 70px;
    position: fixed;
    height: 45px;
    width: 100%;
}
.bodydiv{
    background: #ff9933;
    width: 100vw;
    margin-top: 120px;

}
.headdiv .logo{
    height:40px;
    width: 50vw;
}
.headdiv .logo img {
    width: 200px;
    height: 40px;
    padding: 5px;
}
.headdiv h1{

    font-size: 20px;
    color: #000;
    position: fixed;
    top: 30px;
    left: 80px;
    transform: translate(-50%);
    text-align: right;
}
.headdiv .info{
    min-width: 100px;
    width: 48vw;
    text-align: right;
}
.info  div{
    text-align: right;
    /*border: 1px solid;*/
    width: 80px;
}
.info  div:nth-child(1){

    width: 100px;
}
.headdiv .info button{
     box-shadow: 0 0 1px #000;
    text-align: right;
    width: auto;
    min-width: 20vw;
    max-width: auto;
     background: #ff8c00;
    color: black;
    margin: 0;
    padding: 0;
    
    border-radius:0;
    position: fixed;
    right: 0;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 2px;
    font-weight: bold;
    border: none;
    
    padding-left: 10px;
}
.headdiv .info button:nth-child(2){
    margin-top: 25px;
}
.headdiv .info button:nth-child(3){
    margin-top: 47px;
}
.combodiv select{
    outline: none;
    margin: 0;
    margin-left:5px;
    height: 40px;
    border-radius: 0;
    width: 250px;
    background: darkgreen;
    font-size: 18px;
    border: none;
    outline: none;
    box-shadow: 0 0 3px #fff;
    color: white;
    font-weight: bold;
}
.combodiv select option{
    box-shadow:  inset 0 0 2px red;
}
.combodiv button{
     box-shadow: 0 0 3px #fff;
    
    background: darkgreen;
    height: 40px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    min-width: 80px;
    /*width: 20vw;*/
    position: fixed;
    right: 0;
    margin-right: 10px;
    color: white;
    font-weight: bold;
    border: none;
    outline: none;
}
.combodiv button.new{
    
    width: 20px;
    margin-right: 0;
    min-width: 45px;
    /*left: 260px;*/
    right: 95px;
}
.flister{
    background: rgba(255,255,255,0.9);
    font-size: 20px;
}
.mlister{
    background: rgba(255,255,255,0.9);
    font-size: 20px; 
}
.mlister td:nth-child(2){
    font-size: 17px;
    text-align: center;
}
.flister td:nth-child(2){
    padding-top: 5px;
    width: 110px;
    text-align: center;
}
.flister td:nth-child(3) button {
    border-radius: 20px;
    font-size: 20px;
    margin: 2px;  
    background: darkgreen;
    color: white;
    border: none;;
    outline: none;
}
.flister td:nth-child(3){
    width: 70px;
}
.flister td > input {
    border: none;
    outline: none;
    box-shadow: inset 0 0 2px #000; 
    background: transparent;
    border-radius: 5px;
    text-align: right;
    height: 90%;
    font-size: 25px;
    width: 90px;
}
.flister td:nth-child(1) {
    font-weight: bolder;
    padding-left: 2%;
    padding-top: 10px;
}
.flister td > button{
    width: 50px;
    font-size: 20px;
}
.mlister td > button{
    width: 50px;
    font-size: 20px;
    margin-bottom: 5px;
}
.flister td > input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.last{
    background: rgba(255,255,255,0.9);
    height: 1px;
    border-bottom: 2px solid #ff9933;
}
.grpname{
    /*color: #ff8c00;*/
    text-align: center;
    /*color: #006400;*/
    color: #fff;
    background-color: darkgreen;
/*    font-family: monospace;*/
    /*background: rgba(255,255,255,0.9);*/
    font-weight: bold;
    letter-spacing: 1px;
    font-size: clamp(20px , 5vw , 30px);
    
}
.order_ulister{
    list-style: none;

}
.order_ulister .lister{
    list-style: none;
}

.confbox{
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    z-index: 99;
    height: 100px;
    width: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);    
    background: rgba(0,0,0,0.8);
    display: none;
}
.confbox .submitca{
    letter-spacing: 2px;
    border-radius: 0;
    color: white;
    border: none;
    font-weight: bold;
    background: #0073cf;
    margin-left: 10px;
    height: 30px;
    font-size: 15px;
    position: absolute;
    width: 40%;
    bottom: 5px;
}
.confbox h3{
    margin-top: 5px;
    letter-spacing: 1px;
    margin-left: 7px;
    color: White;
}
.confbox .submitca:nth-child(odd){
    margin-left: 52%;

}
.confbox.open{
    display: block;
}
.submitok{
        letter-spacing: 2px;
    border-radius: 0;
    color: white;
    border: none;
    font-weight: bold;
    background: #0073cf;
    margin-left: 10px;
    height: 30px;
    font-size: 15px;
    position: absolute;
    width: 90%;
    bottom: 5px;
}
        .pdfbtn{
            cursor: pointer;
            letter-spacing: 2px;
            padding: 5px;
            font-size: 18px;
             margin: 2px;
            margin-left: 50%;
            transform: translate(-50%);
            border: none;
            outline: none;
            background: green;
            color: #ffffff;
            font-weight: bolder;
           
        }
@media only screen and (max-width: 400px) {
    .bodydiv .lister{
        font-size: 18px;
    }
    .bodydiv .lister:nth-child(3) > input{
        font-size: 25px;
        width: 40px;
    }
    .bodydiv .lister:nth-child(3) > button{
        font-size: 25px;
    }
    .bodydiv{
        /*height: calc(100vh - 170px);*/
    }
    .combodiv > select{
        width: 150px;
    }
    .combodiv button.new{
    width: 20px;
    margin-right: 0;
    min-width: 45px;
    /*left: 10px;*/
    right: 95px;
}
    .headdiv .logo{
        height: 40%;
        width: 60vw;
    }
    .headdiv .info{
        align-content: center;
        justify-content: center;
        height: 100%;
        width: 38vw;
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

    .info  div button{
        
        font-size: 15px;
    }
    .info  div:nth-child(1){
        width: 90px;
        word-break: keep-all;
        white-space: nowrap;
    }
    .flister td:nth-child(2){
        padding-top: 5px;
        width: 80px;
        text-align: center;
    }
    .flister td:nth-child(3){
        width: 40px;
    }
    .flister td input{
        width: 60px;
    }
    .grpname{
        /*letter-spacing: 2px;*/
    }
}
