html {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  color: #212121;
  overflow-x: hidden !important;
  font-size: 16px !important;
  margin: 0;
  padding: 0;
  font-family: "Assistant", sans-serif;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: bold;
}
p {
  font-size: 100%;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #00135c;
}
a:hover {
  color: #00135c;
  text-decoration: none !important;
}
a:focus {
  outline: none;
  text-decoration: none !important ;
}
:root {
  --c-white: #ffffff;
  --c-grey: #dbdbdb;
  --c-yellow: #fbb100;
  --c-green: #2ca100;
  --c-red: #da0000;
  --c-blue: #006cbb;
  --c1: #0021a3;
  --bg1: #000e54;
  --bg-yellow: #fbb100;
}
.c-blue {
  color: var(--c-blue);
  fill: var(--c-blue);
}
.c-green {
  color: var(--c-green);
  fill: var(--c-green);
}
.c-red {
  color: var(--c-red);
  fill: var(--c-red);
}
.bgyellow {
  background: var(--bg-yellow);
}
.flex-c {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.flex-l {
  display: flex !important;
  justify-content: left;
  align-items: center;
}
.flex-r {
  display: flex !important;
  justify-content: right;
  align-items: center;
}
.container-absolute {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.relative {
  position: relative;
}
.trans-h {
  -webkit-transition: height 0.1s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: height 0.1s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: height 0.1s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: height 0.1s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.hometop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
.headfront {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 14vh;
  z-index: 9999;
  background: linear-gradient(
    to right,
    rgba(0, 0, 92, 0.5),
    rgba(0, 0, 0, 0.4) 35%,
    rgba(0, 0, 0, 0.4) 65%,
    rgba(0, 0, 92, 0.5)
  );
  padding: 0 8vw;
}
.headfront h1,
.headfront h2 {
  font-size: 120%;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--c-white);
}
.headfront h2 {
  margin-left: 5px;
}
.headfront p {
  font-size: 95%;
  margin: 5px 0 0;
  padding: 0;
  line-height: 1.1;
  font-weight: 500;
  color: var(--c-grey);
}
.logoleft {
  margin: 0 10px 0 0;
}
.headright {
  margin: 0 0 0 auto;
  float: right;
}
.logoleft img {
  width: auto;
  height: 10vh;
}
.homebottom {
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 14vh;
  text-align: center;
  background: linear-gradient(to top, #000, transparent 70%);
}
.homebottom-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11vh;
  padding: 0;
  text-align: center;
}
.home-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  text-align: center;
  height: 7vh;
  background: #000;
  border-top: #515151 1px solid;
  padding: 0 3vw;
}
.image-slider {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image-slider {
  height: 100vh;
}
.image-slider img,
.imagesmall img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  object-fit: cover;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.slider2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slide-dot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/dotted.png) repeat center;
  z-index: 300;
}

.title-app {
  position: relative;
  text-align: center;
  margin: 0 0 4vh;
}
.title-app-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  opacity: 0.5;
}
.title-app-bg h2 {
  position: relative;
  font-size: 500%;
  line-height: 1.1 !important;
  font-weight: 800;
  margin: 0;
  padding: 0;
  -webkit-text-stroke-width: 12px;
  -webkit-text-stroke-color: #fff;
  letter-spacing: -1px;
}
.title-app h1 {
  position: relative;
  font-size: 500%;
  line-height: 1.1 !important;
  font-weight: 800;
  margin: 0;
  padding: 0;
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 6s linear infinite;
  background-image: linear-gradient(
    -225deg,
    var(--c-yellow) 0%,
    var(--c1) 29%,
    var(--c1) 67%,
    var(--c-yellow) 100%
  );
  letter-spacing: -1px;
}
.title-app p {
  font-size: 100%;
  line-height: 1.1 !important;
  font-weight: 500;
  margin: 10px 0 0;
  padding: 0;
  color: var(--c-white);
}

.icon-container {
  position: relative;
  overflow: hidden;
  margin: 0 25%;
}

.icon-item {
  position: relative;
  overflow: hidden;
  height: 8vw;
  border: #717171 1px solid;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 5px;
}
.icon-item:hover {
  background: rgba(0, 0, 92, 0.5);
}
.icon-item p,
.home-footer p {
  font-size: 95%;
  line-height: 1.1 !important;
  font-weight: 500;
  margin: 0 10px;
  padding: 0;
  color: var(--c-grey);
}
.icon-item:hover p {
  color: var(--c-white);
}
.home-footer p,
.footpage p {
  font-size: 90%;
}
.headright p,
#thisdate,
#thistime {
  font-size: 95%;
  line-height: 1.1 !important;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: var(--c-grey);
}
.headright p {
  margin: 0 5px;
}
.icon-item img {
  width: auto;
  height: 3vw;
  margin: 0 0 5px;
}

.carousel {
  background: transparent;
  position: relative;
}
.icon-container .carousel {
  padding: 0 40px;
}
.carousel-cell {
  position: relative;
  width: 100%;
  counter-increment: gallery-cell;
}
.icon-container .carousel-cell {
  position: relative;
  width: 33.33333333%;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  position: relative;
  height: 100%;
}
.flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  width: 30px;
  height: 6vh;
  border: #717171 1px solid;
  background-color: var(--bg-greydark);
  background-size: 40% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.flickity-prev-next-button.previous {
  left: 0;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23bdbdbd'%2F%3E%3C%2Fsvg%3E");
  z-index: 2;
}
.flickity-prev-next-button.next {
  right: 0;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23bdbdbd'%2F%3E%3C%2Fsvg%3E");
  z-index: 2;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=0); /* IE8 */
  opacity: 0;
  cursor: auto;
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-page-dots {
  display: none !important;
}
.slider-area .flickity-prev-next-button {
  display: none;
}

.margin-lr-15 {
  margin: 0 15px;
}
.margin-lr-min5 {
  margin-left: -5px;
  margin-right: -5px;
}

.headpage {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  border-bottom: #bdbdbd 2px solid;
  z-index: 9998;
  background: #001f61;
  background: -moz-linear-gradient(90deg, #001f61 35%, #000 100%);
  background: -webkit-linear-gradient(90deg, #001f61 35%, #000 100%);
  background: linear-gradient(90deg, #001f61 35%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001f61",endColorstr="#000000",GradientType=1);
}
.headpage-inner {
  width: 100%;
  height: 7vh;
}
.headpage-inner h1 {
  position: relative;
  font-size: 180%;
  line-height: 1 !important;
  font-weight: 800;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 6s linear infinite;
  background-image: linear-gradient(
    -225deg,
    var(--c-yellow) 0%,
    var(--c-white) 29%,
    var(--c-white) 67%,
    var(--c-yellow) 100%
  );
}
.headright-page {
  margin: 0 0 0 15px;
  width: 5vh;
  height: 5vh;
  border: #bdbdbd 1px solid;
  border-radius: 2px;
}
.headright-page svg {
  width: auto;
  height: 70%;
  fill: var(--c-white);
}
.map-area {
  position: fixed;
  left: 0;
  top: 12vh;
  right: 0;
}

.mapheight {
  width: 100%;
  height: 88vh;
}

.footpage {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5vh;
  background: #f0f0f0;
  border-top: #bdbdbd 1px solid;
  padding: 0 15px;
  z-index: 1200;
}
.footpage p {
  font-size: 90%;
  line-height: 1.1 !important;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.leftpage {
  position: fixed;
  left: 0;
  top: 7vh;
  width: 20%;
  bottom: 5vh;
  background: #f0f0f0;
  border-right: #bdbdbd 1px solid;
}

.login-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg1);
}
.loginbox {
  width: 30%;
  margin: 0 auto;
  padding: 15px;
  background: #f0f0f0;
  text-align: center;
  border-radius: 5px;
}
.login-title {
  margin: 20px 0 30px;
}
.login-title img {
  width: auto;
  height: 8vh;
  margin: 0 10px;
}
.login-title h1 {
  font-size: 160%;
  line-height: 1.1 !important;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 0;
}
.login-title h2 {
  font-size: 100%;
  line-height: 1.1 !important;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 0;
}
.login-form {
  position: relative;
  overflow: hidden;
  margin: 0 10% 20px;
  text-align: left;
}
.login-form label {
  font-weight: 500;
  margin: 0;
  line-height: 1.1;
  font-size: 100%;
  text-align: left;
}
.table-cari td {
  font-size: 100%;
  vertical-align: top;
  line-height: 1.1 !important;
  padding: 15px 8px !important;
}
.table-cari th {
  font-size: 100%;
  padding: 15px 8px !important;
  vertical-align: middle !important;
}
.area-content {
  position: absolute;
  top: 7vh;
  left: 20%;
  right: 0;
  padding: 40px 50px 60px;
}
.area-content-full {
  position: absolute;
  top: 7vh;
  left: 0;
  right: 0;
  padding: 0 0 60px;
}
.heading-page {
  position: relative;
  overflow: hidden;
  padding: 0 0 10px;
  border-bottom: #bdbdbd 1px solid;
  margin: 0 0 20px;
}
.area .heading-page {
  margin: 0 0 20px;
}
.detail-style .heading-page {
  margin: 0 0 10px;
}
.heading-page h1 {
  font-size: 120%;
  line-height: 1.1 !important;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.small-icon svg,
.small-icon img {
  width: auto;
  height: 20px;
  margin: 0 5px;
}
.table-small td {
  font-size: 90%;
  vertical-align: top;
  line-height: 1.1 !important;
  height: auto;
  padding: 0;
}
.table-modif td,
.table-modif th {
  font-size: 90%;
  vertical-align: top;
  line-height: 1.1 !important;
  padding: 5px 0 !important;
}
.listrm .table-modif td {
  padding: 5px !important;
}
.housedetail .table-modif tr {
  border-top: #bdbdbd 1px dotted;
}
.housedetail .table-modif tr:nth-child(1) {
  border-top: none;
}
.table-modif th {
  padding: 10px 8px !important;
  vertical-align: middle !important;
}
.table-clear td,
.table-clear th {
  font-size: 90%;
  vertical-align: top;
  line-height: 1.1 !important;
  border: none !important;
  border-top: #bdbdbd 1px solid !important;
  padding: 7px 0 !important;
}
.pagination {
  display: flex !important;
  justify-content: right;
  align-items: center;
}
.dataTables_info {
  font-size: 90%;
  margin: 0 0 5px;
  height: 30px;
  display: flex !important;
  justify-content: left;
  align-items: center;
}
.content-inner {
  width: 100%;
}
.goright {
  float: right;
  margin: 0 0 0 auto;
}
.headpage-inner .goright {
  float: right;
  margin: 0 5vh 0 auto;
  padding: 0 10px 0 0;
}
.btn-modif,
.btn-mid {
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 90%;
  line-height: 1.1;
  color: var(--c-white) !important;
}
.btn-mid .btn-modif svg {
  width: auto;
  height: 4vh;
  fill: var(--c-white);
}
.btn-mid {
  padding: 4px 10px;
  margin: 0 0 0 5px;
}
.btn,
.btn p {
  line-height: 1.1;
  margin: 0;
}
.btn svg {
  width: auto;
  height: 24px;
  fill: var(--c-white);
}
.btn-small {
  padding: 2px 10px !important;
  border-radius: 4px;
  font-size: 90%;
  line-height: 1.1;
  color: var(--c-white) !important;
}
.knob {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  border-radius: 3px;
  font-size: 90%;
  line-height: 1.1;
  width: 4.5vh;
  height: 4vh;
}
.knob svg {
  width: auto;
  height: 3vh;
  fill: var(--c-white);
}
.heading-detail {
  position: relative;
  overflow: hidden;
  padding: 70px 8%;
  background: url(../../images/heading.jpg) no-repeat center;
  background-size: cover;
}
.heading-detail h1 {
  font-size: 140%;
  line-height: 1.1 !important;
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  color: #fff;
}
.heading-detail img {
  position: relative;
  z-index: 2;
  width: auto;
  height: 34px;
  margin: -5px 5px 0 0;
}
.heading-detail .goright {
  position: relative;
  z-index: 2;
}

#account .dropdown-menu {
  top: 100%;
  left: auto;
  right: 0;
  min-width: 220px;
  z-index: 1190;
  padding: 10px;
  margin: 2px 0 0;
  border: 1px solid #bdbdbd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.small-admin {
  margin: 3px 0;
}
.small-admin svg {
  width: 24px;
  height: auto;
  margin: 0 5px 0 0;
}
.small-admin h3 {
  font-size: 95%;
  line-height: 1.1 !important;
  font-weight: 500;
  margin: 0;
  padding: 0;
  border: none;
  color: #313131;
}
.judulitem {
  width: 57%;
  min-width: 57%;
}
.maingrid {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.gridbig {
  flex: 0 0 60%;
}
.gridside {
  flex: 0 0 40%;
  padding-bottom: 20px;
  height: auto;
}
.detail-style .gridbig {
  flex: 0 0 60%;
}
.detail-style .gridside {
  flex: 0 0 40%;
}
.gridside-sticky {
  position: sticky !important;
  top: 10vh;
}
.map-admin {
  width: 100%;
  height: 45vh;
}
.gridmargin {
  margin: 0 20px 0 0;
}
.colfle {
  display: flex;
  justify-content: space-between center;
  flex-flow: row wrap;
  margin-top: 100px;
}

@media screen and (max-width: 600px) {
  .colfle {
    margin: 0;
  }
}
.dashboard-info .colfle,
.topedit .colfle {
  margin-left: -5px;
  margin-right: -5px;
}
.column-25 {
  position: relative;
  width: calc(25% - 10px);
  margin: 0 5px 15px;
}
.column-33 {
  position: relative;
  width: calc(33.33333333% - 10px);
  margin: 0 5px 15px;
}
.dashboard-info .column-33 {
  margin: 5px;
  overflow: hidden;
  border-radius: 5px;
  color: #f0f0f0;
  padding: 20px 0;
}
.dashboard-info .column-33:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: #fff 100px solid;
  border-bottom: transparent 100px solid;
  opacity: 0.4;
  z-index: 1;
}
.dashboard-info .column-33:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.4),
    transparent 40%
  );
}
.column-50 {
  position: relative;
  width: calc(50% - 10px);
  margin: 0 5px 15px;
}
.column-35 {
  position: relative;
  width: calc(35% - 10px);
  margin: 0 5px 15px;
  text-align: center;
}
.column-65 {
  position: relative;
  width: calc(65% - 10px);
  margin: 0 5px 15px;
}
.column-35 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.editplus label,
.editplus input {
  font-size: 95%;
}
.leftpage-menu {
  position: relative;
  overflow: hidden;
  padding: 15px;
}
.m-container {
  margin: 0 8%;
}
.house-icon {
  position: relative;
  width: 60px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
.house-info {
  position: relative;
  width: calc(100% - 70px);
  margin: 0 0 0 10px;
}
.house-image {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.house-image img {
  width: 100%;
}
.house-pd {
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.bgblue {
  background: #288ab9;
}
.bgpink {
  background: #d92071;
}
.bggreen {
  background: #5bac34;
}
.bgorange {
  background: #e66400;
}
.bgviola {
  background: #9950b4;
}
.bgtoska {
  background: #009e94;
}

.navbar-default {
  background-color: none !important;
  border: none;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
.sidebar ul li {
  position: relative;
  font-weight: 500;
  padding: 12px 10px !important;
  margin: 0 0 5px;
  border: #bdbdbd 1px solid;
  border-radius: 4px;
  line-height: 1.1;
  text-shadow: none;
  background: #fff;
}
.frontend .sidebar ul li {
  padding: 7px 7px !important;
}
.sidebar ul li a {
  display: block;
}
.sidebar ul li:hover {
  background-color: #fff;
}
.sidebar ul li a.active,
.sidebar ul li a:focus {
  background-color: transparent;
}
.menu-list {
  position: relative;
  overflow: hidden;
  font-size: 95%;
}
.sidebar .nav-second-level {
  padding: 10px 0 0 30px;
}
.sidebar .frontend.nav-second-level {
  padding: 5px 0 0 48px;
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border: 0 !important;
  padding: 0 0 !important;
}
.sidebar .nav-second-level li a {
  margin: 0;
  font-weight: 500;
  padding: 0;
  position: relative;
  padding: 2px 0;
  background: transparent !important;
}
.sidebar .nav-second-level li {
  background: transparent !important;
}
.sidebar .nav-third-level li a {
  padding-left: 72px;
  background: transparent !important;
}
.sidebar .nav-icon-level li {
  border-bottom: 0 !important;
}
.icon-menu {
  position: absolute;
  left: 10px;
  top: 8px;
}
.icon-menu svg {
  width: 24px;
  height: auto;
  margin: 0;
  fill: #919191;
}
.title-menu {
  width: calc(100% - 30px);
  margin: 0 0 0 30px;
}
.icon-menu-fe {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  border: #bdbdbd 1px solid;
  float: left;
  margin: 0 10px 0 0;
}
.icon-menu-fe img {
  width: 70%;
  height: auto;
}
.sidebar ul li:hover .icon-menu svg {
  fill: #1f8fc4;
}
.titletable {
  width: 40%;
}
.empty-house {
  padding: 80px 30%;
}
.empty-house p {
  font-size: 110%;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
.empty-image {
  width: 20vh;
  min-width: 20vh;
  margin: 0 10px 0 0;
}
.empty-image img {
  display: block;
  width: 100%;
}
.pencarian svg {
  height: auto;
  width: 40px;
  min-width: 40px;
  margin: 0 10px 0 0;
  fill: #ff9e00;
}
.pencarian p {
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
.menu-list .caret {
  float: right;
  margin: 0 0 0 auto;
  position: absolute;
  top: 14px;
  right: 7px;
}
.small-modal .modal-dialog,
.mid-modal .modal-dialog {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: 0 !important;
}
.modal-inner {
  position: absolute;
  top: 50px;
  bottom: 50px;
  width: 30%;
  background: #fff;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  overflow: hidden;
}
.modal-inner-right {
  position: absolute;
  top: 0;
  bottom: 15%;
  width: 100%;
  background: #fff;
  right: 0;
  overflow: hidden;
  border-radius: 5px;
  border: #bdbdbd 1px solid;
}
.mid-modal .modal-inner {
  width: 60%;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: 0;
  width: 20%;
  top: 13vh;
  bottom: 7vh;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
  right: 14px !important;
  margin: 14px 0 0 !important;
}
.modal.left.fade.in .modal-dialog {
  left: 10px !important;
  margin: 10px 0 0 !important;
}

.leftmodal-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff !important;
  border-radius: 5px;
  border: #bdbdbd 1px solid;
}

.leftmodal .modal-open {
  width: auto;
  height: auto;
}
.leftmodal .modal {
  position: fixed;
  top: 0;
  width: auto !important;
  bottom: 30vh;
  right: auto !important;
}

.headmodal {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 8vh;
  border-bottom: #bdbdbd 1px solid;
  padding: 0 15px;
  margin: 0;
  line-height: 1.1;
  font-size: 110%;
  font-weight: bold;
}
.footmodal {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 8vh;
  border-top: #bdbdbd 1px solid;
  padding: 0 15px;
}
.isimodal {
  position: absolute;
  left: 0;
  top: 8vh;
  bottom: 8vh;
  right: 0;
  overflow: hidden;
}
.modal-inner-right .isimodal {
  top: 0;
  bottom: 8vh;
}
.colscroll {
  width: 100%;
  float: left;
  overflow-y: scroll;
  scrollbar-width: thin;
  height: 100%;
}
.colscroll::-webkit-scrollbar {
  width: 5px;
}
.colscroll {
  scrollbar-width: thin;
}
.colscroll::-webkit-scrollbar-track {
  background: transparent;
}
.colscroll::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}
.colscroll-pd {
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.menupanel-box .colscroll-pd {
  padding: 15px 15px 90px;
}
.tablepeta {
  width: 100% !important;
  margin: 10px 0;
}
.tablepeta td {
  padding: 5px;
  text-align: left !important;
  border: #919191 1px solid;
}

.canvasmenu {
  display: block;
  position: fixed;
  top: 1vh;
  right: 15px;
  z-index: 9999;
}
.canvasmenu-inner {
  width: 5vh;
  height: 5vh;
  background: #00809e;
  border-radius: 2px;
  cursor: pointer;
}
.canvasmenu svg {
  width: 4vh !important;
  height: 4vh !important;
  fill: var(--c-white);
}

.canvasmenu-home {
  width: 36px;
  height: 36px;
  background: #00809e;
  border-radius: 2px;
  cursor: pointer;
  margin: 0 0 0 15px;
}
.canvasmenu-home svg {
  width: 30px !important;
  height: 30px !important;
  fill: var(--c-white);
}
.menupanel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.menupanel-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: #f0f0f0;
}
.menupanel-head {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 10vh;
  background: var(--bg1);
  padding: 0 15px;
}
.menupanel-head h1 {
  font-size: 120%;
  line-height: 1 !important;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #f1b600;
}
.menupanel-box {
  position: absolute;
  left: 0;
  top: 10vh;
  width: 100%;
  bottom: 0;
  z-index: 700;
  overflow: hidden;
}
.trans-w {
  -webkit-transition: width 0.1s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: width 0.1s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: width 0.1s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: width 0.1s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.mappanel {
  position: absolute;
  left: 15px;
  top: 10px;
  bottom: 10px;
  width: 20%;
  background: #fff;
  z-index: 1030;
  border-radius: 5px;
}
.openclose {
  position: absolute;
  right: -36px;
  bottom: 12px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.openclose:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  margin: -2px;
  border-radius: 4px;
}
.openclose svg {
  width: 32px;
  height: auto;
  fill: #616161;
  stroke: #fff;
  stroke-width: 0.5;
}
.darkmode .openclose:before {
  display: none;
}

.caret {
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.caret {
  border-top-color: #919191 !important;
}

.in-login img {
  width: 50%;
  margin: 0 auto;
}
.in-login p {
  font-size: 100%;
  margin: 10px 0;
  padding: 0;
  line-height: 1.1;
}
.dashboard {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.dashboard .title-app p {
  color: #313131;
}
.dashboard .title-app h1 {
  font-size: 300%;
}
.dashboard h2 {
  font-size: 120%;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-weight: bold;
}
.midcol1 {
  min-width: 90px !important;
}
.midcol2 {
  min-width: 150px !important;
}

.close-canvas {
  float: right;
  margin: 0 0 0 auto;
  width: 5vh;
  height: 5vh;
  background: #00809e;
  border-radius: 4px;
  cursor: pointer;
}
.close-canvas svg {
  width: 4vh;
  height: auto;
  fill: #fff;
}

.mobile-menu a {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.mobile-menu li a {
}
.mobile-menu ul {
  margin: 0 0;
  padding: 0;
  list-style: none;
}
.mobile-menu li ul {
  margin: 0 0;
  padding: 0;
}
.mobile-menu li {
  font-size: 16px !important;
  margin: 0 0 7px;
  padding: 7px 10px;
  line-height: 1.2;
  list-style: none;
  border: #bdbdbd 1px solid;
  border-radius: 4px;
}
.mobile-menu p {
  position: relative;
  font-size: 16px !important;
  margin: 0;
  padding: 5px 0 5px 40px;
  line-height: 1.2;
  list-style: none;
}
.mobile-menu li ul li {
  margin: 0;
  padding: 0 0;
  line-height: 1.2;
}
.mobile-menu-inner .navbar-nav {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.mobile-menu .dropdown-menu {
  position: relative;
  overflow: hidden;
  float: none;
  background: transparent !important;
  padding: 0 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none !important;
}
.mobile-menu svg {
  width: auto;
  height: 35px;
  margin: 0 5px 0 0;
  fill: #919191;
}

.map-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 10px 10px 60px;
  border: #bdbdbd 1px solid;
  border-radius: 5px;
  background: #fff !important;
}
.map-filter-pd {
  padding: 10px;
}
.filter-row {
  position: relative;
  overflow: hidden;
  margin: 5px 0;
}
.isimodal .filter-row {
  margin: 5px 10px;
  padding: 5px 0 0;
  border-top: #bdbdbd 1px dotted;
}
.filter-icon {
  position: relative;
  width: 38px;
  height: 38px;
  border: #bdbdbd 1px solid;
  background: #fff;
  border-radius: 4px;
}
.isimodal .filter-icon {
  position: relative;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
}
.filter-icon img {
  width: 24px;
  height: auto;
}
.filter-title {
  position: relative;
  width: calc(100% - 42px);
  margin: 0 0 0 4px;
}
.isimodal .filter-title {
  position: relative;
  width: calc(100% - 28px);
  margin: 0 0 0 4px;
}
.filter-title p {
  position: relative;
  font-size: 95%;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-weight: 500;
  color: #212121;
}
.isimodal .filter-title p {
  font-size: 90%;
}
.kotapadang-stat .filter-title p {
  color: #dbdbdb;
}
.mapmenu p {
  position: relative;
  padding: 2px 0 2px 15px !important;
  margin: 0;
}
.kelurahan .mapmenu p {
  position: relative;
  padding: 2px 0 2px 15px !important;
  margin: 0 0 0 15px;
}
.mapmenu p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #bdbdbd;
}
.kelurahan .mapmenu p:after {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  border-left: #bdbdbd 10px solid;
  border-top: transparent 6px solid;
  border-bottom: transparent 6px solid;
}
.data-open-inner .dropdown-menu {
  position: relative;
  overflow: hidden;
  float: none;
  background: transparent !important;
  padding: 0 0 0 42px !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none !important;
}
.data-open-inner .kelurahan .dropdown-menu {
  padding: 0 0 0 0 !important;
}
.map-filter-head {
  margin: 0 0 10px;
  padding: 0;
}
.map-filter-head h1,
.map-filter-head h2 {
  font-size: 90%;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
}
.map-filter-head h1 {
  font-size: 100%;
  color: #ac0000;
  border-left: #ffb300 5px solid;
  padding: 0 0 0 5px;
  margin: 0 0 10px;
}

.dashboard-info {
  margin: 0 0;
}
.sikasper-bot {
  float: right;
  margin: 0 0 0 auto;
}
.map-detail {
  height: 60vh;
  border: #bdbdbd 4px solid;
  padding: 5px;
}

.detail-location {
  margin: 0 0 10px;
}
.detail-location h2 {
  font-size: 90%;
  line-height: 1.1 !important;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.detail-location svg {
  width: auto;
  height: 30px;
  margin: 0 0;
  fill: #00aac6;
}
.map-padang {
  width: auto;
  height: 60vh;
  margin: 0 auto;
}
.map-padang svg {
  width: auto;
  height: 100%;
  position: relative;
}
.kec {
  opacity: 0.6;
}
.kec:hover {
  opacity: 1;
}
.kototangah {
  fill: #a538b8;
}
.kuranji {
  fill: #e99400;
}
.pdgutara {
  fill: #cd314e;
}
.pdgtimur {
  fill: #ad694e;
}
.pdgbarat {
  fill: #007ecf;
}
.nanggalo {
  fill: #119e45;
}
.pdgselatan {
  fill: #119e45;
}
.lubeg {
  fill: #ff642b;
}
.luki {
  fill: #5ba82a;
}
.bungus {
  fill: #b13373;
}
.pauh {
  fill: #2290c4;
}
.map-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #0c5e6d79 ;
  z-index: 2000;
  height: 6vh;
  padding: 0 15px;
  text-align: center;
}
.map-head h1 {
  font-size: 95%;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 1px 4px #000;
  -webkit-text-stroke: 1px transparent;
}
.map-head-m {
  display: none;
  text-align: center;
}
.map-head-m p {
  font-size: 90%;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.map-link {
  position: absolute;
  top: 0;
  bottom: 0;
}
.map-padang {
  position: relative;
}
.kecamatan {
  position: relative;
  border: #bdbdbd 1px solid;
  margin: 0 0 0 20px;
}
.kecamatan p {
  position: relative;
  font-size: 95%;
  margin: 10px 10px;
  padding: 0 0 0 20px;
  line-height: 1.1;
  font-weight: 500;
}
.kecamatan p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #bdbdbd;
}
.kecamatan p:hover:after {
  background: #ffb300;
}

.area-container {
  position: relative;
  width: 100%;
}
.drawmap {
  height: 80vh;
}
.drawmap2 {
  height: 68vh;
}
.notify {
  position: absolute;
  top: 15px;
  font-size: 90%;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
  line-height: 1.1;
  color: #fff;
  z-index: 1200;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.notify-green {
  background: #008e15;
}
.notify-red {
  background: #b40000;
}
.notify-warning {
  background: #ff8000;
}

.iconleft {
  position: absolute;
  left: 15px;
  top: 20vh;
  z-index: 3000;
  margin-top: 15px;
}
.data-open {
  position: relative;
  background: #f0f0f0;
  padding: 0;
  background: #e0e0e0;
  border-radius: 100%;
  border: #fff 2px solid;
  margin: 0 0 7px;
  width: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.data-open:hover {
  background: #fff;
}
.data-open-icon {
  position: relative;
  width: 8vh;
  height: 8vh;
  margin: 0 0 0;
  overflow: hidden;
  border-radius: 100%;
}
.data-open-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 1;
  background-image: linear-gradient(to top, #fff, transparent 60%);
}
.data-open-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.data-open img {
  position: relative;
  width: auto;
  height: 3.5vh;
  z-index: 3;
}
.data-open p,
.data-open-inner p {
  position: relative;
  font-size: 95%;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-weight: 500;
}
.bottom-close {
  position: absolute;
  right: -40px;
  bottom: 0;
  height: 35px;
  width: 35px;
  border: #bdbdbd 1px solid;
  cursor: pointer;
  border-radius: 5px;
  background: #fff;
}
.bottom-close svg {
  width: 24px;
  height: auto;
}
.data-open-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin: 10px;
  border: #bdbdbd 1px solid;
}
.forfilter .data-open-inner {
  border-top: none;
  top: 54px;
  margin: 0 10px 10px;
}
.data-open-inner h2 {
  position: relative;
  font-size: 95%;
  margin: 20px 0 10px;
  padding: 0 0 5px;
  line-height: 1.1;
  font-weight: bold;
  border-bottom: #bdbdbd 1px solid;
}
.data-open-inner h3 {
  position: relative;
  font-size: 95%;
  margin: 0 0;
  padding: 0 0 0 15px;
  line-height: 1.1;
  font-weight: 500;
}
.data-open-inner h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #bdbdbd;
}
.headopen {
  position: relative;
  overflow: hidden;
  border: #bdbdbd 1px solid;
  height: 44px;
  padding: 0 10px;
  margin: 10px 10px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 95%;
  text-align: center;
}

.mainpage {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 88vh;
  margin-top: 7vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 768px) {
  .mainpage {
    top: 10vh;
  }
}

.mainpage-inner {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
.kotapadang {
  position: relative;
  width: calc(65% - 10px);
  margin: 0 5px;
  height: 460px;
  border-radius: 12px;
  border: #e0e0e0 1px solid;
  background: #253260;
  /* background: rgba(0, 0, 0, 0.7); */
  /* background: rgba(0, 5, 30, 0.5); */
}
.kotapadang a {
  color: #dbdbdb;
}
.kotapadang-stat {
  position: relative;
  width: calc(35% - 10px);
  margin: 0 5px;
  padding: 15px 0;
  border: #e0e0e0 1px solid;
  border-radius: 12px;
  background: #253260;
  /* background: rgba(0, 0, 0, 0.7); */
  /* background: rgba(0, 5, 30, 0.5); */
  color: #dbdbdb;
}

.kotapadang-stat-inner {
  position: relative;
  overflow: hidden;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: left;
}

.subtotal {
  margin: 0 0 0 30px;
}
.isimodal .subtotal p {
  font-size: 90%;
}
.rightcount {
  margin: 0 0 0 auto;
  float: right;
}
.kotapadang-stat p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 90%;
}
.kotapadang svg {
  width: auto;
  height: 400px;
}
.kotapadang p {
  font-size: 12px;
  line-height: 1.1;
  margin: 0 5px 0 0;
  padding: 0;
}
.mainpage-inner #kototangah,
.mainpage-inner #kuranji,
.mainpage-inner #pauh,
.mainpage-inner #pdgutara,
.mainpage-inner #pdgbarat,
.mainpage-inner #pdgtimur,
.mainpage-inner #pdgselatan,
.mainpage-inner #nanggalo,
.mainpage-inner #lubeg,
.mainpage-inner #luki,
.mainpage-inner #bungus {
  opacity: 0.75;
}
#kototangah:hover,
#kuranji:hover,
#pauh:hover,
#pdgutara:hover,
#pdgbarat:hover,
#pdgtimur:hover,
#pdgselatan:hover,
#nanggalo:hover,
#lubeg:hover,
#luki:hover,
#bungus:hover {
  opacity: 1;
}
.kototangah {
  position: absolute;
  right: 30vw;
  top: 70px;
  padding: 0 100px 0 0;
  text-align: right;
}
.pdgutara {
  position: absolute;
  right: 34.6vw;
  top: 185px;
  padding: 0 40px 0 0;
  text-align: right;
}
.pdgbarat {
  position: absolute;
  right: 34vw;
  top: 225px;
  padding: 0 40px 0 0;
  text-align: right;
}
.pdgselatan {
  position: absolute;
  right: 32.4vw;
  top: 300px;
  padding: 0 40px 0 0;
  text-align: right;
}
.pdgtimur {
  position: absolute;
  right: 32vw;
  top: 260px;
  padding: 0 60px 0 0;
  text-align: right;
}
.nanggalo {
  position: absolute;
  right: 33vw;
  top: 140px;
  padding: 0 70px 0 0;
  text-align: right;
}
.mainpage-inner .filter-icon {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  border: none;
  background: transparent;
}
.mainpage-inner .filter-icon img {
  width: 25px;
  height: auto;
}
.kotapadang-stat .filter-title {
  position: relative;
  width: 100%;
  margin: 0;
}
.kotapadang-stat .filter-row {
  padding: 10px 10px;
  border-radius: 12px;
  /* background-color: #2a2a2a; */
  
  background: rgba(0, 5, 30, 0.5);
  margin: 5px 0px;
}
.kotapadang-stat h2,
.homestat h2 {
  text-align: center;
  margin: 0 auto 15px;
  padding: 0;
  line-height: 1.1;
  font-size: 16px;
}
.kotapadang-stat h2 span {
  color: #ffd100;
}
.homestat h2 span {
  color: #00458e;
}
.mainpage-inner h1 {
  text-align: center;
  margin: 0 auto 10px;
  padding: 0;
  line-height: 1;
  font-size: 140%;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 1px 4px #000;
  -webkit-text-stroke: 1px transparent;
}

.lubeg {
  position: absolute;
  left: 27vw;
  top: 270px;
  padding: 0 0 0 150px;
  text-align: left;
}
.luki {
  position: absolute;
  left: 33.5vw;
  top: 235px;
  padding: 0 0 0 70px;
  text-align: left;
}
.pauh {
  position: absolute;
  left: 34vw;
  top: 135px;
  padding: 0 0 0 80px;
  text-align: left;
}
.kuranji {
  position: absolute;
  left: 28vw;
  top: 185px;
  padding: 0 0 0 160px;
  text-align: left;
}
.bungus {
  position: absolute;
  left: 29vw;
  top: 320px;
  padding: 0 0 0 50px;
  text-align: left;
}

.bungus p,
.lubeg p,
.luki p,
.pauh p,
.kuranji p {
  margin: 0 0 0 10px;
}

.kototangah:before,
.pdgutara:before,
.pdgbarat:before,
.pdgselatan:before,
.pdgtimur:before,
.nanggalo:before,
.pauh:before,
.kuranji:before,
.luki:before,
.lubeg:before,
.bungus:before {
  content: "";
  height: 1px;
  border-top: #bdbdbd 1px solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.kototangah:before {
  right: 0;
  width: 100px;
}
.pdgutara:before {
  right: 0;
  width: 40px;
}
.pdgbarat:before {
  right: 0;
  width: 40px;
}
.pdgselatan:before {
  position: absolute;
  right: 0;
  width: 40px;
  top: -10px;
  -webkit-transform: rotate(-52deg);
  -moz-transform: rotate(-52deg);
  -ms-transform: rotate(-52deg);
  -o-transform: rotate(-52deg);
  transform: rotate(-52deg);
}
.pdgtimur:before {
  position: absolute;
  right: 0;
  width: 60px;
  top: -5px;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.nanggalo:before {
  position: absolute;
  right: 0;
  width: 70px;
  top: 35px;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
}
.lubeg:before {
  left: 0;
  width: 150px;
}
.luki:before {
  left: 0;
  width: 70px;
}
.pauh:before {
  left: 0;
  width: 80px;
}
.kuranji:before {
  left: 0;
  width: 160px;
}
.bungus:before {
  left: 0;
  width: 50px;
}

.kototangah:after,
.pdgutara:after,
.pdgbarat:after,
.pdgselatan:after,
.pdgtimur:after,
.nanggalo:after,
.pauh:after,
.kuranji:after,
.luki:after,
.lubeg:after,
.bungus:after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background: #bdbdbd;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.dashboard-info-intro {
  position: relative;
  overflow: hidden;
  border: #bdbdbd 1px solid;
  border-radius: 4px;
  padding: 20px 10px;
  background: #f0f0f0;
  margin: 0 0 10px;
}
.sudah svg,
.belum svg {
  width: auto;
  height: 30px;
  fill: #ff600a;
  margin: -1px 0 0;
}
.sudah svg {
  fill: #28aa00;
}
.catatan svg {
  height: 24px;
}
.sudah p,
.belum p {
  font-size: 95%;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}
.topedit {
  position: relative;
  overflow: hidden;
  border: #bdbdbd 1px solid;
  border-radius: 4px;
  padding: 10px;
  background: #f0f0f0;
  margin: 0 0 20px;
}
.intruksi-inner {
  margin: 0 auto 30px;
  text-align: left;
  padding: 0 25%;
}
.intruksi-inner svg {
  width: 40px;
  height: auto;
  min-width: 40px;
  margin: 0 10px 0 0;
  fill: #ff9e00;
}
.intruksi-inner p,
.dashboard-info-intro p {
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}
.forcheck {
  position: relative;
  width: calc(25% - 10px);
  margin: 9px 5px 0;
}
.tambah .forcheck {
  position: relative;
  width: 100%;
  margin: 5px 0;
  height: 25px;
}
.orderto {
  position: relative;
  width: calc(25% - 10px);
  margin: 5px;
}
.forcheck ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .forcheck input[type="checkbox"],
  .forcheck input[type="radio"] {
    --active: #275efe;
    --active-inner: #fff;
    --focus: 2px #bdbdbd;
    --border: #919191;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 25px;
    outline: none;
    display: inline-block;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .forcheck label {
    line-height: 1;
    font-size: 95%;
    margin: 0;
    padding: 0;
    font-weight: normal;
  }
  .tambah label {
    line-height: 1;
    font-size: 95%;
  }
  .forcheck input[type="checkbox"]:after,
  .forcheck input[type="radio"]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
      opacity var(--d-o, 0.2s);
  }
  .forcheck input[type="checkbox"]:checked,
  .forcheck input[type="radio"]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .forcheck input[type="checkbox"]:disabled,
  .forcheck input[type="radio"]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .forcheck input[type="checkbox"]:disabled:checked,
  .forcheck input[type="radio"]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .forcheck input[type="checkbox"]:disabled + label,
  .forcheck input[type="radio"]:disabled + label {
    cursor: not-allowed;
  }
  .forcheck input[type="checkbox"]:hover:not(:checked):not(:disabled),
  .forcheck input[type="radio"]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .forcheck input[type="checkbox"]:focus,
  .forcheck input[type="radio"]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .forcheck input[type="checkbox"]:not(.switch),
  .forcheck input[type="radio"]:not(.switch) {
    width: 25px;
  }
  .forcheck input[type="checkbox"]:not(.switch):after,
  .forcheck input[type="radio"]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .forcheck input[type="checkbox"]:not(.switch):checked,
  .forcheck input[type="radio"]:not(.switch):checked {
    --o: 1;
  }
  .forcheck input[type="checkbox"] + label,
  .forcheck input[type="radio"] + label {
    font-size: 95%;
    line-height: 1, 1;
    display: inline-block;
    cursor: pointer;
    margin-left: 0;
  }

  .forcheck input[type="checkbox"]:not(.switch) {
    border-radius: 25px;
  }
  .forcheck input[type="checkbox"]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .forcheck input[type="checkbox"]:not(.switch):checked {
    --r: 43deg;
  }
  .forcheck input[type="checkbox"].switch {
    width: 50px;
    border-radius: 25px;
  }
  .forcheck input[type="checkbox"].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  .forcheck input[type="checkbox"].switch:checked {
    --ab: var(--active-inner);
    --x: 25px;
  }
  .forcheck input[type="checkbox"].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  .forcheck input[type="radio"] {
    border-radius: 50%;
  }
  .forcheck input[type="radio"]:after {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type="radio"]:checked {
    --s: 0.5;
  }
}
.imagesmall {
  width: 40px;
  height: 30px;
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@-webkit-keyframes textclip {
  to {
    background-position: 200% center;
  }
}
@-moz-keyframes textclip {
  to {
    background-position: 200% center;
  }
}
@-o-keyframes textclip {
  to {
    background-position: 200% center;
  }
}
@-ms-keyframes textclip {
  to {
    background-position: 200% center;
  }
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.bell {
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}

.tooltip2 {
  position: relative;
  display: inline-block;
}
.tooltip2 .tooltip2text {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  border-radius: 3px;
  padding: 15px 15px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 100%;
  font-size: 90%;
  min-width: 25vh;
  line-height: 1.1;
  margin: 0 0 0 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.tooltip2 .tooltip2text:after {
  content: "";
  position: absolute;
  right: 100%;
  border-right: #000 8px solid;
  border-top: transparent 8px solid;
  border-bottom: transparent 8px solid;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.tooltip2:hover .tooltip2text {
  visibility: visible;
  z-index: 999;
}
.onlyprint {
  display: none;
}

.bgload {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(
    -90deg,
    rgba(0, 0, 0, 0.5) 50%,
    #1c5f8e 50%
  );
  bottom: 0;
  left: -55%;
  opacity: 0.4;
  position: absolute;
  right: -55%;
  top: 0;
}
.bgload2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}
.bgload3 {
  animation-duration: 5s;
}

.btn-custom-close {
    background-color: #253260; /* Ganti sesuai warna keinginan */
    color: white;
    border: none;
    padding: 10px 10px;
}

.btn-custom-close:hover {
    background-color: #20BAB6;
}

.modal-header-map {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
  background: #20BAB6;
  color: #fff;
  border-bottom: 1px solid #bdbdbd;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.btn-login {
  background-color: #253260;
  color: #fff;
}

.btn-login:hover {
  background-color: #20BAB6;
  color: #fff;
}
@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}

.bell {
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }
  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
