@charset "UTF-8";
/**
 * @copyright Stevie-Ray
 * C:\Users\Fahri\AppData\Roaming\npm\sass
 */
/**
 * @copyright Stevie-Ray
 * Global Color System - Neutral Palette
 * CSS Custom Properties for consistent theming
 */
/* ===========================================
   CSS CUSTOM PROPERTIES - ROOT
   =========================================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
:root {
  /* Neutral Color Palette */
  --neutral: #ffffff;
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  --neutral-950: #0a0a0a;
  /* Semantic Color Mappings */
  --background: var(--neutral-50);
  --foreground: var(--neutral-900);
  --muted: var(--neutral-100);
  --muted-foreground: var(--neutral-600);
  --border: var(--neutral-200);
  --input: var(--neutral-100);
  --ring: var(--neutral-400);
  /* Brand Colors */
  --primary: hsl(221.2 83.2% 53.3%);
  --primary-foreground: hsl(210 40% 98%);
  --secondary: var(--neutral-100);
  --secondary-foreground: var(--neutral-900);
  --accent: var(--neutral-100);
  --accent-foreground: var(--neutral-900);
  /* Status Colors */
  --destructive: #FF80AB;
  --destructive-foreground: #000000;
  --success: #CCFF90;
  --success-foreground: #000000;
  --warning: #FFAB40;
  --warning-foreground: #000000;
  --info: #82B1FF;
  --info-foreground: #000000;
  /* Sidebar Specific Colors */
  --sidebar-bg: var(--neutral-50);
  --sidebar-border: var(--neutral-200);
  --sidebar-foreground: var(--neutral-900);
  --sidebar-muted: var(--neutral-600);
  --sidebar-accent: var(--neutral-100);
  --sidebar-accent-foreground: var(--neutral-900);
  --sidebar-hover: var(--neutral-100);
  --sidebar-active-bg: var(--neutral-100);
  --sidebar-active-foreground: var(--neutral-900);
}

/* ===========================================
   SCSS VARIABLES FOR BACKWARDS COMPATIBILITY
   =========================================== */
:root {
  --background-color: hsl(220, 10%, 100%);
  --gradient-color-1: hsl(200, 90%, 50%);
  --gradient-color-2: hsl(290, 90%, 50%);
  --gradient-color-3: hsl(50, 90%, 50%);
}

@keyframes moveGradient {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 100%;
  }
}
body {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: #fafafa;
  background: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  background-color: #f8f9fb;
  background-image: radial-gradient(ellipse at 80% 10%, rgba(245, 166, 35, 0.1) 0%, transparent 50%), radial-gradient(ellipse at 15% 85%, rgba(74, 177, 120, 0.12) 0%, transparent 50%);
  background-attachment: fixed;
}

* {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  border: 0;
}

.__ChartHeader {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-top: 1rem;
}
.__ChartHeader #bottlingPackage {
  width: 400px;
  height: 300px;
}

.img-round-60 {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.ModalActionBar {
  display: flex;
  height: 60px;
  min-height: 60px !important;
  padding: 0 1rem;
  border-top: 1px solid #eee;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.BadgeHolderItems {
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
}

/* Zoom Control Container optional etwas Abstand */
.leaflet-control-zoom {
  border: none !important;
  box-shadow: none !important;
}

.leaflet-draw-toolbar {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.leaflet-draw-toolbar a {
  width: 44px;
  height: 44px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}

/* Beide Buttons rund */
.leaflet-control-zoom a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50% !important;
  background: #ffffff;
  color: #000;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}

.ItemViewerTitle {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.b-600-16 {
  font-weight: 600;
  font-size: 16px;
}

.b-600-18 {
  font-weight: 600;
  font-size: 18px;
}

.b-600-20 {
  font-weight: 600;
  font-size: 20px;
}

.b-600-24 {
  font-weight: 600;
  font-size: 24px;
}

.b-600-28 {
  font-weight: 600;
  font-size: 28px;
}

.b-600-32 {
  font-weight: 600;
  font-size: 32px;
}

.b-600-36 {
  font-weight: 600;
  font-size: 36px;
}

.b-600-40 {
  font-weight: 600;
  font-size: 40px;
}

.b-700-18 {
  font-weight: 700;
  font-size: 18px;
}

.b-700-20 {
  font-weight: 700;
  font-size: 20px;
}

.b-700-24 {
  font-weight: 700;
  font-size: 24px;
}

.b-700-28 {
  font-weight: 700;
  font-size: 28px;
}

.b-700-32 {
  font-weight: 700;
  font-size: 32px;
}

.b-700-36 {
  font-weight: 700;
  font-size: 36px;
}

.b-700-40 {
  font-weight: 700;
  font-size: 40px;
}

.weather-card {
  width: 100%;
  padding: 2rem;
}
.weather-card .location {
  display: inline-block;
}
.weather-card .weather-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.weather-card .temp {
  font-size: 42px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.weather-card .range {
  font-weight: 400;
  font-size: 14px;
  color: #666;
}
.weather-card .status {
  margin-top: 10px;
  font-weight: 600;
}

.icon.sunny {
  position: relative;
  width: 70px;
  height: 70px;
}
.icon.sunny::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 213, 79, 0.25) 0%, transparent 70%);
  animation: sunPulse 3s ease-in-out infinite;
}
.icon.sunny::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #FFF176 0%, #FBBC05 50%, #F9A825 100%);
  box-shadow: 0 0 18px rgba(251, 188, 5, 0.5), 0 0 40px rgba(255, 224, 130, 0.3), inset 0 -4px 6px rgba(249, 168, 37, 0.3);
  animation: sunBreath 4s ease-in-out infinite;
}

.icon.partly_cloudy {
  position: relative;
  width: 80px;
  height: 65px;
}
.icon.partly_cloudy .sun {
  position: absolute;
  width: 38px;
  height: 38px;
  top: -2px;
  right: 2px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #FFF176 0%, #FBBC05 55%, #F9A825 100%);
  box-shadow: 0 0 14px rgba(251, 188, 5, 0.45), 0 0 30px rgba(255, 224, 130, 0.2);
  animation: sunBreath 4s ease-in-out infinite;
  z-index: 0;
}
.icon.partly_cloudy .cloud {
  position: relative;
  width: 58px;
  height: 26px;
  background: linear-gradient(180deg, #f5f5f5 0%, #e0e0e0 100%);
  border-radius: 999px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), inset 0 -2px 4px rgba(0, 0, 0, 0.04);
}
.icon.partly_cloudy .cloud::before {
  content: "";
  position: absolute;
  width: 26.1px;
  height: 26.1px;
  background: linear-gradient(180deg, #f5f5f5 0%, rgb(218.9, 218.9, 218.9) 100%);
  border-radius: 50%;
  top: -16.24px;
  left: 6.96px;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.04);
}
.icon.partly_cloudy .cloud::after {
  content: "";
  position: absolute;
  width: 31.9px;
  height: 31.9px;
  background: linear-gradient(180deg, #f5f5f5 0%, rgb(218.9, 218.9, 218.9) 100%);
  border-radius: 50%;
  top: -22.04px;
  left: 20.3px;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.04);
}
.icon.partly_cloudy .cloud {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  animation: cloudFloat 5s ease-in-out infinite;
}

.icon.cloudy {
  position: relative;
  width: 75px;
  height: 55px;
}
.icon.cloudy .cloud-back {
  position: relative;
  width: 50px;
  height: 22px;
  background: linear-gradient(180deg, #f5f5f5 0%, #e0e0e0 100%);
  border-radius: 999px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), inset 0 -2px 4px rgba(0, 0, 0, 0.04);
}
.icon.cloudy .cloud-back::before {
  content: "";
  position: absolute;
  width: 22.5px;
  height: 22.5px;
  background: linear-gradient(180deg, #f5f5f5 0%, rgb(218.9, 218.9, 218.9) 100%);
  border-radius: 50%;
  top: -14px;
  left: 6px;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.04);
}
.icon.cloudy .cloud-back::after {
  content: "";
  position: absolute;
  width: 27.5px;
  height: 27.5px;
  background: linear-gradient(180deg, #f5f5f5 0%, rgb(218.9, 218.9, 218.9) 100%);
  border-radius: 50%;
  top: -19px;
  left: 17.5px;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.04);
}
.icon.cloudy .cloud-back {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  z-index: 0;
}
.icon.cloudy .cloud-front {
  position: relative;
  width: 62px;
  height: 28px;
  background: linear-gradient(180deg, #f5f5f5 0%, #e0e0e0 100%);
  border-radius: 999px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), inset 0 -2px 4px rgba(0, 0, 0, 0.04);
}
.icon.cloudy .cloud-front::before {
  content: "";
  position: absolute;
  width: 27.9px;
  height: 27.9px;
  background: linear-gradient(180deg, #f5f5f5 0%, rgb(218.9, 218.9, 218.9) 100%);
  border-radius: 50%;
  top: -17.36px;
  left: 7.44px;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.04);
}
.icon.cloudy .cloud-front::after {
  content: "";
  position: absolute;
  width: 34.1px;
  height: 34.1px;
  background: linear-gradient(180deg, #f5f5f5 0%, rgb(218.9, 218.9, 218.9) 100%);
  border-radius: 50%;
  top: -23.56px;
  left: 21.7px;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.04);
}
.icon.cloudy .cloud-front {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  animation: cloudFloat 6s ease-in-out infinite;
}

.icon.rain {
  position: relative;
  width: 75px;
  height: 70px;
}
.icon.rain .cloud {
  position: relative;
  width: 62px;
  height: 28px;
  background: linear-gradient(180deg, #f5f5f5 0%, #e0e0e0 100%);
  border-radius: 999px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), inset 0 -2px 4px rgba(0, 0, 0, 0.04);
}
.icon.rain .cloud::before {
  content: "";
  position: absolute;
  width: 27.9px;
  height: 27.9px;
  background: linear-gradient(180deg, #f5f5f5 0%, rgb(218.9, 218.9, 218.9) 100%);
  border-radius: 50%;
  top: -17.36px;
  left: 7.44px;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.04);
}
.icon.rain .cloud::after {
  content: "";
  position: absolute;
  width: 34.1px;
  height: 34.1px;
  background: linear-gradient(180deg, #f5f5f5 0%, rgb(218.9, 218.9, 218.9) 100%);
  border-radius: 50%;
  top: -23.56px;
  left: 21.7px;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.04);
}
.icon.rain .cloud {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.icon.rain .drops {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 28px;
  z-index: 0;
}
.icon.rain .drops .drop {
  position: absolute;
  width: 2.5px;
  height: 10px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(180deg, #4FC3F7 0%, #039BE5 100%);
  opacity: 0;
  animation: rainFall 1s linear infinite;
}
.icon.rain .drops .drop:nth-child(1) {
  left: 4px;
  animation-delay: 0s;
}
.icon.rain .drops .drop:nth-child(2) {
  left: 14px;
  animation-delay: 0.25s;
}
.icon.rain .drops .drop:nth-child(3) {
  left: 24px;
  animation-delay: 0.5s;
}
.icon.rain .drops .drop:nth-child(4) {
  left: 34px;
  animation-delay: 0.75s;
}

.icon.snow {
  position: relative;
  width: 75px;
  height: 70px;
}
.icon.snow .cloud {
  position: relative;
  width: 62px;
  height: 28px;
  background: linear-gradient(180deg, #f5f5f5 0%, #e0e0e0 100%);
  border-radius: 999px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), inset 0 -2px 4px rgba(0, 0, 0, 0.04);
}
.icon.snow .cloud::before {
  content: "";
  position: absolute;
  width: 27.9px;
  height: 27.9px;
  background: linear-gradient(180deg, #f5f5f5 0%, rgb(218.9, 218.9, 218.9) 100%);
  border-radius: 50%;
  top: -17.36px;
  left: 7.44px;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.04);
}
.icon.snow .cloud::after {
  content: "";
  position: absolute;
  width: 34.1px;
  height: 34.1px;
  background: linear-gradient(180deg, #f5f5f5 0%, rgb(218.9, 218.9, 218.9) 100%);
  border-radius: 50%;
  top: -23.56px;
  left: 21.7px;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.04);
}
.icon.snow .cloud {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.icon.snow .flakes {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 28px;
  z-index: 0;
}
.icon.snow .flakes .flake {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #90CAF9;
  box-shadow: 0 0 4px rgba(144, 202, 249, 0.5);
  opacity: 0;
  animation: snowDrift 2s ease-in-out infinite;
}
.icon.snow .flakes .flake:nth-child(1) {
  left: 6px;
  animation-delay: 0s;
}
.icon.snow .flakes .flake:nth-child(2) {
  left: 20px;
  animation-delay: 0.6s;
}
.icon.snow .flakes .flake:nth-child(3) {
  left: 34px;
  animation-delay: 1.2s;
}

.icon.fog {
  position: relative;
  width: 65px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.icon.fog .bar {
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, #bdbdbd 20%, #e0e0e0 50%, #bdbdbd 80%, transparent 100%);
  animation: fogDrift 4s ease-in-out infinite;
}
.icon.fog .bar:nth-child(1) {
  width: 85%;
  animation-delay: 0s;
}
.icon.fog .bar:nth-child(2) {
  width: 100%;
  animation-delay: 0.6s;
}
.icon.fog .bar:nth-child(3) {
  width: 70%;
  animation-delay: 1.2s;
}
.icon.fog .bar:nth-child(4) {
  width: 90%;
  animation-delay: 1.8s;
}

@keyframes sunPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}
@keyframes sunBreath {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
@keyframes cloudFloat {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}
@keyframes rainFall {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(22px);
    opacity: 0;
  }
}
@keyframes snowDrift {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translate(3px, 12px);
    opacity: 0.8;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    transform: translate(-2px, 24px);
    opacity: 0;
  }
}
@keyframes fogDrift {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.6;
  }
  50% {
    transform: translateX(8px);
    opacity: 1;
  }
}
.__ViewTitleBarCompact {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.__ViewTitleBarCompact .__Left {
  flex: 1;
  display: flex;
  gap: 1rem;
}
.__ViewTitleBarCompact .__Middle {
  display: flex;
  flex: 1;
  justify-content: center;
}
.__ViewTitleBarCompact .__Right {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

/* Hover Effekt */
.leaflet-control-zoom a:hover {
  background: #f2f2f1;
}

/* Entfernt die Verbindungslinie zwischen + und - */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  border: none !important;
}

.GridView-2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  width: 100%;
}
.GridView-2x2 .__Item.NoSelect {
  user-select: none !important;
}
.GridView-2x2 .__Item:hover {
  background: #fff;
}
.GridView-2x2 .__Item {
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  aspect-ratio: 2/1;
}
.GridView-2x2 .__Item .__ItemDetail {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  justify-content: space-between;
}
.GridView-2x2 .__Item .__ItemDetail span:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
}
.GridView-2x2 .__Item .__ItemDetail span:nth-child(2) {
  font-size: 24px;
  font-weight: 600;
}

#growthErnteChart {
  width: 100%;
  height: 200px;
}

.__EarnItems {
  display: flex;
  flex-direction: column;
}
.__EarnItems .__EarnItem {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee;
  align-items: center;
}
.__EarnItems .__EarnItem .__EarnInfo {
  display: flex;
  flex: 1;
  padding: 2rem;
  gap: 0.5rem;
  flex-direction: column;
}
.__EarnItems .__EarnItem .__EarnInfo .__InfoTags {
  display: flex;
  padding-top: 0.5rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.__EarnItems .__EarnItem .__EarnInfo .__InfoMenge {
  font-weight: 400;
  font-size: 18px;
}
.__EarnItems .__EarnItem .__EarnInfo .__InfoName {
  font-weight: 600;
  font-size: 20px;
}
.__EarnItems .__EarnItem .__EarnChart {
  display: flex;
  width: 600px;
}
.__EarnItems .__EarnItem:last-child {
  border-bottom: 0;
}

.apfelItemSlider {
  width: 200px;
}

.ApfelSwiperItem {
  display: flex;
  width: 100%;
  min-height: 108px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.ApfelSwiperItem img {
  border-radius: 100px;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.swiper-button-prev {
  left: 0px !important; /* weiter nach links */
}

.swiper-button-next {
  right: 0px !important; /* weiter nach rechts */
}

/* Pfeile Farbe */
.swiper-button-next,
.swiper-button-prev {
  color: #555 !important; /* dunkelgrau */
}

/* Pfeile Größe */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important; /* Standard ist ~44px */
}

.__SplitChartLayout {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee;
  align-items: center;
  gap: 1rem;
}
.__SplitChartLayout .__ChartLayer {
  padding-top: 1rem;
}
.__SplitChartLayout .__ChartBlocks {
  display: flex;
  flex-direction: column;
}
.__SplitChartLayout .__ChartBlocks .__ChartBlockItem {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.__SplitChartLayout .__ChartBlocks .__ChartBlockItem span:nth-child(1) {
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

.__InfoLayerBlock .__Content {
  display: flex;
  flex-direction: column;
}
.__InfoLayerBlock .__TitleBar span {
  font-weight: 600;
  font-size: 18px;
}
.__InfoLayerBlock .__TitleBar {
  justify-content: space-between;
  display: flex;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #eee;
  align-items: center;
  padding: 0 1rem;
}
.__InfoLayerBlock:hover {
  background: #fff;
}
.__InfoLayerBlock {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  width: 100%;
}

.PlantageItemViewer {
  position: relative;
  display: flex;
  width: 100%;
}
.PlantageItemViewer .ItemViewerDetails {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 2rem 0;
}
.PlantageItemViewer .ItemViewerDetails .__InnerView {
  display: flex;
  width: 900px;
  flex-direction: column;
  gap: 2rem;
}
.PlantageItemViewer .ItemViewerDetails .__InnerView .__InfoLayout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.PlantageItemViewer .ItemViewerDetails .__InnerView .__InfoLayout .__Info {
  width: 100%;
  display: flex;
  gap: 2rem;
}
.PlantageItemViewer .ItemViewerDetails .__InnerView .__InfoLayout .__Info .__Block.Fix {
  width: 420px;
  flex: auto;
}
.PlantageItemViewer .ItemViewerDetails .__InnerView .__InfoLayout .__Info .__Block {
  display: flex;
  flex: 1;
}
.PlantageItemViewer .ItemViewerDetails .__InnerView .__InfoLayout .__Info .__Block .__WeatherLayout:hover {
  background: #fff;
}
.PlantageItemViewer .ItemViewerDetails .__InnerView .__InfoLayout .__Info .__Block .__WeatherLayout {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  width: 100%;
}
.PlantageItemViewer .ItemViewerMap {
  display: flex;
  width: 600px;
  height: 100%;
  padding: 1rem;
}
.PlantageItemViewer .ItemViewerMap .MapViewer .MapViewerAppleSorts .AppleSortsItems {
  display: flex;
  gap: 0.5rem;
}
.PlantageItemViewer .ItemViewerMap .MapViewer .MapViewerAppleSorts .AppleSortsItems .SortItem .SortItemImage {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100px;
}
.PlantageItemViewer .ItemViewerMap .MapViewer .MapViewerAppleSorts .AppleSortsItems .SortItem:hover {
  border: 4px solid rgba(255, 255, 255, 0.8);
}
.PlantageItemViewer .ItemViewerMap .MapViewer .MapViewerAppleSorts .AppleSortsItems .SortItem {
  transition: all 0.15s ease-in-out;
  border: 4px solid rgba(255, 255, 255, 0.4);
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.PlantageItemViewer .ItemViewerMap .MapViewer .MapViewerAppleSorts {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.PlantageItemViewer .ItemViewerMap .MapViewer {
  align-self: flex-start;
  position: sticky;
  top: calc(73px + 1rem);
  z-index: 12;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: calc(100dvh - 73px - 2rem);
  background-color: #f8f9fb;
  background-image: radial-gradient(ellipse at 90% 0%, rgba(74, 177, 120, 0.15) 0%, transparent 50%), radial-gradient(ellipse at 5% 95%, rgba(147, 112, 219, 0.1) 0%, transparent 50%);
  background-attachment: fixed;
  border-radius: 20px;
}

.PhotoUploaderModel {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.PhotoUploaderModel .UploadForm .text-muted {
  color: #666;
  font-size: 11px;
}
.PhotoUploaderModel #imagePreviewContainer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.PhotoUploaderModel #imagePreviewContainer img {
  border: 1px solid #e2e2e2;
  display: flex;
  min-width: 120px;
  width: 120px;
  height: 120px;
  background: #f2f2f1;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar-container {
  width: 100%;
  height: 8px;
  background-color: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 5px;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #4CAF50, #8BC34A);
  width: 0%;
  transition: width 0.3s ease;
}

.progress-text {
  font-size: 12px;
  color: #6c757d;
}

.container {
  width: 100%;
  padding: 0 0 0 256px;
  height: 100dvh;
  align-items: center;
  flex-direction: column;
  display: flex;
  align-self: flex-start;
}
.container .__View.W-1100 {
  width: 1100px;
}
.container .__View.W-1200 {
  width: 1200px;
}
.container .__View.W-1300 {
  width: 1300px;
}
.container .__View.W-1400 {
  width: 1400px;
}
.container .__View {
  display: inline-flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 1000px;
  padding: 2rem 0 2rem 0;
}

.__ViewTitleBar {
  position: sticky;
  backdrop-filter: blur(5px);
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  padding: 1rem 1rem 1rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.__ViewTitleBar h2 {
  font-size: 24px;
}
.__ViewTitleBar .__ViewTitleBarActions {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

a {
  outline: none;
  color: #2563eb;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}
a:visited {
  color: #2563eb;
}
a:active {
  color: #1e40af;
}
a:focus {
  border-radius: 2px;
}

.ModalAction {
  display: flex;
  width: 100%;
  padding: 0.5rem;
  border-top: 1px solid #eee;
  justify-content: flex-end;
}

.PayoutLayoutChooseMethod {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.PayoutLayoutChooseMethod .__MethodItems {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
.PayoutLayoutChooseMethod .__MethodItems .__MethodItem:hover {
  background: var(--neutral-50);
}
.PayoutLayoutChooseMethod .__MethodItems .__MethodItem .__MethodItemName {
  font-weight: 600;
}
.PayoutLayoutChooseMethod .__MethodItems .__MethodItem .__MethodItemIcon {
  width: 40px;
  height: 40px;
  background: var(--neutral-100);
  border-radius: 15px;
  padding: 0.5rem;
}
.PayoutLayoutChooseMethod .__MethodItems .__MethodItem .__MethodItemIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.PayoutLayoutChooseMethod .__MethodItems .__MethodItem {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  border-radius: 10px;
}
.PayoutLayoutChooseMethod .__MethodTitle {
  font-weight: 600;
  font-size: 14px;
}

.PayoutLayout {
  padding-top: 2rem;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  gap: 0.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
.PayoutLayout .__PayoutAmountText {
  font-weight: 500;
  font-size: 14px;
}
.PayoutLayout .__PayoutInput {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
}
.PayoutLayout .__PayoutInput input {
  background: #fff;
  border: 1px solid #fff;
  width: 100px;
  height: 40px;
  text-align: right;
  font-size: 20px;
}
.PayoutLayout .__PayoutAmount {
  padding-top: 1rem;
  font-weight: 600;
  font-size: 18px;
}
.PayoutLayout span {
  padding-bottom: 1rem;
  font-size: 24px;
}

.ErrorLayout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sidebar-account {
  padding: 0.5rem;
}

.ButtonViolet {
  height: 40px;
  padding: 0 16px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: black;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}

.ButtonViolet:hover {
  background: #121212;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.ButtonViolet:active {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.UserProfileBadge {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.UserProfileBadge .ProfileImageView {
  display: flex;
  width: 60px;
  max-width: 60px;
  min-width: 60px;
}
.UserProfileBadge .ProfileImageView img {
  width: 100%;
}
.UserProfileBadge .ProfileBadgeText span {
  font-size: 9px;
}
.UserProfileBadge .ProfileBadgeText {
  display: flex;
  flex-direction: column;
}

i.icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
}

ul.__BoxItems.__4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
ul.__BoxItems.Ernte {
  grid-template-columns: 2fr 1fr 1fr 1fr;
}
ul.__BoxItems {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  margin: 0;
  padding: 0;
}
ul.__BoxItems li .Block.Down {
  align-items: flex-end;
  justify-content: flex-end;
}
ul.__BoxItems li .Block {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
ul.__BoxItems li .Block span:nth-child(1) {
  font-size: 16px;
  font-weight: 300;
}
ul.__BoxItems li .Block span:nth-child(2) {
  font-weight: 700;
  font-size: 36px;
}
ul.__BoxItems li {
  gap: 0.5rem;
  justify-content: space-between;
  display: flex;
  padding: 1.2rem;
  list-style: none;
  transition: all 0.15s ease-in-out;
}
ul.__BoxItems li:hover {
  background: #fff;
}
ul.__BoxItems li {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

#plantage-map {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.__PlaceHolderNothingData.Mini {
  min-height: 70px;
}
.__PlaceHolderNothingData._200 {
  min-height: 200px;
}
.__PlaceHolderNothingData {
  display: flex;
  width: 100%;
  gap: 0.4rem;
  min-height: 100px;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.__PlaceHolderNothingData img {
  width: 48px;
}

.FormElement {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.FormElement .form-row.Top {
  align-items: flex-start;
}
.FormElement .form-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.FormElement .form-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.1rem;
}
.FormElement .checkbox-label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.setShimmerInput {
  border-radius: 100px !important;
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(5px);
}

.ShortItems {
  display: inline-flex;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}
.ShortItems div {
  display: inline-flex;
  padding: 0.2rem;
}
.ShortItems div:nth-child(1), .ShortItems div:nth-child(2) {
  border-right: 1px solid #e2e2e2;
}

.mapAppleIcon {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.SortItemOutDrag img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 4px solid #fff;
}

.DashboardLayout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.DashboardLayout .DashboardLayout_TopItems {
  display: flex;
  width: 100%;
}
.DashboardLayout .DashboardLayout_Chart {
  display: flex;
  width: 100%;
  gap: 1.5rem;
}
.DashboardLayout .DashboardLayout_Chart .Chart {
  flex-direction: column;
  display: flex;
  flex: 1;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.DashboardLayout .DashboardLayout_Chart .Chart .ChartSubInformation {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  gap: 0.2rem;
}
.DashboardLayout .DashboardLayout_Chart .Chart .ChartSubInformation span:nth-child(1) {
  font-weight: 500;
}
.DashboardLayout .DashboardLayout_Chart .Chart .ChartSubInformation span:nth-child(2) {
  align-items: center;
  display: inline-flex;
  gap: 1rem;
  font-size: 30px;
  font-weight: 700;
}
.DashboardLayout .DashboardLayout_Chart .Chart .ChartTitle {
  border-bottom: 1px solid #eee;
  display: flex;
  width: 100%;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
}
.DashboardLayout .DashboardLayout_Chart .Chart .ChartTitle .__Title {
  font-weight: 600;
  font-size: 18px;
}
.DashboardLayout .DashboardLayout_Chart .PieChart {
  width: 400px;
  display: flex;
}

.SplitContext {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.InviteLayout .InviteInput b {
  color: var(--neutral-500);
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 11px;
}
.InviteLayout .InviteInput {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 1rem;
}
.InviteLayout .InviteInput .__Copy {
  position: absolute;
  bottom: 1.9rem;
  cursor: pointer;
  right: 3rem;
}
.InviteLayout .InviteInput input {
  border-radius: 100px;
  height: 50px;
  font-size: 18px;
  width: 280px;
  padding: 0 2.5rem 0 1rem;
}
.InviteLayout .InviteDescription {
  display: flex;
  flex: 1;
  justify-content: center;
  text-align: center;
  color: var(--neutral-700);
  font-weight: 300;
  font-size: 20px;
}
.InviteLayout .InviteTitle {
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 30px;
}
.InviteLayout .InviteHeader .lightning-glow {
  position: absolute;
  width: 160%;
  height: 160%;
  top: -40%;
  right: -40%;
  background: radial-gradient(circle at center, rgba(255, 255, 0, 0.9) 0%, rgba(255, 255, 0, 0.5) 25%, rgba(255, 255, 0, 0.15) 45%, transparent 70%);
  filter: blur(30px);
  animation: glowPulse 3.5s ease-in-out infinite;
  z-index: 1;
}
.InviteLayout .InviteHeader .sparkle-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.InviteLayout .InviteHeader .sparkle-layer span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  opacity: 0;
  animation: sparkle 2.8s infinite ease-in-out;
}
.InviteLayout .InviteHeader .sparkle-layer span:nth-child(1) {
  top: 30px;
  left: 60px;
  animation-delay: 0s;
}
.InviteLayout .InviteHeader .sparkle-layer span:nth-child(2) {
  top: 80px;
  left: 40px;
  animation-delay: 0.6s;
}
.InviteLayout .InviteHeader .sparkle-layer span:nth-child(3) {
  top: 120px;
  left: 50px;
  animation-delay: 1.2s;
}
.InviteLayout .InviteHeader .sparkle-layer span:nth-child(4) {
  top: 120px;
  left: 280px;
  animation-delay: 1.8s;
}
.InviteLayout .InviteHeader .sparkle-layer span:nth-child(5) {
  top: 80px;
  left: 300px;
  animation-delay: 2.2s;
}
@keyframes glowPulse {
  0% {
    opacity: 0.25;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.25;
    transform: scale(0.9);
  }
}
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  35% {
    opacity: 1;
    transform: scale(1.4);
  }
  70% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 80%, 100% {
    opacity: 0.25;
  }
  85% {
    opacity: 1;
  }
}
.InviteLayout .InviteHeader .lightning-glow {
  animation: glowPulse 2.5s ease-in-out infinite, flash 5s ease-in-out infinite;
}
.InviteLayout .InviteHeader {
  background: #f2f2f1;
  background: linear-gradient(135deg, #f79acb, #f36aa0);
  width: 100%;
  border-radius: 8px;
  min-height: 150px;
  position: relative;
}
.InviteLayout .InviteHeader .InviteImage {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
}
.InviteLayout .InviteHeader .InviteImage img {
  width: 85%;
}
.InviteLayout {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 400px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.LoginLayout {
  display: flex;
  width: 100%;
  height: 100dvh;
  align-items: center;
  justify-content: center;
}
.LoginLayout .LoginContainer {
  display: flex;
  width: 400px;
  height: 500px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  flex-direction: column;
}
.LoginLayout .LoginContainer .__Content {
  display: flex;
  flex: 1;
  padding-top: 2rem;
  justify-content: center;
}
.LoginLayout .LoginContainer .__Content .__ContentLogo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
}
.LoginLayout .LoginContainer .__Content .__ContentLogo .__PageDescription {
  padding-top: 2rem;
  font-size: 24px;
  font-weight: 300;
}
.LoginLayout .LoginContainer .__Content .__ContentLogo .__LogoName {
  display: inline-flex;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}
.LoginLayout .LoginContainer .__Content .__ContentLogo .__LogoIcon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.LoginLayout .LoginContainer .__Content .__ContentLogo .__LogoIcon {
  width: 80px;
  height: 80px;
  background: #1d4ed8;
  border-radius: 100px;
}
.LoginLayout .LoginContainer .__Action {
  display: flex;
  padding: 2rem 2rem 3rem;
  justify-content: center;
}

/* -------------------------------------------------------------------
  Microtip

  Modern, lightweight css-only tooltips
  Just 1kb minified and gzipped

  @author Ghosh
  @package Microtip

----------------------------------------------------------------------
  1. Base Styles
  2. Direction Modifiers
  3. Position Modifiers
--------------------------------------------------------------------*/
/* ------------------------------------------------
  [1] Base Styles
-------------------------------------------------*/
[aria-label][role~=tooltip] {
  position: relative;
}

[aria-label][role~=tooltip]::before,
[aria-label][role~=tooltip]::after {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  transform-origin: top;
}

[aria-label][role~=tooltip]::before {
  background-size: 100% auto !important;
  content: "";
}

[aria-label][role~=tooltip]::after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: 0.5em 1em;
  white-space: nowrap;
  box-sizing: content-box;
}

[aria-label][role~=tooltip]:hover::before,
[aria-label][role~=tooltip]:hover::after,
[aria-label][role~=tooltip]:focus::before,
[aria-label][role~=tooltip]:focus::after {
  opacity: 1;
  pointer-events: auto;
}

/* ------------------------------------------------
  [2] Position Modifiers
-------------------------------------------------*/
[role~=tooltip][data-microtip-position|=top]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px;
}

[role~=tooltip][data-microtip-position|=top]::after {
  margin-bottom: 11px;
}

[role~=tooltip][data-microtip-position|=top]::before {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~=tooltip][data-microtip-position|=top]:hover::before {
  transform: translate3d(-50%, -5px, 0);
}

[role~=tooltip][data-microtip-position|=top]::after {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~=tooltip][data-microtip-position=top]:hover::after {
  transform: translate3d(-50%, -5px, 0);
}

/* ------------------------------------------------
  [2.1] Top Left
-------------------------------------------------*/
[role~=tooltip][data-microtip-position=top-left]::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%;
}

[role~=tooltip][data-microtip-position=top-left]:hover::after {
  transform: translate3d(calc(-100% + 16px), -5px, 0);
}

/* ------------------------------------------------
  [2.2] Top Right
-------------------------------------------------*/
[role~=tooltip][data-microtip-position=top-right]::after {
  transform: translate3d(calc(0% - 16px), 0, 0);
  bottom: 100%;
}

[role~=tooltip][data-microtip-position=top-right]:hover::after {
  transform: translate3d(calc(0% - 16px), -5px, 0);
}

/* ------------------------------------------------
  [2.3] Bottom
-------------------------------------------------*/
[role~=tooltip][data-microtip-position|=bottom]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

[role~=tooltip][data-microtip-position|=bottom]::after {
  margin-top: 11px;
}

[role~=tooltip][data-microtip-position|=bottom]::before {
  transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%;
}

[role~=tooltip][data-microtip-position|=bottom]:hover::before {
  transform: translate3d(-50%, 0, 0);
}

[role~=tooltip][data-microtip-position|=bottom]::after {
  transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%;
}

[role~=tooltip][data-microtip-position=bottom]:hover::after {
  transform: translate3d(-50%, 0, 0);
}

/* ------------------------------------------------
  [2.4] Bottom Left
-------------------------------------------------*/
[role~=tooltip][data-microtip-position=bottom-left]::after {
  transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%;
}

[role~=tooltip][data-microtip-position=bottom-left]:hover::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
}

/* ------------------------------------------------
  [2.5] Bottom Right
-------------------------------------------------*/
[role~=tooltip][data-microtip-position=bottom-right]::after {
  transform: translate3d(calc(0% - 16px), -10px, 0);
  top: 100%;
}

[role~=tooltip][data-microtip-position=bottom-right]:hover::after {
  transform: translate3d(calc(0% - 16px), 0, 0);
}

/* ------------------------------------------------
  [2.6] Left
-------------------------------------------------*/
[role~=tooltip][data-microtip-position=left]::before,
[role~=tooltip][data-microtip-position=left]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
}

[role~=tooltip][data-microtip-position=left]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

[role~=tooltip][data-microtip-position=left]::after {
  margin-right: 11px;
}

[role~=tooltip][data-microtip-position=left]:hover::before,
[role~=tooltip][data-microtip-position=left]:hover::after {
  transform: translate3d(0, -50%, 0);
}

/* ------------------------------------------------
  [2.7] Right
-------------------------------------------------*/
[role~=tooltip][data-microtip-position=right]::before,
[role~=tooltip][data-microtip-position=right]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
}

[role~=tooltip][data-microtip-position=right]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}

[role~=tooltip][data-microtip-position=right]::after {
  margin-left: 11px;
}

[role~=tooltip][data-microtip-position=right]:hover::before,
[role~=tooltip][data-microtip-position=right]:hover::after {
  transform: translate3d(0, -50%, 0);
}

/* ------------------------------------------------
  [3] Size
-------------------------------------------------*/
[role~=tooltip][data-microtip-size=small]::after {
  white-space: initial;
  width: 80px;
}

[role~=tooltip][data-microtip-size=medium]::after {
  white-space: initial;
  width: 150px;
}

[role~=tooltip][data-microtip-size=large]::after {
  white-space: initial;
  width: 260px;
}

/*# sourceMappingURL=app.css.map */
