.btnsidebar {
        height: 35px;
        width: 43px;
        position: fixed;
        z-index: 1;
        top: 48%;
        padding: 4px 10px 0px 12px;
        right: 0;
        background-color: #710947;
        border-top-left-radius: 97px;
        border-bottom-left-radius: 97px;
        overflow-x: hidden;
        transition: 0.5s;
        display: none;
    }