@font-face {
  font-family: "mulish";
  src: url('../mulish.ttf');
}
* {box-sizing: border-box;}

html{
    scroll-behavior:smooth;
}
body{
    margin:0;
    padding:0;
    background: #376EBB;
    font-family: 'mulish';
}


a:hover{
    text-decoration: none;
}
.a{
    font-size: 11pt;
    color:#333333;
    padding:8px;
    background: rgba(255,255,255,0.3);;
    border-radius: 6px;
}

.a:active{
    background: rgba(255,255,255,0.2);
}



::-webkit-scrollbar {
    width: 0.5em;
  }
   
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius:50px;
  }
   
  ::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.6);
    border-radius:50px;
  }



.main{
    display: inline-block;
    width: 50%;
    min-width: 320px;
}


.input-login{
    background: #07406B;
    color:white;
    border-radius: 90px;
    padding: 8px;
    text-align: center;
    border: none;
    width: 10%;
    min-width: 250px;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2) inset;
}
.input-login::placeholder { 
    color: white;
    opacity: 1;
}
.btn-login{
    background: #FFAB01;
    color:white;
    font-size: 15pt;
    border:none;
    padding:8px;
    width: 20%;
    min-width: 180px;
    border-radius: 80px;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);

}

.cari-container{
    padding-top: 9%;
    padding-bottom: 6%;
    background-image: linear-gradient(#07406B,transparent);
}
a{
    text-decoration: none;
    color:white;
}
.input-cari{
    border:none;
    border-radius: 80px;
    padding: 12px;
    padding-left: 24px;
    padding-right: 24px;
    font-size:13px;
    min-width: 280px;
    width: 30%;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);

}

.input-cari::placeholder { 
    color: #333333;
    opacity: 1;
}
.scroll-barang{
    height: 80%;
    /* background: orange; */
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 20px;
}
.barang-item{
    position: relative;
    width: 100%;
    border-bottom: 2px solid #FFAB01;
    /* background: red; */
    margin-top: 9px;
    margin-bottom: 9px;
    
}

.item-img{
    float: left;
    margin-right: 12px;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background-attachment: yellow;
}
.item-desc{
    display: inline;
    font-size: 9pt;
    padding: 19px;
    text-align: left;
    color: white;
    position: relative;
}
.barang-item button{
    position: absolute;
    right: 5px;
    bottom: 10px;
    background: #FFAB01;
    color:white;
    font-size: 9pt;
    border:none;
    padding:8px;
    width: 70px;
    border-radius: 80px;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);

}
button:active{
    opacity: 0.8;
}

.bet-img{
    border-radius:9px;
    background: white;
    padding: 8px;
    width: 40%;
    font-size: 11pt;
    min-width: 280px;
}
.bet-table{
    width: 100%;
    font-size: 11pt;
}
.bet-table th, .bet-table td{
    padding: 4px;
    text-align: center;
}
thead{
    background-image: linear-gradient(yellow,gold);
}
tbody{
    color:white;
}


.bet-area{
    position: fixed;
    bottom: 2%;
    margin: 9px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 25%;
    min-width: 320px;
    text-align: center;
}
.flexbox{
    display: flex;

}

.input-bet{
    color:#376EBB;
    padding: 9px;
    font-size: 18pt;
    text-align: center;
    border: none;
    border-radius: 90px;
    width: 80%;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);

}
.btn-min,.btn-plus{
    padding:4px;
    width: 52;
    font-size: 22pt;
    font-weight: bold;
    border-radius: 90px;
    border: none;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);

}
.btn-min{
    color: white;
    background: #00CC00;
}
.btn-plus{
    color: white;
    background: #FF0000;
}
.btn-bet{
    border:none;
    border-radius: 90px;
    padding: 14px;
    color:white;
    width: 100%;
    background: #FFAB01;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
    font-weight: bold;
}
.btn-bet:disabled{
    background: rgba(255,255,255,0.3);
}
#nav{
    display: none;
    background: #22aaff;
    position: fixed;
    top:0%;
    width: 100%;
    padding: 8px;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
}
#you{
    background: white;
    color: black;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2) inset;
}
.halo{
    color:white !important;
}