@import url("colors.css");
*{margin:0;padding:0;box-sizing:border-box}
html,body{width:100%;min-height:100%}
.shootmyfile_download{font-size:18px;font-family:var(--shootmyfile-font);font-weight:lighter;padding:20px;display:flex;flex-direction:column;width:100%;align-items:center;min-height:100vh;backdrop-filter:brightness(0.5)}
.shootmyfile_download b{font-weight:600}
.shootmyfile_download_box{background:linear-gradient(90deg,var(--shootmyfile-dark),var(--shootmyfile-dark2));color:var(--shootmyfile-light);max-width: 100%;box-shadow:0 0 500px var(--shootmyfile-light);padding:20px;border-radius:15px;border:1px solid var(--shootmyfile-light2);animation:shootmyfile_bounce 1s ease-in-out}
.shootmyfiles_body h1{font-size:24px;color:var(--shootmyfile-light)}
.shootmyfiles_body h2{font-size:34px;color:var(--shootmyfile-light)}
.shootmyfiles_body ol{margin:15px 0;max-height:300px;overflow:auto;width:100%;scrollbar-color:var(--shootmyfile-dark2) var(--shootmyfile-dark);border-top:1px solid var(--shootmyfile-light2);border-bottom:1px solid var(--shootmyfile-light2);padding:10px 15px 10px 20px}
.shootmyfiles_body li{line-height:1.1;padding-bottom:6px;word-break:break-all;width:100%}
.shootmyfiles_body li::marker{font-size:12px;color:var(--shootmyfile-light2)}
.shootmyfiles_body input[type="submit"]{font-size:18px;background:none;color:var(--shootmyfile-light);margin:15px 0 0 0;border:1px solid var(--shootmyfile-light);padding:10px 30px;cursor:pointer;text-transform:uppercase}
.shootmyfiles_body input[type="submit"]:hover{background:var(--shootmyfile-dark);border:1px solid var(--shootmyfile-dark2)}
.shootmyfiles_body a{color:var(--shootmyfile-light2)}
.shootmyfiles_body a:hover{color:var(--shootmyfile-light)}

.shootmyfile_downloading{display:none;color:var(--shootmyfile-light);text-shadow:1px 1px 2px var(--shootmyfile-dark),-1px -1px 2px var(--shootmyfile-dark2);text-align:center;padding:50px}

@keyframes shootmyfile_bounce{
	0%{transform:scale(0.3)}
	50%{transform:scale(0.3)}
	95%{transform:scale(1.25)}
	100%{transform:scale(1)}
}
.shootmyfiles_body .notice{margin:10px 0;padding:8px 16px;-border-radius:var(--shootmyfile-radius)}
.shootmyfiles_body .notice-error{background:var(--shootmyfile-danger);color:var(--shootmyfile-light)}
.shootmyfiles_body .notice-success{}

@media (max-width:768px){
	
}

