.right-sidebar{
    position: fixed;
    right:0;
    top:0;
    bottom:0;
    max-height: 100vh;
    background-color: rgba(255,255,255,0.95);
    z-index: 100;
    display: none;
}

@media (min-width: 768px) {
    .right-sidebar{
        width: 70vw;
        left: 30vw;
    }
}

.right-sidebar-title{
    font-weight: 700;
    font-size: 16px;
}

.right-sidebar-close{
    cursor:pointer;
}

.right-sidebar-close:hover{
    color: #555555;
}

.right-sidebar .ui-resizable-w {  width: 10px !important; left: -10px; border-left: 1px solid #b1b4b8; border-right: 1px solid #b1b4b8; background-color: #dee2e6; }
