@import url('https://fonts.googleapis.com/css2?family=Lexend+Zetta&display=swap');

* {
	margin: 0;
	padding: 0;
	user-select: none;
}

html {
	font-family: 'Lexend Zetta', sans-serif;
	background-color: rgb(248, 248, 248);
}

.container {
	background-color: rgb(36, 51, 38);
	/* box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.07); */
	height: 370px;
	width: 950px;
	border-radius: 11px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 12px 20px;
	display: flex;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.sequencer {
	border-radius:15px;
	display: flex;
	height: 270px;
	width: 840px;
	margin-top: 100px;
		border: 4px solid rgba(0, 241, 0, 0.1);
		background-color: #232b25;
}

#p0 {
	margin-top: 109px;
	width: 160px;
	padding-left: 2px;
	padding-right: 26px;
	
}

.drum-name {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: -0.5px;
	line-height: 28px;
	padding: 0px 36px 0px 16px;
	border-radius: 6px;
	margin-bottom: 40px;
	background-color: #666262;
	color: #fff000;
    border: solid 2px #000000;
	border-radius:25px;
		  box-shadow:
  0 0 0 2px #967651,
  0 0 0 4px #727478;
 float:center;
}

#controls {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 0px;
	height: 120px;
}

#controls-left-side {
	float: left;
	height: 80%;
	color:#e86e10;
background-color: #282b2e;
	

}

#controls-right-side {
	float: right;
	height: 80%;
  border: solid 2px #000000;
  width:770px;
  	border-radius: 6px;
  	background-color:#282b2e;
}
.sampler.sampler2{
	width: 26px;

}




.sampler {
	
	display: inline;
	width: 26px;
	height: 16px;
	padding: 30px 48px;
	border-radius: 6px;
	line-height: 120px;
	text-align: center;
	background-color: #547085;
	color: rgba(0, 0, 0, 0.6);
    border: solid 2px #000000;
	border-radius:15px;
		  box-shadow:
  0 0 0 2px #967651,
  0 0 0 4px #727478;
 float:center;
	position: relative;
}

.pressed {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
	top: 2px;
	background-color: rgba(0, 0, 0, 0.1);
}

#bpm {
	font-weight: bold;
	color: rgba(0, 0, 0, 0.6);
	line-height: 120px;
	position: absolute;
	top: 25px;
	right: -24px;
	font-size: 28px;
	color:#e86e10;
}

#bpm-slider {
	position: absolute;
	top: 4px;
	right: 158x;
	width: 600px;
	font-size: 28px;
	  	background-color: #575551;
		 border-radius: 5px;
}

#bpm-slider:hover {
	cursor: pointer;
}

#controls p {
	display: inline;
	font-size: 23px;
	position: relative;
	top: -1px;
}

#clear-track {
	height: 24px;
	float: right;
	font-weight: bold;
	color:#e86e10;
	padding: 6px 12px;
	border-radius: 6px;
	
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-left: 36px;
	margin-right: 2px;
	margin-top: 16px;
	position: relative;
	-webkit-user-select: none;
	border-radius: 15px;
	 box-shadow:
  0 0 0 4px #967651,
  0 0 0 6px #727478;
  	background-color: #142040;
}

#clear-track:hover {
	height: 24px;
	cursor: pointer;
	 border-radius: 15px;
	  box-shadow:
  0 0 0 5px #967651,
  0 0 0 10px #727478;
  	background-color: #ff0000;
	color: #000;
}

#clear-track:active {
	top: 0px;
	height: 24px;
	 border-radius: 15px;
	  box-shadow:
  0 0 0 5px #967651,
  0 0 0 10px #727478;
  	background-color: #ff0000;
}

.d1,
.d2,
.d3,
.d4,
.d5,
.d6,
.d7,
.d8,
.d9,
.d10,
.d11,
.d12,
.d13,
.d14,
.d15,
.d16 {
	
	height: 100%;
	width: 50%;
	margin: 5px 2px;
	display: inline-block;
}

.sample {
	background-color: rgba(97, 16, 2, 1);
	margin-left: 4px;
	margin-bottom: 20px;
	display: block;
	height: 50px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.sample:hover {
	cursor: pointer;
}

.row-highlight {
		width: 5%;
	background-color: rgba(28, 29, 28, 0.2);
}

.item-selected {
	background-color: rgba(224, 37, 4, 0.9);
}

#d-split {
	margin-right: 20px;
}

input[type=range] {
	height: 50px;
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
	
}

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

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	box-shadow: 0px 0px 0px #000000;
	background-color: #04101f;
	border-radius: 1px;
	border: 1px solid #000;
}

input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #707070;
	border: 4px solid #A3A3A3;
	height: 42px;
	width: 18px;
	border-radius: 17px;

	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -17px;
	background-color: #5e6670;
	box-shadow:
  0 0 0 4px #044a10,
  0 0 0 6px #6a9e73;
	
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background-color: #04101f;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 7px;
	cursor: pointer;
	background: #EDEDED;
	border-radius: 50px;
	border: 1px solid #C2C2C2;
}

input[type=range]::-moz-range-thumb {
	border: 1px solid #A3A3A3;
	height: 42px;
	width: 13px;
	border-radius: 17px;
	background: #FFFFFF;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	background: #EDEDED;
	border: 1px solid #C2C2C2;
	border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
	background: #EDEDED;
	border: 1px solid #C2C2C2;
	border-radius: 10px;
}

input[type=range]::-ms-thumb {
	margin-top: 1px;
	border: 1px solid #A3A3A3;
	height: 43px;
	width: 15px;
	border-radius: 50px;
	background: #FFFFFF;
	cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
	background: #EDEDED;
}

input[type=range]:focus::-ms-fill-upper {
	background: #EDEDED;
}

em{
	margin-right: 320px;
	font-size: 32px;
}














/* .parent, .parent2 {
	margin-top: 10px;
	display: flex;
	flex-wrap: no-wrap;
}

.kick, .clap {
	width: 50%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 0px 2px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	font-family: "Courier New";
	font-size: 12px;
	border-radius: 12px;
	box-sizing: border-box;
}

.kick:hover, .clap:hover {
	cursor: pointer;
}

.item-selected {
	background-color: salmon;
}

.row {
	background-color: rgba(0, 0, 0, 0.25);
} */