html{
    min-height: 100vh;
}
body{
    color:white;
    line-height: 1.2;
    font-family: bebas_neue_regularregular, Helvetica, Arial;
    letter-spacing: 1.4px;
        min-height: 100vh;

}

input, button{
    font-family: bebas_neue_regularregular, Helvetica, Arial;
}

.line-height-1{
    line-height: 1;
}

.text-bold{
    font-family: bebas_neuebold, Helvetica, Arial;
}

.bg-grey{
    background-color: #262626 !important;
}

.bg-darkgrey{
    background-color: #212224 !important;
}

.bg-white{
    background-color: white !important;
}

.bg-transparent{
    background-color: transparent !important;
}

.bg-orange{
    background-color: #FC5244;
}

.bg-green{
    background-color: #00DD00 !important;
}


.color-grey{
    color: #262626 !important;
}

.color-green{
    color: #00DD00 !important;
}

.color-white{
    color: white !important;
}

.color-black{
    color:black !important;
}

.color-orange{
    color: #FC5244 ;
}

.border-orange{
    border: 1px solid #FC5244;
}

.text-main-labels{
    font-size: 13px;
}

.text-tiny{
    font-size: 13px;
}

.text-table{
    font-size:13px;
}

.text-tiny2{
    font-size: 14px;
}

.text-tiny3{
    font-size: 16px;
}

.text-title{
    font-size: 21px;
}

@media (max-width:639px){
    .text-tiny{
        font-size: 10px;
    }

    .text-tiny2{
        font-size: 12px;
    }

    .text-tiny3{
        font-size: 14px;
    }

    .text-table{
        font-size:11px;
    }
}

.padding-tiny{
    padding: 5px;
}

.padding-tiny-bottom2{
    padding-bottom: 8px;
}

.padding-bottom{
    padding-bottom: 6px;
}

.padding-top{
    padding-top: 6px;
}

.padding-fix-right{
    padding-right:2px;
}
.padding-fix-top{
    padding-top: 2px;
}

.padding-fix-left{
    padding-left:2px;

}

.padding-left{
    padding-left: 8px;
}

.button-height{
    height: 34px;
}

.icon-mp{
    width: 15px;
}

.icon-plus{
    width: 17px;
}

.text-meter{
    font-size:42px;
}

.text-meter2{
    font-size: 45px;
}

@media (max-width:639px){
    .text-meter{
        font-size:37px;
    }

    .text-meter2{
        font-size: 40px;
    }
}

.margin-tiny-top{
    margin-top:5px !important;
}


.margin-right-mobile{
    margin-right:10px;
}

.main-title{
    font-size: 20pt;
}
.main-border{
    border: 1px solid white;
    border-radius: 10px;
}

.main-border-2{
    border: 1px solid white;
    border-radius: 8px;
}

.main-play-width{
    width: 50px; 
}

.main-play-height{
    height: 48px;
}

.main-input-bpm{
    width: 100%;
    border: 0 solid;
    text-align: right;
    font-size: 40px;
    padding: 0;
    margin:0;
}

.control-input{
    width: 100%;
    border: 0 solid;
    text-align: right;
    padding: 0;
    margin:0;
}

.main-button{
    padding: 8px;
    border-radius: 8px;
}

.main-button-2{
    padding: 5px;
    border-radius: 6px;
}

.tap{
    font-size: 14pt;
    height:38px;
}

.filter{
    padding: 4px;
    border-radius: 8px;
}

.menu-mobile{
    padding: 6px;
    border-radius: 8px;
    font-size:16px;
}

.filter-text{
    margin-bottom: -2px;
    height: 24px !important;
    border:0;

}

.heightNote{
    height: 30px;
}

.heightNote2{
    height: 20px;
}

.tripletSub{
    height: 32px;
    margin-top: -11px;
}

.main-tripletSub{
    height: 46px;
    margin-top: -16px;
}

.border{
    border: 1px solid white;
}

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

.border-bottom{
    border-bottom: 1px solid white;
}

.beat-accent{
    border: 1px solid #FC5244;
    border-radius: 5px;
    height: 20px;
    margin-bottom: 2px;
}

.beat-accent-width{
    max-width: 150px;
}

.uk-link, a{
    color: white;
    text-decoration: none;
}

.uk-link, a:hover{
    color: #FC5244;
    text-decoration: none;
}

.line{
    border-top: 1px solid white;
}

.pointer{
    cursor: pointer;
}

.width-200{
    width: 200px;
}

.width-120{
    width:110px;
}

@media (max-width:639px){
    .width-120{
        width:105px;
    } 
}


button:hover{
    cursor: pointer;
}
button{
    letter-spacing: 1.4px;
    border: 1px solid white;
}

.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped>tr:nth-of-type(odd) {
    background:#212224;
    border-top: 1px solid #212224;
    border-bottom: 1px solid #212224;
}

input[type=text]:focus.remove-focus-outline{
    border:0 solid white;
    box-shadow: 0;
    outline: 0;
}

button:focus{
    outline: 0;
}

button:active{
    border-color: #AAA;
}

.uk-dropdown{
    padding: 10px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    background: white;
    outline: none;
 /*   opacity: 0.9;
    -webkit-transition: .1s;
    transition: opacity .1s;*/
}

/*.slider:hover {
    opacity: 1;
}
*/
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 5px;
    height: 20px;
    background: #262626;
    cursor: pointer;
    border: 1px solid white;
}

.slider::-moz-range-thumb {
    width: 5px;
    height: 20px;
    background: #262626;
    cursor: pointer;
    border: 1px solid white;
}

@media (max-width:639px){
    .slider::-webkit-slider-thumb {
        width: 10px;
        height: 20px;
    }
    .slider::-moz-range-thumb {
        width: 10px;
        height: 20px;
    }
}


.loop-list{
    height: 570px;
    overflow: hidden;
    overflow-y: auto;
}

.width-ir{
    width: 200px;
}

.looper-search{
    width:130px;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (max-width:500px){
    .width-ir{
        width: 100%;
    }
    .looper-search{
        /*width:40px;*/
    }
}

.uk-dropdown-nav>li.uk-active>a, .uk-dropdown-nav>li>a:focus, .uk-dropdown-nav>li>a:hover{
        color: #FC5244;
}

.table-hover tbody tr:hover, .table-hover>tr:hover {
    color: #FC5244;
}

.artist-image-cover{
    width: 26px;
    height:26px;
    object-fit: cover;
    border-radius: 13px
}

.artist-image-cover-2{
    width: 36px;
    height:36px;
    object-fit: cover;
    border-radius: 18px
}

.button-note{
    width: 50px;
    height: 50px;
}

.bass-string{
    position: absolute;
    background: #262626;
    width: 70px;
    text-align: center;
}

.four-string{
    right: calc(50% - 35px);
}

.five-string{
    right: calc(61% - 35px);
}

.six-string{
    left: calc(15% - 35px);
}

.border-string{
    border-bottom: solid white 1px;
    border-right: solid white 1px;
    border-left: solid white 1px;
    height: 10px;
}


.wrapper{
    /*width: calc(100% + 6px);*/
    width: 604px;
    height: 604px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    left: -4px;
    top: 0px;
    margin-top:40px;
}

.sector {
    position: absolute;
    transform-origin: 100% 100%;
    width: 5000px;
    height: 5000px;
    left: 50%;
    top: 50%;
    margin-top: -5000px;
    margin-left: -5000px;
}


@media (max-width:500px) and (min-width:410px) {
  .wrapper{
    width: 504px;
  }
}

@media (max-width:409px){
  .wrapper{
    width: 404px;
  }
}


#dropdown-mobile>li>a{
    color: #262626;
}

#dropdown-mobile>li.uk-active>a, #dropdown-mobile>li>a:focus, #dropdown-mobile>li>a:hover{
        color: #FC5244;
}
