@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Silkscreen:wght@400;700&display=swap');

progress {
    width: 92%;
    border-radius: 0rem;
}

progress::-webkit-progress-bar {
    border-radius: 0rem;
}

progress::-webkit-progress-value {
    border-radius: 0rem;
    background-color: #79ff78;
}

* {
    font-size: 24px;
    font-family: "Rethink Sans";
}

body {
    background-color: black;
    margin-left: 6rem;
    width: 100dvw;
    overflow-x: hidden;
}

.default_span {
    color: white;
}

#master_volume_slider {
    width: 10rem;
    transform: rotate(-90deg);
    -webkit-appearance: none;
    appearance: none; 
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 1rem;
    margin-left: -5rem;
    margin-left: -3rem;
    margin-top: 17rem;
}

#master_volume_text {
    margin-left: 0.7rem;
    position: absolute;
    margin-top: 23.5rem;
}

#master_volume_slider::-webkit-slider-runnable-track {
    height: 1rem;
    background: #252525;
    border-radius: 16px;
}
  
#master_volume_slider::-moz-range-track {
    height: 1rem;
    background: #ccc;
    border-radius: 16px;
}
  
#master_volume_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none; 
    height: 1rem;
    width: 1rem;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #f50;
    box-shadow: -407px 0 0 400px #f50;
}
  
#master_volume_slider::-moz-range-thumb {
    height: 1rem;
    width: 1rem;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #f50;
    box-shadow: -407px 0 0 400px #f50;
}

div.letterbox {
    background-color: white;
    border-radius: 10px;
}

p.letterQ {
    margin-left: 5px;
    color: black;
    scale: 0.9;
    font-weight: bolder;
    padding-bottom: 4px;
}

p.letterR {
    margin-left: 8px;
    color: black;
    scale: 0.9;
    font-weight: bolder;
    padding-bottom: 4px;
}

p.letterW {
    margin-left: 5px;
    color: black;
    scale: 0.9;
    font-weight: bolder;
    padding-bottom: 4px;
    text-align: center;
    margin-left: -1px;
}

p.letterE {
    margin-left: 5px;
    color: black;
    scale: 0.9;
    font-weight: bolder;
    padding-bottom: 4px;
    text-align: center;
    margin-left: -2px;
}

button.resetbutton {
    animation-name: buttonhoverback;
    animation-duration: 0.18s;
    animation-fill-mode: forwards;
}
      
button.stopbutton {
    animation-name: buttonhoverback;
    animation-duration: 0.18s;
    animation-fill-mode: forwards;
}

@keyframes buttonhover {
    from {border-radius: 99px; background-color: #161616;}
    to {border-radius: 20px; background-color: #2a2a2a;}
}

@keyframes buttonhoverback {
    from {border-radius: 20px; background-color: #2a2a2a;}
    to {border-radius: 99px; background-color: #161616;}
}

button.stopbutton:hover {
    animation-name: buttonhover;
    animation-duration: 0.18s;
    animation-fill-mode: forwards;
    cursor: pointer;
}
      
button.resetbutton:hover {
    animation-name: buttonhover;
    animation-duration: 0.18s;
    animation-fill-mode: forwards;
    cursor: pointer;
}

div#titlebox {
    background-color: transparent;
    min-block-size: 121px;
    margin-left: -1rem;
    color: #e5e2d9;
    animation: 1s loading forwards;
}

h2 {
    opacity: 0;
    color: #ebe0df;
    animation: 1s loading forwards;
    animation-delay: 0.1s;	
}

#seznam {
    margin-top: 0.5rem;
}

#seznam_hudby {
    margin-top: 0.8rem;
}

body::-webkit-scrollbar {
    width: 0px;
}

body::-webkit-scrollbar-track {
    background: #141410;
}

body::-webkit-scrollbar-thumb {
    background-color: #545443;
    border-radius: 999px;
}

td {
    padding: 8px;
}

button {
    color: #ebe0df;
    display: inline-block;
    align-items: flex-start;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 14px 24px;
    border-style: solid;
    border-width: 2px;
    border-color: #e9b7b800;
    font-size: 15px;
    background: #28281d;
    font-family: "Rethink Sans";
    box-shadow: 0.9px 2px #00000000;
    transition: 0.2s all;
}

#fadeout_progressbar {
    margin-top: -0.8rem;
    height: 0.2rem;
    width: 3rem;
    transition: 1s all;
    margin-left: 0.5rem;
}

button:active {
    scale: 0.9;
}

div#squiggle {
      background-color: transparent;
      margin-top: 1rem;
      width: 97dvw;
      opacity: 0.25;
}

h1 {
      display: block;
      font-size: 1.6em;
      margin-block-start: 15.100000000000001em;
      margin-block-end: -15px;
      margin-inline-start: -8px;
      margin-inline-end: 0px;
      font-weight: bold;
      font-family: "Rethink Sans";
      margin-left: 2px;
      margin-top: 15px;
      padding: 21px;
}

i {
    font-family: "Rethink Sans";
    font-size: 14px;
    padding: 22px;
}

table {
    opacity: 0;
    animation: 1s loading forwards;
    animation-delay: 0.2s;
    font-family: "Rethink sans";
    color: #e5e2d9;
    margin-top: 15px;
}

@keyframes loading {
    from {opacity: 0; scale: 1; margin-left: -10rem}
    to {opacity: 1; scale: 1; background-color: black}
}

td {
    padding: 2px;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

table.inline  {
    display:inline-table;
    vertical-align:top;
}

audio {
    width: 35rem;
    height: 54px;
    margin-left: 1.5rem;
}

audio::-webkit-media-controls-panel {
    background-color: #fffbd2;
    border: transparent;
}

.squiggle[_ngcontent-xib-c39] {
    position: relative;
    width: 100%;
    height: 8px;
}

#side_panel {
    background-color: #040404;
    width: 4rem;
    height: 101vh;
    position: fixed;
    margin-left: -6rem;
    border-width: 1px;
    border-color: #1e1e1e;
    border-style: solid;
    border-top: transparent;
    border-left: transparent;
    border-bottom: transparent;
    animation: 1s sidepanel_show forwards;
    margin-top: -6rem;
    z-index: 2;
}

#stop_icon {
    width: 2rem;
    scale: 1.2;
    margin-left: 25%;
    margin-top: 2rem;
    border-radius: 999px;
    transition: 0.15s all;
    cursor: pointer;
}

#reset_icon {
    width: 2rem;
    margin-left: 25%;
    margin-top: 2rem;
    border-radius: 999px;
    transition: 0.3s all;
    cursor: pointer;
}

#fade_icon {
    width: 2rem;
    margin-left: 25%;
    margin-top: 2rem;
    border-radius: 999px;
    transition: 0.3s all;
    cursor: pointer;
}

#fade_icon:active, #stop_icon:active {
    scale: 0.8;
    background-color: rgba(255, 255, 255, 0.26);
}

#reset_icon:active {
    scale: 0.8;
}

#fadeout_countdown_side_indicator {
    background-color: #0c0c0c;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    text-align: center;
    color: white;
}