@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");:root{--background:#fff;--foreground:#171717;--lightbackground:#f2f4f4;--darkBlue:#475f7b}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden;height:100%}body{color:#828d99;background:var(--lightbackground);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0;font-family:Rubik,Helvetica,Arial,serif}a{color:inherit;text-decoration:none}.darkBlueText{color:#475f7b}@media (max-width:800px){.home_side_menu--desktop,.mobileHideable{display:none}.home_content{width:calc(100% - 0px)}}@media (min-width:800px){.desktopHideable{display:none}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@media (min-width:800px){.home_side_menu--desktop{display:block}.home_content{width:calc(100% - 260px)}}.clickable{cursor:pointer}.home_side_menu--desktop{height:100%}.sidemenuConcept{display:flex;flex-direction:row;justify-content:start;width:100%;gap:15px}.home_side_menu--mobile{position:fixed;top:0;left:0;height:100%}.home{justify-content:space-between;width:100vw;padding:0 15px}.home,.home_content{display:flex;flex-direction:column;height:100%}.home_content{justify-content:start;align-items:center}.flex_row_space_between{justify-content:space-between}.flex_row_center,.flex_row_space_between{display:flex;flex-direction:row;align-items:center;width:100%}.flex_row_center{justify-content:center}.flex_row_end{display:flex!important;flex-direction:row!important;justify-content:flex-end;align-items:center;width:100%!important}.nuevo_usuario_buttons{gap:10px}.nuevo_usuario_buttons>button{padding:10px 20px;border:0;border-radius:5px}.nuevo_usuario_buttons>button:hover{background-color:#475f7b!important;color:#fff!important;transition:1s}