body{
    padding-bottom: 7em;
}
:focus {
    outline: 0
}
svg.sv27{
    height: 27px;
    width: 27px;
    fill: var(--white);
    vertical-align: middle;
}
svg.sv27.nav{
    height: 35px;
    width: 35px;
}
svg.em{
    height: 1.2em;
    width: 1.2em;
}
svg.stroke{
    fill:none;
    stroke:#ffffff;
    stroke-width:2.7px;
}
.grey{
    fill: var(--greys);
    color: var(--greys);
}
[id$="-btn"]:hover svg, p>a:hover,.ff7b01{
    fill:#ff7b01;
    color: #ff7b01;
}
.center{
    text-align: center;
}
.heart:hover{
    -webkit-animation: hovered .2s cubic-bezier(0, 0, 0.2, 1) 0s normal forwards;
            animation: hovered .2s cubic-bezier(0, 0, 0.2, 1) 0s normal forwards;
}
@-webkit-keyframes hovered{
    from,to{
        letter-spacing: initial;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    50%{
        letter-spacing: .1ch;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}
@keyframes hovered{
    from,to{
        letter-spacing: initial;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    50%{
        letter-spacing: .1ch;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}
svg,.cupid>svg{
    fill: #eb0d57;
}
button, .signin1,.social-share-button.btm>* {
    cursor: pointer;
}
#banner-alt{
    padding: 0 2em;
}

#banner-alt>.lvl-1{
    display: flex;
    margin-top: 2em;
}
#banner-alt>.lvl-1>.meta{
    flex-basis: 0;
    flex-grow: 1;
}
#banner-alt .pppp{
    text-transform: capitalize;
    max-width:85%;
    font-size: 1.9em;
    max-height: 3em;
    padding-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    letter-spacing: 0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
}
#banner-alt .vidvid{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    width:34%;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
#banner-alt #video-placeholder {
    font-size: 7.3vw;
    font-stretch: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 2em;
}
#banner-alt .play-placeholder{
    font-size:5.5vw;
    font-stretch: 100%;
    letter-spacing:0.4ch;
    margin: auto;
}
#banner-alt #ratingBar{
    font-size:1.2em;
    line-height:1.2em;
    color: #999;
    fill: #999;
    padding:0.5vw 0 1vw 0;
}
#banner-alt #ratingBar .flex-rev{
    display: flex;
    flex-direction: row-reverse;
    float: left;
}
#banner-alt #ratingBar svg{
    fill: transparent;
    stroke: var(--white);
    stroke-width: 40px;
    padding-right: 10px;
    cursor: pointer;
}
#banner-alt #ratingBar svg.shine{
    fill: var(--white);
}
#banner-alt #ratingBar svg:hover, #banner-alt #ratingBar svg:hover ~ svg{
    fill: var(--white);
    transform: scale(1.1) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
    -moz-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    -o-transform: scale(1.1) rotate(5deg);
}
.reportBad {
    cursor: pointer;
    font-size: .8em;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-variant-caps: all-petite-caps;
    letter-spacing: .1ch;
}

.reportBad:hover {
    color: #ff7b01;
    text-decoration: underline
}

#banner-alt .control-panel-wrapper{
    background-color: var(--black);
    display:flex;
    justify-content: space-between;
    margin: 2em 1.5em 0;
}
#banner-alt .control-panel-wrapper>.lvl-L{
    display: flex;
}
#banner-alt .control-panel-wrapper>.lvl-R{
    display: flex;
    justify-content: space-between;
}
#banner-alt .lvl-L>.views{
    background:transparent;
    padding: 0 min(2vw, 35px);
    border: none;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: 500;
    border-bottom: 2px solid var(--greys);
}
#banner-alt .lvl-L>.views.active{
    border-color: #ff7b01;
}
#banner-alt .lvl-R>.candy{
    border: 1px solid var(--white);
    background-color: var(--blkis);
    outline: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: 500;
    padding:0 1em 0 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-left: 3em;
    position: relative;
}
#banner-alt .lvl-R>.candy#share-btn{
    padding: 0;
}
#banner-alt .lvl-R>.candy>svg{
    background-color: #fff;
    stroke: #ff7b01;
    fill: #ff7b01;
    padding: 7px 10px 7px 12px;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -ms-border-radius:12px;
    -o-border-radius:12px;
}
#banner-alt #view.candy.active{
    border-radius: 15px 15px 0 15px;
    -webkit-border-radius: 15px 15px 0 15px;
    -moz-border-radius: 15px 15px 0 15px;
    -ms-border-radius: 15px 15px 0 15px;
    -o-border-radius: 15px 15px 0 15px;
}
#banner-alt #view>#setting-popup{
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-end;
    font-weight: 400;
    cursor: default;
    top: 100%;
    right: -3.5em;
    z-index:99;
    background: none;
    transition-duration:200ms;
    margin-top: .4em;
    padding: 1em 0;
    border-radius: 30px 0 30px 30px;
    -webkit-border-radius: 30px 0 30px 30px;
    -moz-border-radius: 30px 0 30px 30px;
    -ms-border-radius: 30px 0 30px 30px;
    -o-border-radius: 30px 0 30px 30px;
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
}
#banner-alt #view.active>#setting-popup{
    right: 0;
    padding: 1em;
    align-items: initial;
    border: 1px solid var(--white);
    box-shadow: 8px 8px 15px 0 rgba(0, 0, 0, 0.7);
    background-image: linear-gradient(#000000b3,#000000b3) , linear-gradient(var(--greys),var(--greys));
}
#view #setting-popup>.sss{
    display: flex;
}
#view:not(.active) #setting-popup>.sss{
    flex-direction: column;
    width: 3.6em;
}
#setting-popup #blk-1{
    border-right: 1px solid var(--greys);
    padding-right: .8em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
#view:not(.active) #blk-1{
    padding: 0 0 1em 0;
    border: none;
    align-self: initial;
}
#view:not(.active) #blk-1:hover{
    padding: 0 0em 1em 0;
    align-self: flex-end;
    white-space: nowrap;
}
#blk-1>.gallery-item{
    background-size: cover;
    margin-bottom: 1.5em;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    padding: 1.7em 1.3em;
}
.gallery-item#guitar1{
    background-image: linear-gradient(#9d9d9d40,#9d9d9d40), url(/images/guitar1.png);
}
.gallery-item#piano1{
    background-image: linear-gradient(#9d9d9d40,#9d9d9d40), url(/images/piano1.png);
}
.gallery-item#ukulele1{
    background-image: linear-gradient(#9d9d9d40,#9d9d9d40), url(/images/ukulele1.png);
    margin-bottom: 0;
}
#view:not(.active) #blk-1>.gallery-item{
    margin-bottom: 0;
    display: none;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
}
#view #blk-1>.gallery-item.active-selection{
    color: #ff7b01;
    filter: none;
    -webkit-filter: none;
    display: block;
}
#view:not(.active) #blk-1:hover>.gallery-item{
    display: inline-block;
    margin: 0 .5em;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}
#setting-popup #blk-2{
    padding-left: 1.5em;
}
#view:not(.active) #setting-popup #blk-2{
    padding-left: 0;
}
#blk-2>.adjust{
    display: flex;
    margin-top: 1.4em;
}
#blk-2>.adjust:nth-child(1){
    margin-top: 0;
}
#view:not(.active) #blk-2>.adjust{
    justify-content: center;
    float: right;
    margin: .1em 0;
    padding: 8px;
    border-radius: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-image: linear-gradient(#000000b3,#000000b3) , linear-gradient(var(--greys),var(--greys));
}
#view:not(.active) #blk-2>.adjust:hover{
    min-width: 206px;
}
.adjust>.det{
    flex-basis: 0;
    flex-grow: .7;
    text-align: left;
    white-space: nowrap;
}
.adjust>.X{
    flex-basis: 0;
    flex-grow: .3;
    font-weight: 500;
    white-space: nowrap;
}
.left{text-align: left;}
.right{text-align: right;}
.adjust>.D, .adjust>.I{
    font-size: 2em;
    color: var(--greys);
    line-height: .8em;
    height: .7em;
    width: .7em;
    cursor: pointer;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.adjust>.D:active, .adjust>.I:active{
    color: #ff7b01;
}
#view:not(.active) .adjust:not(:hover)>.det,#view:not(.active) .adjust:not(:hover)>.wosh, #view:not(.active) .adjust:not(:hover)>.D, #view:not(.active) .adjust:not(:hover)>.I, #view:not(.active) .download:not(:hover)>.wosh, #view:not(.active) .capo-reset.wosh:not(:hover){
    display: none;
}
.adjust .spanbl{
    font-size: 2em;
    line-height: 0.9em;
    margin-left: .4em;
    vertical-align: bottom;
}

.adjust>.X>.switch{
    position: relative;
    height: 10px;
    width: 26px;
    display: inline-block;
    background-color: var(--white);
    margin-right: 13px;
    margin-left: 13px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.switch input#myCheckbox{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.switch>input + .round{
    position: absolute;
    top: 50%;
    left: 0%;
    width: 25px;
    height: 25px;
    background-color: var(--greys);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.switch>input:checked + .round{
    left: 100%;
    background-color: #ff7b01;
}
.adjust .guitaar-neck {
    width: 285px;
    height: 52px;
    background-image: url(/images/guitar_neck_new.png);
    background-size: cover;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: .5em 0 0;
}
.adjust .adjustment-capo {
    position: absolute;
    height: 110%;
    width: 4px;
    top: -2px;
    left: 3px;
    background-color: var(--blkis);
    border-radius: 2px;
    z-index: 1;
}
.adjust .adjustment-capo-active {
    background-color: #d87320;
    opacity: .3
}
.adjust .capo-adjustment-base {
    opacity: 0;
}
.fret{
    position: absolute;
    height: 100%;
}
#fret-0 {
    width: 4%;
    left: 0%;
}
#fret-1 {
    left: 4%;
    width: 10%;
}
#fret-2 {
    left: 14%;
    width: 10.3%;
}
#fret-3 {
    left: 24.3%;
    width: 9.2%;
}
#fret-4 {
    left: 33.2%;
    width: 8.9%;
}
#fret-5 {
    left: 42%;
    width: 8.3%;
}
#fret-6 {
    left: 50.4%;
    width: 8%;
}
#fret-7 {
    left: 58.2%;
    width: 7.2%;
}
#fret-8 {
    left: 65.4%;
    width: 7%;
}
#fret-9 {
    left: 72.2%;
    width: 6.9%;
}
#fret-10 {
    left: 79%;
    width: 6%;
}
#fret-11 {
    left: 85%;
    width: 5.7%;
}
#view #setting-popup>#blk-3{
    font-weight: 500;
    margin: 1em 0 0 1em;
}
#view:not(.active) #setting-popup>#blk-3{
    flex-direction: column;
    margin: .3em 0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    width: 3.6em;
    align-items: flex-end;
}
#blk-3>.download{
    float: left;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 8px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background-image: linear-gradient(#000000b3,#000000b3) , linear-gradient(var(--greys),var(--greys));
}
#view:not(.active) #setting-popup>#blk-3>.download{
    float: right;
}
#blk-3>.download>svg{
    vertical-align: text-top;
}
#blk-3>.capo-reset{
    border-radius: 20px;
    background-color: var(--greys);
    padding: .5em 2em;
    cursor: pointer;
    float: right;
}
#banner-alt>.row{
    position: relative;
    margin: 0 1.5em;
}
.row:after,.row:before {
    content: "";
    display: block;
    clear: both;
    height: 0
}
.viewChordsSection {
    margin-top: 1em;
}
.chordsOverviewSection {
    max-width: 100%;
    display: none;
    width:100vw;
    padding: 0 5%;
    box-sizing: border-box;
}
.chordsEditSection {
    width: 90%;
    display :none;
}
.saperator {
    width: 4px !important;
    margin-left: 2px;
    margin-right: 2px;
    background-color: var(--black);
    border-radius: .5px;
    -webkit-border-radius: .5px;
    -moz-border-radius: .5px;
    -ms-border-radius: .5px;
    -o-border-radius: .5px;
}
.save-div button {
    border: solid #ff7b01 1px;
    height: 40px;
    line-height: 40px;
    font-size:18px;
    color: #ff7b01;
    cursor: pointer;
    background-color: var(--greys);
}
.save-div button:hover{
    background-color: var(--white);
    color: var(--black);
    border-color: var(--black);
}

#loadMoreButton.loading{
    color: transparent;
    pointer-events: none;
    position: relative;
}
#loadMoreButton.loading::before{
    content: ' ';
    position: absolute;
    top: 50%;
    height: 1em;
    width: 1em;
    z-index: 2;
    left: 50%;
    border: .2em solid #ff7b01;
    border-color: #fff #fff transparent;
    background-color: transparent;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform-origin: center;
    -webkit-animation-name: rotate;
            animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
}
.editChordsContainer,.overviewChordsContainer {
    width: 100%;
    margin-top: 2em;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}
.overviewChordsContainer .gradient{
    margin: 1em auto;
}
.editChords-main-box,.overviewChords-main-box {
    position: relative;
    height: 50px;
    border: solid #ddd 1px;
    border-radius: 4px;
    color: #ff7b01;
    margin: -1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.editChords-main-box:hover {
    background-color: #f2f0f0;
}
.final-chord {
    line-height: 50px;
    font-size: 23px;
    text-align: center;
    font-weight: 500;
}
.ads{
    z-index: 1;
    width: 100%;
    position: relative;
    margin: 0;
    width: 100%;
    background-color: var(--blkis);
    grid-column-start: 1;
    grid-column-end: 3;
}
.lyrical-view{
    padding:5em 0 0 5em;
    margin: auto;
    overflow: scroll hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 2em;
    position:relative;
    float:left;
    line-height: 1.2em;
    text-align: left;
}
.tooltipalt {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #ff7b01;
    font-weight: 600;
    border-bottom: 1px dotted #ff7b01;
}
.tooltipalt .tooltiptext {
    visibility: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #ddd;
    text-align: center;
    border-radius: 6px;
    padding: 5px 20px;
    bottom: 100%;
    left: -60px;
    position: absolute;
    z-index: 1;
}
.tooltipalt:hover .tooltiptext {
    visibility: visible;
}
.tooltipalt .tooltiptextalt {
    visibility: hidden;
    width: 160px;
    background-color: #ddd;
    text-align: center;
    border-radius: 6px;
    padding: 5px 20px;
    top: 100%;
    left: -60px;
    position: absolute;
    z-index: 1;
}
.tooltipalt:hover .tooltiptextalt {
    visibility: visible;
}
.image.fit {
    display: block;
}
.image {
    border-radius: 4px;
    border: 0;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.image img {
    border-radius: 4px;
    display: block
}
pre{
    -webkit-overflow-scrolling:touch;
    font-family:"Courier New",monospace;
    font-size:1.1em;
    margin:0 0 2.4em 0
}
.chords-player {
    bottom:0%;
    background-color: var(--black);
    overflow: hidden;
    margin: 0;
    position: fixed;
    z-index: 3;
    width: 100vw;
    
}
.chords-player>.ts.here {
    margin-bottom: 0em;
    width: 50000%;
    margin-left: 50%;
    position: relative;
}
/* waste */
.chords-player>.ts.here:after {
    content: " ";
    height: 41px;
    position: absolute;
    z-index: 98;
    top: 0;
    bottom: 0;
    border-left: 4px solid var(--white);
    transform: translate(-50%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.chords-player .tb {
    scroll-behavior: smooth;
    overflow-y: visible;
    max-height: 46px;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    font-size: 27px;
    margin: 0;
}
.slideractive {
    transition: width 2s;
    height: 300px;
    background-color: #fff9f1;
    text-align: center;
    margin: auto;
}
.slideractivetext {
    position: relative;
    z-index: 97;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(to bottom, #ff3d00, #fc9700);
    color: #fff;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
    vertical-align: middle;
    font-size: 1em;
    overflow: auto;
    padding: 0;
    white-space: nowrap;
    height: 40px;
    margin: 0;
}
.activeOver {
    background-color: #ff7b01;
    color: #fff !important;
}
.slideractivetext h7 {
    height: 100%;
    display: block;
    text-align: left;
    padding-left: 20px;
    vertical-align: middle;
    color: #fff !important;
    font-size: 1em;
    line-height: 40px;
}
.slidertxt {
    position: relative;
    z-index: 96;
    -webkit-backface-visibility: hidden;
    background-image:linear-gradient(to bottom, #bd3004, #d28006);
    opacity: .7;
    border-radius: 50px 50px 50px 50px;
    color: #000;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 1em;
    overflow: auto;
    white-space: nowrap;
    height: 40px;
    margin: 0;
}
.slidertxt h7 {
    height: 100%;
    display: block;
    color: #fff;
    font-size: 1em;
    text-align: left;
    padding-left: 20px;
    vertical-align: middle;
    line-height: 40px;
}
#time-teller{
    position: absolute;
    bottom: 0%;
    padding: 5px 10px;
    font-size: 1rem;
    box-sizing: border-box;
    width: 100%;
    padding: 2px 30px;
    line-height: 1em;
    display: flex;
    justify-content: space-between;
}
/* seekbar begin */
#progress-bar{
    width:100%;
    padding:0;
    margin: 1em 0 0 0;
}
input[type="range"] {
    margin: auto;
    -webkit-appearance: none;
    position: relative;
    /* overflow: hidden; */
    height: 4px;
    width: 100%;
    cursor: pointer;
    border-radius: 0; /* iOS */
    background-color: transparent;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: #fff;
    border: none;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    background: #fff;
    border: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
    background: #fff;
    border: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 12px;
    width: 12px;
    background: #ff7b01;
    margin-top: -5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    border: none;
    height: 12px;
    width: 12px;
    background: #ff7b01;
    margin-top: -5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 12px;
    width: 12px;
    background: #ff7b01;
    margin-top: -5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: -100vw 0 0 100vw #ff7b01;
}

input[type="range"]::-ms-fill-lower {
    background-color: #ff7b01;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

input[type="range"]::-moz-range-progress {
    background-color: #ff7b01;
    height: 30%;
    border-radius: 30px;
}

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

input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}
/* seekbar end.... let's hope so */
.chords-player>#reader-controls{
    background-color: #000;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, 0.62);
    padding: 12px 0;
    margin-top: -5px;
    border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -ms-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
}
#reader-controls>.x, .flex\.center2{
    display: flex;
    justify-content:center;
    align-items: center;
}
#reader-controls .play-btn:hover path:nth-child(1),.tooltipy:hover span{
    fill: #ff7b01;
}
#reader-controls .nav-icons{
    fill: var(--greys);
    cursor: pointer;
    flex-grow: 1;
    text-align: center;
    margin: 0 2%;
}
.learn{
  flex-grow: 0;
  padding: 10px 7px 9px 44px;
  margin: 3em 3.5em 0;
  border-radius: 30px;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.39);
  background-color: var(--blkis);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.learn>.flex{
    display: flex;
    flex-direction: column;
    font-size: 1.2em;
    flex-grow: .6;
    margin-bottom: 2em;
}
.learn a.learnbtn, button.gradient{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-grow: 0;
    padding: .6em 2em;
    margin-top: 1em;
    border-radius: 25px;
    background-image: linear-gradient(to right, #ff7b01, #ff4d00);
    font: inherit;
    font-size: .9em;
    color: var(--white);
    fill: var(--white);
    outline: none;
    border: none;
}

.learn img{
    height: 7em;
    flex-grow: .4;
}
.learn .ffb{
    font-weight: 600;
    color: #ff7b01;
}
.recmm{
    font-size: 2em;
    display: inline-block;
    line-height: .8em;
}
/* popups---------- */
.modal {
    display: none;
    position: fixed;
    z-index: 10009;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, .6)
}
.modal-content {
    top:50%;
    left:50%;
    padding: 20px 20px 40px;
    border-radius: 30px;
    background-color: var(--black);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.close, .close-cross {
    float: right;
    text-align: right;
    width: 100%;
    font-size: 27px;
    font-weight: 700;
    cursor: pointer;
}
.close-cross {
    display: flex;
    justify-content: flex-end;
    color: var(--white);
}
.close-cross i {
    padding: 7px 10px 6px 10px;
}
.sign-in-title{
    margin-bottom: 2em;
}
.h1{
    font-size: 25px;
    margin: 1em 2em;
    text-align: center;
}
.divident{
    display: inline-block;
    width: 50%;
    height: 0;
    border: 1px solid #ff7b01;
}
.social-share-button.up{
    padding:0.7em 10px;
    display: flex;
    justify-content: space-evenly;
}
.social-share-button.btm .ssb-icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 2.5em;
    width: 2.5em;
    margin: 0 1em;
    border-radius: 50px;
    overflow: hidden;
    background-color: var(--white);
}
.social-share-button.btm .ssb-icon svg{
    height: 100%;
    width: 100%;
}
.popup-modal {
    display: block;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
.popup-modal-content {
    position: fixed;
    width: 700px;
    background-color: var(--white);
    border-radius: 3px;
    top: 50%;
    left: 50%;
    margin-top: -298px;
    margin-left: -337px;
    color: var(--white);
}
.popup-modal-content1 {
    border-radius: 3px;
    top: 50%;
    left:50%;
    padding: 20px 20px 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    color: var(--white);
    background-color: var(--black);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.popup .fade-out {
    position: absolute;
    top: -20px;
    right: -20px;
    text-align: center;
    font-size: 15px;
}
.title-secription{
    padding: 0px; 
    margin: 0px;
}
.features30-second{
    display: flex;
    justify-content: space-around;
    padding: 0 10px;
}
.circle{
    border-radius: 100%;
    margin: 1em 0;
}
.circle>div{
    display: flex;
    border: 3px solid #d87320;
    flex-direction: column;
    height: 10em;
    width: 10em;
    margin: 0 auto 1em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.circle svg{
    margin: 3em;
    height: 4em;
    width: 4em;
    box-sizing: border-box;
}
.modal .gradient, .popup .gradient{
    font-size: 1.2em;
    margin-bottom: 1em;
}
h3.col.grey{
    width: 40vw;
}
.popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background-color: rgba(0, 0, 0, .6);
}
.popup.active {
    top: 0;
}
.popup .main-btn-rect {
    padding: 10px 100px;
}
.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 568px;
    min-width: 320px;
    max-width: 600px;
    padding: 25px;
    background-color: var(--black);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s;
}
textarea {
    color: #ff7b01;
    padding: .75em 1em
}
input[type=email],input[type=password],input[type=text],select,textarea {
    background-color: var(--blkis);
    border-color: var(--blkis);
    border:1px solid transparent;
}

input[type=email]:focus,input[type=password]:focus,input[type=text]:focus,select:focus,textarea:focus {
    border: 1px solid #ff7b01;
    color: var(--white);
}
.main-btn-rect,
.main-btn-circle {
    position: relative;
    margin: 0;
    background-color: #ff7b01;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    z-index: 100;
}
.main-btn-rect {
    margin-top: 1em;
    padding: 0px 80px !important;
    height: 2em;
    line-height: 0.5em !important;
}

.main-btn-rect:before,
.main-btn-rect:after {
    position: absolute;
    content: '';
    top: 0;
    width: 0%;
    height: 100%;
    color: #ff7b01 !important;
    background-color: rgba(255, 255, 240, 0.2);
    transition: width 0.3s;
}
.main-btn-rect:before {
    left: 0;
    border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -ms-border-radius: 25px 0 0 25px;
    -o-border-radius: 25px 0 0 25px;
}
.main-btn-rect:after {
    right: 0;
    border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -ms-border-radius: 0 25px 25px 0;
    -o-border-radius: 0 25px 25px 0;
}
.main-btn-rect:hover:before,
.main-btn-rect:hover:after {
    width: 50%;
}
.main-btn-circle {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    line-height: 40px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.main-btn-circle:hover{
    background-color: var(--greys);
    color: var(--white);
}
.form-group {
    position: relative;
    width: 90%;
    margin: 0px auto;
}
.form-group>select{
    background-color: var(--white);
    padding: .5em 2em;
    color: var(--black);
}
.circle-loader {
    margin-bottom: 3.5em;
    border: 1px solid var(--blkis);
    border-left-color: #ff7b01;
    -webkit-animation: loader-spin 1.2s infinite linear;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 4em;
    height: 4em
}

.checkmark {
    display: block
}

.checkmark.draw:after {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg)
}

.checkmark:after {
    opacity: 1;
    height: 2em;
    width: 1em;
    transform-origin: left top;
    transform-box: fill-box;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    content: "";
    left: 1em;
    top: 2em;
    position: absolute
}
/* Customize the label (the container) */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.radio-container input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
/* Create a custom radio button */
.radiomark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    color: var(--white)
}
/* On mouse-over, add a grey background color */
.radio-container:hover input~.radiomark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radio-container input:checked~.radiomark {
    background: -webkit-linear-gradient(-225deg, #ffc371 20%, #ff5f6d);
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.radiomark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.radio-container .radiomark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--white);
}

.midoci-loading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 5rem;
    height: 4rem;
    overflow: hidden
}

.midoci-loading .midoci-line {
    display: flex;
    width: .2rem;
    height: 1rem;
    background-color: #be9467;
    border-radius: 1px;
    -webkit-animation: midociLoading .7s ease-in-out infinite;
    animation: midociLoading .7s ease-in-out infinite
}

.midoci-line:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.midoci-line:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.midoci-line:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.midoci-line:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.midoci-line:nth-child(5) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.midoci-line:nth-child(6) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.midoci-line:nth-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}
/* recommendation section */
.playgrid{
    background-color: var(--blkis);
    border-radius: 30px;
    display: inline-flex;
    margin: 0 1%;
    margin-bottom: 3%;
    flex-wrap: wrap;
    padding: 1% 0;
    width: 98%;
}
.playgrid>.item{
    background-color: var(--black);
    width: 46%;
    margin: 1% 2%;
    border-radius: 30px;
    padding: 1.5% 1%;
    box-sizing: border-box;
    position: relative;
}
.playgrid>a.item:hover{
    background-color: var(--blkis);
    box-shadow: 0px 0px 18px -4px #000;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
}
.playgrid>.item>.thumbnail{
    width: 33%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    border-radius: 20px;
}
.playgrid>.item>.thumbnail>img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.playgrid>.item>.detail{
    width: 60%;
    display: inline-block;
    margin-left: 3%;
    height: 100%;
    vertical-align: top;
}
.playgrid>.item>.detail>.name{
    font-weight: 600;
    font-size: 1.13em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.playgrid>.item>.detail>.meta{
    display: inline-flex;
    width: 100%;
    align-items: center;
    margin: 1em 0;
    font-size: max(12px, min(1.1vw, 1.13em));
}
.playgrid>.item>.detail>.meta>div{
    margin-right: 1em;
    display: flex;
    align-items: center;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}
.playgrid .ico{
    height: 30px;
    width: 30px;
    border-radius: 8px;
    background-color: var(--white);
    display: inline-block;
    vertical-align: super;
}
.playgrid svg{
    margin: 5%;
    height: 90%;
    width: 90%;
    fill: var(--black);
}
.playgrid .txt{
    width: calc(100% - 39px);
    margin-left: 10px;
    font-size: .9em;
    display: inline-block;
    vertical-align: top;
}
.playgrid .dusk{
    color: var(--greys);
    text-transform: capitalize;
}
.playgrid .chords{
    flex-grow: 1;
}
.hidescroll::-webkit-scrollbar {
    display: none;
}
.hidescroll{
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-overflow: ellipsis;
    overflow: hidden;
}
.playgrid .bldpmp{
    height: 35px;
    width: 50px;
    background-image: linear-gradient(to bottom, #ff7b01, #ff3e01);
    border-radius: 15px;
    fill: var(--white);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.playgrid .oranges{
    height: 100%;
    width: 55%;
    margin: auto;
}
.playgrid .oranges>svg {
    fill: transparent;
    stroke: white;
    stroke-width: 35px;
}
.playgrid .oranges.cupid>svg {
    fill: white;
}
.playgrid .item[onclick] .bldpmp{
    display: none;
}

@media screen and (max-width: 1000px) {
    .playgrid>.item{
        font-size: .8em;
        width: 96%;
        padding: 3% 2%;
    }
    .playgrid>.item>.detail>.meta{
        font-size: max(2vw, 16px);
        margin: .3em 0;
    }
    .playgrid .txt{
        margin-left: 5px;
    }
    .playgrid .bldpmp{
        height: 26px;
        width: 40px;
        border-radius: 8px;
    }
}
/* clean cascade above | ...garbage below */
h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 1.5;
    margin: 0 0 .6em 0;
    text-transform: uppercase;
    color: var(--white);
    font-size: 100%;
}
h3{
    margin-top:-1em;
    margin-bottom:4em;
    text-transform: none;
}
a.image {
    overflow: hidden;
    display: flex;
    align-items: center;
}
a.image img {
    transition: transform .2s ease-out;
    opacity: 1
}
a.image:hover img {
    opacity: .9
}
a {
    text-decoration: none;
    color: var(--white);
}
a:hover {
    text-decoration: none
}
a span[title]{
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--white);
}
a:hover span[title]{
    color: #f99342
}
.owl-carousel .owl-item{
    transition-property: transform;
    transition-duration: .1s;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    background-color: #a9a9a9;
    opacity: .8;
    border-radius: 10px;
}
.owl-carousel .owl-item.active.center{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}