:root 
{
  --original_pink: #CE1C6F;
  --accent: #CE1C6F;
  --calendar_accent: #f39c0f;
  --bg_dark: #00000077;
  --bg_light: #ffffff55;
  --off_white: #E4DADF;
  --start_day: 1;
  --score_pos: 6 / 8;
  --start_grad: #f3bb13;
  --end_grad: #f2790a;
  --bg_edit: url('../img/bwbcint/edits/82024.png');
  --scorecard_edit: url('../img/bwbcint/edits/92024.png');
  --grade1: #fff;
  --grade2: #000;
  --bio_text_color: #000;
}


@font-face
{
    font-family: "TitanOne";
    src: url('../fonts/TitanOne-Regular.ttf') format('truetype');
}

@font-face
{
    font-family: "Kaushan";
    src: url('../fonts/KaushanScript-Regular.ttf') format('truetype');
}

@font-face
{
    font-family: "Fredoka";
    src: url('../fonts/FredokaOne-Regular.ttf') format('truetype');
}

@font-face
{
    font-family: "Poetsen";
    src: url('../fonts/PoetsenOne-Regular.ttf') format('truetype');
}

@font-face
{
    font-family: "Vanilla";
    src: url('../fonts/VanillaExtractRegular.ttf') format('truetype');
}

@font-face
{
    font-family: "Sansita";
    src: url('../fonts/SansitaOne.ttf') format('truetype');
}

.prevent_select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.calendar_sidebar_wrapper
{
  display: grid;
  grid-template-columns: 18rem 75rem 18rem;
  grid-gap: 1rem;
}

.calendar
{
  position: relative;
  background: url('../img/bwbcint/bg.png') repeat, linear-gradient(120deg, var(--start_grad) 0%, var(--end_grad) 100%);
  font-family: "TitanOne";
  background-position: center;
  margin-top: 2rem;
  border-radius: 1.5rem;
}

.calendar_edit
{
    box-sizing: border-box;
    background: var(--bg_edit);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 2.3rem 2rem 1rem 2rem;
    border-radius: 1.5rem;
}


.month_title
{
  margin: auto;
  font-size: 4.5rem;
  color: #000;
  text-align: center;
  paint-order: stroke fill;
  -webkit-text-stroke: 1rem #fff;

  display: grid;
  grid-template-columns: 8rem auto 8rem;
}

#calendar_title
{
  position: relative;
  color: #fff;
}

.gradient_overlay
{
  position: absolute;
  background: linear-gradient(0deg, var(--start_grad) 0%, var(--end_grad) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  color: transparent;
  -webkit-text-stroke: 0 #fff;
  left: 0;
  top: 0;
}

.starting_day
{
  grid-column: var(--start_day);
}

.days_row
{
  color: #000000;
  font-size: 2.25rem;
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}

.day_title
{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;

  paint-order: stroke fill;
  -webkit-text-stroke: 0.6rem #fff;
}

.date_grid
{
  margin-right: 0.4rem;
}

.days_row,
.date_grid 
{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;

}

.button_menu
{
  position: absolute;
  display: grid;
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  grid-gap: 0.3rem;
  right: 1rem;
  top: 0.5rem;
  z-index: 1;
}

.button_menu img
{
  background: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.calendar_button img
{
  background: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.calendar_button
{
  font-size: 1rem;
  color: #000;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.25rem #fff;
  background-color: var(--bg_dark);

  border-radius: 0.5rem;
  border-color: #fff;
  text-align: center;

  height: 1.5rem;
  width: 1.5rem;
  padding: 0.2rem;
  margin: auto;
  cursor: pointer;
}

.day
{
  box-sizing: border-box;
  padding-top: 0.25rem;
  height: 8rem;
  background-color: var(--bg_dark);

  font-size: 1.5rem;
  color: #000;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.25rem #fff;

  border: solid 0.7rem;
  border-radius: 1.5rem;
  border-color: #fff;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  cursor: pointer;
}

.score_box
{
  grid-column: var(--score_pos);

  padding-top: 0.6rem;
  height: 6rem;
  background-color: var(--bg_dark);

  font-size: 1.6rem;
  color: #000;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.5rem #fff;

  border: solid 0.7rem;
  border-radius: 1.5rem;
  border-color: #fff;

  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.score_output
{
  font-size: 1.6rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.25rem #fff;

  width: 8rem;
  background: none;
  border: none;

  font-family: inherit;
  color: inherit;
  text-align: center;

  border: solid 0.25rem;
  border-radius: 0.5rem;
  border-color: #00000000;

  margin: auto;
  margin-top: 0.5rem;
  padding: 0.25rem;
}

.score_box input[type=text]
{
  font-size: 1.6rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.25rem #fff;

  width: 8rem;
  background: none;
  border: none;

  font-family: inherit;
  color: inherit;
  text-align: center;

  border: solid 0.25rem;
  border-radius: 0.5rem;
  border-color: #00000000;

  margin-top: 0.5rem;
  padding: 0.25rem;
}

.score_box input[type=text]:focus
{
  all: unset;

  font-size: 1.6rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.25rem #fff;

  width: 8rem;
  background: none;
  border: none;

  font-family: inherit;
  color: inherit;
  text-align: center;

  border: solid 0.25rem;
  border-radius: 0.5rem;
  border-color: #fff;

  margin-top: 0.5rem;
  padding: 0.25rem;
}

.sticker_box
{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.2rem;

  text-align: center;
  height: 4.5rem;
  width: 90%;
  margin: auto;
  margin-bottom: 5%;

  overflow: scroll;
  scrollbar-width: none;
}

.sticker_box img
{
  flex: 1 1 auto;

  background: none;
  max-width: 9%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#badges
{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
  padding-top: 1rem;
}

#badges img
{
  background: none;
  width: 3rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#badge_title
{
  cursor: pointer;
}

.ghosted
{
  opacity: 50%;
}
 

.sticker_menu
{
  position: fixed;
  left: 1.25rem;
  top: 1rem;
  width: 18rem;
  overflow: scroll;
  max-height: 58rem;
  font-family: "TitanOne";

  background:url('../img/bwbcint/bgside.png') repeat, linear-gradient(180deg, var(--start_grad) 0%, var(--end_grad) 100%);
  border-radius: 1.5rem;

  scrollbar-width: none;
}

.sticker_layout
{
  display: grid;
  grid-template-columns: 1fr;
}



.sticker_category
{
  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;
  background-color: var(--bg_dark);
  margin: 0.5rem 1.5rem 1rem 1.5rem;
  padding: 1rem;
  max-height: 9rem;
  min-height: 6rem;
}

.badge_category
{
  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;
  background-color: var(--bg_dark);
  margin: 0.5rem 1.5rem 1rem 1.5rem;
  padding: 1rem;
  height: 8rem;
}

.sticker_grid
{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.5rem;
  padding-top: 1rem;
}

.sticker_category img
{
  background: none;
  width: 90%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#sticker_tooltip img
{
  background: none;
  width: 90%;
  margin: 0;
  padding: 0;
}

#dialog_content img
{
  background: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.menu_title
{
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #000;
  font-size: 2.5rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.5rem #fff;
  text-align: center;
}

.category_title
{
  font-size: 1.5rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.4rem #fff;
  text-align: center;
  cursor: pointer;
}


.streak_menu
{
  position: fixed;
  right: 1.25rem;
  top: 1rem;
  width: 18rem;
  overflow: scroll;
  min-height: 58rem;
  max-height: 58rem;
  font-family: "TitanOne";

  background:url('../img/bwbcint/bgside.png') repeat, linear-gradient(180deg, var(--start_grad) 0%, var(--end_grad) 100%);
  border-radius: 1.5rem;

  scrollbar-width: none;
}

.streak_box
{
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 0.75rem;

  height: 8rem;
  background-color: var(--bg_dark);

  font-size: 1.5rem;
  color: #000;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.4rem #fff;

  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;

  text-align: center;

  padding: 1rem;
  margin: 1rem 1.5rem;
}

.streak_box input[type=text]
{
  margin: auto;
  font-size: 1.6rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.25rem #fff;

  width: 8rem;
  background: none;
  border: none;

  font-family: inherit;
  color: inherit;
  text-align: center;

  border: solid 0.25rem;
  border-radius: 0.5rem;
  border-color: #00000000;

  padding: 0.25rem;
}

.streak_box input[type=text]:focus
{
  all: unset;

  margin: auto;
  font-size: 1.6rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.25rem #fff;

  width: 8rem;
  background: none;
  border: none;

  font-family: inherit;
  color: inherit;
  text-align: center;

  border: solid 0.25rem;
  border-radius: 0.5rem;
  border-color: #fff;

  padding: 0.25rem;
}

@media only screen and (max-width: 1800px)
{
  .sticker_menu
  {
    display: grid;
    grid-template-columns: 4rem auto;
    max-height: 18rem;
    width: auto;
    position: static;
    overflow: scroll;
    font-family: "TitanOne";

    background:url('../img/bwbcint/bgside.png') repeat, linear-gradient(180deg, var(--start_grad) 0%, var(--end_grad) 100%);
    border-radius: 1.5rem;

    scrollbar-width: thin;

    margin-top: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sticker_layout
  {
    display: grid;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
  }

    .menu_title
  {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #000;
    font-size: 2.5rem;
    paint-order: stroke fill;
    -webkit-text-stroke: 0.5rem #fff;
    text-align: center;
    writing-mode:vertical-lr;
    transform: rotate(180deg);
  }

  .sticker_category
  {
    border: solid 0.6rem;
    border-radius: 1.5rem;
    border-color: #fff;
    background-color: var(--bg_dark);
    padding: 1rem;
    width: 12rem;
    max-height: 9rem;
    min-height: 6rem;
    margin-top: auto;
    margin-bottom: auto;
  }

  .sticker_category img
  {
    background: none;
    width: 90%;
    margin: 0;
    padding: 0;
  }

    .streak_menu
  {
      display: grid;
      grid-template-columns: 4rem auto auto auto 4rem auto;
      max-height: 18rem;
      min-height: 0;
      width: auto;
      position: static;
      overflow: scroll;
      font-family: "TitanOne";

      background:url('../img/bwbcint/bgside.png') repeat, linear-gradient(180deg, var(--start_grad) 0%, var(--end_grad) 100%);
      border-radius: 1.5rem;

      scrollbar-width: thin;

      margin-top: 2rem;
      padding-top: 1rem;
      padding-bottom: 1rem
  }

  .streak_box
  {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 0.75rem;

    height: 8rem;
    width: 12rem;
    background-color: var(--bg_dark);

    font-size: 1.5rem;
    color: #000;
    paint-order: stroke fill;
    -webkit-text-stroke: 0.4rem #fff;

    border: solid 0.6rem;
    border-radius: 1.5rem;
    border-color: #fff;

    text-align: center;

    padding: 1rem;
    margin: 1rem 1.5rem;
  }

}

#popup_ui
{
  visibility: hidden;
}

.blackout
{
  position: fixed;
  width: 100%;
  height: 100%;

  background-color: #00000099;
  z-index: 99;
  top: 0;
  left: 0;
}

#popup_content
{
  position: absolute;
  font-family: "TitanOne";
  width: 60rem;
  max-height: calc(100% - 4rem);
  background: url('../img/bwbcint/bg.png') repeat, linear-gradient(180deg, var(--start_grad) 0%, var(--end_grad) 100%);
  background-position: center;
  border-radius: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  overflow: scroll;

  scrollbar-width: none;
}


#popup_content ul img
{
  background: none;
  width: 95%;
  margin: 1rem 0 1rem 0;
  padding: 0;
}

#popup_content ul
{
  color: #000;
  font-size: 1.25rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.25rem #fff;
  margin-left: 2rem;

  margin-top: 0.5rem;
}

#popup_content li
{
  margin-bottom: 0.5rem;
}

#changelog_update ul img
{
  background: none;
  width: 95%;
  margin: 1rem 0 1rem 0;
  padding: 0;
}

#changelog_update ul
{
  color: #000;
  font-size: 1.2rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
  margin-left: 2rem;
  margin-top: 0.5rem;
}

#changelog_update ul ul
{
  color: #000;
  font-size: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.15rem #fff;
  margin-left: 3rem;
  font-style: italic;
}

#changelog_update li
{
  margin-bottom: 1.4rem;
}

.changelog_section
{
  color: #000;
  font-size: 1.7rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.35rem #fff;
  margin-left: 0.5rem;
}

.changelog_title
{
  color: #000;
  font-size: 4rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.75rem #fff;
  text-align: center;

  display: grid;
  grid-template-columns: 8rem auto 8rem;
}

#popup_content_edit
{
    box-sizing: border-box;
    background: var(--scorecard_edit);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding-top: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem;
    border-radius: 1.5rem;
}

.popup_title
{
  color: #000;
  font-size: 4rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.75rem #fff;
  text-align: center;
}

.popup_subtitle
{
  color: #000;
  font-size: 2.5rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.5rem #fff;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.category_desc
{
  margin-top: 1rem;
  color: #000;
  font-size: 1.75rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.5rem #fff;
  text-align: center;
}

.dark_boxed
{
  background-color: var(--bg_dark);
  border-radius: 1rem;
  padding: 0.75rem;
}

.help_para
{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #000;
  font-size: 1.4rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.3rem #fff;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

#sticker_list
{
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.25rem;
  text-align: left;
}

.help_list
{
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.25rem;
}

.sticker_title
{
  display: grid;
  grid-template-columns: 2rem auto;
  grid-gap: 1rem;
  font-size: 1.75rem;
  line-height: 2rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.5rem #fff;
  text-align: left;
}

.sticker_name_inline
{
  display: grid;
  grid-template-columns: 2rem auto;
  grid-gap: 1rem;
}

.sticker_title img
{
  background: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.sticker_desc
{
  color: #000;
  font-size: 1.5rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.4rem #fff;
  text-align: left;
  margin-left: 3rem;
  margin-top: 0.5rem;
}

#popup_dialog
{
  visibility: hidden;
}

#dialog_content
{
  position: absolute;
  font-family: "TitanOne";
  width: 40rem;
  min-height: 8rem;
  background: url('../img/bwbcint/bgside.png') repeat, linear-gradient(180deg, var(--start_grad) 0%, var(--end_grad) 100%);
  background-position: center;
  border-radius: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem 2rem 1rem 2rem;

  color: #000;
  font-size: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.15rem #fff;
}

#dialog_content button
{
  font-family: "TitanOne";
  background: var(--bg_dark);
  border: 0;
  border-radius: 1.5rem;
  color: #000;
  font-size: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
  text-align: center;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#dialog_content input
{
  font-family: "TitanOne";
  background: var(--bg_dark);
  border: 0;
  border-radius: 1.5rem;
  color: #000;
  font-size: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
  text-align: center;
}

#data_import_file
{
  padding: 0.5rem 1rem 0.5rem 1rem;
}

#dialog_content .color_selector
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3.3rem;
  height: 1.8rem;
  border-radius: 1rem;
  border: solid 0.15rem;
  border-color: #fff;
  padding: 0;

  background-color: var(--bg_light);
}

.color_selector::-webkit-color-swatch 
{
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  border: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.color_selector::-moz-color-swatch 
{
  width: 70%;
  height: 60%;
  border-radius: 1rem;
  border: 0;
}

#dialog_content input[type="file"]::file-selector-button 
{
  font-family: "TitanOne";
  background: var(--bg_dark);
  border: 0;
  border-radius: 1.5rem;
  color: #000;
  font-size: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
  text-align: center;
  padding: 0.5rem 1rem 0.5rem 1rem;
} 


#dialog_title
{
  color: #000;
  font-size: 1.5rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.3rem #fff;
  text-align: center;
  margin-bottom: 1rem;
}

.dialog_text
{
  margin-top: 1rem;
  color: #000;
  font-size: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
  text-align: center;
}

#import_layout
{
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-gap: 1rem;
}

.switch
{
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 1.5rem;
  border-radius: 1rem;
  border: solid 0.15rem;
  border-color: #fff;
}

.switch input
{
  opacity: 0;
  height: 0;
  width: 0;
}

.slider
{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg_dark);
  transition: background-color .4s;

  border-radius: 1rem;
}

.slider:before 
{
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: 0.25rem;
  bottom: 0.25rem;
  background-color: white;
  transition: left .4s;
  border-radius: 1rem;
}

input:checked + .slider 
{
  background-color: var(--bg_light);
}

input:checked + .slider:before {
  left: 1.75rem;
}

#dialog_content input[type="radio"] 
{
  all: unset;

  width: 1.5rem;
  height: 1.5rem;

  background-color: var(--bg_dark);

  border-radius: 0.5rem;
  border: solid 0.15rem;
  border-color: #fff;

  margin-left: 0.7rem;

}

#dialog_content input[type="radio"]:checked 
{
  all: unset;

  width: 1.5rem;
  height: 1.5rem;

  background-color: var(--bg_light);

  border-radius: 0.5rem;
  border: solid 0.15rem;
  border-color: #fff;

  margin-left: 0.7rem;
}

.settings_cluster
{
  width: 24rem;

  color: #000;
  font-size: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
  text-align: center;
  line-height: 1.75rem;

  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;

  background-color: var(--bg_dark);
  border-radius: 1rem;
  padding: 0.5rem;
}


.settings_checkbox
{
  width: 24rem;
  display: grid;
  grid-template-columns: auto 4rem;

  color: #000;
  font-size: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
  text-align: center;
  line-height: 1.75rem;

  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;

  background-color: var(--bg_dark);
  border-radius: 1rem;
  padding: 0.5rem;
}

.button_tooltip
{
  font-family: "TitanOne";
  background: var(--bg_dark);
  border: 0;
  border-radius: 1.5rem;
  color: #000;
  font-size: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
  text-align: center;
  padding: 0.5rem 1rem 0.5rem 1rem;

  position: absolute;
  z-index: 1;
  top: 110%;
  visibility: hidden;

  width: 8rem;
  margin-left: -5rem;
}

.calendar_button:hover .button_tooltip
{
  visibility: visible;
}

.sticker_wrapper
{
  position: relative;
}

#sticker_tooltip
{
  font-family: "TitanOne";
  background: var(--bg_dark);
  border: 0;
  border-radius: 1.5rem;
  color: #000;
  font-size: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
  text-align: center;
  padding: 0.5rem 1rem 0.5rem 1rem;

  position: absolute;
  z-index: 1;
  visibility: hidden;

  width: 24rem;
  margin-left: -1rem;
}

#stats_bar
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin-top: 1rem;
}

.stats_button
{
  padding: 1rem 1rem 1rem 1.5rem;
  background-color: var(--bg_dark);
  border-radius: 1rem;
  height: 2rem;
  text-align: center;

  font-family: "TitanOne";
  color: #000;
  font-size: 1.5rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.4rem #fff;

  width: 80%;
  margin: auto;
  cursor: pointer;
}

.stats_summary
{
  padding: 1rem 1rem 1rem 1.5rem;
  background-color: var(--bg_dark);
  border-radius: 1rem;
  max-width: 14rem;

  font-family: "TitanOne";
  color: #000;
  font-size: 0.8rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;

  
}

.stats_entry
{
  display: grid;
  grid-template-columns: 3fr 0.95fr 1.25fr;
}

.stats_number
{
  white-space: nowrap;
  text-align: right;
}

.bar_chart
{
  padding: 1rem 1rem 1rem 1.5rem;
  background-color: var(--bg_dark);
  border-radius: 1rem;
  max-width: 14rem;
}

.bar_chart_title
{
  font-family: "TitanOne";
  color: #000;
  font-size: 1.25rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.25rem #fff;
  text-align: center;
  margin-bottom: 0.75rem;
}

.bar_chart_layout
{
  display: grid;
  grid-template-columns: auto 1fr;
}

.bar_chart_bar
{
  box-sizing: border-box;
  border-radius: 0.25rem;
  border: solid 0.25rem;
  border-color: #fff;
  

  background-color: #000;
  height: 1.5rem;
  min-width: 6%;
  margin-bottom:-0.2rem;
}

.chart_label
{
  font-size: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.25rem #fff;
  margin: auto 0.5rem auto -0.1rem;
}

.bar_chart_icon label
{
  font-size: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.25rem #fff;
  margin: auto 0.5rem -0.3rem -0.1rem;
}

.bar_chart_icon img
{
  height: 1rem;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  margin: auto 0.5rem -0.15rem auto;
  display: inline-block;
}

.stats_chart_layout
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;

  margin-top: 1rem;
}

#scorecard_ui
{
  visibility: hidden;
}

#scorecard_content
{
  position: absolute;
  font-family: "TitanOne";
  font-size: 16px;
  max-height: calc(100% - 4rem);
  width: 60rem;
  background: url('../img/bwbcint/bg.png') repeat, linear-gradient(180deg, var(--start_grad) 0%, var(--end_grad) 100%);
  background-position: center;
  border-radius: 1.5rem;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}

#scorecard_content_edit
{
    box-sizing: border-box;
    background: var(--scorecard_edit);
    background-size: cover;
    background-repeat: no-repeat;
    
    width: 100%;
    padding-top: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 1rem;
    border-radius: 1.5rem;
}

#scorecard_title
{
  margin: auto;
  font-size: 4.5rem;
  color: #000000;
  text-align: center;
  paint-order: stroke fill;
  -webkit-text-stroke: 1rem #fff;
}

#scorecard_title_text
{
  margin: auto;
  font-size: 4.5rem;
  color: #fff;
  text-align: center;
  paint-order: stroke fill;
  -webkit-text-stroke: 1rem #fff;
  display: inline;
  position: relative;
}

.scorecard_section_title
{
  color: #000;
  font-size: 1.5rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.3rem #fff;
  text-align: center;
  writing-mode:vertical-lr;
  transform: rotate(180deg);
  margin-right: 0.5rem;
}


#scorecard_bio
{
  display: grid;
  grid-template-columns: 2.5rem 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;

  background-color: var(--bg_dark);
  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;

  height: 12rem;
  padding: 0.5rem;
  margin-top: 1rem;
}

.single_line_input
{
  display: grid;
  grid-template-columns: auto 4rem;
  margin-bottom: 0.25rem;
}

#dialog_content .single_line_input
{
  display: grid;
  grid-template-columns: auto 4rem;
  padding: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: var(--bg_dark);
  border-radius: 0.5rem;
}

#scorecard_bio .multi_line_input
{
  display: grid;
  grid-template-rows: 1fr 1fr;
  margin-bottom: 0.25rem;
}

#scorecard_bio input[type="checkbox"] 
{
  all: unset;

  width: 1rem;
  height: 1rem;

  background-color: var(--bg_dark);
  background-image: url('../img/bwbcint/ui/crossmark.png');
  background-size: cover;

  border-radius: 0.5rem;
  border: solid 0.25rem;
  border-color: #fff;

  margin-left: 2rem;

}

#scorecard_bio input[type="checkbox"]:checked 
{
  all: unset;

  width: 1rem;
  height: 1rem;

  background-color: var(--bg_light);
  background-image: url('../img/bwbcint/ui/checkmark.png');
  background-size: cover;

  border-radius: 0.5rem;
  border: solid 0.25rem;
  border-color: #fff;

  margin-left: 2rem;
}

#scorecard_bio input[type="radio"] 
{
  all: unset;

  width: 1rem;
  height: 1rem;

  background-color: var(--bg_dark);
  background-size: cover;

  border-radius: 0.5rem;
  border: solid 0.25rem;
  border-color: #fff;

  margin-left: 2rem;

}

#scorecard_bio input[type="radio"]:checked 
{
  all: unset;

  width: 1rem;
  height: 1rem;

  background-color: var(--bg_light);
  background-image: url('../img/bwbcint/ui/checkmark.png');
  background-size: cover;

  border-radius: 0.5rem;
  border: solid 0.25rem;
  border-color: #fff;

  margin-left: 2rem;
}

#scorecard_bio input[type="range"] 
{
  -webkit-appearance: none;
  height: 1rem;
  width: 5rem;
  background: linear-gradient(90deg, rgba(0,212,255,1) 5%, rgba(253,145,232,1) 95%);
  border-radius: 0.5rem;
  border: solid 0.25rem;
  border-color: #fff;
}


#scorecard_bio input[type="range"]::-webkit-slider-thumb 
{
  -webkit-appearance: none;
  height: 1.65rem;
  width: 0.8rem;
  border-radius: 0.25rem;
  border: solid 0.25rem;
  border-color: #fff;
  background: #ffffff00;
  cursor: ew-resize;
}

#scorecard_bio input[type="range"]::-moz-range-thumb
{
  -webkit-appearance: none;
  height: 1.4rem;
  width: 0.4rem;
  border-radius: 0.25rem;
  border: solid 0.25rem;
  border-color: #fff;
  background: #ffffff00;
  cursor: ew-resize;
}

#dialog_content .single_line_input input[type="checkbox"] 
{
  all: unset;

  width: 1rem;
  height: 1rem;

  background-color: var(--bg_dark);
  background-size: cover;

  border-radius: 0.5rem;
  border: solid 0.2rem;
  border-color: #fff;

  margin-left: 2rem;

}

#dialog_content .single_line_input input[type="checkbox"]:checked 
{
  all: unset;

  width: 1rem;
  height: 1rem;

  background-color: var(--bg_light);
  background-image: url('../img/bwbcint/ui/checkmark.png');
  background-size: cover;

  border-radius: 0.5rem;
  border: solid 0.2rem;
  border-color: #fff;

  margin-left: 2rem;
}

#dialog_content input[type="radio"] 
{
  all: unset;

  width: 1rem;
  height: 1rem;

  background-color: var(--bg_dark);
  background-size: cover;

  border-radius: 0.5rem;
  border: solid 0.25rem;
  border-color: #fff;

  margin-left: 2rem;

}

#dialog_content input[type="radio"]:checked 
{
  all: unset;

  width: 1rem;
  height: 1rem;

  background-color: var(--bg_light);
  background-image: url('../img/bwbcint/ui/checkmark.png');
  background-size: cover;

  border-radius: 0.5rem;
  border: solid 0.25rem;
  border-color: #fff;

  margin-left: 2rem;
}

#dialog_content input[type="range"] 
{
  -webkit-appearance: none;
  height: 1rem;
  width: 5rem;
  background: linear-gradient(90deg, rgba(0,212,255,1) 5%, rgba(253,145,232,1) 95%);
  border-radius: 0.5rem;
  border: solid 0.25rem;
  border-color: #fff;
}


#dialog_content input[type="range"]::-webkit-slider-thumb 
{
  -webkit-appearance: none;
  height: 1.65rem;
  width: 0.8rem;
  border-radius: 0.25rem;
  border: solid 0.25rem;
  border-color: #fff;
  background: #ffffff00;
  cursor: ew-resize;
}

#dialog_content input[type="range"]::-moz-range-thumb
{
  -webkit-appearance: none;
  height: 1.4rem;
  width: 0.4rem;
  border-radius: 0.25rem;
  border: solid 0.25rem;
  border-color: #fff;
  background: #ffffff00;
  cursor: ew-resize;
}

#fake_slider
{
  height: 1.4rem;
  width: 0.4rem;
  border-radius: 0.25rem;
  border: solid 0.25rem;
  border-color: #fff;
  background: #ffffff00;
  position: absolute;

  left: 2.4rem;
  top: -0.1rem;

  visibility: hidden;
}

#fake_slider_bar
{
  height: 1rem;
  width: 5rem;
  background: linear-gradient(90deg, rgba(0,212,255,1) 5%, rgba(253,145,232,1) 95%);
  border-radius: 0.5rem;
  border: solid 0.25rem;
  border-color: #fff;

  position: absolute;

  left: 2.2rem;
  top: 0.1rem;

  visibility: hidden;
}

#gender_slider
{
  display: grid;
  grid-template-columns: 2rem 6rem 2rem;
  justify-content: space-evenly;
  align-content: center;
  position: relative;
}

#gender_slider img
{
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 1.5rem;
}

#scorecard_bio input[type=text]
{
  font-size: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;

  max-width: 10rem;
  background: none;

  font-family: inherit;
  color: var(--bio_text_color);
  text-indent: 0;
  text-align: center;

  border: 0;
  border-bottom: solid 0.2rem;
  border-color: #fff;

  overflow: visible;

  padding: 0.1rem;
}

#scorecard_bio input[type=text]:focus
{
  all: unset;

  font-size: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;

  max-width: 10rem;
  background: none;
  border: none;

  font-family: inherit;
  color: var(--bio_text_color);  
  text-indent: 0;
  text-align: center;

  border: 0;
  border-bottom: solid 0.2rem;
  border-color: #fff;
  padding: 0.1rem;
}

#scorecard_bio label
{
  color: #000;
  font-size: 1.125rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.25rem #fff;
  text-align: left;
}

.scorecard_bio_title
{
  color: #000;
  font-size: 1.25rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.3rem #fff;
  text-align: center;

  margin-bottom: 0.5rem;
}

.scorecard_bio_section
{
  background-color: var(--bg_dark);
  border-radius: 1rem;
  margin: auto;
  padding: 0.5rem;

  height: 90%;
  width: 90%;
}

.scoring_layout
{
  display: grid;
  grid-template-columns: auto 12rem;
  grid-gap: 1rem;
}

.scorecard_score_title
{
  color: #000;
  font-size: 1.5rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.3rem #fff;
  text-align: center;
}

.scorecard_score_box
{
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 2rem auto 2rem;
  justify-content: center;
  align-content: space-between;

  background-color: var(--bg_dark);
  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;

  margin-top: 1rem;
  padding: 0.5rem;
}

.scorecard_score
{
  color: #000;
  font-size: 2rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.40rem #fff;
  text-align: center;
}

#scorecard_stickers
{
  display: grid;
  grid-template-columns: 2.5rem 1fr 1fr;
  grid-gap: 1rem;

  background-color: var(--bg_dark);
  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;

  min-height: 10rem;
  padding: 0.5rem;
  margin-top: 1rem;
}

#sticker_player_type
{
  box-sizing: border-box;

  background-color: var(--bg_dark);
  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;

  margin-top: 1rem;
  padding: 0.625rem;

  font-size: 1.1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
  text-align: center;
}


#sticker_score_layout
{
  display: grid;
  grid-template-rows: 6rem auto;
}

#sticker_score_layout .scorecard_score_box
{
  margin-top: 0.5rem;
}

#scorecard_streaks
{
  display: grid;
  grid-template-columns: 2.5rem 1fr 1fr 1fr;
  grid-gap: 1rem;

  background-color: var(--bg_dark);
  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;

  min-height: 8rem;
  padding: 0.5rem;
  margin-top: 1rem;
}

.scorecard_streak_box
{
  display: grid;
  grid-template-rows: 2rem auto 2rem;
  justify-content: center;
  align-content: space-between;

  background-color: var(--bg_dark);
  border-radius: 1.5rem;

  padding: 0.5rem;
}

.scorecard_streak_title
{
  color: #000;
  font-size: 1.25rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
  text-align: center;
}

#scorecard_badges
{
  display: grid;
  grid-template-columns: 2.5rem 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-evenly;
  align-content: center;

  background-color: var(--bg_dark);
  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;

  min-height: 8rem;
  padding: 0.5rem;
  margin-top: 1rem;
}

#scorecard_badges img
{
  background: none;
  border: none;

  background-color: var(--bg_dark);
  border-radius: 1rem;
  margin: auto;
  padding: 0.75rem;
}

.grading_layout
{
  display: grid;
  grid-template-columns: 5fr 2fr;
  grid-gap: 1rem;
}

#scorecard_grading
{
  display: grid;
  grid-template-columns: 2.5rem 1fr 2.5rem;
  justify-content: space-evenly;
  align-content: center;

  background-color: var(--bg_dark);
  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;

  min-height: 10rem;
  padding: 0.5rem;
  margin-top: 1rem;
}

#grading_score
{
  color: #fff;
  font-size: 8rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 1rem #fff;
  text-align: center;
  position: relative;
}

#scorecard_grade
{
  color: #fff;
  font-size: 9rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 1rem #fff;
  text-align: center;
  position: relative;

  line-height: 8rem;
}

.scorecard_grade_title
{
  color: #fff;
  font-size: 2rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.4rem #fff;
  text-align: center;
  position: relative;
}

.grade_overlay
{
  position: absolute;
  background: linear-gradient(145deg, var(--grade1) 5%, var(--grade2) 95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  
  
  color: transparent;
  -webkit-text-stroke: 0 #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.scorecard_grade_box
{
  font-family: "Poetsen";
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto;
  justify-content: space-evenly;
  align-content: space-between;

  background-color: var(--bg_dark);
  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;

  margin-top: 1rem;
  padding: 0.5rem;
}

#calendar_footer
{
  display: grid;
  grid-template-columns: 3fr 1fr 2fr;
  color: #000;
  font-size: 1.2rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
  margin-top: 2rem;
}

#calendar_footer a
{
  color: #000;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
}

#footer_left
{
  text-align: left;
}

#footer_mid
{
  text-align: center;
}

#footer_right
{
  text-align: right;
}

#scorecard_footer
{
  display: grid;
  grid-template-columns: 5fr 1fr 3fr;
  color: #000;
  font-size: 1.2rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
  margin-top: 1rem;
}

#scorecard_footer a
{
  color: #000;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
}

#sc_left
{
  text-align: left;
}

#sc_mid
{
  text-align: center;
}

#sc_right
{
  text-align: right;
}

#nav_prev_month, #nav_next_month
{
  display: inline-block;
  cursor: pointer;
}

#nav_prev_update, #nav_next_update
{
  display: inline-block;
  cursor: pointer;
}

#screenshot_layout
{
  display: grid;
  grid-template-columns: 72rem 18rem;
  grid-gap: 2rem;
}

.ws
{
  color: #24be60;
}

.cd
{
  color: #e8162f;
}

.sf
{
  color: #341bc0;
}

.pa
{
  color: #191919;
}

.pg
{
  color: #1da1f3;
}

.fz
{
  color: #fa63d4;
}

.sp
{
  color: #ebbb18;
}

.bc
{
  color: #950d49;
}

.locktober
{
  color: #ff830e;
}

.nnn
{
  color: #0f6e7c;
}

.ws_bg
{
  background-color: #24be60;
}

.cd_bg
{
  background-color: #e8162f;
}

.sf_bg
{
  background-color: #341bc0;
}

.pa_bg
{
  background-color: #191919;
}

.pg_bg
{
  background-color: #1da1f3;
}

.fz_bg
{
  background-color: #fa63d4;
}

.sp_bg
{
  background-color: #ebbb18;
}

.bc_bg
{
  background-color: #950d49;
}

.S_grade
{
  background: linear-gradient(145deg, rgba(253,0,171,1) 5%, rgba(180,0,3,1) 95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.A_grade
{
  background: linear-gradient(145deg, rgba(17,230,255,1) 5%, rgba(7,38,210,1) 95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.B_grade
{
  background: linear-gradient(145deg, rgba(93,240,31,1) 5%, rgba(0,144,47,1) 95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.C_grade
{
  background: linear-gradient(145deg, rgba(244,219,91,1) 5%, rgba(204,129,30,1) 95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.D_grade
{
  background: linear-gradient(145deg, rgba(108,70,133,1) 5%, rgba(36,35,41,1) 95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}