.etele-zendesk-chat[data-zendesk-deferred="true"] {
    bottom: 10px;
    height: 50px;
    position: fixed;
    right: 20px;
    width: 108px;
    z-index: 999998;
}

.etele-zendesk-launcher {
    appearance: none;
    align-items: center;
    background: rgb(59, 112, 214);
    border: 0;
    border-radius: 13986px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    height: 48px;
    justify-content: center;
    left: auto;
    letter-spacing: 0.6px;
    line-height: normal;
    min-width: 0;
    padding: 0 18px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: none !important;
    top: -1px;
    vertical-align: baseline;
    white-space: nowrap;
    width: 108px;
}

.etele-zendesk-launcher:hover,
.etele-zendesk-launcher:focus {
    background: rgb(59, 112, 214);
    outline: none;
}

.etele-zendesk-launcher:focus-visible {
    box-shadow: 0 0 0 3px rgba(59, 112, 214, 0.35);
}

.etele-zendesk-launcher.is-loading {
    cursor: wait;
    opacity: 0.9;
}

.etele-zendesk-launcher.is-hidden {
    display: none;
}

.etele-zendesk-launcher__icon {
    align-items: center;
    color: #fff;
    display: flex;
    flex: 0 0 20px;
    height: 20px;
    padding: 0;
    vertical-align: middle;
    width: 20px;
}

.etele-zendesk-launcher__icon svg {
    display: block;
    fill: currentColor;
    height: 20px;
    width: 20px;
}

.etele-zendesk-launcher__label {
    color: #fff;
    display: block;
    flex: 0 0 auto;
    letter-spacing: 0.6px;
    line-height: normal;
    text-transform: none !important;
}

.etele-zendesk-launcher.is-loading .etele-zendesk-launcher__icon {
    animation: etele-zendesk-pulse 900ms ease-in-out infinite;
}

@keyframes etele-zendesk-pulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.88);
    }
}

@media (max-width: 767px) {
    .etele-zendesk-chat[data-zendesk-deferred="true"] {
        bottom: 10px;
        height: 50px;
        right: 20px;
        width: 50px;
    }

    .etele-zendesk-launcher {
        align-items: center;
        border-radius: 50%;
        display: flex;
        gap: 0;
        height: 50px;
        justify-content: center;
        padding: 0;
        text-align: center;
        top: 0;
        width: 50px;
    }

    .etele-zendesk-launcher__icon {
        display: flex;
        flex: 0 0 22px;
        height: 22px;
        padding: 0;
        width: 22px;
    }

    .etele-zendesk-launcher__icon svg {
        display: block;
        height: 22px;
        width: 22px;
    }

    .etele-zendesk-launcher__label {
        display: none;
    }
}
