.filter-icon
{
    position: relative;
}

.filter-menu {
    padding: 5px 15px 10px 15px;
    z-index: 1;
    position: absolute;
    top: 30px;
    width: 200px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    visibility: hidden;
}

.viewfilter
{
    visibility: visible;
}
#course
{
    overflow-x: scroll;
}
.course
{
    width: max-content !important;
}
.card-header{
      display: flex;
    justify-content: space-between;
    }

.report_desc{
  font-size: 16px;
}
.filterclose{
  float: right;
}

/*.ReportInactive{display: none;}
.ReportActive { display:block; }*/

/*.tblhead
{
    width: calc(60%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.fltr
{
    font-size: 13px;
    cursor: pointer;
}*/



table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th input {
  width: 100%;
  box-sizing: border-box;
}

th {
  background-color: #f2f2f2;
}

.pagination {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination button {
  margin: 0 8px;
}

.title{
  font-size: 16px !important;
}





/*
table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

th {
  background-color: #f2f2f2;
}

/*div {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}*/

/*button {
  margin: 0 4px;
}


table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th input {
  width: 100%;
  box-sizing: border-box;
}

th {
  background-color: #f2f2f2;
}

.pagination {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination button {
  margin: 0 8px;
}*/