#timestampDiv {
  text-align: right;
}

.table td, .table th {
  padding: 5px 3px important;
}

/************* Table ***************/
.home_table .table thead th, .home_table .table thead td {
  border: none;
  padding: 5px !important;
  color: #ffffff;
  font-weight: 500;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
}

.home_table .table {
  border: none;
}

.home_table .table tr {
  background: none;
}

.home_table .table thead th, .home_table .table thead td {
  vertical-align: middle !important;
}

.home_table .table thead th, .home_table .table tbody td {
  vertical-align: middle !important;
  height: auto;
  padding: 3px !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.detele_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #003267;
}

.detele_table_icon svg:hover, .pdf_table_icon svg:hover, .view_table_icon svg:hover {
  fill: #F7ED36;
}

.pdf_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #ff0000;
}

.view_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #00adef;
}

.dt {
  float: right;
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
}

.table-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid #ccc;
  height: 284px;
  width: 100%;
  padding: 10px;
}

.table-card:hover {
  box-shadow: 0px 3px 14px #C2EEFF;
}

.home_table {
  margin-bottom: 0px;
}

.table-card .home_table {
  height: 182px;
  margin-bottom: 10px;
}

.time-font {
  font-size: 0.67rem;
  font-family: "Poppins-Medium";
  float: right;
}

.table_title {
  font-size: 0.87rem;
  margin-bottom: 5px;
  font-weight: 600;
  color: #003267;
  text-align: left;
  white-space: pre-wrap;
}

.float-right {
  float: right;
}

.footerstatement {
  margin-top: 7px;
  margin-bottom: 0px;
}

.view_more_btn {
  font-size: 0.9rem;
}

/************* Table ***************/