@import url(icons/font-awesome.css);@import url(icons/bootstrap-icons.css);@import url(icons/unicons.css);[class*=" bi-"],[class*=" fa-"],[class*=" uil-"],[class*=bi-],[class*=fa-],[class*=uil-]{display:inline-block;line-height:inherit;font-display:swap}[class*=" bi-"]::before,[class*=" fa-"]::before,[class*=" uil-"]::before,[class*=bi-]::before,[class*=fa-]::before,[class*=uil-]::before{display:inline-flex;align-self:center;justify-self:center;line-height:inherit}.icon-spin{-webkit-animation:2s linear infinite spin;-moz-animation:2s linear infinite spin;-o-animation:2s linear infinite spin;animation:2s linear infinite spin}@-moz-keyframes spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.icon-rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}