* {
  margin: 0;
  padding: 0;
}
html {
  background: #0F0E1C;
}
html,
html body {
  margin: auto;
  font-family: 'Viga', sans-serif;
  font-size: clamp(14px, 1.375rem, 18px);
  line-height: 150%;
  background: radial-gradient(circle, #0a1027 30%, #0c0e1f 87%);
  height: 100vh;
}
@font-face {
  font-family: Viga;
  src: url('/static/fonts/viga/Viga-Regular.ttf');
}
@font-face {
  font-family: sourceSansPro;
  src: url('/static/fonts/source-sans-pro/SourceSansPro-Regular.otf');
}
@font-face {
  font-family: bebasNeue;
  src: url('/static/fonts/bebas-neue/BebasNeue-Regular.ttf');
}
@font-face {
  font-family: manrope;
  src: url('/static/fonts/manrope/Manrope-VariableFont_wght.ttf');
}
@font-face {
  font-family: sfPro;
  src: url('/static/fonts/sf-pro/SF-Pro.ttf');
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
  display: block;
  font-family: 'manrope', sans-serif;
  color: #C07FEC;
}
h1 {
  font-size: 18px;
}
h2 {
  margin-top: 20px;
  font-size: 15pt;
}
h2.header {
  font-size: 18px;
  color: #193366;
  font-weight: normal;
}
h3 {
  font-size: 16pt;
}
h3.header {
  font-size: 16px;
  font-weight: normal;
  padding: 2px;
  margin-top: 4px;
}
.txt_pink {
  color: #ae59b6;
}
.txt_green {
  color: #6ce05c;
}
.txt_purple {
  color: #1E8ED1;
}
.txt_bold {
  font-weight: bold;
}
.txt_bright_blue {
  color: #2ffdbe;
}
a,
a:link,
a:active,
a:hover,
a:visited {
  color: #91a6ba;
  font-weight: 1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.secondary-link {
  color: #6ce05c;
}
a.secondary-link i {
  color: #90b4eb;
  text-decoration: underline;
  font-weight: normal;
  font-style: normal;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
div#container {
  z-index: 10;
  display: block;
  color: #35B1C3;
  border-radius: 12px;
  background: #131326;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.25);
}
div#page_container {
  padding: 1rem 2.5rem 2.5rem;
  border-radius: 12px;
  margin: auto;
}
div.form-success {
  background-color: #4a7f11;
  border-color: #03c200;
}
body #master_container {
  max-width: 1440px;
  min-width: 1024px;
  margin: auto;
  flex-direction: column;
}
@media screen and (max-width: 1443px) {
  body #master_container {
    max-width: 1437px;
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }
}
body.naked-container {
  box-shadow: inset 0px 0px 100px 0px #07050b;
  padding: 0px;
}
body.naked-container div#container {
  box-shadow: none;
  border-radius: 0px;
  min-width: auto;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
}
body.naked-container div#container #page_container {
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0px 0px 40px 10px #0c0a13;
  background: #131326;
  border: solid 1px #5D317D;
  margin: auto;
}
@media screen and (max-width: 400px) {
  body {
    padding: 0px;
  }
}
header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: left;
  min-width: 1024px;
}
header a:link,
header a:visited,
header a:active,
header a:hover {
  color: #85D4F0;
}
header > a.logo_wrapper:hover {
  text-decoration: none !important;
}
header .logo_wrapper {
  width: 90px;
  height: 80px;
  padding-right: 1em;
  display: flex;
  background: url('/static/cloudmouth.png') 0% 50% no-repeat;
  background-size: contain;
  margin-top: 1em;
  margin-bottom: 1.5em;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-left: 130px;
  min-width: 210px;
}
header .logo_wrapper h1 {
  flex: 1;
}
header .logo_wrapper span {
  flex: 2;
}
header h1 {
  font-family: manrope;
  font-size: 16pt;
  font-style: normal;
  font-weight: normal;
  margin-top: 0.15em;
}
header .tagline {
  flex: 1;
  vertical-align: middle;
  color: #00b5b5;
  padding-top: 0.2em;
  margin-left: 1.5em;
}
header .tagline > h1 {
  font-size: 23pt;
  line-height: 130%;
  font-family: viga;
  color: #9F287E;
}
header .tagline > h1 span.a {
  color: #CE32A4;
}
header .tagline > h1 span.b {
  color: #1E8ED1;
}
header .tagline > span {
  display: flex;
  align-items: flex-start;
  font-family: viga;
}
header > ul#top_nav {
  list-style-type: none;
  z-index: 9;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-evenly;
  align-items: end;
  column-gap: 1em;
  position: relative;
}
header > ul#top_nav > li {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: solid 1px transparent;
  border-bottom: 0px solid transparent;
  color: #ae59b6;
  display: block;
  position: relative;
}
header > ul#top_nav > li > nav-item {
  margin: 0.6rem 1.5rem 0.6rem 0.25rem;
  display: block;
}
header > ul#top_nav > li > nav-item > img {
  margin-bottom: -9px;
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
}
header > ul#top_nav > li:last-child ul.subnav {
  right: -1px;
}
header > ul#top_nav > li:first-child ul.subnav {
  left: 0;
}
header > ul#top_nav > li > ul.subnav {
  display: none;
  border-top: solid 1px #5D317D;
  list-style-type: none;
  background: #1F1F3A;
  font-family: sourceSansPro;
  font-size: 14pt;
  box-shadow: 0 0.5em 10px 0px rgba(0, 0, 0, 0.55);
  border-radius: 12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-bottom: 0.5em;
  position: absolute;
  min-width: 250px;
  margin-left: -1px;
}
header > ul#top_nav > li > ul.subnav:hover {
  display: block;
}
header > ul#top_nav > li > ul.subnav > li {
  padding: 0.44rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
header > ul#top_nav > li > ul.subnav > li::before {
  content: '';
  display: inline-block;
  width: 20px;
}
header > ul#top_nav > li > ul.subnav > li:hover {
  background: rgba(23, 21, 40, 0.7);
  border-radius: 0;
}
header > ul#top_nav > li > ul.subnav > li:hover::before {
  content: '•';
}
header > ul#top_nav > li:hover {
  background: #0F081C linear-gradient(90deg, #2C1239 0%, #1A183C 95%);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: #ae59b6;
  border: solid 1px #5D317D;
  border-bottom: solid 0px transparent;
}
header > ul#top_nav > li:hover > ul.subnav {
  display: block;
}
footer {
  width: 100%;
  background: #0D0611;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-bottom: 1em;
}
footer .background-mask {
  margin: auto;
  padding: 2.5rem;
}
footer .width-master.panels {
  font-family: sourceProSans, sans-serif;
  flex-wrap: nowrap;
  display: flex;
  margin: auto;
  margin-left: 4rem;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
}
footer .width-master.panels .panel {
  flex-grow: 5;
  flex: 5;
  flex-shrink: 3;
  flex-basis: fit-content;
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
}
footer .width-master.panels .panel ul {
  list-style-type: none;
}
footer .width-master.panels .panel .header {
  color: #ae59b6;
}
p.copyright {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: normal;
  font-size: 11pt;
  display: block;
  margin-top: 0.5em;
  text-align: center;
  color: #ccc;
}
.user-bar > nav {
  display: grid;
  position: relative;
  grid-template-columns: auto 1fr;
}
.user-bar > nav .upload-btn {
  display: block;
  margin-top: 0.4rem;
  margin-left: 0.5em;
  color: #35B1C3;
  display: none;
}
.user-bar > nav .upload-btn i.icon {
  vertical-align: middle;
  margin-right: 4px;
}
.user-bar.standard {
  background: #0F0E1C;
  font-weight: bold;
  font-size: 12pt;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top: solid 1px #5D317D;
  text-align: right;
  padding-right: 1rem;
}
.user-bar.standard li {
  border-right: solid 1px #5D317D;
}
.user-bar.naked-nav {
  margin-right: 1.5em;
  margin-top: 1em;
}
.user-bar.naked-nav > .inner-child {
  background: #17244b5d;
  border-radius: 20px;
  padding-left: 1em;
  padding-right: 1em;
}
.user-bar.naked-nav ul {
  border-radius: 12px;
  padding: 0.5em;
  list-style-type: none;
}
.user-bar.naked-nav ul > li {
  font-size: 14pt;
}
.user-bar.naked-nav ul > li a {
  color: #85D4F0;
  font-family: sourceSansPro;
  font-weight: normal;
  border-right: solid 1px #1E8ED1;
  padding: 0px;
  padding-right: 1em;
}
.user-bar.naked-nav ul > li a:link,
.user-bar.naked-nav ul > li a:visited,
.user-bar.naked-nav ul > li a:active,
.user-bar.naked-nav ul > li a:hover {
  color: #85D4F0;
}
.user-bar.naked-nav ul > li .icon.login {
  margin-right: 0.5em;
}
.user-bar.naked-nav ul > li:last-child a {
  border-right: 0px;
  padding-right: 0px;
}
.user-bar .username {
  color: #00b6b5;
  font-size: 12pt;
  margin: 0.5em;
  margin-left: 0.25rem;
  display: inline-block;
}
.user-bar span,
.user-bar a {
  padding-left: 0.5em;
}
.user-bar ul {
  list-style-type: none;
  display: inline-block;
  padding-left: 0.2rem;
}
.user-bar li {
  display: inline-block;
  padding-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.user-bar li:last-child {
  border: none;
  padding-right: 0.25rem;
}
.user-bar li a:link {
  font-weight: normal;
}
.user-bar .user_avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.user-bar .icon-bell svg {
  color: #fff;
  height: 18px;
  position: relative;
  top: 3px;
}
fieldset {
  border: none;
}
fieldset > legend {
  display: block;
  width: 100%;
  color: #00b6b5;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #5D317D;
  font-size: 14pt;
  margin-top: 1em;
  margin-bottom: 1em;
}
fieldset > legend:first-child {
  margin-top: 0px;
}
fieldset h2 {
  font-weight: normal;
  font-size: 14pt;
  color: #00b6b5;
  margin-top: 0px;
}
.form-container form {
  display: grid;
  grid-template-columns: auto minmax(40ch, 1fr) 1fr;
  row-gap: 0.5rem;
  column-gap: 0;
}
@media (max-width: 1324px) {
  .form-container form {
    grid-template-columns: auto minmax(50%, 1fr);
    row-gap: 0.5em;
  }
  .form-container form .field-error {
    padding: 0.5em;
    grid-column: 2;
    margin-left: 0px;
    border: solid 1px #890813;
  }
}
.form-container p {
  background: #1a1931;
  padding: 1rem;
  border-radius: 8px;
}
.form-container .field-error {
  margin-bottom: 0.5em;
}
.form-container div.success {
  background-color: #14774e;
  border: solid 2px #03c200;
  position: relative;
  color: #eee;
}
.form-container div.success a {
  color: #85e426;
}
.field-label {
  grid-column: 1;
}
.field-input {
  grid-column: 2;
}
.field-error {
  grid-column: 3;
}
.field-error::before {
  content: ' ';
  background-color: #fff;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  margin-right: 0.5em;
  mask-image: url(/static/images/icons/alert-circle.svg);
}
.field-submit {
  grid-column: 2;
}
.captcha-container {
  margin-top: 0.5em;
  grid-column: 2;
}
.form-container label.field-label {
  padding: 0.5em 2.5rem 0.5em 0em;
  vertical-align: middle;
  text-align: right;
  color: #67809f;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: solid 4px rgba(14, 13, 24, 0);
}
.form-container label.field-label.focus {
  color: #18BC94;
  border-right: solid 4px #50C573;
}
.form-container label.field-label.focus + input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
input[type=text],
input[type=password],
textarea {
  background-color: #0E0D18;
  padding: 0.5em;
}
input:autofill,
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s;
  background-color: #0E0D18;
}
input:-moz-autofill,
input:-moz-autofill-preview {
  transition: background-color 0s 600000s, color 0s 600000s;
  background-color: #0E0D18 !important;
}
input[type=text]:focus,
input[type=password]:focus {
  outline: none;
}
.form-container .field-input {
  font-weight: bold;
  font-size: 14pt;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif, sourceSansPro, sans-serif;
  color: #18BC94;
  background-color: #0E0D18 !important;
  border-radius: 8px;
  border: solid 1px #3d2460;
}
.form-container .field-input.focus,
.form-container .field-input:focus {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
button,
input[type=submit] {
  border: solid 1px #5D317D;
  background: #0F081C;
  background: #0F081C linear-gradient(90deg, #2C1239 0%, #1A183C 95%);
  border-radius: 8px;
  color: #ae59b6;
  padding: 0.5em;
  box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 12pt;
}
button.btn-large,
input[type=submit].btn-large {
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
button.btn-small,
input[type=submit].btn-small {
  padding: 0.35rem;
}
button.save,
input[type=submit].save {
  border: solid 1px #56b83b;
  background: linear-gradient(180deg, #7a9e28 0%, #435e09 90%);
  color: #b7ffa3;
  border-radius: 4px;
  font-weight: bold;
  text-shadow: 0px 1px 2px #2a3b04;
  font-family: sfPro;
  font-size: 17px;
}
button.save:hover,
input[type=submit].save:hover {
  border: solid 1px #84a800;
  background: linear-gradient(180deg, #7a9e28 0%, #435e09 90%);
  box-shadow: none;
  color: #ddffc2;
  border: solid 1px #9dd459;
}
button:hover,
input[type=submit]:hover {
  border: solid 1px #5D317D;
  background: #0F081C linear-gradient(90deg, #30133E 0%, #2E2A6A 95%);
  box-shadow: 0px 0px 15px -5px rgba(255, 0, 217, 0.25);
}
.form-container form .field-submit {
  grid-column-start: 2;
  grid-column-end: 2;
  font-size: 14pt;
  margin-top: 0.25rem;
}
div.form-message {
  margin-bottom: 0.5em;
  display: block;
  grid-column: 1;
  border-radius: 8px;
  font-family: sourceSansPro, Georgia, Times, serif;
  padding: 0.5em;
  color: #FFF;
  font-weight: normal;
  padding-left: 1em;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  margin-bottom: 0.8rem;
}
div.form-message.error {
  background-color: #3D0409;
  border-color: #890813;
}
div.form-message.error::before {
  content: ' ';
  background-color: #fff;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  margin-right: 0.5em;
  mask-image: url(/static/images/icons/alert-circle.svg);
}
div.form-message.success {
  background-color: #4a7f11;
  border-color: #03c200;
  color: #eee;
}
div.form-message.warning {
  background-color: #3b0524;
  border-color: #61071c;
  color: #FFF;
}
div.form-message.warning a {
  color: #F269B7;
  font-weight: normal;
}
div.form-message:empty {
  display: none;
}
div.form-message > ul.error-container {
  list-style-type: none;
}
div.field-error {
  font-family: sourceSansPro, Georgia, Times, serif;
  margin-left: 0.5em;
}
div.field-error:empty {
  display: none;
}
.form-container .field-error,
.form-container .form-error {
  border-radius: 8px;
  background-color: #3D0409;
  padding: 0.5em;
  color: #DDD;
}
.form-container .field-error {
  padding: 0.5em;
  color: #FFF;
  font-weight: normal;
  padding-left: 1em;
  border-left: solid 4px #890813;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
div.errors {
  background: #840004;
}
div.success {
  background: #4a7f11;
}
div.errors {
  color: #eee;
  font-weight: bold;
  padding: 4px;
  padding-left: 10px;
}
.oauth-container {
  grid-column-start: 2;
  display: grid;
  grid-template-rows: auto 1fr;
  margin-top: 0.5em;
}
.oauth-container .oauth-buttons {
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  align-content: center;
  column-gap: 0.5em;
  margin-top: 0.5em;
}
.oauth-container .oauth-buttons .btn {
  vertical-align: middle;
  position: relative;
  font-size: 16pt;
  border: solid 1px #5D317D;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.oauth-container .oauth-buttons .btn.btn-google {
  background: #11101a;
  border-color: #585e88;
  color: #9aa1d3;
}
.oauth-container .oauth-buttons .btn.btn-google:hover {
  border: solid 1px #969ccc;
  background: #161522;
  box-shadow: none;
}
.oauth-container .oauth-buttons .btn.btn-github {
  background: #051732;
  border-color: #555ea1;
  color: #9aa1d3;
}
.oauth-container .oauth-buttons .btn.btn-github:hover {
  border: solid 1px #838dd9;
  background: #051e44;
  box-shadow: none;
}
.oauth-container .oauth-buttons .btn svg {
  top: 3px;
  margin-right: 0.3rem;
  position: relative;
}
.oauth-container .forgot-password {
  grid-row: 1;
}
.form-container ul.forgot-password {
  font-weight: normal;
  font-size: 14pt;
  list-style-type: none;
  grid-row-start: 1;
  display: block;
  padding-bottom: 0.7rem;
  border-bottom: solid 1px #5D317D;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.form-container ul.forgot-password li {
  display: inline;
}
button,
input[type=submit] {
  background: #0F081C linear-gradient(90deg, #2C1239 0%, #1A183C 95%);
  color: #ae59b6;
  border: solid 1px #5D317D;
  border-radius: 8px;
  padding: 0.5em;
  cursor: pointer;
  color: #9e5ece;
}
button:hover,
input[type=submit]:hover {
  border: solid 1px #8b50b9;
  color: #c492ea;
}
input.submit {
  border: none;
  background: #0094df;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  padding: 4px;
  font-size: 11px;
}
input.submit.save {
  background: linear-gradient(180deg, #7a9e28 0%, #435e09 90%);
  border: solid 1px #e5ff89;
  color: #fff;
  font-style: inset;
  border-left-color: #e5ff89;
  border-top-color: #e5ff89;
  border-right-color: #263003;
  border-bottom-color: #263003;
}
input.submit.saving {
  background-color: #AAA;
  color: #888;
}
i.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-color: white;
  top: -1px;
  position: relative;
}
i.icon.error {
  mask-image: url(/static/images/icons/alert-circle.svg);
}
i.icon.login {
  mask-image: url(/static/images/icons/log-in.svg);
}
i.icon.chevrons-up {
  mask-image: url(/static/images/icons/chevrons-up.svg);
}
i.icon.upload-cloud {
  padding: 0px;
  mask-image: url(/static/images/icons/upload-cloud.svg);
}
#upload-form-container {
  min-width: 1024px;
}
form#upload_form {
  display: block;
}
form#upload_form label.upload_drag_area {
  padding: 50px;
  text-align: center;
  border-radius: 12px;
  border: dashed 1px #5D317D;
  background-color: #0F081C;
  margin-bottom: 1em;
  display: block;
  cursor: pointer;
}
form#upload_form label.upload_drag_area:hover {
  background: #0F081C linear-gradient(90deg, #2C1239 0%, #1A183C 95%);
}
form#upload_form label.upload_drag_area.highlight {
  background: #0F081C linear-gradient(90deg, #2C1239 0%, #1A183C 95%);
  border-style: dashed;
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
form#upload_form input::file-selector-button {
  border: none;
  margin-right: 0.5em;
  background: #0E0D18;
  border-radius: 8px;
  color: #ae59b6;
  border: solid 1px #5D317D;
  cursor: pointer;
  padding: 0.5em;
  font-size: 15pt;
}
form#upload_form input::file-selector-button:hover {
  background: #0F081C linear-gradient(90deg, #2C1239 0%, #1A183C 95%);
}
div#progress_bar_template {
  display: none;
}
div.progress_bar .upload_status {
  text-shadow: 0px 0px 1px #000000;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bolder;
  font-size: 9pt;
  position: absolute;
  display: block;
  left: 50%;
  width: 30px;
  margin-left: -11px;
  margin-top: -12px;
  display: none;
  padding-left: 2px;
  padding-right: 2px;
}
ul#upload_list {
  list-style-type: none;
  margin-top: 20px;
  padding-top: 1em;
  border-top: solid 1px #5D317D;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
ul#upload_list li {
  padding: 1rem;
  border-radius: 20px;
  background-color: #0F081C;
  width: 300px;
  position: relative;
  cursor: pointer;
}
ul#upload_list li div {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul#upload_list li div img {
  max-width: 300px;
  height: 200px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
}
ul#upload_list li i.icon {
  display: none;
}
ul#upload_list li.loading img {
  opacity: 0.2;
}
ul#upload_list li.loading-complete img {
  opacity: 1;
}
ul#upload_list li:hover img {
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
ul#upload_list li:hover i.icon {
  background: #fff url('/static/images/icons/copy-img.svg') 50% 50% no-repeat;
  background-size: 16px 16px;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 4px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  animation: fade-in 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
ul#upload_list li:hover i.icon:hover {
  background-color: #44A5BA;
}
ul#upload_list .progress_bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -2.5px;
  border: solid 2px #01092D;
  background-color: #212539;
  border-radius: 8px;
  width: 300px;
}
ul#upload_list .progress_bar.loading-complete {
  display: none;
}
ul#upload_list .progress_bar > .wrapper {
  display: block;
  height: 5px;
  background-color: linear-gradient(to bottom, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
  width: 0px;
  font-size: 14px;
  color: #5CD8F0;
  background-color: #E32983;
}
.swing-in {
  animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.fade-in {
  animation: fade-in 2.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.puff-in {
  animation: puff-in-center 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
.shadow-drop-2-center {
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-in-left {
  animation: slide-in-left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes swing-in-top-fwd {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    transform: scale(2);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes slide-fwd-center {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translateZ(160px);
  }
}
@keyframes shadow-drop-2-center {
  0% {
    transform: translateZ(0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: translateZ(50px);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: #131314;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e3e3e3;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
  border-color: #8e918f;
}
.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}
.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.gsi-material-button:disabled {
  cursor: default;
  background-color: #13131461;
  border-color: #8e918f1f;
}
.gsi-material-button:disabled .gsi-material-button-state {
  background-color: #e3e3e31f;
}
.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}
.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}
.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: white;
  opacity: 12%;
}
.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: white;
  opacity: 8%;
}
#page_account div#page_container {
  padding: 0px;
}
#account_container {
  margin: 0px;
  display: grid;
  grid-template-columns: 300px 1fr;
  background: #0F0E1C;
}
#account_container div.form-error {
  margin-bottom: 0.5em;
}
#account_container fieldset legend {
  margin-bottom: 1em;
}
#account_container section#account_nav {
  grid-column: 1;
}
#account_container section#account_body {
  grid-column: 2;
  padding: 1rem;
  background: #151427;
  border-radius: 8px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
#account_container div.box-container {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  justify-items: middle;
  gap: 0.5em;
}
#account_container div.box-container div.box {
  border-radius: 12px;
  background: #d6c6ef10;
  box-shadow: 0px 0px 10px #15142772;
  width: 100%;
  height: 100px;
}
#account_container div.box-container div.box > h1 {
  display: block;
  margin-bottom: 0.25rem;
  margin: 0.5em;
  padding-left: 0.25rem;
  border-bottom: solid 1px #5D317D;
}
section#account_body fieldset {
  margin-top: 0.5em;
  margin-bottom: 1rem;
}
section#account_body fieldset:first-child {
  margin-top: 0px;
}
section#account_body fieldset:last-child {
  margin-bottom: 0.5em;
}
#account_nav {
  margin-left: 0.5em;
  margin-right: 0.5em;
  height: 100%;
  display: grid;
}
#account_nav ul {
  margin-top: 0px;
  list-style-type: none;
}
#account_nav > ul.parent-nav {
  border-radius: 8px;
  margin-bottom: 0.5em;
  display: grid;
  grid-auto-rows: auto;
  grid-template-rows: auto auto 1fr;
}
#account_nav > ul.parent-nav > li {
  background-color: #171a23;
  cursor: pointer;
  margin-bottom: 0.5em;
  border-radius: 8px;
}
#account_nav > ul.parent-nav > li.nav-item a,
#account_nav > ul.parent-nav > li.nav-item span {
  padding: 0.25rem;
  color: #ccc;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
#account_nav > ul.parent-nav > li.nav-item a::before,
#account_nav > ul.parent-nav > li.nav-item span::before {
  content: '❯';
  color: #35B1C3;
  padding-right: 0.5rem;
  padding-left: 0.6rem;
  font-size: 10pt;
  cursor: pointer;
}
#account_nav > ul.parent-nav > li.nav-item span {
  background-color: #17224c;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#account_nav > ul.parent-nav > li:last-child {
  margin-bottom: 0px;
  grid-row: span 1;
  min-height: 100%;
  align-self: stretch;
}
#account_nav > ul.parent-nav > li > ul {
  display: block;
  background-color: #171a23;
  border-radius: 8px;
  font-family: openSourcePro, sans-serif;
}
#account_nav > ul.parent-nav > li > ul > li.nav-item.selected a {
  background-color: #17244b5d;
}
#account_nav > ul.parent-nav > li > ul > li.nav-item a {
  font-size: 14pt;
  font-style: normal;
  font-family: sourceSansPro;
  display: grid;
  grid-template-columns: auto 1fr;
  color: #ccc !important;
  padding: 0.25rem;
}
#account_nav > ul.parent-nav > li > ul > li.nav-item a::before {
  content: '::';
  top: -2.5px;
  padding-left: 0.5rem;
  padding-right: 0.8em;
  color: #35B1C3;
  display: block;
  font-size: 10pt;
}
#account_nav > ul.parent-nav > li > ul > li.nav-item a:hover {
  text-decoration: none !important;
  background-color: #17244b5d;
}
#account_nav > ul.parent-nav > li > ul > li:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#user_settings.form-container form {
  grid-template-columns: 200px minmax(40ch, 1fr) 1fr;
  padding-left: 1.5em;
}
#user_settings.form-container form button.field-submit {
  font-size: 12pt;
}
#login-form-container {
  display: block;
  margin-left: -100px;
}
#login-form-container fieldset.standard-login {
  grid-row: 1;
  max-width: 1000px;
  margin: auto;
}
#login-form-container fieldset.oauth-login {
  grid-row: 2;
}
#login-form-container form#login_form {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
#login-form-container .remember-me {
  grid-column: 2;
  color: #35B1C3;
}
#login-form-container .remember-me > input[type=checkbox] {
  margin-right: 0.5em;
}
#login-form-container .remember-me > label.field-label {
  color: #35B1C3;
}
#client-landing-container {
  font-size: 15pt;
  margin: auto;
  min-width: 800px;
  max-width: 800px;
}
#client-landing-container p {
  text-align: center;
  font-family: sourceSansPro, sans-serif;
  line-height: 1.75;
}
#client-landing-container p.txt_small {
  font-size: 1rem;
  margin: 0px;
  padding: 0px;
  background: none;
  text-align: center;
  border-radius: 0px;
  border-top: solid 1px #5D317D;
  display: block;
  margin-top: 1.5em;
  padding-top: 1em;
}
#client-landing-container button {
  margin: auto;
  display: block;
  margin-top: 1em;
  font-size: 1.1rem;
  width: 300px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
#client-landing-container button i.icon {
  margin-right: 0.5em;
}
#client-landing-container button.launching {
  filter: saturate(0.5);
}
#client-landing-container button.disabled {
  filter: saturate(0);
}
li.separator {
  font-size: 11pt;
  font-style: normal;
  font-weight: normal;
}
li.separator hr {
  display: inline-block;
  width: 0.5em;
  color: #336699;
  vertical-align: middle;
}
#signup-form-container {
  margin: auto;
  margin-bottom: 1.5em;
}
#signup-form-container p {
  background: #1a1931;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1em;
}
#signup-form-container p a {
  color: #6ce05c;
}
#signup-form-container .oauth-container {
  grid-column: 2;
  display: grid;
}
#signup-form-container .oauth-container .oauth-buttons {
  row-gap: 0.5em;
  margin-top: 0.5em;
}
dialog#tos_modal {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  border-radius: 8px;
  max-width: 940px;
  width: 90%;
  max-height: 80vh;
  background: #16181c;
  border: solid 1px #3d2460;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
dialog#tos_modal:not([open]) {
  display: none;
}
dialog#tos_modal .modal-header {
  position: relative;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 1fr 24px;
  background-color: #17244b5d;
}
dialog#tos_modal .modal-header h2 {
  margin: 0px;
  padding: 0.5em;
  color: #00b6b5;
  padding-left: 1em;
}
dialog#tos_modal .modal-header a.close-btn {
  display: block;
  z-index: 10;
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 12pt;
  border: solid 1px #5D317D;
  border-radius: 4px;
  grid-column: 2;
  top: 0.25rem;
  right: 0.25rem;
  position: fixed;
  background: #0F081C linear-gradient(90deg, #2C1239 0%, #1A183C 95%);
}
dialog#tos_modal .modal-header a.close-btn:hover {
  color: #fff;
  text-decoration: none;
}
dialog#tos_modal .modal-content {
  overflow-y: auto;
  padding: 2rem;
  flex: 1;
  color: #ccc;
  padding: 1.5em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
dialog#tos_modal .modal-content h1 {
  font-size: 18pt;
  color: #1E8ED1;
  margin-bottom: 1em;
  background: #17224c;
}
dialog#tos_modal .modal-content h2 {
  margin-top: 0px;
  color: #00b6b5;
}
dialog#tos_modal .modal-content h3 {
  font-size: 14pt;
  color: #ccc;
  font-weight: bold;
  margin-left: 1.5em;
  margin-top: 0.5em;
}
dialog#tos_modal .modal-content p {
  padding: 0.5em;
  padding-left: 1.5em;
}
dialog#tos_modal .modal-content p:last-child {
  margin-bottom: 0.5em;
}
dialog#tos_modal .modal-content h3 + p {
  margin-left: 1.5em;
}
dialog#tos_modal .modal-content ul {
  margin-left: 1.5em;
  list-style-position: inside;
  margin-bottom: 0.5em;
}
dialog#tos_modal[open] {
  animation: fadeIn 0.2s ease-in;
}
dialog#tos_modal::backdrop {
  animation: fadeIn 0.2s ease-in;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
div.or-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin: 0.5em 0;
}
div.or-divider hr {
  flex: 1;
  border: none;
  border-top: solid 1px #336699;
}
div.or-divider span {
  font-size: 11pt;
  color: #35B1C3;
}
#signup_form {
  margin-left: 2rem;
}
#signup_form p > label {
  min-width: 10em;
}
#signup_form .field-input {
  grid-column: 2;
}
#signup_form .captcha {
  grid-column: 2;
}
#signup_form .checkboxes {
  grid-column: 2;
  text-align: left;
  padding-left: 1em;
}
#signup_form .checkboxes input[type=checkbox] {
  margin-right: 0.5em;
}
#signup_form .checkboxes a {
  color: #6ce05c;
  text-decoration: underline;
}
#signup_form .checkboxes span.error {
  display: block;
  flex: 1;
  flex-grow: auto;
  border-left: none;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
#signup_form #p_tos > label {
  flex: 1;
  flex-grow: 50%;
}
#signup_form.error-tos p#p_tos .checkboxes {
  color: #FF7682;
  border-radius: 8px;
}
#signup_submit {
  grid-column: 2;
}
#verify_form {
  min-width: 700px;
  max-width: 1000px;
  margin: auto;
}
#verify_form p {
  background: #1a1931;
  padding: 1rem;
  border-radius: 8px;
}
#verify_form form {
  margin-top: 1rem;
  width: 70%;
}
#verify_form .field-error {
  margin-bottom: 0.5em;
}
#verify_form div.success {
  background-color: #14774e;
  border: solid 2px #03c200;
  position: relative;
  color: #eee;
}
#verify_form div.success a {
  color: #85e426;
}
#verify_form input#verification_code {
  font-size: 16pt;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  text-align: center;
}
#forgotpassword_form_container {
  min-width: 700px;
  max-width: 1000px;
  margin: auto;
}
#forgotpassword_form_container form {
  margin: auto;
  margin-top: 1rem;
  width: 70%;
}
/*# sourceMappingURL=main.css.map */