@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url('../webfonts/fa-solid-900.woff2') format('woff2');
}
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/fa-regular-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/fa-brands-400.woff2') format('woff2');
}
.fas,
.far,
.fab {
    font-style: normal;
    line-height: 1;
}
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}
.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}
.fa-whatsapp:before {
    content: "\f232";
    color: #25d366;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 0.5px;
}
.fa-telegram:before {
    content: "\f1d8";
    color: #3498db;
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    top: 0px;
}
.fa-instagram:before {
    content: "\f16d";
    color: #e74c3c;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 1.5px;
}
.fa-phone:before {
    content: "\f098";
    color: #1abc9c;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.fa-sms:before {
    content: "\f0e0";
    color: #ff9900;
    font-size: 13px;
    margin-right: 5px;
    position: relative;
    top: 0px;
}
.fa-autoreg:before {
    content: "\f232";
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.fa-refresh:before {
    content: "\f2f1";
    color: #fff;
}
.fa-berhasil:before {
    content: "\f0eb";
    color: #fff;
}
.fa-helpdesk:before {
    content: "\f2f1";
    color: transparent;
}
.fo-whatsapp {
    color: #000 !important;
    text-decoration: none;
}
.fo-whatsapp:focus,
.fo-whatsapp:hover,
.fo-whatsapp:active {
    color: #25d366 !important;
    text-decoration: none;
}
.fo-telegram {
    color: #000 !important;
    text-decoration: none;
}
.fo-telegram:focus,
.fo-telegram:hover,
.fo-telegram:active {
    color: #3498db !important;
    text-decoration: none;
}
.fo-instagram {
    color: #000 !important;
    text-decoration: none;
}
.fo-instagram:focus,
.fo-instagram:hover,
.fo-instagram:active {
    color: #e74c3c !important;
    text-decoration: none;
}
.fo-phone {
    color: #000 !important;
    text-decoration: none;
}
.fo-phone:focus,
.fo-phone:hover,
.fo-phone:active {
    color: #1abc9c !important;
    text-decoration: none;
}
.fo-sms {
    color: #000 !important;
    text-decoration: none;
}
.fo-sms:focus,
.fo-sms:hover,
.fo-sms:active {
    color: #ff9900 !important;
    text-decoration: none;
}