:root {
    --border_value: 10px;
    --color_text_general_bright: rgb(0, 0, 0);  
    
    --danger_color: #ff5e5e;
    --danger_color_dark: #d12626;
    --danger_color_dark_trans: #e927273f;
    --food_color: #07e9a5; 
    --fit_color: #702AFF; 
    --body_color: #FF8919;
 
    /* ===================================================================
       Peschel Holding AG - helles Redesign (Anlehnung an peschel.de)
       Farbwerte real von peschel.de ausgelesen (nicht geschaetzt):
       Akzent Gold rgb(218,162,65), Ueberschriften-Petrol rgb(0,77,108).
       Vorher: dunkles Theme (schwarz/cyan). Die Variablennamen bleiben
       aus Kompatibilitaetsgruenden bestehen (~150 Verwendungen im Rest
       der Datei), nur die Werte wurden umgestellt.
       =================================================================== */
    --color_dark_top_abs: #ffffff;
    --color_dark_top: #ffffff;
    --color_dark_top_trans: rgba(255, 255, 255, 0.9);
    --color_bright_top: #004d6c;
    --color_dark_blue: #f2f4f7;
    /* --color_dark_blue: #084a5b; */
    --color_bright_blue: #daa241;
    --color_input_bright_blue: #eef2f6;
    --color_bright_blue_trans: rgba(218, 162, 65, 0.16);

    --color_bright_blue_1: #b98530;
    --color_bright_blue_2: #e6bb70;

    --box_shadow_side: 0 0px 8px 0 rgba(218, 162, 65, 0.30), 0 0px 3px 0 rgba(218, 162, 65, 0.30);
    --box_shadow_side_wide: 0 0px 8px var(--color_bright_blue);
    --box_shadow_side_dark: 2px 4px 8px 0 rgba(0, 0, 0, 0.15);

    --box_shadow_side_dagner: 0px 0px 25px 0 var(--danger_color);
    --box_shadow_side_bright_blue_2: 0px 0px 25px 0 var(--color_bright_blue_2);
    
    --palladion_font: Century Gothic Paneuropean,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    --palladion_font_mono: 'Fira Mono', 'Roboto Mono', 'JetBrains Mono', 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', monospace, sans-serif;
    /* Century Gothic,CenturyGothic,AppleGothic,sans-serif; */
    --color_export_grey: #dfdfdf;

    --color_price1: #fff709;
    --color_price2: #22ff09;
    --color_price3: #0967ff;
    --color_price4: #a109ff;
    --color_price5: #ff0994;
    --color_price6: #ff6709;
    --side_column_width: 575px;
}



/* from black svg to color*/
img.filter_food, .filter_food img{
    filter: brightness(0) saturate(100%) invert(68%) sepia(54%) saturate(2818%) hue-rotate(113deg) brightness(105%) contrast(94%);
}
img.filter_fit, .filter_fit img{
    filter: invert(17%) sepia(59%) saturate(6904%) hue-rotate(259deg) brightness(101%) contrast(101%);
}
img.filter_body, .filter_body img{
    filter: invert(51%) sepia(88%) saturate(501%) hue-rotate(345deg) brightness(103%) contrast(101%);
}
img.filter_burger, .filter_burger img{
    filter: none; /* helles Theme: Icon behaelt natuerliche dunkle Farbe */
}
img.filter_gray, .filter_gray img{
    filter: brightness(0) saturate(100%) invert(74%) sepia(0%) saturate(6%) hue-rotate(183deg) brightness(85%) contrast(92%);
}

img.filter_txt, .filter_txt img, .filter_txt.load_spinner{
    filter: none; /* helles Theme: Icon behaelt natuerliche dunkle Farbe (vorher invert(100%) fuer dunklen Hintergrund) */
}
img.filter_danger, .filter_danger img{
    filter: invert(65%) sepia(93%) saturate(3940%) hue-rotate(324deg) brightness(102%) contrast(111%);
}
img.filter_bright_blue, .filter_bright_blue img{
   filter: brightness(0) saturate(100%) invert(100%) sepia(74%) saturate(5984%) hue-rotate(142deg) brightness(107%) contrast(98%);
}
img.filter_none, .filter_none img, .filter_none.load_spinner{
    filter: none;
    
}



.txt_food, .txt_food > *{
    color: var(--food_color);
}
.txt_body, .txt_body > *{
    color: var(--body_color);
}
.txt_fit, .txt_fit > *{
    color: var(--fit_color);
}
.txt_danger, .txt_danger > *{
    color: var(--danger_color);
}
.txt_palladion, .txt_palladion > *{
    color: var(--color_bright_blue);
}

/* SCROLLBAR - START*/
* {
	box-sizing: border-box;
    /* scrollbar-width: thin; */
}

/* size */
::-webkit-scrollbar  {
    width: 8px;
	height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: transparent;
    border-radius: var(--border_value);
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: rgba(177, 177, 177, 0.685);
    border-radius: var(--border_value);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: rgba(177, 177, 177, 0.685);
}
/* SCROLLBAR - END*/

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll_hide::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.scroll_hide {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


/* HOVER EFFEKT - START*/
.non-touch .hover_background, .non-touch .hover_underline, .non-touch .hover_underline_base{
    /* transition: 0.0s ease; */
    cursor: pointer;
}
.non-touch .hover_background:hover, .non-touch .hover_background.hover{
    background-color: var(--color_bright_blue) !important;
    color: black !important;
}
.non-touch .hover_background:hover > *,.non-touch .hover_background.hover > *{ 
    color: black !important;
}
.non-touch .hover_background:hover img,.non-touch .hover_background.hover img{
    filter:invert(0%) !important;
}
.non-touch .hover_underline:hover, .non-touch .hover_underline.hover{
    text-decoration: underline;
}
.non-touch .hover_underline_base:hover .hover_underline_child, .non-touch .hover_underline_base.hover .hover_underline_child{
    text-decoration: underline;
}
.non-touch .hover_pointer:hover{
    cursor: pointer;
}
.non-touch .hover_border{
    border: 2px solid transparent;
}
.non-touch .hover_border:hover, .non-touch .hover_border.hover{
    border-color: var(--color_bright_blue) !important;
}
.non-touch .hover_border_color:hover, .non-touch .hover_border_color.hover{
    border-color: var(--color_bright_blue) !important;
    /* box-shadow: var(--box_shadow_side_wide); */
}

/* HOVER EFFEKT - END*/


/* CLOSE WHEN CLICKED ANYWHERE - START*/
.close_by_click:not(.show){
    display: none !important;
}
.close_by_click_selected{
    border: 1px solid transparent;
}
.close_by_click_selected.selected.hover_background{
    background-color: var(--color_bright_blue);
}
/* CLOSE WHEN CLICKED ANYWHERE - START*/

/* 
.box_shadow{
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11);
} */

.width_100{
    width: 100%;
}


.flex_row{
    display: flex;
    flex-direction: row;
}
.flex_column{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.space_inner_between{
    justify-content: space-between;
}
.space_inner_evenly{
    justify-content: space-evenly;
}
.align_center{
    align-items: center;
}
.cursor_pointer{
    cursor: pointer;
}
.no_child_pointer_events > *{
    pointer-events: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    touch-action: manipulation;
}
.no_scroll{
    overflow: hidden !important;
}
.no_shrink > *{
    flex: 0 0 auto;
    width: auto;
}
.no_shrink{
   flex-shrink: 0;
}

.pos_relative{
    position: relative;
}
.flex_column{
    display: flex;
    flex-direction: column;
}
.flex_center{
    justify-content: center;
    align-items: center;
}
.flex_wrap{
    flex-wrap: wrap;
}
.margin_auto{
    margin: auto;
}
.t_auto{
    margin-top: auto;
}
.l_auto{
    margin-left: auto;
}
.r_auto{
    margin-right: auto;
}
.space_inner > *{
    margin-right: 5px;
    margin-bottom: 5px;
}
.space_inner_10 > *{
    margin-right: 10px;
    margin-bottom: 10px;
}
.space_inner_15 > *{
    margin-right: 15px;
    margin-bottom: 15px;
}
.space_inner_20 > *{
    margin-right: 20px;
    margin-bottom: 20px;
}
.padding_10{
    padding: 10px;
}
.space_inner_b_10 > *{
    margin-bottom: 10px;
}
.space_inner_b_10 > *:last-child{
    margin-bottom: 0px;
}
.border_radius{
    border-radius: var(--border_value);
}
.border_radius_hidden{
    border-radius: var(--border_value);
    overflow: hidden;
}
.border_thin{
    border: 1px solid var(--color_bright_blue);
}

.w_0{
    width: 0px !important;
    opacity: 0 !important;
}
.scroll_x{
    overflow-x: auto;
}
.scroll_y{
    overflow-y: auto;
}

* {
    color-scheme: dark; 
}
body{ 
    font-family: var(--palladion_font);
    margin:0px;
    display: flex;
    overflow-x: hidden;
    color: var(--color_dark_blue);
    background-color: rgba(0, 0, 0, 0.5);
    background: url('image_get?i=test_background_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    overflow-y: scroll;
   
}
/* body:has(.top_button_content_container.show){
    overflow-y: hidden;
} */
@media screen and (max-width: 480px) {
    /* body{ 
        background-color: var(--color_dark_blue);
    } */
    body.show_top #main_content, body.show_top #menu_content{
        display: none;
    }   
}


#app_content{
    width: 100%;
    max-width: none;
    min-height: 100dvh;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    background-color: var(--color_top);  
    padding-top: 65px;
    /* overflow: hidden; */
}


#top_content{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 4;
    height: 65px;
    width: 100%;
    background-color: var(--color_dark_top_trans);
    backdrop-filter: blur(10px);  
    border-bottom-left-radius: var(--border_value);
    border-bottom-right-radius: var(--border_value);
} 
#top_content::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: var(--color_bright_blue);
    box-shadow: 0 0 6px var(--color_bright_blue);
    pointer-events: none;
}
@media screen and (max-width: 480px) {
    #top_content{
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11);
         background-color: var(--color_dark_top);
         border-radius: 0;
    }
    
}

.load_shine {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    overflow: hidden;
    pointer-events: none;
    display: none;
}
.load_shine.loading_shine{
    display: flex;
}
.load_shine.loading_shine::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 65px;
    inset: 0;
    /* narrow bright band with soft edges */
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.05) 30%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0.05) 70%,
        transparent 100%
    );
    transform: translateX(-100%);
    animation: metal-shine 1.2s linear infinite;
    pointer-events: none;
}

/* Move the shine from left to right */
@keyframes metal-shine {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}


#menu_content{
    position: fixed;
    z-index: 2;
    top: 65px;
    bottom: 0px;
    width: 220px;
    background-color: var(--color_top);
    overflow: auto;
    padding-top:20px;
}
@media screen and (max-width: 700px) {
    #menu_content{
        display: none;
    }   
}


#main_content{
    position: relative;
    margin-left: 0px;
    width: 100% ;
    flex: 1 1 auto;
    min-height: 0;
    border-radius: var(--border_value);
    /* overflow-x: hidden; */
    background-color: var(--color_dark_top_trans);
    backdrop-filter: blur(10px);  
    margin-top: 0px;
    padding-top: 0px;
     background-image: url('image_get?i=noise_area.png');
    background-repeat: repeat;         /* Tile the image */
    background-position: top left;     /* Start from top-left */
    background-attachment: fixed;
}
#main_columns{
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0px;
    align-items: start;
    padding: 0px;
    box-sizing: border-box;
    flex: 1 1 auto;
    min-height: 100%;
    height: 100%;
}
#left_column,
#middle_column,
#right_column{
    min-width: 0;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.column_scroll{
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
}
body.three_column #main_columns{
    grid-template-columns: minmax(200px, 240px) minmax(320px, 380px) minmax(0, 1fr);
    gap: 0px;
    align-items: stretch;
    overflow: hidden;
}
body:not(.three_column) #left_column,
body:not(.three_column) #middle_column{
    display: none;
}
body.three_column #left_column,
body.three_column #middle_column{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 12px;
    align-self: stretch;
    position: relative;
    background-color: var(--color_dark_top_trans);
    backdrop-filter: blur(10px);
    background-image: url('image_get?i=noise_area.png');
    background-repeat: repeat;
    background-position: top left;
}
body.three_column #middle_column{
    padding-right: 0px;
    background-color: var(--color_dark_top);
}
body.three_column #left_column{
    padding-right: 0px;
}
body.three_column #left_column .hom_menu_content_button{
    border-radius: 0px;
    margin-right: 0px;
}
body.three_column #left_column::after,
body.three_column #middle_column::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    background-color: var(--color_bright_blue);
    box-shadow: 0 0 6px var(--color_bright_blue);
    pointer-events: none;
}
body.three_column .column_panel{
    position: relative;
    top: 0px;
    right: auto;
    left: auto;
    width: 100%;
    max-height: none;
    min-height: 0;
    height: auto;
    padding: 0px;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    overflow-y: visible;
    overflow-x: visible;
}
body.three_column #app_content{
    height: 100dvh;
}
body.three_column{
    overflow: hidden;
}
body.three_column #main_content{
    overflow: hidden;
    border-radius: 0px;
}
body.three_column #top_menu_button,
body.three_column #left_search_button_top{
    display: none;
}
body.three_column #top_burger_back_button{
    display: none;
}
@media screen and (max-width: 700px) {
    #main_content{
        margin-left: 0px;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    #main_content{
        margin-top: 0px;
        border-radius: 0px;
        padding-right: 0px;
        padding-top: 0px;
        scrollbar-gutter: auto;
        /* background-color: var(--color_dark_blue); */
    }
    .show_login #main_content{
        width: 100% !important;
    }
}

#myBottom{
    background-color: var(--color_dark_top);
}


/* #top_content::before{ 
    content: '';
    height: 500px;
    width: 100%;
    position: fixed;
    z-index: 5;
    top: -500px;
    left: 0px;
    background-color: var(--color_dark_top);
    
} */


.back_drop{
    background-color: rgba(255,255,255,0.7);
    -webkit-backdrop-filter: blur(2px);
  	backdrop-filter: blur(2px);
    color: var(--color_dark_blue) !important;
}


#cooky_overlay {
	display: flex;
    flex-direction: column;
	width: 100%;
    position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5;
}


.cooky_banner{
    background-color: var(--color_dark_top);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    box-shadow: var(--box_shadow_side);
    padding: 15px;
    font-size: 16px;
    max-width: calc(100% - 20px);
    border-radius: var(--border_value);
    animation: cookie_in 0.5s ease;
    border: 3px solid var(--color_dark_blue);
}
@keyframes cookie_in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}
.cooky_banner .input_link{
    padding: 0px;
    margin-top: 10px;
}
.cooky_banner .input_link_label{
    margin: 0px;
    text-decoration: underline;
    cursor: pointer;
}

.clear_link .input_link{
    padding: 0px;
    margin-top: 10px;
}
.clear_link .input_link_label{
    margin: 0px;
    text-decoration: underline;
}

#message_overlay {
	display: flex;
    flex-direction: column;
	width: 100%;
    position: fixed;
	top: 0;
	left: 0;
	z-index: 25;
    pointer-events: none;
}
.message{
    margin-top:8px;
    margin-left: auto;
    margin-right: auto;
    min-height: 50px;
    border-radius: 25px;
    background-color: var(--color_dark_top);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 15px;
    box-shadow: var(--box_shadow_side_bright_blue_2);
    color: var(--color_bright_top);
    cursor: pointer;
    border: 3px solid var(--color_bright_blue_2);
    background: linear-gradient(135deg, var(--color_bright_blue_1), var(--color_bright_blue_2));

}
.message_text{
    font-size: 20px;
    margin-bottom: 3px;
}
.message_image{
   width: 35px;
   height: 35px;
   margin-right: 5px;
}
.qr_link{
    max-width: 300px;
    overflow-wrap: break-word;
}



.tutorial_content{
    font-size: 19px;
    color: var(--color_dark_blue);
    
}
.tutorial_image{
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.tutorial_row_image{
    width: 50px;
    height: 50px;
    padding: 8px;
    border-radius: 30px; 
    object-fit: contain;
    border: 3px solid var(--color_dark_blue);
}
.tutorial_title{
    font-family: var(--palladion_font);
    font-size: 25px;
    font-weight: bold;
    margin: auto;
}
.tutorial_container{
    padding: 25px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: var(--color_dark_top);
    width: 420px;
    border-radius: var(--border_value);
    border: 3px solid var(--color_dark_blue);
}
@media screen and (max-width: 480px) {
    .tutorial_container{
       width: calc(100% - 60px);
    }
}

.non-touch #workflow_feedback_overlay_circle:hover{
    cursor: pointer;
}

#workflow_feedback_overlay{
    position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 5;
    width: auto;
    min-width: 60px;
}
#workflow_feedback_overlay:empty{
	display: none;
}
#workflow_feedback_overlay_label{
    position: absolute;
    bottom: 70px;
    left: 0;
    background-color: var(--color_dark_top);
    border: 2px solid var(--color_bright_blue);
    color: var(--color_bright_top);
    font-size: 11px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: var(--border_value);
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}
#workflow_feedback_overlay_worker_label{
    position: absolute;
    bottom: calc(70px + 42px);
    left: 0;
    background-color: var(--color_dark_top);
    border: 2px solid var(--color_bright_blue);
    color: var(--color_bright_top);
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: var(--border_value);
    pointer-events: none;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.touch #workflow_feedback_overlay_label{
    font-size: 12px;
}
.touch #workflow_feedback_overlay_worker_label{
    font-size: 11px;
}
#workflow_feedback_overlay_label.hide{
    display: none;
}
#workflow_feedback_overlay_worker_label.hide{
    display: none;
}
.progress-circle {
  /* set this inline or via JS: 0 → 100 */
  --value: 100;

  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  overflow: visible;
}

/* Outer rotating ring */
.progress-circle::after {
  content: "";
  position: absolute;
  inset: 0;                 /* full size of the circle */
  border-radius: 50%;
  background:
    conic-gradient(
      var(--color_bright_blue) calc(var(--value) * 1%),
      var(--color_dark_top) 0
    );
  animation: rotate-ring 10s ease-in-out infinite;
  z-index: 0;
}

/* Inner circle to make it look like a ring */
.progress-circle::before {
  content: "";
  width: 85%;
  height: 85%;
  border-radius: 50%;
  background: var(--color_dark_top); /* or your page background */
  position: absolute;
  z-index: 1;
}

.progress-circle span {
  display: none;            /* hide textual info, only show spinner */
}

/* Rotation animation just for the ring */
@keyframes rotate-ring {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.workflow_row_container{
    padding: 10px;
    background-color: var(--color_bright_blue_trans);
    border-radius: var(--border_value);
}
.workflow_row_info.workflow_done{
    color: var(--food_color);
}
.workflow_row_info.workflow_active{
    color: var(--body_color);
}

#tool_tip_overlay{
	display: flex;
    flex-direction: column;
	width: 100dvw;
    height: 100dvh;
    position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0, 0.5); 
}
#tool_tip_overlay:empty{
	display: none;
}
.tool_tip_element{
    background-color: var(--color_dark_top);
    border: 3px solid var(--color_bright_blue);
    box-shadow: 0 0 8px 0 rgba(218, 162, 65, 0.35);
    padding: 15px;
    border-radius: var(--border_value);
    width: 430px;
    color: var(--color_bright_top);
    max-height: 95%;
    overflow-y: auto;
    overflow-x: hidden;
    color-scheme: dark;
    position: relative;
    padding-top: 40px;
}
.tool_tip_element.big{
    width: 1000px;
}
@media screen and (max-width: 1100px) {
    .tool_tip_element.big{
       width: 650px;
    }
}
@media screen and (max-width: 700px) {
    .tool_tip_element.big{
       width: calc(100% - 50px);
    }
}
@media screen and (max-width: 480px) {
    .tool_tip_element{
       width: calc(100% - 50px);
    }
}


.tooltip_spacer{
    width: 100%;
    height: 2px;
    background-color: var(--color_bright_blue);
    flex-shrink: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}

.tooltip_close_button{
    width: 50px;
    height: 40px; 
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom-right-radius: var(--border_value);
}
.tool_tip_top{
    position: absolute;
    top:0px;
    left:0px;
}
.tool_tip_headline{
   margin-top: auto;
   margin-bottom: auto;
   margin-left: 10px;
   font-size: 22px;
   font-weight: bold;
}


#ai_overlay.selected{
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    /* background-color: rgb(0, 0, 0, 0.2);  */
}
.ai_data_contrainer_search{
    position: absolute;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    border-radius: 30px;
    background-color: var(--color_bright_blue);
    cursor: pointer;
    /* box-shadow: var(--box_shadow_side); */
    border: 3px solid var(--color_dark_blue);
    overflow: hidden;
}
@media screen and (max-width: 480px) {
    .ai_data_contrainer_search{
        position: fixed;
    }
}
#ai_overlay.selected .ai_data_contrainer_search{
    border-radius: var(--border_value);
    width: 430px;
    background-color: var(--color_dark_top);
}
@media screen and (max-width: 480px) {
    #ai_overlay.selected .ai_data_contrainer_search{
        width: 100dvw;
        height: 100dvh;
        top: 0;
        left: 0;
        border-radius: 0px;
        border: none;
    }
}
.ai_instruction_label{
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 1.1em;
   
}
.ai_feedback_container{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px;
}
.ai_feedback_container:empty{
    display: none;
}
.ai_feedback_single{
    margin-top: 5px;
    /* border-bottom: 1px solid var(--color_bright_blue); */
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.ai_feedback_single:last-child{
    border: none;
}
.ai_feedback_image{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}








.side_by_side_column_collection{
    width: 100%;
    display: flex;
    flex-direction: row;
    /* background-color: var(--color_dark_blue); */
    position: relative;
    border-radius: var(--border_value);
    /* min-height: calc(100dvh - 100px); */
    margin-bottom: 20px;
    /* padding-bottom: 20px; */
   
}
.show_login .side_by_side_column_collection{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.show_login #main_content{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



.side_by_side_column{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.double_column .side_by_side_column{
    width: var(--side_column_width);
}
.sticky_col{
    position: relative;
    flex: 1 1 auto;
    width: 100%;
}
.double_column .sticky_col{
    flex: 0 0 auto;
    width: auto;
}
/* .double_column .sticky_col:first-child::after{
    content: '';
    height: calc(100% - 20px);
    width: 2px;
    background-color: var(--color_dark_top);
    position: absolute;
    top: 10px;
    right: 0px;
} */

@media screen and (max-width: 480px) {
    .side_by_side_column_collection{
        border-radius: 0px;
    }
    .side_by_side_column{
        width: 100%;
    }
}
.side_by_side_column_entry_container{
    border-radius: var(--border_value);
    /* overflow: hidden; */
    position: relative;
    margin: 20px;
    /* flex: 0 0 auto; */
}
/* .side_by_side_column_entry_container:last-of-type{
    margin-bottom: 20px;
} */
.double_column .sticky_col:first-of-type .side_by_side_column .side_by_side_column_entry_container{
    margin-right: 15px;
}
.double_column .sticky_col:last-of-type .side_by_side_column .side_by_side_column_entry_container{
    margin-left: 15px;
}

.side_by_side_column_entry{
    background-color: var(--color_dark_top);
    border-radius: var(--border_value);
    position: relative;
    overflow: hidden;
    color: var(--color_bright_top);
}

.side_by_side_column_entry_caption{
    display: flex;
    flex-direction: row;  
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--color_bright_top);
    line-height: 20px;
    margin-bottom: 10px;
}
.caption_image{
    height: 30px;
    width: 30px;
    margin-right: 5px;
}



.trans .side_by_side_column_entry{
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    overflow: visible;
}
.side_by_side_column_entry_container.close_top{
    margin-top: 0px;
}
.side_by_side_column_entry_container.close_bottom{
    margin-bottom: 0px;
}
.side_by_side_column_entry_container.close_top_10{
    margin-top: 10px;
}
.side_by_side_column_entry_container.close_top_30{
    margin-top: 30px;
}
.side_by_side_column_entry_container.close_top_40{
    margin-top: 40px;
}
.side_by_side_column_entry_container.placeholder{
    height: 0px;
    margin: 0px;
}

/* .input_container{
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
} */

/* .feature_delete_container{
    padding: 10px;
    background-color: var(--color_dark_top);
    border-radius: var(--border_value);
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-bottom: 10px;
}
.feature_delete_container_image{
    width: 20px;
    height: 20px;
} */

.login_text{
    font-size: 20px;
    text-align: center;
}
.login_info_container{
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    top: 18px;
    right: 15px;
    pointer-events: none;
}
@media screen and (max-width: 480px) {
    .login_info_container{
        top: auto;
        right: auto;
        bottom: 15px;
        left: 15px;
    }
}
.login_info_label{
    color: var(--color_bright_top);
    margin-left: 10px;
    font-size: 16px;
    font-family: var(--palladion_font);
}
.login_info_image{
    width: 25px;
    height: 25px;
}

.top_row_container{
    width: 100%;
    height: 100%;
    background-image: url('image_get?i=noise_area.png');
}
.top_logo{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 190px;
    cursor: pointer;
    object-fit: contain;
}
.top_logo.in_login{
    margin-bottom: 0px;
    margin-top: 0px;
    width: 200px;
}
.top_Button_container{
    display: flex;
    width: 50px;
    height: 50px;
    top: 10px;
    cursor: pointer;
    margin-left:auto;
    margin-right: auto;
    border-radius: 15px;
        -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.top_Button_container.left{
    margin-left: 10px;
    /* margin-right: 10px; */
}
.top_Button_container.right{
    margin-right: 10px;
}

.top_Button_image{
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin: auto;
}

.top_button_content_container{
    max-height: calc(100dvh - 100px);
    min-height: 450px;
    width: calc(100% - 0px);
    border-radius: var(--border_value);
    overflow: hidden;
    position: absolute;
    top: 64px;
    right: 0px;
    z-index: 4;
    background-color: var(--color_dark_top_abs);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    display: flex;
    flex-direction: column;
    border: 3px solid var(--color_bright_blue);
    overflow-y: auto;
}
body.three_column #left_column .top_button_content_container,
body.three_column #middle_column .top_button_content_container{
    position: relative;
    top: 0px;
    right: auto;
    left: auto;
    max-height: none;
    min-height: 0px;
    height: 100%;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
body.three_column #left_search_button_top_container > .flex_column{
    flex: 1 1 auto;
    min-height: 0;
}
body.three_column #middle_column .hom_menu_search_result{
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    height: auto;
    margin-right: 2px;
}
@media screen and (max-width: 480px) {
    .top_button_content_container{
        border-radius: 0px;
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100dvh;
        width: 100dvw;
        overflow: hidden;
        max-height: none;
        border: none;
        box-shadow: none;
        flex: 0 0 auto;
    }
}




#menu_content .hom_menu_content_button{
    flex: 0 0 auto;
    align-items: center;

    height: 60px;
    max-width: 200px;
    margin: 0px;
    flex-direction: row;
    border: none;
    width: calc(100% - 20px);
    margin-right: 10px;
    /* margin-left: 10px; */
    margin-bottom: 20px;
    border-radius: 50px;
    padding-left: 20px;
    
    color: var(--color_bright_top);
    font-family: var(--palladion_font);

    background-color: var(--color_dark_top_trans);
    backdrop-filter: blur(10px); 
    background-image: url('image_get?i=noise_area.png'); 
}
#menu_content .hom_menu_content_button:last-child{
    margin-bottom: 0px;
}
#menu_content .hom_menu_content_button.selected{
    background: none;
    background-color: var(--color_bright_blue);
    color: black;
}

#menu_content .hom_menu_content_button.selected img{
    background: none;
    background-color: var(--color_bright_blue);
    color: black;
}

#menu_content .hom_menu_content_button.selected img{
    filter: none;
}
#menu_content .hom_menu_content_button img{
   filter: none;
}
.hom_menu_content_button.back_button{
    border: none !important;
}
.top_menu_left_button.selected{
    background-color: var(--color_bright_blue);
}
.top_menu_left_button.selected img{
   filter: none !important;
}

#menu_content .hom_menu_content_button:not(:last-of-type){
    margin-right: 10px;
}

#menu_content .hom_menu_search_container{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(100% - 20px);
}



#top_Nav{   
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid transparent;
}


.top_content{
    background-color: var(--color_dark_top);
}

.bottom_content{
    font-size: 0.8em;
    color: var(--color_dark_blue);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    opacity: 1;
    margin:auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 300px;
}
#bottom_content_b{
    padding-top: 10px;
}

.impressum_content{
    /* margin-bottom: 5px; */
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: var(--border_value);
}
.impressum_logo{
    margin-bottom: 15px;
    width: 130px;
    object-fit: contain;
    opacity: 0.3;
}
.impressum_writing{
    font-size: 2.0em;
    font-family: var(--palladion_font);
}
.top_writing{
    font-size: 2.4em;
    font-family: var(--palladion_font);

    margin-left:auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.social_media_container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.social_media_button{
    width: 45px;
    height: 45px;
    margin: 25px;
}
.bright_design #top_Nav{
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}
.dark_design #top_Nav{
    color: var(--color_dark_blue);
}

.set_date_stat{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:40px;
    width: calc(100% - 100px);
}
.set_date_stat_iamge{
    height: 30px;
    width: 30px;
    object-fit: contain;
    margin-left: 5px;
    margin-right: 5px;
}
.set_date_stat_label{
    display: flex;
    align-items: center;
    border-radius: var(--border_value);
    background-color: var(--color_dark_top);
    /* box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11); */
    height:40px;
}
.stat_no_data{
    border-radius: var(--border_value);
    background-color: var(--color_dark_top);
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
}
.stat_top_container{
    width: 100%;
    border-radius: var(--border_value);
    background-color: var(--color_dark_top);
}
.chart_navigate_image{
    width: 50px;
    height: 50px;
    flex: 0 0 auto;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--color_bright_blue);
    border-radius: 30px;
    touch-action: manipulation;
    cursor: pointer;
}
.chart_navigate_image:hover{
    background-color: var(--color_bright_blue);
}
.chart_navigate_image:hover img{
    filter: none;
}
.legend_navigate_chart{

    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* font-weight: bold; */
    color: var(--color_bright_top);
    padding: 7px;
    padding-right: 15px;
    padding-left: 18px;
    border-radius:var(--border_value);
    flex: 0 0 auto;
    min-height: 45px;
    margin-left: auto;
    width: calc(100% - 60px);

}


.text_navigate_chart{
    /* width: 80px; */
    font-size: 19px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: var(--color_dark_top);
    height: 45px;
    font-weight: bold;
}
.text_navigate_chart.date.multi{
  color: var(--fit_color);
  height: 25px;
}


.chart_visible_image_container{
    height: 45px;
    width: 45px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: var(--border_value);

    background-color: var(--color_bright_blue);
    cursor: pointer;
    touch-action: manipulation;
    /* box-shadow: var(--box_shadow_side); */
}
.chart_visible_image_container.round{ 
   border-radius: 25px;
    
}
.chart_visible_image_container.add{
    /* margin-right: 5px; */
}
.chart_visible_image{
    object-fit: contain;
    width: 35px;
    height: 35px;
}
.chart_visible_image.legend{
    margin-right: auto;
    width: auto;
    filter: invert(100%);
}
.non-touch .chart_visible_image_container:hover{
    background-color: var(--color_bright_blue);
}
.non-touch .chart_visible_image_container:hover img{
    filter: none;
}
  /* The slider itself */
  .chart_slider {
    --slider_width: 50px;
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: calc(100% - 100px); /* Full-width */
    height: 50px; /* Specified height */
    background: transparent; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 1; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    margin: 0px;
    border-radius: 30px;
  }
  .chart_slider.less{
    margin-left: 10px;
    margin-right: 10px;
  }
  /* Mouse-over effects */
  .chart_slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
  }

  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  .chart_slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: var(--slider_width); /* Set a specific slider handle width */
    height: 50px; /* Slider handle height */
    background: var(--color_bright_blue);
    cursor: pointer; /* Cursor on hover */
    border-radius: 30px;
    box-shadow: none;
  }
  .chart_slider::-moz-range-thumb {
    appearance: none;
    width: var(--slider_width); /* Set a specific slider handle width */
    height: 50px; /* Slider handle height */
    background: var(--color_bright_blue);
    cursor: pointer; /* Cursor on hover */
    border-radius: 30px;
    box-shadow: none;
    border: none;
  }


#load_overlay {
	position: fixed;
	display: flex;
	width: 100dvw;
	height: 100dvh;
	top: 0;
	left: 0;
    z-index: 100;

    justify-content: center;
    align-items: center;
	background-color: rgba(0,0,0,0.5);
	opacity: 1.0;
    /* -webkit-backdrop-filter: blur(2px); */
  	/* backdrop-filter: blur(2px); */

	animation: load_overlay 0.15s linear;	
}
#load_overlay:empty{
	display: none;
}

@keyframes load_overlay {
	0% {
		opacity: 0;
	}
	15% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}

.noise_info_label{
    margin-left: 5px;
    font-size: 17px;
    color: var(--color_bright_blue);
    /* font-weight: bold; */
}
.paypal_button_container{
    padding: 20px;
    background-color: var(--color_bright_top);
    border-radius: var(--border_value);
}

.market_stat_label{
    position: absolute;
    top: 10px;
    left: 10px;
}

.spinner_container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
  /* overflow: hidden; */
}

.spinner, .shadow_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url('image_get?i=centaria_logo.svg') center / 100% 100% no-repeat;
}

.spinner {
  animation: spin 2s ease-in-out infinite;
  opacity: 1;
}

.shadow_layer {
  z-index: -1;
  opacity: 0.4;
  filter: blur(2px);
  transform: translate(20px, 15px);
  animation: shadow_spin 2s ease-in-out infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes shadow_spin {
  from { transform: translate(8px, 8px) rotate(0deg); }
  to { transform: translate(8px, 8px) rotate(360deg); }
}


.load_spinner {
	width: 75px;
	height: 75px;

	animation: load_spinner 1.0s ease-in-out infinite;   
    
    background: url('image_get?i=centaria_logo.svg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
@keyframes load_spinner {
    0% {
        transform: rotate(0deg);     
    }
    100% {
        transform: rotate(360deg);
    }
}

#load_message{
    color: var(--color_bright_top);
    margin-top: 20px;
    max-width: 220px;
    text-align: center;
    white-space: nowrap;        /* single line */
    overflow: hidden;           /* hide overflow */
    text-overflow: ellipsis;    /* add the … */
}
.load_show_container{
    background-color: var(--color_dark_top_trans);
    backdrop-filter: blur(10px); /* Apply the blur effect */
    padding: 15px;
    border-radius: var(--border_value);
    border: 3px solid var(--color_bright_blue);
    box-shadow: var(--box_shadow_side);
    position: relative;
    width: 250px;
}


.touch_app::after{
    content:'';
    opacity: 0.1;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: url('image_get?i=touch_app.svg');
    background-size: 50px 50px;
    background-repeat: no-repeat;
}
.touch_indicator{
    width: 60px;
    height: 60px;
    padding: 8px;
    border-radius: 30px; 
    background-color: var(--color_dark_top);
    position: absolute;
    top:0;
    left:0;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border: 3px solid var(--color_dark_blue);
    transition: 0.02s linear;
    
}

.touch_indicator.left img{
    transform: rotate(180deg);
}
.touch_indicator.up img{
    transform: rotate(270deg);
}
.touch_indicator.right img{
    transform: rotate(0deg);
}
.touch_indicator.down img{
    transform: rotate(90deg);
}
.touch_indicator.custom_image img{
    transform: none;
}


.hover_indicator_target{
    position: relative;
}
.hover_indicator{
    width: 50px;
    height: 50px;
    padding: 8px;
    border-radius: 30px; 
    background-color: var(--color_dark_top);
    position: absolute;
    top:0;
    left:0;
    z-index: 5;
    border: 3px solid var(--color_dark_blue);
    display: none;
    cursor: pointer;
}
.non-touch .hover_indicator:hover{
    background-color: var(--color_bright_blue);
    border-color: black;
}
.non-touch .hover_indicator:hover img{
    filter: none;
}
.non-touch .hover_indicator_target:hover .hover_indicator{
    display: flex;
}
.hover_indicator.left img{
    transform: rotate(180deg);
}
.hover_indicator.right img{
    transform: rotate(0deg);
}
.hover_indicator.custom_image img{
    transform: none;
}
.hover_indicator.left{
    top: calc(50% - 25px);
    left: calc(100% - 185px);
}
.hover_indicator.right{
    top: calc(50% - 25px);
    left: auto;
    left: calc(100% - 125px);
}







img{
    height:100%;
    width: 100%;
    object-fit: cover;
    /*filter: invert(1);*/
}


.chart_container{
    width:100%;
    overflow: hidden;
    display: flex;
    border-radius: var(--border_value);
}
.js-plotly-plot * {
    cursor: default !important;
}



.gallery_box
{
    width: 100%;
    height: 400px;
    position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0); 
    transform: translate3d(0, 0, 0); 
    /* enables hardware acceleration for safari*/
}
.gallery_box.small
{
    height: 155px;
}
.gallery_box.big
{
    height: 310px;
}
.clip_row .gallery_box{
    height: 300px;
}
@media screen and (max-width: 600px) {
    .gallery_box{
        height: 300px;
    }
}


.weight_wheel_container{
    border-radius: var(--border_value);
    background-color: var(--color_dark_top);
    padding: 10px;
    width: 300px;
    height: 300px;
    border: 3px solid var(--color_dark_blue);
}
.weight_wheel_content{
    width: 100%;
    height: calc(100% - 40px);
    flex: 0 0 auto;
    overflow-x: scroll;
    /* overflow-y: hide; */
    display: flex;
    flex-direction: row;
}
.wheel_headline{
    font-size: 19px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.weight_wheel_single{
    width: 80%;
    height: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 5px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    /* background-color: var(--food_color); */
    /* --scale: 40px; */
    /* background-size: var(--scale) var(--scale); */
    /* background-image:
        linear-gradient(to left, var(--color_dark_top) 1px, transparent 1px),
        linear-gradient(to top, var(--color_dark_top) 1px, transparent 1px); */
    /* background-size: 100% 100%;
    background-image: radial-gradient(circle, var(--color_bright_blue) var(--scale),  rgba(0, 0, 0, 0) calc(var(--scale) + 1px));
    background-repeat: no-repeat; */
}
.weight_wheel_label{
    position: absolute;
    bottom: 5px;
    left: calc(50% - 50px);
    width: 100px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
   
    padding: 10px;
    border-radius: 30px;

    font-size: 20px;

}
.weight_wheel_single_image_png{
    --scale: 100%;
    width: var(--scale);
    height:var(--scale);
    margin: auto;
    object-fit: cover;

    border-radius: var(--border_value);
    padding: 5px;
    /* filter: drop-shadow(var(--color_bright_blue) 10px 15px 10px); */
    filter: drop-shadow(5px 0 0 var(--color_bright_blue))
        drop-shadow(0 5px 0 var(--color_bright_blue))
        drop-shadow(-5px 0 0 var(--color_bright_blue)) 
        drop-shadow(0 -5px 0 var(--color_bright_blue));
}
.weight_wheel_button{
    background-color: var(--color_bright_blue);
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    border-radius: 30px;
    margin-left: 5px;
   align-items: center;
   justify-content: center;
   margin-top: auto;
   margin-bottom: auto;
}
.weight_wheel_button img{
    object-fit: contain;
    width: 30px;
    height: 30px;
}

.h_spacer_10{
    width: 100%;
    height: 10px;
}
.v_spacer_5{
    min-width: 5px;
}
.v_spacer_10{
    min-width: 10px;
}
.v_spacer_10{
    width: 10px;
}
.round .gallery_container{
    border-radius: var(--border_value);
}
.trans .gallery_container{
    /* box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11); */
}
.trans .stat_top_container .gallery_container{
    /* box-shadow: none; */
}
.bottom_space{
    margin-bottom: 20px;
}
.bottom_space_5{
    margin-bottom: 5px;
}
.bottom_space_10{
    margin-bottom: 10px;
}
.top_space{
    margin-top: 15px;
}
.top_space_10{
    margin-top: 10px;
}
.top_padding_10{
    padding-top: 10px;
}
.top_padding_5{
    padding-top: 10px;
}
.empty_hide:empty{
    display: none;
}
.gap_5{
    gap: 5px;
}
.gap_10{
    gap: 10px;
}
.gap_15{
    gap: 15px;
}
.lr_space{
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
}
.lr_space_5{
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% - 10px);
}
.lr_space_0{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
.l_space_auto{
    margin-left: auto;
}
.l_space_5{
    margin-left: 5px;
}
.l_space_10{
    margin-left: 10px;
}
.l_space_15{
    margin-left: 15px;
}
.l_space_20{
    margin-left: 20px;
}
.r_space_auto{
    margin-right: auto;
}
.t_space_auto{
    margin-top: auto;
}
.b_space_auto{
    margin-bottom: auto;
}
.r_space_5{
    margin-right: 5px;
}
.r_space_10{
    margin-right: 10px;
}
.r_space_15{
    margin-right: 15px;
}
.r_space_20{
    margin-right: 20px;
}
.lr_space_1{
    margin-left: 1px;
    margin-right: 1px;
    width: calc(100% - 2px);
}
.lr_space_10{
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px) !important;
}
.lr_space_10_row{
    margin-right: 10px;
}
.lr_space_10_row:last-child{
    margin-right: 0px;
}
.lr_space_5_row{
    margin-right: 5px;
}
.lr_space_5_row:last-child{
    margin-right: 0px;
}
.lr_space_15{
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
}
.lr_space_20{
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
}
.lr_space_25{
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100% - 50px);
}
.b_space_5{
    margin-bottom: 5px;
}
.b_space_10{
    margin-bottom: 10px;
}
.b_space_15{
    margin-bottom: 15px;
}
.b_space_20{
    margin-bottom: 20px;
}
.t_space_5{
    margin-top: 5px;
}
.t_space_10{
    margin-top: 10px;
}
.t_space_15{
    margin-top: 15px;
}
.t_space_20{
    margin-top: 20px;
}
.tb_space_1{
    margin-top: 1px;
    margin-bottom: 1px;
}
.tb_space_5{
    margin-top: 5px;
    margin-bottom: 5px;
}
.tb_space_10{
    margin-top: 10px;
    margin-bottom: 10px;
}
.tb_space_15{
    margin-top: 15px;
    margin-bottom: 15px;
}
.tb_space_20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.tb_space_auto{
    margin-top: auto;
    margin-bottom: auto;
}

.statistics_image{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.gallery_container{
    /* border-radius: 5px; */
    width: 100%;
    height: 100%;
    will-change: scroll-position;
    display: flex;
    flex-direction: row;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */

    /*safari slow touch render issues*/
    -webkit-transition: translateZ(0);
    transition: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: static;
}
.gallery_container.empty{
    background-color: var(--color_dark_top);
}
.gallery_container.empty .gallery_image{
    pointer-events: none;
}

.gallery_grab_cursor{
    cursor:grab;
}

.gallery_pointer_cursor{
    cursor: pointer;
}
.gallery_image{
    flex: 0 0 auto; /* no shrinking in overflow*/
    object-fit: cover;

    height: 100%;
    width: 100%;
}
.gallery_icon_filter{
    padding: 6px !important;
    filter: invert(100%);
    background-color: rgba(255,255,255,0.4);
    cursor: pointer;
    /* border: 2px solid black; */
}
.gallery_open_in_full_icon{
    position: absolute;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    padding: 8px;
    object-fit: cover;
    bottom: 10px;
    right: 10px;
    /* opacity: 0.3; */
    border-radius: var(--border_value);
    display: none;
    /* filter: invert(100%); */
}
.show.gallery_open_in_full_icon{
   display: inline !important;
}
.hide.gallery_open_in_full_icon{
    display: none !important;
 }
.gallery_next_icon{
    position: absolute;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    object-fit: cover;
    top: calc(50% - 25px);
    right: 0;
    /* opacity: 0.3; */
    display: none;
    border-top-left-radius: var(--border_value);
    border-bottom-left-radius: var(--border_value);
    /* filter: invert(100%); */

}
.hide_ui .gallery_next_icon{
    display: none !important;
}
.gallery_before_icon{
    position: absolute;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    object-fit: cover;
    top: calc(50% - 25px);
    left: 0;
    /* opacity: 0.3; */
    display: none;
    border-top-right-radius: var(--border_value);
    border-bottom-right-radius: var(--border_value);
    /* filter: invert(100%); */
}
.hide_ui .gallery_before_icon{
    display: none !important;
}
.gallery_upload_icon{
    position: absolute;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    object-fit: cover;
    left: 10px;
    top: 10px;
    /* opacity: 0.5; */
    border-radius: var(--border_value);
    /* filter: invert(100%); */
}

.gallery_draw_icon{
    position: absolute;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    object-fit: cover;
    left: 10px;
    top: 60px;
    /* opacity: 0.5; */
    border-radius: var(--border_value);
    /* filter: invert(100%); */
}

.gallery_draw_done_icon{
    position: absolute;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    object-fit: cover;
    right: 10px;
    top: 10px;
    border-radius: var(--border_value);
    /* opacity: 0.5; */
    /* filter: invert(100%); */
}
.gallery_draw_cancel_icon{
    position: absolute;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    object-fit: cover;
    left: 10px;
    top: 10px;
    border-radius: var(--border_value);
    /* opacity: 0.5; */
    /* filter: invert(100%); */
}
.gallery_draw_erase_icon{
    position: absolute;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    object-fit: cover;
    left: 10px;
    bottom: 10px;
    border-radius: var(--border_value);
    /* opacity: 0.5;   */
    /* filter: invert(100%); */
}
.gallery_delete_icon{
    position: absolute;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    padding: 5px;
    object-fit: cover;
    left: 60px;
    top: 10px;
    /* opacity: 0.5; */
    border-radius:var(--border_value);
    /* filter: invert(100%); */
}
.mouseDown .gallery_draw_cancel_icon{
    display: none;
}
.mouseDown .gallery_draw_done_icon{
    display: none;
}
.gallery_push_left_icon{
    position: absolute;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    object-fit: cover;
    left: 110px;
    top: 10px;
    /* opacity: 0.5; */
    border-radius: var(--border_value);
    /* filter: invert(100%); */
}
.gallery_push_right_icon{
    position: absolute;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    object-fit: cover;
    left: 160px;
    top: 10px;
    /* opacity: 0.5; */
    border-radius: var(--border_value);
    /* filter: invert(100%); */
}
.circle_container{
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    bottom: 10px;
    left: 0px;
}
.gallery_circle{
    flex: 0 0 auto;
    height: 15px;
    width: 15px;
    background-color: rgba(255,255,255);
    border-radius: 15px;
    opacity: 0.5;
}
.hide_ui .circle_container{
    display: none !important;
}

.gallery_circle.full{
    opacity: 1;

}

.mid_gallery_circle{
    margin-left: 5px;
    margin-right: 5px;
}
.last_gallery_circle{
    margin-right: auto;
    margin-left: 5px;
}
.first_gallery_circle{
    margin-left: auto;
    margin-right: 5px;
}

.gallery_hover{
    /* transition: 0.20s ease; */
}

.non-touch .gallery_hover:hover{
    filter: none;
    background-color: var(--color_bright_blue);
}

.non-touch .gallery_container:hover .hide_when_not_focused:not(.hide){
    display: inline;
}
.non-touch .hide_when_not_focused:not(.hide){
    display: none;
    /* transition: 0.20s ease; */
}
.gallery_default_invert{
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.45) inset; */
    /* border: 1px solid var(--food_color); */
    /* filter: blur(10px); */
}


input {
    font-family: var(--palladion_font);
    /* font-family: "Lucida Console", "Courier New", monospace; */
}




.data_create{
    border-radius: 30px;
    background-color: var(--color_dark_top);
}





.flex_grow{
    flex: 1 1 auto; 
}


.input_container{
    display: flex;
    flex-direction: row;
    position: relative;
    border-radius: var(--border_value);
    max-width: 100%;
}
.not_valid{
    width: 28px;
    height: 28px;
    border-radius: var(--border_value);
    position: absolute;
    bottom: 6px;
    right: 0px;
    background: url('image_get?i=priority_high.svg'); 
    background-size: contain;
    filter: invert(65%) sepia(93%) saturate(3940%) hue-rotate(324deg) brightness(102%) contrast(111%);
}
.feature_entry_summary{
    background-color: var(--color_dark_top);
    border-radius: var(--border_value);
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
}
.feature_entry_summary_header{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    position: static;
    align-self: flex-end;
    margin-top: 6px;
    order: 2;
    z-index: 2;
}
.feature_entry_edit_header{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 6px;
}
.feature_entry_summary_list{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.feature_entry_summary_row{
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.feature_entry_summary_row + .feature_entry_summary_row{
    border-top: 1px solid var(--color_dark_blue);
    padding-top: 6px;
    margin-top: 6px;
}
.feature_entry_summary_label{
    color: var(--color_bright_blue);
    font-size: 14px;
    flex: 0 0 38%;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feature_entry_summary_value{
    color: var(--color_bright_top);
    font-size: 15px;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.feature_entry_summary_value.has_chart{
    align-items: center;
}
.feature_entry_summary_value_text{
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 1.2;
    flex: 1 1 auto;
}
.feature_entry_summary_ai{
    width: 14px;
    height: 14px;
    margin-top: 2px;
    flex: 0 0 auto;
}
.feature_entry_summary_chart{
    width: 120px;
    height: 36px;
    flex: 0 0 auto;
    opacity: 0.9;
}
.feature_entry_summary_empty{
    color: rgb(157, 157, 157);
    font-size: 14px;
}
.feature_entry_toggle_button{
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background-color: var(--color_dark_top);
    border: 1px solid var(--color_dark_blue);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.feature_entry_toggle_button img{
    width: 18px;
    height: 18px;
}
.feature_entry_edit{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.input_container.forced_height{
    height: 58px;
}
.input_container.full_row{
    width: 100%;
}
.input_container.disabled{
    opacity: 0.2;
    pointer-events: none;
}
.input_container.locked{
    pointer-events: none;
}
.column.input_container{
    flex-direction: column;
}
.input_container.trans > *{
    background-color: transparent !important;
}
.input_container.standalone .input_button,.input_container.standalone .input_button_select, .input_container.standalone .input_textarea{
    background-color: var(--color_dark_top);
    /* box-shadow: var(--box_shadow_side); */
}
.input_container.grey .input_button,.input_container.grey .input_button_select, .input_container.grey .input_textarea{
    background-color: var(--color_dark_blue);
    /* box-shadow: var(--box_shadow_side); */
}
.input_container.forward_button .input_button{
    background-color: var(--fit_color);
    /* box-shadow: var(--box_shadow_side); */
}
.input_container.forward_button img{
   filter: none;
}
.input_container.forward_button .input_button_label{
    color: var(--color_bright_top);
}
.input_container.standalone .input_link_label{
    color: var(--color_bright_top);
}
.input_container.standalone .input_link_image{
   filter: none;
}
/*  :has statements müssen einueln stehen sonst firefox bug */
.input_container:has(input:focus) select, .input_container:has(select:focus) input{
    background-color: var(--color_bright_blue) !important;
    color: black !important;
    border-color: black !important;
    filter: none;
}
.input_container:not(.trans) .input_button_select[data-value="1"]{
    border-color: var(--color_bright_blue) !important;
}
.input_container select:focus, .non-touch .input_container:hover select, .non-touch .input_container:hover select, .input_container input:focus, .input_textarea:focus, .non-touch .input_container:hover input, .non-touch .input_container:hover .input_textarea {
    /* background-color: var(--color_input_bright_blue) !important; */
    /* color: black !important; */
    /* border-color: black !important; */
    border-top: 2px solid var(--color_bright_blue);
    border-right: 2px solid var(--color_bright_blue);
    border-bottom: 2px solid var(--color_bright_blue);
    filter: none;
}
.non-touch .input_container:hover .input_textarea.chk_txt, .input_textarea.chk_txt:focus{
    border-left: 2px solid var(--color_bright_blue);
}
.non-touch .input_container:hover .input_button{
    background-color: var(--color_bright_blue) !important;
    /* color: black !important; */
    border-color: black !important;
    filter: none;
}
.non-touch .danger.input_container:hover .input_button{
    background-color: var(--danger_color) !important;
    border-color: var(--danger_color) !important;
    filter: none;
}

.non-touch .input_button_select:hover img, .non-touch .input_container:hover .input_button img{
    filter: none;
}
.non-touch .input_container:hover .input_button_label{
    color: black !important;
}
.non-touch .input_link:hover .input_link_label{
    text-decoration: underline;
}
.input_label{
    position: absolute;
    top: 3px;
    left: 10px;
    font-size: 16px;
    color: rgb(157, 157, 157);
    pointer-events: none;
    font-family: var(--palladion_font);
    
}
.input_label_calculated_value{
    /* position: absolute;
    bottom: 5px;
    right: 13px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color_dark_top);
    font-size: 18px;
    padding: 10px;
    margin-left: 10px;
    border-radius: var(--border_value);
    color: rgb(157,157,157);
    pointer-events: none;
    font-family: var(--palladion_font);
}
.input_textarea.letter_spacing{
    letter-spacing: 2px; /* or 0.1em, or any value you prefer */
}
.input_number{
    height: 64px;
    font-size: 20px;
    font-family: var(--palladion_font);
    letter-spacing: 2px; /* or 0.1em, or any value you prefer */
    line-height: 22px;
    padding-top: 30px;
    padding-bottom: 7px;
    padding-left: 13px;
    border-radius: var(--border_value);
    border: 1px solid rgba(0,0,0,0);
	width: 100%;
	text-align: left;
    color: var(--color_bright_top);
    background-color: var(--color_dark_blue);
    outline: none;
    resize: none;
    overflow: hidden;
    
}
.full_row .input_number{
    width: 100%;
}
.box_shadow .input_number{
    background-color: var(--color_dark_top);
}
.number_units .input_number{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.input_select{
    height: 64px;
    background-color: var(--color_dark_blue);
    /* box-shadow: none; */
    border: none;
    font-size: 20px;
    font-family: var(--palladion_font);
    color: var(--color_bright_top);
    padding: 5px;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 35px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    border-top-right-radius: var(--border_value);
    border-bottom-right-radius: var(--border_value);
    margin-left: 3px;
}
.full_row .input_select{
    width: 100%;
}
.add_selection .input_select{
    height: 64px;
    border-radius: var(--border_value);
    width: 100%;
    margin: 0px;
    font-size: 20px;
    padding: 0px;
    padding-left: 45px;
    padding-top: 15px;
    align-items: center;
    border: 1px solid rgba(0,0,0,0);
}
.box_shadow .input_select{
    background-color: var(--color_dark_top);
}
.input_select_symbol {
    position: absolute;
    bottom: 11px;
    left: 16px;
    z-index: 3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    pointer-events: none;
}
.add_selection .input_select_symbol{
    bottom: 18px;
    left: 22px;
}
.left_border .input_number{
    border-left: 10px solid var(--color_bright_blue);
}
.left_border.food .input_number{
    border-color:var(--food_color);
}
.left_border.fit .input_number{
    border-color:var(--fit_color);
}
.left_border.body .input_number{
    border-color:var(--body_color);
}
.left_border.reminder .input_number{
    border-color:var(--danger_color);
}

.add_selection.left_border .input_select{
    border-left: 10px solid var(--color_bright_blue);
}
.add_selection.left_border.food .input_select{
    border-color:var(--food_color);
}
.add_selection.left_border.fit .input_select{
    border-color:var(--fit_color);
}
.add_selection.left_border.body .input_select{
    border-color:var(--body_color);
}
.add_selection.left_border.reminder .input_select{
    border-color:var(--danger_color);
}

.left_border .input_label{
    left: 21px;
}
.select .input_label{
    left: 14px;
}
.input_button{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;   
    cursor: pointer;  
    border-radius: 30px;   
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    touch-action: manipulation;
    background-color: var(--color_dark_blue);
    filter: invert(0%);    
    max-width: 100%; 
}
.fill_space .input_button{
    width: 100%;
    height: 100%;
}
.highlight_border .input_button{
    background-color: var(--color_bright_blue_trans) !important;
}
.input_button_select{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;   
    cursor: pointer;  
    border-radius: 30px;   
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    touch-action: manipulation;
    background-color: var(--color_dark_top);
    border: 3px solid transparent;
}
.non-touch .input_button_select:hover, .input_container.standalone:not(.trans) .input_button_select[data-value="1"], .input_container.box_shadow .input_button_select, .input_container.standalone:not(.trans) .input_button_select{
    border-color: var(--color_dark_blue) !important;
}

.big_image .input_button_select{
    width: 100%;
    height: auto;
    padding: 10px;
}
.input_button_select.multiple:first-child{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
 }
.input_button_select.multiple{
   border-radius: var(--border_value);
   margin-right: 10px;
}
.input_button_select.multiple:last-child{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-right: 0px;
}
.column .input_button_select.multiple:first-child{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.column .input_button_select.multiple{
    border-radius: var(--border_value);
    margin-bottom: 10px;
}
.column .input_button_select.multiple:last-child{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 0px;
}
.danger .input_button{
    background-color: var(--danger_color_dark_trans) !important;
}

.danger .input_button[data-count="1"], .danger .input_button[data-count="1"] img, .danger .input_button[data-count="1"] .input_button_label{
    color: black !important;
    filter: none;
    background-color: var(--danger_color) !important;
}
.danger .input_button[data-count="1"]{
    box-shadow: var(--box_shadow_side_dagner);
}


.box_shadow .input_button{
    background-color: var(--color_dark_top);
}
.input_button_image{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.spin{
    animation: loading_spinning 1s linear infinite;
}
.spin img{
    object-fit: contain;
}
@keyframes loading_spinning {
    0% {
        -webkit-transform: rotate(0deg); /* for older versions of Safari */
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg); /* for older versions of Safari */
        transform: rotate(360deg);
    }
} 

.big_image .input_button_image{
    width: auto;
    height: 150px;
    object-fit: contain; 
}
.input_button_label{
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    font-family: var(--palladion_font);
    color: var(--color_bright_top);
    padding-bottom: 3px;
    flex: 1 1 auto;
    min-width: 0;               /* enable shrinking within flex row */
    white-space: nowrap;        /* single line */
    overflow: hidden;           /* hide overflow */
    text-overflow: ellipsis;    /* add the … */
}

.input_time{
    -webkit-appearance: none;
    width: 100%;
    height: 64px;
    border-radius: var(--border_value);
    color-scheme: dark;
    /* box-shadow: none; */
    border: none;
    font-size: 20px;
    font-family: var(--palladion_font);
    color: var(--color_bright_top);
   
    padding-left: 13px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-top: 23px;
    
    align-items: end;
    border: none;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: var(--color_bright_blue);
}
/* .edge-browser .input_time{
    padding-top: 23px;
}
.chrome-browser .input_time{
    padding-top: 23px !important;
}
.firefox-browser .input_time{
    padding-top: 23px;
} */
.box_shadow .input_time{
    background-color: var(--color_dark_top);
}
.left_border .input_time{
    border-left: 10px solid var(--color_bright_blue);
}
.left_border.food .input_time{
    border-color:var(--food_color);
}
.left_border.fit .input_time{
    border-color:var(--fit_color);
}
.left_border.body .input_time{
    border-color:var(--body_color);
}
.left_border.reminder .input_time{
    border-color:var(--danger_color);
}
.input_container:has(.input_textarea){
    width: 100%;
}
.copy_text_button{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    border-radius: var(--border_value);
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px;
}
.input_textarea {
    /* appearance: none; */
    font-size: 20px;
    font-family: var(--palladion_font);
    width: 100%;
    height: 64px;
    /* box-shadow: none; */
    outline: none;
    padding: 10px;
    padding-top: 30px;
    padding-left: 13px;
    padding-bottom: 7px;
    background-color: var(--color_dark_blue);
    border-radius: var(--border_value);
    border: 2px solid rgba(0,0,0,0);
    resize: none;
    color: var(--color_bright_top);
    overflow: hidden;
    box-sizing: border-box;
}
.is_updated{
    border-color: var(--food_color) !important;
}
.input_textarea::placeholder, .input_number::placeholder{
    opacity: 1;
}
.box_shadow .input_textarea{
    background-color: var(--color_dark_top);
}
.left_border .input_textarea{
    border-left: 10px solid var(--color_bright_blue);
}
.left_border.food .input_textarea{
    border-color:var(--food_color);
}
.left_border.fit .input_textarea{
    border-color:var(--fit_color);
}
.left_border.body .input_textarea{
    border-color:var(--body_color);
}
.left_border.reminder .input_textarea{
    border-color:var(--danger_color);
}
.submit_indicator{
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    border-radius: var(--border_value);
    background-color: var(--color_dark_top);
    /* border: 1px solid rgb(61, 61, 61); */
        -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.submit_indicator_image{
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.input_link{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;   
    cursor: pointer;   
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    touch-action: manipulation;
    background-color: transparent;
}
.input_link_image{
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 2px;
}
.input_link_label{
    margin-left: 4px;
    font-size: 15px;
    font-family: var(--palladion_font);
    color: var(--color_bright_top);
    text-decoration: underline;
    white-space: nowrap;      /* Prevent text wrapping */
    overflow: hidden;         /* Hide overflow text */
    text-overflow: ellipsis;  /* Add ellipsis (…) */
    cursor: pointer;  
}
.file_list_container .input_link_label{
    max-width: 310px;
}
.non-touch .input_link_label{
    text-decoration: none;
}

.input_textarea.chk_txt{
    /* min-height: auto; */
    padding: 5px;
    padding-left: 10px;
    border-left: 2px solid transparent;
}
.chk_image{
    width: 40px;
    height: 40px;
    filter: brightness(0) saturate(100%) invert(80%) sepia(87%) saturate(1221%) hue-rotate(145deg) brightness(108%) contrast(98%);
}
.error_missing_value{
    position: relative;
}
.error_missing_value:after{
    content: '';
    position: absolute;
    right: 5px;
    top:5px;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background-color: var(--danger_color);
}

.qr_code_container{
    width: 280px;
    height: 280px;
    padding: 10px;
    background-color: var(--color_dark_top);
    border-radius: var(--border_value);
}
.service_contact_container{
    padding: 10px;
    padding-bottom: 13px;
    padding-left: 20px;
    background-color: var(--color_dark_top);
    border-radius: var(--border_value);
}
.label_danger{
    color: var(--danger_color);
}
.service_view_container{
    padding-left: 15px;
    padding-right: 15px;
}
.service_company_contact{
    white-space: pre-line;
    color: rgb(157,157,157);
}
.service_company_logo{
    width: 100px;
    height: 100px;
    border-radius: var(--border_value);
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: auto;
    margin-right: 20px;
}
.service_company_logo.centaria{
    width: 200px;
    height: 200px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
.service_company_label{

}
.service_company_label.big{
    font-size: 18px;
}

.error_message{
    color: var(--danger_color);
    font-size: 18px;
    font-weight: bold;
}
.error_message::before{
    content:"< ";
    font-size: 18px;
    font-weight: bold;
    color: var(--color_bright_top);
}
.error_message::after{
    content:" >";
    font-size: 18px;
    font-weight: bold;
    color: var(--color_bright_top);
}

.welcome_message_label{
    font-size: 25px;
    font-weight: bold;
}

.ai_response{
    white-space: pre-line;
}

.portfolio_row_container{
    min-height: 50px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: var(--color_dark_top);
    border-radius: var(--border_value);
    border: 2px solid transparent;
    position: relative;
    width: 100%;
}
.portfolio_row_container_inner{
    width: calc(100% - 90px);
}
.portfolio_row_container.renter{
    padding: 0px;
}
.combined_row{
    margin-bottom: 10px; 
}
.combined_row .portfolio_row_container{
    border-radius: 0px;
    margin-bottom: 2px;
    position: relative;
}
.text_line_through{
    text-decoration: line-through;
}
.combined_row .portfolio_row_container:last-child::after{
    display: none;
}
.group_number_batch{
    position: absolute;
    font-size: 16px;
    top: 10px;
    right: 10px;
    color: var(--color_bright_blue);
    background-color: var(--color_dark_blue);
    border-radius: var(--border_value);
    padding: 3px;
    padding-left:6px;
    padding-right:6px;
}
.combined_row .portfolio_row_container:first-child{
    border-top-left-radius: var(--border_value);
    border-top-right-radius: var(--border_value);
}
.combined_row .portfolio_row_container:first-child:has(+ .hide){
    border-bottom-left-radius: var(--border_value);
    border-bottom-right-radius: var(--border_value);
}
.combined_row .portfolio_row_container:last-child{
    border-bottom-left-radius: var(--border_value);
    border-bottom-right-radius: var(--border_value);
}
.portfolio_row_container:last-child{
    margin-bottom: 0px;
}
.portfolio_row_potential{
    height: 6px;
    background-color:rgb(31, 92, 92); 
    margin-bottom: 5px; 
    margin-top: 5px; 
    border-radius: 2px;
}
.portfolio_row_potential_label{
    font-size: 15px;
    margin-bottom: 4px;
    color: rgb(157, 157, 157);
}
.portfolio_row_rent_label{
    margin-top: 3px;
    font-size: 15px;
    color: var(--color_bright_blue);
}
.portfolio_row_rent_label.close_bottom{
    margin-bottom: 0px;
}
.portfolio_row_rent_label img, .portfolio_row_potential_label img{
    height: 20px;
    width: 20px;
}
.non-touch .portfolio_row_container:hover, .non-touch .portfolio_row_container.hover {
    border-color: var(--color_bright_blue);
}
.portfolio_row_rent{
    height: 12px;
    background-color: var(--color_bright_blue);
    border-radius: 2px;
    margin-top: 5px; 
}
.fill_row.portfolio_row_rent{
    transition: background-position 0.2s ease;
    background: linear-gradient(to right,var(--color_bright_blue),
    var(--color_bright_blue) 50%,
    black 50%,
    black calc(50% + 2px),
    rgb(157,157,157) calc(50% + 2px),
    rgb(157,157,157));
    background-size: calc(200% + 5px) 100%;
    background-position: calc(100% + 2px) 0%;
}
.portfolio_row_label{
    font-size: 18px;
    font-weight: bold;
    max-width: 280px;
    white-space: nowrap;        /* single line */
    overflow: hidden;           /* hide overflow */
    text-overflow: ellipsis;    /* add the … */
}
.portfolio_row_label_rent, .portfolio_row_label_rent_up_possible{
    font-size: 13px;
    background-color: rgba(255, 94, 94, 0.15);
    padding: 4px;
    padding-bottom: 6px;
    padding-left:8px;
    padding-right:8px;
    border-radius: 5px;
    color: var(--danger_color);
    font-weight: bold;
    margin-bottom: auto;
}
.rent_active .portfolio_row_label_rent{
    color: var(--food_color);
    background-color: rgba(4, 167, 119,0.15); 
}
.rent_ending .portfolio_row_label_rent{
    color: var(--body_color);
    background-color: rgba(255, 136, 25, 0.15); 
}
.portfolio_row_label_rent:last-child{
    margin-right: 0px;
}
.rent_up_possible .portfolio_row_label_rent_up_possible{
    color: var(--food_color);
    background-color: rgba(4, 167, 119,0.15); 
}
.rent_up_near .portfolio_row_label_rent_up_possible{
    color: var(--body_color);
    background-color: rgba(255, 136, 25, 0.15); 
}
.portfolio_row_image{
    width: 70px;
    height: 70px;
    border-radius: var(--border_value);
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}
.dashboard_kachel_container{
    /* min-height: 250px; */
}
.marktwert_value_container{
    background-color: var(--color_dark_top);
    padding: 10px;
    border-radius: var(--border_value);
    height: 75px;
    cursor: pointer;
    flex-shrink: 0;
}
.marktwert_value_container.left_border.body{
    border-left: 10px solid var(--body_color);
}
.marktwert_value_container.left_border.food{
    border-left: 10px solid var(--food_color);
}
.marktwert_value_container.left_border.danger{
    border-left: 10px solid var(--danger_color);
}

.fade_bottom {
   /* WebKit browsers (Chrome, Edge, Safari) */
    -webkit-mask-image: linear-gradient(180deg, #000 75%, rgba(0,0,0,0));
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;

    /* Firefox */
    mask-image: linear-gradient(180deg, #000 75%, rgba(0,0,0,0));
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    height: 95px;
    margin-bottom: 10px;
}
.push_make_short_overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}
.show_more_button_container.open .input_container{
    transform: rotate(180deg);
}


.fill_market_value.marktwert_value_container{
    transition: background-position 0.2s ease;
    background: linear-gradient(to right, rgb(50, 50, 50),
    rgb(50, 50, 50) 50%,
    black 50%,
    black);
    background-size: calc(200% + 5px) 100%;
    background-position: calc(100% + 2px) 0%;
}
.marktwert_value_value{
    font-weight: bold;
    font-size: 22px;
}
.marktwert_value_label{
    color: rgb(157, 157, 157);
    font-size: 15px;
}

.mapBox_name{
    color: var(--color_bright_top);
    font-weight: bold;
    font-size: 15px;
}
.mapBox_name.value{
    font-size: 13px;
    color: rgb(180,180,180);
}
.mapboxgl-popup-content{
    padding: 10px !important;
    background-color: black !important;
    border: 1px solid var(--color_bright_blue);
}
.mapboxgl-popup-tip{
    filter: brightness(0) saturate(100%) invert(90%) sepia(50%) saturate(7497%) hue-rotate(144deg) brightness(102%) contrast(98%);
    /* filter: invert(100%) !important; */
}
.distance-container {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.distance-container > * {
    background-color: rgba(0, 0, 0, 0.6);
    color: var(--color_bright_blue);
    font-size: 13px;
    font-family: var(--palladion_font);
    line-height: 18px;
    display: block;
    margin: 0;
    padding: 5px 10px;
    border-radius: var(--border_value);
}

.notification_container{
    padding: 10px;
    padding-left: 15px;
    border-radius: var(--border_value);
    background-color: var(--color_dark_top);
    border: 1px solid transparent;
}
.notification_headline{
    font-size: 17px;
    font-weight: bold;
}
.notification_content{
    color: var(--color_bright_top);
}
.pauli_notification_headline{
    font-size: 18px;
    font-weight: bold;
}
.pauli_notification_object{
    font-size: 18px;
    color: var(--color_bright_blue);

}
.notification_image{
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: var(--border_value);
    overflow: hidden;
}
.notification_image.type{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    width: 38px;
    height: 38px;
    /* font-weight: bold; */
    /* border: 2px solid white; */
    color: var(--color_bright_top);
    padding-bottom: 3px;
}
.notification_image.notification{
    background-color: rgba(255, 136, 25, 0.25);
    color: var(--body_color);
}
.notification_image.service{
    background-color: rgba(218, 162, 65, 0.25);
    color: var(--color_bright_blue);
}

.notification_image img{
    padding: 5px;
    background-color: rgba(0,0,0,0.2);
}
.notification_image_container{
    display: flex;
    flex-direction: column;
}
.notification_date{
    font-size: 14px;
    color: rgb(157, 157, 157);
}
.notifications_search_input{
    border: none;
    background-color: var(--color_dark_top);
    color:  white;
    font-size: 18px;
    width: 100%;
    height: 45px;
    /* box-shadow: none; */
    outline: none;
    align-items: center;
    padding-left: 50px;
    padding-bottom: 4px;
    padding-right: 40px;
    border-radius: 30px;
    position: relative;
    cursor:text;
    /* filter: invert(0%); */
}
.notifications_search_input::placeholder{
    color: grey;
    font-size: 18px;
}
.notification_container.border_danger{
    border-left: 10px solid var(--danger_color);
}
.notification_container.border_food{
    border-left: 10px solid var(--food_color);
}
.notification_container.border_body{
    border-left: 10px solid var(--body_color);
}
.small .notification_image_container{
    display: none;
}
.small.notification_container.border_danger{
    border: 1px solid transparent;
}
.small.notification_container.border_food{
    border: 1px solid transparent;
}
.small.notification_container.border_body{
    border: 1px solid transparent;
}
.small.notification_container{
    cursor: pointer;
}
.small .notification_content{
    display:none;
}

.webFormContainer_lock{
    background-color: var(--color_dark_top);
    height: 200px;
    width: 100%;   
    border-radius: var(--border_value);
    background-image: url('image_get?i=lock_grey.svg'); /* Path to your image */
    background-size: 35px 35px; /* Set the size of the image to 50px by 50px */
    background-repeat: repeat; /* Make the image repeat */
}
.webFormContainer_lock_label{
    font-size: 22px;
    color: rgb(157,157,157);
    backdrop-filter: blur(2px); /* Apply the blur effect */
    padding: 20px;
    border-radius: var(--border_value);
}
.banking_account_container{
    position: relative;
    z-index: 0;
    border-radius: var(--border_value);
    background-color: var(--color_dark_top);
    padding: 15px;
    margin-bottom: 5px;
}
.banking_account_label::after{
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: var(--color_dark_blue);
}
.banking_account_label:last-child::after{
    display: none;
}
.banking_account_label{
    margin-bottom: 5px;
    font-size: 18px;
}
.banking_account_label .label{
    color: rgb(157,157,157);
    font-size: 16px;
}
.banking_account_label .value{
    color: var(--color_bright_top);
}
.banking_account_label .big{
    font-size: 20px;
    font-weight: bold;
}
.banking_account_label .highlight{
    color: var(--color_bright_blue);
}
.banking_purpose_container{
    position: relative;
    z-index: 0;
    border-radius: var(--border_value);
    background-color: var(--color_dark_top);
    padding: 15px;
    margin-bottom: 5px;
    border: 2px solid transparent;
    cursor: pointer;
}
.non-touch .banking_purpose_container:hover{
    border: 2px solid var(--color_bright_blue);
}
.banking_scroll_container{
    overflow-y: scroll;
    max-height: 500px;
    min-height: 150px;
}


input:-webkit-autofill,
input:-webkit-autofill:focus{

  /* -webkit-text-fill-color: var(--color_dark_blue); */
  /* -webkit-box-shadow: 0 0 0px 1000px transparent inset; */
  /* transition: background-color 5000s ease-in-out 0s; */
}
input:-webkit-autofill:hover{
    /* -webkit-box-shadow: 0 0 0px 1000px var(--color_bright_blue) inset; */
}


.market_data_label .label.same_as_value{
    font-size: 18px;
}

.market_data_label.plus_after::after{
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: var(--color_dark_blue);
}
.market_data_label.plus_after:last-child::after{
    display: none;
}
.market_data_label{
    margin-bottom: 10px;
    font-size: 18px;
}
.market_data_label .label{
    color: rgb(157,157,157);
    font-size: 16px;
}
.market_data_label .value{
    color: var(--color_bright_top);
    overflow-wrap: anywhere;   /* allow break at any point if needed */
    word-break: normal;        /* keep words intact when possible */
    white-space: normal;       /* allow wrapping */
}
.market_data_label .big{
    font-size: 20px;
    font-weight: bold;
}
.market_data_label.no_name .big{
    font-size: 16px;
    color: rgb(157,157,157);
}
.market_data_label .highlight{
    color: var(--color_bright_blue);
}
.market_data_sum_info_label{
    color: rgb(157,157,157);
    font-size: 14px;
}
.market_progress_container{
    height: 20px;
    width: 50%;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--color_dark_blue);
}
.market_progress_container .progressbar_container{
    margin: auto;
}
.market_data_statistics_container{
    height: 350px;
    border-radius: var(--border_value);
    overflow: hidden;
    position: relative;
}



.number_highlight{
    color: black;
    /* border: 1px solid var(--fit_color); */
    background-color: var(--color_bright_blue);
    display: inline-block;
    border-radius: var(--border_value);
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}


.shopping_list_image{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.shopping_item .input_link{
    padding: 0px;
    margin: 0px;
}
.shopping_item .input_link_label{
    padding: 0px;
    margin: 0px;
    font-size: 17px;
}
.shopping_item{
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color_dark_blue);
}
.shopping_item:last-child{
    padding-bottom: 0px;
    border-bottom: none;
}
.date_range_shopping{
    color: var(--food_color);
    font-weight: bold;
    font-size: 19px;
}

.calculator_nutrition_row{
    padding: 15px;
    color: var(--color_dark_top);
    /* background-color: var(--color_dark_top); */
    border-bottom: 1px solid var(--color_dark_top);
}
.calculator_nutrition_row:last-child{
    border: none;
}
.calculator_nutrition_content{
    
}
.calculator_nutrition_content.label{
    font-size: 18px;
    width: 50%;
 }
.calculator_nutrition_content.value{
    text-align: right;
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 16px;
    /* font-weight: bold; */
    /* color: var(--food_color); */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



.load_more_button_container{
    display: flex;
}
.load_more_button{
    background-color: rgba(146, 146, 146, 0.15);
    border-radius: 15px;
    min-height: 30px;
    flex: 0 0 auto; /* no shrinking */
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: transparent solid 1px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.non-touch .load_more_button:hover{
    background-color: rgba(0, 116, 131, 0.15);
}

.no_shrink{
    flex: 0 0 auto;
}

.search_container.top{
    width: 470px;
    margin-left: 10px;
    margin-top: 10px;
}
.search_container .hom_menu_search_container{
    margin-top: 10px;
}

.data_changeable{
    position: relative;

}
.data_changeable::after{
    content:'';
    width: 15px;
    height: 15px;
    border-radius: 10px;
    position: absolute;
    bottom: -20px;
    right: 5px;
    background-color: var(--danger_color);
}


.stat_top_container{
    display: flex;
    flex-direction: column;
}
.stat_dummy{
    height: 495px;
    width: 100%;
    background-color: var(--color_dark_top);
    border-radius: var(--border_value);
}





.data_content_textarea{
    width: 100%;
    min-height: 500px;
}
.quick_search_result_single_container{
    height: 125px;
}
.quick_search_result_image{
    width: 50px;
    height: 50px;
    border-radius: var(--border_value);
    flex: 0 0 auto;
    object-fit: cover;
}
.has_image .quick_search_result_image{
    object-fit: cover;
}

.quick_search_result_arrow{
    width: 20px;
    height: 20px;

}
.quick_search_result_image_indicator{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* border-radius: 30px; */
    /* background-color: rgba(255,255,255,0.6); */
    
    /* -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
}
.quick_search_result_image_indicator img{
    width: 20px;
    height: 20px;
    object-fit: contain; 
}

.quick_search_result_image_indicator:last-child{
    margin-right: 0px;
}

.soft_spacer{
    width: calc(100% - 125px);
    height: 1px;
    flex: 0 0 auto;
    background-color:  var(--color_bright_blue);
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    /* margin-right: auto; */
}

.quick_search_result_single_label{
    font-size: 20px;
    font-weight: bold;
    /* width: 100%; */
    max-height: 70px;
    /* border-radius: 5px; */
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* border-radius: var(--border_value); */
    color:white;
    flex: 0 0 auto;
   
}
.quick_search_result_single_label.small{
    font-size: 18px;
    font-family: var(--palladion_font);
    font-weight: normal;
}






.search_container{
    width: 100%;
    filter: invert(0%); /* SAFARI BUG SONST*/
}

.hom_menu_search_container{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    position: relative;
    border-radius: 25px;
    margin-left: 10px;
    margin-right:10px;
    margin-bottom: 10px;
    width: calc(100% - 20px);
    margin: auto;
    margin-left: 0px;
    margin-right: 10px;
}


.hom_menu_search_input::placeholder{
    color: grey;
    font-size: 18px;
}
.hom_menu_search_input{
    border: none;
    background-color: var(--color_dark_blue);
    color:  white;
    font-size: 18px;
    width: 100%;
    height: 45px;
    /* box-shadow: none; */
    outline: none;
    align-items: center;
    padding-left: 50px;
    padding-right: 40px;
    border-radius: 30px;
    position: relative;
    cursor:text;
    /* filter: invert(0%); */
}
.side_by_side_column_entry .hom_menu_search_input{
    background-color: var(--color_dark_top);
    color: var(--color_dark_blue);
    display: flex;
    align-items: center;
    /* box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11); */
}
.non-touch .side_by_side_column_entry .search_container:hover .hom_menu_search_input{
    background-color: var(--color_bright_blue);
    color: black;
}
.non-touch .side_by_side_column_entry .search_container:hover img{
    filter: none;
}
#top_content .hom_menu_search_container{
    margin: 10px;
}
body.three_column .column_panel .hom_menu_search_container{
    margin: 10px;
    width: calc(100% - 20px);
}
.hom_menu_search_input_search_image{
    width: 50px;
    height: 50px;
    padding: 10px;
    position: absolute;
    top: -2px;
    left: 0px;
    pointer-events: none;
    z-index: 3;
}
.non-touch .hom_menu_search_input_search_image:hover img{
    border-radius: 30px;
    filter:none;
    background-color: var(--color_bright_blue);
}
.hom_menu_search_input_search_image_delete{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    border-radius: 30px;
    padding: 2px;
    cursor: pointer;
}
.non-touch .hom_menu_search_input_search_image_delete:hover img{
    border-radius: 30px;
    filter:none;
    background-color: var(--color_bright_blue);
}
.hom_menu_search_input_search_counter{
    position: absolute;
    top: 12px;
    right: 40px;
    z-index: 3;
    font-size: 16px;
    color: grey;
}

.add_data_contrainer_search{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    right:10px;
    z-index: 3;
    /* box-shadow: var(--box_shadow_side); */
    /* background-color: rgb(157,157,157); */
}
body.three_column .add_data_contrainer_search{
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 10px 10px;
    width: calc(100% - 20px);
    justify-content: flex-start;
}
@media screen and (max-width: 480px) {
    .add_data_contrainer_search{
        /* position: fixed; */
    }
}


.add_new_data_layer.show_add_new_layer{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: var(--color_bright_blue_trans); */
}
@media screen and (max-width: 480px) {
    .add_new_data_layer.show_add_new_layer{
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100dvw;
        height: 100dvh;
        /* background-color: var(--color_bright_blue_trans); */
    }
}

.add_data_contrainer_label{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    color: var(--color_bright_top);
    font-size: 20px;
    padding: 5px;
    font-family: var(--palladion_font);
    border-radius: 30px;
    background-color: var(--color_dark_blue);
    padding-left: 10px;
    padding-right: 10px;
}
.add_data_contrainer_img{
   width: 35px;
   height: 35px;
}



.transaction_container{
    max-height: 300px;
    overflow-y: auto; 
    overflow-x: hidden;  
    color-scheme: dark;
    width: 100%;
}


.progressbar_container{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 5px;
    margin-bottom: 20px;
}
.progressbar_inner{
    --progress: 30%;
    --color_progress: var(--color_bright_blue);
    --color_border: var(--color_bright_blue);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-left: 3px solid var(--color_border);
    border-right: 3px solid var(--color_border); */
    background: linear-gradient(to right, var(--color_progress),var(--color_progress) var(--progress), black var(--progress), black );
}
.progressbar_txt{
    margin-left: 10px;
    margin-right: 10px;
    font-family: var(--palladion_font);
    font-size: 1.2em;
}

.hirachy_symbol{
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: auto;
    margin-left: 0px;
    margin-right: 10px;
    background-color: var(--color_bright_blue);
    flex-shrink: 0;
}



/* .non-touch .hom_menu_search_container:hover .hom_menu_search_input{
    color: black !important;
    background: none;
    background-color: var(--color_bright_blue);
    border-color: transparent;
}
.non-touch .hom_menu_search_container:hover .hom_menu_search_input::placeholder{
    color: black;
}
.non-touch .hom_menu_search_container:hover img{
    filter: none;
}
.hom_menu_search_container:has(input:focus) img{
    filter: none;
} */



.hom_menu_search_result{
    max-height: calc(100dvh - 220px);
    min-height: 180px;
    overflow-y: scroll;
    filter: invert(0%); /* SAFARI BUG SONST*/
    display: flex;
    flex-direction: column;
    background-color: var(--color_dark_top);
    padding-left: 10px;
    padding-right: 10px;
    color-scheme: dark;
}
@media screen and (max-width: 480px) {
    .hom_menu_search_result{
        padding-left: 10px;
        padding-right: 10px;
        max-height: calc(100dvh - 120px);
    }
}

.hom_menu_content_button{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex: row;
    padding: 15px;
    padding-left: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

.non-touch .hom_menu_content_button:hover{
    background: var(--color_bright_blue) !important;
}
.non-touch .hom_menu_content_button:hover .hom_menu_content_button_label{
    color: black;
}

.hom_button_image_content{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.hom_menu_content_button_label{
    padding-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
    color: var(--color_bright_top);
}
.selected .hom_menu_content_button_label{
   color: var(--color_dark_top);
}

.selected img.filter_txt{
    filter: none !important;
}


.home_calendar_row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
.home_calendar_row:not(:last-of-type){
    margin-bottom: 10px;
}
.home_calender_statistic_label{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    position: relative;
}


.home_calender_statistic_label_label{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 2.0em;
    color: var(--color_dark_blue);
    height: 45px;
    font-family: var(--palladion_font);
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .home_calender_statistic_label_label{
        border-left-color: transparent;
        border-right-color: transparent;
        border-radius: 0px;
    }

}

.home_calender_statistic_label.hom{
    margin-top: 0px;
    margin-bottom: 0px;

}

.home_calender_statistic_label.bottom{
    margin-bottom: 15px;
}


.home_calender_statistic_label_image{
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.timetable_week{
    display: flex;
    flex-direction: column;
}
.timetable_week_day_container{
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.week_day_labeld_icon_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    position: relative;
    border-radius: var(--border_value);
}
.non-touch .week_day_labeld_icon_container:hover{
    background-color: var(--color_bright_blue);
    color: black;
}
.non-touch .week_day_labeld_icon_container:hover .calender_marker.done {
    background-color: var(--color_dark_top);
}

.week_day_labeld_icon_container_head{
    margin: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    font-size: 0.8em;
}
.calender_marker_photo{
    width: 25px;
    height: 25px;
    background: url('image_get?i=photo.svg');
    position: absolute;
    top:1px;
    right:1px;
    background-size: contain;
}
.calender_marker_photo:not(.done){
    display: none;
}
.calender_marker{
    width: calc(100% - 0px);
    height: 5px;
    /* border-radius: 5px; */
    margin-top: 5px;
    background-color: var(--color_bright_blue);
}
.future .calender_marker{
    /* opacity: 0.25; */
}
.not_relevant_month{
    opacity:0.25;
}
.calender_marker.food{
    background-color: var(--color_bright_blue);;
}
.calender_marker.fit{
    background-color: var(--color_bright_blue);
}
.calender_marker.body{
    background-color: var(--color_bright_blue);
}
.calender_marker.reminder{
    background-color: var(--danger_color);
    position: absolute;
    top: -2px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: var(--border_value);
    opacity: 1;
}
.calender_marker:not(.done){
    background-color: transparent;
}
.month_day_selection{
    background-color: var(--color_bright_blue);
}

.week_day_labeld_icon{
    font-size: 1.0em;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}
.today .week_day_labeld_icon{
    font-weight: bold;
    font-size: 1.1em;
    color: var(--color_bright_top);
}

.non-touch .today:hover .week_day_labeld_icon{
    color: black;
}

.week_day_labeld_icon_container.selected{
    border: 2px solid var(--color_bright_blue);
}
.loading{
    background-color: var(--color_bright_blue);
}

.calender_day_entry_container{
    border-radius: var(--border_value);
    padding: 5px;
}
.calender_day_entry_time{
    color: rgb(157,157,157);
}
/* .loading::before{
    position: absolute;
    content: "";
    background: url('image_get?i=logo_kalorime.svg');
    background-size: cover;
    width: 15px;
    height: 15px;
    top: 2px;
    right: 2px;
    animation: loading_spinning 0.8s linear infinite;
}
@keyframes loading_spinning {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */



.standalone.timetable_day_container{
    border-radius: var(--border_value);
    background-color: var(--color_dark_top);
}
.timetable_day_content_container{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    padding-left: 12px;
    width: 100%;
    position: relative;
    cursor: pointer;
    border-top: 1px solid transparent;
    border-radius: var(--border_value);
}
.non-touch .timetable_day_content_container:hover{
    background-color: var(--color_bright_blue);
}
.non-touch .timetable_day_content_container:hover .timetable_day_content_container_stripe{
    background-color: black !important;
}
.non-touch .timetable_day_content_container:hover .timetable_day_content{
    color: black !important;
}
.non-touch .timetable_day_content_container:hover .timetable_day_content_details{
    color: black !important;
}
.non-touch .timetable_day_content_container:hover .timetable_day_content_timestamp{
    color: black !important;
}
.non-touch .timetable_day_content_container:hover img{
    filter: none !important;
}

.timetable_day_content_container_stripe{
    height: 80px;
    width: 8px;
    border-radius: var(--border_value);
    margin-right: 10px;
    margin-left: 0px;
}
.food .timetable_day_content_container .timetable_day_content_container_stripe{
    background-color: var(--food_color);
}
.fit .timetable_day_content_container .timetable_day_content_container_stripe{
    background-color: var(--fit_color);
}
.body .timetable_day_content_container .timetable_day_content_container_stripe{
    background-color: var(--body_color);
}
.reminder .timetable_day_content_container .timetable_day_content_container_stripe{
    display: none;
}
.timetable_day_image{
    height: 80px;
    width: 80px;
    border-radius: var(--border_value);
    object-fit: contain;
    margin-right: 10px;
}
.has_image .timetable_day_image{
    object-fit: cover;
}
.timetable_day_content_txt_container{
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(100% - 110px);
}
.timetable_day_content{
    position: relative;
    cursor: pointer;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-family: var(--palladion_font);
    font-weight: bold;
    font-size: 20px;
}
.timetable_day_content_details{
    margin-top: 8px;
    font-size: 0.9em;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 20px;
    width: 100%;
    color: var(--color_dark_blue);
}
.timetable_day_content_timestamp{
    margin-top: 8px;
    font-size: 0.85em;
    color: var(--color_dark_blue);
    text-align: right;
}
.timetable_day_clip_container{
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: var(--border_value);
}

.show_content_container{
    color: var(--color_bright_top);
}
a{
    color: var(--color_bright_top);
}

a:visited{
    color: var(--color_bright_blue);
}


li {
    margin-top: 10px;
}



@keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInOp {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
.show_login #top_content, .show_login #menu_content, .show_landing #top_content, .show_landing #menu_content, .show_landing #ai_overlay{
    display: none;
}
.show_login #left_column,
.show_login #middle_column,
.show_landing #left_column,
.show_landing #middle_column{
    display: none;
}
.show_login #main_columns,
.show_landing #main_columns{
    padding: 0px;
}
.show_login .double_column .sticky_col:last-child{
     display: none;
}
.show_login .side_by_side_column_entry_container{
     margin: 20px !important;
}
.show_login .double_column .side_by_side_column{
    width: 480px;
}
.show_landing #main_content, .show_landing #app_content, .show_login #app_content{
    margin: 0px;
    padding: 0px;
    width: 100dvw;
    scrollbar-gutter: auto;
}
.show_login #app_content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.show_landing .side_by_side_column_collection, .show_landing #main_content{
    border-radius: 0px;
}
.show_login #main_content{
    margin: 0px;
    width: 480px;
    padding-top: 0px;
}

.landing_top_text{
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    background-color: var(--color_dark_blue);
    position: fixed;
    z-index: 3;
    top: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);

}
.ladning_top_text_link{
    display: flex;
    justify-content: center;
    color: var(--color_bright_top);
    align-items: center;
    height: 100%;
    padding:15px;
    cursor: pointer;
    font-family: var(--palladion_font);
    transition: 0.2s ease;
}
.ladning_top_text_link.login{
    font-weight: bold;
}
.non-touch .ladning_top_text_link:hover{
    background-color: var(--color_bright_blue);
    color: black;
}
.ladning_top_text_link_logo{
    filter: none;
    margin: 10px;
    margin-right:auto;
    margin-left: 20px;
    height: 30px;
    cursor: pointer;
}
.ladning_top_text_link_logo img{
    object-fit: contain;
}
.landing_container{
    /* border-radius: var(--border_value); */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* background: radial-gradient(circle at 25% 50%, var(--color_dark_blue) 0%, #000 70%, #000000 100%); */
}
.landing_cards_container{
    width: 100%;
    display: flex;
    flex-wrap: wrap; 
    opacity: 0;
    transition: 1s ease; 
    background-color: #00263a;
    border-radius: var(--border_value);
}
.landing_cards_container.odd{
    background-color: var(--color_dark_blue) !important;
}
.landing_cards_container.calc{
   flex-wrap: nowrap;
   padding: 50px;
   padding-top: 150px;
   padding-bottom: 150px;
}
.landing_cards_container.show{
    opacity: 1;
}
.landing_cards_container.last{
    margin-bottom: 50px;
}
.landing_card{
    width: 300px;
    background-color: var(--color_bright_top);
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13), 0 1px 1px 0 rgba(0, 0, 0, .11);
    margin: 50px;
    border-radius: var(--border_value);
}
.landing_card_image{
    object-fit: contain;
}
.calc .landing_card_image{
    width: 550px;
    border-radius: var(--border_value);
    object-fit: cover;
}
.landing_card_image.foryouandmore{
    width: 380px;
    padding: 10px;
    background-color: var(--color_bright_top);
}
.landing_card_image.ai{
    width: 400px;
   
}
.landing_card_image.about_us{
    border-radius: var(--border_value);
    width: 400px;
    
}
.landing_card_image_container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left:50px;
    
}
.landing_top_image_text{
    color: var(--color_bright_top);
    font-style: italic;
    font-size: 0.8em;
    padding: 15px;
    padding-left: 30px;
}
.landing_card_headline{
    display: flex;
    align-items: center;
    margin: 50px;
    font-family: var(--palladion_font);
    font-size: 58px;
    color: var(--color_bright_top);
    width: 100%;
}
.calc .landing_card_headline{
    width: calc(100% - 100px);
}
.landing_card_text{
    display: flex;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
    font-family: var(--palladion_font);
    font-size: 28px;
    color: var(--color_bright_top);
    width: 100%;
}
.calc .landing_card_text{
    width: calc(100% - 100px);
}
.landing_card_text_headline{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-family: var(--palladion_font);
    font-size: 2.8em;
    color: var(--color_dark_blue);
}
.landing_card_text_text{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--palladion_font);
    font-size: 1.4em;
    color: var(--color_dark_blue);
    width: 100%;
    padding: 10px;
    margin-top: 15px;

}
.main_landing_container{
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 900px;
}
.main_landing_hero_container{
    display: flex;
    margin: auto;

}
.landing_image_overlay{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: var(--color_dark_blue);
    opacity: 0.25;
}
.main_landing_image_container{
    position: relative;
    margin-left: 120px;
    margin-top: auto;
    margin-bottom: auto;
    width: 430px;
    height: 430px;
    flex: 0 0 auto;
    /* animation: fadeIn 1s ease-in-out; */
    animation: fadeInOp 1s ease-in-out;
}
.main_landing_image{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: var(--border_value);
    border-bottom-left-radius: var(--border_value);
}
.main_landing_image_banner{
    position: absolute;
    bottom: 50px;
    left: 30px; 
    width: calc(100% - 60px);
    height: 80px;   
    display: flex;
    background-color: var(--color_dark_blue);  
    opacity: 0.9;
}
.main_landing_text{    
    font-family: var(--palladion_font);
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: var(--border_value);
    color: var(--color_bright_top);
    width: 100%;
    font-size: 58px;
    /* background-color: #00273c; */

    animation: fadeInOp 1s ease-in-out;
}
.main_landing_text.mid{
    padding: 40px;
    border: none;
    animation: none;
}
.main_landing_text.small{
    padding: 0px;
    font-size: 24px;
    margin-top: 20px;
    display: inline-block;
    border: none;
}
.main_landing_text.top{
    padding: 0px;
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
    border: none;
}

.main_landing_text ul{
    margin: 0px;
}
.highlight_landing{
    display: inline-block;
    color: var(--body_color);
}
.mini_privacy_info{
    color: var(--color_dark_top);
    font-size: 13px;
}
.mini_privacy_info_image{
    filter: none;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.mini_privacy_info.other_account{
    background-color: var(--danger_color);
    color: var(--color_bright_top);
    padding: 5px;
    border-radius: var(--border_value);
}
.button_landing{
    background-color: var(--food_color);
    padding: 5px;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 30px;
    cursor: pointer;
    z-index: 2;
}
.features_landing_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 2;  
}
.features_items_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.features_container{
    margin: 30px;
    border-radius: 35px;
    width: calc(50% - 60px);
    min-height: 300px;
    background-color: var(--color_dark_top);
    /* border: 8px solid var(--danger_color); */
}
.features_container.start{

    background-color: transparent;
    border: none;
}
.features_container_top{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
    padding: 20px;
    border-bottom: 1px solid var(--color_dark_blue);
    font-family: var(--palladion_font);
}
.features_container_text{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    padding: 20px;
    font-family: var(--palladion_font);
}
.features_container_text.start{
    color: var(--color_bright_top);
}
.button_feature{
    background-color: var(--food_color);
    padding: 5px;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 20px;
    cursor: pointer;
    font-family: var(--palladion_font);
    color: var(--color_bright_top);
    z-index: 5;
}

@media screen and (max-width: 1150px) { 
    .main_landing_container{
        flex-direction: column;
    }
    .main_landing_image_container{
        margin: 20px;
        width: calc(100% - 40px);
        height: 320px;
    }
    .main_landing_image_container:first-of-type{
        margin: 20px;
        width: calc(100% - 40px);
        height: 300px;
    }
    .main_landing_text{    
        padding: 40px;
        padding-top: 10px;
    }
    .features_container{
        margin: 20px;
        width: calc(100% - 40px);
    }
    .features_items_container
    {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .main_landing_image_banner{
        padding-top: 6px;
        padding-bottom: 6px;
        bottom: 43px;
}
}


.center_inner{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.text_bold{
    font-family: var(--palladion_font);
    font-size: 1.2em;
    margin-bottom: 5px;
}
.text_bold.bold{
    font-weight: bold;
}
.text_bold.fit{
    color: var(--fit_color);
}

.details_highlight{
    font-weight: bold;
    margin-right: auto;
    color: var(--color_bright_top);
    opacity: 0.55;
    margin-top: auto;
    margin-left: 10px;
}

.clip_row_label{
    font-size: 0.9em;
    color: var(--color_dark_blue);
}
.clip_down_row_image{
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: var(--border_value);
}


.time_series_value_row_container{
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color_bright_blue);
}
.time_series_value_row_container:last-child{
    padding-bottom: 0px;
    border-bottom: none;
}

.time_table_head_label{
    width: 100%;
    color: var(--color_bright_top);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: var(--palladion_font);
    font-size: 1.5em;
    /* font-weight: bold; */
}
.time_table_head_label_week{
    font-weight: bold;
    font-size: 1.0em;
}
.time_head_navigate_label{
    font-size: 1.3em;
    /* color: var(--color_bright_top); */
}
.time_table_head_symbol{
    height: 45px;
    /* padding-left: 15px;
    padding-right: 15px; */
    display: flex;
    cursor: pointer;
    border-radius: var(--border_value);
    align-items: center;
    justify-content: center;
    margin: 5px;
    /* transition: 0.2s ease-in-out; */
    /* border: 1px solid white; */
    /* background-color: var(--color_dark_top); */
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13), 0 1px 1px 0 rgba(0, 0, 0, .11); */
}
.time_table_head_symbol.left{
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
}
.time_table_head_symbol.right{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
}
.time_table_head_symbol img{
    width: 30px;
    height: 30px;
}
.non-touch .time_table_head_symbol:hover{
    background-color: var(--color_bright_blue);
    border-color: transparent;
}
.non-touch .time_table_head_symbol:hover .time_head_navigate_label{
    color: black;
}
.non-touch .time_table_head_symbol:hover img{
    filter: none;
}

.time_table_image
{
    height: 40px;
    width: 40px;
    object-fit: contain;
    /* filter: invert(100%); */
}

.time_table_image.right{
    transform: rotate(180deg);
}

.timetable_day_statistics_container{
    display: flex;
    flex-direction: column;
}
.timetable_day_statistics_row{
    display: flex;
    flex-direction: row;
    padding: 15px;
    
    align-items: center;
    background-color: var(--color_dark_top);
    border-bottom: 1px solid var(--color_dark_blue);
    /* box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11); */
}
.timetable_day_statistics_row:last-child{
    border: none;
}

.timetable_day_statistics_label{
    display: flex;
    flex-direction: column;
    width: 50%;
    overflow: hidden;
    /* flex: 0 0 auto; */
}
.timetable_day_statistics_label_head{
    font-size: 1.2em;
    font-family: var(--palladion_font);
    font-weight: bold;
}
.timetable_day_statistics_label_detail{
    margin-top: 5px;
    margin-bottom: 3px;
    color: black;
    font-size: 1.0em;
}


.nutrition_indicator_bar_container{
    width: 50%;
    margin: 5px;
    border-right: 3px solid var(--color_dark_blue);
    border-left: 3px solid var(--color_dark_blue);
    height: 13px;
}
.nutrition_indicator_bar_container.no_bar{
    background-color: var(--color_bright_blue);
    /* opacity: 0.5; */
}
.nutrition_indicator_bar_container_bar{
    --width: 100%;
    
    width: var(--width);
    height: 13px;
}
.nutrition_indicator_bar_container_bar.bar_good{
    background-color: var(--food_color);
}
.nutrition_indicator_bar_container_bar.bar_empty{
    background-color: transparent;
}
.nutrition_indicator_bar_container_bar.bar_over{
    background-color: var(--danger_color);
    margin-left:3px;
    flex: 0 0 auto;
}


.timetable_month{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    font-size: 1.2em;
    position: relative;
    justify-content: space-between;
    padding: 10px;
    padding-top: 0px;
}
.timetable_month_top_row{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    height: 40px;
}
.timetable_month_row{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}


.object_map{
    display: flex;
    width: 100%;
    height:400px;
    border-radius: var(--border_value);
}



.person_result_kcal_number{
    font-size: 2.4em;
    font-family: 'KalorimeDigit';
    /* font-weight: bold; */
    color: var(--color_bright_top);
}
.small .person_result_kcal_number{
    font-size: 2.0em;
}
.person_result_kcal_label{
    font-size: 1.2em;
    color: var(--color_bright_top);
    font-family: var(--palladion_font);
}
.small .person_result_kcal_label{
    font-size: 1.0em;
}
.calc_result_container{
    background-color: var(--food_color);
}


.market_no_data_head_line{
    font-family: var(--palladion_font);
    font-size: 1.9em;
    font-weight: bold;
    /* background-color: var(--color_dark_top); */
}
.entry_head_line{
    font-family: var(--palladion_font);
    font-size: 1.9em;
    font-weight: bold;
    padding:10px;
    padding-bottom:8px;
    padding-top:0px;
    /* background-color: var(--color_dark_top); */
    margin: 0;
}
.food .entry_head_line{
    color: var(--food_color);
}
.fit .entry_head_line{
    color: var(--fit_color);
}
.body .entry_head_line{
    color: var(--body_color);
}


#pauli_div{
    border: 1px solid var(--color_bright_blue);
    box-shadow: 0 0 8px 0 rgba(218, 162, 65, 0.35);
    position: relative;
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
    background-color: var(--color_dark_top);
}
#pauli_div:hover{
    box-shadow: 0 0 15px 0 rgba(218, 162, 65, 0.35);
}
#pauli_overlay{
    display: flex;
    flex-direction: column;
	width: 100%;
    position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
    pointer-events: none;
}
#pauli_content{
    background-color: var(--color_dark_top);
    border: 3px solid var(--color_bright_blue);
    box-shadow: 0 0 8px 0 rgba(218, 162, 65, 0.35);
    border-radius: var(--border_value);
    width: 1150px;
    max-height: calc(100dvh - 200px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    color: var(--color_bright_top);
    padding: 20px;
    pointer-events: all;
    overflow-y: scroll;
    color-scheme: dark;
    overflow-x:hidden;
}
@media screen and (max-width: 1150px) {
    #pauli_content{
        width: 700px;      
    }    
}
@media screen and (max-width: 700px) {
    #pauli_content{
        width: 480px;      
    } 
}
@media screen and (max-width: 480px) {
    #pauli_content{     
        width: 100%;
        max-height: 100dvh;
        height: 100dvh;
        margin-top: 0;
        border-radius: 0;
    }   
}
.pauli_info_text{
    margin-top:auto;
    margin-bottom: auto;
    font-size: 21px;
    color: var(--color_bright_blue);
}
.pauli_info_text.small{
    margin-bottom: 10px;
    font-size: 18px;
    color: rgb(157,157,157);
}
.banking_info_text{
    font-size: 18px;
    color: rgb(190, 190, 190);  
}
.time_series_generate_hint{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}
.time_series_generate_hint .input_button{
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
}

.pauli_back_button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color_dark_top);
    padding: 10px;
}

.food_macro_container{
    display: flex;
    flex-direction: column;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}




.part_row_container{
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    /* cursor: pointer; */
}
.part_row_container:last-of-type{
    margin-bottom: 0px;
}
.part_row_container_row{
    display: flex;
    flex-direction: row;
    height: 20px;
    width: 100%;
    border-right: 3px solid var(--color_dark_blue);
    border-left: 3px solid var(--color_dark_blue);
}
.part_row_label{
    color: var(--color_dark_blue);
    width: 200px;
    font-size: 1.2em;
    font-family: var(--palladion_font);
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
}
.part_row_label_spacer{

    margin-left: auto;
    margin-right: auto;
}
.part_row{
    height: 100%;
    border-radius: 0px;
}
.part_row.mid{
    background-color: var(--food_color);
}


.entry_desc_txt{
    white-space: pre-wrap;
    width: 100%;
    line-height: 23px;
    font-size: 1.0em;
    padding: 15px;
}


.canvas_container{
    width: 100%;
    height: 100%;
    /* background-color: red; */
}

.file_list_container{
    margin-top: 10px;
}

.mid{
    margin: auto;
}
.hide{
    display: none !important;
}

.user_request_list_entry_container{
    border-radius: var(--border_value);
    background-color: var(--color_dark_top);
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.user_request_list_entry_container:last-child{
    margin-bottom: 0px;
}

#user_settings_view{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quick_search_result_row{
    width: 100%;
}
.search_result_interaction_container{
    width: 150px;
}
.search_result_interaction_container.small{
    width: 75px;
}
.search_result_interaction_image_container{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: var(--color_dark_blue);
}
.standalone .search_result_interaction_image_container{
    background-color: var(--color_dark_top);
}

.search_result_interaction_image_container img{
    height: 30px;
    width: 30px;
}
.search_result_interaction_image_container.rotate_180{
   transform: rotate(180deg); 
}

.rotate_180{
    transform: rotate(180deg); 
}
.centaria_test_text{
    font-size: 18px;
    color: var(--color_bright_blue);
    padding: 20px;
}
.disabled_abo{
    filter: grayscale(100%);
    pointer-events: none !important;
}
.disabled_feature .hear_disabled_feature{
    display: none;
}
.disabled_feature .hear_disabled_feature_input, .disabled_feature.hear_disabled_feature_input{
    pointer-events: none; /* Prevent interaction with this element */
    filter: grayscale(100);
}
.active_abo_container{
    border-radius: var(--border_value);
    background-color: var(--color_dark_top);
    padding: 10px;
}
.disabled_container{
    position: relative; /* Important for the pseudo-element positioning */
    pointer-events: none; /* Prevent interaction with this element */
    filter: grayscale(100);
}
.filter_interaction_button{
    position: absolute;
    bottom: 10px;
    right:20px;
    z-index: 1;
}
.object_total_container{
    border-bottom: 1px solid var(--color_dark_blue);
    margin-bottom: 10px;
}
.object_balance_values{
    background-color: var(--color_dark_top);
    border-radius: var(--border_value);
}
.feature_entry_container:not(.feature_edit_mode) .object_balance_values{
    margin-bottom: 10px;
}
.object_balance_total_value{
    padding: 10px;
    font-size: 25px;
    font-weight: bold;
    margin-left:auto;
    
}
.object_balance_total_value.highlight{
    color: var(--color_bright_blue);
}
.object_grouping .object_balance_total_value{
    font-size: 21px;
}
.object_balance_row_deactivate{
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: var(--border_value);
    display: flex;
    flex-shrink: 0;
    margin-left: 10px;
}
.object_balance_total_value.negative{
    color: var(--danger_color);
}
.object_balance_total_value.positive{
    color: var(--food_color);
}
.object_balance_total_label{
    padding: 10px;
    padding-bottom: 0px;
    font-size: 21px;
    color: rgb(170,170,170); 
}
.object_grouping .object_balance_total_label{
    font-size: 19px;
}

.object_balance_total_label.small{
    margin-top: auto;
    margin-bottom: 10px;
    font-size: 17px;
}
.object_balance_total_label.highlight{
    color: var(--color_bright_top);
    font-weight: bold;
}

.object_balance_total_renter{
    padding: 10px;
    padding-top: 0px;
    font-size: 14px;
    color: rgb(157,157,157); 
}
.object_balance_row_date{
   color: rgb(157,157,157);
}
.object_balance_row_purpose{
   color: var(--color_bright_blue);
   /* Allow this middle column to take remaining space and truncate */
   flex: 1 1 auto;
   min-width: 0;               /* enable shrinking within flex row */
   white-space: nowrap;        /* single line */
   overflow: hidden;           /* hide overflow */
   text-overflow: ellipsis;    /* add the … */
}
.object_balance_row_value{
    margin-left: auto;
    font-size: 18px;
}
.object_balance_row_value.negative{
    color: var(--danger_color);
}
.object_balance_row_value.positive{
    color: var(--food_color);
}
.force_ellipses{
   min-width: 0;               /* enable shrinking within flex row */
   white-space: nowrap;        /* single line */
   overflow: hidden;           /* hide overflow */
   text-overflow: ellipsis;    /* add the … */ 
}
.value_pair_edit_button{
    position: absolute;
    top: 10px;
    right: 10px;
}
.bright_background .input_button{
    background-color: var(--color_dark_blue) !important;
}
.over_view_head_label{
    color: rgb(157,157,157);
}
.over_view_head_label_value{
    color: var(--color_bright_blue);
    margin-left: 5px;
}
.over_view_head_label_item{
    border-left: 1px solid var(--color_bright_blue);
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 5px;
}
.two_switch_button_container{
    background-color: var(--color_dark_top);
    width: 40px;
    height: 24px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 25px;
    padding: 2px;
    display: flex;
    border: 2px solid var(--color_bright_blue);
}
.two_switch_button{
    background-color: var(--color_bright_blue);
    width: 16px;
    height: 16px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: var(--border_value);
}
.two_switch_button[data-value="0"]{
    margin-left: 0px;
    margin-right: auto;
}

.two_switch_button[data-value="1"]{
    margin-left: auto;
    margin-right: 0;
}
.two_switch_top_label{
    letter-spacing: 0.5px;
    color: rgb(184, 184, 184);
}
.two_switch_top_label.sub{
    color: var(--color_bright_top);
}
.b2c_container{
    padding: 10px;
    background-color: rgba(54, 54, 54, 0.3);
    border-radius: var(--border_value);
}

video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 1;
    opacity: 0.1;
}

.b2_seperator{
    height: 1px;
    width: calc(100% - 20px);
    margin-left: 10px;
    background-color: var(--color_bright_blue);
}


.login_0 .l_1{
    display: none;
}
.login_1 .l_0{
    display: none;
}

.lang_de .en{
    display: none;
}
.lang_en .de{
    display: none;
}




.single_offer_container{
    border-radius: 25px;
    overflow: hidden;  
    box-shadow: var(--box_shadow_side_dark);
    border: 3px solid transparent;
    color: var(--color_bright_top);
    background-color: var(--color_dark_top);
}
.active_container{
    display: none;
    background-color: var(--danger_color_dark_trans);
    border-radius: var(--border_value);
    padding: 10px;
    border: 3px solid var(--danger_color);
    justify-content: center;
    align-items: center;
    
}
.single_offer_container.active .active_container{
    display: flex;
}
.single_offer_container.active .offer_button {
    display: none;
}
.single_offer_container.other_active {
    filter: grayscale(100%);
    pointer-events: none;
}
.single_offer_name{
    padding: 10px;
    padding-left: 18px;
    font-size: 25px;
    font-weight: bold;
}
.single_offer_name.small{
    font-size: 22px;
    font-weight: normal;
}
.single_offer_content{
    --border-color: var(--color_bright_blue);
    padding:15px; 
    /* background-color: rgb(27, 27, 27); */
    /* border-left: 3px solid var(--color_bright_blue); 
    border-right: 3px solid var(--color_bright_blue); 
    border-bottom: 3px solid var(--color_bright_blue);  */
   
    border: 3px solid transparent;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: -3px;
    width: calc(100% + 6px);
    
    border-radius: 25px;
}

.single_offer_detail{
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    color: var(--color_bright_top);
    font-size: 22px;
}
.single_offer_detail.contact_l{
    margin-right: 5px;
}
.single_offer_detail.contact_r{
    margin-left: 5px;
}
.single_offer_detail.headline{
    color: rgb(157,157,157);
}
.single_offer_price_container{
    margin-left: auto;
    margin-right: auto;
}
.single_offer_price_container .price{
    font-size: 28px;
    font-weight: bold;
    color: var(--color_bright_top);
    text-align: center;
}
.single_offer_price_container .price.info{
    font-size: 15px;
    color: rgb(157,157,157);
    text-align: center;
    font-weight: normal;
}
.single_offer_price_container .price_meta{
    font-size: 17px;
    font-weight: normal;
    /* color: rgb(157,157,157); */
}
.offer_paypal_button{
    background-color: var(--color_bright_blue);
    height: 45px;
    width: 150px;
    border-radius: var(--border_value);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    transition: transform 0.25s ease;
}
.non-touch .offer_paypal_button:hover{
    transform: scale(1.1);
}
.active_container_text{
    font-size: 20px;
    letter-spacing: 0.5px;
    padding: 10px 15px 10px 15px;
    border: 2px solid var(--color_bright_blue);
    background-color: var(--color_bright_blue_trans);
    color: var(--color_bright_blue);
    border-radius: var(--border_value);
    margin-bottom: auto;
    display: none;
}
.single_offer_container.active .active_container_text{
    display: flex;
}
.cancel_subscription_button{
    display: none;
}
.active .cancel_subscription_button{
    display: flex;
}

.hover_tooltip{
    position: absolute;
    left: 0;
    top: -20px;
}
*:hover .hover_tooltip{
    display: flex !important;
}

.sun-editor *{
    color-scheme: light !important;
    font-family: Arial, Helvetica, sans-serif;
}
.sun-editor-editable {
    display: block !important;
}
@media print {
  /* Ensure the editor content prints vertically */
  .sun-editor-editable a{  
        font-family: Arial, Helvetica, sans-serif;
  }
  
}

.pricing_info_text{
    color: var(--color_bright_blue);
    font-size: 18px;
    letter-spacing: 0.5px;
}
.pricing_info_text.head{
    color: rgb(157,157,157);
}

.editor_button_container{
    max-height: 906px;
    width: 200px;
}
.editor_left_container{
    width: 100%;
}
.editor_insert_button_container{
    background-color: #fafafa;
    border-bottom: 1px solid rgb(157,157,157);
}
.editor_insert_button_label{
    color: black;
}
.editor_insert_button_detail{
    color: rgb(146, 146, 146);
    font-size: 15px;
}

.workflow_over_container{
    width:calc(100% - 40px);
    height:1000px;
    margin: 20px;
    margin-bottom: 0px;
    position: relative;
}
.workflow_box{
    background-color:rgba(218, 162, 65, 0.158);
    position: relative;
    border-radius: var(--border_value);
    overflow: hidden;
}
.workflow_title_label{
    text-align: center;
    padding: 5px;
}
.text .workflow_title_label{
    background-color: rgba(85, 218, 218, 0.212);
}
.ki_text .workflow_title_label{
    background-color: rgba(218, 176, 85, 0.212);
}
.email .workflow_title_label{
    background-color: rgba(101, 218, 85, 0.233);
}
.object_data .workflow_title_label{
    background-color: rgba(85, 218, 156, 0.212);
}
.object_notification .workflow_title_label{
    background-color: rgba(218, 85, 178, 0.233);
}
.text_concat .workflow_title_label{
    background-color: rgba(24, 224, 68, 0.233);
}
.workflow_title_label.title{
    margin:10px;
    border-radius: var(--border_value);
}
.workflow_title_label.type{
    margin:5px;
    background-color: transparent;
}
.workflow_value_div.text{
    margin: 10px;
    background-color: rgba(218, 218, 85, 0.212);
    color: var(--color_bright_top);
    padding: 5px;
    border-radius: var(--border_value);
    max-height: 300px;
    overflow-x: scroll;
}
.workflow_input_single{
    border-left: 2px solid var(--color_bright_blue);
    margin-bottom: 10px;
    padding-left: 5px;
    padding-bottom: 6px;
    padding-top: 4px;
    cursor: pointer;
    border-top-right-radius: var(--border_value);
    border-bottom-right-radius: var(--border_value);
}
.workflow_input_single.selected, .workflow_input_single:hover{
    background-color: var(--color_bright_blue);
    color: black;
}
.workflow_output_single{
    border-right: 2px solid var(--color_bright_blue);
    margin-bottom: 10px;
    padding-right: 5px;
     padding-bottom: 6px;
    padding-top: 4px;
    text-align: right;
    cursor: pointer;
    border-top-left-radius: var(--border_value);
    border-bottom-left-radius: var(--border_value);
}
.workflow_output_single.selected, .workflow_output_single:hover{
    background-color: var(--color_bright_blue);
    color: black;
}
.workflow_dragable_box{
    position:absolute;
    top: 0;
    left: 0;
    width: 250px;
    border-radius: var(--border_value);
    overflow: hidden;
    background-color: var(--color_dark_top);
    color: var(--color_bright_top);
}
.drag-workflow_dragable_box:active{ cursor:grabbing; }
.workflow_dragable_box.dragging{ 
    outline:2px solid var(--ring); 
    outline-offset:0; 
    filter:brightness(1.05); 
}

.workflow_center_button{
    position: absolute;
    top: 5px;
    left: 5px; 
    gap: 5px; 
}
.workflow_center_button.bottom{
    top: auto;
    bottom: 5px;
}
.wires { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.wire-group {
    pointer-events: visibleStroke; /* enable events on children strokes */
}

/* Invisible big hit area */
.wire-hit {
    fill: none;
    stroke: transparent;      /* not visible */
    pointer-events: stroke;   /* only the stroke triggers hover */
    cursor: pointer;
}

/* Actual visible wire */
.wire {
    fill: none;
    stroke: var(--color_bright_blue);
    stroke-linecap: round;
    pointer-events: none;     /* this one doesn’t handle events */
}

  /* Hover effect on the wire itself */
.wire-group:hover .wire {
    stroke-width: 4;
    stroke: var(--danger_color);           /* or another color / gradient */
    filter: drop-shadow(0 0 5px var(--danger_color));
    
}

html {
    scroll-behavior: auto;
}

/*
svg {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
*/

/* OCR viewer ---------------------------------------------------------------*/
@keyframes ocrSpin {
    to { transform: rotate(360deg); }
}
@keyframes ocrFlash {
    0%   { box-shadow: 0 0 0 0 rgba(218, 162, 65, 0.35); }
    100% { box-shadow: 0 0 0 22px rgba(218, 162, 65, 0); }
}
.ocr-layout {
    display: flex;
    gap: 15px;
    width: 100%;
}
.ocr-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
    overflow-y: auto;
}
.ocr-side {
    width: 340px;
    max-width: 32vw;
    flex: 0 0 auto;
}
.ocr-side-panel {
    position: sticky;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-height: calc(100vh - 40px);
}
.ocr-side-panel > * {
    flex: 0 0 auto;
}
@media screen and (max-width: 900px) {
    .ocr-layout { flex-direction: column; }
    .ocr-side { width: 100%; max-width: 100%; }
    .ocr-side-panel {
        position: static;
        max-height: none;
        overflow: visible;
    }
}
.ocr-status {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    padding: 8px 12px;
    border-radius: var(--border_value);
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid var(--color_bright_blue);
    color: var(--color_bright_top);
    font-size: 18px;
    line-height: 1.4;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
}
.ocr-loading {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: none;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    color: var(--color_bright_top);
    font-family: var(--palladion_font);
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
}
.ocr-loading .panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    padding: 18px 20px;
    border-radius: calc(var(--border_value) + 4px);
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(218, 162, 65, 0.35);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.ocr-loading .statusline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: calc(var(--border_value) - 2px);
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
}
.ocr-loading .ocr-spinner {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 0.95);
    animation: ocrSpin 0.85s linear infinite;
}
.ocr-loading .label {
    flex: 1 1 auto;
    text-align: left;
}
.ocr-wrapper.ocr-busy img {
    filter: saturate(0.3) contrast(0.85);
    opacity: 0.65;
    transition: filter 0.2s ease, opacity 0.2s ease;
}
.ocr-matchlist {
    position: relative;
    top: auto;
    max-height: none;
    overflow: auto;
    background: rgba(0, 0, 0, 0.75);
    box-shadow: var(--box_shadow_side_dark);
    backdrop-filter: blur(10px);
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
}
.ocr-matchlist .hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(157,157,157);
}
.ocr-matchlist .title {
    font-family: var(--palladion_font);
    font-weight: 600;
    font-size: 13px;
    color: var(--color_bright_top);
}
.ocr-matchlist .meta {
    font-family: var(--palladion_font);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
}
.ocr-matchlist .empty {
    font-family: var(--palladion_font);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}
.ocr-matchlist .items {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ocr-match-item {
    width: 100%;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    border-radius: calc(var(--border_value) - 2px);
    padding: 9px 11px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    color: var(--color_bright_top);
    font-family: var(--palladion_font);
}
.ocr-match-item:hover {
    border-color: rgba(218, 162, 65, 0.45);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transform: translateY(-1px);
}
.ocr-match-item.is-active {
    border-color: var(--color_bright_blue);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}
.ocr-match-item .row1 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: baseline;
}
.ocr-match-item .label {
    font-weight: 600;
    font-size: 12px;
    color: var(--color_bright_top);
}
.ocr-match-item .conf {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    white-space: nowrap;
}
.ocr-match-item .snippet {
    margin-top: 4px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    word-break: break-word;
}
.ocr-wrapper.ocr-flash {
    border-radius: var(--border_value);
    animation: ocrFlash 1.1s ease-out;
}

/* =========================================================================
   Peschel Holding – Login-Hintergrund (ersetzt Foto-Hintergrund + Rauschtextur
   ausschliesslich auf der Login-Seite; Dashboard-Styles bleiben unberuehrt)
   ========================================================================= */
body.show_login{
    background: radial-gradient(circle at 15% 10%, rgba(218,162,65,0.14), transparent 45%),
                radial-gradient(circle at 85% 90%, rgba(0,77,108,0.16), transparent 50%),
                var(--color_dark_blue);
    background-attachment: fixed;
}
body.show_login #main_content{
    background-color: #ffffff;
    background-image: none !important;
    backdrop-filter: none;
    box-shadow: 0 15px 45px rgba(0,77,108,0.18);
    border-radius: var(--border_value);
    overflow: hidden;
    position: relative;
}
body.show_login #main_content::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #D8DCE0 0%, #004D6C 50%, #DAA241 100%);
}
body.show_login .top_row_container{
    background-image: none;
    background-color: transparent;
}

/* =========================================================================
   Peschel Holding – Rauschtextur app-weit entfernen (nicht nur Login).
   Ersetzt den generischen Foto-Hintergrund und die "noise_area.png"-Textur
   durch einen sauberen, hellen Hintergrund gemaess Peschel-Vorgabe (weiss).
   ========================================================================= */
body{
    background: var(--color_dark_blue) !important;
}
#main_content,
body.three_column #left_column,
body.three_column #middle_column,
.top_row_container,
#menu_content .hom_menu_content_button{
    background-image: none !important;
}
#main_content{
    background-color: #ffffff;
}
