* {
    font-family: "Open Sans", sans-serif;
}

.floating-widget {
    position: fixed;
    bottom: 80px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.floating-widget a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.floating-widget a.signal {
    background-color: #3A76F0;
}

.floating-widget a:hover {
    background-color: #128C7E;
}

.floating-widget_z a.telegram {
    background-color: #0088cc;
}

.floating-widget_z a.x {
    background-color: #1DA1F2;
}

.floating-widget_z a.linkedin {
    background-color: #0077b5;
}

.floating-widget_z a.instagram {
    background-color: #E1306C;
}

.floating-widget_z a.skype {
    background-color: #00aff0;
}

.floating-widget_z a.call {
    background-color: #34b7f1;
}

.floating-widget_z a.email {
    background-color: #d44638;
}

.floating-widget_z a.facebook {
    background-color: #3b5998;
}

.custom-popup-container1 {
    display: flex;
    flex-direction: row;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #000000c1;
    font-size: 16px;
    border-radius: 5px;
    width: 320px;
    align-items: center;
    color: #fff;
    box-shadow: 5px 5px 10px #000;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1000;
    height: 80px;
    max-height: 80px;
}

@media (max-width: 600px) {
    .custom-popup-container1 {
        position: fixed;
        width: 300px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.popup-logo1 {
    width: 80px;
    height: 50%;
}

.popup-image-item1 {
    background-color: #fff;
    margin: 0;
    margin-left: 10px;
}

.popup-text-item1 {
    margin-left: 10px;
    padding: 4px;
}

.popup-amount1 {
    color: #3f48cc;
}