.mk-sb-default .mk-sidebar-link {display: block; width: 35px; }
.mk-sb-default span.mk-text-link {display: none;}
.mk-sb-default.mk-nav-left .mk-sidebar-item:hover span {padding: .4rem 1.5rem; border-top-right-radius: 5px; border-bottom-right-radius:  5px;}
.mk-sb-default.mk-nav-right .mk-sidebar-item:hover span {padding: .4rem 1.5rem; margin-left: -1.5rem; border-top-left-radius: 5px; border-bottom-left-radius:  5px;}

.mak-sidebar {position: absolute; z-index: 99999;}
.mak-sidebar ul {margin: 0; padding: 0;}
.mak-sidebar ul li {list-style: none;}

.mak-sidebar.mk-position-top-left {top: 3vh;}
.mak-sidebar.mk-position-center-left {top: 30vh;}
.mak-sidebar.mk-position-bottom-left {top: 60vh;}

.mak-sidebar.mk-position-top-right {right: 0vw; top: 3vh;}
.mak-sidebar.mk-position-center-right {right: 0vw; top: 30vh;}
.mak-sidebar.mk-position-bottom-right {right: 0vw; top: 60vh;}

.mak-sidebar span, .mk-toggle-btn span {display: flex; justify-content: center;padding: .4rem; margin-bottom: .1rem; transition: all ease .75s;}
.mk-toggle-btn span {width: 35px; background: var(--cassiopeia-color-primary);}
.mak-sidebar button {border: 0 !important; padding: 0 !important;}

.mak-sidebar.mk-standard span.mk-icon-link {background: var(--cassiopeia-color-primary); color: #fff;}
.mak-sidebar.mk-standard span.mk-facebook-f {background: rgba(66, 103, 178, 1); color: #fff;}
.mak-sidebar.mk-standard span.mk-instagram {background: rgba(247, 119, 55, 1); color: #fff;}
.mak-sidebar.mk-standard span.mk-twitter {background: rgba(29, 161, 242, 1); color: #fff;}
.mak-sidebar.mk-standard span.mk-google {background: rgba(219, 68, 55, 1); color: #fff;}
.mak-sidebar.mk-standard span.mk-linkedin {background: rgba(219, 68, 55, 1); color: #fff;}
.mak-sidebar.mk-standard span.mk-xing {background: rgba(18, 101, 103, 1); color: #fff;}
.mak-sidebar.mk-standard span.mk-tiktok {background: rgba(255, 0, 80, 1); color: #fff;}
.mak-sidebar.mk-standard span.mk-vimeo-v {background: rgba(0, 178, 232, 1); color: #fff;}
.mak-sidebar.mk-standard span.mk-youtube {background: rgba(255, 0, 0, 1); color: #fff;}
.mak-sidebar.mk-standard span.mk-whatsapp {background: rgba(37, 211, 102, 1); color: #fff;}

.mak-sidebar.mk-template span.mk-icon-link {background: var(--cassiopeia-color-primary); color: #fff;}
.mak-sidebar.mk-template span {background: var(--cassiopeia-color-primary); color: #fff;}

.mak-sidebar.mk-dark span, .mak-sidebar.mk-template span.mk-icon-link {background: rgba(1, 4, 5,1); color: #fff;}
.mak-sidebar.mk-light span, .mak-sidebar.mk-template span.mk-icon-link {background: rgba(255,255,255,1); color: #222;}