<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.space2x{margin: 0 10px;}
.wait{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                50% 50% 
                no-repeat;
}
#cssload-wrapper {
	width: 195px;
	height: 35px;
	position: absolute;
	left: 50%;
	top: 50%;
}

#cssload-border {
	border: 3px solid #2489C5;
	height: 100%;
	width: 100%;
	position: relative;
	left: -50%;
	top: -50%;
	padding: 4px 3px;
}

#cssload-whitespace {
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#cssload-line {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #2489C5;
	animation: cssload-slide 5.75s steps(40) infinite;
		-o-animation: cssload-slide 5.75s steps(40) infinite;
		-ms-animation: cssload-slide 5.75s steps(40) infinite;
		-webkit-animation: cssload-slide 5.75s steps(40) infinite;
		-moz-animation: cssload-slide 5.75s steps(40) infinite;
}



@keyframes cssload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-o-keyframes cssload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-ms-keyframes cssload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-webkit-keyframes cssload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-moz-keyframes cssload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

  .noty_text{font-size: 15px;}
  .create-note{
      font-weight: normal;
      font-style: italic;
  }</pre></body></html>