@font-face {
  font-family: LPMQ;
  src: url(fonts/LPMQ.eot);
  src: url(fonts/LPMQ.eot?#iefix) format("embedded-opentype"),
    url(fonts/LPMQ.woff) format("woff"), url("fonts/LPMQ.woff2") format("woff2"),
    url(fonts/LPMQ.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Times New Arabic";
  src: url("fonts/translit-webfont.woff2") format("woff2"),
    url("fonts/translit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

a {
  color: #8a035f;
}

a:active,
a:hover {
  color: #6d0349;
}

.header-banner-place {
  padding: 6px 0;
}
.header-banner-place .advertisement {
  margin-top: 20px;
  float: right;
}
ul li.has-dropdown::before {
  content: "\f105";
  position: absolute;
  top: 40%;
  right: 8px;
  width: 10px;
  height: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
}
#content-section ul.pagination-list li {
  margin-right: 5px;
}
.hidden {
  display: none;
}
.mb-12 {
  margin-bottom: 12px;
}
.animate-lazy:before {
  content: "";
  opacity: 1;
  background-color: #f7f7f7;
  background-image: linear-gradient(
    90deg,
    #f7f7f7,
    #eee 20%,
    #f5f5f5 40%,
    #f7f7f7
  );
  background-repeat: no-repeat;
  -webkit-animation: m 1s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  animation: m 1s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.afterloading,
.lazyautosizes,
.lazyload {
  opacity: 0;
}
.lazyloaded,
.thumbnail-background > div.lazyloaded {
  opacity: 1;
  transition: opacity 0.4s ease;
}
@-webkit-keyframes m {
  0% {
    background-position: -400px 0;
  }
  to {
    background-position: 800px 0;
  }
}
@keyframes m {
  0% {
    background-position: -400px 0;
  }
  to {
    background-position: 800px 0;
  }
}
@media screen and (min-width: 768px) {
  .size-400 {
    width: 400px;
    height: 250px;
  }
  .size-720 {
    width: 720px;
    height: 450px;
  }
  .size-197 {
    max-height: 197px;
  }
  .size-220 {
    max-height: 220px;
  }
  .size-140 {
    max-height: 140px;
  }
}
.size-80 {
  width: 80px;
  height: 80px;
  position: relative;
}

.size-50 {
  width: 50px;
  height: 50px;
  position: relative;
}

ul.small-posts > li > a.size-50 {
  width: 50px;
  height: 50px;
  margin: 0;
}

.slides .large-image-post {
  max-height: 395px;
}
.text-red-maroon {
  color: #640f24;
}
.text-silver {
  color: #a5a6a8;
}

.facilities-list table th,
.facilities-list table td {
  line-height: 5px;
}

.table th,
.table td {
  font-size: 13px;
}
.table th {
  font-weight: 600;
}
.list-group .list-group-item {
  font-size: 13px;
  color: #333;
  font-weight: 600;
  padding: 0.8rem 1rem;
}
.list-group .list-group-item:hover {
  color: #377f27;
}
.list-group-item.active {
  background-color: #377f27;
  border-color: rgb(36, 110, 20);
  color: #fff;
}
.mr-60 {
  margin-right: 60px !important;
}
.item-mbti {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 100px;
  position: relative;
  padding: 0;
  text-align: center;
}
.item-mbti .note {
  position: absolute;
  font-family: "Open Sans", "Helvetica Neue", Arial;
  font-size: 0.9em;
  color: #93948c;
  width: 100%;
  bottom: 10px;
}
/* ------------------------------------------------------------------------------
*
*  # Steps wizard
*
*  An all-in-one wizard plugin that is extremely flexible, compact and feature-rich
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */

.wizard {
  width: 100%;
}
.wizard > .steps .current-info,
.wizard > .content > .title {
  position: absolute;
  left: -99999px;
}
.wizard > .content {
  position: relative;
  width: auto;
  padding: 0;
}
.wizard > .content > .body {
  padding: 0 20px;
}
.wizard > .content > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wizard > .steps > ul > li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.wizard > .steps > ul > li a {
  position: relative;
  padding-top: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.wizard > .steps > ul > li:before,
.wizard > .steps > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 43px;
  width: 50%;
  height: 2px;
  background-color: #00bcd4;
  z-index: 9;
}
.wizard > .steps > ul > li:before {
  left: 0;
}
.wizard > .steps > ul > li:after {
  right: 0;
}
.wizard > .steps > ul > li:first-child:before,
.wizard > .steps > ul > li:last-child:after {
  content: none;
}
.wizard > .steps > ul > li.current:after,
.wizard > .steps > ul > li.current ~ li:before,
.wizard > .steps > ul > li.current ~ li:after {
  background-color: #eeeeee;
}
.wizard > .steps > ul > li.current > a {
  color: #333333;
  cursor: default;
}
.wizard > .steps > ul > li.current .number {
  font-size: 0;
  border-color: #00bcd4;
  background-color: #fff;
  color: #00bcd4;
}
.wizard > .steps > ul > li.current .number:after {
  content: "\f040";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 34px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.wizard > .steps > ul > li.disabled a,
.wizard > .steps > ul > li.disabled a:hover,
.wizard > .steps > ul > li.disabled a:focus {
  color: #999999;
  cursor: default;
}
.wizard > .steps > ul > li.done a,
.wizard > .steps > ul > li.done a:hover,
.wizard > .steps > ul > li.done a:focus {
  color: #999999;
}
.wizard > .steps > ul > li.done .number {
  font-size: 0;
  background-color: #00bcd4;
  border-color: #00bcd4;
  color: #fff;
}
.wizard > .steps > ul > li.done .number:after {
  content: "\f00c";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 16px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.wizard > .steps > ul > li.error .number {
  border-color: #f44336;
  color: #f44336;
}
@media (max-width: 768px) {
  .wizard > .steps > ul {
    margin-bottom: 20px;
  }
  .wizard > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
  }
  .wizard > .steps > ul > li > a {
    margin-bottom: 0;
  }
  .wizard > .steps > ul > li:first-child:before,
  .wizard > .steps > ul > li:last-child:after {
    content: "";
  }
  .wizard > .steps > ul > li:last-child:after {
    background-color: #00bcd4;
  }
}
@media (max-width: 480px) {
  .wizard > .steps > ul > li {
    width: 100%;
  }
  .wizard > .steps > ul > li.current:after {
    background-color: #00bcd4;
  }
}
.wizard > .steps .number {
  background-color: #fff;
  color: #ccc;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -19px;
  width: 38px;
  height: 38px;
  border: 2px solid #eeeeee;
  font-size: 14px;
  border-radius: 50%;
  z-index: 10;
  line-height: 34px;
  text-align: center;
}
.panel-flat > .wizard > .steps > ul {
  border-top: 1px solid #ddd;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 20px;
  padding-top: 0;
}
.wizard > .actions > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wizard > .actions > ul:after {
  content: "";
  display: table;
  clear: both;
}
.wizard > .actions > ul > li {
  float: left;
}
.wizard > .actions > ul > li + li {
  margin-left: 10px;
}
.wizard > .actions > ul > li > a {
  background: #2196f3;
  color: #fff;
  display: block;
  padding: 7px 12px;
  border-radius: 3px;
  border: 1px solid transparent;
}
.wizard > .actions > ul > li > a:hover,
.wizard > .actions > ul > li > a:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.wizard > .actions > ul > li > a:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.wizard > .actions > ul > li > a[href="#previous"] {
  background-color: #fcfcfc;
  color: #333;
  border: 1px solid #ddd;
}
.wizard > .actions > ul > li > a[href="#previous"]:hover,
.wizard > .actions > ul > li > a[href="#previous"]:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.wizard > .actions > ul > li > a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
}
.wizard > .actions > ul > li.disabled > a,
.wizard > .actions > ul > li.disabled > a:hover,
.wizard > .actions > ul > li.disabled > a:focus {
  color: #999999;
}
.wizard > .actions > ul > li.disabled > a[href="#previous"],
.wizard > .actions > ul > li.disabled > a[href="#previous"]:hover,
.wizard > .actions > ul > li.disabled > a[href="#previous"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.col-xl-5 > label {
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Arial;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 600;
}
h3 {
  color: #212121;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 28px;
}
hr.star-light,
hr.star-primary {
  margin: 25px auto 30px;
  padding: 0;
  max-width: 250px;
  border: 0;
  border-top: solid 5px;
  text-align: center;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  display: inline-block;
  position: relative;
  top: -0.8em;
  padding: 0 0.25em;
  font-family: FontAwesome;
  font-size: 2em;
}
hr.star-light {
  border-color: #fff;
}
hr.star-light:after {
  color: #fff;
  background-color: #4183d7;
}
hr.star-primary {
  border-color: #2c3e50;
}
hr.star-primary:after {
  color: #2c3e50;
  background-color: #fff;
}
.cropit-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 3px solid #ccc;
  border-radius: 3px;
  margin-top: 7px;
  margin-left: 25px;
  width: 250px;
  height: 250px;
}
.cropit-preview-image-container {
  cursor: move;
}
.image-size-label {
  margin-top: 10px;
}
/* Show load indicator when image is being loaded */

.cropit-preview.cropit-image-loading .spinner {
  opacity: 1;
}
/* Show move cursor when image has been loaded */

.cropit-preview.cropit-image-loaded .cropit-preview-image-container {
  cursor: move;
}
/* Gray out zoom slider when the image cannot be zoomed */

.cropit-image-zoom-input[disabled] {
  opacity: 0.2;
}
/* Hide default file input button if you want to use a custom button */

input.cropit-image-input {
  visibility: hidden;
}
/* The following styles are only relevant to when background image is enabled */

/* Translucent background image */

.cropit-preview-background {
  opacity: 0.2;
}
/*
 * If the slider or anything else is covered by the background image,
 * use non-static position on it
 */

input.cropit-image-zoom-input {
  position: relative;
}
/* Limit the background image by adding overflow: hidden */

#image-cropper {
  overflow: hidden;
}
.range-slider {
  width: 327px;
  margin: 25px 0;
}
.range-slider__range {
  -webkit-appearance: none;
  width: calc(100%- (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}
.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: "";
}
::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}
input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
.spinner {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spinner > .spinner-dot {
  width: 15px;
  height: 15px;
  background: rgba(85, 85, 85, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  -webkit-animation: bounce 1.4s infinite ease-in-out;
  -moz-animation: bounce 1.4s infinite ease-in-out;
  -o-animation: bounce 1.4s infinite ease-in-out;
  -ms-animation: bounce 1.4s infinite ease-in-out;
  animation: bounce 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner > .spinner-dot:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner > .spinner-dot:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -o-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-moz-keyframes bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.sidebar .widget .card {
  background: #ffffff;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 3px;
  /*box-shadow: 0 0 5px rgba(0,0,0,.5);*/
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
}
/*.sidebar .widget .card:hover {
  margin-top: -15px;
  box-shadow: 0 10px 20px rgba(0,0,0,.3);
}*/

.sidebar .widget .card-banner {
  background: url("https://images.unsplash.com/photo-1531330969550-7e8a9b2fb3df?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=a03bd3a711775d6e4f3d742237adbf8e");
  width: inherit;
  height: 150px;
  padding-top: 35px;
  background-color: #fafafa;
  background-position: top;
  background-size: cover;
}
.sidebar .widget .card-profile {
  /*background: url('https://images.unsplash.com/photo-1514846226882-28b324ef7f28?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=427df64ea1bbb4c45008bd6ffe11812a');*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto auto;
  background-size: cover;
  background-color: #f1f1f1;
  border: 3px solid #fff;
  margin-top: 60px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.sidebar .widget .card h3,
.sidebar .widget .card a {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-transition: 0.2s ease-in-out;
}
.sidebar .widget .card h3 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #212121;
}
.sidebar .widget .card a,
.widget .card p {
  display: block;
  padding: 5px 0px;
  font-size: 14px;
  color: #9e9e9e;
  text-decoration: none;
  cursor: pointer;
}
.sidebar .widget .card a:hover,
.widget .card p:hover {
  /*background-color: #559247;*/
  color: #000;
}
.sidebar .widget .card ul {
  background: #fafafa;
  margin-top: 30px;
  padding: 15px 0;
}
.sidebar .widget .card ul a {
  display: inline;
  margin-right: 15px;
}
.sidebar .widget .card ul a:last-of-type {
  margin-right: 0px;
}
.sidebar .widget .card ul a i {
  color: inherit;
  background: #fafafa;
}
.sidebar .widget .card ul a:hover {
  background: #fafafa;
}
.sidebar .widget .card ul a i:hover {
  transform: scale(1.4);
}
label.tahun {
  padding: 13px 0;
}
blockquote {
  font-size: 1em;
  margin: 0 auto 30px;
  font-family: Source Sans Pro;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #78c0a8;
  line-height: 1.6;
  position: relative;
  background: #ededed;
}
blockquote::before {
  font-family: Arial;
  content: "\201C";
  color: #78c0a8;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
blockquote::after {
  content: "";
}
blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn,
.btn-group-justified .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified.btn-group .btn {
  width: 100%;
  padding: 10px 0;
}
.btn-group-justified.btn-group .dropdown-menu {
  left: auto;
}
.btn-member a.btn {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 2px;
}
.btn-member a.btn:hover {
  background-color: #ffffff;
  color: #2e741e;
}
.login-note {
  display: block;
  background: #d5ffcc;
  border: 1px solid #6eb15f;
  padding: 20px;
}
.login-note p {
  font-size: 14px;
}
.advertisement img {
  width: 100%;
}
.reminder-marquee {
  border: 1px solid #ddd;
  padding: 10px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
/* Make it a marquee */

.marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  animation: marquee 30s linear infinite;
}
.marquee:hover {
  animation-play-state: paused;
}
/* Make it move */

@keyframes marquee {
  0% {
    text-indent: 100%;
  }
  100% {
    text-indent: -100%;
  }
}
/* Make it pretty */

.microsoft {
  padding-left: 1.5em;
  position: relative;
  font: 16px "Segoe UI", Tahoma, Helvetica, Sans-Serif;
}
/* ::before was :before before ::before was ::before-kthx */

.microsoft:before,
.microsoft::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: -1em;
  left: -1em;
  width: 0.5em;
  height: 0.5em;
  box-shadow: 1em 1.25em 0 #f65314, 1.6em 1.25em 0 #7cbb00, 1em 1.85em 0 #00a1f1,
    1.6em 1.85em 0 #ffbb00;
}
.microsoft:after,
.microsoft::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  background-image: linear-gradient(left, white 70%, rgba(255, 255, 255, 0));
}
/* Style the links */

.microsoft a {
  color: #1570a6;
  transition: color 0.5s;
  text-decoration: none;
  display: initial;
}
.microsoft a:hover {
  color: #f65314;
}
.rss-frame {
  width: 100%;
  height: 900px;
  border: 0;
}
.adsense-google {
  width: 100%;
  height: auto;
  min-height: 250px;
  display: block;
  text-align: center;
}

.avatar-box {
  width: 100%;
  display: block;
  margin-bottom: 45px;
}

ul.photo-profile {
  margin: 0;
  padding: 0;
  display: table;
}

.photo-profile li {
  display: inline-block;
  width: 72px;
  height: 108px;
  /*height: auto;*/
  overflow: hidden;
  margin-left: 8px;
  border-radius: 3px;
}

.widget .photo-profile li {
  width: 70px;
  height: 70px;
}

.photo-profile li img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.photo-profile li span {
  font-size: 11px;
  font-family: Arial;
}

/* ------------------------------------------------------------------------------
*
*  # Select2 selects
*
*  Styles for select2.js - custom select plugin
*
*  Version: 1.3
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.select2-container {
  outline: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
}
.select2-selection--single {
  cursor: pointer;
  outline: 0;
  display: block;
  height: 36px;
  padding: 7px 0;
  /*line-height: 1.5384616;*/
  line-height: 1.2;
  position: relative;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Source Sans Pro", sans-serif;
}
.select2-selection--single:hover,
.select2-selection--single:focus,
.select2-container--open .select2-selection--single {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.select2-selection--single:not([class*="bg-"]) {
  background-color: #fff;
  color: #333333;
}
.select2-selection--single:not([class*="bg-"]):not([class*="border-"]) {
  border-color: #ddd;
}
.select2-selection--single[class*="bg-"]:hover,
.select2-selection--single[class*="bg-"]:focus,
.select2-container--open .select2-selection--single[class*="bg-"] {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
}
.select2-selection--single[class*="bg-"] .select2-selection__placeholder {
  color: #fff;
}
.select2-container--disabled
  .select2-selection--single[class*="bg-"]
  .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.select2-selection--single .select2-selection__rendered {
  display: block;
  font-size: 13px;
  color: #777;
  padding-left: 12px;
  padding-right: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-selection--single .select2-selection__rendered > i {
  margin-right: 10px;
}
.select2-selection--single .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  font-size: 0;
  line-height: 1;
  margin-top: 2px;
  margin-left: 5px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.select2-selection--single .select2-selection__clear:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select2-selection--single .select2-selection__clear:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-selection--single .select2-selection__placeholder {
  color: #999999;
  font-size: 14px;
}
.select2-selection--single .select2-selection__arrow:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  font-size: 13px;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:after {
  content: "\f0d8";
}
.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--disabled .select2-selection--single:not([class*="bg-"]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--single[class*="bg-"] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-selection--multiple {
  display: block;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: text;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Source Sans Pro", sans-serif;
}
.select2-selection--multiple:not([class*="bg-"]) {
  background-color: #fff;
}
.select2-selection--multiple:not([class*="bg-"]):not([class*="border-"]) {
  border-color: #ddd;
}
.select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0 2px 2px 2px;
  width: 100%;
}
.select2-selection--multiple .select2-selection__placeholder {
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple:not([class*="bg-"]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple[class*="bg-"] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled
  .select2-selection--multiple[class*="bg-"]
  .select2-selection__choice {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.select2-container--disabled .select2-selection--multiple,
.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--disabled
  .select2-selection--multiple
  .select2-search__field {
  cursor: not-allowed;
}
.select2-selection--multiple .select2-selection__choice {
  background-color: #455a64;
  color: #fff;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-right: 2px;
  margin-top: 2px;
  padding: 7px 12px;
}
.select2-selection--multiple .select2-selection__choice > i {
  margin-right: 10px;
}
.select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  cursor: pointer;
  float: right;
  font-size: 14px;
  margin-top: 3px;
  line-height: 1;
  margin-left: 7px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__choice {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  display: none;
}
.select2-selection--multiple .select2-search--inline {
  float: left;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 100%;
  margin-top: 2px;
  padding: 7px 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin-left: 7px;
  -webkit-appearance: textfield;
}
.select2-selection--multiple
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  color: #333333;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results > .select2-results__options {
  padding-bottom: 7px;
  max-height: 250px;
  overflow-y: auto;
}
.select2-search--hide + .select2-results > .select2-results__options {
  padding-top: 7px;
}
.select2-results:first-child > .select2-results__options {
  padding-top: 7px;
}
.select2-results__option {
  padding: 7px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  color: #656565;
}
.select2-results__option + .select2-results__option {
  margin-top: 1px;
}
.select2-results__option i {
  margin-right: 10px;
}
.select2-results__option i.icon-undefined {
  display: none;
}
.select2-results__option[role="group"] {
  padding: 0;
}
.select2-results__option.select2-results__option--highlighted {
  background-color: #f5f5f5;
}
.select2-results__option[aria-disabled="true"] {
  color: #999999;
  cursor: not-allowed;
}
.select2-dropdown[class*="bg-"] .select2-results__option[aria-disabled="true"] {
  color: rgba(255, 255, 255, 0.6);
}
.select2-results__option[aria-selected="true"] {
  background-color: #2196f3;
  color: #fff;
}
.select2-results__options--nested > .select2-results__option {
  padding-left: 24px;
  padding-right: 24px;
}
.select2-results__group {
  display: block;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 1.82;
  text-transform: uppercase;
  cursor: default;
  margin-top: 7px;
  margin-bottom: 7px;
}
.select2-results__option:first-child > .select2-results__group {
  margin-top: 0;
}
.select2-results__message {
  color: #999999;
  cursor: default;
}
.select2-dropdown[class*="bg-"] .select2-results__message {
  color: rgba(255, 255, 255, 0.75);
}
.select2-results__option.loading-results {
  padding-top: 0;
}
.select2-results__option.loading-results + .select2-results__option {
  margin-top: 7px;
}
.select2-results__option--load-more {
  text-align: center;
  margin-top: 7px;
  cursor: default;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--above[class*="bg-"] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--below[class*="bg-"] {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-search--dropdown {
  display: block;
  position: relative;
  padding: 12px;
}
.select2-search--dropdown:after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 24px;
  color: inherit;
  display: block;
  font-size: 12px;
  margin-top: -6px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.select2-search--dropdown
  + .select2-results
  .select2-results__message:first-child {
  padding-top: 0;
}
.select2-search--dropdown .select2-search__field {
  height: 36px;
  padding: 7px 12px;
  padding-left: 36px;
  border-radius: 3px;
  border: 1px solid #ddd;
  outline: 0;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select-lg.select2-selection--single {
  height: 40px;
  padding: 9px 0;
  font-size: 14px;
}
.select-lg.select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 34px;
}
.select-lg.select2-selection--single .select2-selection__arrow:after {
  right: 15px;
}
.select-lg.select2-selection--multiple .select2-selection__choice {
  padding: 9px 15px;
  font-size: 14px;
}
.select-lg.select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  padding: 9px 0;
  font-size: 14px;
}
.select-sm.select2-selection--single {
  height: 34px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.6666667;
  font-family: "Source Sans Pro", sans-serif;
}
.select-sm.select2-selection--single .select2-selection__rendered {
  padding-left: 11px;
  padding-right: 26px;
}
.select-sm.select2-selection--single .select2-selection__arrow:after {
  right: 11px;
}
.select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-sm.select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  padding: 6px 0;
}
.select-xs.select2-selection--single {
  height: 32px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.6666667;
  font-family: "Source Sans Pro", sans-serif;
}
.select-xs.select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 24px;
}
.select-xs.select2-selection--single .select2-selection__arrow:after {
  right: 10px;
}
.select-xs.select2-selection--multiple .select2-selection__choice {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-xs.select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select2-selection--multiple[class*="bg-"] .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0.25);
}
.select2-dropdown[class*="bg-"]
  .select2-search--dropdown
  .select2-search__field {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
  color: #fff;
}
.select2-dropdown[class*="bg-"] .select2-results__option[aria-selected="true"] {
  background-color: rgba(0, 0, 0, 0.2);
}
.select2-dropdown[class*="bg-"] .select2-results__option--highlighted {
  background-color: rgba(0, 0, 0, 0.1);
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  width: 1px !important;
}
.select2-result-repository {
  padding-top: 7px;
  padding-bottom: 7px;
}
.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 15px;
}
.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 100px;
}
.select2-result-repository__meta {
  margin-left: 70px;
}
.select2-result-repository__title {
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 2px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
  display: inline-block;
  font-size: 12px;
}
.select2-result-repository__description {
  font-size: 12px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers {
  margin-right: 15px;
}

.quran-index-container .surat-list {
  display: block;
  margin-bottom: 15px;
}

.surat ol {
  padding: 0;
}

.surat ol li {
  border-top: 1px solid #e0e0e0;
  counter-increment: step-counter;
}

/*.surat ol li::before {
    content: counter(step-counter);
    height: 32px;
    text-align: center;
    display: block
}

.surat ol li::before {
    width: 32px;
    font: 700 12px/32px Roboto,Helvetica,sans-serif;
    margin-top: -1px;
    background: #000;
    color: #fff
}*/

.surat ol li {
  display: block;
  padding-bottom: 24px;
}

.bismillah {
  font-family: LPMQ !important;
  margin: 0;
  padding: 16px 0;
  display: block;
  font-size: 30px;
  line-height: 80px;
}

.ayat,
.ayat p {
  font-family: LPMQ !important;
  margin: 0;
  padding: 16px 0;
  display: block;
  font-size: 26px;
  line-height: 2em;
}

.ayat,
.ayat p {
  text-align: right !important;
  direction: rtl;
}

.bismillah {
  border-top: 1px solid #f2f2f2;
  text-align: center;
  margin-bottom: -1px;
}
.arti,
.bacaan {
  padding-bottom: 16px;
  display: block;
}
.bacaan {
  font-family: "Merriweather", georgia, serif;
  font-size: 16px;
}
.arti {
  color: #444;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.time {
  display: block;
  font: 11px/36px Helvetica, Arial, sans-serif;
  padding-bottom: 36px;
  color: #888;
  text-align: center;
}

.mukadimah {
  display: block;
  margin-bottom: 25px;
}
.mukadimah p strong {
  font-family: LPMQ;
  font-weight: normal;
}
.green {
  color: #377f27;
  font-weight: 600;
}

.image-post .hover-box a.category {
  margin-bottom: 0px;
}
.wide-news-heading .item:not(.main-news) .news-post .hover-box h2 {
  font-size: 14px;
  font-family: "Source Sans Pro";
  font-weight: 300;
}
.wide-news-heading .item:not(.main-news) .news-post .hover-box {
  padding: 4px 10px;
}
.wide-news-heading .main-news h2 {
  text-transform: unset;
  font-family: "Source Sans Pro";
  font-weight: 300;
}

.navbar.bg-brown {
  background: #53492b !important;
  z-index: 98;
}

#navbarSub .navbar-nav > li > a {
  padding: 12px 20px !important;
  font-size: 10px;
}

.navbar-sm ul.navbar-nav li.nav-item a.nav-link {
  font-size: 12px;
  padding: 10px !important;
}
.navbar-light.navbar-sm ul.navbar-nav li.nav-item a.nav-link:hover {
  background: #d6d6d6;
}
@media only screen and (max-width: 1200px) {
  #navbarSub .navbar-nav > li > a {
    padding: 12px 10px !important;
    font-size: 10px;
  }
}

.social-widget.jadwal-shalat ul.social-share {
  margin: 0;
  padding: 0;
}

.social-widget.jadwal-shalat ul.social-share li {
  float: left;
  width: 49%;
  list-style: none;
}

.social-widget.jadwal-shalat ul.social-share li:last-child {
  width: 98%;
}

.social-widget.jadwal-shalat ul.social-share li a {
  padding: 21px 10px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.social-widget.jadwal-shalat ul.social-share li a span {
  font-size: 12px;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
}

.social-widget.jadwal-shalat ul.social-share li a.subuh {
  background: #be8c50;
}
.social-widget.jadwal-shalat ul.social-share li a.dzuhur {
  background: #f5cb48;
}
.social-widget.jadwal-shalat ul.social-share li a.ashar {
  background: #6c8cb0;
}
.social-widget.jadwal-shalat ul.social-share li a.magrib {
  background: #b3483e;
}
.social-widget.jadwal-shalat ul.social-share li a.isya {
  background: #2f2427;
}

.social-widget p,
select option {
  font-family: "Source Sans Pro", sans-serif;
}

.zakat-kalkulator {
  font-family: "Source Sans Pro";
}
.zakat-kalkulator .tabs-widget .nav-tabs {
  border: none;
}
.zakat-kalkulator .tabs-widget .nav-tabs a.nav-item {
  width: 25%;
  border: none;
  text-align: center;
  background: #377f27;
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 14px 2px;
  background: #f44336;
  border-left: 1px solid rgba(31, 31, 31, 0.1);
}
.zakat-kalkulator .tabs-widget .nav-tabs a:first-child {
  border-left: 1px solid transparent;
}
.zakat-kalkulator .tabs-widget .nav-tabs a[aria-selected="true"] {
  background: #377f27;
}
.zakat-kalkulator .tabs-widget .tab-content {
  padding: 20px;
  border: 1px solid #f1f1f1;
}

.zakat-kalkulator .form-control {
  padding: 16px 20px;
  height: 45px;
}

.zakat-kalkulator .form-control:focus {
  border-color: #45bf7c;
}

input:focus,
input:active,
input:hover {
  box-shadow: none !important;
  outline: none;
}

.nav-xs-submenu {
  background: #53492b;
}

.nav-xs-submenu .nav-link {
  padding: 8px;
  font-size: 12px;
  color: #fff;
}
.nav-xs-submenu .nav-item {
  display: inline-block;
}

#map-pesantren {
  width: 100%;
  height: 400px;
  z-index: 90;
}

.form-check-label {
  font-size: 12px;
  color: #313131;
}

.posts-block .search-box input[type="search"] {
  margin: 0;
  width: 100%;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #f3f3f3;
  color: #565656;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.posts-block .search-box button {
  background: transparent;
  border: none;
  float: right;
  margin-top: -42px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.posts-block .search-box button i {
  color: #212121;
  font-size: 13px;
}

.post-avatar-box .avatar-box ul.photo-profile li {
  height: 110px;
}

.post-avatar-box .avatar-box ul.photo-profile li span {
  text-align: center;
  display: block;
  line-height: 1;
  margin-top: 8px;
}

.posts-form label {
  font-size: 13px;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.nav-mobile .navbar-brand {
  padding: 22px 20px;
}

.nav-mobile .modal-body a {
  color: #282828;
}

.nav-mobile .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}
.nav-mobile .navbar-toggler-icon:after,
.nav-mobile .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}
.nav-mobile .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-mobile .navbar {
  background: #8d0061 !important;
}

.nav-mobile .navbar-toggler {
  font-size: 12px;
  margin: 22px;
  border: none;
}

.nav-mobile .navbar-nav {
  border-top: none;
}

.nav-mobile .nav-link {
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear;
}
.nav-mobile .nav-item:hover .nav-link {
  color: #8167a9 !important;
}
.nav-mobile .nav-item.active .nav-link {
  color: #777 !important;
}
.nav-mobile .nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.nav-mobile .search-box {
  background: #eeecec;
  padding: 1px 7px;
  margin-bottom: 0;
}
.nav-mobile .form-inline input.form-control {
  width: 100%;
}
.nav-mobile .navbar-collapse {
  background: #8d0061;
}

p[align="right"],
h3[align="right"],
*[dir="rtl"] {
  font-family: "LPMQ";
  line-height: 40px !important;
  font-weight: 400;
  font-size: 20px !important;
  direction: rtl;
  text-align: right;
}

.navbar-marketplace .navbar-brand img {
  height: 48px;
}

.navbar-marketplace {
  padding: 13px 0;
}

#navbarSearch .form-inline input {
  width: 400px;
}

#navbarSearch .form-inline .input-group {
  margin-bottom: 0 !important;
}

.autocomplete-suggestions {
  border: 1px solid #d3d3d3;
  background: #fff;
  overflow: auto;
  padding: 7px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.autocomplete-selected {
  background: #f0f0f0;
}
/*.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }*/
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #d3d3d3;
}
.autocomplete-suggestion {
  cursor: pointer;
}

.standart-product {
  height: 385px;
  position: relative;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  border-radius: 8px;
  overflow: hidden;
}

.standart-product.small-product {
  height: auto;
  position: relative;
  -moz-box-shadow: rgba(77, 39, 39, 0.1) 0px 1px 6px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 10px;
}

.standart-product.small-product h2 a {
  font-size: 13px;
}

.product-info {
  padding: 0 15px;
  display: block;
}
.mk-price {
  font-weight: bold;
  margin-top: 10px;
  color: rgb(250, 89, 29);
}

.mk-kota {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.54);
  margin-top: 0px;
}

.btn.btn-category {
  border: 1px solid #ddd;
  padding: 17px 15px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
}

.owl-category .owl-controls .owl-pagination {
  display: initial !important;
}

@media screen and (max-width: 992px) {
  .standart-product {
    height: 340px;
  }

  .product-info h2 a {
    font-size: 12px;
  }
}

.info-toko {
  display: block;
  height: 91px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  padding: 12px;
  border-radius: 6px;
}

.info-toko .avatar-toko {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 30px;
  float: left;
}

.info-toko .avatar-toko img {
  width: 48px;
  height: 48px;
  border: 2px solid rgb(255, 255, 255);
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 10px 0px;
}

.info-toko .title-box {
  display: inline;
  margin-left: 20px;
}
.info-toko .title-box a {
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.7);
}

label.control-label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

label.radio-inline {
  margin-right: 30px;
}

label.control-label .badge.badge-secondary {
  display: inline-block;
  margin-left: 10px;
  background: rgb(239, 239, 239) none repeat scroll 0% 0%;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.52);
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 10px;
  line-height: 12px;
}

.product-img-thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 6px;
  background: #353535;
  border-radius: 5px;
  vertical-align: middle;
  display: inline-block;
}

.product-img-thumb img {
  width: 100%;
}

.thumb-produk {
  float: left;
  width: 24%;
}

.info-produk {
  float: left;
  width: 70%;
}

.info-produk a {
  font-weight: 700;
}

/* Below is the custom gradient styling. */

[data-readmore] {
  position: relative;
}

/* Set default styling of gradient.
   Note the height of 0. We'll transition the height, rather than the background. I think this makes for a smoother effect. This also has the added benefit of not overlaying the text at the bottom with an absolutely positioned pseudo-elementâ€”even if it is transparentâ€”which could prevent text selection. */
[data-readmore]:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  /*background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));*/
  background-image: linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );

  /* Be sure to use the same speed value as in your Readmore configuration, keeping in mind that CSS transition speed is stated in seconds. */
  transition: height 0.5s;
}

/* Set the height of the gradient to 80 when CLOSED */
[data-readmore][aria-expanded="false"]:before,
/* Also when transitioning from OPEN to CLOSED */
[data-readmore][aria-expanded="true"].transitioning:before {
  height: 80px;
}
/* This isn't strictly necessary, but I think it makes for a smoother effect. */
/* Set the height of the gradient to 0 when transitioning from CLOSED to OPEN */
[data-readmore][aria-expanded="false"].transitioning:before {
  height: 0;
}

.btn-selengkapnya {
  color: rgb(66, 181, 73);
  font-size: 0.857143rem;
  cursor: pointer;
  font-weight: 600;
}

.text-harga {
  margin: 0px;
  color: rgb(250, 89, 29);
  line-height: 30px;
  font-size: 24px;
  text-transform: capitalize;
}

.deskripsi-produk p,
.deskripsi-produk h1,
.deskripsi-produk h2,
.deskripsi-produk h3,
.deskripsi-produk h4,
.deskripsi-produk h5 {
  font-size: 14px;
  color: rgba(49, 53, 59, 0.68);
  font-weight: 500;
}

.deskripsi-produk {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 0.857143rem;
  line-height: 18px;
  color: rgba(49, 53, 59, 0.68);
  text-decoration: initial;
  margin: 0px;
  overflow-wrap: break-word;
  white-space: pre-line;
}

.selengkapnya {
  max-height: 150px;
}

.produk-section-title {
  display: block;
  position: relative;
  font-weight: 700;
  font-family: "Nunito Sans", -apple-system, sans-serif;
  font-size: 0.857143rem;
  line-height: 18px;
  color: rgba(49, 53, 59, 0.68);
  text-decoration: initial;
  margin: 0px 0px 16px;
  text-transform: uppercase;
}

.product-carousel .owl-wrapper .owl-item {
  margin: 20px 10px 0 0;
  cursor: pointer;
}
.product-carousel .owl-wrapper .owl-item a img {
  width: 100px;
  height: 100px;
}

#produk-big-img {
  height: 455px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
}

#produk-big-img img {
  height: 100%;
}

a.toko-badge {
  position: relative;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
  padding: 7px 7px 7px 43px;
  font-weight: 600;
  font-size: 12px;
}

a.toko-badge img {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 180px;
  left: -15px;
  bottom: -8px;
  border: 2px solid #fff;
}

@media only screen and (max-width: 768px) {
  .owl-carousel.owl-theme.owl-category .owl-controls .owl-pagination {
    display: none !important;
  }

  .posts-block .col-sm-4.col-md-3.col-xs-6 {
    width: 50%;
  }
}

.tags-widget ul.tags-list {
  overflow: hidden;
  padding-top: 3px;
  padding-left: 0;
}
.tags-widget ul.tags-list li {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
}

.tags-widget .list-kategori-ibadah.tags-list li {
  float: none;
  display: block;
}

.tags-widget .list-kategori-ibadah.tags-list li a {
  width: 100%;
}
.tags-widget ul.tags-list li a {
  padding: 6px 20px;
  color: #565656;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #f1f1f1;
}

.tags-widget ul.tags-list li a:hover {
  background: #00a7b3;
  border: 1px solid transparent;
  color: #fff;
}

.lainnya-btn {
  float: right;
  text-align: right;
  margin: 24px 0px;
  font-size: 14px;
}

.donasi-banner {
  background: #377f27;
  padding: 18px;
  color: #fff;
  text-align: center;
}

.donasi-banner h3 {
  color: #fff;
  margin: 0;
  font-size: 18px;
}

.btn.btn-informasi.btn-secondary {
  font-size: 12px;
  padding: 5px 12px;
  margin: 4px;
}

.big-title {
  font-size: 20px;
}

.advertisement a {
  position: relative;
}

.advertisement a::after {
  content: "promosi";
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  right: 0;
  color: #7b7373;
  padding: 2px 24px;
  font-size: 12px;
}

.text-lg {
  font-size: 20px;
}

footer .up-footer .footer-widget ul.social-icons li a.rss {
  background: #f0771e;
}
footer .up-footer .footer-widget ul.social-icons li a.facebook {
  background: #436feb;
}
footer .up-footer .footer-widget ul.social-icons li a.twitter {
  background: #43c9eb;
}
footer .up-footer .footer-widget ul.social-icons li a.google {
  background: #f14133;
}
footer .up-footer .footer-widget ul.social-icons li a.instagram {
  background: #966842;
}
footer .up-footer .footer-widget ul.social-icons li a:hover {
  opacity: 0.9;
}
footer .up-footer .footer-widget ul.social-icons li a:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.aya-info-bar {
  padding: 10px 15px;
  background: #d3c997;
  letter-spacing: 2px;
  color: #514922;
  font-family: "Roboto";
  border-radius: 5px;
}

.slider-widget img {
  height: inherit;
}

#chart-donasi {
  height: 400px;
  width: 100%;
  position: relative;
}

.highcharts-data-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background: white;
  min-width: 100%;
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 0.9em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  border: 1px solid silver;
  padding: 0.5em;
}
.highcharts-data-table th {
  font-weight: bold;
}
.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #eff;
}
.highcharts-data-table caption {
  border-bottom: none;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  color: #2d2d2d;
  caption-side: top;
}

[data-href],
.cursor-pointer {
  cursor: pointer;
  color: #3a0155;
  /* text-decoration: underline; */
}

ul.small-posts > li h2 a {
  font-weight: 600;
}

.owl-sgtp .owl-theme .owl-controls {
  top: 24px;
}
.fasilitas-icon img {
  margin-right: 4px;
}

.sidebar .widget .card {
  height: 381px;
}

.bg-red {
  background-color: #8c0c18;
}

.bg-greed-light {
  background-color: #40b55a;
}

.bg-brown {
  background-color: #aa601e;
}

.bg-orange {
  background-color: #ed553b;
}

.bg-dark-blue {
  background-color: #173f5f;
}
.bg-blue {
  background-color: #20639b;
}

.bg-green-tosca {
  background-color: #3caea3;
}

.bg-yellow {
  background-color: #f6d55c;
}
.bg-softwhite {
  background-color: #f5f5f5 !important;
}
.bg-purple {
  /*background:linear-gradient(to right, #ec23ed, #5e0c8a )*/
  background-color: #8d0061;
}
.sidebar-affix {
  height: 345px;
  width: 62px;
  position: fixed;
  background: #289d8d;
  top: 252px;
  z-index: 100;
  border-radius: 0 10px 10px 0;
}

.sidebar-affix ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-affix li {
  border-top: 1px solid #17c8b0;
  border-bottom: 1px solid #037767;
}
.sidebar-affix li:first-child {
  border-top: none;
}

.sidebar-affix li:last-child {
  border-bottom: none;
}

.sidebar-affix li a {
  padding: 10px 17px;
}
.sidebar-affix li:hover {
  background-color: #037767;
}
.sidebar-affix li a img {
  width: 26px;
}

.flexslider {
  border-radius: 8px;
  overflow: hidden;
}

.read-box {
  height: 554px;
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: white;
  border: solid 0.3em black;
  border-radius: 0.5em;
  box-sizing: border-box;
  flex: 0 0 30%;
  position: relative;
}

.scroll-box {
  height: 400px;
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: white;
  border: solid 0.3em rgb(63, 63, 63);
  border-radius: 0.5em;
  box-sizing: border-box;
  flex: 0 0 30%;
  position: relative;
}

.scroll-box ul {
  margin-left: 15px;
}

.title-italic {
  font-size: 13px;
  color: #626262;
  font-style: italic;
}

.read-box .scrollbox {
  height: 100%;
  overflow: auto;
}

.read-box .shadowx {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease-out;
}

.read-box.off-top .shadow-top {
  box-shadow: 0 1em 1em -1em black inset;
}

.read-box.off-bottom .shadow-bottom {
  box-shadow: 0 -1em 1em -1em black inset;
}

#loginModal .modal-dialog .modal-content {
  background: #ffffff;
}

#loginModal .modal-dialog .modal-content .modal-body .title-section h1,
#loginModal .modal-dialog .modal-content .modal-body label,
#login-form input[type="text"],
#login-form input[type="password"],
#loginModal .modal-dialog .modal-content .modal-body p {
  color: #565656;
}

/* nt-title */

.announcements-container {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #8d0061;
  position: relative;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
}
/*.announcements-container:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}*/
.announcements-container .container-title {
  width: 16.7%;
  position: absolute;
  height: 100%;
  overflow: hidden;
  padding: 0;
  /*float: left;*/
  /*background: #2E741E;*/
  background: #8d0061;

  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  z-index: 9;
  font-family: "Source Sans Pro", sans-serif;
}
.announcements-container .container-title img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: -5px 3px 0 0;
}
.announcements-container ul.announcements {
  width: 67%;
  float: left;
  height: 40px;
  overflow: hidden;
  list-style-type: none;
  vertical-align: middle;
  margin-top: 5px;
}
.announcements-container ul.announcements li {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
  vertical-align: middle;
  padding: 0;
  line-height: 40px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.announcements-container ul.announcements li a {
  width: 100%;
  text-decoration: none;
  color: #212121;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  font-family: "Source Sans Pro", sans-serif;
}
.announcements-container ul.announcements li a:hover {
  color: #03a9f4;
}
.announcements-container ul.announcements li a:visited {
  color: #616161;
}

.marquee {
  font: 14px "Source Sans Pro", sans-serif;
  height: 40px;
  padding: 8px;
  width: 82%;
  overflow: hidden;
  margin: 0 auto;
}

.marquee img {
  visibility: hidden;
  display: none;
}
.rightJS div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  font-family: "Source Sans Pro", sans-serif;
}
.rightJS div span {
  font-family: "Source Sans Pro", sans-serif;
}
.jadwal-sholat {
  border-radius: 5px;
  background-color: #fff;
}
.jadwal-sholat__inner {
  padding: 20px;
}
.jadwal-sholat__inner-top {
  margin-bottom: 20px;
}
.jadwal-sholat__inner-main {
  margin: -10px;
}
.jadwal-sholat__inner-main table {
  width: 100%;
  text-align: center;
  font-family: "Source Sans Pro", "Open Sans", Serif;
}
.jadwal-sholat__inner-main thead td {
  color: #ff6633;
  font-weight: 700;
  font-size: 16px;
}
.jadwal-sholat__inner-main tbody td {
  color: #212121;
  font-weight: 700;
  font-size: 14px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .jadwal-sholat__inner-main thead td {
    font-size: 12px;
  }
  .jadwal-sholat__inner-main tbody td {
    font-size: 10px;
  }
}

.bg-primary {
  background-color: #8f59ce !important;
  color: #fff !important;
}

a.bg-primary:hover {
  background-color: #501991 !important;
}

.format-post-kitab {
  height: 700px;
  position: relative;
}

#indeks-alquran,
#indeks-hadist {
  height: 500px;
  overflow-y: scroll;
}

.transliterasi,
.transliterasi * {
  font-family: "Times New Arabic" !important;
}

.widget-list-surat a {
  border: 2px solid rgb(141 0 97);
  color: #8d0061;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  margin-bottom: 4px;
}

.widget-list-surat a small {
  font-weight: 600;
}

.widget-list-surat a:hover {
  background-color: rgba(141, 0, 97, 1);
  color: #fff;
}

@media (max-width: 767px) {
  .modal-fullscreen-xs-down {
    padding: 0 !important;
  }

  .modal-fullscreen-xs-down .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    max-width: initial;
    margin: 0;
    padding: 0;
  }

  .modal-fullscreen-xs-down .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 991px) {
  .modal-fullscreen-sm-down {
    padding: 0 !important;
  }

  .modal-fullscreen-sm-down .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    max-width: initial;
    margin: 0;
    padding: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  .modal-fullscreen-md-down {
    padding: 0 !important;
  }

  .modal-fullscreen-md-down .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    max-width: initial;
    margin: 0;
    padding: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
}

.modal-fullscreen {
  padding: 0 !important;
}

.modal-fullscreen .modal-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: initial;
  margin: 0;
  padding: 0;
}

.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100%;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.95);
}

.login-box-form {
  background: #fff;
  padding: 29px;
  width: 85%;
}

@media only screen and (max-width: 1366px) {
  .login-box-form {
    width: 95%;
  }
}

@media only screen and (max-width: 576px) {
  .login-box-form {
    width: 100%;
  }
}

.neptu-hero a {
  display: block;
}

.article-overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgb(255, 255, 255));
  margin-top: -298px;
  height: 267px;
  width: 100%;
  display: block;
  position: relative;
}

.article-overlay-text {
  padding: 20px;
  text-align: center;
}

.single-post ol li {
  color: #545454;
  font-size: 19px;
  font-family: Amiri;
  line-height: 26px;
}

.nav-avatar .media-body {
  vertical-align: top;
}

.nav-avatar .media-body p {
  line-height: 1;
  margin: 0;
  font-size: 12px;
}

.affiliate-image {
  position: relative;
}

.affiliate-price {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 3px 7px;
}

ul.navbar-nav.navbar-membermenu li.nav-item a.nav-link {
  position: relative;
  padding-left: 34px !important;
}

ul.navbar-nav.navbar-membermenu li.nav-item a.nav-link::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 100%;
  bottom: 0;
  left: 6px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
ul.navbar-nav.navbar-membermenu li.nav-item a.nav-link.icon-profile::before {
  background-image: url("../images/icon-member/profil.png");
}

ul.navbar-nav.navbar-membermenu
  li.nav-item
  a.nav-link.icon-notification::before {
  background-image: url("../images/icon-member/notifikasi.png");
}

ul.navbar-nav.navbar-membermenu li.nav-item a.nav-link.icon-neptu::before {
  background-image: url("../images/icon-member/neptu.png");
}

ul.navbar-nav.navbar-membermenu li.nav-item a.nav-link.icon-hero::before {
  background-image: url("../images/icon-member/hero.png");
}

ul.navbar-nav.navbar-membermenu li.nav-item a.nav-link.icon-mbti::before {
  background-image: url("../images/icon-member/mbti.png");
}

ul.navbar-nav.navbar-membermenu li.nav-item a.nav-link.icon-lga::before {
  background-image: url("../images/icon-member/lga.png");
}

ul.navbar-nav.navbar-membermenu li.nav-item a.nav-link.icon-milestone::before {
  background-image: url("../images/icon-member/milestone.png");
}

.navbar.navbar-light.border {
  border: 1px solid #cccccc33;
}

.lh-1 {
  line-height: 1;
}

.fs-xs {
  font-size: 10px;
}

.icon-box.text-center {
  width: 105px;
  margin-bottom: 20px;
}

ol.list-news {
  margin-top: 3px;
}
ol.list-news > li {
  /* display: block; */
  border-bottom: 1px solid #e9e9e9;
  padding: 8px 15px;
  position: relative;
}
ol.list-news > li h2 {
  font-weight: 400;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: -4px;
  color: #377f27;
  /*font-size: 13px;*/
  font-weight: 400 !important;
}
ol.list-news > li h2 a {
  color: #377f27;
}
ol.list-news > li h2 a:hover {
  opacity: 0.8;
}
ol.list-news > li:last-child {
  border-bottom: none;
}
