.dashlifter-toggle-sidebar {
	padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-width: 40px; */
    /* width: max-content; */
    /* min-height: 40px; */
    border: none;
    border-radius: 5px;
    /* background-color: #EEE !important; */
	background: transparent !important;
    color: #212121;
}

.dashlifter-toggle-sidebar:hover {
    /* color: #002db3; */
    /* background-color: #e6eaf7 !important; */
	cursor: pointer;
}