:root
{
    --background: #1c1a25;
    --mobile-header: #1f1d28;
    --sidebar: #22202b;
    --highlight: #1f1d28;
    --frame: #383643;
    --shade: #0c0b10;
    --shade-active-bg: #1f1d28;

    --list: #25232e;
    --list-title: #2e2c39;
    --list-el: #292732;
    --list-el-hov: #312f3a;
    --promo: #163928ff;
    --promo-hov: #1a452fff;

    --elements: #25222e;
    --important-elements: #5c0001;
    --important-elements-active: #470001;
    --subtle: #383643;
    --input-box: #2d2b36;
    --popups: #5c0001;

    --chat-bubble: #211f2b;
    --chat-bubble-auto: linear-gradient(324deg,rgba(41, 39, 50, 0) 22%, rgb(118, 26, 29) 89%);
    --chat-bubble-seller: #460f0f;
    --chat-bubble-seller-auto: linear-gradient(324deg,rgba(41, 39, 50, 0) 22%, #660a0b 89%);;
    --chat-bubble-auto-inactive: #292732;
    --chat-bubble-seller-inactive: #2b2935;
    --chat-bubble-seller-auto-inactive: #36343f;

    --text: #f5f3fe;
    --text-slate: #85838e;
    --title-text: #9e9ca7;
    --text-low: #9e9ca7;
    --text-lower: #a0a0a0;
    --text-on-dark: #a0a0a0;
    --text-border: #383643;
    --text-on-color: white;
    --text-highlight: rgba(238, 9, 36, 0.5);

    --link-accent: rgb(68, 146, 224);
    /* --brand-accent: #4dd46bff; */
    --brand-accent: #ee0924ff;
    --green-accent: #81b68f;
    --yellow-accent: #ffca1cff;
}

.switch-row .ghost-switch:not(.active), .ghost-switch-row .ghost-switch:not(.active)
{
    box-shadow: none;
}

.list-el .title
{
    color: #f5f3fe; /* Cloud break */
}

.dialog-shade
{
    background: #25222e;
    background: linear-gradient(0deg, rgba(37, 34, 46,1) 0%, rgba(37, 34, 46,0.8505602924763656) 50%, rgba(37, 34, 46,0) 100%); 
}

.external-link.invert::after
{
    filter: unset;
}