.background
{
	color: #000 !important;
	/* background: -webkit-linear-gradient(top, rgba(192,56,4) 0%, rgba(243,191,113) 100%) !important; */
	background: linear-gradient(to bottom, rgba(223,149,80,1) 0%, rgba(211,92,45,1) 100%) !important;
}

.background a 
{
	color: #000 !important;

}

.background > .typeahead__cancel-button {
    
    color: #000 !important;

}
.page-id-15 .tooltipf {
    margin-left: 5px;
}
.background img 
{
	background: #fff;
    bottom: 100%;
    color: #fff;
    display: block;
    left: -50px;
    margin-bottom: 25px;
    opacity: 0;
    padding: 5px;
    bottom: 30px;
    pointer-events: none;
    position: absolute;
    width: 150px;
    min-width: 150px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    border-radius: 5px;

}

.background:hover img{
	opacity:1;
	z-index:1;
}

/*table*/
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
    left: 8px;
    content: "\f0de";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    font-size: 16px;
}

 

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    content: "\f0dd";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    left: 8px;
    font-size: 16px;
    color: white;
}

 

table.dataTable thead .sorting:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_desc_disabled:before{
    position: absolute;
    bottom: 6px;
    display: block;
    /*opacity: .3;*/
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_desc_disabled:before{
        position: absolute;
    bottom: 8px;
    display: block;
    /*opacity: .3;*/
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting{padding-right: 0px; padding-left: 25px;}
.typeahead__label-container
{
	padding-top:30px !important;
}

.typeahead__container input.js-typeahead {
    height: auto !important;
    min-height: 40px !important;
    line-height: 40px;
    border-radius: 4px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #050505;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.typeahead__list.empty > li{
    padding: 3px 1em 3px .4em;
    color: #333333;
    font-size: 1em;
}
.typeahead__list > li >a {
    /* background-color: #f5f5f5; */
    color: #3c3c3c;
    display: block;
    padding: 0.5rem 0.75rem;
    clear: both;
    text-decoration: none;
    font-size: 1.6em !important;
}
.typeahead__list > li >a:hover{
    border: 1px solid #003eff;
    background: #007fff !important;
    font-weight: normal;
    color: #fff !important;
 }



 .typeahead__label {
    position: relative;
    display: inline-block;
    left: -6px;
    top: 20px;
	background:#000;    
    border: 1px solid #808080;
    font-weight: 700;
    border-radius: 8px;
    padding: 2px 6px 3px 7px !important;
 }
.typeahead__label a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.typeahead__label a:hover {
    color: #fff;
  
}

.typeahead__label .typeahead__cancel-button {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    border-left: none !important;
}
.typeahead__label .typeahead__cancel-button:hover {background-color: transparent;color: #fff;}
#chordsearch .form-group.chords-filter {
    margin-top: 35px;
    margin-bottom: 0px !important;
}
 /* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }




.typeahead__label.background:hover .diagram_image{
  display: block !important;
  opacity: 1;
}
.typeahead__query .typeahead__label-container {
    float: none;
    width: 100%;
    position: relative;
    margin-top: -17px !important;
    z-index: 9999 !important;
    margin-left: 5px !important;
    padding-top: 0px !important;
    /*padding-right: 32px !important;*/
}

#chordsearch .search_load {
    /*margin-top: 30px;*/
    min-width: 50px !important;
    float: left !important;
    margin-bottom: -30px !important;
}

#chordsearch {
    margin-bottom: -10px !important;
}

#chordsearch input::placeholder {
    color: #7ab781 !important;
}

.typeahead__query .js-typeahead {
    position: absolute;
    top: 0;
}
.typeahead__result .typeahead__list {
    position: relative;
    top: 40px;
}

.custom-dialog .modal-dialog {
    z-index: 9999999;
    padding: 0px 0px 20px;
    width: 400px;
    margin: 30px auto;
    max-width: 100%;
    background: #fff;
    border-radius: 5px;
}
#ques_genres .modal-header,.modal-content {
    box-shadow: none;
    
}


div.dataTables_wrapper div.dataTables_processing {
    top: 10% !important;
   
}




#chordsearch1 .text_head_point_two {
    float: left;
    width: 100%;
    display: block;
}

#chordsearch1 .text_head_point_two > p {
    color: #000;
    font-size: 16px;
    /* font-size: 22px; */
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

#chordsearch1 .title-line span a {
    color: #913300;
    display: inline-block;
}


div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 7px !important;
    border-color: #dbdbdb;
    max-width: 100%;
    width: 300px;
    padding: 6px 30px 6px 12px;
}

.typeahead__list .typeahead__item:not([disabled]) > a:hover, .typeahead__list .typeahead__item:not([disabled]) > a:focus, .typeahead__list .typeahead__item:not([disabled]).active > a, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a {
	border: 1px solid #003eff;
    background: #007fff !important;
    color: #fff !important;
}


/* .filter1 .popover-content-title .tooltipf {
    top: 6px;
    float: right;
} */


.typeahead__list.empty > li {
    font-size: 17px !important;
	background: #007fff !important;
    color: #fff !important;
}

/* bugs changes */
.custom-dialog .modal-dialog .modal-content{box-shadow: inherit;border: 0;}
#instrument-pop-content div.arrow {left: 20% !important;}
#g-d-pop-content div.arrow {left: 53% !important;}
.popover-content-title {position: relative; width: auto !important;}
.filter1 .popover-content-title .tooltipf {top: 0px;position: absolute !important; right: -18px;}
/*.page-id-8653 .fl-content-left .fl-module-content{    margin: 20px !important;}*/

@media (min-width: 768px) and (max-width: 1024px){
div#chordsearch1 {flex: 0 0 100%;max-width: 100%;margin-bottom: 10px;margin-left: 0;}
.chordsearch_inner {width: 100%;display: block;max-width: 420px;margin: 0 auto;}
.fl-node-5f7481f2cc9b9 > .fl-module-content{margin-left: 0;}


}

@media (min-width: 768px) and (max-width: 991px){
.filter2 .popover{width: 540px;}
#g-d-pop-content div.arrow {left: 47% !important;}
.fl-module-content .fl-html form #chordsearch{max-width: 380px !important;margin: 0 auto;}

}

@media (max-width: 768px){
.fl-node-5f7481f2cc9b9 > .fl-module-content {margin-left: 0;}
.fl-col-group.fl-node-5f7481f2cc9bb {padding-left: 20px;padding-right: 20px;}
.chordsearch_inner .form-group.ui-widget {min-height: 40px;}
div#chordsearch1{margin-bottom: 15px;}
#g-d-pop-content div.arrow {left: 72% !important;}
.filter2 .popover{
/* width: 100%; */
width: 400px;
}

}

@media (min-width: 600px) and (max-width: 768px){
.form-group.chk-filter-two .chkcontainer{width: 33%;}
}

@media screen and (max-width: 480px){
.custom-dialog .modal-dialog {padding:0 0 15px 0;width: 280px;}
.custom-dialog .modal-dialog .modal-content{box-shadow: inherit;border: 0;}

}

/*
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.page-id-3456 .fl-page-content .container .row {flex-direction: row;flex-wrap: inherit;-ms-flex-wrap: inherit;}

} 
*/

@media screen and (max-width: 600px){
	.fl-sidebar-right {
		display: block !important;
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.fl-sidebar {
		display: block !important;
	}

}

@media screen and (min-width:768px) and (max-width:935px){
	.fl-sidebar-right{display: block !important; width:100% !important; flex: 0 0 100% !important; max-width:100% !important;}
}

@media screen and (min-width: 875px) and (max-width:1400px ){
	.fl-sidebar-right{display: block !important;}
}

@media screen and (max-width: 768px){
	.fl-sidebar-right{display: block !important; width:100% !important; flex: 0 0 100% !important; max-width:100% !important;}
}

.fl-sidebar-right{width:30%; max-width: 30%; flex: 0 0 30%; -ms-flex: 0 0 30%;}




/* Design */

#chordsearch .form-group.chords-filter{
	display:flex !important;
	align-items:center !important;
	justify-content:space-between;
	margin-bottom:10px !important;
}

#chordsearch .form-group.chords-filter .filter1.w-50,#chordsearch .form-group.chords-filter .filter2.w-50{
	width:auto !important;
}

#chordsearch .form-group.chords-filter .filter2.p-3{
	padding:0px !important;
}

#chordsearch .form-group.chords-filter .filter1.p-3{
	padding:0px !important;
}

#chordsearch .chords-filter .filter1{
	display:flex !important;
	align-items:center !important;
	justify-content:space-between !important;
}

#chordsearch .form-group.chords-filter .filter1 i.sign-checked-radio, #chordsearch .form-group.chords-filter .filter2 i.sign-checked-checkbox{
	margin-left: 1px !important;
}

#chordsearch .chords-filter .filter1 a, #chordsearch .chords-filter .filter2 a{
	font-size:14px !important;
	font-weight:600 !important;
}
#chordsearch .chords-filter .filter2 a span::after, #chordsearch .chords-filter .filter1 a span::after{
	vertical-align: sub !important;
}

.form-group.sbtn{
	margin-bottom:8px !important;
}

#chordsearch .form-group.chords-filter {
    margin-top: 25px !important;
}

.filter2 .f2-inner-title .tooltipf {
    top: -5px !important;
}

h3.f2-inner-title .tooltipf .fa-question-circle, h3.f2-inner-title .tooltipf .fa-question-circle {
    margin-left: -2px !important;
}

.filter1 .popover-content-title .tooltipf {
   
    position: relative !important;
    right: 3px !important;
}

/* @media(min-width:767px){
.popover-content-title {
    width: 95% !important;
}
} */

@media(min-width:1367px){
	.title-line {
    font-size: 13px !important;
	}
	.title-line span a#library{
	font-size: 13px !important;
	}
}

@media(min-width:991px) and (max-width:1024px){
.popover-content-title {
    font-size: 13px !important;
}
#chordsearch .chords-filter .filter1 .popover {
    max-width: 350px;
    width: 350px;
}

}

@media(min-width:768px) and (max-width:990px){
	.fl-node-619512df8565f > .fl-module-content {
    margin-top: 12px !important;
    margin-bottom: 10px !important;
}
#chordsearch1 .text_head_point_two > p.title-line {
    font-size: 14px !important;
}
.title-line span a#library{
	font-size: 14px !important;
}

.form-group.sbtn{
	margin-bottom:6px !important;
}

#chordsearch .chords-filter .filter1 .popover {
    max-width: 365px;
    width: 365px;
}
}

@media(min-width:481px) and (max-width:767px){
	.fl-node-619512df8565f > .fl-module-content {
    margin-top: 12px !important;
    margin-bottom: 10px !important;
	
}
.title-line{
    font-size: 14px !important;
}
.title-line span a#library{
    font-size: 14px !important;
}
#chordsearch .chords-filter .filter1 .popover {
    max-width: 400px !important;
}
.fl-node-604895d367fce.fl-module > .fl-module-content {
    margin-top: 10px !important;
}
div#chordsearch1 {
    margin-bottom: 5px !important;
}
}


@media(min-width:321px) and (max-width:480px){
	.fl-node-619512df8565f > .fl-module-content {
    margin-top: 12px !important;
    margin-bottom: 10px !important;
}
.title-line{
    font-size: 12px !important;
}

.title-line span a#library{
    font-size: 12px !important;
}
#chordsearch .chords-filter .filter1 a span::after, #chordsearch .chords-filter .filter2 a span::after {
    font-size: 23px;
	vertical-align: middle !important;
}
#chordsearch1 .text_head_point_two > p{
	margin-bottom: 2px !important;
}

.fl-node-604895d367fce.fl-module > .fl-module-content {
    margin-top: 12px !important;
}
#chordsearch .chords-filter .filter1 .popover {
    max-width: 350px !important;
    width: 350px !important;
}
}

@media(max-width:320px){
	.fl-node-604895d367fce.fl-module > .fl-module-content {
    margin-top: 12px !important;
}
	
	.fl-node-619512df8565f > .fl-module-content {
    margin-top: 12px !important;
    margin-bottom: 10px !important;
}
.title-line{
    font-size: 12px !important;
}
.title-line span a#library{
    font-size: 12px !important;
}
#chordsearch .chords-filter .filter1 a span::after, #chordsearch .chords-filter .filter2 a span::after {
    font-size: 20px;
	vertical-align: middle !important;
}
#chordsearch1 .text_head_point_two > p{
	margin-bottom: 2px !important;
}

div#chordsearch1{
	margin-bottom:2px !important;
}
#chordsearch .chords-filter .filter1 .popover {
    max-width: 100% !important;
    width: 100% !important;
}
}

@media(min-width:250px) and (max-width:319px){
	.fl-node-619512df8565f > .fl-module-content {
    margin-top: 12px !important;
    margin-bottom: 10px !important;
}
.title-line{
    font-size: 10px !important;
}
.title-line span a#library{
    font-size: 10px !important;
}
#chordsearch .chords-filter .filter1 a span::after, #chordsearch .chords-filter .filter2 a span::after {
    font-size: 20px;
	vertical-align: middle !important;
}
#chordsearch1 .text_head_point_two > p{
	margin-bottom: 0px !important;
}

div#chordsearch1{
	margin-bottom:2px !important;
	margin-top:5px !important;
}
.fl-node-604895d367fce.fl-module > .fl-module-content {
    margin-top: 10px !important;
}
#chordsearch .chords-filter .filter1 .popover {
    max-width: 100% !important;
    width: 100% !important;
}
}


@media (min-width:1367px){
	#instrument-pop-content {
    margin-left: 0% !important;
}
#chordsearch .chords-filter .filter1 .popover {
/*     max-width: 100% !important; */
		max-width: 365px;
        width: 365px;
}
.popover-content {
    padding: 20px 10px !important;
}
}




#cookie-popup .modal-dialog {
    z-index: 9999999;
    padding: 30px 40px 30px !important;
    width: 550px !important;
    margin: 30px auto;
    max-width: 100%;
    background: #fff;
    border-radius: 5px;
}

#cookie-popup .modal-header .close {
    margin-top: -24px !important;
    margin-right: -32px !important;
	background: transparent !important;
	font-size:35px !important;
	font-weight:500 !important;
	text-shadow: 0px 0px 3px #000;
}

@media only screen and (max-width: 600px) {
      #cookie-popup .modal-header .close {
        margin-top: -31px !important;
        margin-right: -10px !important;
    }
}

.modal{
	background:rgba(0,0,0,0.4);
}

@media (max-width:480px){
	#cookie-popup .modal-dialog {
    width: 280px !important;
}
#cookie-popup .modal-dialog {
    padding: 30px 0px 30px !important;
}
}


/* raza */

button.btn-close.close {
    right: 0px !important;
    top: 0px !important;
}

.custom-dialog .modal-dialog {
    border: 2px solid #000 !important;
}

#chordsearch .chords-filter .filter1 a, #chordsearch .chords-filter .filter2 a {
    color: #000000 !important;
}

/* Upgrade Popup Styles */
.upgrade-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upgrade-popup {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
}

.upgrade-popup-header {
    background: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.upgrade-popup-header h3 {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.close-popup {
    font-size: 24px;
    color: #666;
    cursor: pointer;
    line-height: 1;
}

.close-popup:hover {
    color: #333;
}

.upgrade-popup-content {
    padding: 20px;
}

.upgrade-popup-content p {
    margin: 0 0 20px 0;
    color: #555;
    line-height: 1.5;
    font-size: 14px;
}

.upgrade-popup-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.upgrade-btn, .close-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.upgrade-btn {
    background: #007cba;
    color: white;
}

.upgrade-btn:hover {
    background: #005a87;
}

.close-btn {
    background: #6c757d;
    color: white;
}

.close-btn:hover {
    background: #545b62;
}

/* Disable pagination buttons for artificial pagination */
.artificial-pagination .dataTables_paginate .paginate_button {
    cursor: not-allowed !important;
    opacity: 0.7;
}

.artificial-pagination .dataTables_paginate .paginate_button:hover {
    background: inherit !important;
    color: inherit !important;
}

/* Blurred/locked artificial rows for logout users */
.blurred-row td {
    filter: blur(2px) grayscale(0.7);
    opacity: 1;
    pointer-events: none;
    position: relative;
}


.blurred-cell {
    filter: blur(5px);
    color: #000000 !important;
    user-select: none;
    pointer-events: none;
}

#song-result-table_filter .input-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  cursor: not-allowed;
  z-index: 2;
}
#song-result-table_filter {
  position: relative;
}