.player {
    width:180px;
    border: #212121 solid 3px;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    background: #F5F5F5;
    padding: 5px;

    transform: scale(0.82);
    transform-origin: top left;
    margin-bottom: -110px;
}


.seek_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 6px;
  background: #e4d5dc;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 8px;
}

.seek_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 8px;
  height: 8px;
  background: white;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #cecece;
  padding-top: 3px;
  position: relative;
  bottom: 3px;
}


button,
input,
label,
option,
select,
table,
textarea,
ul.tree-view {
  -webkit-font-smoothing: none;
  font-family: "Myriad Pro";
  font-size: 11px;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

u {
  border-bottom: .5px solid #222;
  text-decoration: none;
}

button,
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: transparent;
  min-height: 23px;
  min-width: 75px;
  padding: 0 12px;
  text-shadow: 0 0 #222;
}

.vertical-bar,
button,
input[type=reset],
input[type=submit].vertical-bar {
  height: 20px;
  width: 4px;
}

button:not(:disabled):active,
input[type=reset]:not(:disabled):active,
input[type=submit]:not(:disabled):active {
  opacity: 0.5;
}


@media (not(hover)) {
  button:not(:disabled):hover,
  input[type=reset]:not(:disabled):hover,
  input[type=submit]:not(:disabled):hover {
    box-shadow:
      inset -1px -1px #fff,
      inset 1px 1px #0a0a0a,
      inset -2px -2px #dfdfdf,
      inset 2px 2px grey;
  }
}


button:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  opacity: 1;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0;
}

:disabled,
:disabled + label,
input[readonly],
input[readonly] + label {
  color: grey;
}

:disabled + label,
button:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  text-shadow: 1px 1px 0 #fff;
}


@media (not(hover)) {
  button:not(:disabled):hover {
    box-shadow:
      inset -1px -1px #fff,
      inset 1px 1px #0a0a0a,
      inset -2px -2px #dfdfdf,
      inset 2px 2px grey;
  }
}


@font-face {
  font-family: "Myriad Pro";
  src: url("https://dl.dropbox.com/scl/fi/z8hqw29h8a9i3a3cbbxkt/MYRIADPRO-REGULAR.OTF?rlkey=begwqxljs2gzyw26h00oeovzi&st=px0mbeax&dl=0") format("woff");
}


.window,
.title-bar {
  font-family: "Myriad Pro";
  -webkit-font-smoothing: none;
  font-size: 9px;
}

.window {
  padding: 0;
  width: 160px;
}

.window-body {
  display: block;
  margin: auto;
  border-radius: 0em;
}


input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}


/* Chrome browsers */

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
}


/* Firefox browsers */

input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
}


.flex {
  display: flex;
}


/* =========================================
   MUSIC PLAYER — PASTEL CANDY
   ========================================= */

#musicplayer {
  display: block;
  float: right;
  width: 100px;

  background: linear-gradient(
    90deg,
    #EFF5C8 0%,
    #EFF5C8 16.66%,
    #97F5D7 16.66%,
    #97F5D7 33.33%,
    #97E6F5 33.33%,
    #97E6F5 50%,
    #D5C0FF 50%,
    #D5C0FF 66.66%,
    #F7BADF 66.66%,
    #F7BADF 83.33%,
    #F7D8AE 83.33%,
    #F7D8AE 100%
  );

  border-radius: 60em;
  border: 2px solid #0F0F0F;
  margin-left: 4px;
  padding: 6px;

  box-shadow: none;

  position: relative;
  z-index: 10;
}


/* =========================================
   WHEEL — PASTEL CANDY
   ========================================= */

.wheel {
  display: block;
  justify-content: center;
  margin: auto;

  width: 75px;
  height: 70px;

  background: conic-gradient(
    #92F5C9 0%,
    #92F5C9 16.66%,
    #95EDF2 16.66%,
    #95EDF2 33.33%,
    #CAB6E8 33.33%,
    #CAB6E8 50%,
    #F7BADF 50%,
    #F7BADF 66.66%,
    #FFD9F1 66.66%,
    #FFD9F1 83.33%,
    #F7FFD5 83.33%,
    #F7FFD5 100%
  );

  border-radius: 50em;
  border: 2px solid #0D0D0D;
  padding-top: 0;

  box-shadow: none;
}


/* =========================================
   INNER WHEEL
   ========================================= */

.innerwheel {
  border-radius: 50%;
  border: 2px solid #0F0F0F;
  width: 28px;
  height: 25px;
  padding: 0;
  margin: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  box-shadow: none;
}


th {
  width: 16px;
  padding: 0;
  margin: 0;
}


.fas.fa-minus {
  margin-bottom: 0;
  padding-bottom: 5px;
}


/* =========================================
   WHEEL CONTROLS
   ========================================= */

.wheelcontrols {
  font-size: 14px !important;
  text-align: center;
  padding-top: 0px;
  color: #aaa;
  opacity: 0.8;
}


.wheelcontrols button {
  background: none;
  border: none;
  color: #0F0F0F;
  opacity: .85;
  font-size: 9px;
  padding: 0;
  min-width: 10px;
  min-height: 12px;
  cursor: pointer;
}

.wheelcontrols button:hover {
  opacity: 1;
}


.controls button:hover {
  opacity: 1;
}


/* =========================================
   PLAY / PAUSE
   ========================================= */

.playpause-track {
  font-size: 14px !important;
  padding: 0;
  margin: 0;
  line-height: 1;
}


/* =========================================
   SONG TITLE
   ========================================= */

.songtitle {
  width: 88px;
  padding: 8px;
  padding-bottom: 0;
  margin: 0 auto;

  font-size: 9px;
  color: #030303;

  display: block;
  font-family: "Myriad Pro";
}


/* =========================================
   MAIN CONTROLS
   ========================================= */

.controls button {
  display: block;
  margin: auto;
  font-size: 9px;
  color: #0F0F0F;
  opacity: .85;
}


button {
  min-width: 20px;
  background: none;
  text-align: center;
}

button:active {
  opacity: 0.7;
}


/* =========================================
   SEEKING
   ========================================= */

.seeking {
  display: flex;
  justify-content: space-evenly;
  align-items: center;

  padding: 6px;

  color: #0F0F0F;
  font-size: 9px;
}


/* =========================================
   CURRENT TIME
   ========================================= */

.current-time {
  padding-right: 5px;
  color: #0F0F0F !important;
}


/* =========================================
   TOTAL DURATION
   ========================================= */

.total-duration {
  padding-left: 5px;
  color: #0F0F0F !important;
}


/* =========================================
   MUSIC PLAYER POSITION
   ========================================= */

.music-player {
  margin-left: -30px;
}


/* =========================================
   PLAYER LAYERING
   ========================================= */

.player {
  position: relative;
  z-index: 10;
}

