.MM-container{
    position: absolute;
    top: 40px;
    bottom: 3px;
    width: 53px;
    z-index: 4;
}

.MM-tabPanel{
    border-radius: 2px;
    position: absolute;
    left: 5px;
    right: -0px;
    top: 55px;
    bottom: 5px;
}

.MM-tabContent{
    position: relative;
    background-color: white;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.MM-tabLabel {   
    width: 60px;
    height: 60px;
    position: absolute;
    right: -70px;
    border-radius: 30px;
    background-color: #ffffffd4;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    margin: 5px;
    border: solid 1px #00000026;
    border-left: none;
    z-index: 0;
    padding: 11px;
}











/**

.MM-container{
    position: absolute;
    top: 140px;
    bottom: 25px;
    width: 300px;
    z-index: 1;
}

.MM-tabPanel{
    border-radius: 2px;
    position: absolute;
    left: 5px;
    right: -0px;
    top: 55px;
    bottom: 5px;
}

.MM-tabContent{
    position: relative;
    background-color: white;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.MM-tabLabel {   
    width: 60px;
    height: 60px;
    position: absolute;
    right: -70px;
    border-radius: 30px;
    background-color: #ffffffd4;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    margin: 5px;
    border: solid 1px #00000026;
    border-left: none;
    z-index: 0;
    padding: 11px;
}
*/