/*UI knob*/
.ui-knob-container {
    position: relative;
    width: 120px;
    height: 70px;
    /*width: 120px;*/
    cursor: pointer;
    overflow: hidden;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}

/*sidebar*/
#sidebar {
    height: unset !important;
    overflow-y: unset !important;
}

/*rest*/
.c-player-button {


    background-image: linear-gradient(to bottom, #232323 0%, #505050 51%, #232323 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 2px;


}


.c-player-button--2 {
    background: #222224;
    color: white;
    border-radius: 5px;
    border: 1px solid white;
    padding: 1em 1.24em;
}

.c-upper-music-box {
    margin-top: 1.715em;
}

.c-upper-music-box__music {
    background: #242424;
    border-radius: 2px;
    padding: 0.4em;
    height: 100%;
}


.c-upper-music-box__music__text {
    color: white;
    padding-left: 1em;
}

.c-upper-music-box__music__text__title, .c-upper-music-box__music__text__subtext, .c-upper-music-box__music__text__message {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    line-height: 14px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.c-upper-music-box__music__text__title {
    font-size: 12px;
}

.c-upper-music-box__music__text__subtext {
    color: #B2B2B2;
    font-size: 10px;
}

.c-upper-music-box__music__text__message {
    font-size: 16px;
    padding-top: 8px;
    position: absolute;
    width: fit-content;
    margin-left: 10%;
}

.c-upper-music-box__music__content__image {
    margin-left: 0.7em;
}

.c-upper-music-box__music__icon {
    margin: 0 1rem;
    width: fit-content;
}

.c-upper-music-box__music__icon i {
    color: #3E85EE;
}

.c-upper-music-box__music--2__text__title, .c-upper-music-box__music--2__text__subtext {
    color: white;
}

.c-upper-music-box__music--2__text__title {
    font-size: 16px;
}

.c-upper-music-box__music--2__text__subtext {
    font-size: 12px;
}


.c-sidebar-music-container {

}

.c-sidebar-music-container__title {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: white
}

.c-sidebar-music-container__group-name {
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.player-font-w {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    /*text-align: right;*/
    color: #FFFFFF;
}

.player-font-b {
    font-family: 'Digital Numbers', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-align: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    color: #3E85EE;
    /*box-shadow: 0.5px 0.5px 1px 0px #3E85EE;*/
}

.controls-mobile {
    display: none;
}

.trackBox-mobile {
    display: none;
}

.masterVolumeMobile, .mobileMasterVolume {
    display: none;
}

/* !*/

/*media queries*/

@media only screen and (max-width: 991px) {
    #page_content--big {
        margin-left: 2em;
    }
}

@media only screen and (max-width: 767px) {
    .c-upper-music-box__music {
        height: 50px;
        width: 103.5%;
    }

    .c-upper-music-box__music__text__message {
        margin-left: 25%;
    }

    .bottom-section-images_second {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 721px) {
    .c-upper-music-box__music {
        width: 104.5%;
    }
}

@media only screen and (max-width: 540px) {
    .player-controls__sound-control {
        padding: 0 10px !important;
    }

    .player-controls__sound-control__volume-buttons {
        display: grid !important;
    }

    .player-controls__sound-control__volume-buttons div {
        margin-top: 10px;
        margin-left: 5%;
    }

    .pause-play-stop_btn {
        flex: unset !important;
        margin-bottom: 30px !important;
    }

    .controls-big {
        display: none;
    }

    .controls-mobile {
        display: flex;
    }

    .master-volume_mobile {
        width: 50%;
    }

    .volume-wheel {
        background-image: unset !important;
        margin-left: unset;
        width: unset !important;
        min-height: unset !important;
        padding-bottom: 15px;
    }

    .ui-knob-container canvas {
        display: none;
    }

    .ui-knob-container {
        width: unset !important;
        overflow: unset !important;
        height: 5px;
    }

    #masterVolume {
        display: block !important;
        width: 90%;
        height: 5%;
    }

    /*test*/

    #masterVolume {
        display: none !important;
    }

    .masterVolumeMobile-image{
        display: block !important;
        margin-top: -10px;
        width: 27px !important;
        height: 24px !important;
    }

    .masterVolumeMobile {
        position: relative;
        display: block;
        width: 75% !important;
        height: 2px;
        margin-left: 10%;
        background: linear-gradient(to right, #3e85ee 0%, #3e85ee 50%, #777777 50%, #777777 100%);
        border-radius: 8px;
        outline: none;
        -webkit-appearance: none;
        padding: 0 !important;
        appearance: none;
    }

    .masterVolumeMobile::-webkit-slider-thumb {
        width: 28px;
        height: 28px;
        margin-top: 5px;
        background-repeat: no-repeat !important;
        border-radius: 50% !important;
        cursor: pointer;
        padding: 0 !important;

        /*z-index: 1; !* Ensure thumb is above the blue line *!*/
    }

    .playalong canvas{
        display: none;
    }

    input[type="range"] {
        font-size: 1.5rem;
        width: 12.5em;
    }

    /*end test*/

    .loop-main-container_mobile {
        display: none;
    }

    /*player sliders*/
    #app {
        padding: 0 !important;
    }

    #trackControl {
        display: inline-flex;
        justify-content: center;
    }

    .trackBox-desktop {
        display: none;
    }

    .trackBox-mobile {
        display: block;
    }

    #tracks .trackBox-container .trackBox {
        display: flex;
        flex: 50%;
    }

    .trackBox {
        /*height: 421px;*/
        height: unset;
        display: table !important;
        /*box-sizing: border-box;*/
    }

    .trackBox-mobile {
        display: inline-block;
        height: 425px !important;
        box-sizing: border-box;
        overflow: hidden;
    }

    .trackBox-mobile img {
        width: 100%;
        height: 100%;
    }

    .trackBox .trackBox-mobile {
        display: table-cell;
        box-sizing: border-box;
    }

    #tracks .trackBox-container {
        width: 225px;
        display: flex;
        flex: 40%;

    }

    .pisteProgress {
        top: 13%;
        margin-left: unset;
        left: 15%;
        width: 72% !important;
    }

    .trackBox-buttons {
        height: 100% !important;
    }

    .solo, .mute {
        font-size: 24px;
        /*height: 80px;*/
        height: 20%;
        /*width: 70px;*/
        width: 35%;
    }

    .mute {
        margin-left: 2px !important;
    }

    .track-type {
        font-size: 21px !important;
        text-align: center;
    }
}

@media only screen and (max-width: 400px) {
    .volume-wheel {
        margin-left: 28%
    }
}

@media only screen and (max-width: 312px) {
    .loop-container_mobile {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 305px) {
    .player-timer_mobile p {
        display: flex !important;
    }

    .player-timer_mobile p > span {
        margin-left: 5px;
    }
}



