table { font-family: arial, sans-serif; border-collapse: separate; border-spacing: 0 10px; margin-top: 20px; width: auto; margin-left: auto; margin-right: auto; font-size: 16px;}

.header { color: black; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; height: 50px; background-color: #dddddd; position: sticky; top: 0px;}

  /*.header {
    position: fixed;
    width: 1100px;
    top: 50px;
    margin-top: 60px;
    font-size: 25px;
    letter-spacing: 3px;
  justify-content: left;
  }*/

label { letter-spacing: 1px; font-size: large; line-height: 40px;}

.icon-style { background-color: #dddddd; margin-top: 4px; margin-left: 4px; margin-bottom: 4px; padding: .5rem;}

select { border-radius: 5px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }

.left-input { width: 500px; border-radius: 10px;}

.right-input { width: 300px; }
  
td, th { text-align: center;}

th { font-weight: 400; font-size: medium;}

td:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
td:last-child {border-bottom-right-radius: 10px; border-top-right-radius: 10px;}

.input-container { background-color: #dddddd; width: auto; margin-right: 1rem; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; }

.title-header {background-color: black; padding:1rem;}



.search-component-container { display: flex; margin-bottom: 20px; justify-content: center;  }

.input-dropdown-container {  margin-right: .5rem; margin-top: 5px; } 

input {padding: .5rem;letter-spacing: 1px; margin-bottom: .5px; border: 4px #dddddd solid ; }

tr {border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
    height: 150px;
  }
 


  tr:hover {
  box-shadow: none;
  transition: ease-in-out .3s;
  cursor: pointer;
   
  }

 

  .table-img {
   
    transition: transform 0.3s ease-in, opacity 0.2s ease-out;
    border-radius: 8px;
}

.table-img:hover {
    -webkit-transform:scale(2);
    transform:scale(2);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    
    
}

.my-container { 
    display: block;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 2rem;
    border-radius: 6px;
   
    
}

.table-wrapper {
    height: 800px;
    overflow-y: scroll;
  
 
}


/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px lightgrey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: grey; 
}

#myTable tbody tr:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

#myTable tbody tr td {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

#myTable tbody tr td:first-child {
  width: 200px;
}

#myTable tbody tr td:nth-child(2) {
  width: 200px;
}

#myTable tbody tr td:nth-child(3) {
  width: 200px;
}

#myTable tbody tr td:nth-child(4) {
  font-size: 15px;
  width: 400px;
}

#myTable tbody tr td:last-child {
  width: 150px;
}

.table-img {
  width: 120px;
  height: 100px;
}


@media screen and (max-width: 921px) {
  .left-input {
    width: 320px;
    border-radius: 10px;
    
  }
}


@media screen and (max-width: 721px) {
.left-input {
  width: 200px;
}
}

@media screen and (max-width: 609px) {

  .search-component-container {
    display: block;
    margin-bottom: 20px;
    justify-content: center;
    padding: .25rem;
  
      
  }

  .left-input {
    width: 200px;
    
  }

  .input-container {
    background-color: #dddddd;
    width: 45%;
    margin-right: 1rem;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-bottom: 1.5rem;
}
  
}


@media screen and (max-width: 605px) {

  .left-input {
    width:80%;
    
  }

  .input-container {
    background-color: #dddddd;
    width: 100%;
    margin-right: 1rem;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-bottom: 1.5rem;
}


}


