@charset "UTF-8";
@font-face {
  font-family: 'streakclub';
  src: url("fonts/streakclub/fonts/streakclub.eot?-o9ok09");
  src: url("fonts/streakclub/fonts/streakclub.eot?#iefix-o9ok09") format("embedded-opentype"), url("fonts/streakclub/fonts/streakclub.woff?-o9ok09") format("woff"), url("fonts/streakclub/fonts/streakclub.ttf?-o9ok09") format("truetype"), url("fonts/streakclub/fonts/streakclub.svg?-o9ok09#streakclub") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'streakclub';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pencil:before {
  content: "\e603"; }

.icon-cancel-circle:before {
  content: "\e602"; }

.icon-heart:before {
  content: "\e600"; }

.icon-link:before {
  content: "\e601"; }

body {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  color: var(--sc-body_color);
  background: var(--sc-gray_back);
  margin: 0;
  padding: 0;
  --sc-body_size: 18px;
  --sc-body_size_small: 15px;
  --sc-body_color: #333;
  --sc-body_color_light: #666;
  --sc-body_color_lighter: #999;
  --sc-border_color: #dadada;
  --sc-border_color50: rgba(218, 218, 218, 0.5);
  --sc-white_back: white;
  --sc-gray_back: #f5f5f5;
  --sc-gray_back50: rgba(245, 245, 245, 0.5);
  --sc-button_color: #34a0f2;
  --sc-button_fg_color: white;
  --sc-button_active_color: #1c95f0;
  --sc-button_hover_color: #4cabf4;
  --sc-link_color: #34a0f2;
  --sc-header_color: #34a0f2;
  --sc-error_color: #fe4e50;
  --sc-like_color: #FF5E5E;
  --sc-purple: #A287C0;
  --sc-green: #aada80;
  --sc-blue: #34a0f2;
  --sc-red: #fe4e50;
  --sc-gutter: 40px; }
  @media (max-width: 650px) {
    body.responsive {
      --sc-gutter: 20px; } }
  @media (max-width: 400px) {
    body.responsive {
      --sc-gutter: 10px; } }
@media (prefers-color-scheme: dark) {
  body:not(.light_theme) {
    --sc-body_color: #E6EAED;
    --sc-body_color_light: #9BABB9;
    --sc-body_color_lighter: #495B71;
    --sc-white_back: #11171C;
    --sc-gray_back: #090D10;
    --sc-gray_back50: rgba(9, 13, 16, 0.5);
    --sc-border_color: #2B3542;
    --sc-border_color50: rgba(43, 53, 66, 0.5);
    --sc-button_color: #0F3F75;
    --sc-button_fg_color: white;
    --sc-button_active_color: #0c335e;
    --sc-button_hover_color: #124b8c;
    --sc-link_color: #879fba;
    --sc-header_color: #13365f;
    --sc-purple: #7A6DBE;
    --sc-green: #84D17C;
    --sc-blue: #208bf2;
    --sc-red: #FD3D4D; } }

body.dark_theme {
  --sc-body_color: #E6EAED;
  --sc-body_color_light: #9BABB9;
  --sc-body_color_lighter: #495B71;
  --sc-white_back: #11171C;
  --sc-gray_back: #090D10;
  --sc-gray_back50: rgba(9, 13, 16, 0.5);
  --sc-border_color: #2B3542;
  --sc-border_color50: rgba(43, 53, 66, 0.5);
  --sc-button_color: #0F3F75;
  --sc-button_fg_color: white;
  --sc-button_active_color: #0c335e;
  --sc-button_hover_color: #124b8c;
  --sc-link_color: #879fba;
  --sc-header_color: #13365f;
  --sc-purple: #7A6DBE;
  --sc-green: #84D17C;
  --sc-blue: #208bf2;
  --sc-red: #FD3D4D; }

h2 .sub, h3 .sub {
  font-weight: normal;
  color: var(--sc-body_color_light); }

.page_header {
  margin-bottom: 40px; }
  .page_header h1, .page_header h2 {
    font-weight: normal;
    margin: 0;
    color: var(--sc-body_color); }
  .page_header h2 {
    font-size: 38px;
    font-weight: bold; }
  .page_header h3 {
    margin: 0;
    margin-top: 3px;
    color: var(--sc-body_color_light);
    font-weight: normal;
    font-size: 22px; }
  @media (max-width: 650px) {
    .page_header {
      margin-bottom: 20px; }
      .page_header h2 {
        font-size: 24px; }
      .page_header h3 {
        font-size: 18px; } }
  .page_header .page_tabs a {
    transition: all 0.1s ease;
    text-decoration: none;
    border-bottom: 2px solid var(--sc-button_color);
    color: var(--sc-body_color_light); }
    .page_header .page_tabs a:hover {
      color: var(--sc-link_color); }
    .page_header .page_tabs a:active {
      color: var(--sc-button_active_color); }

.tab_header {
  background: var(--sc-white_back); }
  .tab_header .page_header {
    padding-top: 40px; }
  .tab_header .page_header, .tab_header .page_tabs .tabs_inner, .tab_header .responsive_column {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .responsive .tab_header .page_header, .responsive .tab_header .page_tabs .tabs_inner, .responsive .tab_header .responsive_column {
      padding-left: var(--sc-gutter, 40px);
      padding-right: var(--sc-gutter, 40px); }
  .tab_header .page_tabs .tab {
    border-bottom: 4px solid transparent; }
  .tab_header .page_tabs .tab.active, .tab_header .page_tabs .tab:hover {
    border-width: 4px; }
  .tab_header .page_tabs .tab_button {
    color: white;
    background: var(--sc-purple);
    padding: 4px 14px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    align-self: flex-start; }
  @media (max-width: 650px) {
    .tab_header .page_tabs .tabs_inner {
      white-space: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      flex-wrap: nowrap; }
    .tab_header .page_tabs .tab {
      font-size: 15px; }
    .tab_header .page_tabs .tab_sub {
      font-size: 15px; } }
.page_tabs {
  border-bottom: 1px solid var(--sc-border_color);
  margin-bottom: 20px; }
  .page_tabs .tabs_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 40px; }
  .page_tabs .tab, .page_tabs .tab_sub {
    font-size: 20px;
    padding-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 1px; }
  .page_tabs .tab_sub {
    color: var(--sc-body_color_lighter); }
  .page_tabs .tab {
    transition: all 0.2s ease;
    color: var(--sc-body_color);
    text-decoration: none;
    border-bottom: 1px solid rgba(52, 160, 242, 0); }
    @media (max-width: 650px) {
      .page_tabs .tab {
        font-size: 15px; } }
    .page_tabs .tab.active, .page_tabs .tab:hover {
      color: var(--sc-link_color);
      border-bottom: 1px solid #34a0f2; }
  @media (max-width: 650px) {
    .page_tabs {
      margin-bottom: 20px; }
      .page_tabs .tabs_inner {
        gap: 5px 30px; }
      .page_tabs .tab {
        font-size: 15px;
        margin-bottom: 5px; } }
p {
  line-height: 1.5;
  margin: 0; }

a {
  color: var(--sc-link_color); }
  a:hover {
    color: #4cabf4; }

.header {
  position: relative; }
  .header * {
    outline-color: white; }
    @media (prefers-color-scheme: dark) {
      body:not(.light_theme) .header * {
        outline-color: rgba(255, 255, 255, 0.5); } }
    body.dark_theme .header * {
      outline-color: rgba(255, 255, 255, 0.5); }
  .header .header_search {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px; }
    @media (max-width: 950px) {
      .header .header_search {
        display: none; } }
    .header .header_search input {
      font-family: "Dosis", sans-serif;
      font-size: 18px;
      box-sizing: border-box;
      margin-top: 10px;
      background: var(--sc-white_back);
      border: 0;
      border-radius: 10px;
      width: 250px;
      padding: 0 18px;
      height: 30px;
      color: var(--sc-body_color); }
      .header .header_search input:focus {
        outline: none; }
  .header .primary_header {
    background: var(--sc-header_color);
    height: 50px;
    color: white; }
    @media (max-width: 650px) {
      .header .primary_header {
        text-align: center; } }
  .header .right_header {
    position: absolute;
    top: 0;
    right: 40px;
    height: 50px;
    display: flex;
    align-items: center; }
    @media (max-width: 650px) {
      .header .right_header {
        box-sizing: border-box;
        position: static;
        background: #0f88e4;
        padding-left: var(--sc-gutter, 20px);
        padding-right: 5px; }
        .logged_out .header .right_header {
          padding-right: 20px; }
          .logged_out .header .right_header .header_button {
            flex: 1; }
        .header .right_header > :first-child {
          margin-left: 0; }
        .header .right_header .user_name {
          flex: 1;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          min-width: 0; } }
  @media (min-width: 650px) {
    .header {
      height: 50px; }
      .header .primary_header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10; }
      .header .right_header {
        position: fixed;
        z-index: 10; } }
  .header .logo {
    margin-left: 40px;
    display: inline-block;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
    .header .logo .logo_text, .header .logo .logo_image {
      display: inline-block;
      vertical-align: top; }
    .header .logo .logo_text {
      margin-top: 14px; }
    @media (max-width: 650px) {
      .header .logo {
        margin-left: 0; } }
  .header .user_name {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: white;
    text-decoration: none; }
  .header .menu_wrapper {
    display: inline-block;
    position: relative;
    vertical-align: top; }
    .header .menu_wrapper.open .menu_popup {
      display: block; }
    .header .menu_wrapper.open .menu_button {
      background: rgba(255, 255, 255, 0.2);
      border-radius: 3px; }
    .header .menu_wrapper .menu_popup {
      display: none;
      margin-top: 5px;
      position: absolute;
      top: 100%;
      width: 150px;
      right: 0px;
      background: var(--sc-white_back);
      line-height: 1.7;
      z-index: 10;
      border-radius: 3px;
      box-shadow: 0 0 0 1px var(--sc-border_color), 0 2px 4px rgba(0, 0, 0, 0.2); }
      .header .menu_wrapper .menu_popup * {
        outline-color: var(--sc-purple); }
      .header .menu_wrapper .menu_popup > a {
        padding: 2px 10px;
        display: block;
        text-decoration: none; }
        .header .menu_wrapper .menu_popup > a:hover {
          background: #f0f0f0; }
  .header .menu_button {
    background: transparent;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.7;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    margin-left: 5px;
    cursor: pointer; }
    .header .menu_button:hover {
      opacity: 0.9; }
    .header .menu_button svg {
      fill: white;
      display: inline-block;
      vertical-align: -3px; }
  .header .notifications_bell {
    opacity: 0.6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 5px; }
    .header .notifications_bell:hover {
      opacity: 0.8; }
    .header .notifications_bell svg path {
      fill: white; }
  .header .notification_bubble {
    width: 22px;
    height: 22px;
    color: white;
    background: #fe4e50;
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 4px;
    text-decoration: none; }

.header_button {
  box-sizing: border-box;
  transition: all 0.2s ease;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: white;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  margin-left: 10px; }
  .header_button:hover, .header_button.current {
    background: rgba(255, 255, 255, 0.3);
    color: white; }
  .header_button.current {
    font-weight: bold; }
  .header_button:active {
    background: rgba(0, 0, 0, 0.1); }

.admin_page_page > .inner_column {
  max-width: none;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--sc-border_color); }

.inner_column {
  max-width: 960px;
  min-width: 880px;
  margin: 40px auto;
  background: var(--sc-white_back);
  border: 1px solid var(--sc-border_color);
  padding: 40px; }
  .inner_column > h2:first-child, .inner_column > h3:first-child {
    margin-top: -5px; }
  @media (max-width: 1040px) {
    .inner_column {
      border: 0;
      margin: 0; } }
  @media (max-width: 960px) {
    .responsive .inner_column {
      min-width: 0;
      padding: 20px 10px; } }
.responsive_column {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .responsive .responsive_column {
    padding-left: var(--sc-gutter, 40px);
    padding-right: var(--sc-gutter, 40px); }

.global_flash {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 50%;
  background: var(--sc-white_back);
  color: var(--sc-link_color);
  border-radius: 0 0 5px 5px;
  padding: 8px 16px;
  padding-top: 15px;
  cursor: default;
  font-size: 18px;
  font-weight: bold;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.3); }
  .global_flash.animated {
    transition: all 0.25s ease-in-out; }

.owner_tools, .moderator_tools {
  background: var(--sc-purple);
  margin-bottom: 20px;
  padding: 15px 20px;
  color: white; }
  .owner_tools a, .moderator_tools a {
    color: inherit; }
  .owner_tools:before, .moderator_tools:before {
    content: "Owner tools:";
    font-weight: bold;
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.7); }

.moderator_tools:before {
  content: "Moderator tools:"; }

.admin_tools {
  position: fixed;
  top: 60px;
  right: 10px;
  background: var(--sc-white_back);
  border: 1px solid var(--sc-border_color);
  padding: 10px; }
  @media (max-width: 650px) {
    .admin_tools {
      display: none; } }
.footer {
  margin-top: 20px;
  margin-bottom: 80px; }
  .embed_page .footer {
    margin-bottom: 100px; }
  .footer .footer_right {
    float: right; }
    @media (max-width: 650px) {
      .footer .footer_right {
        float: none;
        margin-bottom: 10px; } }
  .footer .inner_footer {
    border-top: 1px solid var(--sc-border_color);
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 10px;
    color: var(--sc-body_color_lighter);
    font-size: 14px; }
  .footer a {
    color: var(--sc-body_color_light); }

.empty_message {
  margin: 20px 0;
  color: var(--sc-body_color_light); }

.user_formatted h1, .user_formatted h2, .user_formatted h3, .user_formatted p, .user_formatted ul, .user_formatted ol, .user_formatted blockquote {
  margin: 0;
  margin-bottom: 20px; }
  .user_formatted h1:last-child, .user_formatted h2:last-child, .user_formatted h3:last-child, .user_formatted p:last-child, .user_formatted ul:last-child, .user_formatted ol:last-child, .user_formatted blockquote:last-child {
    margin-bottom: 0; }

.user_formatted hr {
  border: 0;
  height: 1px;
  background: var(--sc-border_color); }

.user_formatted img {
  max-width: 100%; }

.toggle_follow_btn.following .on_following {
  display: inline; }

.toggle_follow_btn.following .on_not_following {
  display: none; }

.toggle_follow_btn .on_following {
  display: none; }

.pager {
  margin: 20px 0;
  color: var(--sc-body_color_light); }
  .pager .button {
    margin-right: 10px; }

.nice_table {
  border: 1px solid var(--sc-body_color_lighter);
  margin-bottom: 20px; }
  .nice_table.field_table tr:nth-child(2n) {
    background: var(--sc-border_color50); }
  .nice_table.field_table td:first-child {
    text-align: right; }
  .nice_table thead td {
    background: var(--sc-gray_back);
    font-weight: bold;
    color: var(--sc-body_color_light); }
  .nice_table .empty_row {
    color: var(--sc-body_color_light);
    font-style: italic; }
  .nice_table td {
    padding: 4px; }
  .nice_table .sub {
    color: var(--sc-body_color_light);
    font-style: italic; }
  .nice_table .enum_value {
    font-family: monospace;
    font-size: 14px; }
  .nice_table a {
    color: var(--sc-body_color_light); }

fieldset {
  border: 1px solid var(--sc-border_color); }

details.toggle_form > summary {
  cursor: pointer; }

details.toggle_form:not([open]) > summary {
  padding: 4px 0;
  box-sizing: border-box; }

details.toggle_form > form {
  padding: 10px; }

details.toggle_form[open] {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--sc-border_color);
  border-radius: 3px; }
  details.toggle_form[open] > summary {
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid var(--sc-border_color);
    box-sizing: border-box;
    padding: 4px 15px; }

@media (prefers-color-scheme: dark) {
  body:not(.light_theme) img.svg_icon {
    filter: invert(1); } }

body.dark_theme img.svg_icon {
  filter: invert(1); }

details.query_log {
  position: fixed;
  background: white;
  border: 2px solid #dadada;
  bottom: 0;
  right: 0;
  padding: 10px;
  opacity: 0.8;
  margin: 10px;
  max-height: 50vh;
  overflow: auto;
  border-radius: 4px; }
  details.query_log code, details.query_log pre {
    font-size: 14px; }
  details.query_log summary {
    cursor: pointer; }
  details.query_log[open] {
    opacity: 1; }

.screenreader_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

:focus {
  outline-color: #34a0f2; }

.markdown_editor .markdown_label {
  margin: 10px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--sc-body_color_light); }
  .markdown_editor .markdown_label img {
    margin-right: 5px;
    opacity: 0.5; }

.form.primary_form {
  margin: 40px 0 0 0; }

.form .input_row {
  margin: 0;
  margin-bottom: 30px; }

.form .radio_list, .form .check_list {
  margin: 0;
  padding: 0; }
  .form .radio_list li, .form .check_list li {
    list-style: none;
    margin: 8px 10px;
    padding: 0;
    color: var(--sc-body_color_light); }
  .form .radio_list input, .form .check_list input {
    vertical-align: middle;
    margin: 0 5px 0 0; }
  .form .radio_list .sub, .form .check_list .sub {
    color: var(--sc-body_color_light); }

.form input[type=text], .form input[type=number] input[type=password], .form input[type=email], .form textarea, .form .selectize-input {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  color: var(--sc-body_color);
  box-sizing: border-box;
  background: var(--sc-white_back);
  border: 2px solid var(--sc-border_color);
  padding: 8px;
  width: 100%;
  max-width: 400px; }

.form textarea:disabled {
  opacity: 0.5; }

.form .selectize-input {
  box-shadow: none;
  border-radius: 0; }
  .form .selectize-input.focus {
    box-shadow: none; }

.form textarea {
  max-width: 600px;
  min-height: 200px; }

.form .form_errors {
  color: #fe4e50;
  margin-bottom: 20px; }
  .form .form_errors ul {
    margin: 10px 0; }

.form .label {
  font-size: 14px;
  font-weight: bold;
  color: var(--sc-body_color_light);
  margin-bottom: 4px; }
  .form .label .sub {
    color: var(--sc-body_color_lighter); }

.form .button_row {
  margin-top: 40px;
  color: var(--sc-body_color_lighter); }
  .form .button_row a {
    color: var(--sc-body_color_light); }

.form .input_full_directions {
  color: var(--sc-body_color_light);
  font-size: 16px;
  max-width: 480px;
  margin: 15px 0; }

.button {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  transition: background 0.1s ease;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  color: var(--sc-button_fg_color);
  padding: 0 20px;
  background: var(--sc-button_color);
  border: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap; }
  .button:hover {
    background: var(--sc-button_hover_color);
    color: var(--sc-button_fg_color); }
  .button:active {
    background: var(--sc-button_active_color);
    color: var(--sc-button_fg_color); }
  .button:disabled, .button.disabled {
    opacity: 0.8;
    background: gray;
    color: #b3b3b3;
    cursor: default; }
  .button.green {
    background: var(--sc-green); }
  .button.red {
    background: var(--sc-red); }
  .button.small {
    font-size: 16px; }
  .button.outline_button {
    background: var(--sc-white_back);
    border: 2px solid rgba(52, 160, 242, 0.6);
    color: var(--sc-link_color);
    line-height: 31px; }
    .button.outline_button:hover {
      border: 2px solid var(--sc-button_color);
      background: #ebf6fe; }
    @media (prefers-color-scheme: dark) {
      body:not(.light_theme) .button.outline_button {
        border-color: rgba(15, 63, 117, 0.6); }
        body:not(.light_theme) .button.outline_button:hover {
          background: #111b25; } }
    body.dark_theme .button.outline_button {
      border-color: rgba(15, 63, 117, 0.6); }
      body.dark_theme .button.outline_button:hover {
        background: #111b25; }

.tooltip_drop .tooltip {
  position: absolute;
  color: white;
  background: var(--sc-button_color);
  padding: 5px 8px;
  border-radius: 4px;
  box-shadow: 0 0 0 2px var(--sc-white_back);
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease; }
  .tooltip_drop .tooltip:after {
    content: "";
    position: absolute;
    background-image: url("images/tooltip-tick.png");
    width: 11px;
    height: 5px;
    bottom: -5px;
    left: 50%;
    margin-left: -5px; }
  .tooltip_drop .tooltip.visible {
    opacity: 1; }

.audio_sticky_player {
  z-index: 10;
  position: fixed;
  box-shadow: 0 -1px 0 rgba(218, 218, 218, 0.8);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  box-sizing: border-box;
  height: 50px;
  background: var(--sc-white_back);
  justify-content: center;
  display: flex;
  align-items: center; }
  @media (prefers-color-scheme: dark) {
    body:not(.light_theme) .audio_sticky_player {
      box-shadow: 0 -1px 0 var(--sc-border_color); } }
  body.dark_theme .audio_sticky_player {
    box-shadow: 0 -1px 0 var(--sc-border_color); }
  .audio_sticky_player > * {
    margin-right: 5px; }
    .audio_sticky_player > *:last-child {
      margin-right: 0; }
  .audio_sticky_player > button {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 30px;
    height: 30px;
    background: none;
    color: var(--sc-body_color_light);
    cursor: pointer; }
    .audio_sticky_player > button:not([disabled]):hover {
      color: var(--sc-body_color); }
    .audio_sticky_player > button:active .svgicon {
      transform-origin: 50% 50%;
      transform: scale(0.9, 0.9); }
    .audio_sticky_player > button[disabled], .audio_sticky_player > button.loading {
      opacity: 0.3;
      cursor: default; }
  .audio_sticky_player .like_button {
    transition: opacity 0.2s ease; }
    .audio_sticky_player .like_button.liked {
      color: var(--sc-like_color); }
      .audio_sticky_player .like_button.liked:hover {
        color: var(--sc-like_color); }
  .audio_sticky_player .toggle_tracklist_button.active {
    background: var(--sc-button_color);
    border-radius: 2px;
    color: white; }
    .audio_sticky_player .toggle_tracklist_button.active:hover {
      color: white; }
  .audio_sticky_player .slider_input {
    width: 100%; }
    .audio_sticky_player .slider_input.disabled .slider_nub {
      display: none; }
  .audio_sticky_player .track_area {
    min-width: 0;
    margin: 0 10px 0 5px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    flex: 1;
    flex-direction: column;
    max-width: 750px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .audio_sticky_player .track_area .current_playing {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      color: var(--sc-body_color_lighter); }
      .audio_sticky_player .track_area .current_playing .duration, .audio_sticky_player .track_area .current_playing .current_time {
        font-size: 15px;
        min-width: 40px; }
      .audio_sticky_player .track_area .current_playing .duration {
        margin-left: auto;
        margin-right: 9px;
        text-align: right; }
      .audio_sticky_player .track_area .current_playing .current_time {
        margin-right: auto;
        margin-left: 9px; }
      .audio_sticky_player .track_area .current_playing .track_title {
        color: var(--sc-body_color);
        text-decoration: none;
        font-weight: bold;
        padding: 0; }
      .audio_sticky_player .track_area .current_playing .user {
        color: var(--sc-body_color_light);
        text-decoration: none; }
        .audio_sticky_player .track_area .current_playing .user:hover {
          text-decoration: underline; }
      .audio_sticky_player .track_area .current_playing .empty_track {
        font-style: italic;
        color: var(--sc-body_color_light); }
  .audio_sticky_player .track_list_popup {
    z-index: 11;
    position: absolute;
    bottom: 100%;
    margin-bottom: -3px;
    left: 0;
    right: 0;
    background: var(--sc-white_back);
    border: 1px solid var(--sc-border_color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    font-size: 15px; }
    .audio_sticky_player .track_list_popup .file_list {
      margin: 0;
      padding: 10px;
      max-height: 200px;
      overflow-y: auto;
      list-style: none; }
      .audio_sticky_player .track_list_popup .file_list > li.active .play_file_btn {
        background: rgba(52, 160, 242, 0.2); }
        .audio_sticky_player .track_list_popup .file_list > li.active .play_file_btn .filename {
          font-weight: bold; }
      .audio_sticky_player .track_list_popup .file_list .play_file_btn {
        display: block;
        cursor: pointer;
        padding: 4px;
        width: 100%;
        background: transparent;
        font-family: inherit;
        font-size: inherit;
        border: 0;
        text-align: left;
        color: var(--sc-body_color_lighter); }
        .audio_sticky_player .track_list_popup .file_list .play_file_btn > span {
          color: var(--sc-body_color); }
        .audio_sticky_player .track_list_popup .file_list .play_file_btn:hover {
          background: rgba(52, 160, 242, 0.1); }

@media (max-width: 650px) {
  .community_edit_post_page h2 {
    font-size: 18px; } }

@media (max-width: 650px) {
  .community_edit_post_page h3 {
    font-size: 16px; } }

.community_new_topic_page fieldset {
  margin: 20px 0; }
  .community_new_topic_page fieldset .input_row:last-child {
    margin-bottom: 0; }

.community_post_page .topic_return_link {
  margin-bottom: 20px; }

.community_post_list .community_post {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start; }
  .community_post_list .community_post.has_replies {
    margin-bottom: 20px; }
  .community_post_list .community_post.deleted {
    background: var(--sc-gray_back);
    padding: 20px;
    max-width: 600px;
    color: var(--sc-body_color_light); }
    .community_post_list .community_post.deleted .deleted_tools {
      float: right; }
      .community_post_list .community_post.deleted .deleted_tools a {
        color: var(--sc-body_color_light); }
  .community_post_list .community_post.last_root_post {
    margin-bottom: 0; }
  .community_post_list .community_post.is_reply .post_content {
    margin-left: 0; }
  .community_post_list .community_post .post_content {
    position: relative;
    flex: 1; }
  .community_post_list .community_post .edit_message {
    font-style: italic;
    white-space: nowrap; }
  .community_post_list .community_post .avatar_container {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    vertical-align: middle; }
    .community_post_list .community_post .avatar_container .post_avatar {
      display: block;
      width: 25px;
      height: 25px;
      background-color: rgba(0, 0, 0, 0.2);
      background-size: cover;
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
      border-radius: 2px; }
  .community_post_list .community_post .post_header {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--sc-body_color_lighter);
    display: flex;
    align-items: center; }
    .community_post_list .community_post .post_header .post_author a {
      color: var(--sc-body_color_light);
      font-size: 18px; }
      @media (max-width: 800px) {
        .community_post_list .community_post .post_header .post_author a {
          font-size: inherit; } }
    .community_post_list .community_post .post_header .author_flag {
      font-size: 15px;
      font-weight: bold;
      border-radius: 3px;
      padding: 2px 6px;
      vertical-align: 1px;
      margin-left: 10px; }
      .community_post_list .community_post .post_header .author_flag.admin {
        background: #fcb9a7;
        color: rgba(255, 255, 255, 0.8); }
      .community_post_list .community_post .post_header .author_flag.host {
        background: #bca8d2;
        color: rgba(255, 255, 255, 0.8); }
    .community_post_list .community_post .post_header .post_date {
      margin-left: 10px; }
      .community_post_list .community_post .post_header .post_date a {
        color: inherit;
        text-decoration: none; }
        .community_post_list .community_post .post_header .post_date a:hover {
          text-decoration: underline; }
    .community_post_list .community_post .post_header .post_header_content {
      line-height: 1.5; }
  .community_post_list .community_post .post_footer {
    margin-top: 10px;
    font-size: 15px; }
    .community_post_list .community_post .post_footer .post_action {
      color: var(--sc-body_color_lighter);
      margin-right: 10px; }
  .community_post_list .community_post .post_body {
    font-size: 18px;
    line-height: 1.6;
    word-wrap: break-word; }
    .community_post_list .community_post .post_body p {
      margin-bottom: 10px; }
    .community_post_list .community_post .post_body blockquote {
      color: var(--sc-body_color_light);
      font-style: italic;
      border-left: 4px solid var(--sc-border_color);
      padding-left: 15px; }
    .community_post_list .community_post .post_body img, .community_post_list .community_post .post_body iframe {
      max-width: 100%; }
    .community_post_list .community_post .post_body hr {
      border: 0;
      height: 1px;
      background: var(--sc-border_color); }
    .community_post_list .community_post .post_body pre {
      background: var(--sc-gray_back);
      border: 1px solid var(--sc-border_color);
      word-wrap: normal;
      overflow: auto;
      padding: 10px;
      font-size: 16px;
      border-radius: 3px;
      margin: 1em 0; }
    .community_post_list .community_post .post_body > :first-child {
      margin-top: 0; }
    .community_post_list .community_post .post_body > :last-child {
      margin-bottom: 0; }

.community_post_list .community_post_replies {
  border-left: 2px solid var(--sc-border_color50);
  margin: 20px 0 0 20px;
  padding: 0 0 0 20px; }
  .community_post_list .community_post_replies.last_root_post {
    margin-bottom: 0; }
  @media (max-width: 650px) {
    .community_post_list .community_post_replies {
      padding-left: 10px; } }
  .community_post_list .community_post_replies .community_post {
    margin: 20px 0; }
  .community_post_list .community_post_replies .view_more_replies .button {
    background: var(--sc-white_back); }

.community_streak_page .post_buttons {
  margin: 20px 0; }
  @media (max-width: 650px) {
    .community_streak_page .post_buttons {
      padding: 10px;
      margin: 0;
      border-top: 1px solid var(--sc-border_color); }
      .community_streak_page .post_buttons.top {
        border-top: 0;
        border-bottom: 1px solid var(--sc-border_color); }
      .community_streak_page .post_buttons .button {
        display: block; } }
@media (max-width: 650px) {
  .community_streak_page .responsive_column {
    padding: 0; } }

.community_topic_page .inner_column {
  padding: 0; }

.community_topic_page .community_post_list {
  margin: 20px 40px; }
  @media (max-width: 650px) {
    .community_topic_page .community_post_list {
      margin: 20px 10px; } }
.community_topic_page .topic_posts_footer {
  border-top: 1px solid var(--sc-border_color);
  padding: 20px 40px; }
  @media (max-width: 650px) {
    .community_topic_page .topic_posts_footer {
      padding: 20px 10px; }
      .community_topic_page .topic_posts_footer h2 {
        font-size: 18px; } }
  .community_topic_page .topic_posts_footer h2 {
    margin-top: 0; }

.community_topic_page .topic_header {
  border-bottom: 1px solid var(--sc-border_color);
  margin-bottom: 30px; }
  @media (max-width: 650px) {
    .community_topic_page .topic_header {
      margin-bottom: 20px; } }
  .community_topic_page .topic_header h2 {
    margin: 0;
    padding: 25px 40px; }
    @media (max-width: 650px) {
      .community_topic_page .topic_header h2 {
        font-size: 18px;
        padding: 20px 10px; } }
.community_topic_list {
  background: var(--sc-white_back);
  border: 1px solid var(--sc-border_color);
  margin: 20px 0; }
  @media (max-width: 650px) {
    .community_topic_list {
      margin: 0;
      border: 0; } }
  .community_topic_list .topic_table .topic_table_header {
    background: var(--sc-gray_back);
    display: flex;
    color: var(--sc-body_color_light);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid var(--sc-border_color); }
    .community_topic_list .topic_table .topic_table_header > :first-child {
      flex: 1; }
    .community_topic_list .topic_table .topic_table_header .last_post_header {
      width: 25%;
      max-width: 240px;
      min-width: 180px;
      box-sizing: border-box; }
      @media (max-width: 800px) {
        .community_topic_list .topic_table .topic_table_header .last_post_header {
          display: none; } }
    .community_topic_list .topic_table .topic_table_header > div {
      padding: 8px 15px;
      border-left: 1px solid var(--sc-border_color); }
      .community_topic_list .topic_table .topic_table_header > div:first-child {
        border-left: 0;
        padding-left: 40px; }
        @media (max-width: 650px) {
          .community_topic_list .topic_table .topic_table_header > div:first-child {
            padding-left: 20px; } }
  .community_topic_list .topic_row {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--sc-border_color50); }
    @media (max-width: 650px) {
      .community_topic_list .topic_row {
        display: block; } }
    .community_topic_list .topic_row:first-child {
      padding-top: 20px; }
    .community_topic_list .topic_row:last-child {
      padding-bottom: 20px;
      border-bottom: 0; }
    @media (max-width: 650px) {
      .community_topic_list .topic_row {
        padding-left: 20px;
        padding-right: 10px; } }
    .community_topic_list .topic_row.unread_posts .topic_title > a {
      color: var(--sc-link_color); }
    .community_topic_list .topic_row .topic_main {
      flex: 1; }
    .community_topic_list .topic_row .topic_title {
      font-size: 22px;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      @media (max-width: 650px) {
        .community_topic_list .topic_row .topic_title .topic_link {
          width: 100%; } }
      .community_topic_list .topic_row .topic_title > a:visited {
        color: var(--sc-body_color_light); }
      .community_topic_list .topic_row .topic_title > * {
        margin-right: 10px; }
        .community_topic_list .topic_row .topic_title > *:last-child {
          margin-right: 0; }
    .community_topic_list .topic_row abbr {
      border-bottom: 0; }
    .community_topic_list .topic_row .topic_date, .community_topic_list .topic_row .last_page_link {
      display: inline-block;
      margin-left: 5px; }
    .community_topic_list .topic_row .topic_stats {
      text-align: right;
      font-size: 15px;
      color: var(--sc-body_color_lighter);
      min-width: 60px;
      white-space: nowrap;
      line-height: 1.5;
      padding-right: 20px; }
      .community_topic_list .topic_row .topic_stats .number_value {
        color: var(--sc-body_color_light);
        font-size: 18px; }
      @media (max-width: 650px) {
        .community_topic_list .topic_row .topic_stats {
          margin-top: 4px;
          text-align: left; }
          .community_topic_list .topic_row .topic_stats > * {
            display: inline-block;
            margin-right: 10px; } }
    .community_topic_list .topic_row .topic_last_post {
      width: 25%;
      max-width: 240px;
      min-width: 180px;
      box-sizing: border-box;
      margin-right: 10px;
      padding-right: 10px;
      padding-left: 20px; }
      @media (max-width: 800px) {
        .community_topic_list .topic_row .topic_last_post {
          display: none; } }
    .community_topic_list .topic_row .topic_poster {
      color: var(--sc-body_color_lighter);
      font-size: 14px;
      white-space: nowrap;
      margin-top: 8px; }
      .community_topic_list .topic_row .topic_poster a {
        color: var(--sc-body_color_light); }
    .community_topic_list .topic_row .no_last_post {
      color: var(--sc-body_color_lighter);
      font-style: italic; }
    .community_topic_list .topic_row .last_poster_group {
      display: inline-block;
      vertical-align: middle;
      font-size: 15px;
      color: var(--sc-body_color_lighter); }
      .community_topic_list .topic_row .last_poster_group .last_post_date a {
        color: var(--sc-body_color_lighter); }
      .community_topic_list .topic_row .last_poster_group a {
        color: var(--sc-body_color_light); }
    .community_topic_list .topic_row .avatar_container {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .community_topic_list .topic_row .last_post_avatar {
      display: block;
      width: 25px;
      height: 25px; }
    .community_topic_list .topic_row .image_topic_tag {
      display: inline-block;
      margin: 0;
      padding: 0;
      vertical-align: middle;
      margin-right: 10px; }
    .community_topic_list .topic_row .topic_tag {
      font-size: 15px;
      font-weight: bold;
      border-radius: 3px;
      padding: 2px 6px; }
      .community_topic_list .topic_row .topic_tag.new_flag {
        background: #24BDE0;
        color: rgba(255, 255, 255, 0.9); }
      .community_topic_list .topic_row .topic_tag.sticky_flag {
        background: var(--sc-purple);
        color: rgba(255, 255, 255, 0.9); }

.community_topic_posts .topic_posts_footer {
  margin-top: 40px; }
  @media (max-width: 650px) {
    .community_topic_posts .topic_posts_footer {
      margin-top: 20px; } }
.community_topic_posts .create_account_banner {
  font-size: 15px;
  color: var(--sc-body_color_light); }
  .community_topic_posts .create_account_banner .button {
    margin-right: 15px; }

.countdown .countdown_header {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: var(--sc-body_color_light); }
  .countdown .countdown_header .sub {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--sc-body_color_lighter);
    margin-left: 10px; }

.countdown .countdown_units {
  border-top: 1px solid var(--sc-border_color);
  border-bottom: 1px solid var(--sc-border_color);
  margin: 5px 0 3px 0;
  padding: 10px 0;
  text-align: center; }
  .countdown .countdown_units .time_block {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 15px; }
    .countdown .countdown_units .time_block.hidden {
      display: none; }
    .countdown .countdown_units .time_block:first-child {
      margin-left: 0; }
  .countdown .countdown_units .block_value {
    font-size: 22px; }
  .countdown .countdown_units .block_label {
    font-size: 16px;
    color: var(--sc-body_color_light); }

.dashboard_page .columns {
  display: flex; }
  @media (max-width: 650px) {
    .dashboard_page .columns {
      flex-direction: column; } }
.dashboard_page .home_header {
  padding-top: 0; }
  .dashboard_page .home_header .tabs_inner {
    padding-top: 12px; }

.dashboard_page h2 {
  font-size: 22px; }
  @media (max-width: 650px) {
    .dashboard_page h2 {
      font-size: 18px; } }
.dashboard_page .primary_column {
  flex: 1; }
  .dashboard_page .primary_column > :first-child {
    margin-top: 0; }
  @media (max-width: 650px) {
    .dashboard_page .primary_column {
      order: 2; } }
.dashboard_page .side_column {
  width: 260px;
  margin-left: 20px; }
  @media (max-width: 650px) {
    .dashboard_page .side_column {
      order: 1;
      margin: 0 0 20px 0;
      width: auto; } }
.dashboard_page .sidebar_buttons .button {
  display: block;
  margin-bottom: 10px; }

.dashboard_page .side_notification {
  color: var(--sc-body_color_light);
  background: var(--sc-white_back);
  border: 1px solid var(--sc-border_color);
  padding: 10px;
  border-radius: 3px;
  font-size: 16px;
  margin-top: 20px; }
  .dashboard_page .side_notification ul {
    font-size: 16px;
    padding-left: 25px;
    margin: 10px 0; }
    .dashboard_page .side_notification ul:last-child {
      margin-bottom: 0; }
  @media (max-width: 650px) {
    .dashboard_page .side_notification {
      display: none; } }
.dashboard_page .account_stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  @media (max-width: 650px) {
    .dashboard_page .account_stats {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
      grid-gap: 10px; } }
  .dashboard_page .account_stats .stats_block {
    min-width: 80px;
    box-sizing: border-box;
    background: var(--sc-white_back);
    border: 1px solid var(--sc-border_color);
    border-radius: 3px;
    padding: 15px;
    text-align: center; }
    .dashboard_page .account_stats .stats_block .value {
      font-size: 24px; }
    .dashboard_page .account_stats .stats_block .label {
      font-size: 16px;
      color: var(--sc-body_color_light); }

.dashboard_page .suspended_notice {
  background: var(--sc-red);
  color: white;
  padding: 10px;
  border-radius: 3px;
  font-size: 120%; }
  .dashboard_page .suspended_notice a {
    color: inherit; }

.edit_streak_page .form_errors {
  padding-top: 50px;
  margin-top: -50px; }

.edit_streak_page .date_row {
  margin-top: 15px; }
  .edit_streak_page .date_row input.end_date:disabled {
    opacity: 0.5;
    color: gray;
    background: var(--sc-border_color); }
  .edit_streak_page .date_row .date_toggle {
    margin: 8px 0;
    font-size: 16px; }
    .edit_streak_page .date_row .date_toggle input {
      vertical-align: -2px;
      display: inline-block;
      margin: 0 5px; }

@media (max-width: 650px) {
  .edit_submission_page .page_header {
    margin-bottom: 20px; }
    .edit_submission_page .page_header h2 {
      font-size: 24px; } }

.edit_submission_page .upload_component {
  position: relative; }
  .edit_submission_page .upload_component.dragging * {
    pointer-events: none; }
  .edit_submission_page .upload_component .dragging_target {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(170, 218, 128, 0.8);
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (prefers-color-scheme: dark) {
      body:not(.light_theme) .edit_submission_page .upload_component .dragging_target {
        background: rgba(132, 209, 124, 0.8); } }
    body.dark_theme .edit_submission_page .upload_component .dragging_target {
      background: rgba(132, 209, 124, 0.8); }

.edit_submission_page .upload_tip {
  font-size: 15px;
  color: var(--sc-body_color_light);
  margin: 0; }

.edit_submission_page .upload_actions {
  display: flex;
  align-items: center; }
  .edit_submission_page .upload_actions > * {
    margin-right: 10px; }
    .edit_submission_page .upload_actions > *:last-child {
      margin-right: 0; }

.edit_submission_page .file_uploader {
  margin-bottom: 10px; }

.edit_submission_page .file_upload_list {
  border: 1px solid var(--sc-border_color);
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 20px; }
  .edit_submission_page .file_upload_list:empty:before {
    content: "No files have been added yet";
    color: var(--sc-body_color_lighter); }

.edit_submission_page .submit_banner {
  margin-bottom: 20px; }

.edit_submission_page .file_upload {
  border-bottom: 1px solid var(--sc-border_color);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  gap: 5px;
  top: 0;
  transition: top 0.2s ease; }
  .edit_submission_page .file_upload:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .edit_submission_page .file_upload .upload_error {
    display: inline-block;
    margin-left: 10px;
    color: #fe4e50; }
  .edit_submission_page .file_upload .upload_success {
    display: inline-block;
    margin-left: 10px;
    color: var(--sc-body_color_lighter); }
  .edit_submission_page .file_upload .upload_progress {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    height: 20px;
    width: 200px;
    background: var(--sc-border_color); }
    .edit_submission_page .file_upload .upload_progress .upload_progress_inner {
      transition: all 0.1s ease;
      height: 100%;
      width: 0%;
      background: var(--sc-body_color_lighter); }
  .edit_submission_page .file_upload .upload_tools {
    display: flex;
    gap: 10px; }
    .edit_submission_page .file_upload .upload_tools:empty {
      display: none; }
    .edit_submission_page .file_upload .upload_tools:last-child {
      margin-left: auto; }
    .edit_submission_page .file_upload .upload_tools button {
      display: inline-block;
      font-size: 16px;
      background: none;
      border: none;
      font-family: inherit;
      color: var(--sc-link_color);
      text-decoration: underline;
      cursor: pointer; }
      .edit_submission_page .file_upload .upload_tools button[disabled] {
        opacity: 0.1; }
    .edit_submission_page .file_upload .upload_tools .delete_btn {
      color: #fe4e50; }

.slider_input {
  display: inline-block;
  box-sizing: border-box;
  min-width: 100px;
  position: relative;
  padding: 5px 10px; }
  .slider_input.disabled {
    opacity: 0.5; }
    .slider_input.disabled .slider_nub {
      cursor: default; }
  .slider_input .slider_fill {
    height: 100%;
    background: var(--sc-border_color50);
    border-radius: 16px; }
  .slider_input .slider_track {
    box-shadow: 0 0 0 1px var(--sc-border_color);
    height: 8px;
    border-radius: 4px;
    position: relative; }
  .slider_input .slider_nub {
    position: absolute;
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    margin-top: -9px;
    margin-left: -9px;
    border: 0;
    background: var(--sc-button_color);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.21), 0 0 0 1px rgba(255, 255, 255, 0.5);
    top: 50%;
    left: 50%; }
    @media (prefers-color-scheme: dark) {
      body:not(.light_theme) .slider_input .slider_nub {
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.21), 0 0 0 1px rgba(0, 0, 0, 0.5); } }
    body.dark_theme .slider_input .slider_nub {
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.21), 0 0 0 1px rgba(0, 0, 0, 0.5); }
    .slider_input .slider_nub:hover {
      background: var(--sc-button_hover_color); }
    .slider_input .slider_nub:active {
      background-color: var(--sc-button_active_color); }
  .slider_input .value_tooltip {
    pointer-events: none;
    box-sizing: border-box;
    position: absolute;
    background: black;
    color: white;
    font-family: monospace;
    padding: 2px 4px;
    top: 0;
    font-size: 12px;
    transform: translate(-50%, -140%);
    margin-bottom: 4px;
    border-radius: 2px; }

.graph_container {
  height: 220px;
  margin-bottom: 40px; }
  .graph_container .graph_popup {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    top: 0;
    left: 0; }
    .graph_container .graph_popup .popup_date {
      font-weight: bold; }
  .graph_container .axis path, .graph_container .axis line {
    fill: none;
    stroke: var(--sc-body_color_lighter);
    shape-rendering: crispEdges; }
  .graph_container .axis text {
    fill: var(--sc-body_color); }
  .graph_container .x_guides, .graph_container .y_guides {
    stroke: var(--sc-border_color);
    fill: none;
    shape-rendering: crispEdges; }
  .graph_container .graph path {
    fill: rgba(52, 160, 242, 0.5);
    stroke: rgba(52, 160, 242, 0.8); }
  .graph_container .popup_trigger:hover circle {
    fill: #f4fafe;
    stroke-width: 3; }
  .graph_container .popup_trigger circle {
    fill: white;
    stroke: var(--sc-link_color); }
  .graph_container .popup_trigger .hitbox {
    fill: black;
    opacity: 0.0; }
  .graph_container .label circle {
    fill: white;
    stroke: var(--sc-link_color); }
  .graph_container .label text {
    fill: var(--sc-body_color_light); }

.home_header {
  padding-top: 12px; }
  .home_header .tab {
    padding-bottom: 8px; }
  @media (max-width: 650px) {
    .home_header .tabs_inner {
      white-space: nowrap;
      overflow-x: auto;
      overflow-y: hidden; } }
  .home_header .tab_wrapper {
    position: relative; }
    .home_header .tab_wrapper .tab_bubble {
      box-sizing: border-box;
      position: absolute;
      top: -7px;
      left: 100%;
      margin-left: -5px;
      z-index: 10;
      display: flex;
      align-items: center;
      --sc-bubble-size: 22px;
      height: var(--sc-bubble-size);
      min-width: var(--sc-bubble-size);
      padding: 0 5px;
      color: white;
      background: #fe4e50;
      vertical-align: top;
      border-radius: 10px;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none; }
      @media (max-width: 650px) {
        .home_header .tab_wrapper .tab_bubble {
          font-size: 12px;
          --sc-bubble-size: 18px; } }
.index_logged_out_page {
  background: var(--sc-white_back); }
  .index_logged_out_page .typed-cursor {
    display: none; }
  .index_logged_out_page .primary_header {
    background: #717485;
    padding: 30px 0;
    text-align: center;
    background: url(/static/images/banner_wide.jpg);
    background-position: 50% 50%;
    background-size: cover; }
    .index_logged_out_page .primary_header .slide_up {
      top: 10px;
      opacity: 0; }
    .index_logged_out_page .primary_header h1, .index_logged_out_page .primary_header h2 {
      transition: all 0.6s ease-out;
      position: relative;
      top: 0; }
    .index_logged_out_page .primary_header h1 {
      font-size: 60px;
      font-weight: normal;
      margin: 0;
      line-height: 1.1;
      padding: 0 10px;
      color: white; }
    .index_logged_out_page .primary_header h2 {
      font-weight: normal;
      margin: 0;
      font-size: 18px;
      color: var(--sc-body_color_light);
      margin-top: 5px;
      color: white; }
  .index_logged_out_page .streak_browser {
    text-align: center;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
    padding: 0 20px;
    padding-top: 10px;
    background: var(--sc-gray_back); }
    .index_logged_out_page .streak_browser .tab {
      padding-bottom: 10px; }
    .index_logged_out_page .streak_browser .tab, .index_logged_out_page .streak_browser .tab_sub {
      font-size: 18px; }
      @media (max-width: 650px) {
        .index_logged_out_page .streak_browser .tab, .index_logged_out_page .streak_browser .tab_sub {
          font-size: 15px;
          margin-right: 20px; } }
  .index_logged_out_page h3 {
    color: var(--sc-body_color_light);
    margin: 20px 0;
    font-size: 28px; }
  .index_logged_out_page .sub_header {
    padding: 0 20px; }
  .index_logged_out_page .intro {
    text-align: center;
    padding: 80px 0; }
    @media (max-width: 650px) {
      .index_logged_out_page .intro {
        padding: 20px 0; } }
    .index_logged_out_page .intro h3 {
      margin: 0 0 20px 0; }
    .index_logged_out_page .intro p {
      font-size: 20px;
      margin-bottom: 20px; }
    .index_logged_out_page .intro .intro_left, .index_logged_out_page .intro .intro_right {
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
      @media (max-width: 1100px) {
        .index_logged_out_page .intro .intro_left, .index_logged_out_page .intro .intro_right {
          display: block; } }
    .index_logged_out_page .intro .intro_left {
      max-width: 440px;
      margin-right: 60px; }
      @media (max-width: 1100px) {
        .index_logged_out_page .intro .intro_left {
          max-width: 400px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 60px;
          padding: 0 40px; }
          .index_logged_out_page .intro .intro_left p:last-child {
            margin-bottom: 0; } }
      @media (max-width: 650px) {
        .index_logged_out_page .intro .intro_left {
          padding: 0 20px; } }
    @media (max-width: 1100px) {
      .index_logged_out_page .intro .intro_right {
        max-width: 548px;
        padding: 0 20px;
        margin-left: auto;
        margin-right: auto; }
        .index_logged_out_page .intro .intro_right img {
          width: 100%;
          height: auto; } }
  .index_logged_out_page .streak_grid {
    text-align: center;
    padding: 0 10px;
    padding: 40px 0;
    background: var(--sc-gray_back); }
    @media (prefers-color-scheme: dark) {
      body:not(.light_theme) .index_logged_out_page .streak_grid {
        border-top: 1px solid var(--sc-border_color);
        border-bottom: 1px solid var(--sc-border_color); } }
    body.dark_theme .index_logged_out_page .streak_grid {
      border-top: 1px solid var(--sc-border_color);
      border-bottom: 1px solid var(--sc-border_color); }
    .index_logged_out_page .streak_grid .grid_wrapper {
      max-width: 420px;
      margin: 0 auto;
      font-size: 0;
      height: 86px;
      overflow: hidden; }
    .index_logged_out_page .streak_grid .grid_note {
      max-width: 300px;
      color: var(--sc-body_color_light);
      padding: 0 20px;
      line-height: 1.5; }
      .index_logged_out_page .streak_grid .grid_note.above {
        margin: 0 auto 25px auto; }
      .index_logged_out_page .streak_grid .grid_note.below {
        margin: 25px auto 0 auto; }
    .index_logged_out_page .streak_grid .grid_stats {
      margin-top: 10px; }
      .index_logged_out_page .streak_grid .grid_stats .stat_value {
        font-size: 22px; }
      .index_logged_out_page .streak_grid .grid_stats .stat_label {
        color: var(--sc-body_color_light);
        font-size: 16px; }
    .index_logged_out_page .streak_grid .grid_box {
      transition: background 0.3s ease;
      background: var(--sc-border_color);
      width: 22px;
      height: 22px;
      display: inline-block;
      margin-right: 5px;
      margin-left: 5px;
      margin-bottom: 10px; }
      .index_logged_out_page .streak_grid .grid_box.active {
        background: var(--sc-green); }
  .index_logged_out_page .tutorial {
    padding: 100px 0;
    text-align: center; }
    @media (max-width: 650px) {
      .index_logged_out_page .tutorial {
        padding: 20px 0; } }
    .index_logged_out_page .tutorial h3 {
      margin: 0 0 20px 0; }
    .index_logged_out_page .tutorial p {
      font-size: 20px; }
    .index_logged_out_page .tutorial .tutorial_left {
      margin-right: 60px; }
      @media (max-width: 1100px) {
        .index_logged_out_page .tutorial .tutorial_left {
          margin-bottom: 40px; } }
    .index_logged_out_page .tutorial .tutorial_left, .index_logged_out_page .tutorial .tutorial_right {
      display: inline-block;
      vertical-align: top;
      width: 495px;
      text-align: left; }
      @media (max-width: 1100px) {
        .index_logged_out_page .tutorial .tutorial_left, .index_logged_out_page .tutorial .tutorial_right {
          display: block;
          max-width: 400px;
          width: auto;
          margin-left: auto;
          margin-right: auto;
          padding: 0 40px; } }
      @media (max-width: 650px) {
        .index_logged_out_page .tutorial .tutorial_left, .index_logged_out_page .tutorial .tutorial_right {
          padding: 0 20px; } }
  .index_logged_out_page .streak_countdown {
    text-align: center;
    padding: 0 10px;
    padding: 40px 0;
    background: var(--sc-gray_back); }
    @media (prefers-color-scheme: dark) {
      body:not(.light_theme) .index_logged_out_page .streak_countdown {
        border-top: 1px solid var(--sc-border_color); } }
    body.dark_theme .index_logged_out_page .streak_countdown {
      border-top: 1px solid var(--sc-border_color); }
    .index_logged_out_page .streak_countdown .countdown_note {
      max-width: 300px;
      color: var(--sc-body_color_light);
      padding: 0 20px;
      line-height: 1.5; }
      .index_logged_out_page .streak_countdown .countdown_note.above {
        margin: 0 auto 25px auto; }
      .index_logged_out_page .streak_countdown .countdown_note.below {
        margin: 25px auto 0 auto; }
    .index_logged_out_page .streak_countdown .countdown {
      width: 300px;
      margin: 0 auto; }
  .index_logged_out_page .footer_buttons {
    padding: 40px 0 60px;
    text-align: center;
    color: white;
    background: var(--sc-header_color);
    background: linear-gradient(45deg, #34a0f2, #71a2a9); }
    .index_logged_out_page .footer_buttons h3 {
      margin: 0;
      font-weight: normal;
      margin-bottom: 20px;
      color: white; }
    .index_logged_out_page .footer_buttons .buttons_box {
      box-sizing: border-box;
      padding-top: 110px;
      background: #333;
      max-width: 400px;
      height: 300px;
      margin: auto;
      background: url(/static/images/box.jpg);
      background-position: 50% 50%;
      box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5); }
    .index_logged_out_page .footer_buttons .button {
      font-size: 30px;
      height: 60px;
      line-height: 56px;
      padding: 0 40px;
      background: transparent !important;
      color: white !important;
      border-color: white !important; }
      @media (max-width: 400px) {
        .index_logged_out_page .footer_buttons .button {
          font-size: 22px; } }
      .index_logged_out_page .footer_buttons .button:hover {
        background-color: white !important;
        color: var(--sc-link_color) !important; }
    .index_logged_out_page .footer_buttons .small_text {
      margin-top: 10px;
      color: rgba(255, 255, 255, 0.8); }
      .index_logged_out_page .footer_buttons .small_text a {
        color: white; }
  .index_logged_out_page .featured_streaks, .index_logged_out_page .featured_submissions {
    text-align: center; }
    .index_logged_out_page .featured_streaks h3, .index_logged_out_page .featured_submissions h3 {
      margin-bottom: 0;
      font-weight: normal;
      margin-top: 40px; }
  .index_logged_out_page .featured_streaks .streak_list {
    margin: 40px auto;
    padding: 0 20px;
    max-width: 800px; }
  .index_logged_out_page .all_streaks {
    text-align: center; }
  .index_logged_out_page .featured_submissions {
    margin-top: 40px;
    border-top: 1px solid var(--sc-border_color);
    box-sizing: border-box;
    background: var(--sc-gray_back); }
    .index_logged_out_page .featured_submissions .submission_columns {
      margin-top: 30px; }
    .index_logged_out_page .featured_submissions .submissions_column {
      display: inline-block;
      vertical-align: top;
      margin-right: 30px;
      width: 400px; }
      .index_logged_out_page .featured_submissions .submissions_column:nth-child(3) {
        margin-right: 0; }
      @media (max-width: 1380px) {
        .index_logged_out_page .featured_submissions .submissions_column.col3 {
          display: none; }
        .index_logged_out_page .featured_submissions .submissions_column:nth-child(2) {
          margin-right: 0; } }
      @media (max-width: 940px) {
        .index_logged_out_page .featured_submissions .submissions_column {
          width: 300px; } }
      @media (max-width: 715px) {
        .index_logged_out_page .featured_submissions .submissions_column.col2 {
          display: none; }
        .index_logged_out_page .featured_submissions .submissions_column:nth-child(1) {
          margin-right: 0; } }
      @media (max-width: 400px) {
        .index_logged_out_page .featured_submissions .submissions_column {
          width: 100%; }
          .index_logged_out_page .featured_submissions .submissions_column .featured_submission {
            border: 0;
            border-bottom: 1px solid var(--sc-border_color); } }
    .index_logged_out_page .featured_submissions .featured_submission {
      border: 1px solid var(--sc-border_color);
      padding: 10px;
      margin-bottom: 30px;
      text-align: left;
      background: var(--sc-white_back); }
      .index_logged_out_page .featured_submissions .featured_submission .submission_image img {
        width: 100%;
        height: auto;
        display: block;
        border: 0; }
        .index_logged_out_page .featured_submissions .featured_submission .submission_image img:not([src]) {
          opacity: 0; }
      .index_logged_out_page .featured_submissions .featured_submission .submission_author, .index_logged_out_page .featured_submissions .featured_submission .submission_title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 63px;
        line-height: 1.4; }
        .index_logged_out_page .featured_submissions .featured_submission .submission_author a, .index_logged_out_page .featured_submissions .featured_submission .submission_title a {
          text-decoration: none;
          display: inline-block;
          border-bottom: 1px solid var(--sc-link_color);
          line-height: 1.2; }
      .index_logged_out_page .featured_submissions .featured_submission .submission_title {
        font-size: 20px; }
      .index_logged_out_page .featured_submissions .featured_submission .submission_author {
        color: var(--sc-body_color_lighter); }
        .index_logged_out_page .featured_submissions .featured_submission .submission_author a {
          color: var(--sc-body_color_light);
          border-color: var(--sc-body_color_lighter); }
      .index_logged_out_page .featured_submissions .featured_submission .submission_meta {
        margin-top: 10px; }
        .index_logged_out_page .featured_submissions .featured_submission .submission_meta img {
          width: 53px;
          height: 53px;
          border-radius: 53px;
          float: left; }

.notifications_page a {
  transition: all 0.1s ease;
  color: var(--sc-body_color_light);
  text-decoration: none;
  border-bottom: 2px solid var(--sc-button_color); }
  .notifications_page a:hover {
    color: var(--sc-link_color); }

@media (max-width: 650px) {
  .notifications_page {
    margin-bottom: 15px; }
    .notifications_page h2 {
      font-size: 24px; } }

.notifications_page .notification_row {
  margin-bottom: 10px;
  line-height: 1.3; }

.notifications_page .timestamp {
  color: var(--sc-body_color_lighter); }

.search_page .query:before {
  content: "“";
  font-weight: normal;
  color: var(--sc-body_color_lighter); }

.search_page .query:after {
  content: "”";
  font-weight: normal;
  color: var(--sc-body_color_lighter); }

.stats_this_week_page .nice_table {
  min-width: 60%;
  margin-bottom: 60px; }
  @media (max-width: 650px) {
    .stats_this_week_page .nice_table {
      font-size: 15px; } }
@media (max-width: 650px) {
  .stats_this_week_page .page_tabs .tab {
    font-size: 15px;
    margin-right: 20px;
    margin-bottom: 5px; } }

.streak_embed_page iframe {
  border: 2px solid var(--sc-border_color); }

.streak_embed_page .columns {
  display: flex;
  margin-top: 20px;
  gap: 20px; }
  .streak_embed_page .columns > * {
    flex: 1; }

.streak_embed_page textarea {
  width: 100%;
  max-width: 500px;
  height: 100px;
  color: var(--sc-body_color_light); }

.streak_header {
  margin-bottom: 25px; }
  @media (max-width: 650px) {
    .streak_header {
      margin-bottom: 0; } }
  .streak_header .breadcrumbs {
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--sc-body_color_light); }
    .streak_header .breadcrumbs a {
      text-decoration: none; }
      .streak_header .breadcrumbs a:hover {
        text-decoration: underline; }
  .streak_header .draft_banner, .streak_header .hidden_banner {
    display: block;
    background: #fe8182;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    text-align: center; }
  .streak_header .page_header {
    padding-top: 25px;
    margin-bottom: 25px; }
    @media (max-width: 650px) {
      .streak_header .page_header {
        margin-bottom: 15px;
        padding-top: 10px; } }
  .streak_header .page_tabs {
    margin-bottom: 0; }
  .streak_header .hidden_banner {
    background: #c4e6a7;
    color: #45602e; }
  .streak_header h2 a {
    color: inherit;
    text-decoration: none;
    border: 0; }

.streak_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
  align-items: start; }
  .streak_list .streak_box {
    min-height: 225px;
    min-width: 0;
    background: var(--sc-white_back);
    border: 1px solid var(--sc-border_color);
    position: relative;
    font-size: 18px;
    display: flex;
    flex-direction: column; }
    .streak_list .streak_box .upper_content {
      border-bottom: 1px solid var(--sc-border_color);
      padding: 10px 20px;
      box-sizing: border-box; }
    .streak_list .streak_box .lower_content {
      flex: 1;
      min-height: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 10px 20px; }
      .streak_list .streak_box .lower_content > * {
        margin-bottom: 10px; }
        .streak_list .streak_box .lower_content > *:last-child {
          margin-bottom: 0; }
    .streak_list .streak_box .streak_tag {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 12px;
      text-transform: uppercase;
      background: #fe8182;
      color: white;
      padding: 2px 4px;
      border-radius: 4px;
      font-weight: bold; }
      .streak_list .streak_box .streak_tag.hidden_tag {
        background: var(--sc-purple); }
    .streak_list .streak_box h3 {
      font-size: 28px;
      font-weight: normal;
      overflow: hidden;
      line-height: 36px;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 650px) {
        .responsive .streak_list .streak_box h3 {
          font-size: 20px;
          line-height: normal; } }
      .streak_list .streak_box h3 a {
        color: var(--sc-body_color);
        text-decoration: none;
        transition: color 0.2s ease; }
        .streak_list .streak_box h3 a:hover {
          color: var(--sc-link_color); }
    .streak_list .streak_box .short_description {
      font-size: 18px;
      color: var(--sc-body_color_light); }
    .streak_list .streak_box .streak_host {
      color: var(--sc-body_color_lighter);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-bottom: 6px; }
      .streak_list .streak_box .streak_host a {
        color: var(--sc-body_color_light);
        text-decoration: none;
        border-bottom: 2px solid #34a0f2;
        transition: color 0.2s ease; }
        .streak_list .streak_box .streak_host a:hover {
          color: var(--sc-link_color); }
    .streak_list .streak_box .date_range {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: var(--sc-body_color_light);
      font-size: 15px; }
    .streak_list .streak_box .streak_stats {
      text-align: center; }
      .streak_list .streak_box .streak_stats .stat_box {
        display: inline-block;
        margin-right: 20px;
        min-width: 50px; }
        .streak_list .streak_box .streak_stats .stat_box:last-child {
          margin-right: 0; }
      .streak_list .streak_box .streak_stats .stat_value {
        font-size: 24px; }
      .streak_list .streak_box .streak_stats .stat_label {
        font-size: 16px;
        color: var(--sc-body_color_light); }
    .streak_list .streak_box .submit_btn {
      display: block; }
    .streak_list .streak_box .status_message {
      color: var(--sc-body_color_lighter);
      text-align: center; }
    .streak_list .streak_box .progress_outer {
      height: 10px;
      background: var(--sc-border_color);
      border-radius: 10px; }
      .streak_list .streak_box .progress_outer .progress_inner {
        height: 10px;
        border-radius: 10px;
        background: var(--sc-green); }

.streak_participants_page .user_list {
  margin: 20px 0; }

.streak_row {
  margin-bottom: 20px; }
  .streak_row h3, .streak_row h4 {
    margin: 0; }
    .streak_row h3 a, .streak_row h4 a {
      transition: all 0.1s ease;
      color: var(--sc-body_color_light);
      text-decoration: none;
      border-bottom: 2px solid var(--sc-button_color); }
      .streak_row h3 a:hover, .streak_row h4 a:hover {
        color: var(--sc-link_color); }
  .streak_row h4 {
    margin-top: 4px;
    color: var(--sc-body_color_light);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .streak_row .streak_sub {
    color: var(--sc-body_color_light);
    font-size: 15px;
    margin-top: 6px; }
  .streak_row .streak_unit {
    height: 18px;
    line-height: 18px; }
  .streak_row .streak_units {
    margin-top: 10px; }

.streak_top_participants_page .user_list {
  margin-bottom: 40px; }

.streak_units .unit_group_header {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--sc-body_color_lighter);
  font-weight: bold;
  margin-bottom: 5px; }

.streak_units .unit_group {
  margin-bottom: 20px; }

.streak_units .unit_group_units {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
  grid-gap: 5px;
  align-items: start; }
  .streak_units .unit_group_units > a {
    text-decoration: none;
    display: block; }

.streak_units .streak_unit {
  background: var(--sc-border_color);
  color: var(--sc-body_color_light);
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  height: 20px;
  line-height: 20px;
  font-size: 13px; }
  .streak_units .streak_unit.spacer {
    background: transparent;
    box-shadow: inset 0 0 0 2px var(--sc-border_color50); }
  .streak_units .streak_unit.before_current_unit {
    background: var(--sc-border_color); }
    .streak_units .streak_unit.before_current_unit.empty:not(.current_unit) {
      opacity: 0.5; }
  .streak_units .streak_unit.current_unit {
    box-shadow: 0 0 0 4px var(--sc-blue), inset 0 0 0 2px var(--sc-gray_back); }
  .streak_units .streak_unit.submitted {
    background: var(--sc-green);
    color: #5d952c; }
    @media (prefers-color-scheme: dark) {
      body:not(.light_theme) .streak_units .streak_unit.submitted {
        color: #37852f; } }
    body.dark_theme .streak_units .streak_unit.submitted {
      color: #37852f; }

.streaks_page .streak_list {
  margin-top: 20px; }

.submission_comment_list .submission_comment, .submission_comment_list .comment_spacer {
  position: relative;
  margin: 0 0 40px 0; }
  .submission_comment_list .submission_comment:last-child, .submission_comment_list .comment_spacer:last-child {
    margin-bottom: 30px; }

.submission_comment_list .comment_spacer {
  overflow: hidden;
  transition: all 0.5s ease;
  margin-bottom: 0; }
  .submission_comment_list .comment_spacer.animated {
    margin-bottom: 40px; }
    .submission_comment_list .comment_spacer.animated .submission_comment {
      left: 0;
      opacity: 2; }
  .submission_comment_list .comment_spacer .submission_comment {
    transition: all 0.5s ease;
    margin: 0;
    opacity: 0;
    left: -25%; }

.submission_comment_list .submission_comment {
  *zoom: 1; }
  .submission_comment_list .submission_comment:before, .submission_comment_list .submission_comment:after {
    content: " ";
    display: table; }
  .submission_comment_list .submission_comment:after {
    clear: both; }
  .submission_comment_list .submission_comment.loading {
    position: relative;
    pointer-events: none; }
    .submission_comment_list .submission_comment.loading:before {
      content: " ";
      position: absolute;
      display: block;
      z-index: 1;
      top: -10px;
      bottom: -10px;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.5); }
  .submission_comment_list .submission_comment.editing .edit_tool, .submission_comment_list .submission_comment.editing .comment_body {
    display: none; }
  .submission_comment_list .submission_comment .comment_avatar {
    float: left;
    margin-left: 20px;
    margin-top: 5px; }
    .submission_comment_list .submission_comment .comment_avatar img {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 20px; }
  .submission_comment_list .submission_comment .comment_tools {
    float: right; }
    .submission_comment_list .submission_comment .comment_tools a {
      color: var(--sc-body_color_lighter); }
  .submission_comment_list .submission_comment .comment_content {
    margin-left: 80px;
    margin-right: 20px; }
  .submission_comment_list .submission_comment .comment_time {
    color: var(--sc-body_color_lighter); }
  .submission_comment_list .submission_comment .comment_head {
    margin-bottom: 20px; }
  .submission_comment_list .submission_comment .comment_body.user_formatted {
    padding: 0; }
  .submission_comment_list .submission_comment .suspended_message {
    color: var(--sc-body_color_lighter); }
  .submission_comment_list .submission_comment .comment_editor {
    border: 1px solid var(--sc-border_color);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
    padding: 10px; }
    .submission_comment_list .submission_comment .comment_editor textarea {
      box-sizing: border-box;
      width: 100%;
      display: block; }
    .submission_comment_list .submission_comment .comment_editor .button_row {
      margin-top: 10px; }

.submission_commenter .markdown_editor > textarea {
  min-height: 100px; }

.submission_commenter .comment_form_outer {
  border-top: 1px solid var(--sc-border_color); }
  .submission_commenter .comment_form_outer .comment_header {
    margin: 10px 20px; }
  .submission_commenter .comment_form_outer .input_wrapper {
    margin: 10px 20px; }
  .submission_commenter .comment_form_outer textarea {
    box-sizing: border-box;
    width: 100%;
    display: block; }
  .submission_commenter .comment_form_outer .button_row {
    margin: 10px 20px 15px 20px; }
  .submission_commenter .comment_form_outer .form_errors {
    margin: 20px; }

.submission_commenter .submission_comment_list {
  padding-top: 30px;
  border-top: 1px solid var(--sc-border_color); }
  .submission_commenter .submission_comment_list:empty {
    border-width: 0px;
    padding: 0; }

.submission_commenter .load_more_comments {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border-top: 1px solid var(--sc-border_color);
  background: #F5F5F5;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer; }
  .submission_commenter .load_more_comments.loading {
    color: #c2c2c2;
    cursor: default; }
    .submission_commenter .load_more_comments.loading:hover, .submission_commenter .load_more_comments.loading:active {
      background: #F5F5F5; }
  .submission_commenter .load_more_comments:hover {
    background: #f0f0f0; }
  .submission_commenter .load_more_comments:active {
    background: #e8e8e8; }

.submission_commenter .comment_login {
  margin: 20px; }

.submission_list {
  margin: 20px 0;
  width: 700px;
  display: flex;
  flex-direction: column;
  gap: 40px; }
  .submission_list .submission_row {
    position: relative; }
    .submission_list .submission_row .submission_admin {
      margin-top: 10px;
      background: var(--sc-white_back);
      border: 1px solid var(--sc-border_color);
      padding: 10px;
      position: absolute;
      top: 0;
      right: 100%;
      margin-right: 10px; }
      @media (max-width: 650px) {
        .submission_list .submission_row .submission_admin {
          display: none; } }
    .submission_list .submission_row .submission_content {
      background: var(--sc-white_back);
      border: 1px solid var(--sc-border_color);
      border-radius: 4px;
      margin-left: 98px; }
    .submission_list .submission_row .submission_inside_content.truncated {
      max-height: 680px;
      overflow: hidden;
      position: relative; }
    .submission_list .submission_row .submission_inside_content .unroll_submission {
      position: absolute;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--sc-white_back) 50%, var(--sc-white_back));
      font-size: 18px;
      font-weight: bold;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      padding: 20px 0 5px 0;
      color: var(--sc-link_color);
      cursor: pointer; }
    .submission_list .submission_row .submission_header {
      position: relative;
      border-bottom: 1px solid var(--sc-border_color);
      padding: 12px 20px 15px 20px;
      background: var(--sc-gray_back50);
      border-radius: 4px 4px 0 0; }
      .submission_list .submission_row .submission_header .submission_meta {
        position: absolute;
        top: 12px;
        right: 20px;
        font-size: 16px;
        color: var(--sc-body_color_lighter); }
        .submission_list .submission_row .submission_header .submission_meta a {
          color: var(--sc-body_color_lighter);
          text-decoration: none; }
          .submission_list .submission_row .submission_header .submission_meta a:hover {
            text-decoration: underline; }
        .submission_list .submission_row .submission_header .submission_meta .edit_btn {
          transition: all 0.2s ease;
          display: inline-block;
          vertical-align: top;
          margin-left: 15px;
          position: relative;
          top: 2px; }
          .submission_list .submission_row .submission_header .submission_meta .edit_btn:hover {
            color: var(--sc-link_color);
            text-decoration: none; }
      .submission_list .submission_row .submission_header .submission_title {
        margin-right: 140px;
        line-height: 1.6; }
        .submission_list .submission_row .submission_header .submission_title a {
          transition: all 0.1s ease;
          color: var(--sc-body_color_light);
          text-decoration: none;
          border-bottom: 2px solid var(--sc-button_color); }
          .submission_list .submission_row .submission_header .submission_title a:hover {
            color: var(--sc-link_color); }
        .submission_list .submission_row .submission_header .submission_title a {
          padding-bottom: 2px; }
      .submission_list .submission_row .submission_header .submission_summary {
        margin-top: 15px;
        color: var(--sc-body_color_light); }
        .submission_list .submission_row .submission_header .submission_summary a {
          transition: all 0.1s ease;
          color: var(--sc-body_color_light);
          text-decoration: none;
          border-bottom: 2px solid var(--sc-button_color); }
          .submission_list .submission_row .submission_header .submission_summary a:hover {
            color: var(--sc-link_color); }
        .submission_list .submission_row .submission_header .submission_summary:first-child {
          margin-top: 0;
          margin-right: 140px; }
          @media (max-width: 650px) {
            .submission_list .submission_row .submission_header .submission_summary:first-child {
              margin-right: 0; } }
      .submission_list .submission_row .submission_header .hidden_notice {
        margin-top: 15px;
        font-size: 16px;
        color: var(--sc-purple); }
      .submission_list .submission_row .submission_header .streak_title_group {
        white-space: nowrap; }
    .submission_list .submission_row .submission_uploads img {
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: block;
      border: 0; }
      .submission_list .submission_row .submission_uploads img:not([src]) {
        opacity: 0; }
    .submission_list .submission_row .submission_upload, .submission_list .submission_row .submission_audio {
      display: block;
      margin: 15px 20px;
      display: flex;
      align-items: center;
      min-height: 35px;
      gap: 10px; }
      @media (max-width: 650px) {
        .submission_list .submission_row .submission_upload, .submission_list .submission_row .submission_audio {
          gap: 5px; } }
      @media (max-width: 650px) {
        .submission_list .submission_row .submission_upload button, .submission_list .submission_row .submission_audio button {
          font-size: 16px; } }
      .submission_list .submission_row .submission_upload .upload_download + *, .submission_list .submission_row .submission_audio .upload_download + * {
        margin-left: 5px; }
      .submission_list .submission_row .submission_upload .upload_name, .submission_list .submission_row .submission_audio .upload_name {
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .submission_list .submission_row .submission_upload .upload_stats, .submission_list .submission_row .submission_audio .upload_stats {
        color: var(--sc-body_color_lighter);
        font-size: 16px;
        flex: none; }
        .submission_list .submission_row .submission_upload .upload_stats:last-child, .submission_list .submission_row .submission_audio .upload_stats:last-child {
          margin-left: auto; }
      .submission_list .submission_row .submission_upload .upload_size, .submission_list .submission_row .submission_audio .upload_size {
        color: var(--sc-body_color_light); }
        .submission_list .submission_row .submission_upload .upload_size:before, .submission_list .submission_row .submission_audio .upload_size:before {
          content: "("; }
        .submission_list .submission_row .submission_upload .upload_size:after, .submission_list .submission_row .submission_audio .upload_size:after {
          content: ")"; }
    .submission_list .submission_row .submission_video_widget {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: inset 0 0 0 1px white, inset 0 0 10px 4px rgba(0, 0, 0, 0.2);
      position: relative;
      overflow: hidden; }
      .submission_list .submission_row .submission_video_widget .video_progress_bar {
        box-shadow: 0 0 0 2px white, 0 0 0 4px rgba(0, 0, 0, 0.2);
        position: absolute;
        left: 10px;
        bottom: 10px;
        right: 10px;
        height: 5px;
        border-radius: 4px;
        background: var(--sc-border_color);
        overflow: hidden;
        pointer-events: none;
        opacity: 0.75; }
        .submission_list .submission_row .submission_video_widget .video_progress_bar .video_progress_bar_inner {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 0%;
          border-radius: 4px;
          background: var(--sc-body_color_lighter); }
      .submission_list .submission_row .submission_video_widget > .video_thumbnail {
        position: absolute;
        filter: blur(20px);
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        top: -10px;
        left: -10px; }
      .submission_list .submission_row .submission_video_widget > .control_buttons {
        z-index: 0;
        display: flex;
        gap: 5px;
        background: var(--sc-white_back);
        align-items: center;
        box-shadow: 0 0 0 2px white, 0 0 0 4px rgba(0, 0, 0, 0.2);
        border-radius: 10px; }
        .submission_list .submission_row .submission_video_widget > .control_buttons .upload_size {
          margin-right: 10px;
          color: var(--sc-body_color_light); }
        .submission_list .submission_row .submission_video_widget > .control_buttons .download_btn {
          border: 0;
          background: transparent;
          cursor: pointer;
          color: inherit;
          padding: 5px;
          color: var(--sc-body_color_light); }
          .submission_list .submission_row .submission_video_widget > .control_buttons .download_btn:active {
            position: relative;
            top: 1px; }
          .submission_list .submission_row .submission_video_widget > .control_buttons .download_btn:hover {
            color: var(--sc-body_color); }
      .submission_list .submission_row .submission_video_widget > video {
        max-width: 100%;
        max-height: 100%; }
    .submission_list .submission_row .submission_audio {
      position: relative;
      gap: 15px; }
      @media (max-width: 650px) {
        .submission_list .submission_row .submission_audio {
          gap: 8px; } }
      .submission_list .submission_row .submission_audio.loading .play_audio_btn {
        opacity: 0.5; }
      .submission_list .submission_row .submission_audio .playback_error {
        color: #fe4e50;
        font-weight: bold; }
      .submission_list .submission_row .submission_audio .audio_progress_inner {
        transition: all 0.3s linear; }
      .submission_list .submission_row .submission_audio .download_form {
        float: right; }
        .submission_list .submission_row .submission_audio .download_form button {
          margin-right: 0; }
      .submission_list .submission_row .submission_audio .playback_area {
        flex: 1;
        min-width: 0;
        display: flex;
        gap: 10px;
        position: relative;
        align-items: center;
        align-self: stretch;
        padding-bottom: 3px; }
      .submission_list .submission_row .submission_audio .audio_progress_outer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: var(--sc-border_color); }
        .submission_list .submission_row .submission_audio .audio_progress_outer .audio_progress_inner {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 50%;
          background: var(--sc-body_color_lighter); }
      .submission_list .submission_row .submission_audio .play_audio_btn {
        background: var(--sc-button_color);
        height: 35px;
        border: 0;
        width: 35px;
        border-radius: 35px;
        color: white;
        cursor: pointer;
        float: left;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center; }
        .submission_list .submission_row .submission_audio .play_audio_btn > img {
          margin: 0; }
        .submission_list .submission_row .submission_audio .play_audio_btn .play_icon, .submission_list .submission_row .submission_audio .play_audio_btn .pause_icon {
          transition: opacity 0.2s ease; }
        .submission_list .submission_row .submission_audio .play_audio_btn .play_icon {
          height: 20px;
          width: 17px;
          margin-left: 5px; }
        .submission_list .submission_row .submission_audio .play_audio_btn .pause_icon {
          width: 15px;
          height: 19px; }
        .submission_list .submission_row .submission_audio .play_audio_btn:hover {
          background: var(--sc-button_hover_color); }
        .submission_list .submission_row .submission_audio .play_audio_btn:active {
          background: var(--sc-button_active_color); }
    .submission_list .submission_row .user_column {
      position: absolute;
      top: 6px;
      left: 0;
      width: 80px;
      text-align: center;
      word-wrap: break-word; }
      .submission_list .submission_row .user_column .user_link {
        text-decoration: none; }
        .submission_list .submission_row .user_column .user_link > img {
          width: 80px;
          height: 80px;
          display: block;
          border-radius: 40px;
          margin-bottom: 10px;
          border: 0; }
      .submission_list .submission_row .user_column .user_name {
        transition: all 0.1s ease;
        font-size: 16px;
        color: var(--sc-body_color_light);
        text-decoration: none;
        border-bottom: 2px solid var(--sc-link_color); }
        .submission_list .submission_row .user_column .user_name:hover {
          color: var(--sc-link_color); }
    .submission_list .submission_row h3, .submission_list .submission_row h4 {
      margin: 0; }
    .submission_list .submission_row h4 {
      font-weight: normal; }
    .submission_list .submission_row .user_formatted {
      padding: 15px 20px; }
      .submission_list .submission_row .user_formatted pre {
        overflow-x: scroll; }
    .submission_list .submission_row .unit_number {
      font-size: 16px;
      display: inline-block;
      vertical-align: middle;
      font-weight: normal;
      background: var(--sc-border_color);
      padding: 1px 6px;
      border-radius: 12px;
      margin-left: 2px; }
      .submission_list .submission_row .unit_number:before {
        content: "#"; }
    .submission_list .submission_row .empty_message {
      padding: 15px 20px;
      margin: 0;
      color: var(--sc-body_color_lighter); }
    .submission_list .submission_row .submission_footer {
      border-top: 1px solid var(--sc-border_color);
      position: relative;
      overflow: hidden; }
      .submission_list .submission_row .submission_footer .footer_inside {
        padding: 10px 20px;
        position: relative;
        float: left; }
      .submission_list .submission_row .submission_footer a {
        color: var(--sc-body_color_light); }
        .submission_list .submission_row .submission_footer a.loading {
          opacity: 0.3; }
      .submission_list .submission_row .submission_footer .submission_tags {
        padding: 10px 20px;
        text-align: right; }
        .submission_list .submission_row .submission_footer .submission_tags .submission_tag {
          transition: all 0.2s ease;
          display: inline-block;
          font-size: 16px;
          margin-left: 15px;
          text-decoration: none;
          color: var(--sc-body_color_light); }
          .submission_list .submission_row .submission_footer .submission_tags .submission_tag:hover {
            color: var(--sc-link_color); }
          .submission_list .submission_row .submission_footer .submission_tags .submission_tag:before {
            content: "#"; }
          .submission_list .submission_row .submission_footer .submission_tags .submission_tag.late_submit_tag {
            background: #ebf6fe;
            padding: 0px 4px;
            border-radius: 2px;
            box-shadow: 0 0 0 3px #ebf6fe, 0 0 0 4px #c2e3fb; }
            @media (prefers-color-scheme: dark) {
              body:not(.light_theme) .submission_list .submission_row .submission_footer .submission_tags .submission_tag.late_submit_tag {
                background: #1d252c;
                box-shadow: 0 0 0 3px #1d252c, 0 0 0 4px #34404b; } }
            body.dark_theme .submission_list .submission_row .submission_footer .submission_tags .submission_tag.late_submit_tag {
              background: #1d252c;
              box-shadow: 0 0 0 3px #1d252c, 0 0 0 4px #34404b; }
    .submission_list .submission_row .comments_toggle_btn.locked {
      cursor: default;
      text-decoration: none; }
  .submission_list .submission_liker {
    margin-top: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .submission_list .submission_liker > button {
      text-decoration: none;
      font-size: 18px;
      color: var(--sc-body_color_lighter);
      display: inline-block;
      vertical-align: top;
      line-height: 18px;
      background: none;
      border: 0;
      display: block;
      cursor: pointer;
      font-size: inherit; }
      .submission_list .submission_liker > button.loading {
        opacity: 0.5;
        cursor: default; }
      .submission_list .submission_liker > button > * {
        display: block; }
      .submission_list .submission_liker > button.liked {
        color: var(--sc-like_color); }
    .submission_list .submission_liker .likes_count {
      transition: all 0.2s ease;
      color: var(--sc-body_color_light);
      border-radius: 4px;
      padding: 0 4px;
      margin-left: 3px;
      line-height: 18px;
      text-decoration: none; }
      .submission_list .submission_liker .likes_count:hover {
        color: var(--sc-like_color); }
  .submission_list .quick_comment_widget {
    position: absolute;
    background: var(--sc-white_back);
    border: 1px solid var(--sc-border_color);
    padding: 10px;
    top: 100%;
    left: 0;
    margin-top: 10px;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    width: 100vw;
    text-align: left;
    max-width: 300px; }
    .submission_list .quick_comment_widget .close_button {
      float: right;
      border: 0;
      background: 0;
      font-size: 18px;
      cursor: pointer;
      margin-top: -5px;
      margin-right: -5px;
      color: var(--sc-body_color_lighter); }
      .submission_list .quick_comment_widget .close_button:hover {
        color: var(--sc-body_color_light); }
    .submission_list .quick_comment_widget h3 {
      font-size: 18px; }
    .submission_list .quick_comment_widget .markdown_editor textarea {
      min-height: 60px;
      font-size: 14px; }
    .submission_list .quick_comment_widget p {
      font-size: 15px;
      color: var(--sc-body_color_light);
      line-height: 1.2;
      margin: 5px 0; }
  .submission_list .list_loader {
    text-align: center;
    background: var(--sc-gray_back50);
    padding: 10px 20px;
    border: 1px solid var(--sc-border_color);
    color: var(--sc-body_color_light);
    cursor: default; }
  @media (max-width: 960px) {
    .responsive .submission_list {
      width: auto; } }
  @media (max-width: 600px) {
    .responsive .submission_list {
      width: auto; }
      .responsive .submission_list .submission_row {
        font-size: 16px; }
        .responsive .submission_list .submission_row .submission_content {
          margin-left: 0; }
        .responsive .submission_list .submission_row .submission_title {
          margin-right: 0; }
        .responsive .submission_list .submission_row .submission_summary {
          font-size: 16px; }
        .responsive .submission_list .submission_row .submission_meta {
          font-size: 14px;
          position: static;
          margin-top: 15px; }
        .responsive .submission_list .submission_row .submission_header .streak_title_group {
          white-space: normal; }
        .responsive .submission_list .submission_row .user_column {
          width: auto;
          text-align: left;
          position: static;
          display: flex;
          align-items: center;
          margin-bottom: 10px; }
          .responsive .submission_list .submission_row .user_column .user_link {
            display: flex;
            align-items: center;
            flex: 1; }
            .responsive .submission_list .submission_row .user_column .user_link > img {
              vertical-align: top;
              width: 30px;
              height: 30px;
              margin: 0; }
          .responsive .submission_list .submission_row .user_column .user_name {
            margin-left: 10px;
            font-size: 18px; }
          .responsive .submission_list .submission_row .user_column .submission_liker {
            margin: 0;
            font-size: 16px; }
            .responsive .submission_list .submission_row .user_column .submission_liker > button {
              padding: 6px; }
            .responsive .submission_list .submission_row .user_column .submission_liker > :first-child {
              -webkit-order: 1;
              -moz-order: 1;
              -ms-order: 1;
              order: 1; }
        .responsive .submission_list .submission_row .submission_upload {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .responsive .submission_list .submission_row .submission_upload .upload_stats {
            display: none; } }
.submission_streaks_page .streak_submission_row {
  margin-bottom: 15px; }
  .submission_streaks_page .streak_submission_row:last-child {
    margin-bottom: 0; }
  .submission_streaks_page .streak_submission_row form {
    display: inline-block;
    margin-left: 10px; }

.user_followers_page, .user_following_page {
  margin-bottom: 40px; }
  @media (max-width: 650px) {
    .user_followers_page, .user_following_page {
      margin-bottom: 20px; } }
.user_header .user_stats {
  margin-top: 3px;
  color: var(--sc-body_color_light);
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 1px 15px; }
  @media (max-width: 650px) {
    .user_header .user_stats {
      gap: 1px 5px;
      font-size: 16px; } }
.user_header .header_split {
  display: flex; }
  .user_header .header_split > :first-child {
    flex: 1; }
  @media (max-width: 650px) {
    .user_header .header_split {
      flex-direction: column;
      gap: 10px; } }
.user_list {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .user_list.narrow {
    gap: 10px; }
    .user_list.narrow .user_data {
      gap: 5px; }
      .user_list.narrow .user_data .user_name {
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .user_list.narrow .user_data .user_name a {
          font-weight: bold; }
    .user_list.narrow .data_action_split {
      display: block; }
      .user_list.narrow .data_action_split > .button {
        display: block;
        margin-top: 10px; }
    .user_list.narrow .user_row {
      gap: 10px; }
  .user_list .user_row {
    transition: all 0.2s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px; }
    @media (max-width: 650px) {
      .user_list .user_row {
        gap: 10px;
        align-items: flex-start; } }
  .user_list .data_action_split {
    flex: 1;
    display: flex;
    gap: 10px; }
    @media (max-width: 650px) {
      .user_list .data_action_split {
        flex-direction: column; } }
  .user_list .user_avatar {
    border-radius: 80px;
    width: 80px;
    height: 80px;
    background: var(--sc-gray_back); }
    @media (max-width: 650px) {
      .user_list .user_avatar {
        margin-top: 5px;
        width: 40px;
        height: 40px; } }
  .user_list .user_data {
    flex: 1;
    gap: 15px;
    display: flex;
    flex-direction: column; }
    .user_list .user_data a {
      transition: all 0.1s ease;
      color: var(--sc-body_color_light);
      text-decoration: none;
      border-bottom: 2px solid var(--sc-button_color); }
      .user_list .user_data a:hover {
        color: var(--sc-link_color); }
    @media (max-width: 650px) {
      .user_list .user_data {
        font-size: 16px;
        gap: 8px; } }
    .user_list .user_data .user_name {
      font-size: 24px; }
      .user_list .user_data .user_name a {
        font-weight: bold; }
      @media (max-width: 650px) {
        .user_list .user_data .user_name {
          font-size: 18px; } }
    .user_list .user_data .user_stats {
      display: flex;
      flex-wrap: wrap;
      gap: 1px 15px; }
    .user_list .user_data .user_stat {
      color: var(--sc-body_color_light); }

.responsive_column > .user_list .user_row {
  background: var(--sc-white_back);
  padding: 20px; }
  @media (max-width: 650px) {
    .responsive_column > .user_list .user_row {
      padding: 10px; } }
.user_login_page h1, .user_register_page h1 {
  margin-bottom: 5px; }

@media (max-width: 600px) {
  .user_login_page .form input[type=text], .user_login_page .form input[type=password], .user_register_page .form input[type=text], .user_register_page .form input[type=password] {
    width: 100%; }
  .user_login_page .button_row .button, .user_register_page .button_row .button {
    display: block;
    width: 100%;
    margin-bottom: 10px; } }

.user_profile_page .columns {
  max-width: 960px;
  display: flex; }
  @media (max-width: 650px) {
    .user_profile_page .columns {
      display: block; } }
.user_profile_page .submission_column {
  flex: 1; }
  @media (max-width: 650px) {
    .user_profile_page .submission_column > h3 {
      font-size: 18px;
      margin: 20px 0; }
    .user_profile_page .submission_column .submission_list {
      margin-top: 20px; } }
.user_profile_page .streak_column {
  box-sizing: border-box;
  width: 260px;
  padding-left: 20px; }
  .user_profile_page .streak_column h2 {
    margin-bottom: 35px; }
  @media (max-width: 900px) {
    .user_profile_page .streak_column {
      display: none; } }
.user_profile_page .user_links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px; }
  .user_profile_page .user_links:empty {
    display: none; }
  .user_profile_page .user_links > * {
    display: inline-block;
    margin-right: 10px; }
    .user_profile_page .user_links > *:last-child {
      margin-right: 0; }
  .user_profile_page .user_links img {
    height: 15px;
    opacity: 0.5;
    vertical-align: -2px;
    display: inline-block;
    margin-right: 5px; }
  .user_profile_page .user_links > span {
    margin-right: 15px; }

.user_profile_page .user_bio {
  background: var(--sc-white_back);
  border: 1px solid var(--sc-border_color);
  padding: 20px;
  border-radius: 3px; }

.user_profile_page .suspended_notice {
  background: var(--sc-red);
  color: white;
  padding: 10px;
  border-radius: 3px;
  font-size: 120%;
  margin-bottom: 20px; }
  .user_profile_page .suspended_notice a {
    color: inherit; }

.user_register .terms_row {
  margin-top: 20px; }

.user_settings_page form {
  margin: 40px 0; }

.user_streaks_hosted_page {
  margin-bottom: 40px; }
  @media (max-width: 650px) {
    .user_streaks_hosted_page {
      margin-bottom: 20px; } }
@media (max-width: 650px) {
  .user_tag_page .responsive_column h2 {
    font-size: 18px;
    margin: 20px 0; }
  .user_tag_page .responsive_column .submission_list {
    margin-top: 20px; } }

.user_tags_page .tag_list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  .user_tags_page .tag_list > li {
    background: var(--sc-white_back);
    border: 1px solid var(--sc-border_color);
    border-radius: 2px; }
    .user_tags_page .tag_list > li:hover {
      background: var(--sc-gray_back50);
      border-color: var(--sc-button_color);
      box-shadow: 0 0 0 1px var(--sc-button_color); }
    .user_tags_page .tag_list > li > a {
      text-decoration: none;
      color: inherit;
      display: block; }
      .user_tags_page .tag_list > li > a > span {
        display: inline-block; }
    .user_tags_page .tag_list > li .tag_name {
      padding: 5px 15px; }
    .user_tags_page .tag_list > li .tag_count {
      padding: 5px 15px;
      border-left: 1px solid var(--sc-border_color);
      color: var(--sc-body_color_lighter); }

@media (max-width: 650px) {
  .view_streak_page:not(.current_user_joined) .countdown {
    display: none; } }

@media (max-width: 650px) {
  .view_streak_page .responsive_column {
    margin-top: 20px; } }

.view_streak_page .streak_description {
  background: var(--sc-white_back);
  border: 1px solid var(--sc-border_color);
  padding: 20px;
  border-radius: 3px; }
  .view_streak_page .streak_description .click_to_open_overlay {
    display: none; }
  @media (max-width: 650px) {
    .view_streak_page .streak_description:not(.description_unrolled) {
      max-height: 120px;
      overflow: hidden;
      position: relative; }
      .view_streak_page .streak_description:not(.description_unrolled) .click_to_open_overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer; }
        .view_streak_page .streak_description:not(.description_unrolled) .click_to_open_overlay:before {
          content: "View more";
          font-size: 15px;
          font-weight: bold;
          text-align: center;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          color: var(--sc-body_color_light);
          padding-bottom: 10px;
          box-sizing: border-box;
          text-shadow: 1px 1px 0 var(--sc-white_back), -1px -1px 0 var(--sc-white_back), -1px 1px 0 var(--sc-white_back), 1px -1px 0 var(--sc-white_back);
          height: 100%;
          max-height: 60px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 80%, white); } }
      @media (max-width: 650px) and (prefers-color-scheme: dark) {
        body:not(.light_theme) .view_streak_page .streak_description:not(.description_unrolled) .click_to_open_overlay:before {
          background: linear-gradient(to bottom, rgba(17, 23, 28, 0), #11171C 80%, #11171C); } }
  @media (max-width: 650px) {
          body.dark_theme .view_streak_page .streak_description:not(.description_unrolled) .click_to_open_overlay:before {
            background: linear-gradient(to bottom, rgba(17, 23, 28, 0), #11171C 80%, #11171C); } }
@media (max-width: 650px) {
  .view_streak_page .admin_tools {
    display: none; } }

.view_streak_page .submission_list_title {
  margin-top: 40px; }

.embed_page .view_streak_page .submission_list_title {
  display: none; }

.embed_page .view_streak_page .submission_list {
  margin-top: 10px; }

.view_streak_page .embed_footer {
  height: 50px;
  z-index: 10;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--sc-header_color);
  color: white;
  line-height: 50px; }
  .view_streak_page .embed_footer .logo_image, .view_streak_page .embed_footer .header_button {
    display: inline-block;
    vertical-align: top; }
  .view_streak_page .embed_footer .header_button {
    margin-top: 10px; }

.view_streak_page .pending_join_banner {
  background: #FB9175;
  color: white;
  padding: 15px 20px;
  color: white;
  margin-bottom: 40px; }

.view_streak_page .streak_units {
  margin-top: 20px; }
  @media (max-width: 650px) {
    .view_streak_page .streak_units {
      display: none; } }
.view_streak_page .columns {
  display: flex;
  gap: 20px; }

.view_streak_page .streak_feed_column {
  flex: 1; }

.view_streak_page .streak_side_column {
  box-sizing: border-box;
  width: 260px;
  padding-bottom: 60px; }
  @media (max-width: 650px) {
    .view_streak_page .streak_side_column {
      padding-bottom: 0;
      margin-bottom: 20px; } }
  .view_streak_page .streak_side_column .button {
    display: block;
    width: 100%; }

.view_streak_page .submit_sub {
  color: var(--sc-body_color_light);
  font-size: 16px;
  margin: 4px 0 0 0;
  text-align: center; }

.view_streak_page .date_summary {
  color: var(--sc-body_color_light);
  font-size: 16px;
  margin-bottom: 20px; }

.view_streak_page .countdown {
  margin-bottom: 20px; }

.view_streak_page .leave_form {
  display: block;
  margin-top: 20px; }

.view_streak_page .streak_summary {
  font-size: 14px;
  font-weight: bold;
  color: var(--sc-body_color_light);
  margin-top: 15px;
  text-align: center; }
  .view_streak_page .streak_summary .stat {
    margin-left: 10px;
    display: inline-block; }
    .view_streak_page .streak_summary .stat:first-child {
      margin-left: 0; }

.view_streak_page .members_only_message {
  color: var(--sc-body_color_light);
  margin-top: 10px; }

@media (max-width: 960px) {
  .view_streak_page .streak_feed_column, .view_streak_page .streak_side_column {
    width: auto; }
  .view_streak_page .columns {
    flex-direction: column; }
  .view_streak_page .streak_feed_column {
    order: 2; }
  .view_streak_page .streak_side_column {
    order: 1; } }

.view_streak_page .misc_links {
  padding: 0;
  list-style: none;
  font-size: 16px; }
  .view_streak_page .misc_links a {
    color: var(--sc-body_color_lighter); }
  @media (max-width: 650px) {
    .view_streak_page .misc_links {
      display: none; } }
@media (max-width: 650px) {
  .view_streak_page .streak_host {
    display: none; } }

.view_streak_page .streak_side_column .community_preview .topic_title {
  font-size: 18px;
  margin-bottom: 2px; }

.view_streak_page .streak_side_column .community_preview .topic_sub {
  font-size: 15px;
  color: var(--sc-body_color_light); }
  .view_streak_page .streak_side_column .community_preview .topic_sub a {
    color: inherit; }

.view_streak_page .streak_side_column .community_preview .topic_row {
  margin-bottom: 10px; }
  .view_streak_page .streak_side_column .community_preview .topic_row:last-child {
    margin-bottom: 0; }

.view_streak_page .streak_side_column .community_preview .discuss_links {
  margin: 1em 0 0 0; }

.view_streak_page .discussion_nag {
  margin: 20px 0;
  gap: 10px;
  display: flex;
  align-items: center; }
  @media (max-width: 650px) {
    .view_streak_page .discussion_nag {
      display: none; } }
  .view_streak_page .discussion_nag > img {
    opacity: 0.5; }
  .view_streak_page .discussion_nag > span {
    flex: 1;
    font-size: 18px;
    color: var(--sc-body_color_light);
    font-weight: bold; }

@media (max-width: 650px) {
  .view_submission_page .admin_tools {
    display: none; } }

.view_submission_page .submission_list {
  margin-top: 0; }

.view_submission_page .responsive_column {
  margin-top: 40px; }
  @media (max-width: 650px) {
    .view_submission_page .responsive_column {
      margin-top: 20px; } }
.view_submission_page .submission_column, .view_submission_page .streaks_column {
  display: inline-block;
  vertical-align: top; }

.view_submission_page .streaks_column {
  box-sizing: border-box;
  width: 260px;
  padding-left: 20px;
  padding-bottom: 60px; }
  .view_submission_page .streaks_column h2 {
    margin-top: 0; }

.view_submission_page .admin_tools textarea {
  height: 200px; }

@media (max-width: 960px) {
  .view_submission_page .submission_column, .view_submission_page .streaks_column {
    width: auto;
    display: block;
    padding-left: 0;
    padding-right: 0; }
  .view_submission_page .streaks_column {
    padding-left: 0;
    margin: 50px auto 0 auto; } }

.view_submission_page .other_submissions h2 {
  color: var(--sc-body_color_light);
  font-weight: normal;
  margin: 80px 0 40px 0; }
  .view_submission_page .other_submissions h2 a {
    transition: all 0.1s ease;
    color: var(--sc-body_color_light);
    text-decoration: none;
    border-bottom: 2px solid var(--sc-button_color); }
    .view_submission_page .other_submissions h2 a:hover {
      color: var(--sc-link_color); }

.welcome_banner {
  box-sizing: border-box;
  position: relative;
  background: var(--sc-purple);
  color: white;
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.21); }
  .welcome_banner .banner_inner {
    max-width: 960px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    display: flex; }
    .welcome_banner .banner_inner > .banner_text {
      flex: 1; }
    @media (max-width: 650px) {
      .welcome_banner .banner_inner {
        flex-direction: column; } }
  .welcome_banner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7); }
  .welcome_banner h2 {
    margin: 0;
    font-size: 27px;
    font-weight: bold; }
    @media (max-width: 650px) {
      .welcome_banner h2 {
        font-size: 20px; } }
  .welcome_banner .button {
    font-size: 20px;
    line-height: 37px;
    height: 41px;
    padding: 0 40px;
    background: transparent !important;
    color: white !important;
    border-color: white !important; }
    .welcome_banner .button:hover {
      background-color: white !important;
      color: var(--sc-link_color) !important; }
    @media (max-width: 650px) {
      .welcome_banner .button {
        margin-top: 20px;
        height: 35px;
        line-height: 30px; } }
.admin_page_page > .tab_header {
  background: var(--sc-gray_back);
  padding-top: 4px; }
  .admin_page_page > .tab_header .page_tabs {
    margin-bottom: 0; }
  .admin_page_page > .tab_header .tabs_inner {
    max-width: none;
    padding: 0 40px; }

.admin_page_page .filter_form {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items: flex-start;
  flex-wrap: wrap; }
  .admin_page_page .filter_form > input {
    max-width: 200px; }
  .admin_page_page .filter_form > .enum_field li {
    display: inline-block; }
  .admin_page_page .filter_form > .enum_field button {
    display: block;
    cursor: pointer; }
    .admin_page_page .filter_form > .enum_field button.active {
      font-weight: bold;
      border: 2px solid #34a0f2; }
  .admin_page_page .filter_form > .enum_field ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    max-width: 300px; }

.admin_page_page .admin_columns {
  display: flex;
  align-items: flex-start; }
  .admin_page_page .admin_columns > * {
    margin-right: 10px; }
    .admin_page_page .admin_columns > *:last-child {
      margin-right: 0; }

.admin_page_page .enum_value {
  display: inline-block;
  background: var(--sc-white_back);
  border: 1px solid var(--sc-border_color);
  border-radius: 2px;
  padding: 2px;
  margin: 0 2px; }
  .admin_page_page .enum_value[data-name=train_status][data-value=spam] {
    color: red;
    font-weight: bold; }
  .admin_page_page .enum_value[data-name=train_status][data-value=ham] {
    color: green;
    font-weight: bold; }
  .admin_page_page .enum_value[data-name=train_status][data-value=spam] {
    color: red;
    font-weight: bold; }
  .admin_page_page .enum_value[data-name=review_status][data-value=needs_review] {
    color: #FB9175;
    font-weight: bold; }
  .admin_page_page .enum_value[data-name=review_status][data-value=reviewed], .admin_page_page .enum_value[data-name=status][data-value=resolved] {
    color: #34a0f2; }

.admin_page_page .spam_scan [data-status=spam] {
  color: var(--sc-red); }

.admin_page_page .spam_scan [data-status=ham] {
  color: var(--sc-blue); }

.admin_exceptions_page code, .admin_exceptions_page pre {
  font-size: 80%; }

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #fff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5; }

.selectize-dropdown [data-selectable].option {
  opacity: 1; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }
