@import url(https://fonts.googleapis.com/css?family=Orbitron&display=swap);
@charset "UTF-8";

:root {
  --blue: #3490dc;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66d9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3490dc;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #e3342f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Orbitron", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
  font-family: 'Orbitron', sans-serif;
  font-size: 10pt;
  color: lightgray;
}
body {
  padding: 0;
  margin: 0;
  min-height: 100% !important;
  background: black;
}
a {
	text-decoration: none;
	color: #2d2d2d;
  transition: .3s ease;
}
a:hover {
  color: rgba(40,100,120,1);
}
.flex {
  display: flex;
}
.aifs {
  align-items: flex-start;
}
.corp{

}
.instruments_container {
  flex-flow: column;
  align-items: flex-start;
  gap: 30px;
}
.display {
  background: #333;
  color: rgb(103,232,255);
  text-shadow: 0px 0px 5px rgb(103,232,255);
  font-weight: bold;
  box-shadow: 0px 0px 5px rgb(53, 107, 117) inset;
  width: 330px;
}
.display .step {
  width: 65px;
}
.display .bpm {
  width: 70px;
}
.head {
  font-size: 14pt;
  font-weight: bold;
  color: rgb(103,232,255);
  margin-bottom:5px;
}
.bpm_value {
	background: no-repeat;
	border: none;
	color: rgb(103,232,255);
  text-shadow: 0px 0px 5px rgb(103,232,255);
	width: 35px;
  height: 15px;
}
.patterns{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.pattern {
  width: 50px;
  height: 50px;
  padding: 11px;
  font-size: 16pt;
  text-align: center;
}
.pattern_button {
  border: 1px solid #5c90a3;
}
.pattern_button.active {
  background: rgb(103,232,255);
  color: black;
}
.button {
  background: rgb(23,23,23);
  background: linear-gradient(0deg, rgba(23,23,23,1) 0%, rgba(57,57,57,1) 100%);
  color: rgb(58, 139, 153);
  font-weight: bold;
  border: 1px solid #2d2d2d;
  cursor: pointer;
  box-sizing: border-box;
  position: sticky;
  top: 10px;
  width: 70px;
  text-align: center;
}
.button.active {
  color: rgb(103,232,255);
  text-shadow: 0px 0px 5px rgb(103,232,255);
}
.pack {
  color: rgb(103,232,255);
  cursor: pointer;
}
.pack:hover {
  text-shadow: 0px 0px 5px rgb(103,232,255);
}
.tracks {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}
.tracks .track{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.tracks .step,.instrument {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
  padding: 10px;
  border: 1px solid #2d2d2d;
  cursor: pointer;
}
.tracks .step:not(.active):not(.scnd){
  background: rgb(23,23,23);
  background: linear-gradient(0deg, rgba(23,23,23,1) 0%, rgba(57,57,57,1) 100%);
}
.tracks .step.scnd:not(.active){
  background: rgb(40,40,40);
  background: linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(67,67,67,1) 100%);
}
.tracks .step.flow {
  border: 1px solid rgb(53, 118, 130);
}
.tracks .step.active{
  background: rgb(103,232,255);
  background: radial-gradient(circle, rgba(103,232,255,1) 0%, rgba(73,73,73,1) 97%, rgba(57,57,57,1) 100%);
}
/*NOTES*/
.basspattern {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.basstypes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
}
.bass_image {
  width: 90px;
  height: 40px;
}
.bass_image.sine{
  background: url('/img/waves.svg') -7px 0px /95px;
}
.bass_image.square{
  background: url('/img/waves.svg') -7px -58px /95px;
}
.bass_image.sawtooth{
  background: url('/img/waves.svg') -7px  -174px/95px;
}
.bass_image.triangle{
  background: url('/img/waves.svg') -7px -116px /95px;
}
.basstype {
  width: 100px;
  height: 50px;
  cursor: pointer;
}
.basstype:not(.active){
  opacity:.7;
}
.basstype.active {
  opacity:1;
}
.bass_type_name{
  font-size: 8pt;
}
.stepnotes_name {
  display: flex;
  flex-flow: column-reverse;
}
.stepnotes_name .note{
  width: 50px;
	height: 20px;
  box-sizing: border-box;
  margin-top: 10px
}
.stepnotes .note {
	width: 50px;
	height: 20px;
	border: 1px solid #2d2d2d;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 10px
}
.stepnotes .note:not(.active) {
  background: rgb(23,23,23);
  background: linear-gradient(0deg, rgba(23,23,23,1) 0%, rgba(57,57,57,1) 100%);
}
.stepnotes .note.active {
  background: rgb(103,232,255);
}
.stepnotes {
  position: relative;
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
}
.add {
  font-size: 20pt;
  font-weight: bold;
  color: rgb(103,232,255);
}
.pointer {
  cursor: pointer;
}
.ffc {
  flex-flow: column;
}
.gap10 {
  gap: 10px;
}
.aifs {
  align-items: flex-start;
}
.aic {
  align-items: center;
}
.p10 {
  padding:10px;
}
.ml10 {
  margin-left: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mixerblock {
  position: relative;
  width: 50px;
  height: 200px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.mixerblock .title {
  transform: rotate(270deg);
  margin-left: -40px;
  bottom: 37px;
  position: absolute;
  width: 100px;
}
.fader {
  width: 200px;
  position: absolute;
  top: 40%;
  transform: rotate(270deg);
  margin-left: -60px;
  margin-top: 15px;
}
.ml5{
  margin-left: 5px;
}
.prev_drum_instrument, .next_drum_instrument {
  cursor: pointer;
}
