#governance .toggler {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    width: 20px;
    height: 48px;
    position: absolute;
    top: 45%;
    cursor: pointer;
    background-color: transparent;
}

.sidebar-left > .toggler {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #fff;
    -webkit-box-shadow: 1px 0px 8px rgb(0 0 0 / 18%);
    box-shadow: 1px 0px 8px rgb(0 0 0 / 18%);
    right: -20px;
}

.toggler {
    background-color: transparent;
    border: unset;
}

.sidebar-left > .toggler > .glyphicon-chevron-right {
    display: none;
}

.bootsidemenu-left > .toggler > span {
    margin: 15px -2px;
    color: #5090D0;
    font-size: 1.5em;
}