.header-wrapper.dark {
  background: #413730;
  border-top: 3px solid #1caf9a;
}

.navbar-default.yellow {
  background: #1caf9a;
}

.navbar-default.yellow .navbar-nav>li>a {
  color: #fff;
}

.navbar-default.yellow .navbar-nav>li:hover>a,
.navbar-default.yellow .navbar-nav>li.active>a {
  background: #006666;
  color: #fff;
}

.container {
  width: 100% !important;
}

.nw-w-1 {
  white-space: nowrap;
  width: 1%;
}

#main-content {
  margin-left: 15px;
  margin-top: 20px;
  min-height: 400px;
}

.select2,
.select2-icon,
.select2-photo,
.select2-arrow {
  width: 100% !important;
}
.select2-dropdown {
  border-color: #d8e2e7;
  font-size: 1rem;
}
.select2-dropdown.select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
.select2-results__option {
  padding: 5px 1rem;
  background: none !important;
}
.select2-results__option:hover {
  color: #00a8ff;
}
.select2-results__option[role="group"]:hover {
  color: #343434;
}
.select2-results__option[role="group"] .select2-results__option {
  padding-left: 2.25rem;
}
.select2-results__option[aria-selected="true"] {
  color: #00a8ff;
}
.select2-container--default .select2-selection--single,
.select2-container--arrow .select2-selection--single,
.select2-container--white .select2-selection--single {
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  height: auto;
  background: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--arrow .select2-selection--single .select2-selection__rendered,
.select2-container--white .select2-selection--single .select2-selection__rendered {
  border: solid 1px #d8e2e7;
  -webkit-border-radius: .25rem;
          border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #343434;
  padding: .375rem 25px .375rem 1rem;
  min-height: 38px;
  background: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .user-item img,
.select2-container--arrow .select2-selection--single .select2-selection__rendered .user-item img,
.select2-container--white .select2-selection--single .select2-selection__rendered .user-item img {
  top: 50%;
  margin-top: -10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--arrow .select2-selection--single .select2-selection__arrow,
.select2-container--white .select2-selection--single .select2-selection__arrow {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 23px;
  text-align: center;
  background: #dbe4ea;
  -webkit-border-radius: 0 .25rem .25rem 0;
          border-radius: 0 .25rem .25rem 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.select2-container--arrow .select2-selection--single .select2-selection__arrow:before,
.select2-container--white .select2-selection--single .select2-selection__arrow:before,
.select2-container--default .select2-selection--single .select2-selection__arrow:after,
.select2-container--arrow .select2-selection--single .select2-selection__arrow:after,
.select2-container--white .select2-selection--single .select2-selection__arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.select2-container--arrow .select2-selection--single .select2-selection__arrow:before,
.select2-container--white .select2-selection--single .select2-selection__arrow:before {
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #6c7a86 transparent;
  margin-top: -6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after,
.select2-container--arrow .select2-selection--single .select2-selection__arrow:after,
.select2-container--white .select2-selection--single .select2-selection__arrow:after {
  border-width: 5px 3px 0 3px;
  border-color: #6c7a86 transparent transparent transparent;
  margin-top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--arrow .select2-selection--single .select2-selection__arrow b,
.select2-container--white .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-results__group,
.select2-container--arrow .select2-results__group,
.select2-container--white .select2-results__group {
  font-weight: 600;
  padding: 5px 1rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--arrow .select2-results__option--highlighted[aria-selected],
.select2-container--white .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #00a8ff;
}
.select2-container--default .select2-results > .select2-results__options,
.select2-container--arrow .select2-results > .select2-results__options,
.select2-container--white .select2-results > .select2-results__options {
  max-height: 250px;
}
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--arrow .select2-search--inline .select2-search__field,
.select2-container--white .select2-search--inline .select2-search__field {
  font-size: 1rem;
  padding-left: 11px;
}
.select2-container--default .font-icon,
.select2-container--arrow .font-icon,
.select2-container--white .font-icon {
  display: inline-block;
  color: #929faa;
  margin: -2px 8px -2px 0;
  font-size: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
}
.select2-container--default .user-item,
.select2-container--arrow .user-item,
.select2-container--white .user-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 20px;
  padding: 0 0 0 21px;
}
.select2-container--default .user-item img,
.select2-container--arrow .user-item img,
.select2-container--white .user-item img {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -5px;
  top: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,
.select2-container--arrow.select2-container--open .select2-selection--single .select2-selection__rendered,
.select2-container--white.select2-container--open .select2-selection--single .select2-selection__rendered {
  border-bottom-color: #fff;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2-container--arrow.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2-container--white.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered,
.select2-container--arrow.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered,
.select2-container--white.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered {
  -webkit-border-radius: 0 0 .25rem .25rem;
          border-radius: 0 0 .25rem .25rem;
  border-top-color: #fff;
  border-bottom-color: #d8e2e7;
}
.select2-container--default.select2-container--disabled,
.select2-container--arrow.select2-container--disabled,
.select2-container--white.select2-container--disabled {
  opacity: .65;
}
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--arrow.select2-container--disabled .select2-selection--single,
.select2-container--white.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
  background: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.select2-container--arrow.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.select2-container--white.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  background-color: #dbe4ea;
  color: #6c7a86;
}
.select2-container--default.select2-container--disabled .user-item img,
.select2-container--arrow.select2-container--disabled .user-item img,
.select2-container--white.select2-container--disabled .user-item img {
  opacity: .7;
}
.select2-container--default .select2-selection--multiple,
.select2-container--arrow .select2-selection--multiple,
.select2-container--white .select2-selection--multiple {
  border-color: #d8e2e7;
  min-height: 38px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--arrow .select2-selection--multiple .select2-selection__choice,
.select2-container--white .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background: #919fa9;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0 2rem 0 .5rem;
  height: 26px;
  line-height: 26px;
  position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--arrow .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--white .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  right: 0;
  top: 1px;
  color: #fff !important;
  width: 1.5rem;
  text-align: center;
  font-size: 2rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--arrow .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--white .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: .7;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--arrow.select2-container--focus .select2-selection--multiple,
.select2-container--white.select2-container--focus .select2-selection--multiple {
  border-color: #c5d6de;
}
.select2-container--arrow .select2-selection--single .select2-selection__arrow {
  background: none;
}
.select2-container--arrow .select2-selection--single .select2-selection__arrow:after {
  display: none;
}
.select2-container--arrow .select2-selection--single .select2-selection__arrow:before {
  width: auto;
  height: auto;
  border: none;
  left: 0;
  margin-left: 0;
  top: 50% !important;
  margin-top: -8px;
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  content: "\51";
  color: #6c7a86;
  font-size: 0.6875rem /*11/16*/;
  text-align: left;
}
.select2-container--white .select2-selection--single .select2-selection__arrow {
  background: none;
}

/* ==========================================================================
   Statistic
   ========================================================================== */
.statistic-box {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  background: no-repeat 50% 50%;
  background-size: cover;
  margin: 0 0 30px;
}

.statistic-box.red {
  background-color: #fa424a;
  /* background-image: url('../img/statistic-box-red.png'); */
}

.statistic-box.purple {
  background-color: #ac6bec;
  /* background-image: url('../img/statistic-box-purple.png'); */
}

.statistic-box.yellow {
  background-color: #fdad2a;
  /* background-image: url('../img/statistic-box-yellow.png'); */
}

.statistic-box.green {
  background-color: #46c35f;
  /* background-image: url('../img/statistic-box-green.png'); */
}

.statistic-box.blue {
  background-color: #75CFF0;
}

.statistic-box.brown {
  background-color: #964B00;
}

.statistic-box>div {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  height: 142px;
  /* background: url('../img/statistic-box-grid.png') 50% 0; */
  background-size: 21px 20px;
  position: relative;
}

.statistic-box .number {
  font-size: 3.125rem
    /*50/16*/
  ;
  line-height: 1;
  padding: 32px 0 0;
}

.statistic-box .caption {
  font-size: 1.0625rem
    /*17/16*/
  ;
  font-weight: 600;
  position: relative;
  min-height: 35px;
  line-height: 1;
}

.statistic-box .caption>div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
}

.statistic-box .percent {
  position: absolute;
  right: 10px;
  bottom: 8px;
  text-align: center;
  font-size: 0.8125rem
    /*13/16*/
  ;
  font-weight: 600;
  line-height: 1;
}

.statistic-box .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #ffffff transparent;
  margin: 0 0 2px;
}

.statistic-box .arrow.up {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.statistic-box .arrow.down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fbt-videomag .headline-title h5 {
  color: #fff;
}

.megamenu .img-thumb {
  border: 1px solid #ccc;
}

.header-wrapper {
  padding: 10px;
}

#fp-container {
  margin: 0 0 0px;
  background-image: url(img/background.png);
  padding: 3px 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.center {
  text-align: center;
}

/* liScroll styles */
.tickercontainer {
  /* the outer div with the black border */
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 10px;
  top: 8px;
  width: 100%;
  overflow: hidden;
}

ul.newsticker {
  /* that's your list */
  position: relative;
  left: 750px;
  font: bold 10px Verdana;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.newsticker li {
  float: left;
  /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
  color: #ff0000;
  font-size: 20px;
  text-transform: uppercase;
}

ul.newsticker a {
  white-space: nowrap;
  padding: 0;
  color: #ff0000;
  font: bold 10px Verdana;
  margin: 0 50px 0 0;
}

ul.newsticker span {
  margin: 0 10px 0 0;
}

.ht-500 {
  height: 500px;
}

.slide-container {
  /* background-color: #dedcfb !important; */
  border-radius: 6px;
  /* padding: .25rem; */
}

.slide-chart {
  height: 340px;
  margin-bottom: .5rem;
}

.slide-chart-desc span {
  background-color: #fd7e14 !important;
  font-weight: 600;
  font-size: 18px;
  padding: 3px 6px;
  border-radius: 6px;
}

.slide-chart-desc p {
  font-weight: 500;
  font-size: 16px;
  margin-top: .5rem;
  margin-bottom: 0;
}

.slide-button i {
  font-size: 24px;
  background: #b7b7b7;
  padding: 4px 8px;
  border-radius: 6px;
}

.text-blink {
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: Infinite;
}

@keyframes blink {
  0% {
    color: #FC0004;
  }
  50% {
    color: #b7b7b7;
  }
  100% {
    color: #FC0004;
  }
}


/*GOOGLE MAP*/
#map {
  width: 100%;
  height: 500px;
}

.map-info {
  width: 100%;
}

.map-info td {
  border: 1px solid #ccc;
  padding: 3px 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.map-info td.mapinfo-title {
  background: #555;
  color: #fff;
  font-weight: bold;
}

.map-info td.mapinfo-gambar {
  vertical-align: middle;
}

.map-info td.mapinfo-gambar img {
  width: 200px;
}

/*GRAPH*/
.fp-slides {
  z-index: 1;
}

.chartdiv {
  width: 100%;
  height: 280px;
  text-align: center;
  padding-top: 5px;
}

.chartdiv img {
  width: 80%;
}

/*duplicate style*/
.chartdiv2 {
  width: 100%;
  height: 226px;
  text-align: center;
  padding-top: 5px;
}

.chartdiv2 img {
  width: 70%;
}

.img-thumb, .img-credits {
  background: #fff;
}

.feuture-posts .post-info span {
  display: block;
  float: none;
  width: 100%;
  color: #666;
  font-weight: bold;
}

.feuture-posts .post-info span.data-stasiun {
  font-size: 13px;
  text-transform: uppercase;
}

.feuture-posts .post-info span.data-tanggal {
  font-size: 12px;
  text-transform: uppercase;
}

.feuture-posts h3 {
  color: #555;
  margin: 0;
  font-size: 18px;
}

.amcharts-chart-div a {
  display: none !important;
}

.chartitle {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
}

.nav-growpop div {
  top: 50%;
  z-index: 1;
}

nav a.fp-prev .fa, nav a.fp-next .fa {
  color: #bbb;
  opacity: 0.3;
}

.feuture-posts .img-credits {
  min-height: 80px;
}

/*duplicate style*/
.feuture-posts .img-credits2 {
  height: 80px;
}

/*kriteria*/
.td-emot {
  vertical-align: middle !important;
}

.td-emot img {
  width: 50px;
}

.td-des {
  font-size: 16px;
  width: 13%;
  vertical-align: middle !important;
  font-weight: bold;
  padding: 3px !important;
}

/*data tabular*/
.data-tabular {
  border: 1px solid #ccc;
  padding: 5px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.data-tabular .emot {
  width: 30%;
  float: left;
  padding-top: 10px;
}

.data-tabular .emot img {
  width: 100px;
}

.data-tabular .desc {
  float: left;
  width: 70%;
}

.data-tabular .prop, .data-tabular .kabkota {
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.data-tabular .prop {
  font-size: 13px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.data-tabular .desc .param,
.data-tabular .desc .tanggal,
.data-tabular .desc .stasiun,
.data-tabular .desc .ispu {
  display: inline-block;
  width: 50%;
  background: #555;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  text-transform: uppercase;
  margin-bottom: 1px;
}

.data-tabular .desc .namaparam,
.data-tabular .desc .isitanggal,
.data-tabular .desc .namastasiun,
.data-tabular .desc .nilai {
  display: inline-block;
  width: 48%;
  background: #FD7D1E;
  color: #fff;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.kode-stasiun {
  position: absolute;
  background: #fd7d1e;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  bottom: 0;
  right: 0;
}

.aktif-stasiun {
  left: 0;
  width: 25%;
  text-align: center;
  background: green;
  text-transform: uppercase;
}

.non-aktif-stasiun {
  left: 0;
  width: 25%;
  text-align: center;
  background: red;
  text-transform: uppercase;
}

.propkab, .tanggal, .bulan, .tahun {
  border: 1px solid #ccc;
  padding: 5px 0 5px 10px;
  background: #f1f4f9;
  font-size: 13px;
}

.tanggal {
  width: 20%;
}

.bulan {
  width: 40%;
}

.tahun {
  width: 30%;
}

.propkab {
  width: 100%;
}

/* .btn {
  width: 100%;
  height: 40px;
  background: #fd7d1e !important;
  font-size: 15px !important;
} */
.fbt-vc-inner .post-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.fbt-vc-inner .small .img-thumb {
  border: 1px solid #ccc;
}

.table th {
  background: #ccc;
  vertical-align: middle !important;
  text-align: center !important;
  font-weight: bold;
}

/*footer*/
.footer-wrapper {
  padding: 0 0 15px;
}

.container-data {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.chart-pm25 {
  width: 100%;
  height: 335px;
}

.bordered {
  border: 1px solid #ccc;
}

.box-lg {
  height: auto;
  margin-bottom: 10px;
  /*border: 1px solid #00000029; */
}

.box-left {
  height: 373px;
  /*border: 1px solid #00000029;*/
}

.box-left-bottom {
  width: 100%;
  height: 361px;
}

.box-bottom {
  height: auto;
  /*border: 1px solid #00000029;*/
}

.zoom {
  zoom: 1;
}

.leaflet-popup {
  /* width: 550px !important; */
  bottom: 15px !important;
}

.leaflet-popup-content {
  /* width: 200px !important; */
  margin: 10px;
}

.leaflet-container a.leaflet-popup-close-button {
  display: none;
}

/* CHART */
.verticalChart {
  width: 100%;
  height: 100%;
}

.verticalChart .chart-left, .verticalChart .chart-right {
  float: left;
  height: 100%;
}

.verticalChart .chart-left {
  width: 25%;
}

.verticalChart .chart-right {
  width: 75%;
}

.verticalChart .categoryBar {
  height: 100%;
  margin-right: 5px;
}

.verticalChart .singleBar {
  width: calc(12.50% - 5px);
  float: left;
  margin-right: 5px;
  height: 100%;
}

.verticalChart .singleBar .bar, .verticalChart .categoryBar .bar {
  position: relative;
  height: 206px;
  background: rgb(0 0 0 / 20%);
  overflow: hidden;
}

.verticalChart .singleBar .bar .value, .verticalChart .categoryBar .bar .value {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ddd;
  color: #ddd;
}

.verticalChart .singleBar .bar .value span, .verticalChart .categoryBar .bar .value span {
  position: absolute;
  font-size: 12px;
  bottom: 0;
  width: 100%;
  height: 20px;
  color: #000;
  text-shadow: 0 -1px 0 #ffffff, 0 1px 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff;
  /* display: none; */
  text-align: center;
}

.verticalChart .singleBar .bar span.top-position {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  font-size: 1em;
  top: 0;
  width: 100%;
  height: 20%;
  color: #000000;
  font-weight: bold;
  text-shadow: 0 -1px 0 #ffffff, 0 1px 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff;
  border-bottom: 3px solid #FF0000;
  text-align: center;
  z-index: 999;
}

.verticalChart .singleBar .bar span.bm-position {
  position: absolute;
  font-size: 1em;
  top: 20%;
  width: 100%;
  color: #000000;
  text-shadow: 0 -1px 0 #ffffff, 0 1px 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff;
  text-align: center;
  z-index: 999;
}

.verticalChart .singleBar .title, .verticalChart .categoryBar .title {
  margin-top: 5px;
  text-align: center;
  height: 30px;
}

.verticalChart .ispu-category {
  height: 25%;
  color: white;
  font-weight: bold;
  font-size: 0.9vw;
  position: relative;
}

.verticalChart .ispu-category span {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
}

#stasiun-detail .verticalChart .ispu-category span {
  font-size: 1.5em !important;
}

.category-5 {
  background-color: #000000 !important;
  color: #fff !important;
}

.category-4 {
  background-color: #FC0004 !important;
  color: #fff !important;
  text-shadow: 2px 2px 6px #3f3f3f;
}

.category-3 {
  background-color: #FDF92F !important;
  color: #fff !important;
  text-shadow: 2px 2px 6px #3f3f3f;
}

.category-2 {
  background-color: #4F81BC !important;
  color: #FFFFFF !important;
  text-shadow: 2px 2px 6px #3f3f3f;
}

.category-1 {
  background-color: #02AE4E !important;
  color: #fff !important;
  text-shadow: 2px 2px 6px #3f3f3f;
}

.category-6 {
  background-color: #fff !important;
  color: #fff !important;
  display: none;
}

.category-invalid {
  background-color: transparent !important;
  color: #fff !important;
}

.marker-div {
    position: relative;
}

.marker-div-top {
    border-radius: 7px;
    /* padding: 2px 5px; */
    height: 20px;
    width: 30px;
    position: absolute;
    top:7px;
    text-align: center;
    /*border:1px solid #000;*/
    border: 1px solid rgb(0 0 0 / 38%);
    z-index: 11112 !important;
}
.zoominout {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
.marker-div-bottom {
    position: absolute;
    width: 2px;
    height: 10px;
    top: 27px;
    left: 14px;
    border:1px solid #000;
    z-index: 11111 !important;
}
.marker-div-invalid {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #ccc;
    top: 27px;
    left: 14px;
    border:1px solid #000;
    z-index: 11110 !important;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.modal {
  z-index: 1400;
}

.copyrights {
  border: 0;
  margin: 0;
  box-shadow: none;
}

.alert-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 10000;
  bottom: 4px;
  left: -1px;
  background-color: #f8d7da;
  border: 1px solid #fa424a;
  color: #fa424a;
  padding: 0 4px 0 0;
  border-radius: 0 0.25rem 0.25rem 0;
  height: 100px;
  transition: all 0.5s ease-in-out 0s;
  animation-iteration-count: 1;
  box-shadow: 0px 16px 6px 8px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 0px 16px 6px 8px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 16px 6px 8px rgb(0 0 0 / 50%);
}

.alert-banner-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: .75rem;
  font-weight: 600;
  height: 100%;
  margin-right: 0.5rem;
  padding: 0.5rem;
  background: #fa424a;
  color: #f8d7da;
}

.alert-banner-icon span {
  font-size: 2.75rem;
}

.alert-banner-close {
  height: 100%;
}

.alert-banner-close span {
  cursor: pointer;
}

.alert-banner-message {
  font-size: .9rem;
  line-height: 1.2;
  width: 350px;
}

.alert-banner-message .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 700 !important;
}

a[href="https://leafletjs.com"] {
    display: none;
}
