.gt-sticky-slider {
    position: fixed;
    top: 40%;
    
}
.gt-toggle-button{
    border: none;
    font-weight: 600;
    z-index: 10000;
    padding: 8px 10px;
    margin: 10px 0;
    font-size: 14px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    cursor: pointer;
    transform: translate(0%,-40%);
    display: inline-block;
}