.support .rounded-button {
    height: 36px;
    width: 168px;
    border-radius: 18px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin: 10px 20px;
}
.support .viber .rounded-button {
    background-color: #f8f0ff;
    color: #915db2;
}
.support .telegram .rounded-button {
    background-color: #e8f7fe;
    color: #0ea5f4;
}
.support .email .rounded-button {
    background-color: #FBE9E7;
    color: #FF7043;
}
.support .email .md-fab {
    background-color: #FF7043 !important;
}
.support .social-logo {
    width: 40px;
    height: 40px;
    margin: 10px;
    padding: 0;
    /*border-radius: 50%;*/
}
.support .md-icon-button.social-logo img {
    width: 40px;
    height: 40px;
}
.support .socials {
    min-height: 85px;
}
.support md-card {
    overflow: scroll;
}
.support .caption {
    color: rgba(0,0,0,0.87);
    font-size: 18px;
    font-weight: 500;
}
.email-button .material-icons {
    font-size: 32px;
    height: 32px;
    width: 32px;
}

.logo-button {
    background-color: transparent;
    padding: 0;
}
.logo-button img {
    height: 56px;
    width: 56px;
}
.support .small-button {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.logo-button.small-button img {
    height: 40px;
    width: 40px;
}
.email-button.small-button  .material-icons {
    font-size: 24px;
    height: 24px;
    width: 24px;
}
