:root {
   --primary_font: "Playfair Display", serif;
    --secondary_font: "Roboto", sans-serif;
    --primary_color: #302222;
    --primary_color_shade: rgb(30 21 21 / 4%);
    --secondary_color: #4ccdde;
    --accent_color: #ff7043;
    --text_color: #ffffff;
    --default_color: #0a0a0a;
    --heading_color: #e3f2ff;
    --hover_accent: #c7c7c7;
    --primary_bg: #f5f5f5;
    --card_slider_two: rgba(255, 251, 243, 0.2);
    --card_slider_three: rgba(232, 232, 232, 0.3);
    --gradient_start: #ff7043;
    --gradient_end: #3fabb9;
    --disabled: #000000;
    --checkbox_background: #000;
}

.text-center.h-auto {
    color: var(--secondary_color);
    font-size: 0.875rem;
    margin: 0;
    font-family: var(--secondary_font);
    background: var(--primary_color_shade);
    margin-top: 1em !important;
    padding: 1em;
    border-radius: 10px;
}

.footer-img {
    max-width: 200px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0.2em;
}

.footer-img ~ p {
    color: antiquewhite;
    margin-top: 1em;
    font-size: 1.2em;
    text-decoration: underline;
}

.desktop-closed-message-avatar ~ div {
    color: var(--primaryColor, 161616) !important;
    font-weight: 500;
}