/* ElectroNex floating online support */
.electronex-floating-support{
    position:fixed;
    right:18px;
    bottom:18px;
    z-index:999999;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:9px;
    direction:rtl;
    font-family:"B Nazanin","Vazirmatn","IRANSans","Tahoma",sans-serif;
}

.electronex-support-btn{
    width:205px;
    min-height:46px;
    box-sizing:border-box;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:9px;
    padding:5px 8px 5px 13px;
    border-radius:24px;
    color:#fff !important;
    text-decoration:none !important;
    box-shadow:0 8px 22px rgba(0,0,0,.18);
    transition:transform .2s ease, box-shadow .2s ease;
    overflow:hidden;
}

.electronex-support-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 11px 27px rgba(0,0,0,.25);
    color:#fff !important;
}

.electronex-support-text{
    flex:1;
    text-align:center;
    white-space:nowrap;
    font-size:19px;
    line-height:1;
    font-weight:700;
    padding-top:2px;
}

.electronex-support-icon{
    width:36px;
    height:36px;
    min-width:36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.18);
}

.electronex-support-icon svg{
    width:22px;
    height:22px;
    fill:#fff;
    display:block;
}

.electronex-telegram{
    background:linear-gradient(135deg,#2a9fe7,#1572bd);
}

.electronex-bale{
    background:linear-gradient(135deg,#14b98b,#07966d);
}

.electronex-bale-icon{
    background:#fff;
}

.electronex-bale-icon svg{
    fill:#13a879;
}

@media (max-width:600px){
    .electronex-floating-support{
        right:10px;
        bottom:12px;
        gap:7px;
    }
    .electronex-support-btn{
        width:178px;
        min-height:41px;
        border-radius:22px;
        padding:4px 7px 4px 11px;
    }
    .electronex-support-icon{
        width:32px;
        height:32px;
        min-width:32px;
    }
    .electronex-support-icon svg{
        width:19px;
        height:19px;
    }
    .electronex-support-text{
        font-size:16px;
    }
}
