/* Link colors */
@font-face {
  font-family: "arabmuslim";
  src: url("font/arabmuslim.ttf");
  font-weight: bold;
  font-style: normal;
}

.nunito-bold {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: bolder;
  font-style: normal;
}

body {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  background-color: #fff;
  background-position: bottom;
  background-size: cover;
  background-attachment: scroll;
}

tr,
td,
div,
li,
select {
  font-family: "Nunito", sans-serif;
}

.copyright,
.copyright a {
  font-size: 9pt !important;
  color: #111;
}

.resimg {
  width: 100%;
  height: auto; /* This keeps the aspect ratio */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
  border: 3px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
}

#facebox .content {
  display: table;
  width: 370px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: Verdana;
}

#facebox .content > p:first-child {
  margin-top: 0;
}
#facebox .content > p:last-child {
  margin-bottom: 0;
}

#facebox .close {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px;
  background: #fff;
}
#facebox .close img {
  opacity: 0.3;
}
#facebox .close:hover img {
  opacity: 1;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.facebox_hide {
  z-index: -100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

.upi > .nav-item a {
  color: white !important;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.container-fluid.main {
  position: relative; /* To make the navbar positions relative to this container */
  padding: 0;
}

@media (max-width: 991px) {
  .carousel .background {
    background-size: cover; /* To make the background image looks good */
  }
}

/* CSS Hack to trigger GPU for smooth transition */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* CSS Hack to trigger GPU for smooth transition */

.covertext {
  position: absolute; /* To make the div to be place anywhere. It is out of the document flow */
  top: 200px; /* The distance between the div with the top of document */
  left: 0px; /* Make the div full width */
  right: 0px; /* Make the div full width */
}

.title {
  font-family: Verdana;
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}

.subtitle {
  font-family: Verdana;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}

div.day-number {
  background: orange;
  z-index: 2;
  top: 0px;
  right: -25px;
  padding: 2px;
  color: #fff;
  font-weight: bold;
  width: 20px;
  text-align: center;
}

table.calendar {
  border-collapse: collapse;
  border-color: #c5c5b3;
}

td.calendar-day,
td.calendar-day-np {
  width: 100px;
  padding: 2px;
  border-color: #c5c5b3;
}

td.calendar-day-head {
  font-weight: bold;
  font-size: 14px;
  background: forestgreen;
  color: white;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

div.event {
  font-weight: bold;
  margin-bottom: 2px;
}

.footer-bs {
  background-color: #3c3d41;
  padding: 60px 40px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 6px;
}
.footer-bs .footer-brand,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
  padding: 10px 25px;
}
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
  border-color: transparent;
}
.footer-bs .footer-brand h2 {
  margin: 0px 0px 10px;
}
.footer-bs .footer-brand p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-bs .footer-nav ul.pages {
  list-style: none;
  padding: 0px;
}
.footer-bs .footer-nav ul.pages li {
  padding: 5px 0px;
}
.footer-bs .footer-nav ul.pages a {
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  text-transform: uppercase;
}
.footer-bs .footer-nav ul.pages a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer-bs .footer-nav h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
  list-style: none;
  padding: 0px;
}
.footer-bs .footer-nav ul.list li {
  padding: 5px 0px;
}
.footer-bs .footer-nav ul.list a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-bs .footer-nav ul.list a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.footer-bs .footer-social ul {
  list-style: none;
  padding: 0px;
}
.footer-bs .footer-social h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.footer-bs .footer-social li {
  padding: 5px 4px;
}
.footer-bs .footer-social a {
  color: rgba(255, 255, 255, 1);
}
.footer-bs .footer-social a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer-bs .footer-ns h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.footer-bs .footer-ns p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
  .footer-bs .footer-nav,
  .footer-bs .footer-social,
  .footer-bs .footer-ns {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

input,
textarea {
  color: #2c3e50;
}

.panel ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.news-item {
  padding: 4px 4px;
  margin: 0px;
  border-bottom: 1px dotted #ccc;
}

.navbar-brand img {
  height: auto;
}

.items {
  width: 95%;
  margin: 0px auto;
}

.itemss {
  width: 95%;
  margin: 0px auto;
}

.slick-slide {
  margin: 10px;
}

.slick-slide img {
  width: 100%;
  border: 0px solid #fff;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

img {
  object-fit: cover;
}

.table th {
  text-align: center;
}

[onClick] {
  cursor: pointer;
}

.carousel-indicators {
  z-index: 2;
}

.bg1 {
  color: #2980b9;
}
.bg2 {
  color: #2c3e50;
}
.bg3 {
  color: #ecf0f1;
}
.bg4 {
  color: #7f8c8d;
}
.bg5 {
  color: #e74c3c;
}

.vercell > thead > tr > th,
.vercell > tbody > tr > th,
.vercell > tfoot > tr > th,
.vercell > thead > tr > td,
.vercell > tbody > tr > td,
.vercell > tfoot > tr > td {
  vertical-align: middle;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  line-height: initial;
}

.alpha60 {
  /* Fallback for web browsers that don't support RGBa */
  background-color: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

a {
  color: black;
  font-weight: bold;
}

.aplikasi h6 {
  color: white;
}

#menuguru .card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.aplikasi2 a,
h6 {
  color: black;
}

#sidebar .nav-link[data-toggle].collapsed:after {
  content: " ▾";
}
#sidebar .nav-link[data-toggle]:not(.collapsed):after {
  content: " ▴";
}

#sidebar .nav-item {
  padding: 1px;
  font-weight: 400;
}

#sidebar .nav-link {
  padding: 5px;
  font-weight: 400;
}

a .subitem {
  padding: 5px;
}

.navmenu-link a {
  color: white;
}

.arab {
  font-family: arabmuslim;
  direction: rtl;
}

.colkal {
  padding: 10px;
  font-size: 20pt;
}

.bullety {
  counter-reset: li;
  margin: 0px;
  padding-left: 0px;
  color: rgb(100, 100, 100);
}

.bullety li {
  position: relative;
  padding-left: 3em;
  margin: 0.45em 0;
  margin-bottom: 10px;
  list-style: none;
  line-height: 1.2em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
}

.bullety li:hover {
  color: rgb(0, 0, 0);
}

.bullety li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  padding: 0px;
  color: #fff;
  background: #2980b9;
  font-weight: bold;
  text-align: center;
  border-radius: 0.9em;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bullety li:hover:before {
  background-color: #2ecc71;
}

.bullety li li:before {
  background-color: #3498db;
}

.bullety li:after {
  position: absolute;
  top: 2.1em;
  left: 0.9em;
  width: 2px;
  height: calc(100% - 1em);
  content: "";
  background-color: rgb(203, 203, 203);
  z-index: 0;
}

.bullety li:hover:after {
  background-color: #2ecc71;
}

.bullety li li {
  font-size: 0.8em;
}

.bulleti {
  counter-reset: li;
  margin: 0px;
  padding-left: 0px;
  color: rgb(100, 100, 100);
}

.bulleti li {
  position: relative;
  padding-left: 3em;
  margin: 0.45em 0;
  margin-bottom: 17px;
  list-style: none;
  line-height: 1.2em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 17px;
}

.bulleti li:hover {
  color: rgb(0, 0, 0);
}

.bulleti li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  padding: 0px;
  color: #fff;
  background: #2980b9;
  font-weight: bold;
  text-align: center;
  border-radius: 0.9em;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bulleti li:hover:before {
  background-color: #2ecc71;
}

.bulleti li li:before {
  background-color: #3498db;
}

.bulleti li:after {
  position: absolute;
  top: 2.1em;
  left: 0.9em;
  width: 2px;
  height: calc(100% - 1em);
  content: "";
  background-color: rgb(203, 203, 203);
  z-index: 0;
}

.bulleti li:hover:after {
  background-color: #2ecc71;
}

.bulleti li li {
  font-size: 0.8em;
}

.zum:hover {
  transform: scale(1.5);
}

.apung {
  animation-name: floating;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}
