/**
 * @copyright Stevie-Ray
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
@import url("https://fonts.cdnfonts.com/css/tiktok-text-display");
* {
  box-sizing: border-box;
  font-family: 'SF Pro Display', sans-serif !important;
  font-size: 14px; }

body {
  padding-left: 255px;
  margin: 0; }

img.Cut {
  width: 100%;
  height: 100%;
  object-fit: cover; }
img.Cut-60 {
  border-radius: 10px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  object-fit: cover; }

ul.PaginationUlList {
  padding: 0;
  gap: 0.2rem;
  display: flex;
  justify-content: center; }
  ul.PaginationUlList li {
    list-style: none;
    border-radius: 10px; }
    ul.PaginationUlList li:hover {
      background: #f8f8f8; }
    ul.PaginationUlList li.active-page {
      background: #0A84FF; }
      ul.PaginationUlList li.active-page .BlueInfo {
        display: none; }
      ul.PaginationUlList li.active-page a {
        color: #fff;
        font-weight: 600; }
    ul.PaginationUlList li.NoHover {
      background: #fff; }
      ul.PaginationUlList li.NoHover a {
        padding: 0; }
    ul.PaginationUlList li a {
      padding: 0 1rem;
      height: 40px;
      align-items: center;
      gap: 0.6rem;
      display: inline-flex;
      font-weight: 600;
      color: #333; }
      ul.PaginationUlList li a select {
        background-color: #f8f8f8;
        border: 1px solid #f8f8f8; }

.TodoContentLayout {
  display: flex;
  width: 100%;
  height: calc(100vh - 64px); }
  .TodoContentLayout .TodoMenu {
    padding: 4rem 0;
    border-right: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 300px; }

select {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 100%;
  transition: all 0.2s ease;
  padding-top: 8px;
  padding-right: 35px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #f8f8f8;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../dots.png) right 10px center no-repeat #f8f8f8;
  background-size: 20px; }
  select.White {
    background: url(../dots.png) right 10px center no-repeat #fff;
    background-size: 20px;
    border: 1px solid #e2e2e2; }
  select.Left {
    border-radius: 8px 0 0 8px;
    background-color: #fff; }

select:focus {
  border: 1px solid #0A84FF;
  box-shadow: transparent 0px 0px 0px 0px, rgba(10, 132, 255, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, transparent 0px 0px 0px 0px, transparent 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

select:hover {
  border: 1px solid #0A84FF;
  box-shadow: transparent 0px 0px 0px 0px, rgba(10, 132, 255, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, transparent 0px 0px 0px 0px, transparent 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

select::-ms-expand {
  display: none; }

@media screen and (min-width: 0\0 ) {
  select {
    background: none\9;
    padding: 5px\9; } }
.UiButtonGroup {
  display: inline-flex;
  gap: 0; }

.UiButton {
  height: 40px;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 0 2px 1px #fbfbfb, 0 1px 2px 0px rgba(229, 229, 229, 0.5);
  background: #fff;
  border-radius: 10px;
  color: #000;
  font-weight: 600;
  font-size: 14px; }
  .UiButton.Select {
    padding: 0; }
    .UiButton.Select select {
      border: 0; }
  .UiButton svg {
    width: 16px; }
  .UiButton:hover {
    border: 1px solid #1549b4 !important;
    background: linear-gradient(180deg, #3f75e7 0%, #2863ee 100%);
    box-shadow: inset 0 1px 0px 0px rgba(255, 255, 255, 0.2) !important;
    color: #fff;
    cursor: pointer; }
  .UiButton.Single {
    border-radius: 10px !important;
    border: 1px solid #dcdcdc !important; }
    .UiButton.Single:hover {
      border: 1px solid #1549b4 !important;
      background: linear-gradient(180deg, #3f75e7 0%, #2863ee 100%);
      box-shadow: inset 0 1px 0px 0px rgba(255, 255, 255, 0.2) !important;
      color: #fff;
      cursor: pointer; }
  .UiButton:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .UiButton:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none; }
  .UiButton:not(:first-of-type):not(:last-of-type) {
    border-radius: 0;
    border-left: none; }

.TableLayout {
  display: flex;
  border: 1px solid #eee;
  border-radius: 8px; }
  .TableLayout table {
    width: 100%;
    border-collapse: collapse; }
    .TableLayout table.setSticky thead tr {
      position: sticky;
      top: 60px;
      z-index: 1;
      backdrop-filter: blur(40px); }
      .TableLayout table.setSticky thead tr td {
        background: #fff; }
        .TableLayout table.setSticky thead tr td:nth-child(1) {
          border-radius: 10px 0 0 0; }
        .TableLayout table.setSticky thead tr td:last-child {
          border-radius: 0 10px 0 0; }
    .TableLayout table tbody tr td {
      border-top: 1px solid #eee;
      padding: 1rem; }
    .TableLayout table thead tr td {
      padding: 0 1rem;
      height: 40px;
      font-size: 1rem;
      font-weight: 600; }

.setTablePlaceholder {
  display: flex;
  height: 20px;
  border-radius: 8px;
  width: 100%; }

.setPlaceholder {
  background-color: #f3f3f3;
  background: linear-gradient(to right, #f3f3f3 5%, #eee 20%, #f3f3f3 35%);
  -webkit-animation: placeholderShimmer 2s linear 0s infinite normal forwards;
  animation: placeholderShimmer 2s linear 0s infinite normal forwards; }

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -500px 0; }
  100% {
    background-position: 500px 0; } }
@keyframes placeholderShimmer {
  0% {
    background-position: -500px 0; }
  100% {
    background-position: 500px 0; } }
.spinner {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border: 2px solid rgba(0, 174, 239, 0.15);
  border-radius: 100%; }

.spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  height: 100%;
  width: 100%;
  border-top: 2px solid rgba(0, 174, 239, 0.8);
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-radius: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.spinner-sm {
  height: 16px;
  width: 16px; }

.spinner-md {
  height: 40px;
  width: 40px; }

.spinner-lr {
  height: 150px;
  width: 150px; }

.spinner-red {
  border: 6px solid rgba(216, 27, 34, 0.15); }

.spinner-red:before {
  border-top: 6px solid #d81b22; }

.spinner-green {
  border: 6px solid rgba(40, 183, 121, 0.15); }

.spinner-green:before {
  border-top: 6px solid #28b779; }

.spinner-grey {
  border: 2px solid rgba(139, 146, 154, 0.15); }

.spinner-grey:before {
  border-top: 2px solid #8b929a; }

form {
  width: 100%; }

.MiniPhoto {
  width: 80px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover; }
  .MiniPhoto._x2 {
    width: 40px;
    height: 30px; }

input[type=submit].Button {
  width: 100%; }

Toaster {
  position: fixed;
  top: 0;
  z-index: 1000000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 4px 10px; }

Toaster[position="right"] {
  right: 0; }

Toaster[position="left"] {
  left: 0; }

ToastMessage {
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: none;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.05);
  max-width: 350px;
  border-radius: 4px;
  line-height: 1.3;
  will-change: transform;
  align-items: center;
  pointer-events: none; }

ToastMessage span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 8px 10px; }

ToastMessage.show {
  opacity: 1;
  transform: translateY(0); }

label {
  display: flex;
  align-items: center;
  gap: 1rem; }

.Yellow {
  border: 1px solid #feec59 !important;
  background-color: #fffdf1 !important; }
  .Yellow:focus {
    background-color: #fff8ca !important; }

.TraktorenItemsListener {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }
  .TraktorenItemsListener .__ListItem {
    gap: 1rem;
    align-items: center;
    display: flex;
    width: 100%; }
    .TraktorenItemsListener .__ListItem .__ListItemImage img {
      width: 40px;
      height: 40px;
      object-fit: cover;
      border-radius: 10px; }

.Button {
  border: 0;
  display: flex;
  height: 40px;
  background: #fafafa;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 0.8rem;
  gap: 0.6rem;
  font-weight: 600; }
  .Button.Black {
    background: #000;
    color: #fff; }
    .Button.Black:hover {
      background: #111; }
  .Button span {
    display: flex;
    align-items: center; }
  .Button:hover {
    background: #f0f0f0;
    cursor: pointer; }
  .Button.Full {
    width: 100%; }
  .Button svg {
    width: 16px; }

.__UserWallet {
  display: flex;
  width: 100%;
  background: #f2f2f1;
  border-radius: 8px;
  min-height: 150px;
  padding: 1.5rem;
  flex-direction: column;
  gap: 1rem; }
  .__UserWallet span:nth-child(1) {
    font-weight: 200;
    font-size: 16px; }
  .__UserWallet span:nth-child(2) {
    font-weight: 700;
    font-size: 30px; }

textarea {
  padding: 1rem !important;
  height: unset;
  min-height: 80px;
  resize: none; }

textarea, input[type=text], input[type=password] {
  position: relative;
  background: #fafafa;
  border: 1px solid #fafafa;
  height: 40px;
  width: 100%;
  outline: none;
  border-radius: 8px;
  padding: 0 1rem; }
  textarea::after, input[type=text]::after, input[type=password]::after {
    content: "asd";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  textarea.TextRight, input[type=text].TextRight, input[type=password].TextRight {
    text-align: right; }
  textarea:focus, input[type=text]:focus, input[type=password]:focus {
    background: #eee; }

.Tabs {
  display: inline-flex;
  border-radius: 100px;
  padding: 0.3rem;
  background: #f2f2f1;
  gap: 0.3rem; }
  .Tabs .TabItem {
    align-items: center;
    gap: 0.5rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-radius: 100px;
    min-width: 50px; }
    .Tabs .TabItem.WithNumber {
      padding: 0 0.5rem 0 1rem; }
    .Tabs .TabItem span {
      border-radius: 100px;
      height: 22px;
      width: 22px;
      background: #fff;
      padding: 0 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 11px; }
    .Tabs .TabItem:hover, .Tabs .TabItem.active {
      box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
      background: #fff;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, white 29%);
      cursor: pointer;
      font-weight: 600; }
      .Tabs .TabItem:hover span, .Tabs .TabItem.active span {
        background: #000;
        color: #fff; }

.Layout {
  display: flex;
  width: 100%;
  min-height: 100vh; }
  .Layout .__AppContent {
    display: flex;
    width: 100%;
    padding: 2rem 0; }
    .Layout .__AppContent.WithoutPadding {
      padding: 0; }
  .Layout .__Content {
    display: flex;
    flex-direction: column;
    flex: 1; }
    .Layout .__Content .__TitleBar {
      position: sticky;
      top: 0;
      z-index: 10;
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(10px);
      display: flex;
      height: 64px;
      border-bottom: 1px solid #eee;
      width: 100%;
      padding: 0 1.5rem;
      align-items: center;
      justify-content: space-between; }
      .Layout .__Content .__TitleBar input[type=text] {
        background: #fafafa;
        border: 1px solid #fafafa;
        height: 40px;
        width: 200px;
        outline: none;
        border-radius: 8px;
        padding: 0 1rem; }
        .Layout .__Content .__TitleBar input[type=text]:focus {
          background: #eee; }
      .Layout .__Content .__TitleBar .__TitleBarTitle {
        display: flex;
        font-weight: 600;
        font-size: 18px; }
  .Layout .__Menu {
    position: fixed;
    height: 100%;
    border-right: 1px solid #eee;
    padding: 1rem;
    z-index: 10;
    left: 0;
    top: 0;
    display: flex;
    width: 255px;
    background: #fff;
    flex-direction: column;
    gap: 1rem; }
    .Layout .__Menu .__MenuActionButton {
      display: flex;
      padding: 1rem 0;
      width: 100%; }
      .Layout .__Menu .__MenuActionButton .__Button {
        gap: 0.5rem;
        box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        background: #651FFF;
        width: 100%;
        height: 40px;
        border-radius: 8px; }
        .Layout .__Menu .__MenuActionButton .__Button svg {
          width: 18px; }
        .Layout .__Menu .__MenuActionButton .__Button:hover {
          cursor: pointer;
          background: #570bff; }
    .Layout .__Menu .__Logo {
      display: flex;
      align-items: center;
      gap: 1rem; }
      .Layout .__Menu .__Logo .__Name {
        font-weight: 700;
        font-size: 20px; }
      .Layout .__Menu .__Logo .__Icon {
        display: flex;
        overflow: auto;
        width: 50px;
        height: 50px;
        border-radius: 8px; }
    .Layout .__Menu .__MenuUserProfile {
      display: flex;
      padding: 0.5rem;
      border-radius: 8px;
      width: 100%;
      gap: 1rem;
      align-items: center; }
      .Layout .__Menu .__MenuUserProfile:hover {
        background: #f5f5f5; }
      .Layout .__Menu .__MenuUserProfile .__ProfileOptions {
        display: flex; }
        .Layout .__Menu .__MenuUserProfile .__ProfileOptions svg {
          width: 18px; }
      .Layout .__Menu .__MenuUserProfile .__ProfileName {
        display: flex;
        gap: 0.2rem;
        flex-direction: column;
        flex: 1; }
        .Layout .__Menu .__MenuUserProfile .__ProfileName span:nth-child(2) {
          color: #666;
          font-size: 11px; }
        .Layout .__Menu .__MenuUserProfile .__ProfileName span:nth-child(1) {
          font-weight: 600; }
      .Layout .__Menu .__MenuUserProfile .__ProfileImageView {
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: #ccc;
        overflow: hidden; }
    .Layout .__Menu .__MenuSettings {
      display: flex;
      flex-direction: column; }
      .Layout .__Menu .__MenuSettings .__MenuItem {
        border-radius: 8px;
        padding: 0.5rem;
        display: flex;
        align-items: center;
        gap: 0.5rem; }
        .Layout .__Menu .__MenuSettings .__MenuItem:hover {
          background: #f5f5f5;
          cursor: pointer; }
    .Layout .__Menu .__MenuItems {
      display: flex;
      flex-direction: column;
      flex: 1;
      overflow: auto; }
      .Layout .__Menu .__MenuItems .__MenuItemTitle {
        display: flex;
        padding: 0.5rem;
        color: #666;
        font-size: 11px; }
      .Layout .__Menu .__MenuItems .__MenuItem {
        border-radius: 8px;
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem; }
        .Layout .__Menu .__MenuItems .__MenuItem:hover {
          background: #eee;
          cursor: pointer; }
        .Layout .__Menu .__MenuItems .__MenuItem span:nth-child(2) {
          background: #ffcdde;
          color: #FF1744;
          width: 20px;
          height: 20px;
          border-radius: 100px;
          align-items: center;
          justify-content: center;
          display: flex;
          font-weight: 800;
          font-size: 9px; }
        .Layout .__Menu .__MenuItems .__MenuItem span:nth-child(1) {
          display: flex;
          align-items: center;
          gap: 0.6rem; }
    .Layout .__Menu .__MenuBottom {
      display: flex;
      position: relative; }
      .Layout .__Menu .__MenuBottom .__MenuBottomList {
        position: absolute;
        right: -230px;
        bottom: 0;
        z-index: 1000; }
        .Layout .__Menu .__MenuBottom .__MenuBottomList.Hide {
          display: none; }
        .Layout .__Menu .__MenuBottom .__MenuBottomList .__MenuBottomView {
          flex-direction: column;
          width: 220px;
          display: flex;
          border-radius: 10px;
          border: 1px solid #e2e2e2;
          background: #fff; }
          .Layout .__Menu .__MenuBottom .__MenuBottomList .__MenuBottomView .__MenuBottomItem {
            border-top: 1px solid #eee;
            display: flex;
            height: 40px;
            align-items: center;
            padding: 0 1rem;
            font-weight: 600;
            font-size: 14px; }
            .Layout .__Menu .__MenuBottom .__MenuBottomList .__MenuBottomView .__MenuBottomItem:hover {
              cursor: pointer;
              background: #f2f2f1; }
            .Layout .__Menu .__MenuBottom .__MenuBottomList .__MenuBottomView .__MenuBottomItem:last-child {
              border-bottom: 0; }

.FormFlexScrollbar {
  display: flex;
  flex: 1;
  overflow: hidden; }
  .FormFlexScrollbar:hover {
    overflow: auto; }

.__SelectorListItems {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%; }
  .__SelectorListItems .__SelectListItem {
    display: flex;
    width: 100%;
    gap: 1rem;
    align-items: center; }
    .__SelectorListItems .__SelectListItem .__ListItemInfo {
      gap: 1rem;
      display: flex;
      flex: 1; }
      .__SelectorListItems .__SelectListItem .__ListItemInfo .__InfoName {
        display: flex;
        flex-direction: column; }
        .__SelectorListItems .__SelectListItem .__ListItemInfo .__InfoName span:nth-child(1) {
          font-weight: 600; }
      .__SelectorListItems .__SelectListItem .__ListItemInfo .__InfoImageView {
        display: flex;
        min-width: 40px;
        width: 40px;
        height: 40px;
        background: #f2f2f1;
        border-radius: 8px;
        overflow: hidden; }

a {
  color: #165efc;
  text-decoration: none; }

.EurLabel {
  display: flex;
  gap: 0.5rem;
  align-items: center; }
  .EurLabel span {
    font-weight: 600; }
  .EurLabel input {
    font-size: 20px;
    background: #fff;
    text-align: right;
    width: 100px; }

.AuszahlungLayout {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 2rem 0;
  width: 100%; }
  .AuszahlungLayout span:nth-child(2) {
    padding: 1rem 0; }
  .AuszahlungLayout span:nth-child(3) {
    font-weight: 600;
    font-size: 16px; }
  .AuszahlungLayout span:nth-child(4) {
    font-weight: 600; }
  .AuszahlungLayout span:nth-child(1) {
    font-weight: 300;
    font-size: 24px; }

.__GridViewDataItems {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #eee;
  border-radius: 10px;
  width: 100%; }
  .__GridViewDataItems .__DataItem {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
    width: 100%;
    padding: 2rem;
    border-right: 1px solid #eee; }
    .__GridViewDataItems .__DataItem span:nth-child(2) {
      font-weight: 600;
      font-size: 16px; }
    .__GridViewDataItems .__DataItem span:nth-child(1) {
      font-weight: 800;
      font-size: 30px; }
    .__GridViewDataItems .__DataItem:last-child {
      border-right: 0; }

.BuchungInfoKalkulation {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  border-bottom: 1px solid #e2e2e2; }
  .BuchungInfoKalkulation .Item {
    display: flex;
    flex-direction: column;
    gap: 0.6rem; }
    .BuchungInfoKalkulation .Item span:nth-child(1) {
      font-weight: 600;
      font-size: 18px; }
    .BuchungInfoKalkulation .Item span:nth-child(2) {
      font-size: 30px;
      font-weight: 800; }

@keyframes hue-rot {
  100% {
    filter: hue-rotate(360deg); } }
.AiBot {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px); }
  .AiBot.Hide {
    display: none; }
  .AiBot .BotLayout {
    display: flex;
    width: 600px;
    height: 650px;
    border-radius: 15px;
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    flex-direction: column;
    overflow: hidden; }
    .AiBot .BotLayout .__ChatTitle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: 60px;
      border-bottom: 1px solid #e2e2e2;
      padding: 1rem; }
      .AiBot .BotLayout .__ChatTitle span {
        display: flex;
        align-items: center; }
        .AiBot .BotLayout .__ChatTitle span svg {
          width: 24px;
          height: 24px; }
        .AiBot .BotLayout .__ChatTitle span:nth-child(1) {
          font-weight: 600;
          font-size: 20px; }
    .AiBot .BotLayout .__ChatTextActionBackground {
      padding: 0px;
      display: flex;
      width: 100%; }
    .AiBot .BotLayout .__ChatTextAction {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.05);
      border: 1px solid #ccc;
      width: 100%; }
      .AiBot .BotLayout .__ChatTextAction .__Buttons {
        display: flex;
        padding: 0.8rem;
        justify-content: space-between;
        align-items: center; }
    .AiBot .BotLayout textarea {
      resize: none;
      width: 100%;
      border: 0px solid #ccc;
      border-radius: 10px;
      padding: 1rem;
      font-size: 16px;
      outline: none; }
    .AiBot .BotLayout .__Chat {
      display: flex;
      flex: 1;
      overflow: auto;
      flex-direction: column;
      padding: 1rem;
      gap: 1rem; }
      .AiBot .BotLayout .__Chat .MessageThinking {
        display: flex; }
        .AiBot .BotLayout .__Chat .MessageThinking span {
          display: inline-flex;
          align-items: center;
          gap: 0.8rem;
          background: #f4f4f4;
          padding: 0.6rem;
          border-radius: 10px; }
      .AiBot .BotLayout .__Chat .Message_User {
        display: flex;
        justify-content: flex-end; }
        .AiBot .BotLayout .__Chat .Message_User span {
          background: #f4f4f4;
          padding: 0.6rem;
          border-radius: 10px; }
    .AiBot .BotLayout .__ChatAction {
      display: flex;
      padding: 1rem; }

.__LinkItems {
  display: flex;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 1rem;
  justify-content: flex-end; }

.BuchungInfoAufteilung {
  display: flex;
  padding: 1.5rem;
  gap: 1rem;
  flex-direction: column; }
  .BuchungInfoAufteilung .__Title {
    font-weight: 700;
    font-size: 24px; }

.__ItemSplitters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem; }

.BuchungInfoLayout {
  display: flex;
  height: 600px;
  width: 100%; }
  .BuchungInfoLayout .__Left {
    display: flex;
    width: 300px;
    border-right: 1px solid #e2e2e2;
    flex-direction: column; }
  .BuchungInfoLayout .__Right {
    display: flex;
    overflow: auto;
    flex: 1;
    padding: 2rem;
    flex-direction: column;
    gap: 1rem; }
    .BuchungInfoLayout .__Right .__Tags {
      display: flex;
      gap: 1rem; }
    .BuchungInfoLayout .__Right .__GridItems {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 2rem; }
      .BuchungInfoLayout .__Right .__GridItems .__Item {
        display: flex;
        flex-direction: column;
        gap: 0.8rem; }
        .BuchungInfoLayout .__Right .__GridItems .__Item span:nth-child(1) {
          font-weight: 700; }
    .BuchungInfoLayout .__Right .__SubTitle {
      padding-top: 1rem;
      display: flex;
      font-weight: 700;
      font-size: 24px; }
    .BuchungInfoLayout .__Right .__Title {
      display: flex;
      font-weight: 800;
      font-size: 40px; }

.Flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%; }

.__SearchForm {
  display: flex;
  flex: 1;
  padding-top: 1rem;
  flex-direction: column;
  gap: 1.5rem;
  overflow: auto; }
  .__SearchForm .__Item {
    display: flex;
    flex-direction: column;
    gap: 0.6rem; }
    .__SearchForm .__Item span:nth-child(1) {
      font-weight: 700;
      font-size: 16px; }

.BuchungInfoItem {
  display: inline-flex;
  flex-direction: column;
  gap: 0.4rem; }
  .BuchungInfoItem b {
    font-size: 20px; }

.TraktorLayout {
  display: flex;
  width: 100%; }
  .TraktorLayout .__Left {
    flex: 1;
    min-height: 120vh; }
    .TraktorLayout .__Left .TraktorLayoutView {
      display: flex;
      width: 100%;
      justify-content: center;
      padding: 4rem 0; }
      .TraktorLayout .__Left .TraktorLayoutView.P2 {
        padding: 2rem 0; }
      .TraktorLayout .__Left .TraktorLayoutView .__View {
        display: flex;
        flex-direction: column;
        width: 900px;
        gap: 2rem; }
        .TraktorLayout .__Left .TraktorLayoutView .__View .__Title {
          display: flex;
          font-weight: 700;
          font-size: 30px; }
          .TraktorLayout .__Left .TraktorLayoutView .__View .__Title.Split {
            justify-content: space-between;
            width: 100%; }
            .TraktorLayout .__Left .TraktorLayoutView .__View .__Title.Split span:nth-child(1) {
              font-weight: 700;
              font-size: 30px; }
  .TraktorLayout .__Right {
    padding: 2rem;
    position: sticky;
    top: 64px;
    display: flex;
    gap: 1rem;
    width: 400px;
    border-left: 1px solid #eee;
    min-height: calc(100vh - 64px);
    max-height: calc(100vh - 64px);
    flex-direction: column; }
    .TraktorLayout .__Right .__Title {
      font-weight: 700;
      font-size: 24px; }

.CommentActionBar {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem;
  border-top: 1px solid #e2e2e2; }

.CommentItemsHolder {
  display: flex;
  height: 400px;
  width: 100%;
  flex-direction: column;
  max-height: 400px;
  overflow: auto; }
  .CommentItemsHolder .__NoteItem {
    border-bottom: 1px solid #eee;
    padding: 1.5rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0.3rem; }
    .CommentItemsHolder .__NoteItem .__NoteTime {
      display: inline-block;
      font-size: 11px; }
    .CommentItemsHolder .__NoteItem .__NoteText {
      display: inline-block;
      width: 100%;
      font-size: 16px; }
    .CommentItemsHolder .__NoteItem .__NoteName {
      display: flex;
      font-weight: 600;
      font-size: 14px; }

.EmailMarketingInfoLayout {
  display: flex;
  width: 100%;
  flex-direction: column; }
  .EmailMarketingInfoLayout .DataPeopleItems {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow: auto; }
  .EmailMarketingInfoLayout .DataItem {
    padding: 1.5rem;
    border-bottom: 1px solid #eee;
    display: flex;
    width: 100%;
    gap: 0.5rem;
    flex-direction: column; }
    .EmailMarketingInfoLayout .DataItem span {
      display: flex; }
      .EmailMarketingInfoLayout .DataItem span:nth-child(1) {
        font-weight: 600; }

.RequestDone {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  gap: 1rem;
  justify-content: center;
  align-items: center; }
  .RequestDone .__Name {
    justify-content: center;
    display: flex;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 24px; }

.__MenuBottomSuperAdmin {
  display: flex;
  background: #f2f2f1;
  border-radius: 15px;
  padding: 1rem;
  flex-direction: column;
  gap: 1rem; }

.TraktorInsightsItems {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  border-bottom: 1px solid #eee; }
  .TraktorInsightsItems.Five {
    grid-template-columns: repeat(6, 1fr); }
    .TraktorInsightsItems.Five .__Item span:nth-child(1) {
      font-weight: 800;
      font-size: 26px; }
  .TraktorInsightsItems .__Item {
    gap: 1rem;
    flex-direction: column;
    padding: 1.5rem;
    display: flex;
    border-right: 1px solid #eee; }
    .TraktorInsightsItems .__Item span:nth-child(2) {
      font-weight: 300;
      font-size: 18px; }
    .TraktorInsightsItems .__Item span:nth-child(1) {
      font-weight: 800;
      font-size: 35px; }
    .TraktorInsightsItems .__Item:last-child {
      border-right: 0; }

.TraktorLayoutTop {
  display: flex;
  position: sticky;
  top: 64px;
  width: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #eee;
  padding: 1.5rem;
  align-items: center;
  justify-content: space-between; }
  .TraktorLayoutTop .__Action {
    display: flex; }
  .TraktorLayoutTop .__TraktorItem {
    display: flex;
    align-items: center;
    gap: 1.5rem; }
    .TraktorLayoutTop .__TraktorItem .__TextView {
      display: flex;
      flex-direction: column;
      gap: 0.8rem; }
      .TraktorLayoutTop .__TraktorItem .__TextView span:nth-child(1) {
        font-weight: 700;
        font-size: 20px; }
    .TraktorLayoutTop .__TraktorItem .__ImageView {
      display: flex;
      width: 80px;
      height: 80px;
      border-radius: 10px;
      background: #f2f2f1;
      overflow: hidden; }

.PrognoseLayout {
  display: flex;
  width: 100%; }
  .PrognoseLayout .__View {
    display: flex;
    flex: 1;
    flex-direction: column; }
    .PrognoseLayout .__View .__PrognoseChart {
      position: relative;
      display: flex;
      width: calc(100vw - 500px - 255px);
      flex: 1; }
      .PrognoseLayout .__View .__PrognoseChart .__PrognoseChartYear {
        position: absolute;
        left: 6.5rem;
        top: 6rem;
        display: flex;
        flex-direction: column;
        gap: 0.6rem; }
        .PrognoseLayout .__View .__PrognoseChart .__PrognoseChartYear .__ProfitSumme {
          display: flex;
          font-size: 20px;
          font-weight: 500; }
        .PrognoseLayout .__View .__PrognoseChart .__PrognoseChartYear .__YearTextView {
          display: flex;
          font-weight: 800;
          font-size: 30px; }
      .PrognoseLayout .__View .__PrognoseChart #container {
        width: 100%;
        height: calc(100vh - 64px - 60px); }
    .PrognoseLayout .__View .TitleBar {
      display: flex;
      height: 60px;
      border-bottom: 1px solid #eee;
      padding: 0 0.5rem 0 1.5rem;
      align-items: center;
      justify-content: space-between; }
      .PrognoseLayout .__View .TitleBar .__Left {
        display: flex;
        font-weight: 700;
        font-size: 16px; }
      .PrognoseLayout .__View .TitleBar .__Right {
        display: flex;
        gap: 1rem;
        align-items: center; }
  .PrognoseLayout .__ViewDetails {
    display: flex;
    width: 500px;
    background: #fff;
    background-image: radial-gradient(circle 369px at -2.9% 12.9%, rgba(247, 234, 163, 0.5) 0%, rgba(236, 180, 238, 0.25) 46.4%, rgba(163, 203, 247, 0.1) 100.7%);
    border-left: 1px solid #eee;
    height: calc(100vh - 64px);
    padding: 1.5rem;
    flex-direction: column;
    gap: 2rem; }
    .PrognoseLayout .__ViewDetails .__ViewTitle {
      display: flex;
      font-weight: 600;
      font-size: 20px; }
    .PrognoseLayout .__ViewDetails .__Action {
      display: flex; }
    .PrognoseLayout .__ViewDetails .__TractorItems {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 2rem; }
      .PrognoseLayout .__ViewDetails .__TractorItems .__Title {
        font-weight: 700;
        font-size: 24px; }
    .PrognoseLayout .__ViewDetails .__DetailItems {
      display: flex;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.03) !important; }
      .PrognoseLayout .__ViewDetails .__DetailItems .__Item {
        padding: 2rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%; }
        .PrognoseLayout .__ViewDetails .__DetailItems .__Item:last-child {
          border-left: 1px solid #eee; }
        .PrognoseLayout .__ViewDetails .__DetailItems .__Item span:nth-child(1) {
          font-size: 12px;
          color: #666; }
        .PrognoseLayout .__ViewDetails .__DetailItems .__Item span:nth-child(2) {
          font-size: 30px;
          font-weight: 800; }

.RenditeJahr {
  display: flex;
  padding: 1.5rem;
  width: 100%;
  align-items: center; }
  .RenditeJahr span {
    display: flex; }
    .RenditeJahr span:nth-child(2) {
      flex: 1; }
    .RenditeJahr span:nth-child(1) {
      width: 180px;
      font-weight: 700; }

.Badge {
  align-items: center;
  font-weight: 600;
  color: #000;
  justify-content: center;
  display: flex;
  text-align: center;
  height: 30px;
  padding: 0 0.6rem;
  border-radius: 100px;
  background: #f2f2f1; }
  .Badge.Red {
    background: #FF80AB; }
  .Badge.Green {
    background: #CCFF90; }
  .Badge.Violet {
    background: #B388FF; }
  .Badge.Blue {
    background: #82B1FF; }
  .Badge.Yellow {
    background: #FFE57F; }
  .Badge.Pink {
    background: #FCADF8;
    color: #8f3779; }
  .Badge.Mini {
    height: inherit;
    padding: 0.4rem 0.8rem;
    display: inline-flex; }

.__ItemSplit {
  display: flex;
  width: 100%;
  align-items: center; }
  .__ItemSplit span:nth-child(1), .__ItemSplit span:nth-child(3) {
    display: flex;
    flex: 1;
    background: #e2e2e2;
    height: 1px; }
  .__ItemSplit span:nth-child(2) {
    padding: 0 1rem;
    font-weight: 600; }

.ModalActionButton {
  display: flex;
  border-top: 1px solid #eee;
  padding: 1rem 1.5rem;
  justify-content: flex-end; }
  .ModalActionButton .__InnerButtonView {
    display: inline-flex; }

.__ItemInfo {
  font-weight: 300; }

.ModalFormItems {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  gap: 1.5rem;
  max-height: 500px;
  overflow: auto; }
  .ModalFormItems .__ItemGrid {
    display: flex;
    gap: 1.5rem;
    align-items: center; }
  .ModalFormItems .__Item {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    width: 100%; }
    .ModalFormItems .__Item span:nth-child(1) {
      font-weight: 600; }

:root {
  --checkbox-size: 20px;
  --checkbox-border: 2px solid #d4d4d8;
  --checkbox-bg: white;
  --checkbox-bg-checked: #000;
  --checkbox-check-color: white;
  --checkbox-radius: 6px;
  --checkbox-transition: 0.2s ease; }

input[type="checkbox"], input[type=radio] {
  appearance: none;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  min-width: var(--checkbox-size);
  min-height: var(--checkbox-size);
  border: var(--checkbox-border);
  border-radius: var(--checkbox-radius);
  background-color: var(--checkbox-bg);
  display: grid;
  place-content: center;
  transition: background-color var(--checkbox-transition), border-color var(--checkbox-transition);
  cursor: pointer;
  position: relative; }

input[type="checkbox"]:checked, input[type=radio]:checked {
  background-color: var(--checkbox-bg-checked);
  border-color: var(--checkbox-bg-checked); }

input[type="checkbox"]::after, input[type=radio]::after {
  content: "";
  width: 6px;
  height: 10px;
  border: solid var(--checkbox-check-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform var(--checkbox-transition);
  transform-origin: center;
  margin-top: -3px; }

input[type="checkbox"]:checked::after, input[type=radio]:checked::after {
  transform: rotate(45deg) scale(0.8); }

label {
  user-select: none;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px; }

/*# sourceMappingURL=app.css.map */
