@import url('https://fonts.googleapis.com/css2?family=Noto+Emoji:wght@300..700&family=Noto+Sans+Symbols+2&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols+2&display=swap');
/* .noto-sans-symbols-2-regular {
  font-family: "Noto Sans Symbols 2", sans-serif;
  font-weight: 400;
  font-style: normal;
} */

:root {
    --font-default: 'PragmataPro Liga';
    --font-display: 'derdicke';
    --font-symbol: 'Noto Sans Symbols 2';
    --font-emoji: "Noto Emoji", sans-serif;
    --scrolldisplay: block !important;
}

  
::-webkit-scrollbar {
  width: 3px !important;
  opacity: 0.5 !important;
}
::-webkit-scrollbar-track {
  background: rgba(133, 133, 133, 0.1) !important;
  border-left: 9px solid white  !important;
  border-right: 9px solid white  !important;
  opacity: 0.5;
}
::-webkit-scrollbar-thumb {
  background: rgba(60, 60, 60 ,0.1) !important;
  /* border-left: 7px solid white !important; */
  /* border-right: 7px solid white !important; */
border: 0px;
border-radius: 0px;
  opacity: 0.5;
}

body {
  font-family: var(--font-default);

  
  h1, h2, h3 {
    font-family: var(--font-display);
    font-weight: 700;
  };    

}

.mainpage  {
      overflow: hidden;
}

.apptitle {
    width: fit-content;
}

.frameBody {
    padding-top: 40px;
}


/* ________________________________________________________________________________________________ 
/*        FORM BUCHUNGEN & VERBINDLICHKEITEN 
/* ████████████████████████████████████████████████████████████████████████████████████████████████ 
/* ________________________________________________________________________________________________ 
/* +++ USEGE:       +++ */

.buchungFullview {
    display: grid;
    /* grid-template-columns: repeat(12, 1fr); */
    grid-template-columns: 1fr 1fr repeat(4, 2fr) 3fr 3fr 1fr 2fr 1fr;
    gap: 6px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.buchungShortview {
    display: grid;
    grid-template-columns: 1fr 2fr 8fr 3fr 3fr 3fr 4fr 1fr;
    gap: 4px;
    padding: 6px;

    .input--label {
        font-size: 11px !important;
        font-weight: 100 !important;
    }
}

.verbindlichkeitForm {
    display: grid;
    grid-template-columns: 1fr repeat(7, 2fr);
    gap: 4px;
    padding: 6px;

    .input--label {
        font-size: 11px !important;
        font-weight: 100 !important;
    }
}

.datasheet-options {
    display: none;
    position: absolute;
    width: fit-content;
    height: fit-content;
    z-index: 110;
    top: 75px;
    left: 5px;
    
    .filterform {
        display: flex;
        gap: 5px;
    }
    kn-falter {
        backdrop-filter: blur(2px);
        background-color: rgba(240, 248, 255, 0.205);
        .falter-content { background-color: transparent !important; };
        .falter { padding: 4px !important; };
    }

}

.metaview {
    margin-bottom: 30px;
}
.dataheader {
    text-transform: uppercase;
    font-family: 'PragmataPro Liga';
    font-size: 14px;
    position: fixed;
    width: -webkit-fill-available;
    z-index: 10;
    top: 40px;
    border-bottom: 1px solid var(--Gray-Vint-6);
    background-color: var(--Gray-Vint-3);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.buchungItem,
.buchungNewForm,
.verbindlichkeitItem {
font-family: PragmataPro Liga;
font-size: 12px;
font-weight: 200;

    .input--label {
        font-size: 11px !important;
        font-weight: 200 !important;

    }
    .input--textfield {
        padding: 0px !important;
        font-size: 14px !important;
        font-weight: 200 !important;
    }

    &:nth-child(odd) {
        background-color: #e0e0e0;  
    }

     &:nth-child(even) {
        background-color: rgb(246, 246, 246);  
    }
}

.input--textfield {
    padding: 0px !important;
}
input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    backdrop-filter: blur(10px);
    background-color: rgba(245, 245, 245, 0.7);
    border: 1px solid rgba(74, 74, 74, 0.5);
    border-radius: 2px;
    line-height: 1.4;

    &:hover {
        overflow: visible !important;
        height: fit-content;
        text-wrap-mode:nowrap;
}
}

.kontoItem {
    
    font-family: PragmataPro Liga;
    font-size: 12px;
    font-weight: 200;
    padding: 6px;
    border-bottom: 1px solid #ccc;

    .kontobezeichnung {
        font-size: 14px !important;
        font-weight: 400 !important;
    }
}

/* ________________________________________________________________________________________________
//           FRAME VORGÄNGE
// ████████████████████████████████████████████████████████████████████████████████████████████████ 
// ________________________________________________________________________________________________ 
// +++ */

.frameVorgange {
position: relative;
float: right;
}

.tabIndex {
    width: 75vw;
    height: fit-content;
    display: flex;
    /* background-color: var(--Gray-Vint-1); */
    float: right;
    font-size: 2em;
    padding: 8px;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-family: var(--font-display);
    unicode-bidi: isolate;

  
}

 .tabIndex [active] {
        z-index: 10;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        /* background-color: rgb(233 234 231 / 20%); */
        background-color: rgb(250, 250, 250);
    }
.tabclick-Buchungen, .tabclick-Verbindlichkeiten, .tabclick-Eingaben {
    /* width: 50%; */
    text-align: center;
    padding: 6px 12px;
    background-color: rgb(233 234 231 / 60%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: var(--color-level-10);
    user-select: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px 1px, rgba(0, 0, 0, 0.06) 0px 1px 2px 1px;
}

.frameKonto {
    width: 20%;
    height: 90vh;
    border: none;
    float: left;
    overflow: hidden;
    direction: rtl; 
    padding: 5px;


}
.kontodoc {
    height: 100vh;
    width: 100vw;
    overflow: scroll;
    direction: rtl; 
    text-align: left;
    left: 25px;
    position: relative;

}

.frameBuchungen,
.frameVerbindlichkeiten,
.frameEingaben {
    width: 75vw;
    height: 90vh;
    top: 5em;
    border: none;
    float: right;
    position: absolute;
    display: none;
    background-color: rgb(250, 250, 250);
    padding-top: 20px;
    overflow: scroll;
}

.frameBuchungen, .frameVerbindlichkeiten, .frameEingaben {
    &[active] {
        z-index: 100;
        display: block !important;
        top: 79px;
    }
}

/* __________________________ \\ ENDE  ..........  ENDE //   ______________________________________ */


.kontoNewForm .KontoItem {
    border: 1px solid var(--Gray-Vint-6);
    border-radius: 4px;
    padding: 6px;
    background-color: var(--Gray-Vint-1);

    .input--stack {
        margin-bottom: 8px;
    }

    .input--textfield {
        background-color: white;
        border-bottom: 1px solid var(--Gray-Vint-6);
        padding: 12px 6px !important;
        font-size: 14px !important;
        font-family: 'PragmataPro Liga';
    }
}

.input--label {
    display: inline-block;
    color: var(--color-level-10);
    font-weight: 700;
    line-height: 1rem;
    font-size: 11px !important;
    /* font-family: 'PragmataPro Liga'; */
    -webkit-margin-after: .5rem;
    margin-block-end: .5rem;
    margin-bottom: 5px;
    vertical-align: baseline;
}

input[type="date"] {
    width: 15ch;
}

/* ________________________________________________________________________________________________
/* +++ TOGGLEMECHANICS                                       +++*/


.datasheet-fullrow {
    height: 0px;
    overflow: hidden;
    transition: 450ms ease-in-out;
}


.toggledetails {
    padding: 4px;
    width: fit-content;
    height: fit-content;
    transform: rotate(-90deg);
    border: 1px solid transparent;
    color: var(--color-level-10);
    user-select: none;
    font-size: 16px;
    font-family: var(--font-emoji);
&::after {
    /* content: ' ▶'; */
    /* content: ' 🔽'; */
    transform: rotate(-90deg);
    font-size: 16px;
    font-family: var(--font-emoji);
    font-weight: 400;
}
}
.toggledetails:hover {
    cursor: pointer;
    transform: rotate(-45deg);
    transition: 1s;
    background-color: var(--Gray-Vint-3);
    border-radius: 4px;
}

.datasheet-item[open] {
    .datasheet-fullrow {
        height: fit-content;
        transition: 450ms ease-in-out;
    };
}
.datasheet-item[open] .toggledetails {
    transform: rotate(0deg);
    transition: 0.5s;
    background-color: var(--Gray-Vint-4);
    border: 1px solid var(--Gray-Vint-6);
    color: white;
    border-radius: 4px;
    
    &::after {
        /* content: ' ▼'; */
        /* content: ' 🔽'; */
        font-size: 16px;
        font-family: var(--font-symbol);
        font-weight: 400;
    }
}

.datasheet-item[selected] {
    border: 1px solid rgb(130, 131, 132);
    border-radius: 4px;
}

.eingabeNewItem, 
.buchungNewItem {
    border: 1px solid var(--base-blueish-grey-60);
    border-radius: 4px;
}


/* ________________________________________________________________________________________________
/* +++ UNICODE ICON (Noto Symbol) && BUTTON RESPONSE                                           +++*/

.unicon {
    /* font-size: 16px;
    width: fit-content;
    font-family: var(--font-symbol);
    padding: 6px;
    border-radius: 4px;
    user-select: none; */
    font-size: 1.7em;
    line-height: 1em;
    height: 1em;
    width: fit-content;
    font-family: 'Noto Emoji';
    padding: 6px;
    border: 1px solid var(--Gray-Vint-4);
    border-radius: 4px;
    user-select: none;
    display: inline-flex;

    &:hover {
        cursor: pointer;
        background-color: var(--Gray-Vint-3);
        /* border: 1px solid var(--Gray-Vint-6); */
    }
}

.bupd-btn {
    width: 35px;
    height: 35px;
}

summary::marker { 
    content: '';
}

.btn--response-success {
    background-color: green;
    border: 1px solid greenyellow;
    color: white;
    animation: btn-success-animation 2s ease-in-out;

}

.rowcontrolls {
    display: inline-flex;
}

.menu-container {
    position: absolute;
    z-index: 100;
    top: 15px;
}

/* ________________________________________________________________________________________________ 
/*        SCROLL SCROLLBAR SHADOWS  
/* ████████████████████████████████████████████████████████████████████████████████████████████████ 
/* ________________________________________________________________________________________________ 
/* +++ USEGE:       +++     
/* --- IGNORE ---+++++*/

.scroll-shadows,
.scrolls {
  /* max-height: 200px; */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;

  background:
    /* Shadow Cover TOP */
    linear-gradient(
      white 30%,
      rgba(255, 255, 255, 0)
    ) center top,
    
    /* Shadow Cover BOTTOM */
    linear-gradient(
      rgba(255, 255, 255, 0), 
      white 70%
    ) center bottom,
    
    /* Shadow TOP */
    radial-gradient(
      farthest-side at 50% 0,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0)
    ) center top,
    
    /* Shadow BOTTOM */
    radial-gradient(
      farthest-side at 50% 100%,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0)
    ) center bottom;
  
  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}

.scroll-shadows,
.scrolls {
  --scrollbarBG: transparent;
  --thumbBG: #90a4ae;

  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.scroll-shadows::-webkit-scrollbar,
.scrolls::-webkit-scrollbar {
  width: 6px;
}
.scroll-shadows::-webkit-scrollbar-track,
.scrolls::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.scroll-shadows::-webkit-scrollbar-thumb,
.scrolls::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}


/* __________________________ \\ ENDE  ..........  ENDE //   ______________________________________ */