/* 
Mar 2026
CSS from https://tucuatro.com/wp-content/plugins/tucuatro-chords-addon-calculator/css/tucuatro-chords-addon-calculator.css?ver=230327v06 
*/

/* Resets */
.chordfinder ul { text-align:center !important; }
.chordfinder ul > li:before { content: none !important; }
.chordfinder *, .chordfinder *::after, .chordfinder *::before { box-sizing: initial !important; }

/* CHORD FINDER - CALCULATOR SHORTCODE */

.chordfinder div.fretboard_image {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.chordfinder div.fretboard_image img {
	margin:0 auto; 
	z-index: 2
}
.chordfinder div.fretboard_image img.base {
	z-index:1;
	width:100%;
	opacity: 1 !important;
}
.chordfinder div.chord_name h3 {
	text-align:center;
	font-size:36px;
}

.chordfinder div.select_chord {
	margin:0 auto;
	text-align:center;
}
.chordfinder div.select_chord ul {
    display: inline-block;
    vertical-align: top;
	width: 90%;
	border: 1px solid #DDD;
    color: white;
    list-style: none;
    padding: 24px;
    margin: 6px;	
}
.chordfinder div.select_chord ul li {
    display: inline-block;
    vertical-align: top;
	width:60px;
	padding:4px;
	margin:2px;
    background: #68c9e8;
	border: 2px solid white;
    color: white;
    opacity:0.7;
}
.chordfinder div.select_chord ul li:hover {
	cursor:pointer;
	opacity:1;
}
.chordfinder div.select_chord ul li.selected {
	opacity:1;
	border: 2px solid #111;
}
.chordfinder div.select_chord ul.select_chord_base {

}
.chordfinder div.select_chord ul.select_chord_variation {

}
.chordfinder div.select_chord ul.select_chord_variation li {
	background: #E8B568;
}

@media screen and (max-width:480px){
	.chordfinder div.chord_name h3 {
		font-size: 56px;
	}
	.chordfinder div.select_chord ul {
		width: 100%;
	    padding: 7px 0px;
	    margin: 0;	
	}
	.chordfinder div.select_chord ul.select_chord_base {
	    border-bottom: 1px solid black;
	    margin-bottom: 20px;
	}
}




/* POSSIBLE CSS FOR CHORD CALCULATOR MENU ON OPTIONS BAR JAN 2017 */ 

div.calculator_menu_item {
	background:url("//tucuatro.com/wp-content/plugins/tucuatro-chord-calculator/img/button-chord-calculator-60px.png");
	background-size: cover;
	position: fixed;
    bottom: 62px;
    left: 12px;
    width: 50px;
    height: 50px;
    z-index: 998;
    opacity:0.4;
    cursor:pointer;
}
div.calculator_menu_item:hover {
	opacity:1;
}

#chord-calculator {
	display:none;
	position: fixed;
    bottom: 40px;
    left: 10px;
	max-width: 360px;
	padding: 12px;
	margin-right: 10px;
    margin-top: 10px;
	border:1px solid black;
	border-radius: 5px;
	background:white;
    z-index:999;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
#chord-calculator div, #chord-calculator ul {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

#chord-calculator div.close {
	position: absolute;
    right: -10px;
    top: -10px;
    width: 28px;
	height: 28px;
	text-align: center;
    background: white;
    padding: 4px;
    border-radius: 50px;
  	-webkit-border-radius: 50px; 
  	-moz-border-radius: 50px; 
    border: 1px solid black;
    cursor:pointer;
}

#chord-calculator div.fretboard_image {
	position: relative;
	width: 100%;
	height: 90px;
	overflow: hidden;
}
#chord-calculator div.fretboard_image img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 600px;
	max-width: 600px;
	margin-left: -160px;
}
#chord-calculator div.fretboard_image img.base {
	z-index:1;
}
#chord-calculator div.chord_name h3 {
	text-align:center;
	font-size:18px;
}

#chord-calculator div.select_chord {
	margin:0 auto;
	text-align:center;
}
#chord-calculator div.select_chord ul {
    display: inline-block;
    vertical-align: top;	
    width: 100%;
    color: white;
    list-style: none;
	padding: 0;
    margin: 0;	
}
#chord-calculator div.select_chord ul li {
    display: inline-block;
    vertical-align: top;
	width:36px;
	padding:4px;
	margin:2px 0px;
    background: #68c9e8;
	border: 1px solid white;
    color: white;
    opacity:0.7;
    font-size: 13px;
}
#chord-calculator div.select_chord ul li:hover {
	cursor:pointer;
	opacity:1;
}
#chord-calculator div.select_chord ul li.selected {
	opacity:1;
	border: 1px solid red;
}
#chord-calculator div.select_chord ul.select_chord_base {
    margin: auto;
	padding: 0px;
}
#chord-calculator div.select_chord ul.select_chord_variation {

}
#chord-calculator div.select_chord ul.select_chord_variation li {
	background: #E8B568;
}


div.app_badges {
	text-align: center; 
	width: 260px; 
	margin: 12px auto;
}
div.app_badges > a{
	display:block; 
	margin: 10px;
}
body.page-template-page-template-chord-app div.app_badges { display:none; }


.button_zoom {
    display: block;
	text-align: right;
    font-size: 1.56em;
	margin: 12px auto;
	text-align:center;
}
.button_zoom:before {
    content: "\f00E";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    margin-right: 6px;
    position: relative;
    display: inline-block;
    width: 1.4em;
    text-align: center;
    color: #fea02f;
}

/* Instruments Fretboard Positions */ 
.chordfinder .instrument { position:relative; width:100%; transition:all 0.3s; -webkit-transition:all 0.3s; }

.chordfinder {
	overflow: hidden;
}
.chordfinder .instrument.zoom {
	width: 200%;
    max-width: 200%;
    margin-left: -60%;
    transition:all 0.3s; 
    -webkit-transition:all 0.3s; 
}
.chordfinder .instrument.superzoom {
	width: 400%;
    max-width: 400%;
    margin-left: -210%;
    transition:all 0.3s; 
    -webkit-transition:all 0.3s; 
}



.chordfinder .instrument .string {
    position: absolute;
    width: 100%;
}
.chordfinder .instrument .string .fret {
	display:block;
	opacity: 0;
	position: absolute;
    background: #FF9800;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
	inset 0 1px 1px rgba(255,255,255,1); /*top internal highlight*/
	text-align: center;
    line-height: 21px;
    color: white;
    font-size: 12px;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
	cursor: pointer;
}

.chordfinder .instrument .string .fret.size_bigger { 	width:20px;height:20px;line-height:20px;font-size:13px;color:white; }
.chordfinder .instrument .string .fret.size_bigger { 	width:20px;height:20px;line-height:20px;font-size:13px;color:white; }
.chordfinder .instrument .string .fret.size_big { 		width:15px;height:15px;line-height:15px;font-size:11px;color:white; }
.chordfinder .instrument .string .fret.size_normal { 	width:13px;height:13px;line-height:13px;font-size:10px;color:transparent; }
.chordfinder .instrument .string .fret.size_medium { 	width:10px;height:10px;line-height:10px;font-size:9px;color:transparent; }
.chordfinder .instrument .string .fret.size_small { 	width:7px;height:8px;line-height:8px;font-size:8px;color:transparent; }
.chordfinder .instrument .string .fret.size_smaller { 	width:7px;height:7px;line-height:7px;font-size:7px;color:transparent; }
.chordfinder .instrument .string .fret.size_smallest {	width:6px;height:6px;line-height:6px;font-size:6px;color:transparent; }

.chordfinder .instrument.zoom .string .fret.size_bigger { 	width:30px;height:30px;line-height:30px;font-size:13px;color:white; }
.chordfinder .instrument.zoom .string .fret.size_big { 		width:25px;height:25px;line-height:25px;font-size:11px;color:white; }
.chordfinder .instrument.zoom .string .fret.size_normal { 	width:23px;height:23px;line-height:23px;font-size:10px;color:transparent; }
.chordfinder .instrument.zoom .string .fret.size_medium { 	width:20px;height:20px;line-height:20px;font-size:9px;color:transparent; }
.chordfinder .instrument.zoom .string .fret.size_small { 	width:17px;height:17px;line-height:17px;font-size:8px;color:transparent; }
.chordfinder .instrument.zoom .string .fret.size_smaller { 	width:12px;height:12px;line-height:15px;font-size:7px;color:transparent; }
.chordfinder .instrument.zoom .string .fret.size_smallest {	width:10px;height:10px;line-height:14px;font-size:6px;color:transparent; }


.chordfinder .instrument.superzoom .string .fret.size_bigger { 	width:60px;height:60px;line-height:60px;font-size:24px;color:white; }
.chordfinder .instrument.superzoom .string .fret.size_big { 		width:50px;height:50px;line-height:50px;font-size:16px;color:white; }
.chordfinder .instrument.superzoom .string .fret.size_normal { 	width:46px;height:46px;line-height:46px;font-size:14px;color:transparent; }
.chordfinder .instrument.superzoom .string .fret.size_medium { 	width:40px;height:40px;line-height:40px;font-size:12px;color:transparent; }
.chordfinder .instrument.superzoom .string .fret.size_small { 	width:34px;height:34px;line-height:34px;font-size:11px;color:transparent; }
.chordfinder .instrument.superzoom .string .fret.size_smaller { 	width:24px;height:24px;line-height:30px;font-size:10px;color:transparent; }
.chordfinder .instrument.superzoom .string .fret.size_smallest {	width:20px;height:20px;line-height:26px;font-size:9px;color:transparent; }

.chordfinder .instrument .string .fretx { 
    right: 27%;
    background: red;
}


.chordfinder .instrument .string .fret.fret0 {
	background: transparent;
	border: 1px solid rgb(208, 208, 208)
}
.chordfinder .instrument .string .fret.active { 
	display:block;
	opacity: 1;
}
.chordfinder .instrument .string .fret.iskey {
	background: rgb(189, 39, 255);
}

@media screen and (max-width: 480px) {
	.chordfinder instrument {
		width: 100%;
		margin-left: 0px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.chordfinder .chordfinder .instrument.zoom {
		width: 600px;
		max-width: 600px;
		margin-left: -210px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.chordfinder .chordfinder .instrument.zoom .string .fret { width:12px; height: 12px; line-height: 11px; font-size:5px; }	
}

@media screen and (max-width:780px) { 
	.chordfinder .instrument .string .fret { width:12px; height: 12px; line-height: 11px; font-size:5px; }	
}
@media screen and (max-width:480px) { 
	.chordfinder .instrument .string .fret { width:7px; height: 7px; line-height: 3px; font-size:1px; color:transparent }	
}

.chordfinder .instrument.ukulele .string.string0 { top: 27%; }
.chordfinder .instrument.ukulele .string.string1 { top: 37.5%; }
.chordfinder .instrument.ukulele .string.string2 { top: 48%; }
.chordfinder .instrument.ukulele .string.string3 { top: 59%; }

.chordfinder .instrument.ukulele .string .fret.fret0 { right: 213px; }
.chordfinder .instrument.ukulele .string .fret.fret1 { right: 255px; }
.chordfinder .instrument.ukulele .string .fret.fret2 { right: 305px; }
.chordfinder .instrument.ukulele .string .fret.fret3 { right: 352px; }
.chordfinder .instrument.ukulele .string .fret.fret4 { right: 397px; }
.chordfinder .instrument.ukulele .string .fret.fret5 { right: 439px; }
.chordfinder .instrument.ukulele .string .fret.fret6 { right: 478px; }
.chordfinder .instrument.ukulele .string .fret.fret7 { right: 515px; }
.chordfinder .instrument.ukulele .string .fret.fret8 { right: 551px; }
.chordfinder .instrument.ukulele .string .fret.fret9 { right: 583px; }
.chordfinder .instrument.ukulele .string .fret.fret10 { right: 613px; }
.chordfinder .instrument.ukulele .string .fret.fret11 { right: 642px; }
.chordfinder .instrument.ukulele .string .fret.fret12 { right: 668px; }
.chordfinder .instrument.ukulele .string .fret.fret13 { right: 693px; }
.chordfinder .instrument.ukulele .string .fret.fret14 { right: 717px; }
.chordfinder .instrument.ukulele .string .fret.fret15 { right: 738px; }
.chordfinder .instrument.ukulele .string .fret.fret16 { right: 758px; }
.chordfinder .instrument.ukulele .string .fret.fret17 { right: 777px; }
.chordfinder .instrument.ukulele .string .fret.fret18 { right: 795px; }


.chordfinder .instrument.ukulele .string .fret.fret0 { right: 25%; }
.chordfinder .instrument.ukulele .string .fret.fret1 { right: 30%; }
.chordfinder .instrument.ukulele .string .fret.fret2 { right: 36%; }
.chordfinder .instrument.ukulele .string .fret.fret3 { right: 41.5%; }
.chordfinder .instrument.ukulele .string .fret.fret4 { right: 46.7%; }
.chordfinder .instrument.ukulele .string .fret.fret5 { right: 51.7%; }
.chordfinder .instrument.ukulele .string .fret.fret6 { right: 56.4%; }
.chordfinder .instrument.ukulele .string .fret.fret7 { right: 60.8%; }
.chordfinder .instrument.ukulele .string .fret.fret8 { right: 65%; }
.chordfinder .instrument.ukulele .string .fret.fret9 { right: 68.8%; }
.chordfinder .instrument.ukulele .string .fret.fret10 { right: 72.3%; }
.chordfinder .instrument.ukulele .string .fret.fret11 { right: 75.6%; }
.chordfinder .instrument.ukulele .string .fret.fret12 { right: 78.7%; }
.chordfinder .instrument.ukulele .string .fret.fret13 { right: 81.6%; }
.chordfinder .instrument.ukulele .string .fret.fret14 { right: 84.3%; }
.chordfinder .instrument.ukulele .string .fret.fret15 { right: 86.9%; }
.chordfinder .instrument.ukulele .string .fret.fret16 { right: 89.3%; }
.chordfinder .instrument.ukulele .string .fret.fret17 { right: 91.5%; }
.chordfinder .instrument.ukulele .string .fret.fret18 { right: 93.8%; }


.chordfinder .instrument.cuatro .string.string0 { top: 20%; }
.chordfinder .instrument.cuatro .string.string1 { top: 34.3%; }
.chordfinder .instrument.cuatro .string.string2 { top: 49.2%; }
.chordfinder .instrument.cuatro .string.string3 { top: 64%; }


.chordfinder .instrument.cuatro .string .fret.fret0 { right: 23%; }
.chordfinder .instrument.cuatro .string .fret.fretx { right: 25%; }
.chordfinder .instrument.cuatro .string .fret.fret1 { right: 28%; }
.chordfinder .instrument.cuatro .string .fret.fret2 { right: 34.5%; }
.chordfinder .instrument.cuatro .string .fret.fret3 { right: 40.5%; }
.chordfinder .instrument.cuatro .string .fret.fret4 { right: 46.3%; }
.chordfinder .instrument.cuatro .string .fret.fret5 { right: 51.7%; }
.chordfinder .instrument.cuatro .string .fret.fret6 { right: 56.9%; }
.chordfinder .instrument.cuatro .string .fret.fret7 { right: 61.6%; }
.chordfinder .instrument.cuatro .string .fret.fret8 { right: 66.3%; }
.chordfinder .instrument.cuatro .string .fret.fret9 { right: 70.5%; }
.chordfinder .instrument.cuatro .string .fret.fret10 { right: 74.6%; }
.chordfinder .instrument.cuatro .string .fret.fret11 { right: 78.4%; }
.chordfinder .instrument.cuatro .string .fret.fret12 { right: 82%; }
.chordfinder .instrument.cuatro .string .fret.fret13 { right: 85.5%; }
.chordfinder .instrument.cuatro .string .fret.fret14 { right: 88.7%; }
.chordfinder .instrument.cuatro .string .fret.fret15 { right: 91.7%; }
.chordfinder .instrument.cuatro .string .fret.fret16 { right: 94.5%; }
.chordfinder .instrument.cuatro .string .fret.fret17 { right: 97.1%; }


.chordfinder .instrument.cavaquinho .string.string0 { top: 34%; }
.chordfinder .instrument.cavaquinho .string.string1 { top: 41.3%; }
.chordfinder .instrument.cavaquinho .string.string2 { top: 48.2%; }
.chordfinder .instrument.cavaquinho .string.string3 { top: 55%; }


.chordfinder .instrument.cavaquinho .string .fret.fret0 { right: 33%;}
.chordfinder .instrument.cavaquinho .string .fret.fret1 { right: 39.5%; }
.chordfinder .instrument.cavaquinho .string .fret.fret2 { right: 44.5%; }
.chordfinder .instrument.cavaquinho .string .fret.fret3 { right: 49.5%; }
.chordfinder .instrument.cavaquinho .string .fret.fret4 { right: 53.9%; }
.chordfinder .instrument.cavaquinho .string .fret.fret5 { right: 58%; }
.chordfinder .instrument.cavaquinho .string .fret.fret6 { right: 61.9%; }
.chordfinder .instrument.cavaquinho .string .fret.fret7 { right: 65.6%; }
.chordfinder .instrument.cavaquinho .string .fret.fret8 { right: 69.3%; }
.chordfinder .instrument.cavaquinho .string .fret.fret9 { right: 72.5%; }
.chordfinder .instrument.cavaquinho .string .fret.fret10 { right: 75.6%; }
.chordfinder .instrument.cavaquinho .string .fret.fret11 { right: 78.4%; }
.chordfinder .instrument.cavaquinho .string .fret.fret12 { right: 81.5%; }
.chordfinder .instrument.cavaquinho .string .fret.fret13 { right: 84%; }
.chordfinder .instrument.cavaquinho .string .fret.fret14 { right: 86.4%; }
.chordfinder .instrument.cavaquinho .string .fret.fret15 { right: 88.7%; }
.chordfinder .instrument.cavaquinho .string .fret.fret16 { right: 90.9%; }
.chordfinder .instrument.cavaquinho .string .fret.fret17 { right: 93.1%; }
.chordfinder .instrument.cavaquinho .string .fret.fret18 { right: 95%; }


.chordfinder .instrument.bandola-llanera .string.string0 { top: 33%; }  
.chordfinder .instrument.bandola-llanera .string.string1 { top: 41.3%; }
.chordfinder .instrument.bandola-llanera .string.string2 { top: 50.2%; }
.chordfinder .instrument.bandola-llanera .string.string3 { top: 59%; }


.chordfinder .instrument.bandola-llanera .string .fret.fret0 { right: 25%; }
.chordfinder .instrument.bandola-llanera .string .fret.fret1 { right: 29.5%; }
.chordfinder .instrument.bandola-llanera .string .fret.fret2 { right: 34.5%; }
.chordfinder .instrument.bandola-llanera .string .fret.fret3 { right: 39.2%; }
.chordfinder .instrument.bandola-llanera .string .fret.fret4 { right: 43.4%; }
.chordfinder .instrument.bandola-llanera .string .fret.fret5 { right: 47.3%; }
.chordfinder .instrument.bandola-llanera .string .fret.fret6 { right: 50.9%; }
.chordfinder .instrument.bandola-llanera .string .fret.fret7 { right: 54.2%; }
.chordfinder .instrument.bandola-llanera .string .fret.fret8 { right: 57.5%; }


.chordfinder .instrument.guitar .string .fret.fretx { right: 24%; }
.chordfinder .instrument.guitar .string .fret.fret0 { right: 23%; }
.chordfinder .instrument.guitar .string .fret.fret1 { right: 27%; }
.chordfinder .instrument.guitar .string .fret.fret2 { right: 32.5%; }
.chordfinder .instrument.guitar .string .fret.fret3 { right: 37.5%; }
.chordfinder .instrument.guitar .string .fret.fret4 { right: 42.3%; }
.chordfinder .instrument.guitar .string .fret.fret5 { right: 46.7%; }
.chordfinder .instrument.guitar .string .fret.fret6 { right: 50.9%; }
.chordfinder .instrument.guitar .string .fret.fret7 { right: 54.6%; }
.chordfinder .instrument.guitar .string .fret.fret8 { right: 58.3%; }
.chordfinder .instrument.guitar .string .fret.fret9 { right: 61.7%; }
.chordfinder .instrument.guitar .string .fret.fret10 { right: 64.9%; }
.chordfinder .instrument.guitar .string .fret.fret11 { right: 68%; }
.chordfinder .instrument.guitar .string .fret.fret12 { right: 71%; }
.chordfinder .instrument.guitar .string .fret.fret13 { right: 73.7%; }
.chordfinder .instrument.guitar .string .fret.fret14 { right: 76.1%; }
.chordfinder .instrument.guitar .string .fret.fret15 { right: 78.7%; }
.chordfinder .instrument.guitar .string .fret.fret16 { right: 81%; }
.chordfinder .instrument.guitar .string .fret.fret17 { right: 83.1%; }
.chordfinder .instrument.guitar .string .fret.fret18 { right: 85.1%; }
.chordfinder .instrument.guitar .string .fret.fret19 { right: 87.1%; }
.chordfinder .instrument.guitar .string .fret.fret20 { right: 88.9%; }
.chordfinder .instrument.guitar .string .fret.fret21 { right: 90.6%; }

.chordfinder .instrument .string .fret.fret0.active { opacity:1; }
.chordfinder .instrument .string .fret.fret1.active { opacity:1; }
.chordfinder .instrument .string .fret.fret2.active { opacity:0.95; }
.chordfinder .instrument .string .fret.fret3.active { opacity:0.9; }
.chordfinder .instrument .string .fret.fret4.active { opacity:0.9; }
.chordfinder .instrument .string .fret.fret5.active { opacity:0.8; }
.chordfinder .instrument .string .fret.fret6.active { opacity:0.8; }
.chordfinder .instrument .string .fret.fret7.active { opacity:0.75; }
.chordfinder .instrument .string .fret.fret8.active { opacity:0.75; }
.chordfinder .instrument .string .fret.fret9.active { opacity:0.75; }
.chordfinder .instrument .string .fret.fret10.active { opacity:0.75; }
.chordfinder .instrument .string .fret.fret11.active { opacity:0.7; }
.chordfinder .instrument .string .fret.fret12.active { opacity:0.7; }
.chordfinder .instrument .string .fret.fret13.active { opacity:0.7; }
.chordfinder .instrument .string .fret.fret14.active { opacity:0.65; }
.chordfinder .instrument .string .fret.fret15.active { opacity:0.65; }
.chordfinder .instrument .string .fret.fret16.active { opacity:0.6; }
.chordfinder .instrument .string .fret.fret17.active { opacity:0.6; }
.chordfinder .instrument .string .fret.fret18.active { opacity:0.6; }
.chordfinder .instrument .string .fret.fret19.active { opacity:0.6; }
.chordfinder .instrument .string .fret.fret20.active { opacity:0.55; }
.chordfinder .instrument .string .fret.fret21.active { opacity:0.55; }

.chordfinder .instrument.guitar .string.string0 { top: 33%; }
.chordfinder .instrument.guitar .string.string1 { top: 37.9%; }
.chordfinder .instrument.guitar .string.string2 { top: 43%; }
.chordfinder .instrument.guitar .string.string3 { top: 48%; }
.chordfinder .instrument.guitar .string.string4 { top: 52.5%; }
.chordfinder .instrument.guitar .string.string5 { top: 56.9%; }

.chordfinder .instrument.guitar .string .fret { 		width:14px;height:14px;line-height:12px;font-size:8px;color:white; }
.chordfinder .instrument.guitar .string .fret.size_bigger { 		width:14px;height:14px;line-height:12px;font-size:8px;color:white; }
.chordfinder .instrument.guitar .string .fret.size_big { 		width:14px;height:14px;line-height:12px;font-size:8px;color:transparent; }
.chordfinder .instrument.guitar .string .fret.size_normal { 		width:10px;height:10px;line-height:10px;font-size:8px;color:transparent; }
.chordfinder .instrument.guitar .string .fret.size_medium { 		width:8px;height:8px;line-height:8px;font-size:7px;color:transparent; }
.chordfinder .instrument.guitar .string .fret.size_small { 		width:6px;height:6px;line-height:6px;font-size:6px;color:transparent; }
.chordfinder .instrument.guitar .string .fret.size_smaller { 	width:5px;height:5px;line-height:5px;font-size:5px;color:transparent; }
.chordfinder .instrument.guitar .string .fret.size_smallest {	width:4px;height:4px;line-height:4px;font-size:4px;color:transparent; }

.chordfinder .instrument.guitar.zoom .string .fret.size_bigger { 	width:20px;height:20px;line-height:20px;font-size:13px;color:white; }
.chordfinder .instrument.guitar.zoom .string .fret.size_big { 		width:15px;height:15px;line-height:15px;font-size:11px;color:white; }
.chordfinder .instrument.guitar.zoom .string .fret.size_normal { 	width:13px;height:13px;line-height:13px;font-size:10px;color:transparent; }
.chordfinder .instrument.guitar.zoom .string .fret.size_medium { 	width:10px;height:10px;line-height:10px;font-size:9px;color:transparent; }
.chordfinder .instrument.guitar.zoom .string .fret.size_small { 		width:7px;height:7px;line-height:7px;font-size:8px;color:transparent; }
.chordfinder .instrument.guitar.zoom .string .fret.size_smaller { 	width:5px;height:5px;line-height:5px;font-size:7px;color:transparent; }
.chordfinder .instrument.guitar.zoom .string .fret.size_smallest {	width:4px;height:4px;line-height:4px;font-size:6px;color:transparent; }


/* nice hover effect when clicking on frets */
.chordfinder .instrument .string .fret:hover {
    border: 1px solid #FEA02F;
    opacity: 0.35;
}

.chordfinder .tuning {
    text-align: center;
    margin-bottom: 18px;
    color: #999;
    font-size: 0.7em;
}





body.tc-calculator-open {
	overflow: hidden;
}

.tc-calculator-drawer {
	position: fixed;
	inset: 0;
	z-index: 999999;
	pointer-events: none;
}

.tc-calculator-drawer__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.tc-calculator-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(520px, 92vw);
	height: 100vh;
	background: #f7f7f7;
	box-shadow: -8px 0 30px rgba(0, 0, 0, 0.18);
	transform: translateX(100%);
	transition: transform 0.28s ease;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

body.tc-calculator-open .tc-calculator-drawer {
	pointer-events: auto;
}

body.tc-calculator-open .tc-calculator-drawer__overlay {
	opacity: 1;
}

body.tc-calculator-open .tc-calculator-drawer__panel {
	transform: translateX(0);
}

.tc-calculator-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	background: #ffffff;
}

.tc-calculator-drawer__title {
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
}

.tc-calculator-drawer__close {
	border: 0;
	background: transparent;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	color: #444;
	padding: 0;
}

.tc-calculator-drawer__body {
	flex: 1 1 auto;
	overflow: auto;
	padding: 16px;
	-webkit-overflow-scrolling: touch;
}

.tc-calculator-drawer__loading,
.tc-calculator-drawer__error {
	padding: 24px;
	text-align: center;
	font-size: 16px;
}

.tc-calculator-drawer__body .chordfinder,
.tc-calculator-drawer__body #chordfinder {
	max-width: 100%;
}

@media (max-width: 767px) {
	.tc-calculator-drawer__panel {
		top: auto;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 82vh;
		border-radius: 18px 18px 0 0;
		transform: translateY(100%);
		box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.18);
	}

	body.tc-calculator-open .tc-calculator-drawer__panel {
		transform: translateY(0);
	}
}