body {
    background-color: #f4f6f9 !important;
  }

button {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.nav-link:hover{
    color:rgb(49, 193, 201) !important
}

#content_main{
  padding: 3rem;
}

.container{
    margin-top: 1rem;
    margin-bottom: 1rem;
    /*background-color: rgb(194, 246, 231);*/
    padding: 2rem;
}

.card{
    margin-top: 1rem;

}

code{
  color: blue;
}

small{
  color: lightslategray;
  font-size: small;
}

#delay_text{
  color: red;
  font-size: medium;
  font-weight: bold;
}

#deadline_text{
  color:#c5c7c9
}

#center_table{
  text-align: center;
}


.custom-table tr  {
    height: 3.5rem; /* Set the desired height for the table rows in pixels */
  }

.custom-table thead th {
    border-bottom: 3px solid #eaecef; /* Set the desired border style for the header row */
    height: 3.5rem;
  }

.custom-table {
    border-spacing: 0;
    border-collapse: separate;
    margin-top: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Set the desired shadow for the table */
    border-radius: 6px;
    overflow: hidden;
  }

  .custom-table a{
    text-decoration: none;
  }

.icon_col{
    text-align: center;
}

a{
  text-decoration: none;
}