@font-face {
  font-family: "Nimbus Sans L Roman Regular";
  src: url("../../../assets/fonts/nimbus/nimbus-sans-l.regular.otf");
}
@font-face {
  font-family: "Nimbus Sans L Roman Bold";
  src: url("../../../assets/fonts/nimbus/nimbus-sans-l.regular.otf");
}
@font-face {
    font-family: 'Hanson';
    src: url('../fonts/Hanson-Bold-5.eot');
    src: url('../fonts/Hanson-Bold-5.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Hanson-Bold-5.woff2') format('woff2'),
         url('../fonts/Hanson-Bold-5.woff') format('woff'),
         url('../fonts/Hanson-Bold-5.ttf')  format('truetype'),
         url('../fonts/Hanson-Bold-5.svg#Hanson') format('svg');
  }
body {
  background-color: #111;
  color: #ccc;
  font-family: "Nimbus Sans L Roman Regular", Inter, sans-serif;
  font-size: 150%;
  font-weight: 400;
}
b {
  font-family: "CRT", sans-serif;
}
::selection {
  background-color: rgba(220, 20, 60, 0.466);
  color: #fff;
}
::-webkit-scrollbar {
  background-color: #60091a;
}
::-webkit-scrollbar-thumb {
  background-color: #dc143c;
}
b {
  font-weight: 700;
}
main {
  width: 100%;
}
p {
  line-height: 1.5;
  text-align: left;
}
.main-title {
    font-family: 'Hanson';
    text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-bottom: 7px solid #dc143c;
  padding-bottom: 30px;
}
.head-small {
  font-size: 20pt;
  font-weight: 400;
  letter-spacing: 5px;
  opacity: 1;
  text-shadow: 0 0 20px #dc143c;
}
.step {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 60px;
  color: #fff;
}
.step::after {
  content: "";
  height: 3px;
  background-color: currentColor;
  display: block;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  opacity: 0.5;
}
.txt-inp {
  background: 0 0;
  border: 0;
  border-bottom: 1.5px solid #ccc;
  outline: 0;
  color: #dc143c;
  font-weight: 700;
  font-family: Inter, sans-serif;
  margin: 0 5px;
  font-size: 17pt;
}
.txt-inp:active,
.txt-inp:focus {
  border-color: #dc143c;
}
p.has-hint {
  margin-bottom: 5px !important;
}
.beta {
  padding: 2px 6px;
  background-color: #dc8f14;
  border-radius: 4px;
  font-size: 11pt;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.name-beta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.name-beta label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
input.task {
  background-color: #333;
  color: #ccc;
  border: 0;
}
.task {
  padding: 10px;
  background-color: #333;
  color: #ccc;
}
.color-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  gap: 10px;
}
#colorpicker {
  height: 100px;
  padding: 5px;
  margin: 0;
  width: 100%;
  border: 0;
  background-color: #333;
  box-sizing: border-box;
}
#hexcolor {
  padding: 15px 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 15pt;
  font-family: inherit;
}
.dark {
  display: flex;
  align-items: center;
  background: #36393f;
  border-radius: 6px;
  width: 100%;
}
.light {
  display: flex;
  align-items: center;
  background: #fff;
  color: #4f5660;
  border-radius: 6px;
  width: 100%;
}
.blackout {
  display: flex;
  align-items: center;
  background: #000;
  color: #ccccc7;
  border-radius: 6px;
  width: 100%;
}
.user {
  display: flex;
  flex-direction: column;
  gap: 8.5px;
}
.username {
  font-size: 18pt;
  font-weight: 700;
}
.msg-time {
  font-size: 10pt;
  opacity: 0.8;
  font-weight: 300;
  position: relative;
  left: 5px;
  color: #ccc !important;
}
.chats {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 4;
  gap: 10px;
}
.ping {
  padding: 2px;
  border-radius: 3px;
  background: rgba(110, 133, 210, 0.3);
  color: #dfe0fb;
}
.everyone-dark {
  background-color: #463e4d;
  color: #d170c6;
  padding: 2px;
  border-radius: 3px;
}
.everyone-light {
  background-color: #fbf0f9;
  color: #d170c6;
  padding: 2px;
  border-radius: 3px;
}
.avatar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar img {
  width: 100px;
  border-radius: 50%;
  transform: scale(0.7);
}
.message {
  font-size: 87%;
}
.profile {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #18191c;
  border-radius: 7px;
  height: calc(675px + 40px) !important;
}
.profile-banner {
  background: url("../img/a_74245ef3b9ca01d1546119c72572a2bf.gif") center center
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
  border-radius: 7px 7px 0 0;
}
.profile-picture {
  position: relative;
  top: -70px;
  padding-left: 10px;
  display: block;
}
.profile-picture img {
  border-radius: 50%;
  border: 10px solid #18191c;
  width: 105px !important;
}
.online {
  position: relative;
  background: #3ea25e;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 5px solid #18191c;
  display: inline-block;
  left: -40px;
  top: -10px;
}
.custom-name {
  margin: 0;
  color: #fff;
}
.global-name {
  margin: 0;
  font-weight: 400;
}
.previewer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  user-select: none;
}
.profile-contents {
  position: relative;
  top: -98px;
  padding: 20px;
}
.profile-div {
  border: 0;
  border-top: 1px solid rgba(79, 84, 92, 0.48);
  margin: 20px 0 12px 0;
}
.profile-subhead {
  text-transform: uppercase;
  margin: 0;
  font-size: 65%;
  margin-bottom: 5px;
}
.about-me-txt {
  margin: 0;
  font-size: 75%;
  margin-bottom: 20px;
}
.role-wrap {
  display: flex;
  flex-direction: row;
  gap: 7px;
  margin-bottom: 25px;
}
#note {
  display: block;
  width: 100%;
  height: 80px;
  background: #202225;
  border: 0;
  outline: 0;
  resize: none;
  font-family: inherit;
  padding: 5px;
  box-sizing: border-box;
  color: #ccc;
  border-radius: 4px;
}
.role {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4.5px 10px;
  border-radius: 5px;
  background: #292b2f;
  gap: 8px;
  flex-shrink: 1;
}
.role-dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
}
.role-name {
  font-size: 70%;
  display: flex;
  align-items: center;
}
.btn {
  padding: 20px 0;
  font-size: 18pt;
  font-family: inherit;
  border: 0;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: background-color 150ms ease-out;
  width: 100%;
  border-radius: 7px;
}
.example {
  padding: 4px 8px;
  border-radius: 3.5px;
  font-size: 12pt;
  font-family: inherit;
  border: 0;
  background-color: #0a782d;
  font-weight: 700;
  color: #fff;
  user-select: none;
}
.btn:hover {
  background-color: #2957ac;
  transition: background-color 150ms ease-out;
}
.success {
  background-color: #0a782d;
}
.success:hover {
  background-color: #3ea25e;
}
.failed {
  background-color: #930b27;
}
.failed:hover {
  background-color: #dc143c;
}
.btn-hint {
  font-size: 14pt;
  text-align: center;
}
.btnwrap {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  gap: 20px;
}
.spacer-large {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.spotify-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.songname {
  margin: 0;
  font-size: 15pt;
}
.song-sub {
  font-size: 11.5pt;
}
.song {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.spotify {
  margin-bottom: 15px;
}
.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notice {
  padding: 1rem 2rem;
  font-size: 14pt;
  display: flex;
  flex-direction: row;
  line-height: 1.5 !important;
  border-radius: 7px;
}
.notice-icon {
  padding-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notice-urgent {
  border-left: 7px solid #dc143c;
  background-color: rgba(220, 20, 60, 0.155);
}
.notice-head {
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
}
.fa-exclamation-circle {
  font-size: 52pt;
}
@media only screen and (min-width: 600px) {
  main {
    width: 1000px;
    margin: 0 auto;
    display: block;
  }
  .previewer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
  }
  p {
    line-height: 1.5;
    text-align: justify;
  }
  .spacer-large {
    display: block;
  }
}
