.bg-image {
  background-image: url(../images/new/bg-dashboard-4.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
}

.color-primary {
  color: #15aca3;
}

.br-15 {
  border-radius: 15px;
}

.box-img {
  height: 200px;
}

.pt {
  padding: 5px !important;
}

.table-bs td {
  border: 0px !important;
}

/* CHART */
/* 1 */
#statistics-donut-chart-1 .ct-slice-donut-solid {
  fill: url(#donutGradient2);
}

#statistics-donut-chart-1 .ct-label {
  text-anchor: middle;
  alignment-baseline: middle;
  font-size: 30px;
  font-weight: 700;
  fill: #fd636b;
}

#statistics-donut-chart-1 .ct-chart-donut .ct-series {
  stroke: #ddd;
  stroke-width: 0px;
}

/* 2 */
#statistics-donut-chart-2 .ct-slice-donut-solid {
  fill: url(#donutGradient3);
}

#statistics-donut-chart-2 .ct-label {
  text-anchor: middle;
  alignment-baseline: middle;
  font-size: 30px;
  font-weight: 700;
  fill: #fd636b;
}

#statistics-donut-chart-2 .ct-chart-donut .ct-series {
  stroke: #ddd;
  stroke-width: 0px;
}

/* 3 */
#statistics-donut-chart-3 .ct-slice-donut-solid {
  fill: url(#donutGradient4);
}

#statistics-donut-chart-3 .ct-label {
  text-anchor: middle;
  alignment-baseline: middle;
  font-size: 30px;
  font-weight: 700;
  fill: #fd636b;
}

#statistics-donut-chart-3 .ct-chart-donut .ct-series {
  stroke: #ddd;
  stroke-width: 0px;
}

/* 4 */
#statistics-donut-chart-4 .ct-slice-donut-solid {
  fill: url(#donutGradient5);
}

#statistics-donut-chart-4 .ct-label {
  text-anchor: middle;
  alignment-baseline: middle;
  font-size: 30px;
  font-weight: 700;
  fill: #fd636b;
}

#statistics-donut-chart-4 .ct-chart-donut .ct-series {
  stroke: #ddd;
  stroke-width: 0px;
}

/* 5 */
#statistics-donut-chart-5 .ct-slice-donut-solid {
  fill: url(#donutGradient6);
}

#statistics-donut-chart-5 .ct-label {
  text-anchor: middle;
  alignment-baseline: middle;
  font-size: 30px;
  font-weight: 700;
  fill: #fd636b;
}

#statistics-donut-chart-5 .ct-chart-donut .ct-series {
  stroke: #ddd;
  stroke-width: 0px;
}

/* *MAP DIV ICON* */
.leaflet-div-icon {
  background: transparent !important;
  border: 0 !important;
}

.map-div-icon {
  border-radius: 50%;
  padding: 3px;
  width: 30px;
  height: 30px;
}

.map-div-icon-beban {
  padding: 7px 3px;
  width: 40px;
  height: 40px;
}

.bg-info-green,
.map-div-icon-green {
  background: #2B8638 !important;
}

.bg-info-blue,
.map-div-icon-blue {
  background: #5959FF !important;
}

.bg-info-yellow,
.map-div-icon-yellow {
  background: #c4c419 !important;
}

.bg-info-red,
.map-div-icon-red {
  background: #FF1E00 !important;
}

.bg-info-brown,
.map-div-icon-brown {
  background: #915E3B !important;
}

.bg-info-grey,
.map-div-icon-grey {
  background: #7B7B7B !important;
}

.bg-info-black,
.map-div-icon-black {
  background: #000 !important;
}

.map-div-icon-content {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  font-size: 10px;
}

.map-div-icon-content-beban {
  padding-top: 8px;
}

.map-title {
  padding: 3px;
  color: #fff;
}

.lihat-banksampah,
.lihat-sebaran-kabkota {
  display: block;
  margin: 5px 0;
}

.gis-title {
  font-weight: bold;
  text-transform: uppercase;
}

.cursor-pointer {
  cursor: pointer !important;
}

#reset-map {
  position: absolute;
  z-index: 99;
  bottom: 70px;
  left: 36px;
}

.text-shadow {
  text-shadow: 2px 2px 4px #343434;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #5ed84f;
  border-color: #BABFC7 #626E82 #5ed84f;
}

.nav-link {
  color: #5ed84f;
  background: aliceblue;
}

.nav.nav-tabs .nav-item .nav-link {
  padding: 0.5rem 1rem;
}

/* scroll bar */
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00948C;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: aliceblue;
}

/* AOH */
.card-header {
  padding: 1.5rem 1.5rem 0;
  border-radius: 15px !important;
}

.card-body {
  padding: 10px 1.5rem 1.5rem;
}

.card-header .card-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.card-header .heading-elements,
.card-header .heading-elements-toggle {
  top: 15px;
}

.nowrap-w-1 {
  white-space: nowrap;
  width: 1%;
}