.btn-icon {
    position: relative;
    padding-left: 50px;
    font-weight: bold;
    background-color: rgb(0, 128, 58);
    color: #fff;
    border-radius: 50px;
}

.btn-icon:hover {
    color: #212121;
}

.btn-icon::before{
    content: "";
    position: absolute;
    left: -1px;
    top: -7px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 50%;
    border-bottom: 0px solid #a21818;
    padding: 2px;
    background-color: #fff;
}

.btn-icon.btn-pasang_iklan_loker{
    background-color: #f00;
}
.btn-icon.btn-pasang_iklan_loker::before {
    background-image: url(../../img/icon-btn-pasang_iklan_loker.png);
}
.btn-icon.btn-website::before {
    background-image: url(../../img/icon-btn-website.png);
}
.btn-icon.btn-playstore::before {
    background-image: url(../../img/icon-btn-playstore.png);
}
.btn-icon.btn-appstore::before {
    background-image: url(../../img/icon-btn-appstore.png);
}
.btn-icon.btn-instagram::before {
    background-image: url(../../img/icon-btn-instagram.png);
}
.btn-icon.btn-tiktok::before {
    background-image: url(../../img/icon-btn-tiktok.png);
}
.btn-icon.btn-facebook::before {
    background-image: url(../../img/icon-btn-facebook.png);
}
.btn-icon.btn-threads::before {
    background-image: url(../../img/icon-btn-threads.png);
}
.btn-icon.btn-whatsapp_channel::before {
    background-image: url(../../img/icon-btn-whatsapp_channel.png);
}
.btn-icon.btn-group_fb_sleman::before {
    background-image: url(../../img/icon-btn-group_fb_sleman.png);
}
.btn-icon.btn-group_fb_jogja::before {
    background-image: url(../../img/icon-btn-group_fb_jogja.png);
}
.btn-icon.btn-group_fb_solo_raya::before {
    background-image: url(../../img/icon-btn-group_fb_solo_raya.png);
}
.btn-icon.btn-line::before {
    background-image: url(../../img/icon-btn-line.png);
}
.btn-icon.btn-channel_telegram::before {
    background-image: url(../../img/icon-btn-channel_telegram.png);
}
.btn-icon.btn-google_jobs::before {
    background-image: url(../../img/icon-btn-google_jobs.png);
}
.btn-icon.btn-google_bisnis::before {
    background-image: url(../../img/icon-btn-google_bisnis.png);
}