.wll_main_container {
    position: fixed;
    right: 0;
    bottom: 0;
    /* responsive starts here */
}

.wll_main_container .wll_launcher_popup_container.hide {
    height: 0px;
    width: 0;
    overflow: hidden;
    opacity: 0;
    scroll-behavior: smooth;
}

.wll_main_container .wll_launcher_button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    bottom: 10px;
    background-color: white;
    height: 60px;
    width: 207px;
    background: #6F38C5;
    border-radius: 39px;
    transition: all 0.2s ease-out;
}

.wll_main_container .wll_launcher_button.close {
    width: 60px;
    overflow: hidden;
    content: "x";
    border-radius: 12px;
}