@font-face{
  font-family:'FontAwesome';
  src:url('fonts/fa_5/fa-solid-900.woff') format('woff');
  font-weight:normal;
  font-style:normal;
  font-display: swap;
}
@font-face{
  font-family:'FontAwesomeBrands';
  src:url('fonts/fa_5/fa-brands-400.woff') format('woff');
  font-weight:normal;
  font-style:normal;
  font-display: swap;
}
a {
    color: var(--ui-style-link, #165C92);
}
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	color: var(--ui-style-pre-text, #333333);
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	background-color: var(--ui-style-pre-background, #f5f5f5);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}
.heading {
    color: var(--ui-style-page-header-1, #165C92);
}

hr {
    background: url("../media/divider.png") no-repeat scroll center 0 transparent;
    border: 0 none;
    height: 6px;
}
[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-style:normal;text-decoration:inherit;background-image:none!important;background-position:0 0;background-repeat:repeat}
	
[class^="icon-"]:before,[class*=" icon-"]:before{speak:none}

.icon-group:before{content:"\f0c0"}
.icon-list-ol:before{content:"\f0cb"}
.icon-file-alt:before{content:"\f570"}
.icon-arrow-left:before{content:"\f060"}
.icon-reorder:before{content:"\f0c9"}
.icon-qrcode:before{content:"\f029"}
.icon-th-large:before{content:"\f009"}
.icon-ok:before{content:"\f00c"}
.icon-map-marker:before{content:"\f041"}
.icon-phone:before{content:"\f095"}
.icon-envelope:before{content:"\f0e0"}
.icon-user:before{content:"\f007"}
.icon-arrow-right:before{content:"\f061"}
.icon-cog:before{content:"\f013"}
.icon-wrench:before{content:"\f0ad"}
.icon-envelope-o:before{content:"\f0e0"}
.icon-lightbulb-o:before{content:"\f0eb"}
.icon-search:before{content:"\f002"}
.icon-info:before{content:"\f05a"}
.icon-mouse-pointer:before{content:"\f245"}
.icon-hand-pointer:before{content:"\f25a"}

.featurePopupHeader{
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    height: 32px;
    line-height: 32px;
    padding: 8px;
    padding-right: 32px;
    font-size: 24px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    white-space: nowrap;
    text-shadow: -1px -1px 0px #FFF;
    border-bottom: 1px solid #333;
}
@media (prefers-color-scheme: dark) {
	.featurePopupHeader{
		background: #252526;
	}
}

.featureCloseIcon{
    position: absolute;
    right: -9px;
    top: -9px;
    color: black;
    background: white;
    border-radius: 100px;
    margin-top: 0;
    cursor: pointer;
}

.featurePopupDialog{
    position: fixed;
    border: 5px solid #000;
    background: var(--ui-style-page-background, #FFF);
    z-index: 111000;
    border-radius: 8px;
}

.featurePopupDialogContent{
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

.featurePopupOverlay{
    background: #000;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 110000;
    cursor: pointer;
}

.sys_notice a{
    color: black;
    text-decoration: underline;   
}

/* Sitemap */

div.footer-copyright {
    background: #0C0C0C;
    border-top: 4px solid #111;
    margin-top: 40px;
    padding: 30px 0 10px;
    overflow: hidden;
}

div.footer-copyright nav {
    float: right;
}

div.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

div.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

hr {
    background: transparent url('../media/divider.png') no-repeat center 0;
    border: 0;
    margin: 22px 0 22px 0;
    height: 6px;
}

body a {
    outline: none !important;
}

textarea {
    resize: vertical;
}
#loginContainer{
    display: none;
    width: 200pt;
    border: 1px solid #004477;
    border-radius: 5pt;   
    -moz-border-radius: 5pt;   
    -webkit-border-radius: 5pt;
    z-index: 99999;
    padding: 5pt;
    padding-top: 38px; 
    padding-bottom: 0px;
    right: 20pt;
    top: -60pt;
    color: #FFF;
    background: #007AB8;
    box-shadow: 5pt 5pt 5pt rgba(0, 0, 0, 0.65);
}
#loginContainer label{
    font-weight: bold;   
}
#btn_login{
    padding: 3pt;
    cursor: pointer;
    font-size: 11pt;
    float: right;
    margin-top: 8px;
    margin-right: 3px;
}
#btn_login:hover{
    border: 1px solid #3E7BA5;
    color: #FFF;
}
#loginContainer input[type="text"], #loginContainer input[type="password"]{
    width: 250px;   
}
#txbx_pass{
    margin-bottom: 0px;
}
#httpsTextLabel{
    position: absolute; 
    top: 1px; 
    left: 0px; 
    width: 45px; 
    height: 24px; 
    padding-left: 4px; 
    padding-top: 4px; 
    z-index: 2; 
    border-radius: 4px 0 0 4px;
    color: #333; 
    background: rgb(246,248,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-right: 1px solid #CCC;
}
.product-compare-table .icon-ok{
    color: #080;
    font-size: 12pt;
}
.h42 { height: 42px; position: relative; }
.h54 { height: 54px; position: relative; }
.w215fLpRmr48 { width: 215px; float: left; position: relative; margin-right: 48px; }
.w215fLpR { width: 210px; float: left; position: relative; }
.absR0 { position: absolute; right: 0; }
.absR0mt4 { position: absolute; right: 0; position: absolute; right: 0; margin-top: 4px; }
.w195fLpRmr48 { width: 195px; float: left; position: relative; margin-right: 48px; }
.w150fLpR { width: 150px; float: left; position: relative; }
.w150fLpRmr48 { width: 150px; float: left; position: relative; margin-right: 48px;}
.w175fLpR { width: 175px; float: left; position: relative; }
.w165fLpRmr48 { width: 165px; float: left; position: relative; margin-right: 48px; }
.w180fLpR { width: 180px; float: left; position: relative; }
.h32pR { position: relative; height: 32px; }
#aSignUpFree {float: left; color: #FFF; padding-top: 10px; font-size: 9pt; text-decoration: underline; z-index: 4;}
#iFrameLoginContainer { display: none; }
#loginContainer_Sub { position: relative; }
#NP_CS_LOGO { height: 75px; width: 205px; margin-top: 0px; margin-left: 6pt; }
#txbx_site { padding: 0 6px 0 50px; position: absolute; top: 0px; left: 0px; z-index: 1; width: 205px !important; }

select,
textarea,
input[type="text"],
input[type="password"] {
  display: inline-block;
  height: 27px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: var(--ui-style-control-text, rgb(33, 37, 41));
  vertical-align: middle;
  background-color: var(--ui-style-control-background, #ffffff);
  border-color: var(--ui-style-control-border, rgb(206, 212, 218));
  transition: border-color 333ms;
  border-width: 1px;
}
textarea:focus, input[type="password"]:focus-visible,
input[type="text"]:focus, input[type="password"]:focus-visible,
input[type="password"]:focus, input[type="password"]:focus-visible {
  border-color: rgb(77, 95, 239);
  border-width: 1px;
  outline: 0;
}
input[type="submit"],
input[type="checkbox"] {
  width: auto;
}
label,
select,
button,
input[type="submit"],
input[type="checkbox"] {
  cursor: pointer;
}
input[class*="span"],
.input-append input[class*="span"] {
	display: inline-block;
}

.btn {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
  
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
  
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  }
  .btn:hover,
  .btn:focus,
  .btn:active {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
  }
  .btn:first-child {
	*margin-left: 0;
  }
  .btn:hover,
  .btn:focus {
	color: #333333;
	text-decoration: none;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
  }
  .btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
  }
  .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  }
  .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
}
.btn-primary {
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #007AB8, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #ffffff;
	background-color: #555;
	*background-color: #595959;
}
.btn-primary:active {
	background-color: #4d4d4d \9;
}
.btn-large {
    border-radius: 6px 6px 6px 6px;
    font-size: 17.5px;
    padding: 11px 19px;
}


.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active {
	color: #ffffff;
	background-color: #222222;
	*background-color: #151515;
}
.btn-inverse:active {
	background-color: #080808 \9;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #222222;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.ui-dialog-titlebar > .ui-dialog-titlebar-close {
	float: right;
    width: 32px;
    height: 32px;
}
@media all and (max-width: 550px) {
	#NP_CS_LOGO{
		width: 102px !important;
		height: 37px !important;
	}
}

#mobilemenu{
    background-color: rgba(1, 22, 61, 0.9);
    z-index: 100000;
	padding: 24px;
	transition: opacity 333ms, top 333ms;
}
#mobilemenu.visible{
    display: block!important;
    top: 0;
	opacity: 1;
}
#mobilemenu > ul {
	overflow-y: auto;
	overflow-x: hidden;
	width: calc(100vw - 48px);
	height: calc(100vh - 88px);
	background-color: var(--ui-style-page-background, #FFF);
	border-radius: 8px;
	margin: 0px;
	padding-top: 40px;
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 1;
}
#mobilemenu > i::before {
	cursor: pointer;
	content: 'X';
	font-size: 32px;
	position: absolute;
	top: 32px;
	right: 32px;
	display: block;
	font-style: normal;
	z-index: 2;
}
#mobilemenu a {
	color: var(--ui-style-page-header-1, #012970);
	padding: 10px 20px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#mobilemenu a:hover {
	color: rgb(65, 84, 241);
}
.admin-menu-button,
.admin-menu-button .dropdown-menu {
	background-image: #a13a3a !important;
	background: #a13a3a !important;
	background-color: #a13a3a !important;
	color: #FFF important;
}
.admin-menu-button .dropdown-menu {
	border-radius: 4px;
}
.admin-menu-button a,
.admin-menu-button > a {
	color: #FFF !important;
	text-shadow: none;
	text-decoration: none;
}
.admin-menu-button .dropdown-menu li{
	padding: 10px;
}
.admin-menu-button .dropdown-menu {
	display: none;
}
.admin-menu-button .dropdown-menu li:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
.admin-menu-button:hover .dropdown-menu {
	display: block;
}
body.ui-dialog-modal{
	overflow: hidden;
}
div.ui-dialog-modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 22, 61, 0.9);
	z-index: 100000;
}
body > .ui-dialog {
	border: 1px solid #000;
	box-shadow: 13px 0 13px rgba(0,0,0,0.4);
	border-radius: 0;
	overflow: hidden;
	padding: 0px;
	z-index: 100001;
}
body > .ui-dialog > div {
	padding: 8px;
}
body > .ui-dialog > div:nth-child(2) {
	overflow: auto;
}
.ui-dialog-title{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	background-color: rgb(26, 26, 26);
	color: white;
	height: 16px;
	line-height: 16px;
}
.ui-dialog-title > b::before {
	float: right;
}
.ui-dialog-title > b::before {
	content: 'X';
	cursor: pointer;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: block;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

loading-128,
loading-64,
loading-48,
loading-32,
loading-24 {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 100%;
	animation: loadingAnimationSpinKeys 1.5s linear infinite;
	border: 6px solid var(--ui-style-highlight-xlight);
	border-top: 6px solid var(--ui-style-highlight);
	border-bottom: 6px solid var(--ui-style-highlight);
	width: 32px;
	height: 32px;
}
loading-24 {
	width: 24px;
	height: 24px;
}
loading-48 {
	width: 48px;
	height: 48px;
}
loading-64 {
	width: 64px;
	height: 64px;
	border: 8px solid var(--ui-style-highlight-xlight);
	border-top: 8px solid var(--ui-style-highlight);
	border-bottom: 8px solid var(--ui-style-highlight);
}
loading-128 {
	width: 128px;
	height: 128px;
	border: 8px solid var(--ui-style-highlight-xlight);
	border-top: 8px solid var(--ui-style-highlight);
	border-bottom: 8px solid var(--ui-style-highlight);
}

loading-128[fancy]::after,
loading-64[fancy]::after,
loading-48[fancy]::after,
loading-32[fancy]::after,
loading-24[fancy]::after {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	border-radius: 100%;
	top: -4px;
	left: -4px;
	height: 28px;
	width: 28px;
	animation: loadingAnimationSpinKeysBounce32 4.5s linear infinite;
	border: 2px solid var(--ui-style-highlight-xlight);
	border-top: 2px solid var(--ui-style-highlight);
	border-bottom: 2px solid var(--ui-style-highlight);
}
loading-24[fancy]::after {
	top: -2px;
	left: -2px;
	height: 22px;
	width: 22px;
	animation: loadingAnimationSpinKeysBounce24 4.5s linear infinite;
}
loading-48[fancy]::after {
	top: -4px;
	left: -4px;
	height: 44px;
	width: 44px;
	animation: loadingAnimationSpinKeysBounce48 4.5s linear infinite;
}
loading-64[fancy]::after {
	top: -5px;
	left: -5px;
	height: 58px;
	width: 58px;
	animation: loadingAnimationSpinKeysBounce64 4.5s linear infinite;
	border: 2px solid var(--ui-style-highlight-xlight);
	border-top: 2px solid var(--ui-style-highlight);
	border-bottom: 2px solid var(--ui-style-highlight);
}
loading-128[fancy]::after {
	top: -5px;
	left: -5px;
	height: 122px;
	width: 122px;
	animation: loadingAnimationSpinKeysBounce128 4.5s linear infinite;
	border: 2px solid var(--ui-style-highlight-xlight);
	border-top: 2px solid var(--ui-style-highlight);
	border-bottom: 2px solid var(--ui-style-highlight);
}
loading-ellip {
	height: 1em;
	width: 3ch;
	display: inline-block;
	text-align: left;
	position: relative;
}
loading-ellip::after{
	text-align: left;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	content: '...';
	width: 0ch;
	animation: loadingEllipKeys 1s linear infinite;
}
@keyframes loadingAnimationSpinKeys {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@keyframes loadingAnimationSpinKeysBounce24 {
	0% { transform: rotate(0deg)   scale(0.92); }
	25% { transform: rotate(90deg)  scale(0.74); }
	50% { transform: rotate(180deg) scale(0.92); }
	75% { transform: rotate(270deg) scale(1.10); }
	100% { transform: rotate(360deg) scale(0.92); }
}
@keyframes loadingAnimationSpinKeysBounce32 {
	0% { transform: rotate(0deg)   scale(0.92); }
	25% { transform: rotate(90deg)  scale(0.74); }
	50% { transform: rotate(180deg) scale(0.92); }
	75% { transform: rotate(270deg) scale(1.10); }
	100% { transform: rotate(360deg) scale(0.92); }
}
@keyframes loadingAnimationSpinKeysBounce48 {
	0% { transform: rotate(0deg)   scale(0.96); }
	25% { transform: rotate(90deg)  scale(0.80); }
	50% { transform: rotate(180deg) scale(0.96); }
	75% { transform: rotate(270deg) scale(1.10); }
	100% { transform: rotate(360deg) scale(0.96); }
}
@keyframes loadingAnimationSpinKeysBounce64 {
	0% { transform: rotate(0deg)   scale(0.96); }
	25% { transform: rotate(90deg)  scale(0.80); }
	50% { transform: rotate(180deg) scale(0.96); }
	75% { transform: rotate(270deg) scale(1.10); }
	100% { transform: rotate(360deg) scale(0.96); }
}
@keyframes loadingAnimationSpinKeysBounce128 {
	0% { transform: rotate(0deg)   scale(0.98); }
	25% { transform: rotate(90deg)  scale(0.95); }
	50% { transform: rotate(180deg) scale(0.98); }
	75% { transform: rotate(270deg) scale(1.05); }
	100% { transform: rotate(360deg) scale(0.98); }
}
@keyframes loadingEllipKeys {
	0% { width: 0ch; }
	100% { width: 2ch; }
}