﻿@font-face {
  font-family: "Exo Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Exo Regular"), url("/fonts/Exo-Regular.woff") format("woff");
}
@font-face {
  font-family: "Exo Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Exo Italic"), url("/fonts/Exo-Italic.woff") format("woff");
}
@font-face {
  font-family: "Exo Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Exo Thin"), url("/fonts/Exo-Thin.woff") format("woff");
}
@font-face {
  font-family: "Exo Thin Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Exo Thin Italic"),
    url("/fonts/Exo-ThinItalic.woff") format("woff");
}
@font-face {
  font-family: "Exo ExtraLight";
  font-style: normal;
  font-weight: normal;
  src: local("Exo ExtraLight"), url("/fonts/Exo-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Exo ExtraLight Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Exo ExtraLight Italic"),
    url("/fonts/Exo-ExtraLightItalic.woff") format("woff");
}
@font-face {
  font-family: "Exo Light";
  font-style: normal;
  font-weight: normal;
  src: local("Exo Light"), url("/fonts/Exo-Light.woff") format("woff");
}
@font-face {
  font-family: "Exo Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Exo Light Italic"),
    url("/fonts/Exo-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Exo Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Exo Medium"), url("/fonts/Exo-Medium.woff") format("woff");
}
@font-face {
  font-family: "Exo Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Exo Medium Italic"),
    url("/fonts/Exo-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Exo SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Exo SemiBold"), url("/fonts/Exo-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Exo SemiBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Exo SemiBold Italic"),
    url("/fonts/Exo-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Exo Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Exo Bold"), url("/fonts/Exo-Bold.woff") format("woff");
}
@font-face {
  font-family: "Exo Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Exo Bold Italic"),
    url("/fonts/Exo-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Exo ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: local("Exo ExtraBold"), url("/fonts/Exo-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Exo ExtraBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Exo ExtraBold Italic"),
    url("/fonts/Exo-ExtraBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Exo Black";
  font-style: normal;
  font-weight: normal;
  src: local("Exo Black"), url("/fonts/Exo-Black.woff") format("woff");
}
@font-face {
  font-family: "Exo Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Exo Black Italic"),
    url("/fonts/Exo-BlackItalic.woff") format("woff");
}

.egcLogo {
  position: absolute;
  left: 64px;
  top: 150px;
  width: 200px;
}
.egc1 {
  position: absolute;
  left: 64px;
  top: 300px;
  color: #dce1e0;
  font-size: 34px;
  font-family: "Exo Regular", sans-serif;
  cursor: context-menu;
}
.egc2 {
  position: absolute;
  left: 64px;
  top: 360px;
  color: #dce1e0;
  font-size: 28px;
  font-family: "Exo Regular", sans-serif;
}
.egcLink {
  color: #dce1e0;
  text-decoration: none;
}
.egcLink:hover {
  text-decoration: underline;
}
.orbitron {
  font-family: "Orbitron";
  font-size: 30px;
  background: black;
  color: yellow;
}

@media screen and (max-width: 1210px) {
  .egc1 {
    font-size: 28px;
  }
}

body
{
	font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
	font-size: 100%;
	margin: 0;
	text-align: justify;
	background: var(--body-background-gradient);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	color: var(--text-color);
}
#container {
  position: relative;
  margin: auto;
  padding-top: 5px;
  width: 100%;
  min-width: 1100px;
  max-width: 1300px;
}
.accessList {
  color: gray;
  font-size: 14px;
}
.whitebox1 {
  position: relative;
  margin: auto;
  color: white;
  font-weight: bold;
}
.whitebox2 {
  width: 1280px;
  position: relative;
  margin: auto;
  padding: 0;
  background-color: #fff;
  min-height: 700px;
  border: 2px solid black;
  box-shadow: 10px 10px 15px black;
  border-radius:10px;
}

.whitebox3 {
  width: 776px;
}

.loader-container {
  display: none;
  position: absolute;
  top: 40%;
  left: 43.7%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.loader-content {
  font-size: 25px;
  padding: 20px;
  background: gray;
  opacity: 0.8;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-bottomright: 30px;
  border-radius-bottomleft: 30px;
  border-radius-bottomright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.loader-text {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.4;
  }
}

#show,
#show3,
.selectable-text {
  font-size: 16px;
  color: #717171;
  text-decoration: underline;
  cursor: pointer;
}
.sandboxTable2time {
  vertical-align: top;
  color: #5e5e5e;
}
.deleteComment {
  color: #575757;
}

#showx3,
#showx4,
#openSgfLink,
#show4,
#show5,
#showx6,
#showx7,
#findSimilarProblems,
#showx8,
#showx99 {
  display: none;
}

#show2 {
  font-size: 16px;
  color: #717171;
  text-decoration: underline;
  cursor: pointer;
}
#show7 {
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

.sandboxComment2 {
  position: absolute;
  right: 0;
}
.sandboxTable2 {
  padding: 0;
  margin: 0;
}
.sandboxTable2 tr {
  padding: 0;
  margin: 0;
}
.sandboxTable2 td {
  padding: 0;
  margin: 0;
}
.endgameValue {
  position: absolute;
  left: 696px;
  top: 57px;
}
a:hover { text-decoration: none; }
a { color: var(--link-color); }

div.tableLayout {
  background-color: #e6e6e6;
  padding: 5px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
th {
  padding: 11px;
}
td {
  padding: 3px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
  float: left;
}

li.setElement {
  width: 333px;
  height: 200px;
  text-align: center;
  background-color: grey;
}

li[class^="status"] {
  font-weight: 700;
  width: 58px;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  background-image: url("/img/viewButton1.png");
  margin: 1px;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.gap10
{
	float: left;
	width: 10px;
	height: 1px;
}

li.statusCurrent { 
  position: relative;
  border: 3px solid var(--current-border-color); 
}
li.statusCurrent::before
{
	content: "";
	position: absolute;
	inset: -5px;
	border-radius: 9px;
	pointer-events: none;
}

li.statusN { background-color: var(--status-n-color); }
li.statusN:hover { background-color: #a6a9b0; }

li.statusV { background-color: var(--status-v-color); }
li.statusV:hover { background-color: #74b5e0; }

li.statusS,
li.statusC { background-color: var(--status-solved-color); }

li.statusS:hover,
li.statusC:hover { background-color: #6be39a; }

li.statusW { background-color: var(--status-w-color); }
li.statusW:hover { background-color: #7acfcd; }

li.statusF,
li.statusX { background-color: var(--status-failed-color); }

li.statusF:hover,
li.statusX:hover { background-color: #e09da4; }

li.statusG { background-color: var(--status-g-color); }
li.statusG:hover { background-color: #e5ee74; }

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
}
.scoreTitle {
  cursor: pointer;
}
.outerMenu1 {
  display: table;
  margin: 18px;
  position: absolute;
  left: 214px;
  top: -8px;
  z-index: 50;
  width: 900px;
}
.outerMenu1adjust1 {
  left: 281px;
  width: 800px;
}
.outerMenu1adjust2 {
  left: 283px;
}
.outerMenu2 {
  display: table;
  margin: 0 auto;
  height: 65px;
}
.outerMenu3 {
  display: table;
  margin: 0 auto;
  position: absolute;
  left: 1170px;
  width: 130px;
  top: -8px;
}
li a.menuLi {
  font-family: Georgia;
  letter-spacing: 1px;
  padding: 7px 9px 10px 9px;
  margin: 13px 6px 0 6px;
  color: #d19fe4;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}
#leaderboard-menu {
  margin-top: 0;
}
#sandbox-menu {
  margin-top: 0;
}
#refreshLinkToSandbox {
  margin-top: 0;
}
#refreshLinkToLeaderboard {
  margin-top: 0;
}
.menuLi:hover {
  background-color: grey;
  color: #74d14c;
}
#modeboxes2 {
  width: 85px;
  display: inline-block;
  position: relative;
  left: -11px;
  top: -13px;
}
#signInMenu {
  padding: 7px 9px 10px 9px;
  margin-top: 22px;
  width: 115px;
}
.signin input {
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 4px;
  width: 220px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #aaa;
  font-family: Georgia, sans-serif;
  font-weight: 400;
  font-size: 15px;
  transition: 0.2s ease;
}
.signin input:focus {
  border-bottom: 2px solid #d19fbb;
  color: #74d14c;
  background-color: #1f1f1f;
  transition: 0.2s ease;
}
.signin input[type="submit"] {
  margin-top: 28px;
  width: 120px;
  height: 32px;
  background: #404040;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-family: Georgia, sans-serif;
  font-weight: 500;
  transition: 0.1s ease;
  cursor: pointer;
}
.signin input[type="submit"]:hover,
.signin input[type="submit"]:focus {
  opacity: 0.7;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}
.signin input[type="submit"]:active {
  opacity: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

.radio1 {
  display: inline;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px 6px 0px 0px;
}
.add-problems-sandbox {
  float: left;
  margin-top: 30px;
}
.highscoreTable {
  min-width: 855px;
  /*
		border-collapse: collapse;
		*/
}
.highscoreTable th {
  color: grey;
}
.highscoreTable tr {
}
.highscoreTable td {
  padding: 15px;
}
.highscoreTable .color1 {
  background: linear-gradient(#2cfdfe, #6daadd); !important;
}
.highscoreTable .color2 {
  background: linear-gradient(#fcf9b7, #f3da31); !important;
}
.highscoreTable .color3 {
  background: linear-gradient( #eceaea,#939393); !important;
}
.highscoreTable .color4 {
  background: linear-gradient(#fdd5a2, #cd7b41); !important;
}
.highscoreTable .color5 {
  /*101-200*/
  background-color: #ba84cf;
}
.highscoreTable .color6 {
  /*201-300*/
  background-color: #cc94e4;
}
.highscoreTable .color7 {
  /*301-400*/
  background-color: #d1a5e4;
}
.highscoreTable .color8 {
  /*401-500*/
  background-color: #d5b2e4;
}
.highscoreTable .color9 {
  /*501-600*/
  background-color: #d2bee2;
}
.highscoreTable .color10 {
  /*601-700*/
  background-color: #d7c9e2;
}
.highscoreTable .color11 {
  /*701-800*/
  background-color: #ded9e2;
}
.highscoreTable .color12x {
  /*801-900*/
  background-color: #ddd;
}
.highscoreTable .color13 {
  /*901-1000*/
  background-color: #eee;
}
.highscoreTable .color99 {
  /*901-1000*/
  background-color: #cc94e4;
  font-weight: 400;
}
.highscoreTable .color9d {
  background-color: #fff;
  background-image: url("/img/highscore9d.png");
  background-repeat: no-repeat;
}
.highscoreTable .color8d {
  background-color: #fff;
  background-image: url("/img/highscore8d.png");
  background-repeat: no-repeat;
}
.highscoreTable .color7d {
  background-color: #fff;
  background-image: url("/img/highscore7d.png");
  background-repeat: no-repeat;
}
.highscoreTable .color6d {
  background-color: #fff;
  background-image: url("/img/highscore6d.png");
  background-repeat: no-repeat;
}
.highscoreTable .color5d {
  background-color: #fff;
  background-image: url("/img/highscore5d.png");
  background-repeat: no-repeat;
}
.highscoreTable .color4d {
  background-color: #fff;
  background-image: url("/img/highscore4d.png");
  background-repeat: no-repeat;
}
.highscoreTable .color3d {
  background-color: #fff;
  background-image: url("/img/highscore3d.png");
  background-repeat: no-repeat;
}
.highscoreTable .color2d {
  background-color: #fff;
  background-image: url("/img/highscore2d.png");
  background-repeat: no-repeat;
}
.highscoreTable .color1d {
  background-color: #fff;
  background-image: url("/img/highscore1d.png");
  background-repeat: no-repeat;
}
.highscoreTable .color1k {
  background-color: #fff;
  background-image: url("/img/highscore1k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color2k {
  background-color: #fff;
  background-image: url("/img/highscore2k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color3k {
  background-color: #fff;
  background-image: url("/img/highscore3k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color4k {
  background-color: #fff;
  background-image: url("/img/highscore4k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color5k {
  background-color: #fff;
  background-image: url("/img/highscore5k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color6k {
  background-color: #fff;
  background-image: url("/img/highscore6k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color7k {
  background-color: #fff;
  background-image: url("/img/highscore7k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color8k {
  background-color: #fff;
  background-image: url("/img/highscore8k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color9k {
  background-color: #fff;
  background-image: url("/img/highscore9k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color10k {
  background-color: #fff;
  background-image: url("/img/highscore10k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color11k {
  background-color: #fff;
  background-image: url("/img/highscore11k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color12k {
  background-color: #fff;
  background-image: url("/img/highscore12k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color13k {
  background-color: #fff;
  background-image: url("/img/highscore13k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color14k {
  background-color: #fff;
  background-image: url("/img/highscore14k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color15k {
  background-color: #fff;
  background-image: url("/img/highscore15k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color16k {
  background-color: #fff;
  background-image: url("/img/highscore16k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color17k {
  background-color: #fff;
  background-image: url("/img/highscore17k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color18k {
  background-color: #fff;
  background-image: url("/img/highscore18k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color19k {
  background-color: #fff;
  background-image: url("/img/highscore19k.png");
  background-repeat: no-repeat;
}
.highscoreTable .color20k {
  background-color: #fff;
  background-image: url("/img/highscore20k.png");
  background-repeat: no-repeat;
}

.timeTableRight {
  border-radius: 0 12px 12px 0;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.timeTableMiddle {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.timeTableLeft {
  border-radius: 12px 0 0 12px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.timeTableColor1 {
  background: linear-gradient(#d07e5a, #9f5231);
}
.timeTableColor2 {
  background: linear-gradient(#d7845f, #a45533);
}
.timeTableColor3 {
  background: linear-gradient(#dd8761, #ae5a36);
}
.timeTableColor4 {
  background: linear-gradient(#e18a63, #bf653e);
}
.timeTableColor5 {
  background: linear-gradient(#ec926a, #ce6f46);
}
.timeTableColor6 {
  background: linear-gradient(#ffa177, #db764a);
}
.timeTableColor7 {
  background: linear-gradient(#f9ab88, #ea7f50);
}
.timeTableColor8 {
  background: linear-gradient(#f4ba9f, #e8875d);
}
.timeTableColor9 {
  background: linear-gradient(#ecbfaa, #e38c66);
}
.timeTableColor10 {
  background: linear-gradient(#eacbbd, #d2967c);
}
.timeTableColor11 {
  font-weight: 800;
  background: linear-gradient(#ddd, #999);
}
.versionColor {
  background: linear-gradient(#ddd, #999);
}
.admin-panel {
  background-color: #eaeaea;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid black;
}
.admin-panel td {
  vertical-align: top;
}
.admin-panel-main-page {
  position: absolute;
  top: 5px;
  left: 538px;
}
.admin-panel-main-page ul li {
  padding: 3px;
  margin-top: 7px;
  margin-bottom: 0px;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
  border: 1px solid #777;
}
.admin-panel-main-page ul li:hover {
  background: linear-gradient(#8a8a8a, #595959);
}
.adminpanel-table-text {
  max-width: 350px;
}
.adminpanel-link {
  white-space: nowrap;
}
.additional-adminLink {
  display: none;
}
.setViewCompleted {
  color: #45ac6e;
  margin: 2px 9px;
  border: 1px solid #45ac6e;
  padding: 3px;
  display: inline-block;
}
.setViewAccuracy {
  color: #722394;
  margin: 2px 9px;
  padding: 3px;
  display: inline-block;
}
.setViewTime {
  color: #b34717;
  margin: 2px 9px;
  padding: 3px;
  display: inline-block;
}
#msg1x {
  color: #717171;
  margin: 2px 14px;
  cursor: pointer;
  position: relative;
  top: 10px;
  left: 57px;
}
#msg2,
#msg4,
#msg5 {
  display: none;
}
#msg2x {
  margin: 2px 14px;
  position: relative;
  top: 9px;
}
.author-notice {
  font-family: Georgia;
  font-size: 12px;
  color: #717171;
  padding: 5px 0 0 5px;
}
.besogo-blank-space {
  width: 25px;
  height: 25px;
  margin: 12px 5px 0 1px;
}
.button1 {
  font-family: Georgia, sans-serif;
  padding: 15px 15px 15px 15px;
  font-size: 19px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  line-height: 20px;
  height: 37px;
  width: 37px;
  background-image: url("/img/button9.png");
  background-repeat: no-repeat;
  text-decoration: none;
  color: #74d14c;
}
.button1:hover {
  background-image: url("/img/button10x.png");
}
.main-page {
  padding: 8px 11px !important;
}
#multipleChoice1,
#multipleChoice2,
#multipleChoice3,
#multipleChoice4 {
  font-family: Georgia, sans-serif;
  padding: 10px 13px;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  line-height: 20px;

  background-color: #5b5d60;
  color: #fff;
  text-decoration: none;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
#multipleChoice1:hover,
#multipleChoice2:hover,
#multipleChoice3:hover,
#multipleChoice4:hover {
  background-color: #737477;
  color: #fff;
}
.new-button {
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  background-color: #5b5d60;
  color: #fff;
  padding: 10px 13px;
  margin: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  text-transform: uppercase;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.new-button:hover {
  background-color: #737477;
  color: #fff;
}
.new-button-red {
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  background-color: #d23232;
  color: #fff;
  padding: 10px 13px;
  margin: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  text-transform: uppercase;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.new-button-red:hover {
  background-color: #d27070;
  color: #fff;
}
.new-button-red-inactive {
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  background-color: #d27070;
  color: #fff;
  padding: 10px 13px;
  margin: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  text-transform: uppercase;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  cursor: context-menu;
}
#dropdowntable2 .new-button {
  display: inline-block;
  color: #74d13f;
  border-left: 1px solid #222;
  border-top: 1px solid #222;
}
.new-buttonx {
  color: #74d13f;
}
.buttonx-current {
  background: #8f9092;
  color: #b0d999;
}
.new-buttonx:hover {
  color: #74d13f;
}
.besogo-panels {
}
.new-button-default {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.16, rgb(207, 207, 207)),
    color-stop(0.79, rgb(252, 252, 252))
  );
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(207, 207, 207) 16%,
    rgb(252, 252, 252) 79%
  );
  background-image: linear-gradient(
    to top,
    rgb(207, 207, 207) 16%,
    rgb(252, 252, 252) 79%
  );
  padding: 2px 4px;
  border: 1px solid #000;
  color: black;
  text-decoration: none;
}
.new-button-default2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.16, rgb(207, 207, 207)),
    color-stop(0.79, rgb(252, 252, 252))
  );
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(207, 207, 207) 16%,
    rgb(252, 252, 252) 79%
  );
  background-image: linear-gradient(
    to top,
    rgb(207, 207, 207) 16%,
    rgb(252, 252, 252) 79%
  );
  padding: 4px 8px;
  border: 1px solid #000;
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.new-button-time {
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  background-color: #5b5d60;
  padding: 8px 10px;
  margin: 2px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  text-transform: uppercase;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  color: #74d13f;
  cursor: pointer;
}
.new-button-time:hover {
  background-color: #737477;
}
.new-button-time-inactive {
  cursor: context-menu;
  background-color: #8f9092;
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  color: #b0d999;
  padding: 8px 10px;
  margin: 2px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  text-transform: uppercase;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.new-button-time-inactive2 {
  cursor: context-menu;
  background-color: #b0b0b0;
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  color: #eaeaea;
  padding: 8px 10px;
  margin: 2px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  text-transform: uppercase;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.new-button2 {
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  background-color: #5b5d60;
  color: #fff;
  padding: 10px 40px;
  margin: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  text-transform: uppercase;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.new-button2:hover {
  background-color: #737477;
  color: #fff;
}
.new-button-inactive {
  cursor: context-menu;
  background-color: #8f9092;
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  padding: 10px 13px;
  margin: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  text-transform: uppercase;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.new-button-inactive2 {
  cursor: context-menu;
  background-color: #fff;
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  padding: 10px 57px;
  margin: 5px;
  text-transform: uppercase;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.new-button-inactive3 {
  opacity: 0;
  cursor: context-menu;
  background-color: #fff;
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  padding: 10px 57px;
  margin: 5px;
  text-transform: uppercase;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.tag-submit-button {
  display: none;
}
.inactiveAdjust {
  color: #74d13f;
}
.buttonx {
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  line-height: 20px;
  height: 37px;
  width: 37px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-repeat: no-repeat;
}
.button2 {
  padding: 15px 21px 15px 21px;
  text-transform: uppercase;
  background-image: url("/img/bu2.png");
}
.button2:hover {
  text-transform: uppercase;
  background-image: url("/img/bu2x.png");
}
.button2y {
  text-transform: uppercase;
  padding: 15px 21px 15px 21px;
  background-image: url("/img/bu2y.png");
  cursor: context-menu;
}
.button3 {
  text-transform: uppercase;
  padding: 15px 21px 15px 21px;
  background-image: url("/img/bu3.png");
}
.button3:hover {
  text-transform: uppercase;
  background-image: url("/img/bu3x.png");
}
.button4 {
  padding: 15px 15px 15px 12px;
  background-image: url("/img/bu4.png");
}
.button4:hover {
  background-image: url("/img/bu4x.png");
}
.button4y {
  padding: 15px 15px 15px 12px;
  background-image: url("/img/bu4y.png");
  cursor: context-menu;
}
.button5 {
  padding: 15px 21px 15px 15px;
  margin: 0 0 0 4px;
  background-image: url("/img/bu4.png");
}
.button5:hover {
  background-image: url("/img/bu4x.png");
}
.button5y {
  padding: 15px 21px 15px 15px;
  background-image: url("/img/bu4y.png");
  cursor: context-menu;
}
.button6 {
  text-transform: uppercase;
  padding: 15px 61px 15px 21px;
  background-image: url("/img/bu4.png");
}
.button6:hover {
  text-transform: uppercase;
  background-image: url("/img/bu4x.png");
}
#sandbox {
  color: black;
  background-color: white;
  border: 1px solid black;
  padding: 10px;
  width: 600px;
  font-size: 16px;
}
.boards-tile {
  background-color: #ffffff1a;
  color: #74d14c;
  border-radius: 50px;
  padding: 4px 8px;
  margin: 4px;
  float: left;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  background-image: linear-gradient(
    rgba(200, 200, 200, 0.15),
    rgba(33, 33, 33, 0.2)
  ) !important;
}
.dropdown-tile {
  background-color: #ffffff1a;
  color: #fff;
  border-radius: 50px;
  padding: 4px 8px;
  margin: 4px;
  float: left;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  background-image: linear-gradient(
    rgba(200, 200, 200, 0.15),
    rgba(33, 33, 33, 0.2)
  ) !important;
}
.dropdown-tile:hover {
  background-image: linear-gradient(
    rgba(200, 200, 200, 0.35),
    rgba(33, 33, 33, 0.4)
  ) !important;
}
.tile-color1 {
  background: #558a35;
}
.tile-color2 {
  background: #ac4bd0;
}
.tile-color3 {
  background: #aa5538;
}
.tile-color4 {
  background: #33333388;
}
.tiles-submit {
  float: left;
  width: 100%;
}
.tiles-submit-inner-select {
  float: left;
  font-weight: 800;
  padding: 5px 9px;
}
.tiles-submit-inner {
  float: right;
  font-weight: 800;
  padding: 5px 9px;
  color: white;
}
.dropdown-boxes {
  background: #222222;
  color: white;
  padding: 10px;
  border-radius: 5px;
  max-width: 380px;
  border: 1px solid black;
}
#dropdown-topics {
  display: none;
  position: absolute;
  top: 61px;
  left: 37px;
  max-width: 900px;
  z-index: 100;
}
#dropdown-difficulty {
  display: none;
  position: absolute;
  top: 61px;
  left: 141px;
  z-index: 100;
}
#dropdown-tags {
  display: none;
  position: absolute;
  top: 61px;
  left: 265px;
  max-width: 597px;
  z-index: 100;
}
.set-button-icon {
  padding-left: 5px;
}
.animate-icon {
  transition: 0.4s;
}
.rotateArrow {
  transform: rotate(180deg);
}
#ans {
  position: absolute;
  left: 835px;
  top: 665px;
  background-color: white;
  border: 1px solid black;
  padding: 5px;
}
#ans2 {
  color: rgb(224, 60, 75);
  padding: 4px 0 0 45px;
}
#ansBig {
  position: absolute;
  left: 835px;
  top: 960px;
  background-color: white;
  border: 1px solid black;
  padding: 5px;
}
.display1 {
  font-size: 20px;
}
.title {
  color: #000;
  padding: 0px;
  margin-top: 7px;
  margin-bottom: 0px;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  line-height: 22px;
  text-decoration: underline;
}
.titleBy {
  font-size: 16px;
  font-style: italic;
  margin-top: 7px;
  margin-bottom: 7px;
}
.titleFooter {
  font-size: 14px;
}

#playTitle {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-color);
}
#playTitleA { color: var(--text-color); }
#descriptionText { color: var(--text-softer-color); }
#header {
  margin-bottom: 2px;
  padding: 2px;
  background-color: #87cefa;
}
#footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding: 10px;
  font-size: 13px;
  color: #fff;
}
.footer-element {
  margin: 2px;
}
.footer-space {
  margin: 6px;
}
.footerLinks a {
  color: white;
  text-decoration: none;
}
.footerLinks a:hover {
  text-decoration: underline;
}
.titleDescription1 {
  font-size: 17px;
}
.titleDescription2 {
  font-size: 22px;
}
#pageTitle {
  font-size: 16pt;
  font-weight: bold;
}
#account-bar {
  max-width: 966px;
  height: 100%;
  margin: 0px auto;
}
#account-bar-wrapper {
  position: absolute;
  top: -31px;
  left: 1130px;
  width: 140px;
  cursor: context-menu;
  background-color: white;
}
#account-bar-xp-wrapper {
  position: absolute;
  left: 0px;
  top: 59px;
  width: 144px;
  height: 26px;
  margin: 0px 0px 0px 15px;
  color: white;
  font-family: "Arial Black", verdana, helvetica, arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
  border: 1px solid #ae922d;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-radius-bottomleft: 5px;
  border-radius-bottomright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#account-bar-xp {
  position: relative;
  margin: 3px 0px 0px 0px;
  color: white;
  font-family: "Arial Black", verdana, helvetica, arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
}
#account-bar-xp p {
  position: relative;
}
#bar-0 {
  float: left;
  margin-left: 36px;
}
#bar-1 {
  float: left;
  margin: 0;
}
#bar-2 {
  float: left;
  margin: 0;
  font-family: Arial;
}
#bar-3 {
  float: left;
  margin: 0;
  font-family: Arial;
}

.accountBarLevel
{
	color: #74d14c;
	text-decoration: none;
	white-space: nowrap;
}

.accountBarRating
{
	color: #d19fe4;
	text-decoration: none;
	white-space: nowrap;
}

#account-bar-user,
#account-bar-user2 {
  font-family: "Arial Black", verdana, helvetica, arial, sans-serif;
  letter-spacing: 1px;
  position: absolute;
  top: 36px;
  left: 15px;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
}
#account-bar-user a {
  color: #74d14c;
  text-decoration: none;
  white-space: nowrap;
}
#account-bar-user2 a {
  color: #d19fe4;
  text-decoration: none;
  white-space: nowrap;
}
#xp-bar {
  position: absolute;
  left: 0px;
  top: 59px;
  height: 26px;
  width: 144px;
  background: #222;
  margin: 0px 0px 0px 15px;
  display: inline-block;
  vertical-align: left;
}
#xp-bar-fill {
	position: absolute;
	height: 100%;
	width: 0.1%;
	line-height: 10px;
	text-align: right;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	boxShadow: "-5px 0px 10px #fff inset";
}
.xp-bar-fill-c1
{
  background-image: linear-gradient(#82c95b, #366421);
}
.xp-bar-fill-c2 {
  background-image: linear-gradient(#d19fe4, #961bc4);
}
.xp-bar-fill-c3 {
  background-image: linear-gradient(#d77252, #d7512f);
}
.xp-text-fill-c3x {
  color: #d5684e !important;
}

#xp-increase-fx
{
	position: relative;
	display: inline-block;
	height: 100%;
}

#xp-increase-fx2 {
  position: relative;
  height: 100%;
}
.xp-increase-glow1 {
  position: absolute;
  margin: 0px 0px 0px -2px;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 5px;
  height: 100%;
  border-radius: 0px;
  -webkit-filter: blur(2px);
}
.xp-increase-glow2 {
  position: absolute;
  margin: -5px 0px 0px -2px;
  left: 0px;
  top: 0px;
  background: #aaf;
  width: 5px;
  height: 200%;
  border-radius: 0px;
  -webkit-filter: blur(10px);
}
.xp-increase-glow3 {
  position: absolute;
  margin: 0px 0px 0px -5px;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  -webkit-filter: blur(5px);
}
.xp-increase-glow4 {
  position: absolute;
  margin: 0px 0px 0px -2px;
  left: 0px;
  top: 0px;
  background: #c2001b;
  width: 5px;
  height: 100%;
  border-radius: 0px;
  -webkit-filter: blur(2px);
}
#profileRankImage {
  position: relative;
  top: -7px;
}
.modeBox1 {
  cursor: pointer;
  float: left;
  position: absolute;
  top: 122px;
  left: 32px;
  width: 134px;
  height: 36px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  /* background:green; */
}
.modeBox11 {
  cursor: pointer;
  float: left;
  position: absolute;
  top: 39px;
  left: 70px;
  width: 55px;
  height: 79px;
  border-radius: 42px;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  /* background:green; */
}
.modeBox2 {
  float: left;
  position: absolute;
  top: 122px;
  left: 179px;
  width: 134px;
  height: 36px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  /* background:purple; */
}
.modeBox22 {
  cursor: pointer;
  float: left;
  position: absolute;
  top: 36px;
  left: 221px;
  width: 47px;
  height: 83px;
  border-radius: 42px;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  /* background:purple; */
}
.modeBox3 {
  position: absolute;
  top: 122px;
  left: 328px;
  width: 134px;
  height: 36px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  /* background:orange; */
}
.modeBox33 {
  cursor: pointer;
  float: left;
  position: absolute;
  top: 33px;
  left: 374px;
  width: 44px;
  height: 87px;
  border-radius: 42px;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  /* background:orange; */
}
.modeBox4 {
  position: absolute;
  top: 122px;
  left: 476px;
  width: 134px;
  height: 36px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  /* background:teal; */
}
.modeBox44 {
  cursor: pointer;
  float: left;
  position: absolute;
  top: 53px;
  left: 522px;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  /* background:teal; */
}
.time-mode-play {
  position: absolute;
  top: 419px;
  left: 291px;
  z-index: 1001;
}
#time-mode-play-button {
}
.time-mode-play-box {
  position: absolute;
  top: -267px;
  left: -77px;
  width: 217px;
  height: 308px;
  background: tomato;
  cursor: pointer;
  z-index: 5;
  border-radius: 26px 26px 26px 26px;
  -moz-border-radius: 26px 26px 26px 26px;
  -webkit-border-radius: 26px 26px 26px 26px;
}
.modeboxes2 {
  padding: 206px 20% 2px 23% !important;
}
.hoverTable {
  background-image: url("/img/box6.png");
  background-repeat: no-repeat;
  padding: 12px;
}
.hoverTable2 {
  padding: 12px;
}

.donatorsTable td {
  padding-top: 0;
  padding-bottom: 0;
}

#setElement1 {
  background-image: url("/img/box10.png");
  color: #fff;
}
#setElement2 {
  background-image: url("/img/box10.png");
  color: #fff;
}
#setElement3 {
  background-image: url("/img/box10.png");
  color: #fff;
}
#setElement4 {
  background-image: url("/img/box10.png");
  color: #fff;
}
#setElement5 {
  background-image: url("/img/box10.png");
  color: #fff;
}
#setElement1:hover {
  background-image: url("/img/box9.png");
}
#setElement2:hover {
  background-image: url("/img/box9.png");
}
#setElement3:hover {
  background-image: url("/img/box9.png");
}
#setElement4:hover {
  background-image: url("/img/box9.png");
}
#setElement5:hover {
  background-image: url("/img/box9.png");
}

.hoverTable :hover {
  /*background-image:url('/img/box1.png');
		background-repeat:no-repeat;*/
}
.hand {
  cursor: pointer;
}
*:focus {
  outline: none;
}

.sitesTable td {
  vertical-align: top;
}

#login-box {
  position: relative;
  margin: 5% auto;
  width: 690px;
  height: 450px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.left {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 40px;
  padding-top: 20px;
  width: 345px;
  height: 450px;
}
.right {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 40px;
  width: 345px;
  height: 450px;
  background-color: black;
  background-image: url("/img/loginBg3.png");
  background-size: cover;
  background-position: center;
  border-radius: 0 2px 2px 0;
}
#login-box2 {
  position: relative;
  margin: 5% auto;
  margin-bottom: 25px;
  width: 900px;
  height: 670px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.left2 {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 40px;
  padding-top: 20px;
  width: 450px;
  height: 670px;
}
.right2 {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 30px;
  width: 450px;
  height: 670px;
  background-color: white;
  background-image: url("/img/loginBg4.png");
  background-size: cover;
  background-position: center;
  border-radius: 0 2px 2px 0;
}
.left4 {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 40px;
  padding-top: 20px;
  width: 0px;
  height: 670px;
}
.right4 {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 30px;
  width: 450px;
  height: 1970px;
  background-color: white;
  background-image: url("/img/loginBg4.png");
  background-size: contain;
  background-position: center;
  background-repeat: yes;
  border-radius: 0 2px 2px 0;
}
.right2a {
  padding: 5px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.right3 {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0;
  width: 900px;
  height: 670px;
  background-color: white;
  background-image: url("/img/loginBg4.png");
  background-size: cover;
  background-position: center;
  border-radius: 0 2px 2px 0;
}
.thankyou {
  margin: 250px 0 0 250px;
  padding: 10px;
  width: 400px;
  color: #d19fe4;
  font-size: 36px;
  font-weight: 800;
  color: #60167d;
  background-color: white;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.thankyou a {
  font-size: 20px;
  font-weight: 400;
}
.danielml-bg {
  font-family: helvetica, times new roman;
  color: white;
  padding: 10px;
  margin-bottom: 12px;
  background-image: url("/img/egcbg.png");
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
  -o-background-size: 100% 100%, auto;
  -moz-background-size: 100% 100%, auto;
  -webkit-background-size: 100% 100%, auto;
  background-size: 100% 100%, auto;
}
.danielml-bg a {
  color: white;
}
.right .loginwith {
  display: block;
  margin-bottom: 40px;
  font-size: 28px;
  color: #fff;
  text-align: center;
}

.sandboxTable {
  font-size: 16px;
}
.sandboxTable a {
  font-size: 16px;
}
.sandboxTable td {
  vertical-align: text-top;
}
.sandboxComment {
  background-color: #ddd;
  padding: 14px;
  box-shadow: 2px 2px #999;
  background: -moz-linear-gradient(top, #d3d3d3, #aaa);
  background: -webkit-linear-gradient(top, #d3d3d3, #aaa);
  background: -ms-linear-gradient(top, #d3d3d3, #aaa);
  background: -o-linear-gradient(top, #d3d3d3, #aaa);
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.sandboxCommentSpace {
  background-color: #fff;
  margin-bottom: 10px;
}

h1 {
  font-family: Georgia;
  letter-spacing: 1px;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 19.8px;
}
h2 {
  font-size: 26px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 19.8px;
}
h3 {
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 19.8px;
}
h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0px;
}
#darkButton2,
#darkButton3,
.darkButton2 {
  float: left;
}
#darkButton2,
#darkButton3 {
  padding-top: 9px;
  cursor: pointer;
}
#darkButton {
  cursor: pointer;
}
.homeLeft {
  text-align: justify;
  padding: 0 3px 0 6px;
  width: 638px;
  overflow: hidden;
}
.homeRight {
  float: right;
  text-align: justify;
  padding: 0 6px 0 3px;
  width: 638px;
}
.homeLeft2 {
  width: 50%;
  text-align: justify;
  min-height: 100px;
  height: auto;
  float: left;
  position: relative;
  padding: 0 10px;
}
.homeRight2 {
  width: 50%;
  text-align: justify;
  min-height: 100px;
  height: auto;
  float: right;
  position: relative;
  padding: 0 10px;
}
.homeLeft3 {
  width: 50%;
  text-align: justify;
  position: relative;
  padding: 0 10px;
}
.homeRight3 {
  width: 50%;
  text-align: justify;
  position: relative;
  padding: 0 10px;
}
.co-table tr td {
  vertical-align: top;
}
.homeCenter {
  width: 750px;
  text-align: justify;
}
.homeCenter2 {
  width: 100%;
  text-align: justify;
}
.homeCenter3 {
  width: 50%;
  text-align: justify;
  background-color: #2a2a2a;
  color: #fff;
  padding: 8px 0 0 14px;
}
.newstable1 tr td {
  vertical-align: top;
  padding: 8px;
}
.newstable2 tr td {
  vertical-align: top;
  padding: 8px;
}
.newstable1 {
  margin: 0px;
}
.gradient-heading {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  background: linear-gradient(to left, #008e59, #3cc895);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title2 {
  padding: 0px;
  margin-top: 7px;
  margin-bottom: 0px;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  color: #888;
}
.title3 {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  line-height: 20px;
}
.title4
{
	padding: 8px;
	margin-top: 6px;
	margin-bottom: 0px;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	background: var(--title4-gradient);
	border-radius: 4px 4px 0 0;
	border: 1px solid #777;
	color: var(--text-color);
}
.title4x {
  float: left;
  width: 63%;
  white-space: nowrap;
}
.title4xx {
  padding: 8px;
  margin-bottom: 0px;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  background: lightgrey;
}
.title5 {
  padding: 8px;
  margin-top: 7px;
  margin-bottom: 0px;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  background-color: #ddd;
  color: #000;
}
.title6 {
  padding: 8px;
  margin-top: 7px;
  margin-bottom: 0px;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.title4date {
  float: right;
  padding: 8px;
  margin-top: 7px;
  margin-bottom: 0px;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  background: lightgrey;
  text-align: right;
  width: 37%;
}
.profileTable {
  padding: 0;
  margin: 0;
}
.profileTable tr {
  padding: 0;
  margin: 0;
}
.profileTable td {
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.profileTable h1 {
  padding: 0;
  margin: 0;
  color: white;
}
.profileTable .h1 {
  margin-left: 20px;
}
.profileTable2 a {
  margin-left: 20px;
  color: white;
}
.scheduleTsumego {
  color: #f0f0f0;
}
.achievemetProfileLink {
  position: absolute;
  float: right;
  top: 38px;
  right: 38px;
}
.achievemetIndexLink {
  position: absolute;
  float: left;
  top: 38px;
  left: 28px;
}
.achievement {
  float: left;
  width: 33%;
  opacity: 0.5;
  color: white;
  border: 1px solid black;
}
.achievementSmall {
  float: left;
  border: 1px solid black;
  width: 175px;
  height: 200px;
  margin: 15px;
  box-shadow: 5px 5px 8px black;
  background: linear-gradient(
    180deg,
    rgb(99.608% 99.608% 99.608%) 0%,
    rgb(99.607% 99.607% 99.607%) 6.25%,
    rgb(99.6% 99.6% 99.6%) 12.5%,
    rgb(99.571% 99.571% 99.571%) 18.75%,
    rgb(99.49% 99.49% 99.49%) 25%,
    rgb(99.32% 99.32% 99.32%) 31.25%,
    rgb(99.011% 99.011% 99.011%) 37.5%,
    rgb(98.502% 98.502% 98.502%) 43.75%,
    rgb(97.721% 97.721% 97.721%) 50%,
    rgb(96.585% 96.585% 96.585%) 56.25%,
    rgb(95% 95% 95%) 62.5%,
    rgb(92.862% 92.862% 92.862%) 68.75%,
    rgb(90.054% 90.054% 90.054%) 75%,
    rgb(86.448% 86.448% 86.448%) 81.25%,
    rgb(81.907% 81.907% 81.907%) 87.5%,
    rgb(76.282% 76.282% 76.282%) 93.75%,
    rgb(69.412% 69.412% 69.412%) 100%
  );

  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-radius-bottomleft: 20px;
  border-radius-bottomright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.achievement1 {
  float: left;
  border: 1px solid black;
  width: 220px;
  height: 241px;
  margin: 15px;
  box-shadow: 2px 2px 4px black;

  background: linear-gradient(
    0deg,
    rgb(0% 0% 0% / 0.3) 0%,
    rgb(44.897% 44.897% 44.897% / 0.4232177734375) 6.25%,
    rgb(59.989% 59.989% 59.989% / 0.5310546875) 12.5%,
    rgb(69.948% 69.948% 69.948% / 0.6245361328125) 18.75%,
    rgb(77.216% 77.216% 77.216% / 0.7046874999999999) 25%,
    rgb(82.734% 82.734% 82.734% / 0.7725341796874999) 31.25%,
    rgb(86.99% 86.991% 86.99% / 0.8291015625) 37.5%,
    rgb(90.281% 90.281% 90.281% / 0.8754150390625) 43.75%,
    rgb(92.807% 92.807% 92.807% / 0.9124999999999999) 50%,
    rgb(94.712% 94.712% 94.712% / 0.9413818359374999) 56.25%,
    rgb(96.112% 96.112% 96.112% / 0.9630859375) 62.5%,
    rgb(97.098% 97.098% 97.098% / 0.9786376953125) 68.75%,
    rgb(97.752% 97.752% 97.752% / 0.9890625) 75%,
    rgb(98.145% 98.145% 98.145% / 0.9953857421874999) 81.25%,
    rgb(98.347% 98.347% 98.347% / 0.9986328124999999) 87.5%,
    rgb(98.421% 98.421% 98.421% / 0.9998291015625) 93.75%,
    rgb(98.431% 98.431% 98.431%) 100%
  );
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-radius-bottomleft: 20px;
  border-radius-bottomright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.achievementColorBlack:hover,
.achievementColorPurple:hover,
.achievementColorGreen:hover,
.achievementColorOrange:hover,
.achievementColorDarkblue:hover,
.achievementColorRed:hover,
.achievementColorRating:hover,
.achievementColorTime:hover,
.achievementColorBlue:hover,
.achievementColorBluex:hover,
.achievementColorTeal:hover,
.achievementColorGold:hover {
  box-shadow: 5px 5px 8px black;
  left: -1px;
  top: -1px;
}
.achievementColorGray {
  color: #808080;
  box-shadow: 1px 1px 2px black !important;
}
.achievementColorGray2 {
  color: #808080;
}
.achievementColorBlack,
.achievementColorBlack2 {
  position: relative;
  top: 0;
  left: 0;
  color: #000;
}
.achievementColorPurple,
.achievementColorPurple2 {
  position: relative;
  top: 0;
  left: 0;
  color: #be00cf;
}
.achievementColorGreen,
.achievementColorGreen2 {
  position: relative;
  top: 0;
  left: 0;
  color: #008c15;
}
.achievementColorOrange,
.achievementColorOrange2 {
  position: relative;
  top: 0;
  left: 0;
  color: #d16133;
}
.achievementColorBlue,
.achievementColorBlue2 {
  color: #4e28c9;
  position: relative;
  top: 0;
  left: 0;
}
.achievementColorDarkblue,
.achievementColorDarkblue2 {
  color: #023fce;
  position: relative;
  top: 0;
  left: 0;
}
.achievementColorRed,
.achievementColorRed2 {
  color: #e61313;
  position: relative;
  top: 0;
  left: 0;
}
.achievementColorRating,
.achievementColorRating2 {
  color: #9c28c7;
  position: relative;
  top: 0;
  left: 0;
}
.achievementColorTime,
.achievementColorTime2 {
  color: #e84908;
  position: relative;
  top: 0;
  left: 0;
}
.achievementColorBluex,
.achievementColorBluex2 {
  color: #190e66;
  position: relative;
  top: 0;
  left: 0;
}
.achievementColorTeal,
.achievementColorTeal2 {
  color: #0e7377;
  position: relative;
  top: 0;
  left: 0;
}
.achievementColorGold,
.achievementColorGold2 {
  color: #685f15;
  position: relative;
  top: 0;
  left: 0;
}
.achievementColorBlack3 {
  color: #000;
}
.achievementColorPurple3 {
  color: #be00cf;
}
.achievementColorGreen3 {
  color: #008c15;
}
.achievementColorOrange3 {
  color: #d16133;
}
.achievementColorBlue3 {
  color: #4e28c9;
}
.achievementColorDarkblue3 {
  color: #4e28c9;
}
.achievementColorRed3 {
  color: #e61313;
}
.achievementColorRating3 {
  color: #4e28c9;
}
.achievementColorTime3 {
  color: #4e28c9;
}
.achievementColorBluex3 {
  color: #190e66;
}
.achievementColorTeal3 {
  color: #0e7377;
}
.achievementColorGold3 {
  color: #685f15;
}

.achievement2 {
  border: 1px solid black;
  width: 220px;
  height: 241px;
  margin: 15px;
  box-shadow: 5px 5px 8px black;
  background: linear-gradient(
    0deg,
    rgb(0% 0% 0% / 0.3) 0%,
    rgb(44.897% 44.897% 44.897% / 0.4232177734375) 6.25%,
    rgb(59.989% 59.989% 59.989% / 0.5310546875) 12.5%,
    rgb(69.948% 69.948% 69.948% / 0.6245361328125) 18.75%,
    rgb(77.216% 77.216% 77.216% / 0.7046874999999999) 25%,
    rgb(82.734% 82.734% 82.734% / 0.7725341796874999) 31.25%,
    rgb(86.99% 86.991% 86.99% / 0.8291015625) 37.5%,
    rgb(90.281% 90.281% 90.281% / 0.8754150390625) 43.75%,
    rgb(92.807% 92.807% 92.807% / 0.9124999999999999) 50%,
    rgb(94.712% 94.712% 94.712% / 0.9413818359374999) 56.25%,
    rgb(96.112% 96.112% 96.112% / 0.9630859375) 62.5%,
    rgb(97.098% 97.098% 97.098% / 0.9786376953125) 68.75%,
    rgb(97.752% 97.752% 97.752% / 0.9890625) 75%,
    rgb(98.145% 98.145% 98.145% / 0.9953857421874999) 81.25%,
    rgb(98.347% 98.347% 98.347% / 0.9986328124999999) 87.5%,
    rgb(98.421% 98.421% 98.421% / 0.9998291015625) 93.75%,
    rgb(98.431% 98.431% 98.431%) 100%
  );
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-radius-bottomleft: 20px;
  border-radius-bottomright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.achievementWrapper {
  height: 600px;
  width: 100%;
}
#achievementWrapper {
}
.acTitle {
  height: 60px;
}
.acTitle h1 {
  padding: 12px 6px;
  font-weight: bold;
}
.acTitle2 b {
  font-size: 19px;
}
.acTitle2 h1 {
  padding: 12px 6px;
  font-weight: bold;
  color: inherit !important;
}
.achievementSmall .acTitle2 {
  margin: 20px 8px;
}
.acImg {
  height: 70px;
}
.acImg img {
  width: 70px;
  position: relative;
  top: -3px;
}
.acImgXp {
  position: relative;
  top: -8px;
  font-size: 13px;
}
.acImgXp2 {
  position: relative;
  font-size: 14px;
  color: #555;
  top: -51px;
  left: -1px;
  font-weight: 800;
}
.acDesc {
  padding: 15px 5px;
  height: 64px;
  font-weight: bold;
}
.acDate {
  font-style: italic;
  padding: 8px 5px;
  font-size: 14px;
}
.acDate2 {
  font-style: italic;
  margin: 20px 8px;
}
.privacy-policy-list li {
  width: 100%;
}
#customText a {
  color: black;
}
.newsdate1 {
  padding: 8px;
  margin-top: 7px;
  margin-bottom: 0px;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  right: 0px;
  top: 644px;
}
.newsdate2 {
  padding: 8px;
  margin-top: 7px;
  margin-bottom: 0px;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  right: 0px;
  top: 1247px;
}
.title4date2 {
  padding: 8px;
  margin-top: 7px;
  margin-bottom: 0px;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  right: 270px;
  top: 11px;
}
.title4date3 {
  padding: 8px;
  margin-top: 7px;
  margin-bottom: 0px;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.title4right {
  text-align: right;
}
.title-date {
  position: absolute;
  right: 19px;
  top: -1px;
  font-weight: bold;
  color: #bcbcbcff;
  text-align:right;
  width:200px;
}
.new1
{
	background: var(--new1-gradient);
	border-radius: 0 0 4px 4px;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	padding: 8px;
	color: var(--text-color);
}
.new-tsumego-box{
  background-repeat: no-repeat;
  border-radius: 4px;
  border: 1px solid #777;
  padding: 8px;
  height:175px;
  margin-top:6px;
}
.homeLeft .new-tsumego-box{
  background-image: url("/img/mode-select-bg-left.png");
}
.homeRight .new-tsumego-box{
  background-image: url("/img/mode-select-bg-right.png");
}
.new-tsumego-box-separator{
  margin-top:8px;
}
.achievement-quote-pick{
  width:629px;
  border: 1px solid #777;
  border-radius: 4px;
  margin-top: 6px;
}
.quote-pick-wrapper{
  display:flex;
  justify-content: space-between;
  position:relative;
  width:629px;
  margin-top: 6px;
}
.user-pick-all{
  position: absolute;
  width: 312px;
  padding: 10px;
  font-size: 20px;
  cursor: context-menu;
}
.quote-pick-1{
  width:312px;
  border: 1px solid #777;
  border-radius: 4px;
}
#logo1 {
  position: absolute;
  top: 0px;
  left: 6px;
  display: inline;
  padding: 4px;
}
#logo1:hover {
  background-color: grey;
}
#content {
}
.dropdown {
  display: inline-block;
  font-family: Georgia;
  letter-spacing: 1px;
  color: #d19fe4;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 23px;
  padding: 8px 15px 0px;
  cursor: pointer;
}
.dropdown-button {
  cursor: pointer;
}
.dropdown-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dropdown-inner {
  background: #292929;
  border: #aaa solid 1px;
  border-radius: 3px;
  position: absolute;
  width: 700px;
  opacity: 0;
  display: none;
  transition: opacity 0.3s, visibility 0.3s;
  left: 114px;
}

.dropdown-hover:hover .dropdown-inner,
.dropdown-open:checked ~ .dropdown-inner {
  opacity: 100;
  visibility: visible;
}
.dropdown-hover:hover .dropdown-overlay,
.dropdown-open:checked ~ .dropdown-overlay {
  display: block;
}
.sound {
  display: inline;
  padding-left: 8px;
}
.sound a {
  display: inline;
  font-family: Georgia;
  letter-spacing: 1px;
  color: #d19fe4;
  padding: 6px 9px;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
}
.sound a:hover {
  color: #74d14c;
  background-color: grey;
  cursor: pointer;
}
input.newCheck {
  width: 15px;
  height: 15px;
}
#dropdowntable {
  width: 700px;
  font-family: Times New Roman;
  color: #74d14c;
  padding: 5px;
  display: none;
}
#dropdowntable2 {
  width: 700px;
  font-family: Times New Roman;
  color: #74d14c;
  padding: 5px;
  display: none;
}
#dropdown-inner-propagation {
  cursor: context-menu;
}
#heroProfile {
  color: #74d14c;
  position: absolute;
  left: 1145px;
  width: 144px;
  top: 54px;
  background: linear-gradient(#808080, #464646);
  padding: 1px 10px;
  font-family: Georgia;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  z-index: 5;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  display: none;
}
#heroProfile li a {
  color: #74d14c;
}
#heroBar {
  color: #74d14c;
  position: absolute;
  left: 1145px;
  width: 144px;
  top: 82px;
  background: linear-gradient(#808080, #464646);
  padding: 1px 10px;
  font-family: Georgia;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  z-index: 5;
  cursor: pointer;
  border-top: 1px solid #222;
  display: none;
}
#heroBar li a {
  color: #74d14c;
}
#heroAchievements {
  color: #74d14c;
  position: absolute;
  left: 1145px;
  width: 144px;
  top: 110px;
  background: linear-gradient(#808080, #464646);
  padding: 1px 10px;
  font-family: Georgia;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  z-index: 5;
  border-top: 1px solid #222;
  cursor: pointer;
  display: none;
}
#heroAchievements li a {
  color: #74d14c;
}
#heroLogout {
  color: #74d14c;
  position: absolute;
  left: 1145px;
  width: 144px;
  top: 138px;
  background: linear-gradient(#808080, #464646);
  padding: 1px 10px;
  font-family: Georgia;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  z-index: 5;
  cursor: pointer;
  border-top: 1px solid #222;
  white-space: nowrap;
  border-radius: 0 0 4px 4px;
  display: none;
}
#heroLogout li a {
  color: #74d14c;
}
.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 1050px;
}
.timeline__event:nth-child(2n + 1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n + 1) .timeline__event__date {
  border-radius: 6px;
}
.timeline__event:nth-child(2n + 1) .timeline__event__content {
  border-radius: 6px;
}
.timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f6a4ec;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  display:inline-block;
  background: linear-gradient(to left, #81479a, #c099d0);
  letter-spacing: 1.5px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50,50,93,0.25),
              0 18px 36px -18px rgba(0,0,0,0.3),
              0 -12px 36px -8px rgba(0,0,0,0.025);
  background: var(--info-box-background);
  width: 684px;
  border-radius: 6px;
}
.timeline__event__date {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0;
  border-radius: 6px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  align-self: center;
  margin: 0 40px;
  box-shadow: 0 30px 60px -12px rgba(50,50,93,0.25),
              0 18px 36px -18px rgba(0,0,0,0.3),
              0 -12px 36px -8px rgba(0,0,0,0.025);
  padding: 0;
  position: relative;
}
.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event--type2 .timeline__event__title {
  background: linear-gradient(to left, #4348ac, #9799c0);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.timeline__event--type3 .timeline__event__title {
  background: linear-gradient(to left, #008e59, #3cc895);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.timeline_box_height1{
  height:120px;
}
.timeline_box_height2{
  height:114px;
}
.timeline_box_height3{
  height:116px;
}
.timeline_box_height4{
  height:176px;
}
.timeline_box_height5{
  height:143px;
}
.timeline_box_height6{
  height:128px;
}
.timeline_box_height7{
  height:196px;
}
.google-profile-image {
  position: relative;
  top: 2px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #ea4537;
  margin-right: 1px;
}
.google-profile-image-large {
  position: relative;
  top: 4px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  border: 1px solid #ea4537;
  margin-right: 1px;
}
.tag-list {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 3px;
}
.add-tag-list,
.add-tag-list-popular {
  color: #717171;
  font-size: 14px;
  display: none;
}
.add-tag-list-button {
  color: #717171;
  font-size: 14px;
}
.add-tag-list-anchor {
  color: #717171;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.add-tag-list-anchor2 {
  color: #38298b;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.is-new-tag {
  color: #239a52;
}
.tag-gives-hint {
  display: none;
}
.tag-comma {
  display: inline;
}
#undo-tags-button {
  padding: 0 2px;
  font-size: 11px;
  cursor: pointer;
}
.tags-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 70vh;
}
.tags-content {
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}
.existing-tags-list {
  padding: 20px;
  text-align: center;
}
.tagnames-adminpanel td {
  padding: 8px;
}
.g-signin {
  width: 60%;
}
#sandboxLink {
  color: #74d14c;
  position: absolute;
  left: 419px;
  width: 179px;
  height: 46px;
  top: 80px;
  display: none;
  background-color: grey;
  padding: 3px 0px 1px 29px;
  font-family: Georgia;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 700;
  z-index: 5;
  cursor: pointer;
}
#sandboxLink li a {
  color: #74d14c;
}
#leaderboardLink {
  color: #74d14c;
  position: absolute;
  left: 684px;
  width: 166px;
  height: 46px;
  top: 80px;
  display: none;
  background-color: grey;
  padding: 3px 0px 1px 5px;
  font-family: Georgia;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 400;
  z-index: 5;
  cursor: pointer;
}
#leaderboardLink li a {
  color: #74d14c;
}
#leaderboardLink2 {
  color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 684px;
  width: 166px;
  height: 20px;
  top: 68px;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  padding: 3px 0px 1px 5px;
  font-family: Georgia;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 400;
  z-index: 6;
  cursor: pointer;
}
.xpDisplay { align:center; color: black; }
.solvedXpDisplay { color: green; }
.goldenTsumegoXpDisplay { color: #b5910b; font-weight:800; }
.sprintXpDisplay { color: blue; }

#status h2,
#status h3,
#status2 h3 {
  margin: 0;
  white-space: nowrap;
}
.contentOnTop td {
  vertical-align: top;
}
.tooltip {
  text-decoration: none;
  position: relative;
}
.tooltip span {
  z-index: 100;
  display: none;
  position: relative;
  top: 34px;
  left: -1px;
}
.eloTooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
}

.eloTooltip .eloTooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #444444;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.eloTooltip:hover .eloTooltiptext {
  visibility: visible;
}

.highscore {
  font-size: 20px;
  font-weight: 600;
  margin-bottom:40px;
}
.authors {
  font-size: 18px;
  font-weight: 400;
}
.curl-table .x td {
  font-weight: 800;
}
.scontainer {
  counter-reset: boxes;
}
.box {
  position: relative;
  float: left;
  width: 368px;
  height: 260px;
  color: white;
  padding: 10px;
  margin-top: 25px;
  counter-increment: boxes;
  cursor: pointer;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-radius-bottomleft: 20px;
  border-radius-bottomright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  box-shadow: 2px 2px 4px black;
}
.userstatsstbale th {
  text-align: left;
}
.mode1 {
  padding-bottom: 9px;
}
#mode-text {
  color: #60167d;
  font-weight: 800;
}
.tsumegoNavi-middle2 {
  position: relative;
  left: 38px;
  width: 200px;
}
.mode-switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 28px;
}
.mode-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.mode-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #60167d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mode-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .mode-slider {
  background-color: #54b97c;
}
input:focus + .mode-slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .mode-slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
.mode-slider.round {
  border-radius: 34px;
}
.mode-slider.round:before {
  border-radius: 50%;
}
.uotd {
  width: 610px;
  height: 164px;
  margin: 0;
  position: relative;
  float: left;
}
.uotdmargin {
  margin: 0;
  height: 160px;
}
.midLongName1 {
  font-size: 44px !important;
  white-space: nowrap;
}
.mid h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin: 0 0 0 75px;
  position: absolute;
  top: 49%;
  left: 50%;
  font-size: 58px;
  transform: translate(-50%, -50%);
  line-height: 42px;
  cursor: context-menu;
  background-color: rgba(0, 0, 0, 0);
}
.mid p {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin: 0 0 0 70px;
  position: absolute;
  top: 75%;
  left: 49%;
  font-size: 14px;
  transform: translate(-50%, -50%);
  line-height: 42px;
}

.besogo-board {
  width: 50%;
  margin: 0 315px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.besogo-tsumegoPlayTool {
  display: flex;
  justify-content: center;
  margin: 15px 15px 2px 15px;
}
.besogo-file #openButton {
  background-color: #5b5d60 !important;
}

.besogo-tsumegoPlayTool input[type="button"],
.besogo-file input[type="button"] {
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  background-color: #5b5d60;
  color: #fff;
  padding: 10px 13px;
  margin: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  text-transform: uppercase;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  cursor: pointer;
}
#besogo-next-button,
#besogo-back-button,
#history-button {
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  background-color: #5b5d60 !important;
  color: #fff;
  padding: 10px 13px;
  margin: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  text-transform: uppercase;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  cursor: pointer;
}
#besogo-multipleChoice1,
#besogo-multipleChoice2,
#besogo-multipleChoice3,
#besogo-multipleChoice4,
#besogo-se-black,
#besogo-se-white,

#besogo-se-more,
#besogo-se-less {
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  background-color: #4b2bc4;
  color: #fff;
  padding: 10px 13px;
  margin: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  border-color: #5b5d60 !important;
  text-transform: none !important;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  border-color: #8f9092 !important;
  cursor: pointer;
}
#se-result-text{
  width:145px;
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  padding: 10px 13px;
  margin: 5px;
  text-transform: none !important;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  opacity:0;
  cursor: context-menu;
}
#besogo-multipleChoice1:hover,
#besogo-multipleChoice2:hover,
#besogo-multipleChoice3:hover,
#besogo-multipleChoice4:hover,
#besogo-se-black:hover,
#besogo-se-white:hover,
#besogo-se-more:hover,
#besogo-se-less:hover,
#submitScoreEstimatingSE:hover, #submitScoreEstimatingBlackWins:hover, #submitScoreEstimatingWhiteWins:hover, #submitScoreEstimatingJigo:hover {
  background-color: #6239ff;
}
#besogo-se-more,
#besogo-se-less {
  padding-left: 16px;
  padding-right: 16px;
}
#besogo-se-edit-more,
#besogo-se-edit-less {
  padding-left: 8px;
  padding-right: 8px;
}
#submitScoreEstimatingSE, #submitScoreEstimatingBlackWins, #submitScoreEstimatingWhiteWins, #submitScoreEstimatingJigo {
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  background-color: #4b2bc4;
  color: #fff;
  padding: 10px 13px;
  margin: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  border-color: #5b5d60 !important;
  text-transform: none !important;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  border-color: #8f9092 !important;
  cursor: pointer;
}
#ScoreEstimatingSE {
  padding: 7px;
  margin-top: 7px;
  font-size: 16px;
  font-weight: bold;
}
#besogo-reset-button {
  background-color: #5b5d60 !important;
}
.besogo-tsumegoPlayTool input:nth-last-child(1) {
  background-color: #8f9092 !important;
  cursor: context-menu;
  border-color: #8f9092 !important;
}
#besogo-tsumegoPlayTool-rButton {
  background-color: #5b5d60 !important;
  cursor: pointer;
}
.besogo-tsumegoPlayTool-rButton2 {
  background-color: green !important;
  cursor: context-menu;
}

.modeSwitcher {
  float: left;
  margin: 0;
  width: 87px;
  height: 41px;
  position: relative;
}

.modeSwitcher label,
.modeSwitcher input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  background-color: #5b5d60;
  color: #fff;
  padding: 5px 8px;
  margin: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.modeSwitcher input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.modeSwitcher input[type="radio"]:checked + label {
  border-radius: 4px;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

#modeSwitcher1 input[type="radio"]:checked + label {
  background: #54b97c;
}
#modeSwitcher2 input[type="radio"]:checked + label {
  background: #ca6658;
}
#modeSwitcher3 input[type="radio"]:checked + label {
  background: #60167d;
}
.modeSwitcher label {
  cursor: pointer;
  line-height: 1.8em;
}
.modeSwitcher-inactive label {
  cursor: context-menu !important;
  background-color: #8f9194;
}
pre {
  font-size: 18px;
  color: white;
}
.setViewButtons2 {
  display: none;
}
.setViewButtons3 {
  display: none;
}
#time-mode-countdown {
  font-size: 21px;
  font-weight: 800;
}

.timeModeTable {
  width: 900px;
}
.timeModeTable2 .timeModeTable2td {
  text-align: right;
}
.tScoreTitle {
  padding: 5px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  border-radius-bottomleft: 7px;
  border-radius-bottomright: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border: 1px solid #889188;
  cursor: pointer;
}

.tScoreTitle1 {
  background-image: linear-gradient(#d0f4d0, #7af47a);
}
.tScoreTitle1:hover {
  background-image: linear-gradient(#a6f4a6, #3df43d);
}
.tScoreTitle2 {
  background-image: linear-gradient(#e8adb2, #e87983);
}
.tScoreTitle2:hover {
  background-image: linear-gradient(#e89098, #e8717d);
}
.timeModeTable3 {
  border: 1px solid #889188;
  padding: 5px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  border-radius-bottomleft: 7px;
  border-radius-bottomright: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.imageContainer1 {
  float: left;
  margin: 15px;
}
.imageContainerText1 {
  position: relative;
  top: -48px;
  left: 17px;
  color: #efefef;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
}
.imageContainerText2 {
  position: relative;
  top: -48px;
  left: 75px;
  color: #efefef;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
}
.statsText1 {
  width: 605px;
  text-align: left;
}
#timeMode1,
#timeMode2,
#timeMode3 {
  margin: 0 25px;
}
#time-mode1,
#time-mode2,
#time-mode3 {
  height: 900px;
}
.timeModeIcons {
  position: relative;
  top: 4px;
}
#settingsToggle {
  margin: 0 22px;
  cursor: pointer;
}
#settingsText {
  color: #373b43;
  font-size: 18px;
}
#cog {
  position: relative;
  top: 3px;
}
.alertBox {
  position: fixed;
  width: 1000px;
  bottom: 1%;
  left: 50%;
  margin-left: -500px;
  line-height: 1.8;
  border-radius: 8px;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: 400;
  display: none;
  z-index: 9999;
}
#hpIcon1 {
  top: 15px;
  position: relative;
  width: 40px;
}
.alertCheckbox1 {
  display: none;
}
.alertCheckbox2 {
  display: none;
}
:checked + .alertBox {
  display: none;
}
.alertText {
  display: table;
  margin: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.alertText2 {
  display: table;
  margin: 10px;
  text-align: left;
  font-size: 16px;
}
.alertText3 {
  display: table;
  margin: 20px 10px;
  text-align: left;
  font-size: 16px;
  width: 550px;
  text-align: center;
}
.alertBox2 {
}
.alertClose {
  float: right;
  padding: 1px 5px 5px 5px;
  font-size: 12px;
}
.alertBanner {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: linear-gradient(rgb(100, 100, 100), rgb(36, 36, 36));
  color: white;
  height: 31px;
  width: 100%;
  font-weight: 800;
}
.alertBannerIncorrect {
  background: linear-gradient(rgb(217, 109, 112), rgb(202, 63, 76)) !important;
}
.alertBannerCorrect {
  background: linear-gradient(rgb(26, 181, 88), rgb(18, 121, 59)) !important;
}
.clear1 {
  clear: both;
}
.alertInfo {
  background: linear-gradient(
    180deg,
    rgb(99.608% 99.608% 99.608%) 0%,
    rgb(99.607% 99.607% 99.607%) 6.25%,
    rgb(99.6% 99.6% 99.6%) 12.5%,
    rgb(99.571% 99.571% 99.571%) 18.75%,
    rgb(99.49% 99.49% 99.49%) 25%,
    rgb(99.32% 99.32% 99.32%) 31.25%,
    rgb(99.011% 99.011% 99.011%) 37.5%,
    rgb(98.502% 98.502% 98.502%) 43.75%,
    rgb(97.721% 97.721% 97.721%) 50%,
    rgb(96.585% 96.585% 96.585%) 56.25%,
    rgb(95% 95% 95%) 62.5%,
    rgb(92.862% 92.862% 92.862%) 68.75%,
    rgb(90.054% 90.054% 90.054%) 75%,
    rgb(86.448% 86.448% 86.448%) 81.25%,
    rgb(81.907% 81.907% 81.907%) 87.5%,
    rgb(76.282% 76.282% 76.282%) 93.75%,
    rgb(69.412% 69.412% 69.412%) 100%
  );
  border: 1px solid black;
}
#plus2 {
  display: none;
  position: absolute;
  top: 111px;
  left: 440px;
  font-size: 21px;
  font-weight: 800;
  color: blue;
}
.newx {
  padding: 0;
  margin: 0;
}
.newx tr {
  padding: 0;
  margin: 0;
}
.newx td {
  padding: 0 2px;
  margin: 0;
}
.thumbs-small {
  position: relative;
  top: 4px;
}

#newMenu {
  display: inline-block;
  font-family: Verdana;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
nav ul li {
  text-decoration: none;
  display: block;
  padding: 0;
  background: linear-gradient(#5e5e5e, #3c3c3c);
  color: #d6a2ec;
  float: left;
  font-weight: 800;
  text-align: center;
  border-top: 2px solid #a2a2a2;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #a2a2a2;
}
nav ul .menuIcons1 {
  height: 41px;
}
.menuIcons2 {
  padding: 5px 12px;
}
#mostPopularToday {
  color: #f0f0f0;
  font-weight: 800;
}
.historyLink {
  color: #c63c3c !important;
}
.historyLink2 {
  color: #ff9090 !important;
}
.dailyHighscoreTable {
  color: black;
}
nav a {
  display: block;
  font-size: 22px;
  padding: 5px 16px;
  color: #d6a2ec;
  text-align: center;
  text-decoration: none;
}
nav ul ul {
  display: none;
  position: absolute;
  z-index: 1000;
}
nav ul li:hover > ul {
  display: inherit;
}
#newMenu li:hover {
  background: linear-gradient(#8a8a8a, #595959);
}
nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
  top: 2px;
  left: -2px;
}
nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}
.newMenuLi1 li {
  width: 118px;
}
.newMenuLi2 li {
  width: 169px;
}
.newMenuLi3 li {
  width: 118px;
}
.newMenuLi4 li {
  width: 159px;
}
#tutorialLink {
  font-weight: 400;
  font-size: 19px;
}
.adminLink {
  font-weight: 400;
  font-size: 19px;
  color: #f75959;
}
.adminLink2 {
  font-weight: 800;
  font-size: 19px;
  color: #db3e3e;
}
.admin-panel-main-page ul li:hover {
  background: #eee;
}
.adminLink3 {
  cursor: pointer;
}
.homeMenuLink {
  width: 115px;
}
#soundButton,
#boardsButton {
  padding: 8px 14px 1px 14px;
}
#errorMessage {
  width: 304px;
  padding: 40px;
  margin: 120px;
  color: #d90000;
  font-weight: bold;
  background-color: #eaeaea;
  border-radius: 12px;
  border: 1px solid #d90000;
  display: none;
}
#errorMessageOuter {
  width: 100%;
  display: none;
}
#targetLockOverlay {
  position: absolute;
  width: 0;
  height: 0;
  left: 320px;
  top: 151px;
  opacity: 0;
  z-index: -1;
}

.besogo-container {
  flex-wrap: wrap;
}
.besogo-bottom-panels {
  align-items: center;
  padding: 0px 5px;
  flex-basis: 100%;
}
.besogo-control {
  width: 33% !important;
}
.besogo-tool {
  width: auto !important;
}
.besogo-tree {
  flex: none !important;
  width: auto !important;
  max-width: 625px;
}
.besogo-comment {
  flex: none !important;
  width: auto !important;
}
.besogo-comment table {
  display: none;
}
#colorOrientation {
  width: 25px;
  height: 25px;
  margin: 12px 1px 0 1px;
  cursor: pointer;
}
#boardSpinClockwise,
#boardSpinCounterClockwise,
#boardOrientationTL,
#boardOrientationTR,
#boardOrientationBL,
#boardOrientationBR {
  width: 25px;
  height: 25px;
  margin: 12px 1px 0 1px;
  opacity: 0.62;
  cursor: pointer;
}
#favButton {
  width: 25px;
  height: 25px;
  margin: 12px 5px 0 1px;
  cursor: pointer;
}
.default-submit-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.16, rgb(207, 207, 207)),
    color-stop(0.79, rgb(252, 252, 252))
  );
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(207, 207, 207) 16%,
    rgb(252, 252, 252) 79%
  );
  background-image: linear-gradient(
    to top,
    rgb(207, 207, 207) 16%,
    rgb(252, 252, 252) 79%
  );
  padding: 3px;
  color: black;
  border: 1px solid #676774;
  text-decoration: none;
  cursor: pointer;
}
.default-submit-button:hover {
  background-image: none;
  background-color: #d0d0d7;
}
.default-submit-button-inactive {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.16, rgb(207, 207, 207)),
    color-stop(0.79, rgb(252, 252, 252))
  );
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(207, 207, 207) 16%,
    rgb(252, 252, 252) 79%
  );
  background-image: linear-gradient(
    to top,
    rgb(207, 207, 207) 16%,
    rgb(252, 252, 252) 79%
  );
  padding: 3px;
  color: #2b2b2b;
  border: 1px solid #676774;
  text-decoration: none;
  background: #6c6c6c;
  cursor: context-menu;
}
.donate-paypal-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 90%;
}
.donate-paypal-right-inner {
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  font-size: 14px;
}
#author-notice {
  position: absolute;
  font-family: Georgia;
  font-size: 12px;
  color: #717171;
  right: 207px;
  margin-top: 18px;
}
#besogo-next-button-inactive,
#besogo-back-button-inactive {
  background-color: #8f9092 !important;
  cursor: context-menu;
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  padding: 10px 13px;
  margin: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  text-transform: uppercase;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-radius-bottomleft: 9px;
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
#besogo-pass-button {
  background-color: #4b2bc4 !important;
  cursor: context-menu;
  font-family: Times New Roman, verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  padding: 10px 13px;
  margin: 5px;
  cursor: pointer;
}
#besogo-pass-button:hover {
  background-color: #6239ff !important;
}
#besogo-review-button {
  background-color: #c63c3c !important;
}
#besogo-review-button-inactive {
  background-color: #8f9092 !important;
  cursor: context-menu;
}
#besogo-next-button:hover,
#besogo-reset-button:hover,
#besogo-back-button:hover {
  background-color: #737477 !important;
}
#besogo-review-button:hover {
  background-color: #cc6464 !important;
}
.quote1 {
  width: 455px;
  height: 49px;
}
.quote1a {
  float: left;
  padding: 0 5px;
}
.quote1b {
}
#ajaxWallpaper {
  display: none;
}
#commentPosition {
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 16px;
  color: #717171;
  text-decoration: underline;
  cursor: pointer;
}
.positionIcon1 {
  position: relative;
  top: 2px;
  cursor: pointer;
}
.duplicateTable {
  max-width: 800px;
}
#levelBarDisplay1 {
  width: 15px;
  height: 15px;
  accent-color: #74d14c;
}
#levelBarDisplay1text {
  color: #74d14c;
}
#levelBarDisplay2 {
  width: 15px;
  height: 15px;
  accent-color: #8130a2;
}
#levelBarDisplay2text {
  color: #8130a2;
}
#chart1,
#chart11 {
  max-width: 650px;
  margin: 12px auto;
}
#chart1,
#chart11,
.chart-box {
  padding-top: 20px;
  padding-left: 10px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 22px 35px -16px rgba(0, 0, 0, 0.1);
}
#chart2,
#chart22 {
  max-width: 650px;
  margin: 12px auto;
}
#chart2,
#chart22,
.chart-box {
  padding-top: 20px;
  padding-left: 10px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 22px 35px -16px rgba(0, 0, 0, 0.1);
}
#chart3,
#chart33 {
  max-width: 650px;
  margin: 12px auto;
}
#chart3,
#chart33,
.chart-box {
  padding-top: 20px;
  padding-left: 10px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 22px 35px -16px rgba(0, 0, 0, 0.1);
}
.h1profile h1,
.profileTable2 a {
  color: black;
}
select.flat-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  font-family: arial, tahoma;
  font-size: 16px;
  font-weight: bold;
  outline: 0 none;
  height: 33px;
  padding: 5px 20px 5px 10px;
  text-align: center;
  text-indent: 0.01px;
  text-overflow: "";
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease 0s;
  width: auto;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
select.flat-select:focus,
select.flat-select:hover {
  border: 0;
  outline: 0;
}
.apexcharts-canvas {
  margin: 0 auto;
}
.apexcharts-active {
  color: black;
}
.revelation-anchor {
  cursor: context-menu;
}
#modeSelector {
  width: 9px;
  height: 13px;
  position: absolute;
  top: 41px;
  left: 1145px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 2px;
  cursor: pointer;
}
.modeSelectorInRatingBar {
  background-image: linear-gradient(#6bac4a, #457128);
}
.modeSelectorInLevelBar {
  background-image: linear-gradient(#bd73d9, #9d31be);
}

.uotd1 {
  background: url(/img/uotd1.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid1 h2 {
  color: #fff;
}
.uotd2 {
  background: url(/img/uotd2.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid2 h2 {
  color: #fff;
}
.uotd3 {
  background: url(/img/uotd3.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid3 h2 {
  color: #fff;
}
.uotd4 {
  background: url(/img/uotd4.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid4 h2 {
  color: #fff;
}
.uotd5 {
  background: url(/img/uotd5.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid5 h2 {
  color: #fff;
}
.uotd6 {
  background: url(/img/uotd6.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid6 h2 {
  color: #fff;
}
.uotd7 {
  background: url(/img/uotd7.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid7 h2 {
  color: #45bfd0;
}
.uotd8 {
  background: url(/img/uotd8.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid8 h2 {
  color: white;
}
.uotd9 {
  background: url(/img/uotd9.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid9 h2 {
  color: #383838;
  margin: 0 0 0 60px !important;
}
.uotd10 {
  background: url(/img/uotd10.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid10 h2 {
  color: #fff;
}
.uotd11 {
  background: url(/img/uotd11.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid11 h2 {
  color: #fff;
}
.uotd12 {
  background: url(/img/uotd12.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid12 h2 {
  color: #fff;
}
.uotd13 {
  background: url(/img/uotd13.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid13 h2 {
  color: #fff;
}
.uotd14 {
  background: url(/img/uotd14.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid14 h2 {
  color: #fff;
}
.uotd15 {
  background: url(/img/uotd15.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid15 h2 {
  color: #fff;
}
.uotd16 {
  background: url(/img/uotd16.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid16 h2 {
  color: #2c1b52;
}
.uotd17 {
  background: url(/img/uotd17.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid17 h2 {
  color: #fff;
}
.uotd18 {
  background: url(/img/uotd18.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid18 h2 {
  color: #7fccc6;
}
.uotd19 {
  background: url(/img/uotd19.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid19 h2 {
  color: #fff;
}
.uotd20 {
  background: url(/img/uotd20.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid20 h2 {
  color: #fff;
}
.uotd21 {
  background: url(/img/uotd21.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid21 h2 {
  color: #fff;
}
.uotd22 {
  background: url(/img/uotd22.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid22 h2 {
  color: #fff;
}
.uotd23 {
  background: url(/img/uotd23.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid23 h2 {
  color: #ffcf60;
}
.uotd24 {
  background: url(/img/uotd24.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid24 h2 {
  color: #ffedc3;
}
.uotd25 {
  background: url(/img/uotd25.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid25 h2 {
  color: #6f988f;
}
.uotd26 {
  background: url(/img/uotd26.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid26 h2 {
  color: #4d83c3;
}
.uotd27 {
  background: url(/img/uotd27.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid27 h2 {
  color: #de3c3c;
}
.uotd28 {
  background: url(/img/uotd28.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid28 h2 {
  color: #0b918d;
}
.uotd29 {
  background: url(/img/uotd29.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid29 h2 {
  color: #02aa92;
}
.uotd30 {
  background: url(/img/uotd30.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid30 h2 {
  color: #0098c9;
}
.uotd31 {
  background: url(/img/uotd31.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid31 h2 {
  color: #fff;
}
.uotd32 {
  background: url(/img/uotd32.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid32 h2 {
  color: #45bfd0;
}
.uotd33 {
  background: url(/img/uotd33.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid33 h2 {
  color: #383838;
}
.uotd34 {
  background: url(/img/uotd34.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid34 h2 {
  color: #fff;
}
.uotd35 {
  background: url(/img/uotd35.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid35 h2 {
  color: #fff;
}
.uotd36 {
  background: url(/img/uotd36.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid36 h2 {
  color: #fff;
}
.uotd37 {
  background: url(/img/uotd37.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid37 h2 {
  color: #f0bb2b;
}
.uotd38 {
  background: url(/img/uotd38.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid38 h2 {
  color: #fc8f93;
}
.uotd39 {
  background: url(/img/uotd39.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid39 h2 {
  color: #fff;
}
.uotd40 {
  background: url(/img/uotd40.png);
  background-size: 99%;
  background-repeat: no-repeat;
}
.mid40 h2 {
  color: #ffcf60;
}

.box000 {
  background-image: url("/img/ProgressBar000.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box000:hover {
  background-image: url("/img/ProgressBar000.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box025 {
  background-image: url("/img/ProgressBar025.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box025:hover {
  background-image: url("/img/ProgressBar025.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box050 {
  background-image: url("/img/ProgressBar050.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box050:hover {
  background-image: url("/img/ProgressBar050.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box075 {
  background-image: url("/img/ProgressBar075.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box075:hover {
  background-image: url("/img/ProgressBar075.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box010 {
  background-image: url("/img/ProgressBar010.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box010:hover {
  background-image: url("/img/ProgressBar010.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box125 {
  background-image: url("/img/ProgressBar125.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box125:hover {
  background-image: url("/img/ProgressBar125.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box150 {
  background-image: url("/img/ProgressBar150.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box150:hover {
  background-image: url("/img/ProgressBar150.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box175 {
  background-image: url("/img/ProgressBar175.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box175:hover {
  background-image: url("/img/ProgressBar175.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box200 {
  background-image: url("/img/ProgressBar200.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box200:hover {
  background-image: url("/img/ProgressBar200.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box225 {
  background-image: url("/img/ProgressBar225.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box225:hover {
  background-image: url("/img/ProgressBar225.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box250 {
  background-image: url("/img/ProgressBar250.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box250:hover {
  background-image: url("/img/ProgressBar250.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box275 {
  background-image: url("/img/ProgressBar275.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box275:hover {
  background-image: url("/img/ProgressBar275.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box300 {
  background-image: url("/img/ProgressBar300.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box300:hover {
  background-image: url("/img/ProgressBar300.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box325 {
  background-image: url("/img/ProgressBar325.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box325:hover {
  background-image: url("/img/ProgressBar325.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box350 {
  background-image: url("/img/ProgressBar350.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box350:hover {
  background-image: url("/img/ProgressBar350.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box375 {
  background-image: url("/img/ProgressBar375.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box375:hover {
  background-image: url("/img/ProgressBar375.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box400 {
  background-image: url("/img/ProgressBar400.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box400:hover {
  background-image: url("/img/ProgressBar400.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box425 {
  background-image: url("/img/ProgressBar425.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box425:hover {
  background-image: url("/img/ProgressBar425.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box450 {
  background-image: url("/img/ProgressBar450.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box450:hover {
  background-image: url("/img/ProgressBar450.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box475 {
  background-image: url("/img/ProgressBar475.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box475:hover {
  background-image: url("/img/ProgressBar475.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box500 {
  background-image: url("/img/ProgressBar500.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box500:hover {
  background-image: url("/img/ProgressBar500.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box525 {
  background-image: url("/img/ProgressBar525.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box525:hover {
  background-image: url("/img/ProgressBar525.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box550 {
  background-image: url("/img/ProgressBar550.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box550:hover {
  background-image: url("/img/ProgressBar550.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box575 {
  background-image: url("/img/ProgressBar575.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box575:hover {
  background-image: url("/img/ProgressBar575.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box600 {
  background-image: url("/img/ProgressBar600.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box600:hover {
  background-image: url("/img/ProgressBar600.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box625 {
  background-image: url("/img/ProgressBar625.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box625:hover {
  background-image: url("/img/ProgressBar625.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box650 {
  background-image: url("/img/ProgressBar650.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box650:hover {
  background-image: url("/img/ProgressBar650.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box675 {
  background-image: url("/img/ProgressBar675.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box675:hover {
  background-image: url("/img/ProgressBar675.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box700 {
  background-image: url("/img/ProgressBar700.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box700:hover {
  background-image: url("/img/ProgressBar700.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box725 {
  background-image: url("/img/ProgressBar725.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box725:hover {
  background-image: url("/img/ProgressBar725.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box750 {
  background-image: url("/img/ProgressBar750.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box750:hover {
  background-image: url("/img/ProgressBar750.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box775 {
  background-image: url("/img/ProgressBar775.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box775:hover {
  background-image: url("/img/ProgressBar775.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box800 {
  background-image: url("/img/ProgressBar800.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box800:hover {
  background-image: url("/img/ProgressBar800.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box825 {
  background-image: url("/img/ProgressBar825.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box825:hover {
  background-image: url("/img/ProgressBar825.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box850 {
  background-image: url("/img/ProgressBar850.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box850:hover {
  background-image: url("/img/ProgressBar850.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box875 {
  background-image: url("/img/ProgressBar875.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box875:hover {
  background-image: url("/img/ProgressBar875.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box900 {
  background-image: url("/img/ProgressBar900.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box900:hover {
  background-image: url("/img/ProgressBar900.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box925 {
  background-image: url("/img/ProgressBar925.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box925:hover {
  background-image: url("/img/ProgressBar925.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box950 {
  background-image: url("/img/ProgressBar950.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box950:hover {
  background-image: url("/img/ProgressBar950.png"), url("/img/setButton2.png");
  background-size: 100%;
}
.box975 {
  background-image: url("/img/ProgressBar975.png"), url("/img/setButton1.png");
  background-size: 100%;
}
.box975:hover {
  background-image: url("/img/ProgressBar975.png"), url("/img/setButton2.png");
  background-size: 100%;
}

.box100 {
  background-image: url("/img/ProgressBar100.png"), url("/img/setButton3.png");
  background-size: 100%;
}
.box100:hover {
  background-image: url("/img/ProgressBar100.png"), url("/img/setButton4.png");
  background-size: 100%;
}

.box000sa {
  background-image: url("/img/ProgressBar000.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box000sa:hover {
  background-image: url("/img/ProgressBar000.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box025sa {
  background-image: url("/img/ProgressBar025.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box025sa:hover {
  background-image: url("/img/ProgressBar025.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box075sa {
  background-image: url("/img/ProgressBar075.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box075sa:hover {
  background-image: url("/img/ProgressBar075.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box010sa {
  background-image: url("/img/ProgressBar010.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box010sa:hover {
  background-image: url("/img/ProgressBar010.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box125sa {
  background-image: url("/img/ProgressBar125.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box125sa:hover {
  background-image: url("/img/ProgressBar125.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box150sa {
  background-image: url("/img/ProgressBar150.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box150sa:hover {
  background-image: url("/img/ProgressBar150.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box175sa {
  background-image: url("/img/ProgressBar175.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box175sa:hover {
  background-image: url("/img/ProgressBar175.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box200sa {
  background-image: url("/img/ProgressBar200.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box200sa:hover {
  background-image: url("/img/ProgressBar200.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box225sa {
  background-image: url("/img/ProgressBar225.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box225sa:hover {
  background-image: url("/img/ProgressBar225.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box250sa {
  background-image: url("/img/ProgressBar250.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box250sa:hover {
  background-image: url("/img/ProgressBar250.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box275sa {
  background-image: url("/img/ProgressBar275.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box275sa:hover {
  background-image: url("/img/ProgressBar275.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box300sa {
  background-image: url("/img/ProgressBar300.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box300sa:hover {
  background-image: url("/img/ProgressBar300.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box325sa {
  background-image: url("/img/ProgressBar325.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box325sa:hover {
  background-image: url("/img/ProgressBar325.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box350sa {
  background-image: url("/img/ProgressBar350.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box350sa:hover {
  background-image: url("/img/ProgressBar350.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box375sa {
  background-image: url("/img/ProgressBar375.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box375sa:hover {
  background-image: url("/img/ProgressBar375.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box400sa {
  background-image: url("/img/ProgressBar400.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box400sa:hover {
  background-image: url("/img/ProgressBar400.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box425sa {
  background-image: url("/img/ProgressBar425.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box425sa:hover {
  background-image: url("/img/ProgressBar425.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box450sa {
  background-image: url("/img/ProgressBar450.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box450sa:hover {
  background-image: url("/img/ProgressBar450.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box475sa {
  background-image: url("/img/ProgressBar475.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box475sa:hover {
  background-image: url("/img/ProgressBar475.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box500sa {
  background-image: url("/img/ProgressBar500.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box500sa:hover {
  background-image: url("/img/ProgressBar500.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box525sa {
  background-image: url("/img/ProgressBar525.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box525sa:hover {
  background-image: url("/img/ProgressBar525.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box550sa {
  background-image: url("/img/ProgressBar550.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box550sa:hover {
  background-image: url("/img/ProgressBar550.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box575sa {
  background-image: url("/img/ProgressBar575.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box575sa:hover {
  background-image: url("/img/ProgressBar575.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box600sa {
  background-image: url("/img/ProgressBar600.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box600sa:hover {
  background-image: url("/img/ProgressBar600.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box625sa {
  background-image: url("/img/ProgressBar625.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box625sa:hover {
  background-image: url("/img/ProgressBar625.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box650sa {
  background-image: url("/img/ProgressBar650.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box650sa:hover {
  background-image: url("/img/ProgressBar650.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box675sa {
  background-image: url("/img/ProgressBar675.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box675sa:hover {
  background-image: url("/img/ProgressBar675.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box700sa {
  background-image: url("/img/ProgressBar700.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box700sa:hover {
  background-image: url("/img/ProgressBar700.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box725sa {
  background-image: url("/img/ProgressBar725.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box725sa:hover {
  background-image: url("/img/ProgressBar725.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box750sa {
  background-image: url("/img/ProgressBar750.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box750sa:hover {
  background-image: url("/img/ProgressBar750.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box775sa {
  background-image: url("/img/ProgressBar775.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box775sa:hover {
  background-image: url("/img/ProgressBar775.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box800sa {
  background-image: url("/img/ProgressBar800.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box800sa:hover {
  background-image: url("/img/ProgressBar800.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box825sa {
  background-image: url("/img/ProgressBar825.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box825sa:hover {
  background-image: url("/img/ProgressBar825.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box850sa {
  background-image: url("/img/ProgressBar850.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box850sa:hover {
  background-image: url("/img/ProgressBar850.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box875sa {
  background-image: url("/img/ProgressBar875.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box875sa:hover {
  background-image: url("/img/ProgressBar875.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box900sa {
  background-image: url("/img/ProgressBar900.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box900sa:hover {
  background-image: url("/img/ProgressBar900.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box925sa {
  background-image: url("/img/ProgressBar925.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box925sa:hover {
  background-image: url("/img/ProgressBar925.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box950sa {
  background-image: url("/img/ProgressBar950.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box950sa:hover {
  background-image: url("/img/ProgressBar950.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}
.box975sa {
  background-image: url("/img/ProgressBar975.png"), url("/img/setButton1sa.png");
  background-size: 100%;
}
.box975sa:hover {
  background-image: url("/img/ProgressBar975.png"), url("/img/setButton2sa.png");
  background-size: 100%;
}

.box100sa {
  background-image: url("/img/ProgressBar100.png"),
    url("/img/setButton1saCompleted.png");
  background-size: 100%;
}
.box100sa:hover {
  background-image: url("/img/ProgressBar100.png"),
    url("/img/setButton2saCompleted.png");
  background-size: 100%;
}
.set-search-menu {
  margin: 5px 23px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 4px;
}
.set-view-main {
  width: 100%;
  margin-top: 12px;
}
.xp-bar-empty {
  position: relative;
  left: 0;
  top: 5px;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background: black;
  z-index: 1;
  opacity: 0.15;
}
.set-buttons-left,
.set-buttons-right {
  display: flex;
}
.filters-outer {
  position: relative;
  top: -5px;
}
.active-tiles-container {
  margin-left: 24px;
  width: 100%;
}
.tiles-view {
  margin: 0;
}
#submit-size-button {
  border: 1px solid #1b1b1b;
  background: #555555;
}
#submit-size-button:disabled {
  background: #fff;
  color: #fff;
}
#set-size-input {
  background: #555555;
  width: 90px;
  border: 1px solid #1b1b1b;
  padding: 5px;
  border-radius: 4px;
  color: #bfc1c4;
  font-size: 16px;
  font-weight: 800;
  padding: 6px 10px;
  margin: 5px;
}
#topics-button {
  border: 1px solid #1b1b1b;
}
#difficulty-button {
  border: 1px solid #1b1b1b;
}
#tags-button {
  border: 1px solid #1b1b1b;
}
#tile-topics-submit {
  color: #77c14a;
  border: 1px solid #558a35;
}
#tile-difficulty-submit {
  border: 1px solid #ac4bd0;
  color: #be6cdd;
}
#tile-tags-submit {
  border: 1px solid #aa5538;
  color: #d56a46;
}
#tags-button:hover,
#difficulty-button:hover,
#topics-button:hover {
  background: #444;
}
.set-index {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  margin: 5px auto;
  width: 1228px;
}
.box1 {
  width: 225px;
  height: 150px;
  background-color: #111;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 5px;
  position: relative;
  box-shadow: 2px 2px 4px black;
}
.box1default:hover {
  background-image: linear-gradient(
    rgba(200, 200, 200, 0.3),
    rgba(33, 33, 33, 0.35)
  ) !important;
}
.box1unlocked:hover {
  background-image: url(/img/setButtonUnlockedH.png) !important;
}
.box1link {
  text-decoration: none;
}
.box1topic,
.box1tag {
  grid-template-areas:
    "collection-top collection-top"
    "collection-middle-left collection-middle-right"
    "collection-bottom collection-bottom";
}
.box1difficulty {
  grid-template-areas:
    "collection-top collection-top"
    "collection-middle-left collection-middle-left"
    "collection-bottom collection-bottom";
}
.box1 .collection-top {
  grid-area: collection-top;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}
.top-inactive {
  color: #525252;
  cursor: context-menu;
  user-select: none;
}
.box1 .collection-middle-left {
  margin-top: 2px;
  grid-area: collection-middle-left;
}
.box1 .collection-middle-right {
  margin-top: 2px;
  grid-area: collection-middle-right;
}
.box1 .collection-bottom {
  font-size: 14px;
  grid-area: collection-bottom;
  align-self: end;
}
.box1 .collection-completed {
  animation: fadeIn2 1s ease-in-out;
  position: absolute;
  top: 87px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: transparent;
  text-shadow: 0 0 0.08em rgba(229, 229, 229, 0.7);
}

.box.shuffle-item,
.box:first-child {
  margin-left: 0;
}
@charset "UTF-8";
*,
:after,
:before {
  box-sizing: border-box;
}
figure,
ul ul {
  margin: 0;
}
.scontainer {
  padding-left: 3.5%;
  padding-right: 3.5%;
}
.scontainer:after,
.scontainer:before {
  content: " ";
  display: table;
}
.scontainer:after {
  clear: both;
}

.btn-group:after,
.btn-group:before {
  content: " ";
  display: table;
}
.btn-group:after {
  clear: both;
}
.btn-group .btn {
  border-radius: 0;
  float: left;
}
.btn-group .btn:first-child {
  border-radius: 3px 0 0 3px;
}
.btn-group .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group .btn:last-child {
  border-radius: 0 3px 3px 0;
}
.btn-group label.btn input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.btn {
  -webkit-appearance: none;
  background-color: rgba(52, 73, 94, 0);
  border: 1px solid #323232;
  border-radius: 3px;
  color: #323232;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  padding: 0.75em 0.8em;
  text-align: center;
  transition: 0.2s ease-out;
}

@media (-moz-touch-enabled: 0), (pointer: fine) {
  .btn:hover {
    background-color: #323232;
    color: #fff;
    text-decoration: none;
  }
}

.btn:focus {
  box-shadow: 0 0 0 2px rgba(52, 73, 94, 0.4);
  outline-width: 0;
}
.btn.active,
.btn:active {
  background-color: #323232;
  color: #fff;
}
.btn:disabled {
  background-color: rgba(52, 73, 94, 0);
  color: #323232;
  cursor: not-allowed;
  opacity: 0.7;
}

.filterLabel1 {
  color: #323232;
  text-align: center;
}
.filter-group1 {
  border: 0;
  margin: 0 0 4px;
  padding: 0;
}
.filter-group2 {
  border: 0;
  margin: 0 0 4px;
  padding: 0;
}

.statsTable td {
  padding: 6px;
}
.gameInfo {
  font-size: 18px;
  font-weight: 400;
}
.gameInfo td {
  text-align: center;
}
.tsumegoNavi1 {
  width: 100%;
}
.tsumegoNavi2 {
  width: 818px;
  height: 50px;
  padding-top: 10px;
  margin: 0 auto;
  padding-left: 11px;
}
.pleaseRegisterTable {
  color: #60167d;
  background: #74d14c;
  font-weight: normal;
  padding: 0px;
}

.xpDisplayTable {
  text-align: center;
}
.upgradeLink {
  display: none;
}

.slidecontainer {
  transform: translateY(-10px);
  text-align: center;
}
#sliderText {
  color: hsl(138, 0%, 47%);
  font-weight: 400;
  font-size: 20px;
}
.slider {
  --SliderColor: hsl(138, 0%, 60%);
  -webkit-appearance: none;
  width: 230px;
  margin: 50px auto;
  height: 8px;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color: rgb(200, 200, 200);
  cursor: pointer;
}

/* --------------------------- webkit browsers */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background-color: var(--SliderColor);
  overflow: visible;
  cursor: pointer;
}
/* -------------------------- Firefox */
.slider::-moz-range-thumb {
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background-color: var(--SliderColor);
  overflow: visible;
  cursor: pointer;
}
.slider::-moz-focus-outer {
  border: 0;
}
/* Remove dotted outline from range input element focused in Firefox */

#theComment {
  display: none;
  justify-content: center;
  background-color: #f0f0f0;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 5px;
  border: thick double grey;
  width: fit-content;
  min-width: 300px;
}
#xpDisplayDiv {
  height: 48px;
  margin-bottom: 5px;
}
.commentBox1 {
}
.commentBox2 {
  color: var(--admin-text-color);
}
.img-10small,
.img-11small,
.img-12small,
.img-13small,
.img-14small,
.img-15small,
.img-16small,
.img-17small,
.img-18small,
.img-19small,
.img-1small,
.img-20small,
.img-21small,
.img-22small,
.img-23small,
.img-24small,
.img-25small,
.img-26small,
.img-27small,
.img-28small,
.img-29small,
.img-2small,
.img-30small,
.img-31small,
.img-32small,
.img-33small,
.img-34small,
.img-35small,
.img-36small,
.img-37small,
.img-38small,
.img-39small,
.img-3small,
.img-40small,
.img-41small,
.img-42small,
.img-43small,
.img-44small,
.img-45small,
.img-46small,
.img-47small,
.img-48small,
.img-49small,
.img-4small,
.img-50small,
.img-51small,
.img-52small,
.img-53small,
.img-54small,
.img-5small,
.img-6small,
.img-7small,
.img-8small,
.img-9small {
  display: inline-block;
  background: url("/img/allSmall.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.img-10small {
  background-position: -0px -0px;
  width: 19px;
  height: 19px;
}
.img-11small {
  background-position: -19px -0px;
  width: 19px;
  height: 19px;
}
.img-12small {
  background-position: -38px -0px;
  width: 19px;
  height: 19px;
}
.img-13small {
  background-position: -57px -0px;
  width: 19px;
  height: 19px;
}
.img-14small {
  background-position: -76px -0px;
  width: 19px;
  height: 19px;
}
.img-15small {
  background-position: -95px -0px;
  width: 19px;
  height: 19px;
}
.img-16small {
  background-position: -114px -0px;
  width: 19px;
  height: 19px;
}
.img-17small {
  background-position: -0px -19px;
  width: 19px;
  height: 19px;
}
.img-18small {
  background-position: -19px -19px;
  width: 19px;
  height: 19px;
}
.img-19small {
  background-position: -38px -19px;
  width: 19px;
  height: 19px;
}
.img-1small {
  background-position: -57px -19px;
  width: 19px;
  height: 19px;
}
.img-20small {
  background-position: -76px -19px;
  width: 19px;
  height: 19px;
}
.img-21small {
  background-position: -95px -19px;
  width: 19px;
  height: 19px;
}
.img-22small {
  background-position: -114px -19px;
  width: 19px;
  height: 19px;
}
.img-23small {
  background-position: -0px -38px;
  width: 19px;
  height: 19px;
}
.img-24small {
  background-position: -19px -38px;
  width: 19px;
  height: 19px;
}
.img-25small {
  background-position: -38px -38px;
  width: 19px;
  height: 19px;
}
.img-26small {
  background-position: -57px -38px;
  width: 19px;
  height: 19px;
}
.img-27small {
  background-position: -76px -38px;
  width: 19px;
  height: 19px;
}
.img-28small {
  background-position: -95px -38px;
  width: 19px;
  height: 19px;
}
.img-29small {
  background-position: -114px -38px;
  width: 19px;
  height: 19px;
}
.img-2small {
  background-position: -0px -57px;
  width: 19px;
  height: 19px;
}
.img-30small {
  background-position: -19px -57px;
  width: 19px;
  height: 19px;
}
.img-31small {
  background-position: -38px -57px;
  width: 19px;
  height: 19px;
}
.img-32small {
  background-position: -57px -57px;
  width: 19px;
  height: 19px;
}
.img-33small {
  background-position: -76px -57px;
  width: 19px;
  height: 19px;
}
.img-34small {
  background-position: -95px -57px;
  width: 19px;
  height: 19px;
}
.img-35small {
  background-position: -114px -57px;
  width: 19px;
  height: 19px;
}
.img-36small {
  background-position: -0px -76px;
  width: 19px;
  height: 19px;
}
.img-37small {
  background-position: -19px -76px;
  width: 19px;
  height: 19px;
}
.img-38small {
  background-position: -38px -76px;
  width: 19px;
  height: 19px;
}
.img-39small {
  background-position: -57px -76px;
  width: 19px;
  height: 19px;
}
.img-3small {
  background-position: -76px -76px;
  width: 19px;
  height: 19px;
}
.img-40small {
  background-position: -95px -76px;
  width: 19px;
  height: 19px;
}
.img-41small {
  background-position: -114px -76px;
  width: 19px;
  height: 19px;
}
.img-42small {
  background-position: -0px -95px;
  width: 19px;
  height: 19px;
}
.img-43small {
  background-position: -19px -95px;
  width: 19px;
  height: 19px;
}
.img-44small {
  background-position: -38px -95px;
  width: 19px;
  height: 19px;
}
.img-45small {
  background-position: -57px -95px;
  width: 19px;
  height: 19px;
}
.img-46small {
  background-position: -76px -95px;
  width: 19px;
  height: 19px;
}
.img-47small {
  background-position: -95px -95px;
  width: 19px;
  height: 19px;
}
.img-48small {
  background-position: -114px -95px;
  width: 19px;
  height: 19px;
}
.img-49small {
  background-position: -0px -114px;
  width: 19px;
  height: 19px;
}
.img-4small {
  background-position: -19px -114px;
  width: 19px;
  height: 19px;
}
.img-50small {
  background-position: -38px -114px;
  width: 19px;
  height: 19px;
}
.img-51small {
  background-position: -57px -114px;
  width: 19px;
  height: 19px;
}
.img-52small {
  background-position: -76px -114px;
  width: 19px;
  height: 19px;
}
.img-53small {
  background-position: -95px -114px;
  width: 19px;
  height: 19px;
}
.img-54small {
  background-position: -114px -114px;
  width: 19px;
  height: 19px;
}
.img-5small {
  background-position: -0px -133px;
  width: 19px;
  height: 19px;
}
.img-6small {
  background-position: -19px -133px;
  width: 19px;
  height: 19px;
}
.img-7small {
  background-position: -38px -133px;
  width: 19px;
  height: 19px;
}
.img-8small {
  background-position: -57px -133px;
  width: 19px;
  height: 19px;
}
.img-9small {
  background-position: -76px -133px;
  width: 19px;
  height: 19px;
}

@media screen and (max-width: 1300px) {
  #heroProfile {
    left: 935px;
  }
  #heroBar {
    left: 935px;
  }
  #heroAchievements {
    left: 935px;
  }
  #heroLogout {
    left: 935px;
  }
  #boardsInMenu {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .sound {
    padding: 0;
  }
  li a.menuLi {
    padding-bottom: 9px;
    padding-top: 9px;
  }
  #sandboxLink {
    top: 68px;
  }
  .box {
    width: 348px;
    height: 244px;
    margin-top: 15px;
  }
  .scontainer {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1230px) {
}
@media screen and (max-width: 1160px) {
}
@media screen and (max-width: 1130px) {
}

/* =============================================================================
   Tsumego Comments & Issues Styling
   ============================================================================= */

/* Comments Section Container */
.tsumego-comments-section {
  margin-top: 10px;
}

/* Comments Toggle Header */
.tsumego-comments__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

.tsumego-comments__toggle:hover {
  color: #1e6bb8;
}

.tsumego-comments__arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.2s ease;
}

/* Tab Navigation */
.tsumego-comments__tabs {
  margin-bottom: 15px;
  padding: 0 14px 10px 14px;
  display: flex;
  gap: 10px;
}

.tsumego-comments__tab {
  padding: 8px 16px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
  border-radius: 4px;
  font-family: Georgia, serif;
  font-size: 13px;
}

.tsumego-comments__tab.active {
  background: #717171;
  color: white;
  border-color: #717171;
}

.tsumego-comments__tab:hover:not(.active) {
  background: #e5e5e5;
}

/* Empty state for COMMENTS tab - no content */
.tsumego-comments__tab--empty {
  color: #999;
  background: #f0f0f0;
  border-color: #ddd;
}

.tsumego-comments__tab--empty:hover {
  background: #e8e8e8;
}

.tsumego-comments__open-badge {
  margin-left: 5px;
  font-size: 11px;
}

/* Issue Styling - Visual box to separate from regular comments */
.tsumego-issue {
  margin: 20px 14px;
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 8px;
  background: #fafafa;
}

.tsumego-issue--opened {
  border-color: #d9534f;
  border-left-width: 4px;
}

.tsumego-issue--closed {
  border-color: #5cb85c;
  border-left-width: 4px;
}

/* Highlight effect when scrolling to issue via hash anchor */
/* Light mode: blue/purple highlight on white background */
.tsumego-issue--highlight {
  animation: issue-highlight-light 2s ease-out;
}

@keyframes issue-highlight-light {
  0% {
    background: #e6f0ff;
    box-shadow: 0 0 20px rgba(66, 133, 244, 0.6);
  }
  100% {
    background: #fafafa;
    box-shadow: none;
  }
}

/* Pending issue state - optimistic update before server response */
.tsumego-issue--pending {
  opacity: 0.7;
  border-color: #aaa;
  border-style: dashed;
}

.tsumego-issue--pending .tsumego-issue__header {
  color: #999;
}

.tsumego-issue__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.tsumego-issue__title {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.tsumego-issue__title a {
  color: #007bff;
  text-decoration: none;
}

.tsumego-issue__title a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.tsumego-issue__badge {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

.tsumego-issue__badge.status--opened {
  background: #f2dede;
  color: #a94442;
}

.tsumego-issue__badge.status--closed {
  background: #dff0d8;
  color: #3c763d;
}

.tsumego-issue__meta {
  color: #717171;
  font-size: 12px;
  font-style: italic;
}

.tsumego-issue__actions {
  margin-left: auto;
}

.tsumego-issue__comments {
  margin-top: 10px;
}

.tsumego-issue__empty {
  color: #999;
  font-style: italic;
  padding: 10px;
}

/* Issue reply button and form */
.tsumego-issue__reply-toggle {
  padding: 8px 14px;
  border-top: 1px dashed #ddd;
}

.tsumego-issue__reply-btn {
  background: transparent;
  border: 1px solid #888;
  border-radius: 4px;
  padding: 5px 12px;
  font-size: 12px;
  cursor: pointer;
  color: #666;
}

.tsumego-issue__reply-btn:hover {
  background: #f5f5f5;
  border-color: #666;
}

.tsumego-issue__reply-form {
  padding: 10px 14px;
  background: #f8f8f8;
  border-top: 1px solid #eee;
}

.tsumego-issue__reply-form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
  font-size: 13px;
  resize: vertical;
  min-height: 50px;
  box-sizing: border-box;
}

.tsumego-issue__reply-actions {
  margin-top: 8px;
  display: flex;
  gap: 8px;
}

.tsumego-issue__reply-actions button {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}

.tsumego-issue__reply-actions button[type="submit"] {
  background: #4a90d9;
  color: white;
  border: none;
}

.tsumego-issue__reply-actions button[type="submit"]:hover {
  background: #3a7bc8;
}

.tsumego-issue__reply-actions button[type="button"] {
  background: #e0e0e0;
  border: 1px solid #ccc;
}

.tsumego-issue__reply-actions button[type="button"]:hover {
  background: #d0d0d0;
}

/* Button styles for issue actions */
.btn {
  padding: 5px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}

.btn--small {
  padding: 3px 8px;
  font-size: 11px;
}

.btn--success {
  background: #5cb85c;
  color: white;
}

.btn--success:hover {
  background: #449d44;
}

.btn--warning {
  background: #f0ad4e;
  color: white;
}

.btn--warning:hover {
  background: #ec971f;
}

/* Standalone comment styling */
.tsumego-comment--standalone {
  margin: 10px 14px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}

.tsumego-comment--standalone:last-child {
  border-bottom: none;
}

/* Comment styling */
.tsumego-comment {
  margin-bottom: 8px;
}

.tsumego-comment__author {
  font-weight: bold;
  display: inline; /* Don't break onto new line, let br handle it */
}

/* Comment text content - ensure consistent spacing */
.commentBox1,
.commentBox2 {
  line-height: 1.5;
}

.tsumego-comment__date,
.tsumego-comment__time {
  font-size: 11px;
  color: #999;
}

/* Go coordinate styling - hover to highlight on board */
.go-coord {
  color: #1e6bb8;
  cursor: help;
  border-bottom: 1px dotted #1e6bb8;
  font-weight: 500;
  padding: 0 2px;
  border-radius: 2px;
  transition: background-color 0.15s ease;
}

.go-coord:hover {
  background-color: rgba(30, 107, 184, 0.2);
  border-bottom-color: transparent;
}

/* Comments inside issues - remove the inner box styling */
.tsumego-issue .sandboxComment {
  background: transparent;
  box-shadow: none;
  padding: 8px 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.tsumego-issue .tsumego-comment:last-child .sandboxComment {
  border-bottom: none;
}

/* Move to Issue link styling */
.moveToIssue {
  display: inline-block;
  margin-top: 5px;
  font-size: 11px;
  color: #888 !important;
  text-decoration: none;
}

.moveToIssue:hover {
  color: #113cd4 !important;
  text-decoration: underline;
}

/* Delete button cleanup - make it look dangerous */
.deleteComment {
  background: transparent;
  border: 1px solid #d33;
  font-size: 11px;
  cursor: pointer;
  padding: 2px 6px;
  margin-top: 3px;
  border-radius: 3px;
  color: #c00;
  transition: background-color 0.15s, color 0.15s;
}

.deleteComment:hover {
  background: #d33;
  color: #fff;
}

/* Make Issue button for standalone comments */
.tsumego-comment__make-issue-btn {
  background: #f0ad4e;
  border: 1px solid #c87f0a;
  color: #fff;
  font-size: 11px;
  cursor: pointer;
  padding: 2px 8px;
  margin-top: 3px;
  margin-left: 5px;
  border-radius: 3px;
  transition: background 0.15s ease;
}

.tsumego-comment__make-issue-btn:hover {
  background: #ec971f;
}

.tsumego-comment__make-issue-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Login prompt */
.tsumego-comments__login-prompt {
  padding: 15px;
  text-align: center;
  color: #717171;
}

.tsumego-comments__login-prompt a {
  color: #113cd4;
}

/* Add Comment form styling */
.tsumego-comments__form {
  margin: 20px 14px;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 8px;
}

.tsumego-comments__form h4 {
  margin: 0 0 10px 0;
  font-size: 14px;
}

.tsumego-comments__form textarea {
  width: 100%;
  min-height: 80px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-family: inherit;
  font-size: 13px;
  box-sizing: border-box;
}

.tsumego-comments__char-counter {
  text-align: right;
  font-size: 11px;
  color: #777;
  margin-top: 2px;
  margin-bottom: 8px;
}

.tsumego-comments__form-actions {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.tsumego-comments__form label {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.tsumego-comments__position-btn {
  background: transparent;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

.tsumego-comments__position-btn:hover {
  background: #eee;
}

.tsumego-comments__position-indicator {
  display: none;
  font-size: 12px;
  color: #2a2;
}

.tsumego-comments__position-indicator a {
  color: #c33;
  margin-left: 5px;
}

.tsumego-comments__submit-btn {
  margin-top: 12px;
  background: #4a90d9;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 13px;
  cursor: pointer;
}

.tsumego-comments__submit-btn:hover {
  background: #3a7bc8;
}

/* Form buttons container */
.tsumego-comments__form-buttons {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}

/* Cancel button */
.tsumego-comments__cancel-btn {
  background: #e0e0e0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 13px;
  cursor: pointer;
}

.tsumego-comments__cancel-btn:hover {
  background: #d0d0d0;
}

/* Move to Issue Dialog */
.tsumego-comments__dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.tsumego-comments__dialog-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  min-width: 300px;
  max-width: 90%;
}

.tsumego-comments__dialog-content h4 {
  margin: 0 0 15px 0;
}

.tsumego-comments__dialog-content select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  margin-bottom: 15px;
}

.tsumego-comments__dialog-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.tsumego-comments__dialog-buttons button {
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}

.tsumego-comments__dialog-buttons button[type="submit"] {
  background: #4a90d9;
  color: white;
  border: none;
}

.tsumego-comments__dialog-buttons button[type="button"] {
  background: #e0e0e0;
  border: 1px solid #ccc;
}

/* Remove from Issue link */
.removeFromIssue {
  color: #c66;
  font-size: 11px;
  text-decoration: none;
  margin-left: 8px;
}

.removeFromIssue:hover {
  color: #a44;
  text-decoration: underline;
}

/* =============================================================================
   Drag & Drop Comment Movement (Admin only)
   ============================================================================= */

/* Drag handle on comments */
.tsumego-comment__drag-handle-cell {
  width: 36px;
  vertical-align: middle;
  padding-right: 8px;
}

.tsumego-comment__drag-handle {
  display: inline-block;
  cursor: grab;
  font-size: 24px;
  color: #999;
  user-select: none;
  padding: 8px 10px;
  border-radius: 4px;
  transition: color 0.15s, background-color 0.15s;
}

.tsumego-comment__drag-handle:hover {
  color: #555;
  background-color: rgba(0, 0, 0, 0.1);
}

.tsumego-comment__drag-handle:active {
  cursor: grabbing;
  color: #333;
}

/* Comment being dragged */
.tsumego-comment--dragging {
  opacity: 0.5;
  transform: rotate(1deg);
}

/* SortableJS ghost (placeholder) */
.tsumego-comment--ghost {
  opacity: 0.3;
  background: #c8ebfb;
}

/* Issue drop overlay - appears over issue during drag */
.tsumego-issue {
  position: relative;
}

.tsumego-issue__drop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(91, 192, 222, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  border-radius: 8px;
  border: 3px dashed #337ab7;
  pointer-events: auto; /* Ensure overlay receives events */
}

.tsumego-issue__drop-overlay span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.tsumego-issue__drop-overlay--active {
  background: rgba(51, 122, 183, 0.9);
  border-color: #fff;
}

/* Source issue overlay - different color for return */
.tsumego-issue__drop-overlay--source {
  background: rgba(240, 173, 78, 0.85);
  border-color: #c87f0a;
}

.tsumego-issue__drop-overlay--source.tsumego-issue__drop-overlay--active {
  background: rgba(200, 127, 10, 0.9);
  border-color: #fff;
}

.tsumego-dnd__issue-dropzone {
  position: relative;
}

/* Drop zones (hidden by default, shown during drag) */
.tsumego-dnd__dropzone {
  margin: 10px 14px;
  padding: 20px;
  border: 2px dashed #aaa;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: #666;
  background: #f9f9f9;
  transition: all 0.15s ease;
}

.tsumego-dnd__dropzone--standalone {
  border-color: #5cb85c;
  background: rgba(92, 184, 92, 0.05);
}

.tsumego-dnd__dropzone--new-issue {
  border-color: #f0ad4e;
  background: rgba(240, 173, 78, 0.05);
}

/* Drop zone hover/active states */
.tsumego-dnd__dropzone--active {
  border-color: #4a90d9;
  background: rgba(74, 144, 217, 0.1);
  color: #333;
}

.tsumego-dnd__dropzone--standalone.tsumego-dnd__dropzone--active {
  border-color: #3d8b3d;
  background: rgba(92, 184, 92, 0.2);
}

.tsumego-dnd__dropzone--new-issue.tsumego-dnd__dropzone--active {
  border-color: #c87f0a;
  background: rgba(240, 173, 78, 0.2);
}

/* Issue drop zone indicator */
.tsumego-dnd__issue-drop-indicator {
  padding: 12px;
  margin-bottom: 8px;
  border: 2px dashed #4a90d9;
  border-radius: 6px;
  text-align: center;
  font-size: 13px;
  color: #4a90d9;
  background: rgba(74, 144, 217, 0.08);
}

/* Issue box when receiving a drop */
.tsumego-issue--drop-target {
  border-color: #4a90d9 !important;
  box-shadow: 0 0 8px rgba(74, 144, 217, 0.3);
}

/* Standalone comment wrapper during drag mode */
.tsumego-comment--standalone.tsumego-dnd--drag-mode {
  border: 2px dashed transparent;
  border-radius: 6px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px;
}

/* Ghost element for sortable */
.sortable-ghost {
  opacity: 0.4;
}

.sortable-chosen {
  background: rgba(74, 144, 217, 0.1);
  border-radius: 4px;
}

/* =============================================================================
   Light Theme Explicit Overrides (reset any inline styles from dark mode toggle)
   ============================================================================= */

body.light-theme .tsumego-issue {
  background: #fafafa !important;
  border-color: #ccc !important;
}

body.light-theme .tsumego-issue__header {
  border-bottom-color: #ddd !important;
}

body.light-theme .tsumego-issue__title {
  color: #333 !important;
}

body.light-theme .tsumego-issue__meta {
  color: #666 !important;
}

body.light-theme .tsumego-comments__form {
  background: #f5f5f5 !important;
  border-color: #ddd !important;
}

body.light-theme .tsumego-comments__form textarea {
  background: #fff !important;
  color: #333 !important;
  border-color: #ccc !important;
}

body.light-theme .tsumego-comments__form h4 {
  color: #333 !important;
}

/* =============================================================================
   Issues Page Styling (/tsumego-issues)
   ============================================================================= */

.issues-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.issues-page__description {
  color: #666;
  margin-bottom: 20px;
}

.issues-page__filters {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.issues-filter {
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  background: #f0f0f0;
  color: #333;
}

.issues-filter--active {
  background: #007bff;
  color: white;
}

.issues-list__item {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  background: white;
}

.issues-list__item--opened {
  border-left: 4px solid #dc3545;
}

.issues-list__item--closed {
  border-left: 4px solid #28a745;
}

.issues-list__item-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.issues-list__badge {
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.badge--opened {
  background: #f8d7da;
  color: #721c24;
}

.badge--closed {
  background: #d4edda;
  color: #155724;
}

.issues-list__title {
  font-weight: bold;
  color: #007bff;
  text-decoration: none;
}

.issues-list__meta {
  color: #666;
  font-size: 14px;
}

.issues-list__meta a {
  color: #007bff;
}

.issues-list__preview {
  color: #444;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 4px;
  margin-bottom: 10px;
}

.issues-list__actions {
  display: flex;
  gap: 10px;
}

.issues-list__empty {
  text-align: center;
  padding: 40px;
}

/* Problem reference header in global issues list */
.issues-list__problem-ref {
  background: #e9ecef;
  padding: 8px 14px;
  margin: 15px 0 0 0;
  border-radius: 6px 6px 0 0;
  font-size: 13px;
  font-weight: bold;
}

.issues-list__problem-ref a {
  color: #007bff;
  text-decoration: none;
}

.issues-list__problem-ref a:hover {
  text-decoration: underline;
}

/* When issue.ctp is used inside issues-list, adjust its margins */
.issues-list .tsumego-issue {
  margin: 0 0 20px 0;
  border-radius: 0 0 6px 6px;
}

.issues-page__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.pagination-link {
  display: inline-block;
  padding: 6px 12px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
}

.pagination-link:hover {
  background: #e9e9e9;
  border-color: #ccc;
  text-decoration: none;
}

.pagination-link--active {
  background: #4a90d9;
  border-color: #3a7cbd;
  color: #fff;
  font-weight: bold;
}

.pagination-link--disabled {
  background: #f5f5f5;
  border-color: #eee;
  color: #aaa;
  cursor: not-allowed;
}

.pagination-ellipsis {
  display: inline-block;
  padding: 6px 8px;
  color: #666;
}

@media screen and (max-width: 1230px) {}

@media screen and (max-width: 1160px) {}

@media screen and (max-width: 1130px) {}



/* =============================================================================
   Tsumego Comments & Issues - Dark Theme Overrides
   NOTE: Using body.dark-theme prefix so these styles ONLY apply when dark mode
   is active (not just when dark.css is loaded). This allows proper toggling.
   ============================================================================= */

/* Issue box - darker background with subtle border */
body.dark-theme .tsumego-issue {
  background: linear-gradient(#3a3a3a, #2a2a2a);
  border-color: #555;
}

body.dark-theme .tsumego-issue--opened {
  border-color: #c9302c;
  border-left-color: #d9534f;
}

body.dark-theme .tsumego-issue--closed {
  border-color: #449d44;
  border-left-color: #5cb85c;
}

body.dark-theme .tsumego-issue__header {
  border-bottom-color: #444;
}

body.dark-theme .tsumego-issue__title {
  color: #f0f0f0;
}

body.dark-theme .tsumego-issue__title a {
  color: #6db3f2;
}

body.dark-theme .tsumego-issue__title a:hover {
  color: #9dd0ff;
}

body.dark-theme .tsumego-issue__badge.status--opened {
  background: #5a2a2a;
  color: #ff6b6b;
}

body.dark-theme .tsumego-issue__badge.status--closed {
  background: #2a4a2a;
  color: #6bff6b;
}

body.dark-theme .tsumego-issue__meta {
  color: #999;
}

/* Standalone comments separator */
body.dark-theme .tsumego-comment--standalone {
  border-bottom-color: #444;
}

/* Comments Toggle Header - dark theme */
body.dark-theme .tsumego-comments__toggle {
  color: #ccc;
}

body.dark-theme .tsumego-comments__toggle:hover {
  color: #7cb3ff;
}

/* Tab navigation - dark theme */
body.dark-theme .tsumego-comments__tab {
  background: #3a3a3a;
  border-color: #555;
  color: #ccc;
}

body.dark-theme .tsumego-comments__tab.active {
  background: #555;
  border-color: #666;
  color: #fff;
}

body.dark-theme .tsumego-comments__tab:hover:not(.active) {
  background: #444;
}

/* Empty tab dark theme */
body.dark-theme .tsumego-comments__tab--empty {
  color: #777;
  background: #2a2a2a;
  border-color: #444;
}

body.dark-theme .tsumego-comments__tab--empty:hover {
  background: #333;
}

/* Buttons in dark theme */
body.dark-theme .btn--success {
  background: #449d44;
}

body.dark-theme .btn--success:hover {
  background: #398439;
}

body.dark-theme .btn--warning {
  background: #ec971f;
}

body.dark-theme .btn--warning:hover {
  background: #d58512;
}

/* Dark theme highlight animation for hash anchor scroll */
/* Dark mode: white/light highlight on dark background */
body.dark-theme .tsumego-issue--highlight {
  animation: issue-highlight-dark 2s ease-out;
}

@keyframes issue-highlight-dark {
  0% {
    background: linear-gradient(#666, #555);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
  }
  100% {
    background: linear-gradient(#3a3a3a, #2a2a2a);
    box-shadow: none;
  }
}

/* Login prompt */
body.dark-theme .tsumego-comments__login-prompt {
  color: #999;
}

body.dark-theme .tsumego-comments__login-prompt a {
  color: #70ddff;
}

/* Comments inside issues - dark theme */
body.dark-theme .tsumego-issue .sandboxComment {
  background: transparent;
  box-shadow: none;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* Move to Issue link - dark theme */
body.dark-theme .moveToIssue {
  color: #888 !important;
}

body.dark-theme .moveToIssue:hover {
  color: #70ddff !important;
}

/* Delete button - dark theme */
body.dark-theme .deleteComment {
  color: #ff6b6b;
  border-color: #ff6b6b;
}

body.dark-theme .deleteComment:hover {
  background: #ff4444;
  color: #fff;
  border-color: #ff4444;
}

/* Make Issue button - dark theme */
body.dark-theme .tsumego-comment__make-issue-btn {
  background: #c87f0a;
  border-color: #a66508;
}

body.dark-theme .tsumego-comment__make-issue-btn:hover {
  background: #ec971f;
}

/* Add Comment form - dark theme */
body.dark-theme .tsumego-comments__form {
  background: #3a3a3a;
}

body.dark-theme .tsumego-comments__form h4 {
  color: #f0f0f0;
}

body.dark-theme .tsumego-comments__form textarea {
  background: #2a2a2a;
  border-color: #555;
  color: #f0f0f0;
}

body.dark-theme .tsumego-comments__form textarea:focus {
  border-color: #70ddff;
  outline: none;
}

body.dark-theme .tsumego-comments__form textarea::placeholder {
  color: #888;
}

body.dark-theme .tsumego-comments__form label {
  color: #ccc;
}

body.dark-theme .tsumego-comments__position-btn {
  background: #444;
  border-color: #666;
  color: #ccc;
}

body.dark-theme .tsumego-comments__position-btn:hover {
  background: #555;
}

body.dark-theme .tsumego-comments__submit-btn {
  background: #4a90d9;
}

body.dark-theme .tsumego-comments__submit-btn:hover {
  background: #5aa0e9;
}

/* Cancel button - dark theme */
body.dark-theme .tsumego-comments__cancel-btn {
  background: #555;
  border-color: #666;
  color: #f0f0f0;
}

body.dark-theme .tsumego-comments__cancel-btn:hover {
  background: #666;
}

/* Go coordinate - dark theme */
body.dark-theme .go-coord {
  color: #6db3f2;
  border-bottom-color: #6db3f2;
}

body.dark-theme .go-coord:hover {
  background-color: rgba(109, 179, 242, 0.25);
  border-bottom-color: transparent;
}

/* Move to Issue Dialog - dark theme */
body.dark-theme .tsumego-comments__dialog-content {
  background: #3a3a3a;
  color: #f0f0f0;
}

body.dark-theme .tsumego-comments__dialog-content select {
  background: #2a2a2a;
  border-color: #555;
  color: #f0f0f0;
}

body.dark-theme .tsumego-comments__dialog-buttons button[type="button"] {
  background: #555;
  border-color: #666;
  color: #f0f0f0;
}

/* Remove from Issue link - dark theme */
body.dark-theme .removeFromIssue {
  color: #e88;
}

body.dark-theme .removeFromIssue:hover {
  color: #faa;
}

/* Issue reply button and form - dark theme */
body.dark-theme .tsumego-issue__reply-toggle {
  border-top-color: #555;
}

body.dark-theme .tsumego-issue__reply-btn {
  color: #aaa;
  border-color: #666;
}

body.dark-theme .tsumego-issue__reply-btn:hover {
  background: #444;
  border-color: #888;
  color: #ddd;
}

body.dark-theme .tsumego-issue__reply-form {
  background: #333;
  border-top-color: #444;
}

body.dark-theme .tsumego-issue__reply-form textarea {
  background: #2a2a2a;
  border-color: #555;
  color: #f0f0f0;
}

body.dark-theme .tsumego-issue__reply-form textarea:focus {
  border-color: #70ddff;
  outline: none;
}

body.dark-theme .tsumego-issue__reply-form textarea::placeholder {
  color: #888;
}

body.dark-theme .tsumego-issue__reply-actions button[type="button"] {
  background: #555;
  border-color: #666;
  color: #f0f0f0;
}

body.dark-theme .tsumego-issue__reply-actions button[type="button"]:hover {
  background: #666;
}

/* =============================================================================
   Issues Page (/tsumego-issues) - Dark Theme
   ============================================================================= */

body.dark-theme .issues-page__description {
  color: #999;
}

body.dark-theme .issues-filter {
  background: #3a3a3a;
  color: #ccc;
}

body.dark-theme .issues-filter--active {
  background: #007bff;
  color: white;
}

body.dark-theme .issues-list__item {
  border-color: #555;
  background: linear-gradient(#3a3a3a, #2a2a2a);
  color: #f0f0f0;
}

body.dark-theme .issues-list__item--opened {
  border-left-color: #dc3545;
}

body.dark-theme .issues-list__item--closed {
  border-left-color: #28a745;
}

body.dark-theme .badge--opened {
  background: #5a2a2a;
  color: #ff6b6b;
}

body.dark-theme .badge--closed {
  background: #2a4a2a;
  color: #6bff6b;
}

body.dark-theme .issues-list__meta {
  color: #999;
}

body.dark-theme .issues-list__preview {
  background: #2a2a2a;
  color: #ccc;
}

body.dark-theme .issues-list__empty {
  color: #999;
}

body.dark-theme .pagination-link {
  background: #3a3a3a;
  border-color: #555;
  color: #ccc;
}

body.dark-theme .pagination-link:hover {
  background: #4a4a4a;
  border-color: #666;
}

body.dark-theme .pagination-link--active {
  background: #4a90d9;
  border-color: #3a7cbd;
  color: #fff;
}

body.dark-theme .pagination-link--disabled {
  background: #2a2a2a;
  border-color: #3a3a3a;
  color: #555;
}

body.dark-theme .pagination-ellipsis {
  color: #777;
}

/* Ensure button colors work in dark mode */
body.dark-theme .btn--success,
body.dark-theme .btn--warning {
  color: white !important;
}


#darkButtonImage
{
	content: var(--dark-button-icon);
	width:30px;
}
#darkButtonImage2
{
	content: var(--dark-button-icon);
	width:30px;
}
#darkButtonImage3
{
	content: var(--dark-button-icon);
	width:30px;
}
.grey-link { color: var(--text-softer-color); }
.grey-text { color: var(--text-softer-color); }

.tooltip-box
{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 1000;
	pointer-events: none;
}

.paginator-link
{
	display:inline-block;
	margin:0 2px;
	padding:5px 10px;
	border:1px solid #ccc;
	text-decoration:none;
	color: var(--paginator-button-text-color);
	border-radius:3px;
}

.active-paginator-link
{
	display:inline-block;
	margin:0 2px;
	padding:5px 10px;
	background: var(--active-paginator-button-background-color);
	color: var(--active-paginator-button-text-color);
	border:1px solid #333;
	border-radius:3px;
}

.paginator-info
{
	color: var(--paginator-info-text-color);
	margin-right:10px;
}

.admin-text { color: var(--admin-text-color); }

.userInfoContainerRow1
{
	width:100%;
	height:138px;
	margin: 0 4px;
}

.userInfoContainerRow2
{
	width:100%;
	height:254px;
	margin: 0 4px;
}

.userStatsGreen
{
	float:left;
	border: 3px solid #74d14c;
	margin:2px;
	width:310px;
	height:148px;
}

.userStatsPurple
{
	float:left;
	border: 3px solid #caa8d8;
	margin:2px;
	width:310px;
	height:205px;
}

.timeGraph
{
	max-width: 650px;
	margin: 12px auto;
	padding-top: 20px;
	padding-left: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 22px 35px -16px rgba(0, 0, 0, 0.1);
}

/* Loading Spinner */
.loading-spinner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	gap: 15px;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #717171;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.loading-spinner p {
	margin: 0;
	color: #666;
	font-size: 14px;
	font-family: Georgia, serif;
}

/* Error Message */
.error-message {
	padding: 20px;
	margin: 20px 14px;
	background: #fee;
	border: 2px solid #fcc;
	border-radius: 8px;
	text-align: center;
}

.error-message p {
	margin: 0 0 15px 0;
	color: #c33;
	font-size: 14px;
}

.error-message button {
	padding: 8px 16px;
	background: #c33;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 13px;
}

.error-message button:hover {
	background: #a11;
}

/* Skeleton Loading States */
.skeleton-wrapper {
	animation: skeleton-fade-in 0.2s ease-in;
}

@keyframes skeleton-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

.skeleton-element {
	background: linear-gradient(
		90deg,
		#f0f0f0 25%,
		#e0e0e0 50%,
		#f0f0f0 75%
	);
	background-size: 200% 100%;
	animation: skeleton-shimmer 1.5s infinite;
	display: inline-block;
}

@keyframes skeleton-shimmer {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

/* Skeleton wrappers preserve spacing */
.skeleton-wrapper .tsumego-comment,
.skeleton-wrapper .tsumego-issue {
	pointer-events: none;
	user-select: none;
}

/* Error Boundary */
.error-boundary {
	padding: 30px;
	margin: 20px 14px;
	background: #fee;
	border: 3px solid #c33;
	border-radius: 8px;
	text-align: center;
}

.error-boundary__content h3 {
	margin: 0 0 10px 0;
	color: #c33;
	font-size: 18px;
}

.error-boundary__content p {
	margin: 0 0 20px 0;
	color: #666;
	font-size: 14px;
}

.error-boundary__reload {
	padding: 10px 20px;
	background: #c33;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

.error-boundary__reload:hover {
	background: #a11;
}

.error-boundary__details {
	margin-top: 20px;
	text-align: left;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.error-boundary__details summary {
	cursor: pointer;
	color: #666;
	font-size: 12px;
	padding: 5px;
}

.error-boundary__details pre {
	margin: 10px 0 0 0;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow-x: auto;
	font-size: 11px;
	color: #c33;
}
/* Loading Spinner */
.spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  margin-right: 6px;
  vertical-align: middle;
}

@keyframes spin {
to { transform: rotate(360deg); }
}

.quote-pick-all {
  font-size: 14px;
  position: absolute;
}

.quote-pick-01 .quote1,
.user-pick-q01 {
  color: white !important;
}

.quote-pick-01 {
  top: 288px;
  left: 100px;
}

.user-pick-q01 {
  left: 316px;
  top: 172px;
  font-family: Comic Sans MS, Times New Roman, verdana;
}

.quote-pick-02 .quote1,
.user-pick-q02 {
  color: #fdfdfd !important;
}

.quote-pick-02 {
  top: 288px;
  left: 100px;
}

.user-pick-q02 {
  left: 316px;
  top: 106px;
  font-family: Impact, Times New Roman, verdana;
}

.quote-pick-03 .quote1,
.user-pick-q03 {
  color: #e05d8f !important;
}

.quote-pick-03 {
  top: 288px;
  left: 100px;
}

.user-pick-q03 {
  left: 316px;
  top: 89px;
  font-family: Lucida Console, Times New Roman, verdana;
}

.quote-pick-04 .quote1,
.user-pick-q04 {
  color: #fdfdfe !important;
}

.quote-pick-04 {
  top: 288px;
  left: 100px;
}

.user-pick-q04 {
  left: 316px;
  top: 189px;
  font-weight: bold;
  font-family: Baskerville, Times New Roman, verdana;
}

.quote-pick-05 .quote1,
.user-pick-q05 {
  color: #fdfdfe !important;
}

.quote-pick-05 {
  top: 288px;
  left: 100px;
}

.user-pick-q05 {
  left: 316px;
  top: 121px;
  font-size: 22px !important;
  font-weight: bold;
  font-family: Geneva, Times New Roman, verdana;
}

.quote-pick-06 .quote1,
.user-pick-q06 {
  color: #ad935e !important;
}

.quote-pick-06 {
  top: 288px;
  left: 100px;
}

.user-pick-q06 {
  left: 316px;
  top: 151px;
  font-weight: bold;
  font-family: Comic Sans MS, Times New Roman, verdana;
}

.quote-pick-07 .quote1,
.user-pick-q07 {
  color: #fce1c2 !important;
}

.quote-pick-07 {
  top: 288px;
  left: 100px;
}

.user-pick-q07 {
  left: 342px;
  top: 113px;
  font-weight: bold;
  font-family: Comic Sans MS, Times New Roman, verdana;
}

.quote-pick-08 .quote1,
.user-pick-q08 {
  color: black !important;
}

.quote-pick-08 {
  top: 288px;
  left: 100px;
}

.user-pick-q08 {
  left: 300px;
  top: 22px;
  font-weight: bold;
  font-family: Garamond, Times New Roman, verdana;
}

.quote-pick-09 .quote1,
.user-pick-q09 {
  color: white !important;
}

.quote-pick-09 {
  top: 288px;
  left: 100px;
}

.user-pick-q09 {
  left: 318px;
  top: 53px;
  font-family: Helvetica, Times New Roman, verdana;
}

.user-pick-q10 {
  color: #fed487 !important;
}

.quote-pick-10 .quote1 {
  color: #302f2d !important;
}

.quote-pick-10 {
  top: 288px;
  left: 100px;
}

.user-pick-q10 {
  left: 317px;
  top: 153px;
  font-weight: bold;
  font-family: Helvetica, Times New Roman, verdana;
}

.quote-pick-11 .quote1,
.user-pick-q11 {
  color: #fbcc5f !important;
}

.quote-pick-11 {
  top: 288px;
  left: 100px;
}

.user-pick-q11 {
  left: 321px;
  top: 125px;
  font-size: 15px;
  font-family: Helvetica, Times New Roman, verdana;
}

.quote-pick-12 .quote1,
.user-pick-q12 {
  color: #b83330 !important;
}

.quote-pick-12 {
  top: 288px;
  left: 100px;
}

.user-pick-q12 {
  left: 321px;
  top: 145px;
  font-family: Helvetica, Times New Roman, verdana;
}

.quote-pick-13 .quote1,
.user-pick-q13 {
  color: white !important;
}

.quote-pick-13 {
  top: 288px;
  left: 100px;
}

.user-pick-q13 {
  left: 321px;
  top: 118px;
  font-family: Helvetica, Times New Roman, verdana;
}

.user-pick-q96 {
  left: 280px;
  top: 130px;
  font-family: Helvetica, Times New Roman, verdana;
  color: black !important;
}

.user-pick-q97 {
  left: 321px;
  top: 128px;
  font-family: Helvetica, Times New Roman, verdana;
}

.user-pick-q99 {
  left: 321px;
  top: 210px;
  font-family: Helvetica, Times New Roman, verdana;
}