.covid-19-ivoox {
  display: none !important;
}

.jadwal-imsak {
  border: 1px solid #e3e4e8;
  border-radius: 10px;
  padding: 15px;
}

.text-imsak {
  color: #171821 !important;
}
.heading-imsak-wrapper h6 {
  color: #54555e;
}
.title-imsak {
  color: #c00;
}

.heading-imsak-wrapper {
  margin-top: 25px;
}
.navbar-sementara li {
  float: left;
  margin-right: 10px;
}

.section-politik .owl-item {
  width: 282px;
  margin-right: 30px;
}

.heading-imsak {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #cc0000;
  margin-bottom: 5px;
}

/*================= Text Editor =================*/
.hidden {
  display: none !important;
}

.quill .ql-editor {
  min-height: 18em;
}

.carousel img {
  width: 100%;
  height: 380px;
}

.containerImg {
  position: relative;
  max-width: 100%;
  /* Maximum width */
  margin: 0 auto;
  /* Center it */
  height: 380px;
}

.containerImg .contentImg {
  position: absolute;
  /* Position the background text */
  bottom: 0;
  /* At the bottom. Use top:0 to append it to the top */
  /* background: rgb(0, 0, 0); */
  /* Fallback color */
  /* background: rgba(0, 0, 0, 0.5); */
  /* Black background with 0.5 opacity */
  color: #f1f1f1;
  /* Grey text */
  width: 100%;
  /* Full width */
  padding: 20px;
  text-align: center;
  /* Some padding */
}

.contentImg a h2,
.contentImg h2 {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.ads-top {
  /* background-color: #ccc; */
  /* color: black; */
  /*min-height: 60px;*/
  position: relative;
  margin-bottom: 16px;
}

.ads-bottom {
  /* background-color: #ccc; */
  /* color: black; */
  height: 60px;
  position: relative;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999 !important;
}

.ads-bottom-static {
  /* background-color: #ccc; */
  /* color: black; */
  height: 60px;
  position: relative;
  width: 100%;
}

.ads-left {
  background-color: #ccc;
  color: black;
  color: white;
  padding: 16px;
  height: 100%;
  position: fixed;
  left: 0;
  width: 200px;
  z-index: 999 !important;
  padding-top: 64px;
}

.ads-right {
  background-color: #ccc;
  color: black;
  color: white;
  padding: 16px;
  height: 100%;
  position: fixed;
  right: 0;
  width: 200px;
  z-index: 999 !important;
  padding-top: 64px;
}

body {
  height: 100%;
  margin: 0px;
}

.adsens-left {
  /* background-color: black; */
  color: white;
  min-height: 100px;
  height: auto;
}

.adsens-right {
  /* background-color: black; */
  color: white;
  min-height: 100px;
  height: auto;
}

.adsens-image {
  width: 100%;
  /*maintain aspect ratio*/
}

.hide {
  display: none;
}

#datatable-comment th:nth-child(3),
#datatable-comment th:nth-child(4),
#datatable-contact th:nth-child(6) {
  min-width: 170px;
}

#datatable-career th:nth-child(2),
#datatable-career th:nth-child(3),
#datatable-career th:nth-child(4),
#datatable-career th:nth-child(5),
#datatable-comment th:nth-child(5),
#datatable-contact th:nth-child(7) {
  min-width: 130px;
}

#datatable-contact th:nth-child(2),
#datatable-contact th:nth-child(3),
#datatable-contact th:nth-child(5) {
  min-width: 100px;
}

.ql-snow .ql-tooltip {
  left: 0px !important;
}

.basic-multi-select input {
  height: 32px !important;
  margin-bottom: 0px !important;
}

.basic-author-select input {
  height: 32px !important;
  margin-bottom: 0px !important;
}

.basic-author-select .select__indicators {
  display: none;
}

.basic-author-select .select__menu {
  z-index: 15;
  width: 250px;
}

.pagination__page {
  cursor: pointer;
}

.pagination__page:hover {
  background-color: #cc0000;
  border-color: transparent;
  color: #fff;
}

.month-post-list .react-datepicker-popper {
  top: -15px;
  margin-top: 0px;
  right: 0px;
  left: auto !important;
}

.month-post-list .react-datepicker__month-container {
  width: 220px;
}

.month-post-list .react-datepicker__triangle {
  right: 50px;
  left: auto;
}

.min-height-auto .entry.card .card__body {
  min-height: auto;
}

.form-edit-media {
  font-size: 13px;
}

.form-edit-media input {
  margin-bottom: 0px;
}

.category-section-post .card-row > div:nth-child(3),
.category-section-post .card-row > div:nth-child(4) {
  margin-bottom: 0px;
}

.form-edit-media .row > .col-md-6:nth-child(1) {
  padding-right: 0px;
}

.form-edit-media .row > .col-md-6:nth-child(2) {
  padding-left: 5px;
}

table.dataTable thead .sorting {
  background-image: url('../img/sort_both.png') !important;
}

table.dataTable thead .sorting_asc {
  background-image: url('../img/sort_asc.png') !important;
}

table.dataTable thead .sorting_desc {
  background-image: url('../img/sort_desc.png') !important;
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url('../img/sort_asc_disabled.png') !important;
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url('../img/sort_desc_disabled.png') !important;
}

.btn-career-position {
  padding-left: 20px !important;
}

.btn-career-position:focus {
  color: #cc0000 !important;
}

.btn-career-position:hover {
  color: #fff !important;
}

.dataTables_processing {
  z-index: 10;
}

.logo__img {
  width: 90%;
}

.ebook_post_title {
  margin-top: 10px;
}

.p-0-i {
  padding: 0px !important;
}

.tt-capitalize {
  text-transform: capitalize;
}

ul.nav__menu {
  width: 1200px;
  height: auto;
  /* overflow: auto; */
}

.aso > a {
  /* color: #000 !important; */
}

.aso > a:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
}

.aso > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000000 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.aso {
  background-color: #c00;
}

.ebook-meta-title {
}

.ebook-meta-desc {
  color: #c00;
}

div.socials a i::before {
  font-size: 25px;
}

.socials--nobase a {
  width: auto;
}

.tabs__url {
  padding: 12px !important;
  text-align: center;
  font-size: 12px;
}

.top-bar-socmed a {
  width: 15px;
}

div.top-bar-socmed a i::before {
  font-size: 14px;
}

aside.widget-headlines {
  height: 762px;
  overflow-y: auto;
}

div.stockdio-home div.StockdioWidget_Main {
  height: 200px;
  overflow-y: auto;
}

.pinned-home article.card {
  height: 350px;
  overflow: auto;
}

.pinned-home article.card .entry__img-holder {
  overflow: visible;
}

.caption-foto-article {
  font-size: 12px;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 5px;
}

@media only screen and (min-width: 576px) {
  .modal-dialog.modal-image-custome {
    max-width: 80%;
  }
}

@media only screen and (max-width: 991px) {
  .jadwal-imsak {
    padding: 15px 15px 5px 15px;
  }

  .jadwal-imsak .row {
    padding-left: 35px;
  }
  .title-imsak {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .text-imsak {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .heading-imsak {
    font-size: 14px;
  }

  .heading-imsak-wrapper h6 {
    font-size: 12px;
  }

  .heading-imsak-wrapper {
    padding: 0px 15px;
  }
  .footer-address {
    text-align: center;
  }
  .logo__img_footer {
    text-align: center;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 7676px) {
  .form-edit-media {
    margin-top: 15px;
  }
  .form-edit-media .row > .col-md-6:nth-child(1) {
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .form-edit-media .row > .col-md-6:nth-child(2) {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .sidenav__menu > li > a {
    padding: 15px 25px;
  }

  .trending-now {
    margin: 16px 0;
  }

  .counter-container > .button {
    padding: 0 !important;
    margin: 20px auto 0px auto !important;
  }

  .counter-container > .button > .btn {
    font-size: 14px;
  }

  .nopadding-mob {
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 576px) {
  .category-section-post .card-row > div:nth-child(3) {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .ebook_post_title {
    margin-top: 0px !important;
  }
}

.ramadan > a {
  /* color: #000 !important; */
}

.ramadan > a:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
}

.ramadan > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000000 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ramadan {
  background-color: #c00;
}

.nav__menu > li > a {
  padding: 0 8px;
}

.infografik-card {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  border: 1px solid rgba(12, 12, 12, 0.4);
  border-radius: 1rem;
  overflow: hidden;
  min-height: 340px;
}

.infografik-card2 {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  border: 1px solid rgba(12, 12, 12, 0.4);
  border-radius: 1rem;
  overflow: hidden;
}

.infografik-footer {
  flex: 1;
  display: flex;
  padding: 1rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: 115px;
}

.infografik .slick-slide {
  padding: 0 8px;
}

.infografik .slick-list {
  padding: 0 -8px;
  margin: auto -8px;
}

.tagscroll::-webkit-scrollbar {
  display: none;
}

.sidenav__menu-url {
  text-transform: uppercase;
}

.widget-title2 {
  font-size: 13px;
  color: #cc0000;
  text-transform: uppercase;
  font-weight: 900;
}

.footer-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: black;
}

.footer-link-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: black;
}

.footer-link-child {
  margin-right: 50px;
  max-width: 190px;
}
.footer-link a {
  color: black;
}

.footer-bot {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .footer-link {
    flex-direction: column;
    color: black;
    max-height: none;
    margin-bottom: 16px;
  }
  .footer-link-child {
    margin-right: 0;
  }

  .footer-bot {
    flex-direction: column;
  }
}

.btn-email {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.row-ebook {
  border: 1px solid #ccc;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 100%;
  overflow: hidden;
}
.card_img_ebook {
  height: 100%;
}
.ebook-footer entry__header * {
  font-size: 10px !important;
}

.ebook-footer {
  padding: 16px;
}

.ebook_post_title_2 {
  font-size: 18px !important;
}

.ebook_desc * {
  font-size: 14px !important;
  line-height: 1.5 !important;
}
