.select-student{
    margin: 5px;
    width: 80%;
    display: flex;
    overflow:hidden;
}

.select-box input{
    height: 30px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #002D72;
    padding-left: 10px;
}
#submit{
    margin-left: 20px;
    height: 30px;
    font-size: 14px;
    background-color: #002D72;
    border-radius: 4px;
    border: none;
    color: white;
    padding: 5px;
}
#submit:hover{
    background-color: transparent;
    border: 1px solid black;
    color: #002D72;
}
.bill_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.bill_list{
    border: 2px dotted rgb(0, 0, 0);
    background-color: rgba(159, 238, 254, 0.93);
    width: 305px;
    padding: 3px 0px 0px 10px;
    overflow: hidden;
    height: auto;
    margin-top: 20px;
    box-shadow: 1px 2px 4px 2px rgb(159, 238, 254, 0.93);
    padding-bottom: 8px;
}
.vno{
    position: relative;
    top: 0px;
    left: 225px;
    border: 2px solid #002D72;
    border-radius: 4px;
    width: fit-content;
    padding: 2px;
    color: #002D72;
}
.bill_list p, span, h3{
    font-family: "Times New Roman", Times, serif;
}
.bill_list h3{
    text-align: center;
    font-family: sans-serif;
}
.report{
    margin-top: 20px;
    border: 2px solid rgb(0, 0, 0);
    width: 320px;
    height: 190px;
    background-color: red;
    padding: 20px 0px 0px 10px;
}
#report_p{
    font-size: 20px;
    text-align: center;
    margin-top: 8px;
}
#bill-h3{
    color: white;
    text-align: center;
    font-family: sans-serif;
}
.bill-down p, span{
    font-family: sans-serif;
}