/*table {
  border: 0.0625rem solid #dee2e6;
  width: 100%;
}

table th {
  background: linear-gradient(180deg, #00ADEF 0%, #003267 100%);
  border: 0.0625rem solid #dee2e6;
  color: #ffffff;
  font-family: 'Poppins-Medium';
  font-size: 16px;
  padding: 10px;
  text-transform: capitalize;
}

table td {
  font-size: 16px;
  font-family: 'Poppins-Regular';
  padding: 10px;
  border: 0.0625rem solid #dee2e6;
}

table tbody tr:nth-of-type(odd){
  background-color: #f2f2f2;
}

table tbody tr:nth-of-type(odd):hover {
  background-color: #ececec;
}

table tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}

table tbody tr:nth-of-type(even):hover {
  background-color: #ececec;
}*/
/************* Table ***************/
.home_table .table thead th, .home_table .table thead td {
  border: none;
  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;
}

.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: 10px;
}

.table-card {
  box-shadow: inset 0px 3px 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 0px;
  height: 300px;
  width: 100%;
  padding: 10px;
}

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

.home_table {
  margin-bottom: 0px !important;
  font-size: 12px !important;
}

.home_table table td, .home_table table th {
  font-size: 14px !important;
  padding: 7px 7px;
}

.footerstatement {
  font-size: 12px;
}

.dt {
  font-size: 12px;
}

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