.shownameshort {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  line-height: 25px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.color-container {
  height: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

#weatherDateSelector {
  flex-direction: column;
}

/*
.slider-page {
    flex: 1;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

/
.slider-with-labels>div>div:first-of-type,
.weather-tab-content .slider-with-labels>div>div {
    border-left: none !important;
}
*/
.weather-tab-content .slider-with-labels {
  padding: 0px 10px 0 !important;
}

.sc-carousel__carousel-container {
  width: 101% !important;
}

.sc-carousel-arrow__circle {
  width: 40px !important;
  height: 40px !important;
  background-color: #dce1eb !important;
}

.weather-map-marker.selectedHolder {
  box-shadow: 0px 0px 16px 0px white;
  transform: translate(-50%, -50%) scale(1.4);
}

.weather-rotator .weather-icon {
  width: auto;
  height: 40px;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sc-carousel__content-container {
  border-right: none !important;
  border-left: none !important;
}

.weather-rotator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.weather-rotator .swiper {
  margin: 0 30px;
}

.weather-rotator .swiper-slide {
  padding: 0 0.3em;
  width: 8.333333%;
}

.weather-rotator .weather-rotator-item {
  cursor: pointer;
  border-radius: 0.3rem;
  padding: 0.3em;
  transition: background-color 0.3s;
}

.weather-rotator .swiper-button-next {
  right: 0;
  padding: 0px 25px 0px 0px;
}

.weather-rotator .swiper-button-prev {
  left: 0;
  padding: 0px 0px 0px 25px;
}

.weather-rotator .swiper-slide-active .weather-rotator-item {
  background-color: rgba(0, 0, 0, 0.3);
}

.weather-rotator .weather-icon {
  width: auto;
  height: 40px;
}

@media (max-width: 1260px) {
  .weather-rotator .swiper-slide {
    width: 10%;
  }

  .weather-rotator .weather-icon {
    height: 30px;
  }
}
.swiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.sc-carousel__pages-container {
  padding: 0 0 0 25px;
}

.weather-rotator-item.d-flex.flex-column.align-items-center.font-size-sm .active {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  text-align: center;
  height: 90px;
  width: 115px;
}

.sc-carousel__pages-window {
  margin: 0px 83px 0px 30px !important;
}

.weather-rotator .swiper-button-next {
  margin-right: 13px !important;
}

/*
.weather-rotator-item.d-flex.flex-column.align-items-center.font-size-sm.active {
  min-width: 102px !important;
  max-width: 102px !important;
} */
/*
.sc-carousel-arrow__circle {

}

.sc-carousel-arrow__arrow .sc-carousel-arrow__arrow-next {
color: red !important;
}

.sc-carousel-arrow__arrow .sc-carousel-arrow__arrow-next {
  color: red !important;
}

.sc-carousel-arrow__circle_disabled{

} */
:root {
  --sc-color-rgb-light-50p:rgba(93, 93, 93, 0.5);
  --sc-color-rgb-light:#5d5d5d;
  --sc-color-hex-dark-50p:rgba(30, 30, 30, 0.5);
  --sc-color-hex-dark:#1e1e1e;
}

.sc-carousel__carousel-container.svelte-uwo0yk {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.sc-carousel__content-container.svelte-uwo0yk {
  position: relative;
  display: flex;
  width: 100%;
}

.sc-carousel__pages-window.svelte-uwo0yk {
  flex: 1;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.sc-carousel__pages-container.svelte-uwo0yk {
  width: 100%;
  display: flex;
  transition-property: transform;
}

.sc-carousel__arrow-container.svelte-uwo0yk {
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-carousel-progress__container.svelte-uwo0yk {
  width: 100%;
  height: 5px;
  background-color: var(--sc-color-rgb-light-50p);
  position: absolute;
  bottom: 0;
}

.sc-carousel-button {
  all: unset;
  cursor: pointer;
}

.sc-carousel-button:focus {
  outline: 5px auto;
}

.sc-carousel-dots__container.svelte-1oj5bge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 30px;
}

.sc-carousel-dots__dot-container.svelte-1oj5bge {
  height: calc(var(--sc-dot-size) + 14px);
  width: calc(var(--sc-dot-size) + 10px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-carousel-progress__indicator.svelte-nuyenl {
  height: 100%;
  background-color: var(--sc-color-hex-dark-50p);
}

:root {
  --sc-dot-size:6px;
  --sc-active-dot-size:8px;
  --sc-dot-size-animation-time:250ms;
}

.sc-carousel-dot__dot.svelte-yu7247 {
  background-color: var(--sc-color-rgb-light);
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
  transition: opacity 100ms ease, height var(--sc-dot-size-animation-time) ease, width var(--sc-dot-size-animation-time) ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  height: var(--sc-dot-size);
  width: var(--sc-dot-size);
}

.sc-carousel-dot__dot.svelte-yu7247:hover {
  opacity: 0.9;
}

.sc-carousel-dot__dot_active.svelte-yu7247 {
  opacity: 0.7;
  height: var(--sc-active-dot-size);
  width: var(--sc-active-dot-size);
}