body { font-family: Arial, sans-serif;
        margin: 10px;
     }
form { 
    width: 80%; 
    margin: 0 auto;
     padding: 10px;  
      border: 1px solid #ccc;
       border-radius:10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
} 
h1, h2, h3, h4, h5, h6{
        margin-top:5px;
        margin-bottom:5px;
}  
.button {
    margin-left : 10px;
    height:40px;
}
/* .searchform{
    margin-top : 5px; */
.searchform div {
    margin-top : 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#cancelaction {
    background-color: lightgray;
      color: red;
      padding: 5px 10px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
}
.form-group {
    display : block;
    align-items:center;
    margin-bottom:10px;

}
.form-group label{
    width:15%;
    margin-right:5px;
    margin-bottom:5px;
}

.tq {
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color:red;
}
.tqcon {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color:red;
}
.modal::backdrop {
    background : linear-gradient(45deg,red,blue);
    opacity: .4;
  }
.modal {
    /* padding: 1em; */
    max-width: 50ch;
    border: 0; 
    box-shadow: 0 0 1em rgb(0 0 0 / .3);
    
    & > * {
      margin: 0 0 0.5rem 0;
    }
  }

.heading{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
    max-width:100;
    /*font-size: 34px;*/
    border:1px solid black;
    /*padding: 0 50px ;*/
  }
/* label { display: block;
     margin-bottom:5px;
     margin-left:5px;
     padding-right: 5px;
     }  */
/* input[type="text"] { width:35%;
      padding: 10px;
      margin-right : 10 px;
      margin-bottom: 5px;
      border: 1px solid #ccc; 
    }  */

input[type="date"]{
        width:120px;
     }    
input[type="submit"] { background-color: #4CAF50;
      color: #fff;
      padding: 5px 10px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      }
input[type="submit"]:hover { background-color: #3e8e41; }
.editbutton{
    background-color: #4CAF50;
    color:white;
    padding :5px 10px;
    border:none;
    border-radius :5px;
    width : 100px;
    font-size :'30';
    display: none;
}
.closeform{
    background-color: yellow;
    color:black;
    padding : 5px 10px;
    border:none;
    border-radius:5px;
    width : 100px;
    font-size:'30';
}
.form-left {
    display: flex;
    gap: 10px;
    align-items: center;

}
.form-right {
    margin-left: auto;
  }

select{
    width: 100px;
    height:20px;
    /* font-family:'Times New Roman', Times, serif; */
    font-size:'30';
}
select[option]{
    height:30px;
}
input[type="number"]{
    width: 100px;
}
.input-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top : 10px;
    margin-bottom: 10px;
    height: 12px;
   }
.date-container{
    position:absolute;
    top:10px;
    right:20px;
    font-size:15px;
    /* font-weight:bold; */
}
@media (max-widht: 768px) {
    .form-group {
        flex-direction:column;
    }
    .form-group label {
        width:100%;
        margin-bottom:5px;
    }
    .form-gorup input{
        width:100%;
    }
}
table {
    width : 85%;
    margin: Auto;
    text-align:left;
    font-size: 8pt;
}
#pagination {
    text-align: center;
}
table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}
th,
td {
    padding: 5px;
}