/* share to social media */
#shareModal #copyToClipboard #pageUrl {
    -webkit-user-select: all;
    /* Safari */
    -ms-user-select: all;
    /* IE 10 and IE 11 */
    user-select: all;
    /* Standard syntax */
}

#shareModal #copyToClipboard #copyBtn {
    color: var(--mq-blue);
    font-weight: 500;
    outline: none;
    border: none;
}

#social-media-icon-wrapper {
    overflow-x: auto;
}

#social-media-icon-wrapper .svg-inline--fa {
    font-size: 40px;
    margin-top: 18px;
}

#social-media-icon-wrapper .social-icon {
	display: block;
    width: 75px;
    height: 75px;
    line-height: 77px;
    margin: 5px 2px;
    border-radius: 50%;
    color: white;
}

#social-media-icon-wrapper a {
    color: black;
    text-align: center;
    text-decoration: none;
    padding: .4em;
}

#social-media-icon-wrapper > a:active {
    background: var(--mq-gray);
}

#social-media-icon-wrapper .fa-facebook-f {
    background: #3B5998;
}

#social-media-icon-wrapper .fa-twitter {
    background: #55ACEE;
}

#social-media-icon-wrapper .fa-linkedin-in {
    background: #007bb5;
}

#social-media-icon-wrapper .fa-whatsapp {
    background: #25D366;
}

#social-media-icon-wrapper .fa-telegram {
    background: #0088cc;
}