html{height:100%}body,html{margin:0;padding:0;overflow:hidden}body{height:100vh}*{box-sizing:border-box}a{cursor:pointer!important}.app-background{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none}.app-background-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(800px);-webkit-filter:blur(800px);transform:scale(1.2)}.app-content{position:relative;z-index:2;height:100vh;overflow:hidden}.app-layout{display:flex;flex-direction:column;width:100%;height:100%;min-height:0;overflow:hidden}.header-area{width:100%}.layout{gap:24px;padding:8px}.layout,.layout-content{display:flex;flex:1 1;min-width:0;min-height:0}.layout-content{overflow-x:hidden;flex-direction:column}.sidemenu{width:215px;flex-shrink:0;align-self:stretch;display:flex;flex-direction:column}.content{flex-grow:1}@media (max-width:768px){.layout{flex-direction:column}.sidemenu{width:calc(100% - 32px)}}.table,.table td,.table th{border:1px solid;border-collapse:collapse;padding:5px}.errmessage{color:red}.logout-btn{margin:100px}