@font-face{
  /* font-family: abc; */
  src: url(font/);
}



/* Faculty_and_staff section start */


/* course-catgory-section-start */
.faculty-course-catgory .card img{
  height:100%;
}

.faculty-course-catgory p{
  font-family: inknut antiqua;
  font-size: 16px;
  opacity: 1;
}

.faculty-course-catgory h2{
  font-family: Lalezar-Regular;
  font-size: 35px;
  font-weight: bold;
}

.course-cantainer span{
  font-family: Archivo-narrow;
}


.faculty-course-catgory .line{
  display: flex;
  justify-content: start;
  align-items: start;
}

.faculty-course-catgory .line-height{
  width: 180px;
  height: 3px;
  background-color: #F81462;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faculty-course-catgory .card-group{
  display: flex;
  gap: 15px;
  border: none;
}


.faculty-course-catgory #papular-card h5{
  font-family: Archivo-VariableFont_wdth,wght;
  font-size: 20px;
}

.faculty-course-catgory #papular-card p{
  font-family: Archivo;
  font-size: 17px;
}

.faculty-course-catgory  #more-details{
  background-color: #cfe9f1;
  opacity: 1;
  color: #538fe4;
  display: inline-block;
}

 
/* Faculty_and_staff section end */



/* left nevbar sction start */

#left-navbar{
  border-top: 15px solid #080130;
  background-color: #fff;
  box-shadow: 0px 5px 10px;
  width: 280px;
  border-radius: 5px ;
}

.left-nav-item{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 10px;
  
}

#left-item li {
  padding: 10px 0px ;
  text-align: start;
  border-bottom: 1px #dddbd8 solid;
}

.left-nav-item li a:hover{
  color: #019D9D;
  padding-left: 18px !important;
  transition: all 300ms ease;
}
.left-nav-item  li a{
  position: relative;
  color: #000;
  text-decoration: none;
  padding: 10px 0px;
  line-height: 30px;
  font-weight: 500;
  font-size: 15px;
  font-family: 'poppins',sans-serif;
}

#left-item .active{
  color: #019D9D;
}

@media screen and (max-width: 768px) {
  #staff-name{
    overflow-y: scroll;
  }
  #staff-name thead th, #staff-name thead tbody td {
    font-size: 14px;
  }
}

@media screen and (max-width:576px){
  #left-navbar-hide{
   display: none;
  }

  #staff-name thead th, #staff-name thead tbody td {
    font-size: 14px;
  }
  #staff-name{
    overflow-y: scroll;
  }
}

/* #staff-name .table  { 
  border-left: none;
  border-right: none;
  
} */

#task-input-container label{
  background: none;
  color: #000000;
 cursor:default;
} 

#task-input-container label:hover{
  background: none;
  color: #000000;
 cursor:default;
}

