/* Edited 05.13.2025 by Jamaal Wairegi: Added more fonts, added spacing to header widgets, added radial and linear gradients
                                        and renovated settings dropdown style */
@font-face {
  font-family: 'aero_03';
  src: url("./fonts/aero_03.otf"); }

@font-face {
  font-family: 'futuristic_armour';
  src: url("./fonts/futuristic_armour.otf"); }

@font-face {
  font-family: 'charter';
  src: url("./fonts/charter/charter.otf"); }

@font-face {
  font-family: 'charter_bold';
  src: url("./fonts/charter/charter_bold.otf"); }

@font-face {
  font-family: 'charter_bold_italic';
  src: url("./fonts/charter/charter_bold_italic.otf"); }

body {
  margin: 0;
  padding: 0; }

#header {
  border-bottom: 2px solid #c4c4c4;
  border-top: 15px solid #60d7b5;
  position: sticky;
  top: 0px;
  right: 0px;
  width: 100%;
  display: flex;
  font-size: 145%;
  background: #60d7b5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  color: #411ab6; }

.toggle_container {
  border-top: 5px solid #c4c4c4;
  position: sticky;
  top: 0px;
  right: 0px;
  width: 100%;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  -webkit-box-shadow: 10px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 0px 0px 0px rgba(0, 0, 0, 0.2); }

#toggle {
  border: none;
  border-radius: 0px 0px 12px 0px;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  background-color: #c4c4c4;
  color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), color-stop(#ccc1c1), to(#f3f0f0));
  background-image: linear-gradient(#c4c4c4, #ccc1c1, #f3f0f0);
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2); }

#header div.header_part:not(:last-child) {
  margin-right: 40px; }

img.resize {
  width: auto;
  height: auto; }

img#settings_icon {
  width: 1.2em; }

img#toggle_icon {
  width: 1.2em; }

#header a:link {
  background-color: transparent;
  color: #411ab6;
  text-decoration: none; }

#header a:visited {
  background-color: transparent;
  color: #411ab6;
  text-decoration: none; }

.header_part {
  background-image: radial-gradient(#9ee0ca, #97edd4, #60d7b5, #60d7b5); }

#header_partial_container {
  position: sticky;
  top: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  font-family: -apple-system, "charter_bold", sans-serif; }

#divider {
  display: block;
  height: 200px;
  width: 500px;
  position: sticky;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }

#header_part_1 {
  font-family: -apple-system, "charter_bold_italic", sans-serif;
  padding: 0px 0px 10px 0px; }

.filler {
  padding: 0px 50px 0px 0px; }

#header_filler_1 {
  padding: 0px 270px 0px 0px; }

#header_filler_0 {
  padding: 0px 25px 0px 0px; }

/*
#header_filler_5 {
    padding: 0px 420px 0px 0px;
}

#header_part_6 {
    background-image: none;
}

.info {
    border: none;
    cursor: pointer;
}
*/
#settings {
  border: none;
  border-radius: 0px 0px 0px 12px;
  padding: 15px 20px;
  margin-left: auto;
  margin-right: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  background-color: #c4c4c4;
  color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), color-stop(#ccc1c1), to(#f3f0f0));
  background-image: linear-gradient(#c4c4c4, #ccc1c1, #f3f0f0);
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2); }

/* The container <div> - needed to position the dropdown content */
.dropbtn {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: sticky;
  margin-right: 0;
  min-width: 160px;
  top: 65px;
  z-index: 1; }

#info_button {
  width: 40px;
  height: 35px; }

#info_icon {
  width: 100%; }

/* Links inside the dropdown */
.dropdown-content .droptext {
  background-color: #54e780;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#54e780), color-stop(#9ffdbb), to(#fdf1f1));
  background-image: linear-gradient(#54e780, #9ffdbb, #fdf1f1);
  border-bottom: 3px solid #282727;
  border-top: 3px solid #282727;
  border-left: 3px solid #282727;
  border-right: 3px solid #282727;
  text-decoration: none;
  display: block;
  font-family: -apple-system, "charter_bold"; }

/* 600px, 601px, 768px, 992px */
@media (max-width: 600px) {
  .filler {
    display: none; }
  #header_partial_container {
    position: sticky;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  #header {
    overflow-x: scroll; }
  ::-webkit-scrollbar {
    -webkit-appearance: none; }
  ::-webkit-scrollbar:vertical {
    width: 12px; }
  ::-webkit-scrollbar:horizontal {
    height: 12px; }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #eeeeee; }
  ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eeeeee; }
  #header_part_1, #header_part_2, #header_part_3, #header_part_4, #header_part_5 {
    padding-right: 30px;
    border-right: dotted 2px #353869; }
  #header_part_6 {
    padding-right: 10px; } }

@media (max-width: 601px) {
  .filler {
    display: none; }
  #header_partial_container {
    position: sticky;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  #header {
    overflow-x: scroll; }
  ::-webkit-scrollbar {
    -webkit-appearance: none; }
  ::-webkit-scrollbar:vertical {
    width: 12px; }
  ::-webkit-scrollbar:horizontal {
    height: 12px; }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #eeeeee; }
  ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eeeeee; }
  #header_part_1, #header_part_2, #header_part_3, #header_part_4, #header_part_5 {
    padding-right: 30px;
    border-right: dotted 2px #353869; }
  #header_part_6 {
    padding-right: 10px; } }

@media (max-width: 768px) {
  .filler {
    display: none; }
  #header_partial_container {
    position: sticky;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  #header {
    overflow-x: scroll; }
  ::-webkit-scrollbar {
    -webkit-appearance: none; }
  ::-webkit-scrollbar:vertical {
    width: 12px; }
  ::-webkit-scrollbar:horizontal {
    height: 12px; }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #eeeeee; }
  ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eeeeee; }
  #header_part_1, #header_part_2, #header_part_3, #header_part_4, #header_part_5 {
    padding-right: 30px;
    border-right: dotted 2px #353869; }
  #header_part_6 {
    padding-right: 10px; } }

@media (max-width: 992px) {
  .filler {
    display: none; }
  #header_partial_container {
    position: sticky;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  #header {
    overflow-x: scroll; }
  ::-webkit-scrollbar {
    -webkit-appearance: none; }
  ::-webkit-scrollbar:vertical {
    width: 12px; }
  ::-webkit-scrollbar:horizontal {
    height: 12px; }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #eeeeee; }
  ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eeeeee; }
  #header_part_1, #header_part_2, #header_part_3, #header_part_4, #header_part_5 {
    padding-right: 30px;
    border-right: dotted 2px #353869; }
  #header_part_6 {
    padding-right: 10px; } }

@media (max-width: 1100px) {
  .filler {
    display: none; }
  #header_partial_container {
    position: sticky;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  #header {
    overflow-x: scroll; }
  ::-webkit-scrollbar {
    -webkit-appearance: none; }
  ::-webkit-scrollbar:vertical {
    width: 12px; }
  ::-webkit-scrollbar:horizontal {
    height: 12px; }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #eeeeee; }
  ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eeeeee; }
  #header_part_1, #header_part_2, #header_part_3, #header_part_4, #header_part_5 {
    padding-right: 30px;
    border-right: dotted 2px #353869; }
  #header_part_6 {
    padding-right: 10px; } }
