@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@500&display=swap');

:root {
  --light-bg-color-primary: 72, 173, 156 !important;
  --light-bg-color-secondary: 88, 220, 197 !important;
  --bs-primary-rgb: 72, 173, 156 !important;
  --bs-secondary-rgb: 88, 220, 197 !important;
  --dark-bg-color-primary: 46, 46, 46 !important;
  --dark-bg-color-secondary: 26, 26, 26 !important;
  --bs-accordion-btn-icon-width: 1em !important;
}

.content-page-100>* {
  width: 100% !important;
}

.c-utama {
  background-color: rgb(var(--light-bg-color-primary));
}

:root {
  font-family: "PT Sans";
}

a {
  text-decoration: none;
}

.accordion-body-arsip{
  margin: 0;
  padding: 0;
}

[data-bs-theme=light] .ws .MPtimetable td:nth-child(2) {
  color: #000000;
}

[data-bs-theme=light] .bc-satu {
  background-color: rgb(var(--light-bg-color-primary));
}

[data-bs-theme=light] .bc-dua {
  background-color: rgb(var(--light-bg-color-secondary));
}

[data-bs-theme=light] .bc-tiga {
  background-color: #f7f7f7;
}

[data-bs-theme=light] .tc-auto {
  color: #212529 !important;
}

[data-bs-theme=dark] .tc-auto {
  color: #f7f7f7 !important;
}

[data-bs-theme=light] .tc-satu {
  color: rgb(var(--light-bg-color-primary));
}

[data-bs-theme=light] .tc-dua {
  color: #f7f7f7;
}

[data-bs-theme=light] .jadwal-sholat thead td {
  color: rgb(var(--light-bg-color-primary));
}

[data-bs-theme=dark] .ws .MPtimetable td:nth-child(2) {
  color: #f7f7f7;
}

[data-bs-theme=dark] .bc-satu {
  background-color: rgb(var(--dark-bg-color-primary));
}

[data-bs-theme=dark] .bc-dua {
  background-color: rgb(var(--dark-bg-color-secondary));
}

[data-bs-theme=dark] .bc-tiga {
  background-color: rgb(var(--dark-bg-color-secondary));
}

[data-bs-theme=dark] .tc-satu {
  color: #f7f7f7;
}

[data-bs-theme=dark] .tc-dua {
  color: #f7f7f7;
}

[data-bs-theme=dark] .jadwal-sholat thead td {
  color: #f7f7f7;
}


[data-bs-theme=light] .slider:before {
  content: url('moon.svg');
}

[data-bs-theme=dark] .slider:before {
  content: url('sun.svg');
}

[data-bs-theme=light] .slider {
  background: rgba(0, 0, 0, .20);
}

[data-bs-theme=dark] .slider {
  background: rgba(255, 255, 255, .20);
}

[data-bs-theme=dark] .logo-dark {
  display: block;
}

.logo-light {
  display: none;
}

[data-bs-theme=light] .logo-light {
  display: block;
}

[data-bs-theme=light] .card-link .card-body {
  color: #212529 !important;
}

[data-bs-theme=light] .card-side .card-body {
  color: #212529 !important;
}

[data-bs-theme=dark] .card-link .card-body {
  color: #f7f7f7 !important;
}

[data-bs-theme=dark] .card-side .card-body {
  color: #f7f7f7 !important;
}

[data-bs-theme=light] .after_menu_div {
  background-color: #fff !important;
  color: #000 !important;
}

[data-bs-theme=dark] .after_menu_div {
  background-color: #6d6d6d !important;
  color: #fff !important;
}

.print-only-area {
  display: none !important;
}

@media print {
  .hide-area-print {
    display: none !important;
  }

  .print-only-area {
    display: flex !important;
  }
}

figure.image img {
  width: 100% !important;
  height: 100% !important;
}

.logo-dark {
  display: none;
}
/* 
.tCari:before {
  content: url('search.svg');
  fill: #fff;
  color: #fff;
} */

.menu .nav-item .nav-link:hover {
  color: #FEB540;
  -webkit-transition: color .7s;
  /* For Safari 3.0 to 6.0 */
  transition: color .7s;
  /* For modern browsers */
}

.navbar-collapse .nav-link {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
}

.menu-mobile .nav-link {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: left;
}

.nav-link .border-menu {
  position: absolute !important;
  width: 0 !important;
  height: 3px !important;
  display: block !important;
  bottom: 0 !important;
  background: #FEB540 !important;
  transition: width .5s ease !important;
  -webkit-transition: width .5s ease !important;
}

.nav-link:hover .border-menu {
  width: calc(100% - 14px) !important;
}

.dropdown:hover .border-menu {
  width: calc(100% - 14px) !important;
}

.menu-dropdown {
  display: none;
  margin-left: 7px !important;
  position: absolute;
  z-index: 9;
  padding-top: 3px !important;
  background-color: transparent;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.menu-dropdown a {
  background-color: rgb(247, 247, 247);
  color: rgb(var(--light-bg-color-primary));
  line-height: 1.8666;
  padding: 7px 22px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #e9ecef;
}

.menu-dropdown a:hover {
  background-color: rgb(247, 247, 247);
}

.dropdown:hover .menu-dropdown {
  display: block;
}

.dropdown:hover .link-dropdown {
  color: #FEB540;
}

.dropdown-item:hover {
  color: #FEB540;
}

.after_menu_div{
  border-top: 0px solid #acacac;
  border-bottom: 0px solid #acacac;
}

.after_menu_div ul {
  list-style: none;
  position: relative;
  padding: 0px !important;
  margin: 0px !important;
}
.after_menu_div ul li{
  font-size: 0.8em !important;
  margin: .3rem .5rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
}

.switch .theme_switcher {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  height: 24px;
  width: 24px;
  left: 1px;
  top: 1px;
  font-size: 22px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
  display: flex;
  justify-content: center;
  align-items: center;
}


.theme_switcher:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

.theme_switcher:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.marb-2 {
  margin-bottom: 4.5rem;
}

.h-logo {
  width: 100%;
  max-height: 80px;
}

.container-md {
  max-width: 1170px;
}

.card {
  border: 0 !important;
}

.banner {
  width: 100%;
  border-radius: 5px 0 0 5px;
}

.menu {
  max-height: 4.5rem;
  font-size: 0.9em;
}

.tombol-menu {
  background: rgba(0, 0, 0, .20);
  margin-left: 0.5rem;
  font-size: 1.3rem;
  padding: 8px;
  border-radius: 10px;
  color: #f7f7f7;
}

.menu-tmobile {
  max-height: 4.5rem;
}

.option-menu {
  margin: 1rem 0;
  border-top: 1px solid #dde1ec;
  padding: 1rem 0;
}

.home_section {
  margin-top: 30px;
}

.section_side {
  margin-bottom: 30px;
}

.section_side .artikel-side {
  display: inline-flex;
  align-items: center;
}

.section_side .artikel-side .nomor {
  font-size: 2em;
  color: rgb(var(--light-bg-color-primary));
  margin-right: 1rem;
  font-weight: bold;
}

.section_side .artikel-side .judul {
  font-size: 1em;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2;
          line-clamp: 2; */
  -webkit-box-orient: vertical;
}

.card-link {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0) !important;
}

.card-link:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.card-link .card-body:hover,
.card-link .card-title:hover {
  color: rgb(var(--light-bg-color-primary)) !important;
}

.card-side {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0) !important;
}

.card-side:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.card-side .card-body {
  font-weight: 600;
}

.card-side .card-body:hover {
  color: rgb(var(--light-bg-color-primary)) !important;
}

.section-title {
  margin-bottom: .5rem;
}

.section-title h1 {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 3px;
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  text-transform: uppercase;
}

.section-title h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3.7px;
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(90deg, rgb(var(--light-bg-color-secondary)) 0%, rgb(var(--light-bg-color-primary)) 100%);
}

.section-title h1 a {
  text-decoration: none;
  bottom: -3px;
  font-weight: 500;
  font-size: .6em !important;
  position: relative;
  filter: brightness(80%);
  color: rgb(var(--light-bg-color-primary));
}

.section-title h1 a:hover {
  filter: brightness(100%);
}

.artikel-side {
  line-height: 1.3;
  font-size: 0.95em;
}

.kakan-side {
  max-width: 100%;
  padding: 20px 20px 10px;
  text-align: center;
  color: #777;
  font-size: 14px;
  font-weight: 700;
}

.foto-kakan {
  max-width: 100%;
  border-radius: 5px;
  aspect-ratio: 4.5/5.5;
  object-fit: cover;
}

.bd-mode-toggle {
  z-index: 1500;
}

h6 {
  margin-bottom: 0.2rem;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.liat_berita_slider {
  cursor: pointer;
}

.artikelSlider {
  border-radius: 5px;
}

#artikelSlider-next:hover,
#artikelSlider-prev:hover {
  background-color: rgba(247, 247, 247, .5);
}

#bannerSlider {
  border-radius: 10px;
}

.artikel-thumb {
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.artikel-slider-desc {
  padding: 50% 20px 20px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.swiper {
  height: auto;
}

.swiper-slide {
  display: flex;
  align-items: end;
}

.swiper-slide-banner {
  padding: 0px !important;
}

.swiper-slide img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  transition: 0.5s;
  opacity: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f7f7f7;
  color: rgb(var(--light-bg-color-primary));
}

.swiper-button-next::after,
.swiper-button-prev::after {
  filter: brightness(60%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px;
  font-weight: 800;
}

.swiper-pagination {
  margin-bottom: -5px;
}

.swiper-pagination-bullet {
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: rgb(var(--light-bg-color-primary));
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
  transition: 0.5s;
  opacity: 0.7;
}

.jadwal-sholat {
  margin-bottom: 0 !important;
}

.jadwal-sholat table {
  border: 0px !important;
  border-width: 0px !important;
  width: 100%;
  text-align: center;
  margin-bottom: 0 !important;
}

.jadwal-sholat thead td {
  padding-bottom: 0px;
  border: 0px !important;
  border-width: 0px !important;
  font-weight: 700;
  font-size: 16px;
}

.jadwal-sholat tbody td {
  padding-bottom: 0;
  padding-top: 0;
}

.artikel {
  box-shadow: none !important;
}

.artikel:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  transition: box-shadow .3s ease !important;
  -webkit-transition: box-shadow .3s ease !important;
}

.link-berita:hover .card-title {
  color: rgb(var(--light-bg-color-primary));
  transition: color .3s ease !important;
  -webkit-transition: color .3s ease !important;
  cursor: pointer;
}

.artikel .card-title {
  font-size: 1.1em !important;
  font-family: 'Signika Negative', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.artikel .artikel-info {
  padding: .5rem;
}

.artikel img {
  object-fit: cover;
  width: 100%;
  height: 7rem;
  margin: auto 0;
}

.artikel .artikel-kategori {
  font-size: .63em;
  background-color: rgb(var(--light-bg-color-primary));
  color: #fff;
  border-radius: 5px;
  padding: 2px 4px;
  width: 100%;
  font-weight: 500;
  letter-spacing: .5px;
}

.artikel small {
  font-size: .7em;
}

.berita {
  text-decoration: none;
}

.berita-title {
  font-size: 40px !important;
  font-weight: 700;
  font-family: 'Signika Negative', sans-serif;
}

.author-berita {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.author-berita img {
  object-fit: cover;
  width: 200px;
  height: 200px;
  border-radius: 20%;
}

.author-berita .detail-author {
  text-align: center;
}

.author-berita .nama-author {
  margin-bottom: -5px;
  font-weight: 700;
  font-size: 24px !important;
  text-transform: capitalize;
  opacity: .8;
  color: inherit;
  margin: 5px 0;
}

.author-berita .batch-author {
  margin-bottom: -5px;
  color: #fff;
  margin: 5px 0;
  background-color: rgb(var(--light-bg-color-primary));
  font-size: .8em;
  border-radius: 5px;
  padding: 3px 6px;
  width: 100%;
  font-weight: 500;
  letter-spacing: .6px;
}

.penulis-berita {
  display: flex;
  flex: 1;
  align-items: center;
}

.penulis-berita img {
  object-fit: cover;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
}

.berita-info {
  margin-top: 1.5rem;
  margin-bottom: 1.3rem;
}

.detail-penulis p {
  margin-bottom: -5px;
  font-weight: 700;
  font-size: 14px !important;
  text-transform: capitalize;
  opacity: .8;
  color: inherit;
}

.detail-penulis a {
  color: inherit;
}

.detail-penulis a:hover {
  color: rgb(var(--light-bg-color-primary));
}

.detail-penulis small {
  font-size: 12px !important;
  opacity: .8;
}

.tanggal-berita {
  display: flex;
  flex: 1;
  justify-content: end;
  align-items: center;
  font-size: 13px !important;
  opacity: .8;
}

.berita-isi img {
  border-radius: 10px;
}

.search_form {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  position: fixed;
  padding: 20px 15px;
  backdrop-filter: blur(5px);
  box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.256);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.video-container{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.video-card:hover .thumbnail-video{
  filter: brightness(80%);
}

.video-card:hover .play-icon-big{
  display: block;
}
.video-card:hover .play-icon{
  display: block;
}

.play-icon-big{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5rem 0 0 -2.5rem;
  font-size: 4rem;
  color: rgb(var(--light-bg-color-secondary), .8);
}

.play-icon{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.5rem 0 0 -1.5rem;
  font-size: 3rem;
  color: rgb(var(--light-bg-color-secondary), .8);
}

.container_search {
  width: 80%;
  height: auto;
  /* background-color: #1e272e; */
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4rem;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.container_search form{
  flex-grow: 1;
}

.search__box {
  width: 100%;
  float: left;
  padding: .5rem 1rem;
  height: 3rem;
  background: none;
  color: #333333;
  font-size: 1.5rem;
  border-radius: 2rem;
  outline: none;
  border: none;
  vertical-align: middle;
  position: relative;
  opacity: 1;
  justify-content: center;
  transition: all .25s ease-in;
  cursor: text;
}

.search__icon {
  box-sizing: border-box;
  float: right;
  font-size: 1.7rem;
  display: inline-block;
  margin-left: 0;
  margin-top: 0;
  cursor: pointer;
  filter: brightness(80%);
  color: rgb(var(--light-bg-color-primary));
  transition: all .25s ease-in;
  padding: .5rem .8rem .5rem .5rem;
  border-radius: 50%;
}

.list-full-page {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  row-gap: 1rem;
}

.list-full-page .card-title {
  font-size: 1.1em !important;
  font-family: 'Signika Negative', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-full-page img {
  object-fit: cover;
  width: 100%;
  height: 7rem;
  margin: auto 0;
}

/* VIDEO SLIDE */

#videoSlider {
  height: 18rem;
  padding: 0;
}

#videoSlider-prev:hover,
#videoSlider-next:hover {
  background-color: rgb(var(--light-bg-color-primary))42;
}

#videoSlider-prev::after,
#videoSlider-next::after {

  -webkit-text-stroke-width: 1px;
  -webkit-filter: brightness(60%);
  -webkit-text-stroke-color: rgb(var(--light-bg-color-primary));
}


/* DETAIL ARTIKEL */

.footer-peran {
  display: flex;
  margin: 1rem 0;
  padding: .5rem 0;
  border-top: 1px solid #dde1ec;
  border-bottom: 1px solid #dde1ec;
}

.footer-peran div {
  flex: 1;
}

.nama-peran {
  font-weight: 700;
  font-size: 14px !important;
  text-transform: capitalize;
  opacity: .8;
  color: inherit;
}

.nama-peran a {
  color: inherit;
}

.nama-peran a:hover {
  color: rgb(var(--light-bg-color-primary));
}

.footer-atribut {
  justify-content: space-between;
}

.footer-atribut .tags,
.footer-atribut .share {
  margin: 1rem 0;
}

.tags span {
  margin-right: .5rem;
}

.tags div {
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid #c3c5cc;
  border-radius: 25px;
  padding: 1px 6px;
  margin: 2px 0;
  font-size: .8em;
}

.share {
  display: inline-flex;
}

.share span {
  margin: 0 5px 0 0;
  padding: .15rem 0;
}

.share a {
  padding: 0 .15rem;
  cursor: pointer;
}

.social-icon {
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.berita-deskripsi {
  font-size: .8em !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5 !important;
  line-clamp: 5 !important;
  -webkit-box-orient: vertical;
}

.berita-deskripsi>* {
  text-decoration: none;
}


/* END DETAIL ARTIKEL */

.accordion-button{
  font-size: .5em;
}

.accordion-button::after{
  filter: brightness(0) invert(1) !important;
  background-size: 1em !important;
}
.accordion-button:focus{
  box-shadow: none !important;
}

.table-border{
  width: 100%;
  border: 1px solid #d9d9d9;
  color: #212529;
  margin-bottom: 0;
  font-size: 0.80em;
  font-weight: 400;
}

.table-border td, .table-border th{
  padding: 0.75rem;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  vertical-align: middle;
}



/* INFORMASI */
.card-file-informasi {
  background-color: rgb(var(--light-bg-color-secondary), 0.2);
  transition: box-shadow 0.3s ease-in-out;
}

.card-file-informasi:hover {
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
}

.card-file-informasi a:hover {
  color: rgb(var(--light-bg-color-primary)) !important;
}

/* END INFORMASI */


/*FOOTER*/

footer {
  background: #16222A;
  background: -webkit-linear-gradient(180deg, rgb(var(--light-bg-color-primary)), #000000);
  background: linear-gradient(180deg, rgb(var(--light-bg-color-primary)), #000000);
  color: white;
  margin-top: 100px;
}

footer h4 {
  font-size: 1.8em !important;
  font-family: 'Signika Negative', sans-serif;
}

.footer-title-border-bottom {
  left: 0;
  bottom: 0;
  height: 3.7px;
  width: 8rem;
  border-radius: 5px;
  background: linear-gradient(90deg, rgb(var(--light-bg-color-secondary)) 0%, rgb(var(--light-bg-color-primary)) 100%);
}


footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: rgb(var(--light-bg-color-primary));
  text-decoration: none;
}

.list-unstyled li {
  margin: .5rem 0;
}

.copy {
  font-size: 1em;
  padding: 2rem 0;
  border-top: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
}

.footer-middle {
  backdrop-filter: brightness(75%);
  padding-top: 2em;
  color: white;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
  margin-top: 2rem;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoInstagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-network a.icoTwitter:hover {
  background-color: #031924;
}

.social-network a.icoYoutube:hover {
  background-color: #FF0000;
}

.social-network a:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}


/* END FOOTER */


@media (min-width: 768px) {
  .gambar-besar {
    width: 100% !important;
    height: 10rem !important;
  }

  .container_search {
    width: 500px;
  }
}

@media screen and (max-width: 425px) {
  .ws {
    width: 100%;
  }

  .ws .MPtimetable tr {
    width: 16.6666%;
  }

  .ws .MPwidget {
    margin: 3px 0 10px 0;
  }

  .ws .MPheader .title,
  .ws .tanggal {
    font-size: 12px;
  }

  .ws .MPtimetable tr td:before {
    height: 17px;
    line-height: 17px;
  }

  .ws .MPtimetable td:nth-child(2) {
    font-size: 13px;
    height: 20px;
    line-height: 14px;
  }
}

/* PAGINATION STYLE */

.pagination {
  display: flex;
  padding: 1em 0;
  justify-content: center;
}

.pagination a,
.pagination strong {
  border: 0;
  font-size: 13px;
  box-shadow: none;
  outline: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  margin-right: 10px;
  box-shadow: 0 2px 4px hsla(0, 0%, 42.4%, 0.2), 0 0 0 transparent;
  transition: all .25s cubic-bezier(.02, .01, .47, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

[data-bs-theme=light] .pagination a {
  color: #889097 !important;
  background: #fff !important;
}

[data-bs-theme=dark] .pagination a {
  color: #f7f7f7 !important;
  background: #363c41 !important;
}

.pagination a:hover {
  box-shadow: 0 6px 8px hsla(0, 0%, 42.4%, 0.3), 0 0 0 transparent;
}

.pagination strong {
  border: 1px solid rgb(var(--light-bg-color-primary));
  background-color: rgb(var(--light-bg-color-primary));
  color: white;
}