#root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;width:100vw;height:100vh;background-color:#000;overflow:hidden}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#000}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home_container{display:flex;flex-direction:column;justify-content:space-between;height:100dvh;width:100%}.home_content{display:flex;flex-direction:column;justify-content:center;align-items:center;height:92%;width:100%}@media only screen and (orientation: landscape) and (max-width: 480px){.login_container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}}@media only screen and (orientation: landscape) and (min-width: 480px){.login_container{width:80%;display:flex;flex-direction:column;justify-content:center;align-items:center}}@media only screen and (orientation: landscape) and (min-width: 760px){.login_container{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center}}@media only screen and (orientation: landscape) and (min-width: 1280px){.login_container{width:33%;display:flex;flex-direction:column;justify-content:center;align-items:center}}@media only screen and (orientation: portrait){.login_container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}}.login_successful_text{color:green;font-size:1rem;font-weight:500;margin-bottom:2dvh;text-align:center}#loginForm{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.form-group{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:start;margin-bottom:1dvh}.login_sub_btn{background-color:orange;border:solid 1px orange;border-radius:15px;color:#000;font-size:1rem;font-weight:500;padding:5px 8px;box-sizing:border-box;margin-top:2dvh}.login_sub_btn:hover{background-color:#000;color:orange}.logo_title{display:inline-flex;align-items:center;margin-bottom:2dvh}.foxLogo{height:3rem;width:auto}.titleLogo{color:orange;font-weight:700;font-size:1.5rem}@media only screen and (orientation: landscape) and (max-width: 480px){.register_container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}}@media only screen and (orientation: landscape) and (min-width: 480px){.register_container{width:80%;display:flex;flex-direction:column;justify-content:center;align-items:center}}@media only screen and (orientation: landscape) and (min-width: 760px){.register_container{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center}}@media only screen and (orientation: landscape) and (min-width: 1280px){.register_container{width:33%;display:flex;flex-direction:column;justify-content:center;align-items:center}}@media only screen and (orientation: portrait){.register_container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}}#registerForm{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.form-group{width:70%;display:flex;flex-direction:column;justify-content:center;align-items:start;margin-bottom:1dvh}.form-input{width:100%;padding:5px 8px;box-sizing:border-box;background-color:#000;font-size:1rem;border:solid 2px orange;border-radius:7px}label{font-weight:600;font-size:1rem}.register_sub_btn{background-color:orange;border:solid 1px orange;border-radius:15px;color:#000;font-size:1rem;font-weight:500;padding:5px 8px;box-sizing:border-box;margin-top:2dvh}.register_sub_btn:hover{background-color:#000;color:orange}.formSwitch_btn{margin-top:1dvh;border:none;background-color:#000;font-size:15px}.about_scrollable{padding:8px 25px;box-sizing:border-box;overflow:auto}.about_scrollable p{text-align:justify}.about_scrollable h1,.fuchsyspan{font-weight:500;color:orange}.menuBar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:5dvh;background-color:orange;width:100%}.menuBar_name a{font-size:1rem;font-weight:500;color:#000}.menuBar_language a{font-size:1rem;font-weight:500;color:#000;padding-right:5px;text-decoration:underline;box-sizing:border-box}.menuSliderClose{display:flex;padding-left:10px;flex-direction:column;justify-content:start;align-items:start;position:absolute;z-index:1;opacity:.8;top:5dvh;left:-5px;width:0px;height:0;transition:width .2s;transition-timing-function:linear;background-color:#000}@media only screen and (orientation: landscape){.menuSliderOpen{display:flex;padding-left:6px;padding-top:1rem;flex-direction:column;justify-content:start;align-items:start;position:absolute;z-index:1;opacity:.8;top:5dvh;left:0;width:15vw;height:92dvh;transition:width .5s;transition-timing-function:ease;background-color:#181818;box-sizing:border-box}}@media only screen and (orientation: portrait){.menuSliderOpen{display:flex;padding-left:6px;padding-top:1rem;flex-direction:column;justify-content:start;align-items:start;position:absolute;z-index:1;opacity:.8;top:5dvh;left:0;width:33vw;height:92dvh;transition:width .5s;transition-timing-function:ease;background-color:#181818;box-sizing:border-box}}.hidden_btn{visibility:hidden;opacity:0;border:none}.active_menu_btn{visibility:visible;opacity:1;border:none;font-size:1rem;font-weight:700;color:orange;background-color:transparent;transition:opacity .5s;transition-delay:.5s;margin-bottom:1rem}.inactive_menu_btn{visibility:visible;opacity:1;border:none;font-size:1rem;font-weight:700;color:#fff;background-color:transparent;transition:opacity .5s;transition-delay:.5s;margin-bottom:1rem}.footerBar{display:flex;flex-direction:row;justify-content:center;align-items:center;height:3dvh;background-color:orange;width:100%}.footer_txt{color:#000;font-weight:500;font-size:.8rem}.unauthorized{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw}.unauthorized h1{color:#fff}.panel_container{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;padding:5px;box-sizing:border-box}.manage_users{display:flex;flex-direction:column;height:25%;width:100%}.user_table_titles{height:15%;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;border:solid 2px orange}.user_table_titles a{color:#fff;font-size:90%;font-weight:500}.user_table_title_name{display:flex;justify-content:center;align-items:center;width:20%;height:100%;border-right:solid 2px orange}.user_table_title_role{display:flex;justify-content:center;align-items:center;width:10%;height:100%;border-right:solid 2px orange}.user_table_title_tscreation,.user_table_title_tslastconnect{display:flex;justify-content:center;align-items:center;width:25%;height:100%;border-right:solid 2px orange}.user_table_title_accessstatus{display:flex;justify-content:center;align-items:center;width:20%;height:100%}.user_table_content_loading{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:85%;border-left:solid 2px grey;border-right:solid 2px grey;border-bottom:solid 2px grey;overflow:auto}.user_table_content_loaded{display:flex;flex-direction:column;justify-content:start;align-items:center;width:100%;height:85%;border-left:solid 2px grey;border-right:solid 2px grey;border-bottom:solid 2px grey;overflow:auto}.manage_media{display:flex;width:100%;height:75%;margin-top:.5%;box-sizing:border-box}.user_table_content_element{height:1.5rem;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;border-bottom:solid 2px grey}.user_table_element_name{display:flex;justify-content:center;align-items:center;width:20%;height:100%;border-right:solid 2px grey}.user_table_element_role{display:flex;justify-content:center;align-items:center;width:10%;height:100%;border-right:solid 2px grey}.user_table_element_tscreation,.user_table_element_tslastconnect{display:flex;justify-content:center;align-items:center;width:25%;height:100%;border-right:solid 2px grey}.user_table_element_accessstatus{display:flex;justify-content:center;align-items:center;width:20%;height:100%}.access_status_btns{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:100%;padding-left:5px;padding-right:5px;box-sizing:border-box}.access_status_btns_container{display:flex;flex-direction:row;justify-content:end;align-items:center}.access_status_btns button{background-color:transparent;border:none}.user_table_content_element a{font-size:1rem;color:#fff}.media_element{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:190px;margin-bottom:15px;padding-bottom:10px;border-bottom:solid 1px grey}.media_title_comment{display:flex;flex-direction:column;justify-content:start;align-items:start;width:90%;height:190px}.image_title{width:100%;height:50px;overflow:hidden;text-overflow:ellipsis}.media_element a{color:#00f;font-size:1rem}.comment_input{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:140px}.comment_input img{width:19%;height:auto;padding-right:1%}.media_element textarea{resize:none;padding:5px 8px;box-sizing:border-box;background-color:#000;font-size:1rem;border:solid 2px orange;border-radius:7px;height:100%;width:80%}.media_element_btn_container{display:flex;flex-direction:column;justify-content:space-between;align-items:end;height:190px;width:10%}.media_element button{background-color:transparent;border:none}.albumManagement_container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:100%;width:100%}.album_folder_management_container{height:100%;width:20%;display:flex;flex-direction:column;justify-content:flex-start;align-items:start}.album_folder_list{display:flex;flex-direction:column;justify-content:center;align-items:start;margin-bottom:15px;width:100%}.album_folder_list a{color:orange;font-size:1rem}.album_folder_list select{color:#fff;background-color:transparent;border:solid 2px orange;border-radius:7px;padding:4px;font-size:1rem;width:100%}.album_folder_list option{color:#fff;background-color:#000;padding:4px;font-size:1rem}.create_album_folder_form{display:flex;flex-direction:column;justify-self:start;align-items:start;width:100%}.create_album_folder_form_title{color:orange;font-size:1rem}.create_album_folder_form input{padding:5px 8px;box-sizing:border-box;background-color:#000;font-size:1rem;border:solid 2px orange;border-radius:7px;width:100%}.createFolder_sub_btn{margin-left:35%;width:30%;background-color:orange;border:solid 1px orange;border-radius:15px;color:#000;font-size:1rem;font-weight:700;padding:5px 8px;box-sizing:border-box;margin-top:2dvh;margin-bottom:2dvh}.createFolder_sub_btn:hover{background-color:#000;color:orange}.status_folder_creation_created{color:#adff2f;font-size:1rem;font-weight:600}.status_folder_creation_failed{color:red;font-size:1rem;font-weight:600}.media_management_container{display:flex;width:60%;height:100%;overflow:auto;flex-direction:column;justify-content:start;align-items:start;padding-left:15px;padding-right:15px;box-sizing:border-box}.media_upload_container{display:flex;flex-direction:column;justify-content:start;align-items:start;width:20%;height:100%}.media_upload_container a{color:orange;font-size:1rem}.media_upload_container input[type=text]{padding:5px 8px;box-sizing:border-box;background-color:#000;font-size:1rem;border:solid 2px orange;border-radius:7px;width:100%;margin-bottom:15px}.media_upload_container input[type=file]{box-sizing:border-box;background-color:#000;font-size:1rem;border:solid 2px orange;border-radius:7px;width:100%;height:5rem;margin-top:2px}.media_upload_container input[type=file]::file-selector-button{padding-top:15px;font-weight:700;color:orange;border:none;background-color:transparent}.notfound_container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100dvh;width:100vw}
