.content-sh {
    padding: 0rem;
    position: relative;
    padding-bottom: 1rem;
    background: rgb(255, 255, 255, 0.7);
}

.breadcrumb-custom {
    flex: 0 0 100%;
    display: flex;
    height: fit-content;
}
.bc-row {
    background: #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    row-gap: 3px;
}
.bc-item {
  height: 28px;
  position: relative;
  background: #fff;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4px 0 24px;
}
.bc-item:hover {
    opacity: .9;
}
.bc-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 14px solid #e3e3e3;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.bc-item.home:after {
  content: none;
}
.bc-item.active:before {
  content: none;
}
.bc-item:before {
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 14px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.bc-item.home:before{
    border-left: 14px solid #fff;
}

.bc-item.home i {margin-right: 8px;}

.bc-item.home {z-index: 6; padding: 0 4px 0 14px; /*background: #565656;*/} 
.bc-item.levelone {z-index: 5; margin-left: 0;}
.bc-item.leveltwo {z-index: 4}
.bc-item.levelthree {z-index: 3}
.bc-item.levelfour {z-index: 2}
.bc-item.levelfive {z-index: 1}
.bc-item.levelsix {z-index: 0}
.bc-item.active {
    padding: 0 14px 0 26px;
    /*background: #538b4a;*/
    margin: 0;
}
.bc-item a {
    color: #565656;
    text-decoration: none;
    font-size: 12px;
}
.bc-item.active a{
    color: #167199;
}
/*
.bc-item.home a {
    color: #fff;
    text-decoration: none;
}*/

.bc-filler {
    flex: 1;
    background: #f5f5f5;
    background: rgb(255,255,255, 0.7);
    backdrop-filter: blur(10px);
}

.skiaward-winner{ position: absolute; left: 2px; width: unset!important; top: 9rem; border: none; background: #167199; color: #fff; align-items: center; font-size: 0.9rem; padding: 0.3rem;}
.skiaward-winner a{font-weight: 400; color: #fff; font-size: unset; text-decoration: none; display: flex; align-items: center;}
.skiaward-winner a:hover{color: #0bc2e0;}
.skiaward-winner::after{ content: ' ';	position: absolute;	width: 0;	height: 0;	left: 0px;	top: 100%;	border-width: 3px 4px;	border-style: solid;	border-color: #2e2e2e #2e2e2e transparent transparent;}

.skiaward-winner p{margin-bottom: unset;}
.skiaward-winner i{margin-right: 0.3rem; font-size: 1.3rem; color: #0bc2e0;}

#customPopup {
    width: 200px;
    background: 0 0;
}
#customPopup img,
#popupLink {
    width: 100%;
}
.leaflet-popup-content {
    margin: 0 !important;
    width: 200px !important;
}
.leaflet-popup-content-wrapper {
    padding: 0 !important;
    border-radius: 16px;
    overflow: hidden;
}
#popupLink,
.popupTitleRow {
    padding: 0 10px;
}
.leaflet-container a.leaflet-popup-close-button {
    background: #fff;
    font-size: 24px!important;
    border-radius: 50%!important;
    padding: 0!important;
    top: 5px!important;
    right: 5px!important;
    width: 34px!important;
    height: 34px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
.closePopup,
.popupTitleIcon {
    justify-content: start;
    display: flex;
    margin-top: 8px;
    margin-bottom: 17px;
}

.popupTitleIcon > img {
    width: 24px!important; 
    height: auto;
}

.mapmarker-img {
    width: 20px!important;
    height: auto;
}


.popupTitleIcon > span {
    font-size: 14px;
    margin-left: 6px;
}

.leaflet-container .leaflet-popup.noimage a.leaflet-popup-close-button {
    background: #e7e7e7;
}
.leaflet-container a.leaflet-popup-close-button > span {
    position: relative;
    top: -2px;
    left: 1px;
}
.closePopup {
    background: green;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    align-items: center;
    font-size: 26px;
}
.closePopup:hover {
    opacity: 0.8;
}
.popupTitleIcon {
    align-items: center;
    font-size: 18px;
    margin-right: 8px;
    margin-top: 0!important;
    margin-bottom: 0!important;
    height: 44px;
    /*float: left;*/
}
#popupTitle {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
}
#popupText {
    margin-bottom: 14px !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding: 0 10px;
}
.custom-icon {
    background: #f44;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.custom-icon i {
    color: #fff;
}
#popupLink {
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
}
#popupLink > div {
    width: 100%;
    border: none;
    text-align: center;
    border-radius: 0.25rem;
}
.popupspacer {
    height: 40px;
}

.custom-icon {
    background: #f44;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}