:root {
    --first-color: #bd0000;
    --second-color: #e50000;
    --third-color: #bd0000;
    --fourth-color: #ff0000;
    --fifth-color: #ff0000;
    --g1: #cd0000;
    --g2: #ff0000;
}

.modal.modal-contact .modal-dialog {
    max-width: 300px !important;
}

.social-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none !important;
}
.social-box.tg {
    background-color: #0089d1;
}
.social-box.wa {
    background-color: #4caf50;
}
.social-box.lc {
    background-color: #ff0000;
}
.social-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 8px 0 0 8px;
}
.social-box.tg .icon {
    background-color: #0046ae;
}
.social-box.wa .icon {
    background-color: #005806;
}
.social-box.lc .icon {
    background-color: #790000;
}
.social-box .icon img {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
}
.social-box .text {
    display: block;
    position: relative;
    padding-right: 10px;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    font-weight: 500;
}