a {
  display: inline-block;
  position: relative;
  color: #d0c81b;
  text-decoration: none;
}
a:hover { color: #d1bfa2; }
a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #d0c81b;
  transform-origin: bottom right;
  transition: transform 0.20s ease-out;
}
nav a::after, .codes a::after, .aff a::after, 
.flaglist a.img::after, footer div:nth-child(2) a:has(img):after {
	background-color: transparent;
}
a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
body {
	margin:	0;
    font: .95em "Rubik", sans-serif;
    color: #f8f6ef;
    background-color: #000;
	}
nav {
    position: absolute;
    padding: 8px 0 0 5px;
    font-size: 1.2em;
}
nav a:link, nav a:visited {
    display: inline;
    padding: 0 9px 5px;
    width: 60px;
    text-align: center;
    color: #cacfd4;
}
nav a:hover, nav a.current {
	color: #e8e8e8;
}
nav a:link:first-of-type, nav a:visited:first-of-type {
	margin-left: 10px;
}
#wrapper {
    display: flex;
    height: 96vh;
    align-items: center;
}
#bg {
    height: 500px;
    width: 1000px;
    background: url(images/bg.webp) no-repeat left center;   
    background-color: var(--background-color); 
}
#container {
    margin: 10px 510px;  
    height: 480px;
    width: 480px;
    overflow: auto;
}
::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-thumb {
      background: var(--scroll-color);
}
.aff { margin-bottom: 18px; }
.aff a { margin-left: 7px; }
blockquote {
    padding: 3px;
    width: 35%;
    font-size: .85em;
    line-height: 14px;
    color: #000; 
    background-color: #fff;       
    border: 4px solid #000;
    border-radius: 9px;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	}
b {color: #c5727a;}
em, b {
    font: 1.25em "Caveat Brush", cursive;
    vertical-align: baseline;
    line-height: 18px;
}
.center, .award {text-align: center;}
h3 {
	margin: 0;
    font: 4.5em "Rubik 80s Fade", system-ui;
    color: #f5f3f3;
    text-align: right;
    text-shadow: 2px 1px 2px #809672;
}
h6 {
	position: relative;
    margin: 21px 0 -14px;
    padding-left: 30px;
    color: var(--scroll-color);
    font-size: 1.5em;
    text-transform: uppercase;
}
.codes h6 { margin-bottom: 10px; }
.left {
	float:left;
	margin-right: 12px;
	}
.right {
	float:right;
	margin-left: 3px;
	text-align: right;
	}
.form {
	float: left;
	width: 50%;
}
.req:before{
	content: "*";
	color: red;
}
.codecopy {
	margin-top: 20px;
	float: left;
	width: 42%;
	padding: 0 10px;
}
.control-copytextarea {
    position: relative;
    top: 8px;
    left: -45px;
    cursor: pointer;
    font-size: .7em;
}
.control-copytextarea::before, .control-copytextarea::after {content: " - ";}
.codecopy textarea, .codecopy textarea:focus {
    width: 145px;
    font-size: .85em;
    overflow: hidden;
}
.donatetext { margin-top: 50px; }
.donatetext a {
    text-align: center;
    display: block;
	width: 138px;
    margin: 0 auto;
}
.codes h3 {margin: 50px 0 -20px;}
.codes img { margin-right: 5px; }
form.show_update_form { width: 37%; }
input, textarea, select {
	margin: 2px 0;
	width: 225px;
    color: var(--input-color);
    font-size: 1em;
	font-family: inherit;
    background-color: #e6ddcf8f;
    border: 1px;
	outline: none;
   	box-sizing: border-box;
}
select {background-color: #000;}
input, textarea {padding-left: 4px;}
input:focus, textarea:focus, select:focus {
	border: 1px solid var(--scroll-color);
}
input.show_join_comments_field {
    width: 475px;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin: 3px 0 0 10px;
	outline: none;
}
form.show_join_form input {margin-bottom: 10px;}
form.show_join_form div {margin-right: 346px;}
input::file-selector-button {
	margin: 0 2px 2px -3px;
	font-size: .85em;
	color: var(--text-color);
	background-color: var(--background-color);
}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
    padding: 7px 12px;
    color: var(--text-color);
    text-align: center;
    background-color: var(--background-color);
    border: 1px;
    border-radius: 20px;
}
.jsubbtn:hover, .jresbtn:hover,
.usubbtn:hover, .uresbtn:hover {
	background-color: var(--scroll-color);
}
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .8em;
	text-align: center;
}
.small {
	font-size: .7em;
    text-align: center;
    line-height: 11px;
}
.small span {
    font-size: 2em;
    vertical-align: top;
}
.clear { clear:both; }
.show_members_showing_what {
	font-size: 1.15em;
	color: var(--scroll-color);
	}
table { margin: 0 auto; }
td { padding: 0 10px; }
footer { 
	margin-top: 13px;
	font-size: .75em;
	text-align: center;
	font-style: oblique;
	line-height: 13px;
	color: #c9c1be85;
 }
footer div:nth-child(2) { font-style: normal;}