@font-face {
  font-family: 'Transcend';
  src: url('Fonts/Transcend.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('Fonts/Poppins.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*
body {
  font-family: 'Transcend', sans-serif;
} */
.blocker {
  z-index: 2 !important;
}
.app__page {
    max-width: 100% !important;
}
 .modal a.close-modal {
  top: 0.5px !important;
  right: 0.5px !important;
  }
  .table-container {
    margin-top: 10px;
    background: #E8E8E8;
    padding: 5px;
    padding-bottom: 0;
}
.table-head{
  background-color: #fdc40f;
  font-size: 20px;
  font-weight: bold;
  padding: 6% 6%;
  text-align: center;
  margin: 0;
}
.table-sub-heading{
  border: none !important;
}
.transcend {
  font-family: 'Transcend', sans-serif !important;
}
.thead{
  font-size: 14px;
  text-align: center !important;
}
.tbody{
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  color: #111;
  text-decoration: none;
  text-align: center !important;
}
.t-left-body-cell{
  /* padding-left: 20px; */
}
.t-border-right{
  border-right: 1px solid !important;
  padding-left: 20px !important;
}
.t-border-bottom{
  border-bottom: 1px solid !important;
}
.t-horizontal-border{
  border-left:5px solid #E8E8E8;
  border-right:5px solid #E8E8E8;
}
.t-bkg-color{
  background-color: #E8E8E8 !important;
}
.margin-zero{
  margin: 0 !important;
}
.search-bar{
  background: #F6F6F6 !important;
  box-shadow: 0px 0px 12px 0px #CCCCCC inset !important;
}
.hover-none:hover{
  color: #111;
}
