@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");

.box h2 {
  font-weight: bold !important;
}
.box {
  padding: 15px 0px !important;
}
.iconawal {
  font-size: 100px;
  color: #fff;
}
.paketlelang h5 {
  color: #fff !important;
  margin-bottom: 10px;
}
.paketlelang a {
  color: #f2f2f2;
}
.paketlelang a:hover {
  text-decoration: underline;
}

body {
  font-family: "Rubik", sans-serif;
  /*font-size: 12px;*/
  background: #f2f7f8;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: -webkit-fill-available;
  min-height: 120%;
  height: 120%;
}
/*.overlay{
	background: ;
    position: fixed;
    height: 127%;
}*/
.qrcode {
  border-radius: 10px;
  width: 37% !important;
  height: auto !important;
}
.logo {
  /*border-left: 1px solid #fff;*/
}
.kotak {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 10%;
  transition: 0.2s;
  cursor: pointer;
  padding: 13px 0px;
  box-shadow: 0px 0px 16px 2px #dadada80;
}
.kotak:hover {
  background: #ffffff;
  box-shadow: 0px 10px 16px 2px #dadadab3;
  top: -8px;
  position: relative;
}
.konten {
  width: 100%;
  height: 100%;
  text-align: center;
}
.konten img {
  width: 55%;
}
.konten h6 {
  margin: 0px;
}
.bariskedua {
  /*top: -28px;*/
  /*position: relative;*/
}
.banner {
  margin-top: 40px !important;
  margin-bottom: 40px;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
}
a {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .logo {
    border-left: none;
  }
  .text-right {
    text-align: center !important;
  }
  .kotak {
    background: #fff;
    border-radius: 10px;
    transition: 0.2s;
    cursor: pointer;
    width: 100%;
    height: 100%;
    transform: none;
  }
  .kotak:hover {
    background: #ffffff;
    box-shadow: 0px 5px #a7a7a7d9;
    top: -8px;
    position: relative;
  }
  .bariskedua {
    position: static;
  }
  .logo img {
    width: 100%;
    margin: 10px 0px;
  }
  .col-sm-2 {
    margin: 10px 0px;
  }
  .konten {
    width: 100%;
    height: 100%;
    transform: none;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .konten img {
    width: 20%;
    margin: 5px 18px;
  }
  .konten h6 {
    text-align: left;
  }
  .mb-5 {
    margin-bottom: 5px !important;
  }
  .pt-4 {
    padding: 0px !important;
  }
  .qrcode {
    margin: 25px 0px 0px 0px;
  }
}

/*multicorousel*/
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px 0px;
  width: 100%;
  position: relative;
  max-width: 1141px;
}
.MultiCarousel .MultiCarousel-inner .item img {
  width: 100% !important;
  padding: 0px 5px;
}
.MultiCarousel .MultiCarousel-inner .item img:hover {
  opacity: 0.7;
}
.MultiCarousel .MultiCarousel-inner .active img:hover {
  opacity: 1;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 10px;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}
.MultiCarousel .leftLst:not(:disabled):not(.disabled):active,
.MultiCarousel .rightLst:not(:disabled):not(.disabled):active {
  background-color: #fff !important;
  border: none !important;
  color: #333 !important;
}
.MultiCarousel .leftLst {
  left: -21px;
  box-shadow: 0 1px 14px 4px rgb(134 134 134 / 35%);
  color: #333;
  font-weight: bold !important;
  background: #ffffff;
  font-family: monospace;
  font-size: 15pt;
  height: 40px;
  width: 40px;
  border: none;
  transition: all 0.25s;
  opacity: 0;
}

.MultiCarousel .rightLst {
  right: -21px;
  box-shadow: 0 1px 14px 4px rgb(134 134 134 / 35%);
  color: #333;
  font-weight: bold !important;
  background: #ffffff;
  font-family: monospace;
  font-size: 15pt;
  height: 40px;
  width: 40px;
  border: none;
  transition: all 0.25s;
  opacity: 0;
}
.munculkiri {
  left: 11px !important;
  opacity: 1 !important;
}
.munculkanan {
  right: 11px !important;
  opacity: 1 !important;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
  display: none;
}

.daftar {
  padding: 0px 0px;
  margin: 5px 0px;
}
.daftar .isi-daftar {
  cursor: pointer;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  transition: 0.5s;
}
.daftar .isi-daftar:hover {
  background: linear-gradient(45deg, white, #efefef);
}
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.topbar {
  height: 130px;
}

.light-logo {
  height: 70px !important;
}

.topbar .top-navbar .navbar-header .navbar-brand {
  padding: 25px 10px;
}

.topbar .top-navbar::before {
  content: " ";
  background: url(../../../views/assets/pattern.png);
  opacity: 0.3;
  top: -45px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-size: 600px;
  background-repeat: no-repeat;
  z-index: -1;
}

.topbar .top-navbar::after {
  content: " ";
  background: url(../../../views/assets/pattern.png);
  opacity: 0.3;
  position: absolute;
  background-size: 600px;
  background-repeat: no-repeat;
  transform: scaleX(-1) scaleY(-1);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.navbar-brand span {
  margin-left: 20px;
  font-size: 23px;
}

.widget_1 {
  color: white;
  background: #494949;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  box-shadow: 5px 10px black;
  border: 1px solid black;
}

.widget_1.w1-green {
  background: #9ae6b4;
  color: black;
}

.widget_1.w1-green .w1-icon {
  background: #38a169;
}

.widget_1.w1-red {
  color: black;
  background: #feb2b2;
}

.widget_1.w1-red .w1-icon {
  background: #e53e3e;
}

.widget_1.w1-orange {
  color: black;
  background: #f6ad55;
}

.widget_1.w1-orange .w1-icon {
  background: #dd6b20;
}

.widget_1.w1-yellow {
  color: black;
  background: #faf089;
}

.widget_1.w1-yellow .w1-icon {
  background: #d69e2e;
}

.widget_1.w1-teal {
  color: black;
  background: #81e6d9;
}

.widget_1.w1-teal .w1-icon {
  background: #319795;
}

.widget_1.w1-blue {
  background: #90cdf4;
  color: black;
}

.widget_1.w1-blue .w1-icon {
  background: #3182ce;
}

.widget_1.w1-cyan {
  color: black;
  background: #76e4f7;
}

.widget_1.w1-cyan .w1-icon {
  background: #00b5d8;
}

.widget_1.w1-purple {
  color: black;
  background: #d6bcfa;
}

.widget_1.w1-purple .w1-icon {
  background: #805ad5;
}

.widget_1.w1-pink {
  background: #fbb6ce;
  color: black;
}

.widget_1.w1-pink .w1-icon {
  background: #d53f8c;
}

.widget_1 .w1-icon {
  position: absolute;
  right: 19px;
  top: -20px;
  background: black;
  border: 1px dashed black;
  padding: 12px;
  border-radius: 3px;
  color: white;
  z-index: 1;
}

.widget_1 .w1-konten {
  font-size: 30px;
}

.widget_1 .w1-sub-konten {
  margin-bottom: 10px;
}

.widget_1::before {
  content: " ";
  background: #ffffff52;
  width: 100px;
  height: 50px;
  border-radius: 50px 50px 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.widget_1::after {
  content: " ";
  background: #ffffff52;
  width: 50px;
  height: 100px;
  border-radius: 50px 0 0 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.widget_2 {
  color: white;
  background: #494949;
  border-radius: 10px;
  margin-bottom: 20px;
}

.widget_2::before {
  content: " ";
  position: absolute;
  width: 40px;
  height: 100px;
  background: #ffffff54;
  top: 0;
  right: 30px;
}

.widget_2::after {
  content: " ";
  position: absolute;
  width: 40px;
  height: 100px;
  background: #ffffff54;
  bottom: 0;
  right: 50px;
}

.widget_2 .w2-title {
  padding: 8px;
  text-align: center;
}

.widget_2 .w2-konten {
  padding: 10px;
  text-align: center;
  font-size: 25px;
}

.widget_2 .w2-footer {
  padding: 8px;
}

.widget_2.w2-red {
  color: black;
  background: #feb2b2;
  border: 1px solid #ff8989;
}

.widget_2.w2-yellow {
  color: black;
  background: #faf089;
  border: 1px solid #ffe800;
}

.widget_2.w2-orange {
  color: black;
  background: #f6ad55;
  border: 1px solid #f98800;
}

.widget_2.w2-green {
  color: black;
  background: #9ae6b4;
  border: 1px solid #2ac65f;
}

.widget_2.w2-teal {
  color: black;
  background: #81e6d9;
  border: 1px solid #2ec8b4;
}

.widget_2.w2-blue {
  color: black;
  background: #90cdf4;
  border: 1px solid #349bdd;
}

.widget_2.w2-cyan {
  color: black;
  background: #76e4f7;
  border: 1px solid #33aec4;
}

.widget_2.w2-purple {
  color: black;
  background: #d6bcfa;
  border: 1px solid #9868db;
}

.widget_2.w2-pink {
  color: black;
  background: #fbb6ce;
  border: 1px solid #d26188;
}

.pengumuman {
  background: #81e6d9;
  padding: 10px;
  position: relative;
  padding-left: 60px;
  border-radius: 5px;
  color: black;
  border: 1px solid #319795;
}

.pengumuman .pengumuman-icon {
  position: absolute;
  background: #319795;
  padding: 10px;
  left: 10px;
  top: -10px;
  color: white;
  border-radius: 5px;
}

.berita {
  color: black;
  border-radius: 10px;
  display: flex;
  margin-bottom: 10px;
}

.berita img {
  width: 150px;
}

.berita-konten {
  padding: 10px;
  background: white;
  width: 100%;
}

.table thead {
  background-image: linear-gradient(45deg, #00b5d8, #d0f7ff);
}

.berita-judul {
  font-size: 20px;
}

.berita-kategori {
  margin-top: 10px;
}

.berita-kategori span {
  color: deeppink;
}

.agenda {
  color: black;
  border-radius: 10px;
  display: flex;
  margin-bottom: 10px;
}

.agenda img {
  width: 150px;
}

.agenda-konten {
  padding: 10px;
  background: white;
  width: 100%;
}

.agenda-judul {
  font-size: 20px;
}

.agenda-kategori {
  margin-top: 10px;
}

.agenda-kategori span {
  color: deeppink;
}

.konten-tabular {
  margin-bottom: 20px;
  background: white;
  padding: 20px;
  border-radius: 10px;
}
