.flipbook-menuBottom{
    padding: 0 1rem!important;
    border-radius: 3rem;
}
.flipbook-textLayer .highlight{
    background-color: red!important;
}
/* .flipbook-right-arrow{
    border-top-left-radius: 50px!important;
    border-bottom-left-radius: 50px!important;
    padding-left: 10px!important;
}
.flipbook-left-arrow{
    border-top-right-radius: 50px!important;
    border-bottom-right-radius: 50px!important;
    padding-right: 10px!important;
} */

.flipbook-left-arrow{
    transform: rotate(0deg)!important;
}
.flipbook-left-arrow path{
    transform-origin: center;
    transform: rotate(180deg)!important;
}

.flipbook-textLayer mark {
    background: #c756ec;
    opacity: 0.3;
    color: transparent;
}
.flipbook-thumbHolder{
    min-width: 270px!important;
}
.flipbook-menu span{
    padding: 2px 5px;
}