.contact-main {
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
  border-width: 0px 1px 0px 1px; 
  padding: 20px 20px;
  text-align: start;
}

.contact-main h1 {
  margin-bottom: 20px;
  color: #3451A3;
}

.contact-main h2 {
  margin-bottom: 30px;
}

.contact-main .action-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%; 
}

.contact-main .btn-new-email {
  width: 100px;
  height: 30px;
  background-color: #628B35;
  margin-right: auto; 
  padding: 5px 8px;
  color: #fff;
  border-radius: 50px;
  border: none;
}

.contact-main .btn-refresh {
  width: 5px;
  background: transparent;
  margin-left: auto; 
  margin-right: 20px;
  margin-bottom: 30px;
  font-size: 22px;
  color: #628B35;
  cursor: pointer;
  border: none;
}

.contact-datatable {
  width: 100% !important;
}

.seen-email {
  font-weight: normal;
}

.unseen-email {
  font-weight: bold;
}

.send-email-table .table-img{
  display: none;
}