/* ************************************************************
***************************************************************
***************************************************************
 RESETS
***************************************************************
***************************************************************
************************************************************* */
* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  outline: none;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black);
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

html, body {
  /*overscroll-behavior: none;*/
}
/* ************************************************************
***************************************************************
***************************************************************
 FONTS
***************************************************************
***************************************************************
************************************************************* */
@font-face {
    font-family: 'Barlow';
    src: url('../ressources/fonts/Barlow-Regular.eot');
    src: url('../ressources/fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/Barlow-Regular.woff2') format('woff2'),
        url('../ressources/fonts/Barlow-Regular.woff') format('woff'),
        url('../ressources/fonts/Barlow-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('../ressources/fonts/Barlow-Medium.eot');
    src: url('../ressources/fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/Barlow-Medium.woff2') format('woff2'),
        url('../ressources/fonts/Barlow-Medium.woff') format('woff'),
        url('../ressources/fonts/Barlow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('../ressources/fonts/Barlow-SemiBold.eot');
    src: url('../ressources/fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('../ressources/fonts/Barlow-SemiBold.woff') format('woff'),
        url('../ressources/fonts/Barlow-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('../ressources/fonts/Barlow-Bold.eot');
    src: url('../ressources/fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/Barlow-Bold.woff2') format('woff2'),
        url('../ressources/fonts/Barlow-Bold.woff') format('woff'),
        url('../ressources/fonts/Barlow-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BarlowCondensed';
    src: url('../ressources/fonts/BarlowCondensed-Regular.eot');
    src: url('../ressources/fonts/BarlowCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/BarlowCondensed-Regular.woff2') format('woff2'),
        url('../ressources/fonts/BarlowCondensed-Regular.woff') format('woff'),
        url('../ressources/fonts/BarlowCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BarlowCondensed';
    src: url('../ressources/fonts/BarlowCondensed-Medium.eot');
    src: url('../ressources/fonts/BarlowCondensed-Medium.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/BarlowCondensed-Medium.woff2') format('woff2'),
        url('../ressources/fonts/BarlowCondensed-Medium.woff') format('woff'),
        url('../ressources/fonts/BarlowCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BarlowCondensed';
    src: url('../ressources/fonts/BarlowCondensed-Bold.eot');
    src: url('../ressources/fonts/BarlowCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/BarlowCondensed-Bold.woff2') format('woff2'),
        url('../ressources/fonts/BarlowCondensed-Bold.woff') format('woff'),
        url('../ressources/fonts/BarlowCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ************************************************************
***************************************************************
***************************************************************
 CSS VARS (COLORS....)
***************************************************************
***************************************************************
************************************************************* */
:root {
  --black: rgb(0,0,0);
  --grey_8: rgb(28,28,28);
  --grey_7: rgb(77,77,77);
  --grey_6: rgb(103,103,103);
  --grey_5: rgb(129,129,192);
  --grey_4: rgb(152,152,152);
  --grey_3: rgb(178,178,178);
  --grey_2: rgb(203,203,203);
  --grey_1: rgb(229,229,229);
  --white: rgb(255,255,255);
  --white_a25: rgba(255,255,255,0.25);

  --petrol_5: rgb(3,23,37);
  --petrol_4: rgb(12,48,67);
  --petrol_3: rgb(21,69,91);
  --petrol_2: rgb(33,94,115);
  --petrol_1: rgb(49,126,145);

  --fiery_5: rgb(211,61,41);
  --fiery_4: rgb(221,65,43);
  --fiery_3: rgb(230,76,61);
  --fiery_2: rgb(235,101,86);
  --fiery_1: rgb(241,133,118);

  --success_-1: rgb(79,167,70);
  --success_0: rgb(63,137,57);
  --success_1: rgb(116,198,134);

  --warning_-1: rgb(249,193,50);
  --warning_0: rgb(224,169,44);
  --warning_1: rgb(252,215,93);

  --danger_-1: rgb(220,66,69);
  --danger_0: rgb(201,58,51);
  --danger_1: rgb(233,123,134);

  --windowWidth: 100%;
  --windowHeight: 100%;
  --safetySpacer: 20px;
  --safetySpacer2: 8px;

  --containerWidth: calc(58vw - 6rem);
  --containerWidthSide: calc(21vw - 3rem);
}

/* ************************************************************
***************************************************************
***************************************************************
 GLOBAL CLASSES
***************************************************************
***************************************************************
************************************************************* */
.glas06 {
  background-color: rgba(0,0,0,0.75);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.glas05 {
  background-color: rgba(0,0,0,0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.glas04 {
  background-color: rgba(0,0,0,0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.glas03 {
  background-color: rgba(255,255,255,0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.glas02 {
  background-color: rgba(255,255,255,0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.glas01 {
  background-color: rgba(255,255,255,0.75);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.col_success0 {
  color: var(--success_0);
}
.col_fiery3 {
  color: var(--fiery_3);
}
.col_fiery5 {
  color: var(--fiery_5);
}
.col_white {
  color: var(--white);
}

.dNone {
  display: none;
}
.opa0 {
  opacity: 0;
}
.dim0 {
  width: 0px;
  height: 0px;
}
.dNoneImp {
  display: none !important;
}
.w50 {
  width: 50%;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.mt1rem { margin-top: 1rem; }
.mt2rem { margin-top: 2rem; }
.mt2_5rem { margin-top: 2.5rem; }
.mt3rem { margin-top: 3rem; }
.mt4rem { margin-top: 4rem; }
.mt5rem { margin-top: 5rem; }
.mb1rem { margin-bottom: 1rem; }
.mb2rem { margin-bottom: 2rem; }
.mb1em { margin-bottom: 1em; }
.mb20 { margin-bottom: 20px; }

.taLeft { text-align: left; }
.taCenter { text-align: center; }
.taRight { text-align: right; }

.fz0_66rem { font-size: 0.75rem; }
.fz1rem { font-size: 1rem; }
.fz1_25rem { font-size: 1.25rem; }

.posAbs { position: absolute; }
.posRla { position: relative; }

.clearB { clear: both; }

h3 { font-size: 1.25rem; margin: 0px; }
small { font-size: 0.75rem; }
var { font-style: inherit; }
sup { position: relative; top: -0.25rem; vertical-align: top; }

/* ************************************************************
***************************************************************
***************************************************************
 GLOBAL & BASIC ELEMENTS
***************************************************************
***************************************************************
************************************************************* */
.viewBox,
.modalBox {
  min-height: calc(var(--windowHeight) - var(--footerNavHeight));
  max-width: var(--windowWidth);
  overflow-x: visible;
  position: relative;
  background-color: var(--petrol_3);
  padding-bottom: 0px !important;
}
.viewBox section,
.modalBox section {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  padding: 0rem;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--petrol_3);
  z-index: 1;
  display: none;
}
.viewBox section.active,
.modalBox section.active {
  display: block;
}
.viewBox section.posAbs,
.modalBox section.posAbs {
  position: absolute;
}
.viewBox section.posRla,
.modalBox section.posRla {
  position: relative;
}
.viewBox section .header,
.modalBox section .header {
  position: sticky;
  top: 0rem;
  left: 0rem;
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0rem;
  line-height: var(--headerNavHeight);
  height: var(--headerNavHeight);
  z-index: 999;
  background-color: rgba(7,35,45,0.85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.viewBox section .header.visible,
.modalBox section .header.visible {
  display: flex;
}
.viewBox section .header > div,
.modalBox section .header > div {
  width: 60%;
  text-align: center;
  color: var(--fiery_3);
  font-weight: 600;
  white-space: nowrap;
}
.viewBox section .header > div:first-child,
.modalBox section .header > div:first-child {
  width: 20%;
  text-align: left;
}
.viewBox section .header > div:last-child,
.modalBox section .header > div:last-child {
  width: 20%;
  text-align: right;
  color: var(--petrol_1);
}
.viewBox section .header .backBtn,
.modalBox section .header .backBtn {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  cursor: pointer;
  color: var(--petrol_1);
}
.viewBox section .header .backBtn svg,
.modalBox section .header .backBtn svg {
  fill: var(--petrol_1);
}
.viewBox section .header .finBtn,
.modalBox section .header .finBtn {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  cursor: pointer;
}
.viewBox section .container,
.modalBox section .container {
  max-width: 500px;
  margin: 0px auto;
  padding: 2rem;
}

.modalBox.active {
  z-index: 1;
}
.modalBox {
  position: fixed;
  /*position: absolute;*/
  background: transparent;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  min-height: calc(var(--windowHeight) - 50px);
}
.modalBox section {
  max-height: 100%;
  overflow-y: scroll;
  padding-bottom: var(--footerNavHeight);
}
.modalBox section.contentHeight {
  min-height: auto;
  position: absolute;
  top: auto;
  bottom: 0px;
}
.modalBox section.contentHeight .header {
  padding-top: 1rem;
}
.modalBox section.contentHeight:before {
  content: ' ';
  position: absolute;
  top: 0.5rem;
  left: 50%;
  width: 2.25rem;
  height: 0.33rem;
  border-radius: 0.165rem;
  transform: translateX(-50%);
  z-index: 1001;
  background-color: gray;
}


/* ************************************************************
***************************************************************
***************************************************************
 INPUT TYPE : TEXTSM
 <div class="txtFieldSm">
  <input type="text" placeholder="Suche">
  </div>
***************************************************************
***************************************************************
************************************************************* */
.txtFieldSm {
  border: 1px var(--petrol_1) solid;
  border-radius: 0.75rem;
  font-size: 1rem;
  color: var(--white);
  width: 100%;
  background-color: rgba(0,0,0,0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: relative;
}
.txtFieldSm input {
  background: transparent;
  border: none;
  font-size: 1em;
  padding: 0.563rem 0px 0.563rem 1rem;
  width: 100%;
  height: 100%;
  color: inherit;
  position: relative;
  z-index: 1;
}
.txtFieldSm.iconright:after {
  content: ' ';
  background: var(--grey_6);
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>');
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  color: var(--fiery_3);
  z-index: 0;
}

/* ************************************************************
***************************************************************
***************************************************************
 INPUT TYPE : TEXT

 <div class="txtField">
   <div class="inputArea">
     <input type="text" placeholder=" ">
     <label class="placeholder">Ort</label>
   </div>
   <label class="dangerLabel">Das Klickevent Konto wurde nicht gefunden</label>
   <label class="warningLabel">Warnhinweis</label>
 </div>
***************************************************************
***************************************************************
************************************************************* */
.txtField {
  text-align: left;
}
.txtField .inputArea {
  position: relative;
  border-radius: 16px;
  z-index: 2;
  height: 60px;
  font-size: 1rem;
  border: 1px var(--petrol_1) solid;
  background-color: rgba(0,0,0,0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.txtField input {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: none;
  padding: 1.2em 1em 0em 1em;
  color: var(--white);
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  background: transparent;
}
.txtField .placeholder {
  position: absolute;
  color: var(--petrol_1);
  left: 1.25em;
  top: 1.1em;
  font-size: 1em;
  font-weight: normal;
  background: transparent;
}
.txtField:hover .inputArea {
  background-color: rgba(0,0,0,0.15);
}
.txtField:focus-within .inputArea {
  background-color: rgba(0,0,0,0.25);
  border-width: 2.5px;
  border-color: var(--petrol_1);
}
.txtField input:focus + .placeholder,
.txtField input:not(:placeholder-shown) + .placeholder {
  position: relative;
  font-size: 0.75em;
  top: 0.5em;
}
.txtField input:focus + .placeholder {
  top: calc(0.5em - 1.5px);
  left: calc(1.25em - 1px);
}
.txtField input:-webkit-autofill,
.txtField input:-webkit-autofill:hover,
.txtField input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--white);
}
.txtField.danger {
  border-color: var(--fiery_3);
}
.txtField.danger .placeholder {
  color: var(--fiery_3);
}
.txtField .dangerLabel {
  display: none;
  color: var(--fiery_3);
  top: 100%;
  margin-top: 0.8rem;
}
.txtField.danger .dangerLabel {
  display: block;
}
.txtField.warning .inputArea {
  border-color: orange;
}
.txtField.warning .placeholder {
  color: orange;
}
.txtField .warningLabel {
  display: none;
  color: orange;
  top: 100%;
  margin-top: 0.8rem;
}
.txtField.warning .warningLabel {
  display: block;
}
.txtField.success .inputArea {
  border-color: var(--success_1);
}
.txtField.success .placeholder {
  color: var(--success_1);
}
.txtField .successLabel {
  display: none;
  color: var(--success_1);
  top: 100%;
  margin-top: 0.8rem;
}
.txtField.success .successLabel {
  display: block;
}

/* ************************************************************
***************************************************************
***************************************************************
 INPUT TYPE : NUMBER

 <div class="txtField2">
   <div class="inputArea">
    <label class="placeholder">Ort</label>
     <input type="text" placeholder="0">
     <label class="suffix">m<sup>2</sup></label>
   </div>
 </div>
***************************************************************
***************************************************************
************************************************************* */
.txtField2 {
  text-align: left;
}
.txtField2 .inputArea {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 0px 1rem;
  border-radius: 16px;
  z-index: 2;
  height: 60px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border: 1px var(--petrol_1) solid;
  background-color: rgba(0,0,0,0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.txtField2 input {
  z-index: 1;
  width: 100%;
  opacity: 0.5;
  text-align: right;
  border: none;
  padding: 0em;
  margin: 0em 0.25em 0em 1em;
  color: var(--white);
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  background: transparent;
}
.txtField2 input::placeholder {
  color: var(--white);
}
.txtField2:focus-within input {
  opacity: 1;
}
.txtField2 .placeholder {
  color: var(--white);
  font-size: 1em;
  font-weight: 400;
  background: transparent;
  white-space: nowrap;
}
.txtField2 .suffix {
  opacity: 0.5;
}
.txtField2:focus-within .suffix {
  opacity: 1;
}
.txtField2:hover .inputArea {
  background-color: rgba(0,0,0,0.15);
}
.txtField2:focus-within .inputArea {
  background-color: rgba(0,0,0,0.25);
  border-width: 2.5px;
  border-color: var(--petrol_1);
}
.txtField2 input:-webkit-autofill,
.txtField2 input:-webkit-autofill:hover,
.txtField2 input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--white);
}
.txtField2.danger {
  border-color: var(--fiery_3);
}
.txtField2.danger .placeholder {
  color: var(--fiery_3);
}
.txtField2.warning .inputArea {
  border-color: orange;
}
.txtField2.warning .placeholder {
  color: orange;
}
.txtField2.success .inputArea {
  border-color: var(--success_1);
}
.txtField2.success .placeholder {
  color: var(--success_1);
}

/* ************************************************************
***************************************************************
***************************************************************
 INPUT TYPE : NUMBER

 <div class="numberField">
   <div class="inputArea">
     <input type="number" placeholder=" ">
     <label class="placeholder">Ort</label>
   </div>
   <label class="dangerLabel">Das Klickevent Konto wurde nicht gefunden</label>
   <label class="warningLabel">Warnhinweis</label>
 </div>
***************************************************************
***************************************************************
************************************************************* */
.numberField {
  text-align: left;
}
.numberField .inputArea {
  position: relative;
  border-radius: 16px;
  z-index: 2;
  height: 60px;
  font-size: 1rem;
  border: 1px var(--petrol_1) solid;
  background-color: rgba(0,0,0,0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.numberField input {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: none;
  padding: 1.2em 1em 0em 1em;
  color: var(--white);
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  background: transparent;
}
.numberField .placeholder {
  position: absolute;
  color: var(--petrol_1);
  left: 1.25em;
  top: 1.1em;
  font-size: 1em;
  font-weight: normal;
  background: transparent;
}
.numberField:hover .inputArea {
  background-color: rgba(0,0,0,0.15);
}
.numberField:focus-within .inputArea {
  background-color: rgba(0,0,0,0.25);
  border-width: 2.5px;
  border-color: var(--petrol_1);
}
.numberField input:focus + .placeholder,
.numberField input:not(:placeholder-shown) + .placeholder {
  position: relative;
  font-size: 0.75em;
  top: 0.5em;
}
.numberField input:focus + .placeholder {
  top: calc(0.5em - 1.5px);
  left: calc(1.25em - 1px);
}
.numberField input:-webkit-autofill,
.numberField input:-webkit-autofill:hover,
.numberField input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--white);
}
.numberField.danger {
  border-color: var(--fiery_3);
}
.numberField.danger .placeholder {
  color: var(--fiery_3);
}
.numberField .dangerLabel {
  display: none;
  color: var(--fiery_3);
  top: 100%;
  margin-top: 0.8rem;
}
.numberField.danger .dangerLabel {
  display: block;
}
.numberField.warning .inputArea {
  border-color: orange;
}
.numberField.warning .placeholder {
  color: orange;
}
.numberField .warningLabel {
  display: none;
  color: orange;
  top: 100%;
  margin-top: 0.8rem;
}
.numberField.warning .warningLabel {
  display: block;
}
.numberField.success .inputArea {
  border-color: var(--success_1);
}
.numberField.success .placeholder {
  color: var(--success_1);
}
.numberField .successLabel {
  display: none;
  color: var(--success_1);
  top: 100%;
  margin-top: 0.8rem;
}
.numberField.success .successLabel {
  display: block;
}

/* ************************************************************
***************************************************************
***************************************************************
 INPUT TYPE : NUMBER

 <div class="numberField2">
   <div class="inputArea">
    <label class="placeholder">Ort</label>
     <input type="number" placeholder="0">
     <label class="suffix">m<sup>2</sup></label>
   </div>
 </div>
***************************************************************
***************************************************************
************************************************************* */
.numberField2 {
  text-align: left;
}
.numberField2 .inputArea {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 0px 1rem;
  border-radius: 16px;
  z-index: 2;
  height: 60px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border: 1px var(--petrol_1) solid;
  background-color: rgba(0,0,0,0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.numberField2 input {
  z-index: 1;
  width: 100%;
  opacity: 0.5;
  text-align: right;
  border: none;
  padding: 0em;
  margin: 0em 0.25em 0em 1em;
  color: var(--white);
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  background: transparent;
}
.numberField2 input::placeholder {
  color: var(--white);
}
.numberField2:focus-within input {
  opacity: 1;
}
.numberField2 .placeholder {
  color: var(--white);
  font-size: 1em;
  font-weight: 400;
  background: transparent;
  white-space: nowrap;
}
.numberField2 .suffix {
  opacity: 0.5;
}
.numberField2:focus-within .suffix {
  opacity: 1;
}
.numberField2:hover .inputArea {
  background-color: rgba(0,0,0,0.15);
}
.numberField2:focus-within .inputArea {
  background-color: rgba(0,0,0,0.25);
  border-width: 2.5px;
  border-color: var(--petrol_1);
}
.numberField2 input:-webkit-autofill,
.numberField2 input:-webkit-autofill:hover,
.numberField2 input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--white);
}
.numberField2.danger {
  border-color: var(--fiery_3);
}
.numberField2.danger .placeholder {
  color: var(--fiery_3);
}
.numberField2.warning .inputArea {
  border-color: orange;
}
.numberField2.warning .placeholder {
  color: orange;
}
.numberField2.success .inputArea {
  border-color: var(--success_1);
}
.numberField2.success .placeholder {
  color: var(--success_1);
}

/* ************************************************************
***************************************************************
***************************************************************
 INPUT TYPE : PASSWORD

 <div class="pwdField">
   <input type="password" placeholder=" ">
   <label class="placeholder">Ort</label>
 </div>
***************************************************************
***************************************************************
************************************************************* */
.pwdField {
  position: relative;
  border-radius: 16px;
  height: 60px;
  font-size: 1rem;
  border: 1px var(--petrol_1) solid;
  background-color: rgba(0,0,0,0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.pwdField input {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: none;
  padding: 1.2em 1em 0em 1em;
  color: var(--white);
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  background: transparent;
}
.pwdField .placeholder {
  position: absolute;
  color: var(--petrol_1);
  left: 1.25em;
  top: 1.1em;
  font-size: 1em;
  font-weight: normal;
  background: transparent;
}
.pwdField:hover {
  background-color: rgba(0,0,0,0.15);
}
.pwdField:focus-within {
  background-color: rgba(0,0,0,0.25);
  border-width: 2.5px;
  border-color: var(--petrol_1);
}
.pwdField input:focus + .placeholder,
.pwdField input:not(:placeholder-shown) + .placeholder {
  position: relative;
  font-size: 0.75em;
  top: 0.5em;
}
.pwdField input:-webkit-autofill,
.pwdField input:-webkit-autofill:hover,
.pwdField input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--white);
}

/* ************************************************************
***************************************************************
***************************************************************
 TEXTAREA

 <div class="textarea">
   <textarea placeholder="Beschreibung" rows="10"></textarea>
 </div>
***************************************************************
***************************************************************
************************************************************* */
.textarea {
  position: relative;
  text-align: left;
  padding: 1rem 1rem;
  border-radius: 16px;
  z-index: 2;
  height: auto;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border: 1px var(--petrol_1) solid;
  background-color: rgba(0,0,0,0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.textarea textarea {
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  border: none;
  padding: 0px;
  margin: 0px;
  color: var(--white);
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  background: transparent;
}

.textarea:hover .inputArea {
  background-color: rgba(0,0,0,0.15);
}
.textarea:focus-within .textarea {
  background-color: rgba(0,0,0,0.25);
  border-width: 2.5px;
  border-color: var(--petrol_1);
}
.textarea.danger {
  border-color: var(--fiery_3);
}
.textarea.warning .inputArea {
  border-color: orange;
}
.textarea.success .inputArea {
  border-color: var(--success_1);
}

/* ************************************************************
***************************************************************
***************************************************************
 INPUT TYPE : INPUTBLOCK

 <div class="inputblock">
   <label>Außenbreich</label>
   <div class="value">123</div>
   <div class="suffix">m2</div>
 </div>
***************************************************************
***************************************************************
************************************************************* */
.inputblock {
  position: relative;
  border-radius: 16px;
  height: 60px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border: 1px var(--petrol_1) solid;
  background-color: rgba(0,0,0,0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 0px 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.inputblock .value {
  flex-grow: 1;
  text-align: right;
}
.inputblock .suffix {
  padding-left: 0.25em;
}
.inputblock .value,
.inputblock .suffix {
  position: relative;
  opacity: 0.5;
}
/*
.inputblock .value:after {
  position: absolute;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z"/></svg>');
  width: 1rem;
  height: 1rem;
  color: red;
}
*/

/* ************************************************************
***************************************************************
***************************************************************
 INPUT TYPE : DROPDOWN (CUSTOM SELECT)

 <div class="dropdownField">
  <input class="select" type="text" placeholder=" ">
  <label class="placeholder">Ort</label>
   <div class="list">
    <div value="a">A</div>
    <div value="b">B</div>
    <div value="c">C</div>
   </div>
 </div>
***************************************************************
***************************************************************
************************************************************* */
.dropdownField {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  height: 60px;
  font-size: 1rem;
  border: 1px var(--petrol_1) solid;
}
.dropdownField .select {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  border: none;
  padding: 1.2em 1em 0em 1em;
  color: var(--white);
  font-size: 1em;
  font-weight: normal;
  background: transparent;
  border-radius: 16px;
  background-color: rgba(0,0,0,0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.dropdownField .list {
  position: absolute;
  width: 102%;
  height: auto;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: none;
  border-radius: 16px;
  top: 100%;
  margin-top: 0.5rem;
  margin-left: -1%;
  padding: 1em 1em 1em 1em;
  color: var(--white);
  font-size: 1em;
  font-weight: normal;
  background-color: rgba(0,0,0,0.5);
  display: none;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);

  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25), 0px 8px 30px 0px rgba(0,0,0,0.25), 0px 0px 3px 0px rgba(244,244,244,0.1);
}
.dropdownField .list::-webkit-scrollbar {
  display: none;
}
.dropdownField .list > div {
  padding: 0.5em 1em;
  border-radius: 8px;
  cursor: pointer;
}
.dropdownField .list > div:hover {
  background-color: var(--fiery_3)
}
.dropdownField .placeholder {
  position: absolute;
  color: var(--petrol_1);
  left: 1.25em;
  top: 1.1em;
  font-size: 1em;
  font-weight: normal;
  background: transparent;
}

.dropdownField:hover {
  background-color: rgba(0,0,0,0.15);
}
.dropdownField:focus-within {
  background-color: rgba(0,0,0,0.25);
  border-width: 2.5px;
  border-color: var(--petrol_1);
}
.dropdownField input:focus + .placeholder,
.dropdownField input:not(:placeholder-shown) + .placeholder {
  position: relative;
  font-size: 0.75em;
  top: 0.5em;
}
.dropdownField input:focus + .placeholder {
  top: calc(0.5em - 1.5px);
  left: calc(1.25em - 1px);
}
.dropdownField input:-webkit-autofill,
.dropdownField input:-webkit-autofill:hover,
.dropdownField input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--white);
}



/* ************************************************************
***************************************************************
***************************************************************
 INPUT GROUP
 <div class="inputGroup">
  <button type="button">Label</button>
</div>
***************************************************************
***************************************************************
************************************************************* */
.inputGroup {
  background: none;
  border-color: var(--white);
  color: var(--white);
  border-radius: 16px;
  font-size: 19px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
}
.inputGroup > div .inputArea,
.inputGroup .inputblock {
  border-radius: 0px;
}
.inputGroup > div:first-child .inputArea,
.inputGroup > .inputblock:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.inputGroup > div:last-child .inputArea,
.inputGroup > .inputblock:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.inputGroup > div:not(:last-child) .inputArea,
.inputGroup > .inputblock:not(:last-child) {
  border-bottom: 1px var(--petrol_2) solid;
}



/* ************************************************************
***************************************************************
***************************************************************
 BUTTON

 <button type="button" class="button">Label</button>
***************************************************************
***************************************************************
************************************************************* */
.button {
  border: none;
  background-color: var(--fiery_3);
  color: var(--white);
  height: 60px;
  padding: 0px 20px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 19px;
  cursor: pointer;
  text-align: center;
}
.button.active {
  background: var(--fiery_3);
}
.button.sm {
  height: 30px;
  padding: 0px 10px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 19px;
}


/* ************************************************************
***************************************************************
***************************************************************
 BUTTON(GHOST)

 <button type="button" class="buttonGhost">Label</button>
***************************************************************
***************************************************************
************************************************************* */
.buttonGhost {
  background: none;
  border-color: var(--white);
  color: var(--white);
  height: 60px;
  padding: 0px 20px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 19px;
  cursor: pointer;
}


/* ************************************************************
***************************************************************
***************************************************************
 BUTTON(LINK)

 <button type="button" class="buttonLink">Label</button>
***************************************************************
***************************************************************
************************************************************* */
.buttonLink {
  background: var(--petrol_4);
  border: none;
  color: var(--fiery_3);
  height: 60px;
  padding: 0px 20px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 19px;
  cursor: pointer;
}


/* ************************************************************
***************************************************************
***************************************************************
 BUTTON GROUP
 <div class="buttonGroup">
  <button type="button">Label</button>
</div>
***************************************************************
***************************************************************
************************************************************* */
.buttonGroup {
  background: none;
  border-color: var(--white);
  color: var(--white);
  border-radius: 16px;
  font-weight: 500;
  font-size: 19px;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
}
.buttonGroup button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  background: var(--petrol_4);
  border: none;
  border-radius: 0px;
  color: var(--white);
  height: 60px;
  padding: 0px 20px;
  font-weight: normal;
  font-size: 0.875rem;
  cursor: pointer;
}
.buttonGroup button svg {
  width: 1rem;
  height: 1rem;
}
.buttonGroup button:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.buttonGroup button:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.buttonGroup button:not(:last-child) {
  border-bottom: 1px var(--petrol_2) solid;
}
.buttonGroup button[disabled] {
  color: var(--white_a25);
}
.buttonGroup button[disabled] svg {
  opacity: 0.25;
}

/* ************************************************************
***************************************************************
***************************************************************
 CHECKBOX
 <div class="checkbox">
   <input type="checkbox" id="chkbx1" />
 </div>
***************************************************************
***************************************************************
************************************************************* */
input[type="checkbox"] {
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1.5rem" height="1.5rem" viewBox="0 -960 960 960"><path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1.5rem" height="1.5rem" viewBox="0 -960 960 960"><path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"/></svg>');
  background-color: var(--fiery_3);
}
input[type="checkbox"]:checked {
  opacity: 1;
}

/* ************************************************************
***************************************************************
***************************************************************
 SWITCH (Checkbox)
 <div class="switch">
   <input type="checkbox" id="switch01" />
   <label for="switch01">
     <span class="thumb"></span>
   </label>
 </div>
***************************************************************
***************************************************************
************************************************************* */
.switch {
  width: 54px;
  height: 30px;
  text-align: left;
}
.switch input {
  display: none;
}
.switch label {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 3px;
  border-radius: 20px;
  background: var(--petrol_5);
  box-sizing: border-box;
  box-shadow: 1px 1px #000;
  cursor: pointer;
  transition: all 0.5s;
}
.switch .thumb {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: inherit;
  background: var(--white);
  transition: all 0.5s;
}
.switch input:checked ~label .thumb {
  transform: translateX(24px);
}
.switch input:checked ~label {
  background: var(--fiery_3)
}

/* ************************************************************
***************************************************************
***************************************************************
 RADIO
 <div class="radio">
   <input type="radio" id="radio01" />
   <label for="radio01">
     <div class="thumb"></div>
   </label>
 </div>
***************************************************************
***************************************************************
************************************************************* */
.radio {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 0.6875rem;
  text-align: left;
  border: 0.0625rem var(--petrol_1) solid;
}
.radio label {
  width: 100%;
  height: 100%;
}
.radio label .thumb {
  display: none;
  width: 100%;
  height: 100%;;
  border-radius: 50%;
  background-color: var(--petrol_1);
  position: relative;
}
.radio label .thumb:after {
  content: ' ';
  position: absolute;
  left: 22.5%;
  top: 22.5%;
  width: 55%;
  height: 55%;
  border-radius: 55%;
  background-color: var(--white);
}
.radio input[type="radio"] {
  display: none;
}
.radio input:checked + label .thumb {
  display: block;
}
/* ************************************************************
***************************************************************
***************************************************************
 POPOVER
 <div class="popOver" data-anchor="trigger|mouse">
  <div class="content">
    <!-- Content -->
  </div>
</div>
***************************************************************
***************************************************************
************************************************************* */
.popOver .content {
  display: none;
}
.popOver .content.active {
  position: absolute;
  display: flex;
}

/* ************************************************************
***************************************************************
***************************************************************
 PILL
 <div class="pill">
  <svg .... />
  <label>
    Text
  </label>
 </div>
***************************************************************
***************************************************************
************************************************************* */
.pill {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 1.5rem;
  font-size: 0.875rem;
  background-color: var(--petrol_5);
  border-radius: 0.75rem;
  padding: 0.3125rem;
}
.pill > svg {
  width: auto;
  height: 100%;
}
.pill label {
}

/* ************************************************************
***************************************************************
***************************************************************
 ACCORDION
 <div class="accordion">
  <div class="group">
    <div class="label">
      <div>
        Kategorie
      </div>
      <div class="icon">
        <svg ....></svg>
      </div>
    </div>
    <div class="elms">
      <div class="elm">
        <div class="label">Elm1</div>
        <div class="icon"><svg ....></svg></div>
      </div>
      <div class="elm">
        <div class="label">Elm2</div>
        <div class="icon"><svg ....></svg></div>
      </div>
    </div>
  </div>
 </div>
***************************************************************
***************************************************************
************************************************************* */
.accordion .group {
  padding: 0px 2rem;
}
.accordion .group > .label {
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem 0rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.accordion .group > .label .icon svg {
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.accordion .group.active > .label .icon svg {
  transform: rotate(180deg);
}
.accordion .elms {
  display: none;
}
.accordion .elms .elm {
  font-size: 0.875rem;
  padding: 0.5rem 0rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.accordion .elms .elm:first-child {
  padding-top: 0px;
}
.accordion .elms .elm > .label {
  font-size: calc(1rem * 0.875);
  font-weight: normal;
}

/* ************************************************************
***************************************************************
***************************************************************
 LINE

 <hr class="line"></hr>
***************************************************************
***************************************************************
************************************************************* */
hr.line {
  height: 1px;
  border: none;
  background-color: var(--petrol_1);
}

/* ************************************************************
***************************************************************
***************************************************************
 STEP INDICATOR

 <div class="stepIndicator">
   <div></div>
   <div></div>
   <div></div>
   <div></div>
 </div>
***************************************************************
***************************************************************
************************************************************* */
.stepIndicator {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.stepIndicator > div {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 0.40625rem;
  background-color: var(--petrol_5);
}
.stepIndicator > div.active {
  background-color: var(--fiery_3);
}
.stepIndicator > div:not(:last-child) {
  margin-right: 0.4375rem;
}

/* ************************************************************
***************************************************************
***************************************************************
 ALERT
***************************************************************
***************************************************************
************************************************************* */
.alert {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 350px;
  z-index: 10000;
  padding: 1.5rem 1rem 0rem 1rem;
  border-radius: 16px;
  text-align: center;
}
.alert .title {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--white);
}
.alert .message {
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--white);
}
.alert .line {
  width: calc(100% + 2rem);
  height: 1px;
  margin: 1.5rem 0px 0rem -1rem;
  background-color: var(--white);
  opacity: 0.1;
}
.alert .buttons {
  color: var(--fiery_3);
  font-weight: 500;
  font-size: 1.0625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.alert .buttons > div {
  cursor: pointer;
  padding-top: 0.95rem;
  padding-bottom: 1.5rem;
  flex-grow: 1;
}


/* ************************************************************
***************************************************************
***************************************************************
 LOADING BUBBLES
***************************************************************
***************************************************************
************************************************************* */
.pulse-container-outer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pulse-container {
  width: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pulse-bubble {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--fiery_5);
}
.pulse-bubble-1 {
    animation: pulse .4s ease 0s infinite alternate;
}
.pulse-bubble-2 {
    animation: pulse .4s ease .2s infinite alternate;
}
.pulse-bubble-3 {
    animation: pulse .4s ease .4s infinite alternate;
}
@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .25;
    transform: scale(.75);
  }
}









[data-datepickerBx] {
  z-index: 5000;
  padding: 10px;
  background-color: black;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 8px;
  color: #fff;
  font-family: Helvetica;
  padding: 1rem;
  display: none;
}
[data-datepickerBx] .headline {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.25em;
}
[data-datepickerBx] .headline .monthYear {
  flex-grow: 1;
}
[data-datepickerBx] .headline .monthSteerings {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
[data-datepickerBx] .headline .monthSteerings .prev,
[data-datepickerBx] .headline .monthSteerings .next {
  width: 1em;
  height: 1em;
  cursor: pointer;
}
[data-datepickerBx] .headline .monthSteerings .prev {
  margin-right: 1.5625em
}
[data-datepickerBx] .headline .monthSteerings .prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='red'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none' opacity='.87'/%3E%3Cpath d='M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z'/%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  color: var(--fiery_3);
}
[data-datepickerBx] .headline .monthSteerings .next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' viewBox='0 0 24 24' fill='red'>%3Cg%3E%3Cpath d='M0,0h24v24H0V0z' fill='none'/%3E%3C/g%3E%3Cg%3E%3Cpolygon points='6.23,20.23 8,22 18,12 8,2 6.23,3.77 14.46,12'/%3E%3C/g%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  color: var(--fiery_3);
}
[data-datepickerBx] .tableBox table thead {
  font-size: 0.75em;
  font-weight: bold;
  color: rgba(255,255,255,0.30);
}
[data-datepickerBx] .tableBox table tbody {
  font-size: 0.875em;
}
[data-datepickerBx] .tableBox table td {
  padding: 0.5em;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
}
[data-datepickerBx] .tableBox table tbody td:hover {
  background-color: rgba(255,0,0,0.10);
  color: orange;
}
[data-datepickerBx] .tableBox table tbody td.active {
  background-color: rgba(255,0,0,0.25);
  color: var(--fiery_3);
}
