.sticky-header.sticky-active{position:relative;}

.fixedSidebar.fixedSidebarLeft{position:fixed;z-index:99;top:50%;left:0;transform:translateY(-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;width:50px;border-radius:0 10px 10px 0;background-color:#FFF;border:1px solid #EEE;box-shadow:0 0 #0000,0 0 #0000,0 20px 25px -5px #0000001a 0 8px 10px -6px #0000001a;transition:.25s}
.fixedSidebar.fixedSidebarLeft.active{left:-50px}
.fixedSidebar.fixedSidebarLeft .sidebarItem{position:relative;z-index:10;display:inline-block;text-align:center;width:100%;padding:7px 5px;transition:.25s;border-bottom:1px solid #ddd;}
.fixedSidebar.fixedSidebarLeft .sidebarItem:hover i{fill:var(--main-color)}
.fixedSidebar.fixedSidebarLeft .sidebarItem i{font-size:18px;}
.fixedSidebar.fixedSidebarLeft .buttonTrigger{display:inline-block;text-align:center;width:100%;padding:10px 5px;border-radius:0 0 10px 0;}
.fixedSidebar.fixedSidebarLeft .buttonTrigger:hover i{fill:var(--main-color)}
.fixedSidebar.fixedSidebarLeft .buttonTrigger svg{width:20px;height:20px;fill:#333;transform:rotate(0deg);transition:.25s}
.fixedSidebar.fixedSidebarLeft .buttonTrigger.active{position:absolute;left:100%;bottom:0;width:auto;background-color:var(--main-color);border-top-right-radius:10px;border-bottom-right-radius:10px;color:#fff;}
.fixedSidebar.fixedSidebarLeft .buttonTrigger.active:before{content:"Show"}
.fixedSidebar.fixedSidebarLeft .buttonTrigger.active svg{width:20px;height:20px;fill:#FFF;transform:rotate(180deg)}
.fixedSidebar.fixedSidebarLeft [data-tooltip]::before{top:50%;left:100%;transform:translateY(-50%)}
.fixedSidebar.fixedSidebarLeft [data-tooltip]:hover::before{left:calc(100% + 10px)}
.fixedSidebar.fixedSidebarLeft [data-tooltip]{position:relative;z-index:9}
.fixedSidebar.fixedSidebarLeft [data-tooltip]::before{position:absolute;content:attr(data-tooltip);display:block;padding:7px;text-align:center;font-size:.8em;white-space:nowrap;color:#FFF;border-radius:5px;background:var(--main-color);opacity:0;visibility:hidden;cursor:default;pointer-events:none;transition:all .2s ease-in-out}
.fixedSidebar.fixedSidebarLeft [data-tooltip]:hover::before{opacity:1;visibility:visible}

.card-body h5{font-weight:600;margin-bottom:20px;}
.tabulle{width:100%;}
.tabulle td{border:1px solid #e8e8e8;padding:8px 12px;font-weight:500;}
