body,html{height:100%;position:relative;width:100%}@media (min-width:var(--breakpoint-desktop )){body,html{overflow:hidden;position:fixed}#root,.App,.AppWrapper{height:100vh!important;overflow:hidden;position:relative}.AppWrapper{display:flex;flex-direction:column;overflow:hidden}}@media (max-width:var(--breakpoint-desktop )){body,html{overflow:auto;position:static;height:auto;min-height:100vh}#root,.App,.AppWrapper{height:auto!important;min-height:100vh!important;overflow:visible;position:static}.AppWrapper{display:flex;flex-direction:column;overflow:visible}}#root,.App,.AppWrapper{min-height:100vh!important}@media (max-width:var(--breakpoint-desktop )){.App,.AppWrapper{height:auto!important;min-height:100vh;overflow:visible!important}.App .AppWrapper>div:nth-child(2){flex-direction:column!important;overflow:visible!important;height:auto!important}.App .ClockContainer,.App .OpLogContainer,.App .TodoContainer,.ClockContainer,.OpLogContainer,.TodoContainer{width:100%!important;height:auto!important;overflow:visible!important;max-height:none!important;margin-bottom:var(--spacing-lg)}.ClockContainer{order:1}.TodoContainer{order:2}.OpLogContainer{order:3}}html{-webkit-overflow-scrolling:touch}@media (max-width:var(--breakpoint-desktop )){body{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;overflow-x:hidden;overflow-y:auto}*{-webkit-overflow-scrolling:touch}}@media (min-width:var(--breakpoint-desktop )){body{overscroll-behavior:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}}.custom-toast .ant-message-notice-content{border-radius:var(--toast-border-radius)!important;box-shadow:var(--toast-shadow)!important;padding:var(--toast-padding)!important;margin:var(--toast-margin)!important;max-width:var(--toast-max-width)!important;min-width:var(--toast-min-width)!important;border:none!important;display:inline-block!important;pointer-events:all!important;font-size:var(--text-sm)!important;line-height:1.5!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:var(--color-white)!important}.custom-toast.custom-toast-error .ant-message-notice-content{background:linear-gradient(135deg,var(--color-red) 0,var(--color-red-dark) 100%)!important}.custom-toast.custom-toast-success .ant-message-notice-content{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%)!important}.custom-toast.custom-toast-warning .ant-message-notice-content{background:linear-gradient(135deg,var(--color-yellow) 0,var(--color-yellow-dark) 100%)!important}.custom-toast.custom-toast-info .ant-message-notice-content{background:linear-gradient(135deg,var(--color-blue) 0,var(--color-blue-dark) 100%)!important}.custom-toast.custom-toast-loading .ant-message-notice-content{background:linear-gradient(135deg,var(--color-gray-600) 0,var(--color-gray-700) 100%)!important}.custom-toast .ant-message-notice-content .anticon{color:var(--color-white)!important}.custom-toast .ant-message-notice-content a{color:var(--color-white)!important;text-decoration:underline!important}.custom-toast .ant-message-notice-content a:hover{color:rgba(255,255,255,.8)!important}