
.dosen-page-hero-v40{
  padding:80px 0 110px;
  color:#fff;
  background:
    linear-gradient(120deg,rgba(0,67,43,.94),rgba(127,109,0,.82)),
    url('../img/bg_kampus.jpg') center/cover no-repeat;
}

.breadcrumb-v40{font-size:14px;margin-bottom:25px}
.breadcrumb-v40 a{color:#fff;text-decoration:none}
.breadcrumb-v40 span{margin:0 8px}

.dosen-page-hero-v40 h1{
  font-size:46px;
  font-weight:800;
  margin:0;
}

.hero-line-v40{
  width:70px;
  height:4px;
  background:#f5b400;
  margin:18px 0;
  border-radius:10px;
}

.dosen-page-hero-v40 p{
  max-width:760px;
  font-size:17px;
  line-height:1.8;
}

.dosen-wrap-v40{
  background:#f5f7fb;
  padding:0 0 70px;
}

.dosen-panel-v40{
  background:#fff;
  margin-top:-55px;
  padding:26px;
  border-radius:24px;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.dosen-tabs-v40{
  display:flex;
  gap:18px;
  margin-bottom:22px;
  flex-wrap:wrap;
}

.dosen-tabs-v40 a{
  padding:15px 22px;
  border-radius:14px;
  background:#f8fafc;
  color:#34435e;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.dosen-tabs-v40 a.active{
  background:#fff;
  color:#003b7a;
  border-bottom:4px solid #f5b400;
}

.dosen-tools-v40{
  display:flex;
  gap:15px;
  align-items:center;
  flex-wrap:wrap;
}

.search-box-v40{
  flex:1;
  min-width:280px;
  height:52px;
  border:1px solid #dce3ef;
  border-radius:14px;
  display:flex;
  align-items:center;
  padding:0 16px;
  background:#fff;
}

.search-box-v40 input{
  border:0;
  outline:0;
  width:100%;
  margin-left:10px;
}

.dosen-tools-v40 select,
.dosen-tools-v40 button{
  height:52px;
  border-radius:14px;
  border:1px solid #dce3ef;
  padding:0 18px;
  background:#fff;
}

.dosen-tools-v40 button{
  background:#003b7a;
  color:#fff;
  cursor:pointer;
}

.homebase-block-v40{
  margin-top:55px;
}

.homebase-title-v40{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:26px;
}

.homebase-title-v40 div{
  display:flex;
  align-items:center;
  gap:14px;
}

.homebase-title-v40 span{
  width:48px;
  height:48px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:20px;
}

.homebase-title-v40.green span{background:#16803c}
.homebase-title-v40.blue span{background:#0067d8}
.homebase-title-v40.orange span{background:#f59e00}
.homebase-title-v40.purple span{background:#7b2cbf}

.homebase-title-v40 h2{
  font-size:26px;
  margin:0;
  color:#061b3a;
}

.homebase-title-v40 em{
  background:#fff;
  padding:10px 18px;
  border-radius:30px;
  font-style:normal;
  font-weight:700;
  box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.lecturer-grid-v40{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:26px;
}

.lecturer-card-v40{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  display:grid;
  grid-template-columns:140px 1fr;
  min-height:210px;
  box-shadow:0 12px 30px rgba(0,0,0,.07);
  animation:fadeUpV40 .7s ease both;
  transition:.35s;
}

.lecturer-card-v40:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 45px rgba(0,0,0,.13);
}

.lecturer-img-v40 img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.lecturer-body-v40{
  padding:22px;
  position:relative;
}

.mail-v40{
  position:absolute;
  right:18px;
  top:18px;
  width:34px;
  height:34px;
  border-radius:10px;
  background:#eefbf3;
  color:#0b8a3b;
  display:flex;
  align-items:center;
  justify-content:center;
}

.lecturer-body-v40 h3{
  font-size:19px;
  color:#061b3a;
  margin:0 40px 8px 0;
}

.role-v40{
  color:#0b8a3b;
  font-weight:700;
  font-size:14px;
}

.lecturer-body-v40 ul{
  list-style:none;
  padding:0;
  margin:18px 0 0;
}

.lecturer-body-v40 li{
  display:grid;
  grid-template-columns:22px 85px 1fr;
  gap:7px;
  font-size:13px;
  color:#516079;
  margin-bottom:8px;
}

.lecturer-body-v40 li b{
  color:#061b3a;
}

.empty-v40{
  background:#fff;
  text-align:center;
  padding:55px;
  border-radius:22px;
  margin-top:45px;
}

.empty-v40 i{
  font-size:58px;
  color:#b7c4d8;
}

@keyframes fadeUpV40{
  from{opacity:0;transform:translateY(30px)}
  to{opacity:1;transform:translateY(0)}
}

@media(max-width:768px){
  .dosen-page-hero-v40 h1{font-size:34px}
  .lecturer-card-v40{
    grid-template-columns:1fr;
  }
  .lecturer-img-v40 img{
    height:260px;
  }
}
