.bok-notif-luar {
  position: fixed;
  left: 20px;
  z-index: 9999999999999 !important;
  }
.bok-notif-luar .bok-notif {
  width: 300px;
  border: 0;
  text-align: left;
  z-index: 99999;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 6px;padding-left:3px;
  border-color: #dddddd;
  box-shadow: 1px 1px 0px 0px rgba(122, 122, 122, 0.007);
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}
.bok-notif-luar .bok-notif .bok-notif-container {
  display: flex !important;
  align-items: center;
  height: 80px;
}
.bok-notif-luar .bok-notif .bok-notif-container .bok-notif-image-jd img {
  max-height: 75px;
  width: auto;
  overflow: hidden;
  border-radius: 6px 6px 6px 6px;
  object-fit: auto;
}
.bok-notif-luar .bok-notif .bok-notif-container .bok-notif-content-jd {
  margin: 0;
  height: 100%;
  color: gray;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 6px 6px 6px 6px;
  flex: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.bok-notif-luar .bok-notif .bok-notif-container .bok-notif-content-jd .bok-notif-content {
  font-family: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  line-height: 16px;
}
.bok-notif-luar .bok-notif .bok-notif-container .bok-notif-content-jd .bok-notif-content small {
  margin-top: 3px !important;
  display: block !important;
  font-size: 12px !important;
  opacity: .8;
}
.bok-notif-luar .bok-notif .custom-close {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  transition: .2s ease-in-out;
  transform: rotate(45deg);
  opacity: 0;
}
.bok-notif-luar .bok-notif .custom-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: gray;
  position: absolute;
  left: 0;
  top: 5px;
}
.bok-notif-luar .bok-notif .custom-close::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: gray;
  position: absolute;
  left: 5px;
  top: 0;
}
.bok-notif-luar .bok-notif:hover .custom-close {
  opacity: 1;
}

.poweredby {
  font-weight: 600;
  text-decoration: none;
  margin-left: 3px;
  color: #3498db;
}