.navbar-landing .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-family: hkgrotesk,sans-serif;
    color: #212529 !important;
    padding: 14px;
}


[data-layout=vertical][data-sidebar=dark] .navbar-menu {
    background: linear-gradient(to right,#122666 1%,#405189 100%);
    border-right: 1px solid #1f2c3e;
}

[data-layout=vertical][data-sidebar=dark][data-sidebar-size=sm] .navbar-brand-box {
    background: linear-gradient(to right,#122666 1%,#405189 100%);
    border-right: 1px solid #1f2c3e;
}
[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-sm .nav-link {
    color: #f2f2f2;
}
.navbar-brand-box {
    padding: 0 1.3rem;
    text-align: center;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    /* border-bottom: 1px solid #333; */
    box-shadow: 0px 2px 3px rgb(56 65 74 / 24%);
}

[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link {
    color: #fff2ea;
}

[data-layout=vertical][data-sidebar=dark] .menu-title {
    color: #efefef;
}



.auth-body-bg {
	background-image: url(../images/login-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.auth-body-bg .bg-overlay {
	background: rgb(0 0 0 / 85%);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
}

.wrapper-page {
	margin: 7.5% auto;
	max-width: 460px;
	position: relative;
}

.wrapper-page .auth-logo {
	font-size: 28px;
	line-height: 70px;
}

.wrapper-page .auth-logo.logo-light {
	display: none;
}

.wrapper-page .auth-logo.logo-dark {
	display: block;
}

.ex-page-content h1 {
	font-size: 98px;
	font-weight: 700;
	line-height: 150px;
	text-shadow: rgba(61,61,61,.3) 1px 1px,rgba(61,61,61,.2) 2px 2px,rgba(61,61,61,.3) 3px 3px;
}

.card-login {
    box-shadow: rgb(191 191 191 / 61%) 13px -16px 0px 0px;
}


/*button*/
.btn-default {
    --vz-btn-color: #fff;
    --vz-btn-bg: #009688;
    --vz-btn-border-color: #009688;
    --vz-btn-hover-color: #fff;
    --vz-btn-hover-bg: #027167;
    --vz-btn-hover-border-color: #027167;
    --vz-btn-focus-shadow-rgb: 73,171,224;
    --vz-btn-active-color: #fff;
    --vz-btn-active-bg: #db4500;
    --vz-btn-active-border-color: #db4500;
    --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --vz-btn-disabled-color: #fff;
    --vz-btn-disabled-bg: #ff6219;
    --vz-btn-disabled-border-color: #ff6219;
}

table p {
	margin-bottom:8px ;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.page-link {
	color: #f06548;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #f06548;
    border-color: #f06548;
}

.select2-container--classic .select2-selection--single {
    background-color: #f3f6f9;
    border: 1px solid #f3f6f9;
    border-radius: .25rem;
    outline: 0;
}


@media (min-width: 768px)
.topbar-user {
    background-color: #fafafa;
}

.form-flex {
    width: 50%;
    display: inline-flex !important;
}

.penyebab {
    padding: 20px;
    border: 1px dashed #f1f1f1;
}

.timeline-3 {
    position: relative;
}

.timeline-3::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 83%;
    top: 50px;
    left: 40px;
    margin-left: -1px;
    background: var(--vz-card-bg-custom);
}

.timeline-3 .timeline-year {
    position: relative;
    width: 100%;
    text-align: left;
    z-index: 1;
}

.timeline-3 .timeline-year p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 23px 10px;
    background: var(--vz-card-bg-custom);
    border-radius: 50px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.timeline-3 .timeline-year p span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timeline-3 .timeline-date {
    font-size: 14px;
    font-weight: 500;
    margin: 24px 0 0 0;
    margin-left: 55px;
}

.timeline-3 .timeline-date::after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 26px;
    left: 45px;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    background: #0ab39c;
    border: 3px solid var(--vz-card-bg-custom);
    border-radius: 50px;
    z-index: 1;
}

.timeline-3 .timeline-box {
    position: relative;
    display: inline-block;
    margin: 15px 60px;
    padding: 10px;
    border: 1px solid var(--vz-border-color);
    border-radius: 6px;
    background: var(--vz-card-bg-custom);
    max-width: 95%;
    min-width: 95%;
}

.timeline-3 .timeline-box::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 26px;
    right: 100%;
    border-color: transparent var(--vz-card-bg-custom) transparent transparent;
    border-width: 10px;
}

.timeline-3 .timeline-box::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    right: 100%;
    top: 24px;
    border-color: transparent var(--vz-border-color) transparent transparent;
    border-width: 12px;
}

.timeline-3 .timeline-box .timeline-text {
    position: relative;
    float: left;
}

.timeline-3 .timeline-launch {
    position: relative;
    display: inline-block;
    border: 1px solid var(--vz-border-color);
    border-radius: 6px;
    background: #fff;
    width: 100%;
    margin-top: 15px;
    padding: 0;
    border: none;
    text-align: left;
    background: 0 0;
}

.timeline-3 .timeline-launch .timeline-box {
    margin-left: 0;
}

.timeline-3 .timeline-launch .timeline-box::after {
    left: 30px;
    margin-left: 0;
    top: -20px;
    border-color: transparent transparent var(--vz-border-color) transparent;
}

.timeline-3 .timeline-launch .timeline-box::before {
    left: 30px;
    margin-left: 0;
    top: -19px;
    border-color: transparent transparent var(--vz-card-bg-custom) transparent;
    border-width: 10px;
    z-index: 1;
}

.intervensi-sm {
    height: 80px;
    border: 1px solid #f1f1f1;
}

.icon-status {
    font-size: 20px;
    font-weight: 800;
}
.status_col {
    width: 30px;
}


#view_peta {
    width: 100%;
    height: 360px;
}



.sectionHeading {
  margin-bottom: 20px;
  color: #009688;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(224, 224, 224, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(224, 224, 224, 0.2);
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.shadow-nohover {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes animatop {
  0% {
    opacity: 0;
    bottom: -500px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}

@keyframes animatop {
  0% {
    opacity: 0;
    bottom: -500px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@-webkit-keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    left: -253px;
  }
  100% {
    transform: rotate(-30deg);
    top: -24px;
    left: -78px;
  }
}
@keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    left: -253px;
  }
  100% {
    transform: rotate(-30deg);
    top: -24px;
    left: -78px;
  }
}
h3 {
  margin: 20px 0;
}

.experience {
  border-left: 3px solid #009688;
  padding: 0 30px;
  margin-left: 185px;
}
@media (max-width: 767px) {
.experience {
    margin-left: 0;
    padding-right: 0;
  }
}
.experience .item {
  position: relative;
  margin-bottom: 20px;
}
.experience .item::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #000000;
  border: 3px solid #009688;
}
.experience .item::after {
  content: "";
  position: absolute;
  left: -37px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #009688;
}
.experience .company-name {
  color: #009688;
}
.experience .location {
  position: absolute;
  right: 0;
  top: 2px;
}
.experience .location .fa {
  margin-right: 8px;
}
.experience .job-info {
  position: absolute;
  left: -200px;
  top: 0;
}
.experience .job-info .title {
  color: #009688;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 767px) {
  .experience .job-info {
    position: static;
    margin-bottom: 1rem;
  }
}

.bg-warning-soft {
    background-color: rgb(247 184 75 / 7%)!important;
}


.wtree li {
  list-style-type: none;
  margin: 20px 0 20px 10px;
  position: relative;
}
.wtree li:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 20px;
    height: 30px;
}
.wtree li:after {
    position: absolute;
    content: "";
    top: 9px;
    left: -20px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 20px;
    height: 100%;
}
.wtree li:last-child:after {
  display: none;
}
.wtree li span {
  display: block;
/*  border: 1px solid #ddd;*/
  padding: 10px;
  text-decoration: none;
}
/*
.wtree li span:hover, .wtree li span:focus {
  background: #eee;
  color: #000;
  border: 1px solid #aaa;
}
.wtree li span:hover + ul li span, .wtree li span:focus + ul li span {
  background: #eee;
  color: #000;
  border: 1px solid #aaa;
}
.wtree li span:hover + ul li:after, .wtree li span:hover + ul li:before, .wtree li span:focus + ul li:after, .wtree li span:focus + ul li:before {
  border-color: #aaa;
}*/


.list-determinan {
  display: block;
  border: 1px solid #ddd;
  padding: 4px 10px;
  text-decoration: none;
}

.list-tree {
    border: 1px solid #ddd;
}

.list-action {
    padding: 5px;
}

.btn-xxs, .btn-group-xxs > .btn {
    padding: 2px 4px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
}

.pd-50{
    padding-left: 50px;
}

.g-recaptcha {
    display: inline-block;
}

.g-recaptcha{
    transform:scale(0.77);
}

.list_ortu {
    padding: inherit;
    margin-bottom: inherit;
}

ul.list_ortu span {
    margin-right: 20px;
    display: inline-block;
    font-weight: bold;
    min-width: 40px;
}

.alamat_lapor {
    margin-bottom: 5px;
}

/*loader*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*image uploader*/
.dropzones {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

.dropzones:hover {
  border-color: #ccc;
}

.file-input {
  display: none;
}

.file-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #888;
}

.label-text {
  margin-top: 10px;
}

.image-preview {
  margin-top: 20px;
}

.image-preview img {
  max-width: 150px;
  max-height: 150px;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.remove-image {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #e74c3c;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

.remove-image:hover {
  background-color: #c0392b;
}

.remove-button {
  margin-top: 10px;
  background-color: #e74c3c;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  display: none;
}


.avatar-xls {
    height: 170px !important;
    width: 100%;
}

.title-kegiatan{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.title-kegiatan a {
    color: #3e3e3f;
}

.detail-titile-kegiatan {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 600;
    font-size: 20px;
}

.deskripsi-content p {
    margin-bottom: 0;
    text-align: justify;
}

.section-kegiatan {
    padding: 70px 0;
    position: relative;
}

.widget-title {
    border-bottom: 2px solid #e1e1e1;
    padding: 5px 0px 10px;
}

.img-agenda {
    width: 115px;
}
.h-300 {
    height: 300px;
    width: 100%;
}

@media (max-width: 767px) {
    .img-agenda {
        width: 100%;
    }

    .h-300 {
        height: auto;
        width: 100%;
    }
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: 450px;
    border-left: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.w-40 {
    width: 40%;
}

.bg-success-soft {
    background-color: #a0cea6;
}
.bg-danger-soft {
    background-color: #e4c8c8;
}
.bg-dark-soft{
    background: #f1f1f1;
}

.popover-header {
    margin: 5px 0;
    font-size: 15px;
}