.darkmode {
    background-color: #181818 !important;
    color: #fff !important;
}

.darkmode h4 {
    color: #fff !important;
}

.darkmode h6 {
    color: #fff !important;
}

.darkmode p {
    color: #fff !important;
}

.modedark h4 {
    background-color: #fff !important;
    color: #181818 !important;
}

.modedark span {
    background-color: #fff !important;
    color: #181818 !important;
}

.modedark a {
    background-color: #fff !important;
    color: #181818 !important;
}

.avatar {
    border-radius: 50%;
    width: auto;
    height: 60px;
}
@media (max-width: 992px) {
  .notification-overlay1 {
    position: fixed;
    width: 1%;
    z-index: 1000;
    visibility: hidden;
  }

  .notification-overlay2 {
    position: fixed;
    width: 1%;
    z-index: 1000;
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  .notification-overlay1 {
    position: fixed;
    top: 250px;
    left: 80px;
    z-index: 12;
    padding-top: 10px;
    padding-right: 170px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15); */
    /* -webkit-transition: all 0.3s ease-in-out 0s; */
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .notification-overlay1 .notification-overlay__close1 {
    height: 200px; 
    width: auto; 
    position: fixed; 
    top: 0px; 
    left: 140px;
    z-index: 1;
  }

  .notification-overlay1 img {
    height: auto; 
    width: 170px; 
    position: fixed; 
    top: 0px; 
    left: 0px;
  }

  .notification-overlay2 {
    position: fixed;
    top: 250px;
    right: -85px;
    z-index: 12;
    padding-top: 10px;
    padding-right: 170px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .notification-overlay2 .notification-overlay__close2 {
    height: auto; 
    width: 150px; 
    position: fixed; 
    top: 0px; 
    left: 140px;
    z-index: 1;
  }

  .notification-overlay2 img {
    height: auto; 
    width: 170px; 
    position: fixed; 
    top: 0px; 
    left: 0px
  }

}

.sumber{
    text-align: right;
    font-style: italic;
    font-size: 12px;
    padding-bottom: 5px;
}

.katartikel {
  text-transform: capitalize;
  font-family: "Cormorant", Arial, Helvetica, serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-color: rgba(241, 89, 53, 0.87);
  padding: 10px 20px;
  margin-bottom: 15px;
  display: inline-block;
}

#tranding {
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(241, 89, 53, 0.87);
    z-index: 9999999;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
  }
  
  #tranding h3 {
    color: #000000;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: left;
    font-size: 14px;
  }
  
  #tranding h4 {
    color: #000000;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 14px;
  }
  
  #tranding ul {
    text-align: left;
    list-style-type: none;
    padding-bottom: 50px;
    margin-left: -30px
  }
  
  #tranding ul li{
    color: #000000;
    border-bottom: #000000 1px solid;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #tranding ul li a{
    color: #000000;
  }
  
  #tranding.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
  }
  
  #tranding .primary-button {
    position: absolute;
    margin-top: 90px;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: #f15a35;
    width: 80%;
    height: 60px;
    z-index: 999;
    border: none;
    outline: none;
    cursor: pointer;
  }
  
  @media (min-width: 992px) {
    #tranding .primary-button {
      width: 50%;
    }
  }
  
  #tranding button.close {
    cursor: pointer;
    outline: none;
    position: fixed;
    top: 60px;
    right: 40px;
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
    padding: 10px 17px;
    font-size: 36px;
  }