body {
    direction: rtl;
}

.tap-target-wrapper {
    width: 300px;
    height: 300px;
}

@media only screen and (max-width: 600px) {
    .tap-target-wrapper {
        width: 150px !important;
        height: 150px !important;
    }

    .tap-target-wave {
        max-width: 100px;
        max-height: 100px;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }

    .tap-target-content {
        top: 0 !important;
        padding: 105px 24px !important;

    }
}

.tap-target-wave {
    /*position: relative;*/
    top: 50%;
}

.login-logo {
    width: 200px;
    position: relative;
    top: 100px;
}

.social-icons {
    margin-left: 1px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.social-text {
    position: relative;
    top: -8px;
    font-weight: bold;
}

.footer-links {
    width: 100%;
    text-align: right;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

@media (max-width: 769px) {
    .c-gmwbJT .raychat_greeting_container .raychat_greeting_actions {
        display: flex !important;
    }
}
.c-cMIVXY .raychat_sc_launcher_position{
    right: unset !important;
    left: 0 !important;
}
