	/* Ensure the modal is positioned correctly */
.cb-portal {
    position: fixed !important;
    bottom: 200px !important;  /* Adjust this value as needed */
    left: 20px !important;    /* Adjust this value as needed */
    right: auto !important;
    top: auto !important;
    transform: none !important;
    z-index: 1100 !important; /* Ensure it's above other elements */
}

