/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*-------------------------BEGIN MY CODE-------------------------*/

#title {
  font-size: 20px;
  color: rgb(0, 255, 255);
  margin: 10px;
}

body {
  background-color: black;
}

button,
input {
  font-family: "Courier Prime", monospace;
}

#options-header-box {
  top: 0px;
  left: 0px;
  width: 100%;
}

#close-button:hover {
  background-color: rgb(0, 255, 255);
  color: black;
  cursor: pointer;
}

#close-button:focus {
  outline: none;
}

#lissajousGraphic {
  margin: 20px;
}

#waveVisual {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

#fourierVisual {
  position: fixed;
  bottom: 130px;
  right: 10px;
}

#playAudio {
  position: fixed;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 32px;
  height: 32px;
  border: none;
  color: rgb(0, 255, 255);
  font-size: 32px !important;
  background-color: #000;
}

#playAudio:hover {
  cursor: pointer;
  background-color: #00ffff;
  color: black;
}

#options {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #000;
  padding: 0px;
  z-index: 2;
  overflow: hidden;
  transition: background-color 0.5s;
}

#whole-page {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100vh;

  width: 100%;
}

#waveVisualLabel {
  position: fixed;
  width: 300px;
  text-align: center;
  color: rgb(0, 255, 255);
  bottom: 110px;
  right: 10px;
}

#fourierVisualLabel {
  position: fixed;
  color: rgb(0, 255, 255);
  width: 300px;
  text-align: center;
  font-size: 20px;
  bottom: 230px;
  right: 10px;
}

.oscillator-control-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 35px;
}

.freq-box {
  padding: 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

.input-label {
  width: 140px;
  margin-left: 15px;
  color: rgb(0, 255, 255);
}

.freq-text {
  background-color: black;
  border-style: solid;
  border-color: rgb(0, 255, 255);
  border-width: 2px;
  border-radius: 3px;
  color: rgb(0, 255, 255);
  font-size: 16px;
  padding: 3px;
  width: 60px;
  margin: 0px 5px 0px 0px;
}

.freq-text:focus {
  outline: none;
}

h3 {
  font-size: 30px;
  padding: 0px;
  margin-top: 3px;
  margin-left: 3px;
  color: rgb(0, 255, 255);
}

.hz {
  color: rgb(0, 255, 255);
  font-size: 16px;
  margin-left: 5px;
}

.freqNum {
  background-color: rgb(0, 255, 255);
  color: black;
  border-radius: 3px;
  padding: 5px;
}

#add-label:hover {
  background-color: #00ffff;
  color: black;
  cursor: pointer;
}

.big-box {
  margin: 10px;
  padding: 10px;
  overflow: hidden;
  transition: height 0.5s;
  border: solid;
  border-color: rgb(0, 255, 255);
  border-width: 2px;
  border-radius: 8px;
}

#add-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
  margin: 10px;
  width: calc(100% - 24px);
  border: solid;
  color: #00ffff;
  border-color: rgb(0, 255, 255);
  border-width: 2px;
  border-radius: 8px;
}

#add-box:hover {
  background-color: #00ffff;
  color: black;
  cursor: pointer;
}

.set-freq-button:hover {
  color: black;
  background-color: #00ffff;
  cursor: pointer;
}

.phase-box {
  margin-left: 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

.phase-text {
  background-color: black;
  color: #00ffff;
}

.slider {
  -webkit-appearance: none;
  appearance: none;
  flex: 1;
  height: 2px;
  border-width: 0px;
  background: #00ffff;
  outline: none;
}

.wave-form-box {
  margin-left: 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

.wave-icon,
.wave-icon-selected {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  border-radius: 3px;
}

.wave-icon {
  background-color: black;
}

.wave-icon-selected {
  background-color: #00ffff;
}

.wave-icon:hover,
.wave-icon-selected:hover {
  cursor: pointer;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00ffff;
  cursor: pointer;
}

.slider::-webkit-slider-thumb:hover {
  width: 15px;
  height: 15px;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00ffff;
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 10px;
  margin: 10px;
}

::-webkit-scrollbar-track {
  background: black;
}

::-webkit-scrollbar-thumb {
  background: rgb(0, 255, 255);
}

.remove-freq-button {
  color: rgb(0, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  padding: 3px;
  border-radius: 3px;
}

.remove-freq-button:hover {
  background-color: #00ffff;
  color: black;
  cursor: pointer;
}

.freq-header-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

#frequency-inputs {
  z-index: 1;
  flex: 1;
  width: 100%;
  font-size: 16px;
  overflow-y: auto;
}

.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 32;
}
