/* Sylesheet copyright Alexiuz AS */
body {
  background-color: #070d14;
  background-color: #000;
  color: #819cb6;
  text-align: center;
  font-family: monospace;
  font-size: 16px;
  cursor: default;
  margin: 0;
  padding: 0;
}
h1 {
  width: 635px;
  max-width: 90%;
  height: auto;
  margin: 35px auto 10px;
}
h1, h2, h3 {
  color: #f0f0f0;
  text-align: center;
}
a, a:visited {
  color: #ff9edc;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
#site-wrap {
  width: 960px;
  max-width: 95%;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}
#header-wrap {
  float: left;
  width: 100%;
}
.page-wrap {
  float: left;
  width: 100%;
}
.projects-wrap {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project {
  width: 550px;
  border-radius: 5px;
  border: 1px solid #1d304a;
  padding: 15px 25px;
  margin: 0 0 25px;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.project h3 {
  margin: 5px 0 15px 0;
}
.project h3 a {
  text-decoration: none;
}
.project h3 a:hover {
  text-decoration: underline;
}
/* Dashboard */
.dashboard-menu {
  text-align: center;
}
label {
  float: left;
  cursor: pointer;
}
input, textarea, select {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #142945;
  background: none;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
textarea {
  height: 100px;
}
input:focus, textarea:focus, select:focus {
  outline: none;
}
option {
  background: #08101a;
}
form {
  color-scheme: dark;
}
.editor-left-right-wrap, .editor-split-wrap {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1%;
}
.editor-split-wrap.three {
  grid-template-columns: 1fr 1fr 1fr;
}
::placeholder {
  color: inherit;
  opacity: 0.5;
}
fieldset {
  border: none;
}
legend {
  font-size: 19px;
  padding-inline-start: 5px;
  padding-inline-end: 5px;
  padding: 0;
  color: #f0f0f0;
  font-weight: bold;
}
#editor-lists {
  float: left;
  width: 100%;
  height: 550px;
  margin-top: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
}
button {
  font-family: monospace;
}
#save-form-btn {
  background-color: #000;
  background-color: rgb(0 0 0 / 62%);
  border: none;
}
#search-result-wrap {
  float: left;
  width: 100%;
}
.editor-right .checkboxes label {
  text-align: left;
  margin: 2px 0 2px 30px;
  width: calc(100% - 30px);
}
#editor-item-list {
  float: left;
  width: 100%;
  max-height: 357px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#editor-item-list-latest {
  max-height: 265px;
  float: left;
  overflow: scroll;
}
.checkboxes label {
  float: left;
  clear: left;
  cursor: pointer;
  position: relative;
  color: #819cb6;
  margin: 0 20px 2px 20px;
  width: 100%;
  text-align: right;
  box-sizing: border-box;
  font-size: 16px;
}
.sidebar label::before, .checkboxes label::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -25px;
  width: 18px;
  height: 18px;
  background-color: #142945;
  border-radius: 20px;
  border: 0px solid #142945;
  pointer-events: none;
  transition: all 0.25s linear;
}
.editor-right .checkboxes label::before {
  right: unset;
  left: 0;
}
.checkboxes label::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -25px;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background: none;
  pointer-events: none;
  transition: all 0.15s linear;
}
.editor-right .checkboxes label::after {
  left: 0px;
  right: unset;
}
.add-new fieldset label input {
  position: absolute;
}
.sidebar label input, .checkboxes label input {
  margin: 0 5px 0 0;
  visibility: hidden;
  width: 15px;
}
.editor-list-item {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
.editor-list-item label {
  cursor: pointer;
}
button.default-btn.move-up, button.default-btn.move-down {
  width: 25px;
  height: 25px;
  padding: 0;
  text-align: center;
  display: flex;
  color: inherit;
  margin: 0 0 0 10px;
  align-items: center;
  justify-content: center;
}
#editor-save-btn {
  clear: left;
}
#editor-item-list a {
  float: left;
  clear: left;
}
.hidden {
  display: none;
}
.full-width {
  float: left;
  width: 100%;
}
button {
  background-color: #142945;
  border: 0px solid #1d304a;
  padding: 7px 14px;
  border-radius: 5px;
  color: inherit;
  cursor: pointer;
    transition:color 0.25s linear;
}
button:hover {
  text-decoration: underline;
    color:#f0f0f0;
}
#footer {
  float: left;
  width: 100%;
  text-align: center;
}
/* User Profiles */
.profile-game-logo {
margin:0;
}
.profile-game-logo svg {
    width: 180px;
    height: auto;
}
