    
html, body {
    background-color: #d1d5db;
    font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;

    -webkit-font-smoothing: antialiased;
  }

.height{
    height: 100vh;
    min-height: 100px;
}


span.custom-group-item{
  background-color: #fff;
  
}
.cursor-pointer{
  cursor: pointer;
}
input.custom-group-input{
  font-size: 1rem !important;
   border-left: 0;   /*remove vertical borders on input */
  border-right: 0;
}

.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text {
  padding: 0.8rem 1rem;
  border-radius: 2rem;
}



ul{
  padding: 0;
}

li{
  letter-spacing: 0;
  padding: 30px;
  list-style: none;
  min-height: 200px;
  background: #fff;
  margin: 30px auto;
  text-align: justify;
  -webkit-transition: box-shadow .2s ease-out .2s;
  -moz-transition: box-shadow .2s ease-out .2s;
  -o-transition: box-shadow .2s ease-out .2s;
  transition: box-shadow .2s ease-out .2s;
  word-spacing: 2px;
  border-radius: 5px;
}

li > h3{
  margin-top:0;
  color: #666;
  line-height: 2;
  font-weight: bold;
}

li > p{
  color: #666;
  line-height: 2;
}

li:hover{
  box-shadow: 0 0 15px 15px rgba(0,0,0,.1);
}
svg.bi.bi-icon-xl {
  height: 48px !important;
  width: 48px !important;
}

table {
  width: 100%;
  border-collapse: collapse; /* Ensures borders collapse into a single line */
}
th, td {
  border: 1px solid #f2f2f2;  /* Adds a solid border to table cells */
  padding: 8px;  /* Adds space around the text */
  text-align: left;  /* Aligns text to the left in the cells */
}
th {
  background-color: rgba(0,0,0,.1);  /* Light gray background for headers */
}

.verification li{
  text-align: center;
}
