@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/raleway/Raleway-Thin.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/raleway/Raleway-ExtraLight.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/raleway/Raleway-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/raleway/Raleway-Regular.ttf) format('truetype');
}

html {
	height: 100%;
}

body {
  display: flex;
	margin: 0px;
  padding-bottom: 56px;
  font-family: "Raleway";
  font-weight: 400;
  position: relative;
  font-size: 14px;
  height: 100%;
  color: #fefefe;
  background: url("/public/img/background_waves.svg");
  background-size: 300px;
  background-repeat: repeat;
  background-attachment: fixed;
}

.main-background {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  z-index: -1;
}

#hamburger-nav {
  display: block;
  width: 40px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 11000;
}

#hamburger-nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #444;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger-nav span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger-nav span:nth-child(2) {
  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger-nav span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger-nav.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

#hamburger-nav.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#hamburger-nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 28px;
  left: 8px;
}

#hamburger-nav.light span {
  background: #fefefe;
}

/* Content */
.vita-details {
  min-width: 480px;
}

/* Footer */
#footer {
  width: 100%;
  height: 55px;
  margin-top: 0px;
  background-color: #333;
  color: #fafafa;
  position: absolute;
  bottom: 0px;
}

#footer a {
	color: #fafafa;
}

#footer .footer-category {
	padding-bottom: 20px;
}

#footer .copy {
  font-size: 12px;
  background-color: #292d33;
  color: #d35400;
}

/* Main */
#content, #main-container {
  width: 100%;
}

/* Ajax Loader Bar */
#ajax-loader {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0%;
	background-color: #d35400;
	z-index: 10000;
}

/* messages */
#messages {
  color: #333;
  position: fixed;
  top: 70px;
  right: 10px;
}

/* Video */
.video-main {
  background-color: #11111199;
  padding: 16px;
}

.video-controls-icon:hover {
  cursor: pointer;
}

.video-player {
  width: 100%;
  max-height: calc(100vh - 335px);
}

/* Audio */
.audio-main * {
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.audio-main {
  margin: 0px;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  overflow: hidden;
  background: #33333399;
}

.audio-container {
  width: 100%;
  position: relative;
}

.audio-visualizer {
  position: absolute;
  align-items: center;
  top: 0;
  left: 50%;
}

.audio-media-data-image {
  position: relative;
  margin-right: 50px;
  transition: opacity 0.25s ease-in;
}

.show-eq .audio-media-data-image {
  opacity: 0;
}

.audio-equalizer {
  position: absolute;
  height: 100%;
  right: calc(-100% + 48px);
  width: 100%;
  transition: right 0.25s ease-in;
  padding: 8px 0 18px 48px;
}

.show-eq .audio-equalizer {
  right: 0;
}

.audio-equalizer .eq-range {
  transform: rotateZ(-90deg);
  width: 124px;
  margin-top: 74px;
  -webkit-appearance: none;
  background: transparent;
}

.eq-range-slider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #33333399;
  border-radius: 4px;
  margin: 0 6px;
  width: calc(10% - 12px);
}

.eq-range:focus {
  outline: none;
}
.eq-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #D8D8D8;
  border-radius: 3px;
  border: 0px solid #000000;
}
.eq-range::-webkit-slider-thumb {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.32);
  border: none;
  height: 24px;
  width: 16px;
  border-radius: 8px;
  background: #e74c3c;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}
.eq-range:focus::-webkit-slider-runnable-track {
  background: #D8D8D8;
}
.eq-range::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #D8D8D8;
  border-radius: 3px;
  border: none;
}
.eq-range::-moz-range-thumb {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.32);
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #e74c3c;
  cursor: pointer;
}
.eq-range::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.eq-range::-ms-fill-lower {
  background: #D8D8D8;
  border: none;
  border-radius: 6px;
}
.eq-range::-ms-fill-upper {
  background: #D8D8D8;
  border: none;
  border-radius: 6px;
}
.eq-range::-ms-thumb {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.32);
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #44BFA3;
  cursor: pointer;
}
.eq-range:focus::-ms-fill-lower {
  background: #D8D8D8;
}
.eq-range:focus::-ms-fill-upper {
  background: #D8D8D8;
}

.audio-equalizer-btn {
  position: absolute;
  top: 6px;
  left: 6px;
}

.audio-container .visbar {
  display: inline-block;
  background-color: #e74c3c;
  position: absolute;
  top: 5px;
  width: 1px;
  transform-origin: 0px 90px;
}

.audio-container .visbar.dummy {
  width: 0px;
  height: 50px;
}

.audio-media-data {
  padding: 20px 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}

.audio-media-data-details {
  height: 64px;
  flex-grow: 1;
  transition: opacity 0.25s ease-in;
}

.show-eq .audio-media-data-details {
  opacity: 0;
}

.audio-media-data-image-crop {
  margin: 30px 0px;
  display: inline-block;
  height: 128px;
  width: 128px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  flex-grow: 0;
  box-shadow: 0px 15px 35px -15px #E74C3C;
  -moz-box-shadow: 0px 15px 35px -15px #E74C3C;
  -webkit-box-shadow: 0px 15px 35px -15px #E74C3C;
}

.audio-media-data-image-crop:hover {
  cursor: pointer;
}

.audio-media-data-image-crop img {
  display: inline;
  margin: 0 -128px;
  height: 100%;
  width: auto;
}

.audio-media-data-details-base {
  text-align: left;
}

.audio-media-data-details-title {
  font-size: 18px;
}

.audio-media-data-details-artist {
  font-size: 12px;;
  color: #ddd;
}

.audio-media-data-details-album {
  font-size: 12px;
  color: #ccc;
}

.audio-controls {
  padding: 24px 10px 10px 10px;
  font-size: 18px;
}

.audio-controls i {
  margin-top: 16px;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fefefe;
  padding: 6px 9px;
}

.audio-controls .audio-controls-icon:hover {
  cursor: pointer;
  color: #fefefe;
}


.audio-time {
  display: none;
  font-size: 12px;
}

.audio-bar {
  position: relative;
  height: 16px;
  background-color: #ffffff11;
}

.audio-buffered {
  height: 16px;
  border-radius: 8px;
  position: absolute;
  min-width: 16px;
  background-color: #999;
}

.audio-played {
  height: 16px;
  border-radius: 8px;
  position: absolute;
  min-width: 16px;
  background-color: #e74c3c;
}

.audio-seeker-background, .audio-seek {
  height: 16px;
  width: 100%;
  border-radius: 8px;
  position: absolute;
  background-color: transparent;
}

.audio-seek:hover {
  cursor: pointer;
}

.audio-picker {
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #e74c3c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.audio-picker:hover {
  cursor: pointer;
}

.audio-volume {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 30px;
  width: 140px;
  border-radius: 15px;
}
.audio-volume-max, .audio-volume-indicator, .audio-volume-bar {
  position: absolute;
  top: 13px;
  right: 15px;
  left: 15px;
  height: 4px;
  border-radius: 2px;
}

.audio-volume-max {
  background-color: #fefefe;
}

.audio-volume-indicator {
  background-color: #e74c3c;
}

.audio-volume-picker {
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #e74c3c;
  border-radius: 50%;
  top: -6px;
  right: -8px;
}

.audio-volume-bar {
  background-color: transparent;
}

.audio-volume-picker:hover, .audio-volume-bar:hover, .audio-volume-mute:hover, .audio-volume-icon:hover {
  cursor: pointer;
}

.audio-volume-icon {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 30px;
  height: 30px;
}

.audio-volume-mute {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -20px;
  bottom: 0;
  border-radius: 15px;
}

/* Fun Stuff */
.user-pos-cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: -5px;
  margin-left: -5px;
  background-color: #d35400;
  transition: all 250ms ease;
  z-index: 45000;
}

.user-pos-cursor .user-name {
  color: #fefefe;
  font-weight: 400;
  position: absolute;
  bottom: 6px;
  left: 10px;
  font-size: 12px;
  backdrop-filter: brightness(0.4) blur(3px);
  border-radius: 5px;
  padding: 2px 4px;
}

/* Globals */
h1, h2, h3, h4, h5 {
  font-weight: 200;
  text-shadow: 1px 0px 1px #ffffff;
}

a {
  text-decoration: none;
  color: #fafafa;
  transition: color 0.4s, background-color 0.4s;
  -moz-transition: color 0.4s, background-color 0.4s;
  -webkit-transition: color 0.4s, background-color 0.4s;
  outline-style: none !important;
}

a:hover {
  color: #fefefe;
}

hr {
  height: 1px;
  border: 0px;
  background-color: #ddd;
}

.circle {
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.table .name a {
  font-size: 16px;
  font-weight: 400;
  color: #337ab7;
}

code {
  display: block;
  padding: 15px;
  background-color: #efefef;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  white-space: pre-wrap;
}

.haccordion {
  width: 100%;
  height: 100%;
  background-color: #33333366;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  justify-content: end;
}

.haccordion-item {
  display: flex;
  transition: width 0.25s ease-in-out;
  width: 30px;
}

.haccordion-item.active {
  width: 100%;
}

.haccordion-item-header {
  width: 30px;
  padding: 8px 0;
  writing-mode: vertical-lr;
  background-color: #11111199;
  transform: rotate(180deg);
  border: 0px solid #555555;
  border-left-width: 1px;
}

.haccordion-item:last-child .haccordion-item-header {
  border-left-width: 0;
}

.haccordion-item-header:hover {
  cursor: pointer;
}

.haccordion-item-body {
  width: 0;
  transition: width 0.25s ease-in-out;
  overflow: hidden;
}

.haccordion-item.active .haccordion-item-body {
  width: 100%;
}

/* Bootstrap Overwrites */
.card {
  background: #33333399;
  color: #fefefe;
}

.btn-xs {
  padding: 0.1rem 0.4rem;
  font-size: .75rem;
  line-height: 1.25;
}

.btn-link, .btn-link:hover, .btn-link:active {
  color: #fefefe;
}

.modal-content {
  border-radius: 8px;
  border: none;
  background-color: #303145;
  background-size: 300px;
  background-repeat: repeat;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
}

.modal-header {
  border-bottom: 1px solid #455A64;
}

.modal-footer {
  border-top: 1px solid #455A64;
}

.modal-backdrop {
  backdrop-filter: blur(3px);
  background-color: #33333333 !important;
}

.modal-backdrop.show {
  opacity: 1;
}

.toast {
  background-color: #303145;
  color: #fafafa;
}

.toast-header {
  background-color: #303145;
  color: #fafafa;
}

.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}
