body {
    font-family: Arial;
    text-align: center;
    background-color: #f9f9f9;
    margin: auto;
    padding: 0;
    font-size:25px;
    position: absolute;
    max-width: 380px;
    
}
form { 
    margin-right:400px;
    max-width: 380px; 
    margin: auto;
    padding: 1px; 
    border: 1px solid #ccc; 
    border-radius: 10px; 
    background-color: #f9f9f9;
    font-family: Arial;

}
table { 
    width: 380px; 
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 1px;
    font-size:25px;
    padding-bottom:3px;
}
tbody {
    font-size:25px;
  
}
.center {
  margin: auto;
  width: 60%;
  border: 3 solid #73AD21;
  padding: 0  0;
}
th, td, tr { 
    padding-left: 15px;
    padding-right: 10px;
    border: 1px solid #ccc; 
    text-align: center;
}
th { 
    background-color: #f4f4f4; 
    font-size:25px;
}

label, select, input { 
    display: inline-block; 
    margin-bottom: 4px;
    font-size:25px;
    color: blue;
    direction:rtl;
    text-align: center;
 
}

label {
    width: 110px; 
    display: inline-block;
    vertical-align:central;
}


input {
   display: inline-block;
    width: 170px; 
}
option, select {
   display: inline-block;
    width: 200px; 
}
/* Set date display order */
input[type="date"] {
    font-size: 25px;
    direction: rtl;
    text-align: center;
    vertical-align: baseline;
    display: inline-block;
        width: 170px; 

}
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 20vh;
}

.button {
    width: 125px;
    height: 155px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.add-btn, .back-btn, .save-btn, .pay-btn, .delete-btn, .cancel-btn{ 
    display: inline-block; 
    margin: 3px 0px ; 
    padding:6px 3px ;
    font-size:35px;
    width: 100px; 
    text-decoration:none;
    border-radius: 10px;
    font-family: Arial;
    color: white; 
    font-weight: bold;
    
}

.add-btn {
    background-color: green; 
     
}
.back-btn { 

    background-color: gray; 

}

.save-btn { 
 
    background-color: green; 
  
}

.delete-btn { 
 
    background-color: red; 
    color: white;

}
.cancel-btn { 

    background-color: gray; 
    color: white;

}

.filter-form { 
    text-align: center; 
    margin-bottom: 20px;
}

.button:hover {
    background-color: darkred;
}

.big-button {
    width: 340px;
    height: 200px;
    margin-top: 5px;
    background-color: green;
}

.big-button:hover {
    background-color: darkgreen;
}

tr:hover { 
    background-color: #f1f1f1; 
    cursor: pointer;
}


