:host {
  --background--gray: #f5f5f5;
  --shadow: 2px 2px 8px 0px rgba(200, 200, 200, 0.7);
}

.checkbox {
  margin-left: 8px;
}

.table td{
  text-align: left !important;
}

input {
  border: none;
}

input:focus{
  outline: none;
  box-shadow: 0px 0px 5px white;
  border-color: white;
}

input:hover {
  outline: none;
  box-shadow: 0px 0px 5px white;
  border-color: white;
}

#step1 {
  padding: 1% 3% 3% 3%;
}

.card {
  box-shadow:none !important;
  border: none !important;
}

.noRecords {
  margin: 10% 0%;
}

p::first-letter{
  text-transform: uppercase;
}

.iconSearchBar  {
  margin-top: 2%;
  margin-bottom: 2%;
  margin-right: 2%;
  background-color:white !important;
  border: none;
  color: #6d6d6d;
}

.futureBar {
  display:flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  font-size: 1.3vw;
  padding: 1% 3% 1% 3%;
}

#search {
  width: 80% !important;
  margin-left: 8rem;
  border: none;
  border-radius: 10px;
  justify-content: end;
  align-items: center;
  box-shadow: 2px 2px 2px 2px rgba(243, 243, 243, 0.945);
}

td p{
  margin-right: 20px;
}

td img{
  margin-left: 0.78em !important;
}

.checkbox-header{
  display: flex;
  justify-content: left;
}