.navbar-nav .nav-link>.fa{min-width:1.75rem;padding-bottom:.125em;font-size:1.0625rem;line-height:1.40625rem}
.icon>.fa{display:block;min-width:1.5em;min-height:1.5em;text-align:center;font-size:1.0625rem}
.fa{line-height:inherit}
.navbar-nav .nav-link>.fa{display:inline-block;min-width:1.75rem}
.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right{display: none;}
a:not([href]), .btn-warning{color: #fff;}
.btn-warning:hover, .btn-info:hover, .btn-success:hover, .btn-danger:hover {color: #fff;}
.noUi-connect{ background: #6e84a3!important;}
.fc-left{ text-transform: capitalize;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    font-weight: 600;
}
details, summary{
    outline: none;
}

/*
    CUSTOM
 */
.map-marker{
    width: 40px;
    height: 40px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    border: 1px #95aac9 solid;
}
.map-marker i{margin-left: 12px;margin-top: 12px;transform: rotate(+45deg);}
.map-marker svg{margin-left: 12px;margin-top: 12px;transform: rotate(+45deg);}

.cursor-pointer{
    cursor: pointer;
}

.hidden{
    display: none;
}

.inline{
    display: inline;
}
.btn-circle {
    width: 30px;
    margin-left: 5px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
  }
  .btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
  }
  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
  }
  .main-wrapper {
    width: 90%;

    margin: 3em auto;
    text-align: center;
  }

  .badge-stat {
    position: relative;
    white-space: inherit!important;
    margin: 1.5em 3em;
    width: 12em;
    height: 7.2em;
    border-radius: 10px;
    display: inline-block;
    top: 0;
    transition: all 0.2s ease;
  }
  .badge-stat:before, .badge-stat:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .badge-stat:before {
    transform: rotate(60deg);
  }
  .badge-stat:after {
    transform: rotate(-60deg);
  }
  .badge-stat:hover {
    top: -4px;
  }
  .badge-stat .circle {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .badge-stat .circle i.fa {
    font-size: 2em;
    margin-top: 8px;
  }
  .badge-stat .font {
    display: inline-block;
    margin-top: 1em;
  }
  .badge-stat .ribbon {
    position: absolute;
      min-height: 32px;
      height: auto;
    border-radius: 1vh;
      display: flex;
      justify-content: center;
      text-align: center;
      align-items: center;
      align-self: center;
      align-content: center;
      margin-left: -2.5em;
    padding: 5px 5px 4px;
    width: 20em;
    z-index: 11;
      bottom: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background: linear-gradient(90deg, rgba(0,0,69,1) 0%, rgba(2,130,156,1) 100%);
    cursor: pointer;
  }
  .color0 {
    background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
    color: #ffb300;
  }

  .color1 {
    background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
    color: #f68401;
  }

  .color2 {
    background: linear-gradient(to bottom right, #F48FB1 0%, #d81b60 100%);
    color: #dc306f;
  }

  .color3 {
    background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
    color: #c62828;
  }

  .color4 {
    background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
    color: #7127a8;
  }

  .color5 {
    background: linear-gradient(to bottom right, #4DB6AC 0%, #00796B 100%);
    color: #34a297;
  }

  .color6 {
    background: linear-gradient(to bottom right, #4FC3F7 0%, #2196F3 100%);
    color: #259af3;
  }

  .color7 {
    background: linear-gradient(to bottom right, #1976D2 0%, #283593 100%);
    color: #1c68c5;
  }

  .color8 {
    background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
    color: #7cb342;
  }

  .color9 {
    background: linear-gradient(to bottom right, #4CAF50 0%, #1B5E20 100%);
    color: #00944a;
  }

  .color10 {
    background: linear-gradient(to bottom right, #E0E0E0 0%, #BDBDBD 100%);
    color: #9e9e9e;
  }

  .color11 {
    background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
    color: #b7892b;
  }


  .badge-wrap {
    width: 90%;
    margin: 3em auto;
    text-align: center
  }

  .breadcrumb{
      padding-left: 1rem;
  }

  .breadcrumb-item:before {
    padding-top: 1.3rem!important;
  }

  .folderGallery {
      background: #edf2f9;
      color: #283e59;
  }

  .folderGallery:hover{
      background: #d0ddef;
  }

.folderGallery {
    background: #edf2f9;
    color: #283e59;
}

.folderGallery:hover{
    background: #d0ddef;
}


.elementGallery{
    background: #6e84a3;
    color: white;
}

.elementGallery:hover{
    background: #5b7190;
}




