body { 
	/* background-color: #E6E6E6; */
	background-image: url(//interface.crystalapple.top/background/index.php);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 100% 100%;
}

h1 {
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 20px;
	margin: 0 0 10px 8px;
	margin-top:20px;
	padding:0;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	width: 800px;
	margin-top: 65px;
	margin-left:auto;
	margin-right:auto;
	padding: 9px;
	background-image: url(bg.png);
	background-size: cover;
    background-attachment: fixed;
	background-color:#ffffffd9;

	box-shadow: 0 0 20px 5px ;
	
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: 5px;
	padding:0px 20px 0px 20px;
	
	backdrop-filter: blur(2px);
	-moz-transition: .2s background-color,.3s backdrop-filter;
	-webkit-transition: .2s background-color,.3s backdrop-filter;
    -o-transition: .2s background-color,.3s backdrop-filter;
}

#breadcrumbs {
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0 0 8px 8px;
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:link, #breadcrumbs a:active {
	color: #6699FF;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#listingcontainer {
	background-image:url(bg.gif);
	padding: 10px;
	background-color:#e0dede75;
}

#listingheader {
	color: #476BB3;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:right;
}

#listingheader a, #listingheader a:active, #listingheader a:visited, #listingheader a:link {
	text-decoration: none;
	color: #476BB3;
}

#listingheader a:hover {
	text-decoration: underline;
	color: #476BB3;
}


#headerfile {
	text-align:left;
	float: left;
	width: 320px; 
}

#headersize {
	text-align:right;
	width: 75px;
	float: left;
}

#listing {
	border: 1px solid #A7C5FF;
}

#listing a {
	display:block;
	padding: 2px 5px 2px 5px;
	font-size:small;
	color: #6285CA;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:right;
	/* width:568px; */
	
}

#listing a:hover {
	background-color:#DBE6FE;
}

#listing a img {
	float:left;
	margin-right: 4px;
}



#listing a strong {
	width: 300px;
	float:left;
	cursor:hand;
	cursor:pointer;
	text-align:left;
}

#listing a em {
	float: left;
	width: 75px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
}

#listing a span {
	position: absolute;
	margin-left: -151px;
	margin-top: -2px;
}

#listing a span img {
	width: 150px;
	background-color:#CCCCCC;
	visibility: hidden;	
}

#listing a:hover span img {
	border: 1px solid #666666;
	visibility: visible;
}

#upload {
	border: 1px solid #A7C5FF;
	display:block;
	margin-top: 10px;
	font-size:small;
	color: #6285CA;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:568px;
	background-color: #E9F0FF;
}

#uploadtitle {
	background-color: #DBE6FE;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #A7C5FF;
	
}

#uploadcontent {
	padding: 2px 5px 2px 5px;
}


#copy {
	width: 600px;
	margin-top: auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	text-align:center;
	font-size:x-small;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}

#copy a {
	text-decoration: underline;
	color: #666666;
}

.b {
	background-color: #E9F0FF;
	
}

.w {
	background-color:#FFFFFF;
}

.mod {
	float:right;
}

.size {
	float:right;
}

.style3 {
	color: #FF0000;
	font-weight: bold;
}



.masked {
    	background-image: -webkit-linear-gradient(left, rgb(0, 255, 10), rgb(238, 29, 137) 25%,rgb(0, 255, 10) 50%, rgb(238, 29, 

137) 75%, rgb(0, 255, 10));
    	-webkit-text-fill-color: transparent;
	-webkit-background-clip:text;
    	background-clip: text;
    	background-size: 200% 100%;
    	margin-left: 0px !important;
    	animation: 4s linear 0s infinite normal none running masked-animation;
}



@-webkit-keyframes masked-animation {
         0%{ background-position: 0 0;}
         100% { background-position: -100% 0;}
    }


@-webkit-keyframes highlight{
    from{
        -webkit-box-shadow:0 0 9px #333;
    }
    50%{
        -webkit-box-shadow:0 0 18px 

green;
    }
     to{
        -webkit-box-shadow:0 0 9px #333;
    }
}

