/* Add these styles to your CSS file */
.xs-sidebar-widget {
    width: 500px !important; /* Increase from default, adjust value as needed */
    max-width: 90vw; /* Ensures it doesn't overflow on mobile */
}

.xs-sidebar-group.info-group {
    right: -500px; /* Should match the width above */
}

.xs-sidebar-group.isActive {
    right: 0;
} 

.mybg{
    background-color: #062e39 !important;
}