:root {
    --main-light-purple: #a65387;
    --main-light-pink: #f7acb0;
    --main-dark-purple: #8d246a;
    --custom-success: #0cc485;
    --custom-info: #0d6efd;
}

.social-icons li a {
    padding: 7px 0 0 0;
}

.social-icons li:hover.social-icons-tiktok a {
    background: #151719 !important;
}

.color-main {
    color: var(--main-dark-purple);
}

a.color-main {
    color: var(--main-dark-purple) !important;
}

#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    font-weight: 600;
    color: #212121 !important;
}

.header-logo-container {
    background-color: rgb(215 230 255 / 50%);
}