body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body,html{height:100%;margin:0}.background{background:url("/images/background.png") no-repeat center center fixed;background-size:cover;opacity:.03;position:absolute;top:0;bottom:0;right:0;left:0;z-index:-1;transition:filter .3s ease}[data-bs-theme=dark] .background{filter:invert(1);opacity:.02}.clickable{cursor:pointer;user-select:none}.icon-20{max-width:20px;width:20px;text-align:center}.form-check-label,.form-label{font-weight:500;margin-bottom:0;font-size:.75em}.form-button-select{border:var(--bs-border-width) solid var(--bs-border-color)!important}.modal-dialog{max-height:calc(100vh - 1rem);margin:.5rem auto}.modal-content{max-height:calc(100vh - 1rem);display:flex;flex-direction:column}.modal-fullscreen-margin{max-width:none!important;margin:.5rem!important;max-height:calc(100vh - 1rem)!important}.modal-fullscreen-margin .modal-content{height:calc(100vh - 1rem)!important;max-height:calc(100vh - 1rem)!important;border:1px solid var(--bs-border-color);border-radius:.5rem}.modal-body{overflow-y:auto;flex:1 1 auto}@keyframes fadeOut{to{opacity:0;visibility:hidden}}.autohide-alert{animation:fadeOut 1s ease-out 5s forwards}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#fff}[data-bs-theme=dark] ::-webkit-scrollbar-track{background:var(--bs-tertiary-bg)}::-webkit-scrollbar-thumb{background-color:#7e7c7e;border-radius:3px}[data-bs-theme=dark] ::-webkit-scrollbar-thumb{background-color:var(--bs-tertiary-color)}::-webkit-scrollbar-thumb:hover{background-color:#494849}[data-bs-theme=dark] ::-webkit-scrollbar-thumb:hover{background-color:var(--bs-secondary-color)}.form-control:read-only{background-color:var(--bs-tertiary-bg)!important}