/* Main */
.main h1 {
  margin: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  color: #2F3D52;
}

.main  p.subtitle {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 48px;
  margin: 0;

  color: #868A95;
}

.main h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
  color: #2F3D52;
}

/* End of Main */



.main-card-articles {
  background-color: white;
  box-shadow: 0px 20px 60px #F1F3F4;
  border-radius: 4px;
  margin-top: -120px;
  display: inline-block;
  width: 60%;
}

.main-card-articles .date {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #9196A0;
}

.main-card-articles .title {
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #232F42;
}

.main-card-articles .desc {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.main-card-articles .next, .next-mini {
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #9DA4AE;
}

.main-card-articles .next-mini {
  color: #9DA4AE;
}

.btn-selanjutnya {
  font-weight: 600;
  color: #6129DA;
  border-color: #6129DA;
  border-radius: 4px;
  font-size: 14px;
}

.back-image {
  margin-top: 10px;
  margin-bottom: 10px;
  /* background-image: url("../../../../berita/librarydef-1.PNG"); */
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
}

.back-image-main {
  height: 456px;
}

.back-image-sub {
  height: 456px;
}

.back-image-add {
  height: 191px;
}

@media only screen and (max-width: 800px) {
  .back-image-main {
    height: 375px;
  }
  .back-image-sub {
    height: 291px;
  }
}

@media only screen and (max-width: 600px) {
  .back-image-main {
    height: 275px;
  }
  .back-image-sub {
    height: 191px;
  }
}

.search-input-wrapper {
  position: relative;
  width: 420px;
  margin-right: 13px;
}

.search-input-wrapper .search-input-label {
  position: absolute;
  font-size: 12px;
  left: 13px;
  top: 5px;
  color: #A8A9B1;
  font-family: 'Barlow';

}

.search-input-wrapper #input_search_news {
  height: 50px;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  padding-top: 25px;
  color: #344359;
  font-family: 'Barlow';
  border: 1px solid #E6E9ED;
  border-radius: 4px;
}


#search_result .text-result {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #2F3D52;
}

#search_result .card-result {
  width: 100%;
  display: flex;
}

#search_result .card-result .card-result-image img {
  width: 140px;
  height: 120px;
  border-radius: 4px;
  margin-right: 13px;
}

#search_result .card-result .card-result-desc {
  width: 100%;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 20px 60px #F1F3F4;
  border-radius: 4px;
  padding: 24px 30px;
}

#search_result .card-result .card-result-desc .date {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 0.4;
  color: #9196A0;
}

#search_result .card-result .card-result-desc .title {
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #232F42;
}

#search_result .card-result .card-result-desc .link {
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #9DA4AE;
}

#search_result .empty-result {
  text-align: center;
  padding-top: 100px;

}
#search_result .empty-result p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #7E8CA0;
}