@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

.social-media-button-container {
    margin-bottom: 2vw;
}

.social-media-button {
    height: 28px;
    border-radius: 9999px;
    padding: 1px 12px 1px 12px;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    -webkit-filter: brightness(100%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.social-media-button-container, .social-media-button, .social-media-label {
    vertical-align: top;
    zoom: 1;
}

.social-media-label {
    display: inline-block;
}

.social-media-button-container, .social-media-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media-button {
    outline: 0;
    text-decoration: none;
    margin: 5px 10px;
}

.social-media-button:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}

.social-media-button:active, .social-media-button:focus, .social-media-button:hover {
    -webkit-filter: brightness(80%);
}

.social-media-label {
    margin-left: 4px;
    white-space: nowrap;
    font: normal normal normal 12px/18px 'Helvetica Neue',Arial,sans-serif;
    font-size: 13px;
    line-height: 26px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.social-media-icon {
    width: 18px;
}

.twitter-button {
    /*background-color: #55acee;*/
    background-color: #0f1419;
}

.facebook-button {
    background-color: #3b5998;
}

.linkedin-button {
    background-color: #007bb5;
}