.han-wsf-float {
    position: fixed !important;
    z-index: 999999 !important;
    min-height: 52px !important;
    padding: 10px 15px 10px 12px !important;
    border-radius: 999px !important;
    background: #25d366 !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-shadow: 0 12px 30px rgba(37, 211, 102, .34) !important;
    border: 0 !important;
    outline: 0 !important;
    isolation: isolate !important;
    animation: hanWsfFloat 2.8s ease-in-out infinite !important;
}

.han-wsf-float:hover,
.han-wsf-float:focus,
.han-wsf-float:active {
    background: #25d366 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border: 0 !important;
    outline: 0 !important;
}

.han-wsf-icon {
    width: 31px !important;
    height: 31px !important;
    min-width: 31px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.18) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.han-wsf-icon svg {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    fill: #ffffff !important;
}

.han-wsf-icon svg path {
    fill: #ffffff !important;
}

.han-wsf-text {
    color: #ffffff !important;
    white-space: nowrap !important;
}

.han-wsf-pulse {
    position: absolute !important;
    inset: -7px !important;
    border-radius: 999px !important;
    background: rgba(37, 211, 102, .22) !important;
    z-index: -1 !important;
    animation: hanWsfPulse 2s ease-out infinite !important;
}

.han-wsf-bottom_left {
    left: 22px !important;
    bottom: 24px !important;
}

.han-wsf-middle_left {
    left: 22px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.han-wsf-bottom_right {
    right: 22px !important;
    bottom: 24px !important;
}

.han-wsf-middle_right {
    right: 22px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.han-wsf-admin-warning {
    position: fixed !important;
    left: 20px !important;
    bottom: 85px !important;
    z-index: 999999 !important;
    max-width: 310px !important;
    padding: 12px 14px !important;
    border-radius: 10px !important;
    background: #111111 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

@keyframes hanWsfPulse {
    0% {
        transform: scale(.92);
        opacity: .75;
    }
    70% {
        transform: scale(1.18);
        opacity: 0;
    }
    100% {
        transform: scale(1.18);
        opacity: 0;
    }
}

@keyframes hanWsfFloat {
    0%, 100% {
        margin-top: 0;
    }
    50% {
        margin-top: -5px;
    }
}

@media (max-width: 767px) {
    .han-wsf-float {
        min-height: 48px !important;
        padding: 9px 12px 9px 10px !important;
        font-size: 12px !important;
    }

    .han-wsf-bottom_left {
        left: 14px !important;
        bottom: 74px !important;
    }

    .han-wsf-middle_left {
        left: 14px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .han-wsf-bottom_right {
        right: 14px !important;
        bottom: 74px !important;
    }

    .han-wsf-middle_right {
        right: 14px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .han-wsf-icon {
        width: 29px !important;
        height: 29px !important;
        min-width: 29px !important;
    }

    .han-wsf-icon svg {
        width: 22px !important;
        height: 22px !important;
    }
}
