body {
	overflow-x: clip;
	-webkit-overflow-scrolling: auto;
}
#lincontt {
	overscroll-behavior: none;
}
.footer .list-unstyled li {
	padding-top: 5px;
}

.padbtn1 {
	background-color: #0090fc;
	opacity: 0.55!important;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.8); 
}
.padbtn2 {
	background-color: #01e293;
	opacity: 0.55!important;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.8); 
}
.padbtn3 {
	background-color: #feb200;
	opacity: 0.55!important;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.8); 
}
.padbtn4 {
	background-color: #ff5d7a;
	opacity: 0.55!important;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.8); 
}
.padbtnactive1 {
	background-color: #004e7f;
}
.padbtnactive2 {
	background-color: #027053;
}
.padbtnactive3 {
	background-color: #865b16;
}
.padbtnactive4 {
	background-color: #7f3846;
}
.rabbeat {
	/*background-image: url(/img/rabbeat.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none!important;
	box-shadow: none!important;
	background-size: 95%;
	background-color:transparent!important;*/
}
.ismuted {
	opacity: 0.5!important;
}

.btnvol1 {
	border-radius: 3px;
}

.btnvol10 {
	border-radius: 15%;
}

.btnvol20 {
	border-radius: 25%;
}

.btnvol30 {
	border-radius: 35%;
}

.btnvol40 {
	border-radius: 45%;
}

.btnvol50 {
	border-radius: 55%;
}

.btnvol60 {
	border-radius: 65%;
}

.btnvol70 {
	border-radius: 75%;
}

.btnvol80 {
	border-radius: 85%;
}

input[type=range][orient=vertical]
{
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* Chromium */
    width: 8px;
	margin: 10px;
    height: 220px;
    padding: 0 5px;

	--ticksThickness: 2px;
	--ticksHeight: 30%;
	--ticksColor: silver;
}
#volcont {
	background-color: #e5e5e5e5;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	padding: 5px;
	border: 1px solid #333333;
}
#chaResul div {
	padding: 25px;
}

div#chaDiv {
    border-bottom: 1px dashed;
    margin-bottom: 40px;
    padding: 40px 20px;
}

div#chaResul {
    padding: 40px 20px;
    background: #f1f1f1;
    width: 90%;
}

#chaDiv, #chaResul {
	text-align: center;	
	margin:auto;
}
.chaBack {
	background-color: f5f5f5;
	display: none;
}


#chaDiv p, #chaResul p {
	font-size: 1.4rem!important;
}

.insticon {
	max-height:1.95rem;
	max-width:1.95rem;
	height:1.8rem;
	margin-top: 5px;
	opacity: 0.65;
}
































/*
 * Modificado por José Javier Fernández Mendoza
 * Versin 1.0.2
 * Original:
 * Stylesheet for Ambiance - Notification Plugin for jQuery
 * Version 1.0.1
 *
 * Copyright (c) 2012 Richard Hsu
 * Documentation: http://www.github.com/richardhsu/jquery.ambiance
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */

/* Notification area will be top right but feel free to modify it below. */
#ambiance-notification {
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 9999;
  }
  
  /* Built in custom styling for the notifications. */
  .ambiance-title {
	font-weight: bolder;
  }
  .ambiance-link a{
	font-weight: bold;
	text-decoration:none;
  }
  
  .ambiance {
	float: right;
	clear: both;
	border: 3px solid transparent;
  }
  
  .ambiance:hover {
	border: 3px solid #DDDDDD;
  }
  
  .ambiance-default, .ambiance-success, .ambiance-error {
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox 3.6 and earlier. */
	padding: 10px;
	margin: 10px;
  }
  
  .ambiance-default {
	background: #000000;
	color: #DDDDDD;
  }
  
  .ambiance-success {
	background: #468847;
	color: #DFF0D8;
  }
  
  .ambiance-error {
	background: #B94A48;
	color: #F2DEDE;
  }
  
  /* Close button attributes -- based off Twitter Bootstrap alert close item. */
  .ambiance-close {
	display: block;
	position: relative;
	top: -2px;
	right: 0px;
	color: #FFFFFF;
	float: right;
	font-size: 18px;
	font-weight: bold;
	filter: alpha(opacity=20);
	text-decoration: none;
	position: relative;
	line-height: 14px;
	margin-left: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  .ambiance-close:hover {
	color: #BBBBBB;
	cursor: pointer;
  }
  
  #banban small {
	  background: white;
	  border-top-left-radius: 3px;
	  border-top-right-radius: 3px;
	  display: block;
	  line-height: 1px;
  }
  #banban img {
	width: 650px;
	max-width: 90vw;
  }
  /*
  #banban {
	  position: fixed;
	  top: 100vh;
	  left: 50vw;
	  transform: translate(-50%, -100%);  
	  z-index: 99999;
  }*/

  #banban {
	  width: min-content;
	  margin:auto;
	  margin-bottom: 15px;
  }

.modal div#newsletter-form-popup {
    border-radius: 10px;
    padding: 20px;
    width: 95%;
	max-width: 550px;
    margin: 0 auto;
}

input#emailad {
    background: white;
    border-radius: 3px;
    padding: 5px 5px;
    width: 50%;
}

input#emailad::placeholder {
    font-style: italic;
}

	.pt_container {
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		border: 1px solid silver;
		-webkit-box-shadow: 0px 0px 10px 0px #e2e2e2;
				box-shadow: 0px 0px 10px 0px #e2e2e2;
		border-radius: 10px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.pt_container h2 {
		text-align: center;
		margin-bottom: 40px;
	}

	.pt_container hr {
		margin: 30px 0;
		border: 1px solid silver;
		border-bottom: 0;
	}

	.pt_container .label {
		font-size: 11px;
	}

	.vumeter_component {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		-webkit-box-pack: left;
			-ms-flex-pack: left;
				justify-content: left;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
	}

	.vumeter_component .label {
		font-size: 11px;
		margin: 0 5px;
	}

	.vumeter_component .status {
		content: " ";
		width: 5px;
		height: 5px;
		background-color: silver;
		border-radius: 50%;
		display: block;
		margin: 5px
	}

	.vumeter_component .bar {
		width: 100%;
		border: 1px solid silver;
		height: 12px;
		background: #ededed;
		overflow: hidden;
	}



	.vumeter_component .bar>.value {
		width: 0%;
		background: limegreen;
		height: 100%;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	.timers_containers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
			-ms-flex-pack: space-evenly;
				justify-content: space-evenly;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		gap: 10px;
	}

	.timer_component+.timer_component {
		border-left: solid 1px white;
	}

	.timer_component {
		text-align: center;
		position: relative;
	}

	.timer_component .timer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		text-align: center;
		gap: 10px;
		margin: 10px;
	}

	.timer_component .label {
		font-size: 16px;
	}

	.timer_component .timer .number {
		font-size: 20px;
		margin: 0 2px;
	}

	.timer_component .timer sub {
		vertical-align: baseline;
	}

	.evaluator_component {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		height: 300px;
		gap: 20px;
	}

	.evaluator_component .col1 {
		width: 90%;
	}

	.evaluator_component .col2 {
		width: 10%;
	}

	.progressbar_component {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		gap: 5px;
		height: 100%;
	}

	.progressbar_component .label {
		font-size: 11px;
	}

	.progressbar_component .bar {
		width: 100%;
		height: 100%;
		border: 1px solid silver;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
			-ms-flex-align: end;
				align-items: end;
		overflow: hidden;
		position: relative;
	}

	.progressbar_component .bar .value {
		width: 100%;
		height: 0%;
		background-color: limegreen;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.progressbar_component .bar .percent_value {
		font-size: 14px;
		display: block;
		text-align: center;
		margin-bottom: 10px;
		position: absolute;
		width: 100%;
		mix-blend-mode: color-dodge;
		color: #7b7b7b;
	}

	.evaluator_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		gap: 20px;
	}

	.controls_component {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}

	.controls_component .button2 {
		width: 100%;
		padding: 20px 15px;
		background-color: green;
		border: 0px;
		color: white;
		font-size: 16px;
		border-radius: 5px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		cursor: pointer;
		-webkit-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.controls_component .button {
		width: 100%;
		padding: 20px 15px;
		background-color: #4285f4;
		border: 0px;
		color: white;
		font-size: 16px;
		border-radius: 5px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		cursor: pointer;
		-webkit-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}

	.controls_component .button:hover {
		-webkit-box-shadow: 0px 0px 5px 2px #00000038;
				box-shadow: 0px 0px 5px 2px #00000038;
	}

	.controls_component .button.secondary {
		background-color: #a6c;
	}

	.messages_component {
		height: 100%;
		border: 1px solid silver;
		border-radius: 5px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		scroll-behavior: smooth;
		overflow: scroll;
		padding-left: 10px;
	}  

	.messages_component .content .message {
		border-left: 2px solid black;
		padding: 10px;
		margin: 20px 0;
		opacity: 0.3;
	}

	
	.messages_component .content .message:last-child {
		border-left: 2px solid green;
		opacity: 1;
	}

	.messages_component .content .message .timespamp {
		font-size: 10px;
		display: block;
		margin: 5px 0;
	}

	.tab_component {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}

	.tab_component .label {
		font-size: 11px;
	}

	.tab_component .content {
		font-family: monospace;
		background: #e9e9e9;
		border: 1px solid silver;
		padding: 5px 10px;
		border-radius: 5px;
		text-align: center;
	}


#_playif {
	position:fixed;
	top:0px;
	left:0px;
}

span.cselec {
	font-weight: bold;
	background-color: lightskyblue!important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px;
}
.compconfi {
	/*background-color: aliceblue;*/
}
.manudrum {
	/*background-color: honeydew;;*/
	padding-bottom: 20px;
}
.compconfi select {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	background-color: white;
}

#ios16warning {
	text-align:center;
	background-color: yellow;
	width: calc(100% + 30px);
	padding: 10px;
	position: relative;
	left: -15px;
	margin-bottom: 11px;
	font-size: 11px;
}

#editProg, .hideme {
	display:none;
}

#hbadge {
	margin-bottom: 20px;
}

.pinfo {
	display:inline;
	width: 4rem;
	text-align: center;
	vertical-align: text-top;
}
.cinfo {
	font-size:0.6rem;
	text-align:center;
}
#proginfo {
	font-size: 1.3rem;
	padding-bottom: 20px;
}






/* Style the select container */
.select-container {
	position: relative;
	display: inline-block;
  }
  
  /* Style the select element */
  .select-container select {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	padding-right: 40px;
	max-width: 30vw;
  }
  
  /* Style the arrow icon */
  .select-container::after {
	content: '\25BC'; /* Unicode down arrow */
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	pointer-events: none; /* Prevent the arrow from being clickable */
  }
  
  /* Apply hover effect to the select container */
  .select-container:hover select {
	border-color: #007bff;
  }
  
  /* Apply focus styles to the select container */
  .select-container:focus-within select {
	outline: none;
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  }
  
  /* Style the label for the checkbox */
.checkbox-label {
	align-items: center;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
	padding: 10px; /* Add padding for a background color */
	background-color: #f0f0f0; /* Add a background color */
	border-radius: 4px; /* Add a border radius */
  }
  
  /* Style the checkbox input */
  .checkbox-label input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border: 2px solid #333;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	vertical-align: middle;
  }
  
  /* Style the checkbox when checked */
  .checkbox-label input[type="checkbox"]:checked {
	background-color: #007bff;
	border-color: #007bff;
  }
  
  /* Style the checkmark inside the checkbox when checked */
  .checkbox-label input[type="checkbox"]:checked::before {
	content: '\2713'; /* Unicode checkmark */
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	color: #fff;
  }
  
  /* Apply hover effect to the label */
  .checkbox-label:hover input[type="checkbox"] {
	border-color: #0056b3;
  }
  
  /* Apply focus styles to the label */
  .checkbox-label:focus-within input[type="checkbox"] {
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  }
  
  
  .setdrumbuttontomap {
	  border: 3px solid crimson;
  }
  .mappingthis {
	border: 3px solid lightgreen ! important;
  }

  .padpress {
	filter: brightness(140%);
  }
  .midirefr {
	  cursor:pointer;
	  margin-left: 10px;
  }


div.btn-container{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.btn-container i{
    display: inline-block;
    position: relative;
    top: -5px;
}

.btn-container label {
    font-size: 13px;
    color: #424242;
    font-weight: 500;
}

.btn-color-mode-switch{
    display: inline-block;
    margin: 0px;
    position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner{
    margin: 0px;
    width: 140px;
	line-height: 1;
    height: 20px;
    background: #E0E0E0;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
	cursor: pointer;
    /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
    display: block;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before{
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 3px;
    right: 20px;

}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after{
    content: attr(data-off);
    width: 70px;
    height: 16px;
    background: #fff;
    border-radius: 26px;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 2px 0px;
}

.btn-color-mode-switch input[type="checkbox"]{
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner{
    background: #151515;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after{
    content: attr(data-on);
    left: 68px;
    background: #3c3c3c;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before{
    content: attr(data-off);
    right: auto;
    left: 20px;
}

.btn-color-mode-switch input[type="checkbox"]:checked ~ .alert{
    display: block;
}

#loadingOverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(229, 93, 120, 0.2);
    z-index: 50000000;
}
.wblur {
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
}

#loadingOverlay #_loodI {
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -100%);
    color: white;
    padding: 20px;
    background-color: rgb(77,77,77,0.3);
    border-radius: 20px;
}

#lokey, #hikey {
	border-radius: 7px;
	font-size: 5rem;
}
#tap_or_midi {
	background: #E0E0E0;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#tap_or_midi input {
	vertical-align: middle;
}

.change-repeat {
	text-align: center;
	font-size: 1.3rem;
	border: none;
	height: 2rem;
	width: 50px;
	position: relative;
	top: 5px;
}

.btn-normal {
	background-color: gray;
	color: white;
}

#tabuttons .btn {
	margin-left: 0px ! important;
	margin-right: 0px ! important;
	max-height: 2rem;
}
.app-back {
/*	border-top: 1px solid gray;*/
}

.favactions {
	display:inline;
	float:right;
}

.ithidden {
	visibility: hidden;
}

#lines table {
	display: inline-block;
}

.metropos {
	text-align: center;
}

#preset-dropbox-container select {
	max-width: 100px;
	
}
/*
.favlistul li {
	margin: 3px;
	background:#EEEEEE;
	border: 1px solid black;
}
*/
#setlist_name {
	font-size: 1.3rem;
	width: 90%;
	margin: 15px;
	text-align: center;
}

.setlist_actions {
	text-align: center;
	margin-top: -30px;
	margin-bottom: 15px;
}

.smodal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	transition: opacity 0.7s ease-in-out, visiblity 0.7s ease-in-out;
	z-index: 100000;
  }
  
  .modal-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #333333;
	background: #ffffff;
	width: 350px;
	height: 150px;
	text-align: center;
	padding: 30px 50px;
  }
  
  .modal-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: inherit;
  }

  #exportDescription table td {
	  text-align: center;
	  vertical-align: top;
	  white-space: nowrap;
  }

  #exportDescription input[type="number"] {
	  width: 3rem;
	  text-align: center;
  }

  .settings_div {
	  display: none!important;
  }
  .settings_divi {
	background-color: #EFEFEF;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px #e2e2e2;
	border: 1px solid darkgray;
	padding: 10px;
  }
  
  #settings_button {
	  cursor: pointer;
  }

  .btn-xs
{
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

#peakNoteContainer .precision-peak {
	position: absolute;
	z-index: 10;
	color: green;
	opacity: 0.4;
	font-size: 10rem!important;
	transform: translate(-25%,-25%);
}
#peakNoteContainer .notprecise_s {
	color: red!important;
	transform: translate(-35%,-25%)!important;
}
#peakNoteContainer .notprecise_f {
	color: red!important;
	transform: translate(-15%,-25%)!important;
}

#ghostNoteContainer .precision-peak {
	position: absolute;
	z-index: 10;
	color: green;
	opacity: 0.4;
	font-size: 10rem!important;
	transform: translate(-30%,-25%);
}
#ghostNoteContainer .notprecise_s {
	color: red!important;
	transform: translate(-40%,-25%)!important;
}
#ghostNoteContainer .notprecise_f {
	color: red!important;
	transform: translate(-20%,-25%)!important;
}

#u_email, #u_token {
	text-align: center;
}

.login_form {
	font-size: 1.3rem;
}
#logoutContainer {
	text-align: center;
	margin-bottom: 14px;
}

#setting-ghostnotes, #toggleButtonContainer {
	margin: auto;
	display:inline;
}

#u_token {
	margin-top: 20px;
}

#premium_container {
	width: 100%;
}

/* Reset default list styles */
#premium_container ul, ul.favlistul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  /* Style for each list item */
  #premium_container ul li, ul.favlistul li {
	padding: 10px 0;
	border-bottom: 1px solid #eee; /* Add a light border between items */
	font-size: 16px;
  }
  
  /* Style for odd list items to create a zebra effect */
  #premium_container ul li:nth-child(odd), ul.favlistul li:nth-child(odd) {
	background-color: #f9f9f9; /* Light gray background color */
  }
  
  /* Hover effect for list items */
  #premium_container ul li:hover, ul.favlistul li:hover {
	background-color: #f0f0f0; /* Slightly darker background color on hover */
	cursor: pointer;
  }
  
  /* Style for the exercise track title */
  #premium_container ul li .track-title {
	font-weight: bold;
  }
  
  /* Style for the exercise track description */
  #premium_container ul li .track-description {
	color: #666; /* Dim the description text */
  }
  

  /* Style for the radio button container */
.radio-container {
	display: flex;
	align-items: center; /* Align items vertically */
  }
  
  /* Style for each radio button */
  .radio-container input[type="radio"] {
	appearance: none; /* Hide default radio button */
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #999; /* Gray border */
	outline: none; /* Remove outline */
	cursor: pointer;
	margin-right: 8px;
  }
  
  /* Style for the checked state of the radio button */
  .radio-container input[type="radio"]:checked {
	background-color: #d3b6a6; /* Warm muted color when checked */
	border-color: #d3b6a6; /* Use the same color for the border */
  }
  
  /* Style for the label */
  .radio-container label {
	font-size: 16px;
	color: #333;
	cursor: pointer;
	display: flex; /* Make label a flex container */
	align-items: center; /* Vertically center label content */
  }
  
  /* Add hover effect for labels */
  .radio-container label:hover {
	text-decoration: underline;
  }
  
  .practice-time {
	  float:right;
	  margin-left: 1rem;
	  margin-right: 1rem;
	  font-size: 0.9rem;
  }
  .listen-exercise {
	  margin-left: 20px;
  }

  #song-title-cont {
	  font-size: 1.1rem;
	  text-align: center;
	  display: none;
  }
  

  #tabtempo, #bpm, #len1, #midiexport_repetitions, #mp3export_repetitions {
	  font-size: 1.3rem;
  }

  #exportDescription input[type="number"] {
	  width: 5rem;
  }
  #song-format {
	  text-align: center;
  }
  #levelHeartbeat {
	  font-size: 15px;
	  position: relative;
	  left: -4px;
	  top:-4px;
  }
  #lhbt {
	  height: 1rem;
	  width: 1rem;
	  position:relative;
	  display:inline-flex;
  }

  .z-depth-1 {
	  border-radius: 10px;
  }

  #thetips, #theshares, #thelimit, #thenoprog, #thevelocity, #thelemonade, #theexport, #theexportwait, #thepremiumhelp, #theshapehelp, #your_exports, #theinvite {
	width: 400px;
	max-width: 80%;
	background-color: white;
	color: black;
	border: solid black 4px;
	border-radius: 7px;
	left: 50vw;
	top: 50vh;
	position: fixed;
	transform: translate(-50%, -50%);
	padding: 10px;
}

.reachout {
	font-size: 1.2rem;
}

#mappingMIDI {
	border-radius: 3px;
}
.midicontrol label {
	padding: 3px;
}

#songOverlay {
	position: fixed;
	background-color: rgba(229, 93, 120, 0.3);
	z-index:50000000;
	width: 100%;
	left: 0px;
	top: 0px;
}

#premex {
	font-style: italic;
	list-style-type: none;
	padding-left: 0;
	display: none;
}

#user_testims {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	max-width: 800px;
	margin: auto;
}
.testimonial {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.testimonial img {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 10px
}
.testimonial p {
	font-size: 14px;
	color: #333;
}
.testimonial h4 {
	margin: 5px 0 5px;
	font-size: 11px;
	color: #555;
	font-weight: bold;
	margin-top: 22px;
}

.btn {
	transition: none ! important;
	-moz-transition: none ! important;
	-webkit-transition: none ! important; 
}
  
#edit_mode {
	position: fixed;
	height: 2rem;
	bottom: 2.5rem;
	left: 0px;
	background-color: rgb(255,255,255,0.7);
	width: 100vw;
}

.lines-fragment-loading {
	filter: saturate(0.2);
}
.lines-fragment-loading #lines_loading {
	position: fixed;
	top: calc(50% - 10vh);
	left: calc(50% - 10vw);
	border-radius: 25px;
	padding: 25px;
	font-weight: bolder;
}

#waitingMP3Notice a, #waitingMP3Notice a:visited {
	text-decoration: none;
	color: darkred;
}

#waitingMP3Notice {
	display:none;
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 1000;
	border-radius: 15px;
	background-color: rgb(1,226,147, 0.6);
	border: 1px solid rgb(35,35,35,0.5);
	padding:15px;
	color: darkgreen;
	font-weight: bold;
}

.showit {
	display:inline!important;;
}

#theexport input {
	margin-right: 8px;
}

#your_exports {
	max-height: 45vh;
	overflow: scroll;
}

#your_exports table {
	width: 100%;
}
#your_exports table td {
	text-align: center;
	padding: 5px;
	border-radius: 15px;
	vertical-align: middle;
	background-color: rgb(10,100,10,0.1);
}


.info-hidden {
	display: none;
}

#dTalkie div {
	color: white ! important;
}

#talkieMessages {
	height: 300px;
	overflow-y: auto;
	font-size: 11px;
}

.talkie-msg {
	border-bottom: 1px solid #444;
}

.talkie-msg .talkie-msg-sub {
	display: inline;
}

.talkie-msg .talkie-msg-sub button {
	border-radius: 25px ! important;
	opacity: 0.8;
}

.talkie-al {
	float: right;
}