<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* #bodyContent, .bodyLoadSpinner {min-height: calc(100vh - 100px);} */
#body {display:flex;flex-direction:column;height:100vh}
#bodyContent{flex: 1 0 auto}
#footer{flex: 0 0 auto}
.spinner-custom {display: inline-block; width: 25px; height: 25px; background-image: url("/template/images/spinner.svg"); background-position: center; background-size: cover;}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}
.bodyLoadSpinner  {min-height: calc(100vh - 70px);text-align: center;padding-top: 30vh;font-size: 25px;width: 100%;}</pre></body></html>