
    /******** slider custom style ********/
.saq_bass_buddy .config-panel .slider {
    -webkit-appearance: none !important;
    height: 3px !important;
    padding: 0px !important;
    width: 190px !important;
    background-color: #f2f2f2 !important;
    border-radius: 2.5px !important;
    outline: none !important;
    -webkit-transition: .2s !important;
    transition: opacity .2s !important;
}
.saq_bass_buddy .config-panel .slider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    border: 5.2px solid #0088e8 !important;
    background: #ffffff !important;
    cursor: pointer !important;
}

@font-face {
    font-family: Montserrat-Bold;
    src: url("../font/Montserrat-Bold.otf") format("opentype");
}
@font-face {
    font-family: Montserrat-Medium;
    src: url("../font/Montserrat-Medium.otf") format("opentype");
}
.saq_bass_buddy .header {
    width: 100%;
    height: 70px;
    background-color: #0072c4;
}
.saq_bass_buddy .logo {
    margin-top: 10px;
    margin-left: 53px;
}
.saq_bass_buddy .title-bar {
    width: 100%;
    height: 40px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.saq_bass_buddy .title {
    font-family: Montserrat-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1c3242;
}
    .saq_bass_buddy .title-menu {
        font-family: Montserrat-Bold;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #1c3242;
        text-transform: capitalize !important;
    }

    .saq_bass_buddy .key {
        font-family: Montserrat-Bold;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #1c3242;
    }
.saq_bass_buddy .content {
    height: calc(100vh - 210px);
    width: 100%;
}
.saq_bass_buddy .control-panel {
    height: 100px;
    width: 100%;
    background-color: #1c3242;
    display: flex;
    align-items: center;
    position: relative;
}
.saq_bass_buddy .stream-control {
    margin-left: 26px;
    width: 73%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.saq_bass_buddy .stream-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%  ;
    cursor: pointer;

    transition: all .4s ease-in-out;
}

    .saq_bass_buddy .stream-btn:hover{
        box-shadow: 0px 0px 4px 4px  white;
        transform: scale(0.9);
    }


.saq_bass_buddy .stream-bar {
    width: 90%;
    height: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 80px;
}
.saq_bass_buddy .passed-stream-bar {
    width: 0%;
    height: 10px;
    background-color: #7ed321;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.saq_bass_buddy .audio-group{
    display: none;
}

    .saq_bass_buddy .passed-stream-bar:after{
        content: "";
        width: 7px;
        height: 16px;
        border: 1px;
        border-style: solid;
        border-width: 8px 3px 4px 4px;
        border-color: #0c79c7;
        position: absolute;
        right: -2px;
        top: -3px;
        cursor: pointer;
        box-shadow: 1px 1px 3px black;
        border-radius: 20px;
    }
.saq_bass_buddy .tempo-control {

    width: 158px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.saq_bass_buddy .desc-btn {
    width: 15px;
    height: auto;
    cursor: pointer;
    transition: all .3s;
}
    .saq_bass_buddy .desc-btn:hover{
        transform: scale(1.3);
    }
.saq_bass_buddy .asc-btn {
    width: 15px;
    height: auto;
    transform: rotate(-180deg);
    cursor: pointer;
    transition: all .3s;
}

    .saq_bass_buddy .asc-btn:hover{
        transform: rotate(-180deg) scale(1.3);
    }

.saq_bass_buddy .tempo {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.saq_bass_buddy .oval {
    width: 36px;
    height: 36px;
    border: 3px solid #ffffff;
    background-color: #0088e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.saq_bass_buddy .tempo-value {
    font-family: Montserrat-Medium;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.saq_bass_buddy .rotate-control {
    margin-left: 13px;
    width: 70px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.saq_bass_buddy .config {
    width: 70px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.saq_bass_buddy .icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 1s ease-in-out;
}
.saq_bass_buddy .icon:hover{
    transform: rotate(270deg);
}
.saq_bass_buddy .control-label {
    margin-top: 7px;
    font-family: Montserrat-Medium;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
    .saq_bass_buddy .config-panel {
        display: none;
        min-width: 300px;
        height: 390px;
        background-color: rgba(28, 50, 66, 0.95);
        position: absolute;
        bottom: 100px;
        right: 0;
        transition: all .2s ease-in-out;
    }
    @media (max-width:576px){
        .saq_bass_buddy .reset-tempo {
            width: 109px;
            height: 24px;
            position: absolute;
            top: 38px;
            left: 49%;
        }

        .saq_bass_buddy .config-panel {
            min-width: 600px;
            height: 200px;
            text-align: justify;
            position: absolute;
        }
        .saq_bass_buddy .track-title {
            margin-top: 0;
            margin-left:0px;
            position: absolute;
            top: 20px;
            left: 66%;
        }
        .saq_bass_buddy .track-control-panel {
            width: 281px;
            height: 125px;
            position: absolute;
            top: 30px;
            left: 48%;
        }
        .saq_bass_buddy .tempo{
            padding-left: 5px!important;
            padding-right: 5px!important;;
        }
        .saq_bass_buddy .stream-bar{
            width: 50%;
        }

    }
    @media (min-width:576px) {
        .saq_bass_buddy .reset-tempo {
            width: 109px;
            height: 24px;
            position: absolute;
            top: 38px;
            left: 70%;
        }

        .saq_bass_buddy .config-panel {
            min-width: 600px;
            height: 200px;
            text-align: justify;
            position: absolute;
        }

        .saq_bass_buddy .track-title {
            margin-top: 0;
            margin-left: 0px;
            position: absolute;
            top: 20px;
            left: 66%;
        }

        .saq_bass_buddy .track-control-panel {
            width: 281px;
            height: 125px;
            position: absolute;
            top: 52px;
            left: 51%;
        }
        .saq_bass_buddy .tempo{
            padding-left: 8px!important;
            padding-right: 8px!important;;
        }
        .saq_bass_buddy .stream-bar{
            width: 80%;
        }
    }

        @media (min-width: 768px) {
            .saq_bass_buddy .reset-tempo {
                width: 109px;
                height: 24px;
                position: absolute;
                top: 38px;
                left: 75%;
            }

            .saq_bass_buddy .config-panel {
                min-width: 300px;
                height: 390px;
            }

            .saq_bass_buddy .track-title {
                margin-top: 23px;
                margin-left: 104px;
                position: absolute;
                top: 165px;
                left: 0;
            }
            .saq_bass_buddy .track-control-panel {
                width: 281px;
                height: 125px;
                margin-left: 10px;
                margin-top: 16px;
                position: absolute;
                top: 200px;
                left: 0;
            }
            .saq_bass_buddy .config-title {
                margin-top: 40px!important;
            }
            .saq_bass_buddy .stream-bar{
                width: 86%;
            }

        }
        @media (min-width: 992px) {
            .saq_bass_buddy .reset-tempo {
                width: 109px;
                height: 24px;
                position: absolute;
                top: 38px;
                left: 80%;
            }

            .saq_bass_buddy .config-panel {
                min-width: 300px;
                height: 390px;
            }

            .saq_bass_buddy .track-title {
                margin-top: 23px;
                margin-left: 104px;
            }
            .saq_bass_buddy .track-control-panel {
                width: 281px;
                height: 125px;
                margin-left: 10px;
                margin-top: 16px;
                position: absolute;
                top: 200px;
                left: 0;
            }
           .saq_bass_buddy .config-title {
                margin-top: 40px!important;
            }
            .saq_bass_buddy .stream-bar{
                width: 90%;
            }
        }
        @media (min-width: 1200px) {
            .saq_bass_buddy .reset-tempo {
                width: 109px;
                height: 24px;
                position: absolute;
                top: 38px;
                left: 85%;
            }

            .saq_bass_buddy .config-panel {
                min-width: 300px;
                height: 390px;
            }

            .saq_bass_buddy .track-title {
                margin-top: 23px;
                margin-left: 104px;
            }
            .saq_bass_buddy .track-control-panel {
                width: 281px;
                height: 125px;
                margin-left: 10px;
                margin-top: 16px;
                position: absolute;
                top: 200px;
                left: 0;
            }
            .saq_bass_buddy .config-title {
                margin-top: 40px!important;
            }
            .saq_bass_buddy  .stream-bar{
                width: 92%;
            }
        }

        .saq_bass_buddy  .reset-tempo-label {
            font-family: Montserrat-Medium;
            font-size: 12px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: right;
            color: #ffffff;
            float: left;
            margin-top: 5px;
        }

        .saq_bass_buddy  .reset-tempo-btn {
            width: 24px;
            height: 24px;
            border-radius: 4px;
            color: white;
            background-color: #0088e8;
            float: right;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 1s ease-in-out;
        }

        .saq_bass_buddy  .update-arrows {
            width: 14px;
            height: 13px;
            cursor: pointer;
            transition: all .4s;
            color: white;
            text-shadow: 0px 0px 1px green;
        }

        .saq_bass_buddy  .reset-tempo-btn:hover .update-arrows {
            transform: rotate(180deg);
        }

        .saq_bass_buddy  .content {
            position: relative;
        }


        .saq_bass_buddy  .close-btn {
            float: right;
            margin-top: 10px;
            margin-right: 10px;
        }

        .saq_bass_buddy  .close-btn-icon {
            width: 10px;
            height: 10px;
            transition:all .4s ease;
            cursor: pointer;
        }
    .saq_bass_buddy  .close-btn-icon:hover{
        transform: scale(1.4) rotate(90deg);
    }

        .saq_bass_buddy  .config-title {
            margin-top: 20px;
            margin-left: 98px;
            font-family: Montserrat-Medium;
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #ffffff;
        }

        .saq_bass_buddy  .config-control-panel {
            margin-left: 9px;
            margin-top: 16px;
            width: 281px;
            height: 95px;
            opacity: 1;
            border-radius: 8px;
            border: solid 1px #ffffff;
            background-color: #1c3242;
        }

        .saq_bass_buddy .track-title {
            font-family: Montserrat-Medium;
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #ffffff;
        }

        .saq_bass_buddy .track-control-panel {
            border-radius: 8px;
            border: solid 1px #ffffff;
            background-color: #1c3242;
            display: flex;
            align-items: center;
        }

        .saq_bass_buddy .zoom-control-panel {
            margin-top: 16px;
            margin-left: 10px;
            display: flex;
            align-items: center;
        }

        .saq_bass_buddy .volume-control-panel {
            margin-top: 22px;
            margin-left: 10px;
            display: flex;
            align-items: center;
        }

        .saq_bass_buddy .track {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .saq_bass_buddy .drum-track {
            margin-left: 12px;
        }

        .saq_bass_buddy .bass-track {
            margin-left: 50px;
        }

        .saq_bass_buddy .mix-track {
            margin-left: 49px;
        }

        .saq_bass_buddy .switch-btn {
            margin-top: 13px;
            height: 23px;
            width: 40px;
        }

        .saq_bass_buddy .config-panel .zoom-slider {
            margin:0 0 0 10px;
        }

        .saq_bass_buddy .vol-slider {
            margin:0 0 0 10px;
        }

        /********* switch custom style *********/
        .saq_bass_buddy .switch {
            position: relative;
            display: inline-block;
            width: 40px;
            height: 22px;
        }

        .saq_bass_buddy .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .saq_bass_buddy .switch-slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #cfd8dc;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .saq_bass_buddy .switch-slider:before {
            position: absolute;
            content: "";
            height: 15px;
            width: 15px;
            left: 4px;
            bottom: 3.5px;
            background-color: #f44336;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .saq_bass_buddy input:checked + .switch-slider:before {
            -webkit-transform: translateX(16px);
            -ms-transform: translateX(16px);
            transform: translateX(16px);
            background-color: #4caf50;
        }

        .saq_bass_buddy .switch-slider.round {
            border-radius: 23px;
        }

        .saq_bass_buddy .switch-slider.round:before {
            border-radius: 50%;
        }

    .saq_bass_buddy .bodyscroll{
        margin: 0px!important;
        height: calc(100vh - 215px)!important;
    }

    .saq_bass_buddy #notation2{
        text-align: left;
    }
    

    @font-face {
        font-family: "Monstserrat bold";
        src: url("../font/Montserrat-Bold.otf");
      }

      .saq_bass_buddy .tempo-enabled{
          position: absolute;
          font-size: 14px;
          text-align: center;
          color: white;
          font-family: "Monstserrat bold";
          bottom: 0px;
          margin: 10px 60px;
      }


      body.saq_bass_buddy {
          overflow-x:hidden;
      }



    ::selection{
        background: rgba(15, 15, 15, 0);
        color: #000000;
    }
    
    /* .content{
        padding:4%;
        height:25%;
        width: 100%;
        background-color:#eee;
        position:relative;
        margin: 10px 5px;
    } */
    .saq_bass_buddy .recter{
        display: none;
        position: absolute;
        width: 0px;
        height: 0px;
        background: #0000001c;
        border-left: 2px solid #333;
        border-right: 2px solid #333;
    }
    .saq_bass_buddy .recterRight::before{
        content: "";
        background: #333;
        position: absolute;
        border: 0 solid #333;
        border-width: 1px 1px 8px 8px;
        border-color: #333;
        border-radius: 50%;
        height: 5px;
        bottom: -8px;
        right: -6px;
        width: 5px;
        z-index: 0;
    }
    .saq_bass_buddy .recterLeft::after{
        content: "";
        background: #333;
        position: absolute;
        border: 0 solid #333;
        border-width: 1px 1px 8px 8px;
        border-color: #333;
        border-radius: 50%;
        height: 5px;
        top: -9px;
        left: -5.5px;
        width: 5px;
        z-index: 0;
    }

    * {-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;}