* {
    margin: 0px;
    padding: 0;
    font-family: montserrat, cairo;

}


/*.heading {
    display: flex;
    background-color: grey;
    box-shadow: 0px 1px 2px #232f3e;
}*/

h1 {
    color: grey;
    font-weight: bold;
    
    background: transparent;
    padding: 7px;
    
}


.heading {
  margin-bottom: 0px;
  justify-content: space-around;
  padding-left: 30px;
  padding-right: 20px;
}

.outer-wrapper {
    /*margin: 10px;
    margin-left: 20px;
    margin-right: 20px;
    /*border: 1px solid black;
    border-radius: 6px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);*/
    max-width: fit-content;
    max-height: fit-content;

    display: block;
    margin: 0 auto;
    text-align: center;

    
}
.table-wrapper {

    overflow-y: scroll;
    overflow-x: scroll;
    height: fit-content;
    max-height: 66.4vh;
    
    margin-top: 22px;
    
    margin: 15px;
    padding-bottom: 20px;
    
}


.table {
    
    /*min-width: max-content;*/
    
    border-collapse: separate;
    border-spacing: 0px;    
    
}



table th{
    position: sticky; 
    top: 0px;
    
    background-color: #959595;
    color: rgb(255, 255, 255);
    
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    /*outline: 0.7px solid black;
    border: 0.7px solid rgb(177, 177, 177);*/

} 



table th, table td {
    
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

table td {
    text-align: left;
    
    font-size: 12px;
   /*border: 0.5px solid rgb(177, 177, 177);*/
    padding-left: 20px;
    
}


tr:nth-child(even) {
  background-color: #f2f2f2;
}
