.rtmkit-sticky-content-enabled,
.rtmkit-sticky-content-top-enabled {
    position: sticky;
    top: 0;
}

.rtmkit-sticky-content-top-enabled {
    z-index: 999999;
    margin-top: 0;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

.rtmkit-sticky-content-bottom-enabled {
    position: fixed;
    bottom: 0;
    /* z-index: 999999; */
}