/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#share_link_modal button {
    background-color: #3058a7;
    border: 0px;
    width: 45px;
    height: 45px;
    color: #ffffff;
    border-radius: 3px;
    padding: 3px 2px 2px 2px;
    margin: 0 5px 8px 0;
    cursor: pointer;
}
#share_link_modal button svg {
    width: 27px;
    height: 27px;
}
button.button.twitter {
    background-color: #00acee !important;
}
button.button.facebook {
    background-color: #3b5998 !important;
}
button.button.linkedin {
    background-color: #0e76a8 !important;
}
button.button.email {
    background-color: #3b5998 !important;
}
button.button.whatsapp {
    background-color: #075e54 !important;
    display: none;
}
button.button.telegram {
    background-color: #0088cc !important;
}
button.button.viber {
    background-color: #665cac !important;
}
button.button.tumblr {
    background-color: #34526f !important;
}
button.button.line {
    background-color: #00b900 !important;
}
button.button.skype {
    background-color: #00aff0 !important;
}
button.button.messenger {
    background-color: #0084ff !important;
    display: none;
}
button.button.sms {
    background-color: #5bc236 !important;
    display: none;
}
button.button.clipboard {
    background-color: #3b5998 !important;
}
button.button.qrcode {
    background-color: #3b5998 !important;
}
@media (max-width: 800px) {
    button.button.whatsapp {
        display: inline-block;
    }
    button.button.messenger {
        display: inline-block;
    }
    button.button.sms {
        display: inline-block;
    }
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
