html,body,div,ul,li,img,a,table,tr,td {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*html, body {
	height: 100%;
	width: 100%;
}*/
body {
	font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #f5f5f5;
}
.logo {
	text-align: center;
	padding-top: 1.2em;
	display: block;
}
.logo img {
	width: 14em;
	height: auto;
	max-width: 60%;
}
#c {
	padding: 1em;
	margin-right: auto;
	margin-left: auto;
	max-width: 30em;
}
#nav {
	text-align: center;
}
#nav div {
	text-decoration: none;
	font-weight: bold;
	color: gray;
	border-bottom: 3px solid #f4f5f4;
	transition: all .3s;
	padding-right: .3em;
	padding-left: .3em;
	transition: all .3s;
	display: inline-block;
	cursor: pointer;
}
.nt #nav div:hover {
	color: black;
}
.au {
	margin-bottom: 1em;
	margin-top: 1em;
}
.au input {
	font-size: large;
}
.au label {
	font-weight: bold;
	color: gray;
	font-size: .8em;
	padding-left: .5em;
}
.au span {
	cursor: pointer;
	color: gray;
	position: relative;
	top: .4em;
	margin-left: .5em;
	transition: color .3s;
}
.nt .au span:hover {
	color: black;
}
#sendres {
	display: inline-block;
	background-color: #fecb02;
	padding: 1em 1.5em;
	border-radius: 9em;
	font-weight: bold;
	margin-bottom: 1em;
	cursor: pointer;
}
/* YOUTUBE EMBEDS */
.youtube {
    background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
    display: inline-block;
    transition: all .3s;
    cursor: pointer;
	border-radius: 1em;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.89);
}
.youtube .play:after {
    content: 'PLAY VIDEO';
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all .3s;
	display: inline-block;
	background-color: #fdcc2e;
	border-radius: 9em;
	font-weight: bold;
	letter-spacing: .2em;
	padding: 1em 1.4em;
	transform: translateY(-50%) scale(1);
	margin-top: 29%;
}
.thl {
	text-align: center;
	padding-top: .3em;
	padding-bottom: 1em;
}
.vwrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.vwrap > iframe, .vwrap .youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.nt .youtube .play:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(-50%) scale(1.05);
}



#nav div.a {
	border-bottom-color: #fecb02;
	color: black;
}
#saved {
	width: 100%;
	position: fixed;
	top: 0;
	text-align: center;
	padding-top: 1em;
	transition: opacity .3s;
	opacity: 0;
	display: none;
}
.flrst {
	display: inline-block;
	cursor: pointer;
	border-radius: 9em;
	color: gray;
	font-size: .8em;
	font-weight: bold;
	margin-left: .5em;
	background-color: #dfe3df;
	padding: .3em 1em;
}
#saved div {
	background-color: #bbf5b3;
	color: #027d00;
	display: inline-block;
	font-size: .8em;
	border-radius: 9em;
	font-weight: bold;
	padding: .5em 1em;
	z-index: 2;
}
.des {
	/*border-top: 3px solid #f1c542;
	border-bottom: 3px solid #f1c542;*/
	border-radius: 1em;
	background-color: #faebc0;
	padding: 1em;
	margin-top: 1em;
	text-align: left;
	margin-bottom: 1em;
}
.ures {
	background-color: #e2e3e2;
	padding: 1em;
	border-radius: 1em;
	margin-bottom: .7em;
}
.unores {
	display: inline-block;
	font-weight: bold;
	color: gray;
	background-color: #e1e3e1;
	font-size: .8em;
	border-radius: 9em;
	padding: .5em 1em;
	margin-bottom: .8em;
}
.ures .un {
	font-weight: bold;
	font-size: .8em;
	color: gray;
}
#q.fanq textarea {
	border-radius: 1em;
}
#set {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	width: 2.4em;
	border-radius: 9em;
	border: .4em solid #f4f5f4;
	top: .6em;
	right: .6em;
	transition: all .3s;
}
#set.a {
	border-color: #fecb02;
}
#set img {
	width: 100%;
	display: block;
	height: auto;
}
.nt #set:hover {
	border-color: #dbdbdb;
}
#ac {
	position: absolute;
	display: none;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 1em;
	overflow: hidden;
	right: 1em;
	top: 4em;
	z-index: 3;
	box-shadow: 0 06px 2em rgba(118, 118, 118, 0.25);
	display: none;
	/*backdrop-filter: blur(6px);  
	-webkit-backdrop-filter: blur(6px);*/
}
#ac > * {
	padding: 1em 2em;
	display: block;
	text-decoration: none;
	text-align: center;
	color: gray;
	cursor: pointer;
	transition: all .3s;
	border-top: 1px solid #efefef;
}
.nt #ac > *:hover {
	background-color: rgba(0, 0, 0, 0.02);
	color: black;
}
#back, .rs, .back {
	background-color: #e3e3e3;
	border-radius: 9em;
	display: inline-block;
	padding: .4em 1.4em .3em 0.6em;
	cursor: pointer;
	color: gray;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
	transition: all .3s;
}
.rs {
	float: right;
	padding: 0.8em 1.6em;
	position: relative;
	top: -4.15em;
}
.nt .rs:hover {
	color:  black;
}
.nt #back:hover, .nt .back:hover {
	background-color: #dadada;
	color: black;
}
#portal {
	display: none;
}
#back span, .back span {
	display: inline-block;
	position: relative;
	top: -0.5em;
}
.wblk {
	background-color: white;
	padding: 2em;
	border-radius: 1em;
}
.ec {
	margin-top: 1em;
}
.ec label {
	display: block;
	font-weight: bold;
	font-size: .8em;
	color: gray;
}
.ec input[type=text], .ec input[type=file], .ec input[type=date], .ec input[type=time], .ec textarea, #md input, #md textarea, .ec select, select#invite, #q textarea, .fan .fw input, .ec input[type=email] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	box-sizing: border-box;
	width: 100%;
	border-radius: .4em;
	font-size: 1em;
	padding: 0.7em 0.7em 0.7em 1em;
	border: 2px solid #f0f1f0;
	outline: none;
	font-weight: bold;
	margin-bottom: 1em;
}
.ec input:focus, .ec textarea:focus, #md input:focus, #md textarea:focus, select#invite:focus, #q textarea:focus, .fan .fw input:focus {
	border-color: #fecb02;
}
.ec textarea {
	font-weight: normal;
	font-style: normal;
	margin-top: .3em;
}
.ec input[type=date], .ec input[type=time] {
	width: 46%;
	max-width: 46%;
}
.cs {
	border-radius: 1em;
	overflow: hidden;
}
.cs > div {
	border-bottom: 1px solid #f9f9f9;
	background-color: white;
	padding: 1em;
	cursor: pointer;
	transition: all .3s;
	position: relative;
}
.nt .cs > div:hover {
	background-color: #fcfcfc;
}
.cs .n {
	font-weight: bold;
	font-size: 1.2em;
}
.cs .t {
	color: silver;
	font-weight: bold;
	font-size: .8em;
}
.cs .li .st {
	position: absolute;
	padding: .6em .7em;
	border-radius: 9em;
	right: 1em;
	top: .8em;
}
.cs .li .st .alert svg {
	color: #fecb02;
}
.cs .li .st .check svg {
	color: #62c163;
}
.cs .drag {
	position: absolute;
	font-size: 2em;
	right: 0;
	top: 0;
	padding: 0.5em;
	color: silver;
	cursor: move;
}
#tb {
	background-color: #f4f5f4;
	padding-bottom: 1em;
	text-align: center;
}
#tb > div {
	display: inline-block;
	text-align: center;
	border-radius: 1em 1em 0 0;
	color: gray;
	font-weight: bold;
	cursor: pointer;
	transition: all .3s;
	border-bottom: 4px solid #f4f5f4;
	margin-right: .5em;
	margin-left: .5em;
	padding: 1em .3em .2em;
}
.nt #tb > div:hover {
	color: black;
}
#tb > div.a {
	color: black;
	border-bottom-color: #fecb02;
}
.vw {
	border-radius: .4em;
	overflow: hidden;
	margin-top: .5em;
	margin-bottom: 1em;
}
#cr > div {
	background-color: white;
	border-radius: 1em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-bottom: 1em;
}
#cr .n {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 1em;
	padding-top: 1em;
}
#cr .c {
	color: silver;
	font-weight: bold;
	font-size: .8em;
	padding-left: 1.7em;
	padding-bottom: 1.7em;
}
#cr .d {
	display: inline-block;
	position: absolute;
	right: 0;
	font-size: .8em;
	font-weight: bold;
	color: white;
	top: 0;
	transition: all .3s;
	padding: 2.4em;
}
#cr > div:hover .d {
	color: #c8c8c8;
}
#cr > div:hover .d:hover {
	color: #f94a4a;
}
#dloads a {
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #fecb02;
	color: black;
	border-radius: .4em;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: .3em;
	margin-bottom: 1em;
	transition: all .3s;
}
.nt #dloads a:hover {
	background-color: black;
	color: white;
}
.addYT {
	display: inline-block;
	background-color: #e94343;
	color: white;
	font-weight: bold;
	border-radius: 9em;
	margin-bottom: 1em;
	padding: 1em 1em .8em;
	cursor: pointer;
	transition: all .3s;
}
.nt .addYT:hover {
	background-color: #e41a1a;
}
.vy {
	position: relative;
}
.vy .remove, .vy .drag {
	position: absolute;
	display: inline-block;
	right: -4em;
	border-radius: 9em;
	opacity: .5;
	transition: opacity .3s;
	border-width: 2px;
	border-style: solid;
	padding: .8em .8em .6em;
}
.nt .vy .remove:hover, .nt .vy .drag:hover {
	opacity: 1;
}
.vy .remove {
	border-color: #e94343;
	color: #e94343;
	top: 0;
	cursor: pointer;
}
.vy .drag {
	top: 4em;
	border-color: #808080;
	color: #808080;
	cursor: move;
}
.up, .ext {
	position: relative;
	background-color: #fecb02;
	display: inline-block;
	padding: 1em 1em .8em;
	border-radius: 9em;
	transition: all .3s;
	margin-left: .5em;
	margin-right: .5em;
	cursor: pointer;
}
.ext {
	background-color: #e3e5e3;
}
.up input {
	position: absolute;
	top: 0;
	opacity: 0;
	left: 0;
	cursor: pointer;
}
#co {
	text-align: center;
	cursor: pointer;
	padding-top: 1em;
	padding-bottom: 1em;
	border-radius: .4em;
}
#co.c {
	background-color: #bbf5b3;
	color: #027d00;
}
#co.x {
	background-color: #f5b4b4;
	color: #9d0000;
}
#progw {
	background-color: #e5e5e5;
	border-radius: 9em;
	overflow: hidden;
	position: relative;
	height: 2em;
	margin-top: .3em;
	margin-bottom: 1em;
}
#progw.a #prog {
	background-color: #63c264;
}
#progw.a #pro {
	color: white;
}
#prog {
	border-radius: 9em;
	overflow: hidden;
	background-color: #faca32;
	position: absolute;
	height: 2em;
	transition: all .5s;
}
#pro {
	position: absolute;
	z-index: 2;
	font-weight: bold;
	padding-top: .4em;
	top: 0;
	left: 0;
	padding-left: 1em;
	transition: all .5s;
}
#checklist > div, #dloads > div {
	text-align: center;
	border-radius: 1em;
	background-color: #e4e5e4;
	margin-bottom: 1em;
	cursor: move;
	position: relative;
	margin-top: .3em;
	padding: 1em;
}
#dloads > div {
	padding-top: .7em;
}
#dloads svg {
	display: inline-block;
	position: relative;
	margin-left: .5em;
	top: .3em;
	color: gray;
}
#checklist div.c {
	background-color: #faca32;
}
#checklist .del, #dloads .del {
	position: absolute;
	right: 0;
	top: 0;
	padding: .8em;
	cursor: pointer;
	color: gray;
	transition:all .3s;
	opacity: 0;
}
#checklist .ct, #dloads .ct {
	font-size: 1em;
}
.nt #checklist > div:hover .del, .nt #dloads > div:hover .del {
	opacity: 1;
}
.nt #checklist .del:hover, .nt #dloads .del:hover {
	color: black;
}
.addChk {
	background-color: #e4e5e4;
	display: inline-block;
	border-radius: 9em;
	padding: 1em 1em .8em;
	transition: all .3s;
	color: black;
	cursor: pointer;
}
.nt .addChk:hover {
	color: white;
	background-color: black;
}
.add {
	cursor: pointer;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	border: 3px solid #fecb02;
	border-radius: 5em;
	padding: .6em 1em;
	margin-top: 1em;
	transition: all .3s;
	background-color: #fecb02;
	text-decoration: none;
}
.nt .add:hover, .nt .up:hover, .nt .ext:hover {
	background-color: black;
	border-color: black;
	color: white;
}
.add.email {
	background-color: #f4f5f4;
	margin-bottom: 1em;
	margin-top: 0;
	color: silver;
	border-color: silver;
}
#md span {
	display: inline-block;
	background-color: silver;
	color: white;
	padding: .2em .4em;
	border-radius: .4em;
	margin-right: .5em;
	margin-bottom: .5em;
}
#users > div {
	background-color: white;
	border-radius: 1em;
	padding: 1em;
	margin-bottom: 1em;
	cursor: default;
	position: relative;
}
#users .n {
	font-weight: bold;
	font-size: 1.2em;
}
#users .t {
	color: silver;
	font-weight: bold;
	font-size: .8em;
}
#users .i {
	position: absolute;
	border: 3px solid silver;
	color: silver;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
	display: inline-block;
	padding: .4em .8em;
	border-radius: 9em;
	cursor: pointer;
	top: 1.6em;
	right: 1.6em;
	transition: all .3s;
}
.nt #users .i:hover {
	color: black;
	border-color: black;
}
#users .i.a, .nt #users .i:hover {
	border-color: #faca32;
	color: #faca32;
}
#users .i.a {
	cursor: default;
}
#users .i.m, .nt #users .i.m:hover {
	color: #63c264;
	border-color: #63c264;
	cursor: default;
}
#users .i.e {
	right: 8em;
	cursor: pointer;
}
.nt #users .i.e:hover {
	color: black;
	border-color: black;
}
.nt #users > div:hover .i.e {
	right: 11.4em;
}
#users .del {
	position: absolute;
	right: 0;
	top: 0;
	padding: 1.5em;
	color: silver;
	cursor: pointer;
	opacity: 0;
	transition: all .3s;
}
.nt #users > div:hover .del {
	opacity: 1;
}
.nt #users > div:hover .i {
	right: 5em;
}
.nt #users .del:hover {
	color: black;
}
.delC {
	text-align: center;
	border: 3px solid #e94543;
	color: #e94543;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 3em;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	border-radius: 9em;
	cursor: pointer;
	transition: all .3s;
}
.nt .delC:hover {
	border-color: black;
	color: black;
}
/* MODAL */
#modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(227, 227, 227, 0.9);
	display: none;
	overflow: auto;
}
#md {
	background-color: white;
	width: 25em;
	max-width: 80%;
	padding: 1em;
	border-radius: 2.4em;
	box-shadow: 0 .4em 2em rgba(0, 0, 0, 0.07);
	margin: 2em auto;
}
#md .s {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: silver;
	font-size: 1.2em;
}
#md label {
	color: silver;
	font-weight: bold;
	font-size: .8em;
	display: block;
	margin-bottom: .3em;
}
#md .nu {
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: .5em;
}
#md .inv {
	border: 3px solid #faca32;
	color: #faca32;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	border-radius: 9em;
	text-align: center;
	padding-bottom: .6em;
	padding-top: .6em;
	transition: all .3s;
	background-color: white;
	cursor: pointer;
}
#md select {
	font-size: large;
}
.nt #md .inv:hover {
	color: black;
	background-color: #faca32;
}
#modal.a {
	display: block;
}
#qs > div {
	position: relative;
	padding-left: 2em;
	padding-right: 2em;
}
#qs .drag {
	position: absolute;
	cursor: move;
	display: inline-block;
	padding: .8em;
	color: silver;
	transition: color .3s;
	left: 0;
	top: 0;
}
.nt #qs .drag:hover {
	color: black;
}
#qs .del {
	position: absolute;
	right: 0;
	top: 0;
	padding: .8em 0 .8em .8em;
	cursor: pointer;
	color: silver;
	transition: color .3s;
}
.nt #qs .del:hover {
	color: red;
}
.check {
	margin-bottom: 1em;
}
.ec .check > * {
	display: inline-block;
}
.check input[type=checkbox] {
	font-size: large;
	margin-right: 0.5em;
}
/* LOADER */
#loader svg {
  width: 4em;
  transform-origin: center;
  animation: rotate 2s linear infinite;
}
#loader circle {
  fill: none;
  stroke: #fecb02;
  stroke-width: 4;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}
#loader {
	background-color: #f4f5f4;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	text-align: center;
	padding-top: 20%;
	display: block;
	transition: opacity .3s;
}
.wel {
	color: #9b7603;
	background-color: rgba(250, 202, 49, 0.49);
	border-radius: 1em;
	padding: 1em 1em 1em 3em;
	text-align: center;
	position: relative;
	font-style: italic;
	margin-bottom: 1em;
}
.wel a {
	text-decoration: none;
	color: #684f01;
}
.nt .wel a:hover {
	color: black;
	text-decoration: underline;
}
.wel span {
	position: absolute;
	left: 1em;
	top: 50%;
	transform: translate(0, -50%);
}
#logo {
	cursor: pointer;
	opacity: 1;
	transition: opacity .3s;
}
.nt #logo:hover {
	opacity: .7;
}
.dbl > div {
	display: inline-block;
	width: 50%;
}
.dbl > div > div {
	background-color: #ffffff;
	border-radius: 1em;
	padding: 2em 1em;
	text-align: center;
	transition: all .3s;
	cursor: pointer;
}
.nt .dbl > div > div:hover {
	background-color: #fcfcfc;
	color: black;
	transform: scale(1.05);
}
.dbl .l > div{
	margin-right: .5em;
}
.dbl .r > div{
	margin-left: .5em;
}
label.crs {
	color: gray;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	margin-bottom: .5em;
	display: block;
}
#crs > div {
	background-color: white;
	position: relative;
	border-radius: 1em;
	padding: 1em 1em 1em 1.7em;
	cursor: pointer;
	margin-bottom: 1em;
	transition: all .3s;
}
.nt #crs > div:hover {
	transform: scale(1.05);
}
#crs b {
	font-size: 1.5em;
	display: block;
}
#crs span {
	color: silver;
	font-weight: bold;
	font-size: .8em;
}
#crs .sel {
	position: absolute;
	right: 0;
	top: 0;
	border: 3px solid #faca32;
	color: #faca32;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	padding: .5em 1em;
	border-radius: 9em;
	margin-top: 1.8em;
	margin-right: 1.8em;
}
.ct {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 0.1em;
}
.cs .li.x {
	background-color: rgba(255, 255, 255, 0.47);
	color: silver;
	cursor: not-allowed;
}
.desc.wel {
	text-align: left;
	margin-bottom: 1em;
	font-style: italic;
	padding-left: 3.5em;
}
.dl a, #clist div {
	display: block;
	text-decoration: none;
	color: black;
	padding: 1em;
	background-color: #e4e5e4;
	font-weight: bold;
	text-align: center;
	border-radius: 1em;
	cursor: pointer;
	margin-top: .3em;
	margin-bottom: 1em;
	transition: all .3s;
	position: relative;
}
.nt .dl a:hover {
	background-color: #faca32;
	transform: scale(1.05);
}
.dl svg, #clist svg {
	position: absolute;
	color: rgba(0, 0, 0, 0.4);
	margin-left: .5em;
	top: 0.8em;
	transition: all .3s;
}
.nt #clist div:hover {
	background-color: #d6d6d6;
}
#clist div.c, .nt #clist div.c:hover {
	background-color: #faca32;
	padding-left: 3em;
}
.nt #clist div:hover {
	padding-left: 3em;
}
#clist div {
	overflow: hidden;
}
#clist svg {
	left: -2em;
}
#clist div.c svg, .nt #clist div:hover svg {
	left: .8em;
}
#clist.a div, .nt #clist.a div:hover {
	background-color: #63c264;
	color: white;
}
#viewas {
	display: none;
}
.prg {
	background-color: #f4f5f4;
	height: 1em;
	border-radius: 9em;
	overflow: hidden;
	position: relative;
	margin-top: .3em;
	width: 100%;
}
.prg .p {
	height: 1em;
	background-color: #faca32;
	position: absolute;
	border-radius: 9em;
	top: 0;
	left: 0;
	transition: all .5s;
	width: 0;
}
.prg .p.g, #prg.p.a, .as .pc.g {
	background-color: #63c264;
}
.prg.b {
	background-color: #e1e3e1;
	margin-bottom: 1em;
	height: 2em;
}
.prg.b .p {
	height: 2em;
	width: 0;
}
.prg.b #pc {
	position: absolute;
	font-weight: bold;
	z-index: 1;
	left: 1em;
	top: .35em;
}
#pc.a {
	color: white;
}
#q label {
	margin-bottom: .3em;
	display: block;
	padding-top: 0.5em;
}
#q textarea {
	font-weight: normal;
	font-style: normal;
	margin-bottom: .5em;
}
.fr {
	background-color: #e2e3e2;
	margin-bottom: 1em;
	padding: 1em;
	border-radius: 1em;
}
.fn {
	font-weight: bold;
	font-size: .8em;
}
.fa {
	color: #5b5b5b;
	font-style: italic;
}
#fno {
	text-align: center;
	font-weight: bold;
	color: gray;
}
.fan {
	background-color: #e0e3e0;
	position: relative;
	padding: 1em;
	margin-top: .5em;
	border-radius: 1em;
	height: 3.2em;
	overflow: hidden;
	transition: height .3s;
}
.fan.a {
	height: 18em;
}
.bts {
	text-align: right;
}
.bts div {
	display: inline-block;
	border-radius: 9em;
	padding: .5em 1em;
	cursor: pointer;
	margin-left: .5em;
}
.bts .s {
	background-color: #faca32;
}
.bts .c {
	background-color: #cccccc;
}
.fan .fw {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 1em;
	transition: top .3s;
}
.fan.a .fw {
	top: -5em;
}
.fan.x {
	height: 0;
}
.fan .fw label {
	font-size: .8em;
	font-weight: bold;
	color: gray;
}
.fan .fw input {
	border-color: white;
}
.fan .few {
padding-bottom: 1em;
	padding-top: 1.2em;
}
.fan .n {
	font-weight: bold;
}
.fan .e {
	font-size: .8em;
	font-weight: bold;
	color: gray;
}
.fan .e a {
	text-decoration: none;
	color: gray;
	transition: color .3s;
}
.nt .fan .e a:hover {
	color: black;
}
.fan .e span {
	display: block;
	color: silver;
}
.fan .edit {
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
	padding: 1.75em 1.75em 1.75em .5em;
	color: silver;
	transition: all .3s;
}
.fan .sl {
	position: absolute;
	background-color: #fdcb02;
	border: 3px solid #fdcb02;
	font-weight: bold;
	padding: .5em 1em;
	border-radius: 9em;
	cursor: pointer;
	font-size: .8em;
	top: 1.9em;
	right: 5.5em;
	transition: all .3s;
}
.nt .fan .sl:hover {
	background-color: #f5c500;
	border-color: #f5c500;
}
.fan .sl.i, .nt .fan .sl.i:hover {
	color: #afafaf;
	background-color: #dfe3df;
	border-color: silver;
}
.fan .sl.a, .nt .fan .sl.a:hover {
	color: #63c264;
	border-color: #63c264;
	background-color: #dfe3df;
	cursor: default;
}
.nt .fan:hover .edit {
	color: gray;
}
.nt .fan .edit:hover {
	color: black;
}
.as {
	border-radius: 1em;
	background-color: #e3e5e3;
	margin-bottom: 1em;
	margin-top: .3em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: all .3s;
	height: 3.2em;
}
.nt .as:hover {
	transform: scale(1.05);
}
.as .n {
	text-align: center;
	font-weight: bold;
	padding: 1em;
	position: absolute;
	width: 100%;
}
.as .n.g {
	color: white;
}
.as .pc {
	background-color: #fdcb02;
	position: absolute;
	top: 0;
	left: 0;
	height: 3.3em;
	width: 0;
}

@media only screen and (max-width : 600px) {
	.dbl > div {
		display: inline-block;
		width: 100%;
		font-size: larger;
		margin-top: 1em;
	}
	.dbl .r > div, .dbl .l > div {
		margin: 0;
	}
}


/* PRINT ASSESSMENT STYLES */
@media only print {
	body {
		background-color: white;
	}
	#req, #set, #ac, .rs, #back svg, #back b, .prg, .add {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	#back {
		background-color: white;
		display: block;
		text-align: center;
		font-size: 1.2em;
	}
	#c {
		max-width: 90%;
	}
	.fr {
		background-color: #f2f2f2;
	}
	#q, .wel {
		font-size: 13px;
	}
}

#logolight {
	display: none;
}


/* DARK MODE */
@media (prefers-color-scheme: dark) {
	body, #loader {
		background-color: #1c1f21;
	}
	.wel {
		opacity: 1;
		background-color: #fbd243;
	}
	#logolight {
		display: block;
	}
	#logo {
		display: none;
	}
	#set {
		border-color: #545554;
	}
	.nt #set:hover {
		border-color: #383838;
	}
	.ct, h1 {
		color: gray;
	}
	.dbl > div > div {
		background-color: #545554;
		color: white;
	}
	#ac {
		background-color: rgba(56, 56, 56, 0.96);
		box-shadow: 0 0 1em #000000;
	}
	#ac > * {
		border-color: #1c1e20;
		color: white;
	}
	#back, .cs > div, .back {
		background-color: #545554;
		color: silver;
		border-color: #1c1e20;
	}
	.nt .cs > div:hover, .rs, .cs > div.li.x {
		background-color: #2e2e2e;
	}
	.cs .n {
		color: white;
	}
	.cs .t {
		color: #1c1e20;
	}
	.prg {
		background-color: #1c1e20;
	}
	#progw, .prg.b {
		background-color: #545554;
	}
	.dl a, .as, #clist div, #crs > div {
		background-color: #545554;
		color: white;
	}
	.nt #clist div:hover, .nt .dbl > div > div:hover, .cs > div, .ures, .unores, .wblk {
		background-color: #3e3e3e;
		color: white;
	}
	#clist div.c {
		color: black;
	}
	#q label {
		color: silver;
	}
	#q textarea {
		background-color: black;
		color: white;
		border-color: #313131;
	}
	#ldd {
		color: silver;
	}
	#q a {
		color: #faca32;
	}
}
