.text-white-force *:not(.btn):not(.dropdown-item):not(.badge) {
    color: var(--bs-white);
}

.list-inline {
    padding-right: 0;
    list-style: none;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.icon-md {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    font-size: 0.8rem;
}


.bg-instagram-gradient:hover {
    background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: var(--bs-white);
    background-size: 100% 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: left bottom;
}

.bg-instagram-gradient {
    background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: var(--bs-white);
    background-size: 120% 120%;
    background-position: right bottom;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
}

.instagram-btn:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-facebook {
    background-color: #5d82d1;
    color: var(--bs-white);
}

.bg-youtube {
    background-color: #ff0000;
    color: var(--bs-white);
}

.bg-pinterest {
    background-color: #e60023;
    color: var(--bs-white);
}

.bg-linkedin {
    background-color: #238cc8;
    color: var(--bs-white);
}

.bg-twitter {
    background-color: #40bff5;
    color: var(--bs-white);
}

.telegram-btn:hover {
    background-color: #2AABEE !important;
}

.facebook-btn:hover {
    background-color: #3b5998 !important;
}

.twitter-btn:hover {
    background-color: #1da1f2 !important;
}

.bale-btn:hover {
    background-color: rgb(0, 184, 148) !important;
}

.whatsapp-btn:hover {
    background-color: #25d366 !important;
}