.login-button-container{margin-top:10%}.login-container{height:100vh;width:98vw;margin-top:-3%;background-image:url(assets/images/login.png);background-repeat:no-repeat;background-position:center;background-size:cover}.login-logo-container{width:60%;height:100vh;background-color:#00000080;background-image:url(assets/images/whiteLogo.png);background-repeat:no-repeat;background-position:center;float:right}.login-form-container{background-color:#00000080;width:40%;height:100vh;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:4px solid white}.textInput-container{background:radial-gradient(100% 700.42% at 98.37% 100%,#0003,#fff3 82.29%);width:70%;height:50px;margin-top:10%;border-radius:5px;display:flex;align-items:center}.textInput-container:hover{background:radial-gradient(120% 700.42% at 98.37% 100%,#0003,#fff3 50.29%)}input:-webkit-autofill,input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s}input:-webkit-autofill{-webkit-text-fill-color:white!important}.register-container{height:100vh;width:98vw;margin-top:-3%;background-image:url(assets/images/login.png);background-repeat:no-repeat;background-position:center;background-size:cover}.register-logo-container{width:60%;height:100vh;background-color:#00000080;background-image:url(assets/images/whiteLogo.png);background-repeat:no-repeat;background-position:center;float:left}.register-form-container{background-color:#00000080;width:40%;height:100vh;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:4px solid white;position:absolute;right:0}.go-back-button{width:40px;height:40px;margin-right:20px}.go-back-button:hover{background:#8b8b8b;border-radius:50px}.countingCard{position:relative;display:flex;flex-direction:row;align-items:center;padding:8px 16px 8px 4px;background-color:var(--ochy-card-background);border-radius:8px;border:1px solid transparent;min-width:140px;flex:0 1 auto}.countingCard:hover{background-color:var(--ochy-hover);cursor:pointer}.infoBubble{width:16px;height:16px;background-color:transparent;border-radius:50%;border:2px solid var(--ochy-white);z-index:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.content{display:flex;flex-direction:column;margin-left:8px;min-width:0}@media(max-width:768px){.countingCard{min-width:120px;padding:6px 12px 6px 3px}.content{margin-left:6px}}@media(max-width:480px){.countingCard{min-width:100px;padding:4px 8px 4px 2px}.content{margin-left:4px}.infoBubble{width:14px;height:14px;top:4px;right:4px}}@media(max-width:320px){.countingCard{min-width:auto;flex:1}}.cardsContainer{display:flex;flex-wrap:wrap;gap:8px;max-width:fit-content;min-width:300px;margin-bottom:2vh;margin-left:2vw}.chartContainer{display:flex;flex-direction:column;height:35vh;min-height:350px;border-radius:10px}.chartContainer-loading{animation:blinkToYellow 1s ease-in-out infinite alternate;height:35vh;min-width:100%}@keyframes blinkToYellow{0%{background-color:transparent}to{background-color:#4343434d}}@media(max-width:768px){.cardsContainer{margin-left:1vw;min-width:250px;gap:6px}}@media(max-width:480px){.cardsContainer{margin-left:0;margin-bottom:1vh;min-width:200px;gap:4px;flex-direction:column;align-items:stretch}}@media(max-width:320px){.cardsContainer{min-width:100%}}.dropdownContainer{position:absolute;background-color:var(--ochy-hover);border-radius:8px;padding:8px;min-width:20vh;max-height:60vh;display:flex;flex-direction:column;box-shadow:0 4px 12px #0000004d;border:1px solid #404040;z-index:1000;top:36px}.dropdownItem{display:flex;padding:8px;cursor:pointer}.dropdownItem:hover{border-radius:8px;background-color:#ffffff1a}.section-container{width:100%;background-color:var(--ochy-card-background);padding:2vh;border-radius:1vh;box-shadow:0 0 4px #4d4d4d}.section-container-empty{background-color:transparent;box-shadow:none}.section-title{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:2vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--ochy-card-background)}::-webkit-scrollbar-thumb{background-color:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:#666}:root{--ochy-app-background: #0f0f0f;--ochy-background: #0d0d0d;--ochy-header-background: #0a0e0f;--ochy-card-background: #1d1d1d;--ochy-hover: #282829;--ochy-selected: #38393c;--ochy-primary: #ff5900;--ochy-secondary: #3744fa;--ochy-error: #f4354b;--ochy-red: #ef1b29;--ochy-green: #78bd32;--ochy-valid: #32cd32;--ochy-warning: #f5d000;--ochy-white: #fff;--ochy-text-gray: #737373;--ochy-text-light: #9f9f9f;--ochy-light-gray: #bbb;--ochy-dark-gray: #78798f;--ochy-button-background: #ff5900;--ochy-button-text: #fafafa;--ochy-button-hover: #3744fa;--ochy-button-text-hover: #ffffff;--ochy-black: #000;--ochy-primary-opacity-10: rgba(255, 89, 0, .1);--ochy-primary-opacity-20: rgba(255, 89, 0, .2);--ochy-primary-opacity-30: rgba(255, 89, 0, .3);--ochy-primary-opacity-40: rgba(255, 89, 0, .4);--ochy-white-opacity-10: rgba(255, 255, 255, .1);--ochy-white-opacity-20: rgba(255, 255, 255, .2)}html{color-scheme:dark;scrollbar-width:thin;scrollbar-color:var(--ochy-white-opacity-20) transparent}html::-webkit-scrollbar,.ochy-scrollbar::-webkit-scrollbar{width:6px;height:6px}html::-webkit-scrollbar-track,.ochy-scrollbar::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb,.ochy-scrollbar::-webkit-scrollbar-thumb{background-color:var(--ochy-white-opacity-20);border-radius:10px}
