:root {
    --primary: #5567ff;
    --primary-content: #ffffff;
    --primary-dark: #1321ab;
    --primary-light: #8895ff;
    --secondary: #ffb455;
    --secondary-content: #552f00;
    --secondary-dark: #ff9d22;
    --secondary-light: #ffca88;
    --background: #f0f0f0;
    --foreground: #fbfbfb;
    --border: #dfdfdf;
    --copy: #262626;
    --copy-light: #666666;
    --copy-lighter: #8c8c8c;
    --success: #55ff55;
    --warning: #ffff55;
    --error: #ff5555;
    --success-content: #005500;
    --warning-content: #555500;
    --error-content: #550000;
}

.dark-theme {
    --primary: #5567ff;
    --primary-content: #ffffff;
    --primary-dark: #2239ff;
    --primary-light: #8895ff;
    --secondary: #ff55bc;
    --secondary-content: #550033;
    --secondary-dark: #ff22a8;
    --secondary-light: #ff88d0;
    --background: #111222;
    --foreground: #191c34;
    --border: #292e56;
    --copy: #fafafd;
    --copy-light: #cbcee6;
    --copy-lighter: #878dc5;
    --success: #55ff55;
    --warning: #ffff55;
    --error: #ff5555;
    --success-content: #005500;
    --warning-content: #555500;
    --error-content: #550000;
}

.footer,
.footer a {
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    font-size: 16pt;
    background-color: var(--foreground)!important;
}

.footer-links {
    /* font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif !important; */
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    color: var(--copy) !important;
    font-weight: 300 !important;
    font-size: 16pt;
    transition: color 0.2s ease 0.2s, color 0.2s ease 0.2s;
    background-color: var(--foreground)!important;
}

.footer-links:hover {
    color: var(--primary) !important;
}

.footer-title {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif !important;
    color: var(--copy-light) !important;
    font-weight: 100 !important;
    margin-bottom: 2%;
}

.test {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: var(--foreground);
    height: 100%;
    min-height: 300px;
    padding-right: 10%;
    margin-right: 1%;
}

#footer-border-top {
    border-bottom: none;
    border-top: none;
    margin-top: 10px!important;
}


/* .socials-icons {
    height: 50px !important;
    width: 50px !important;
} */

@media(max-width: 768px) {
    .test {
        flex-direction: column;
        padding-left: 0;
    }
    .footer {
        width: 100%;
        padding: 1rem 1rem;
    }
    #left-card {
        justify-content: start;
    }
    .test img {
        width: 75px!important
    }
}

#left-card {
    background-color: var(--foreground);
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    padding: 1rem 1rem;
}

.brand-card {}

.footer-second-box-left p {
    color: var(--copy) !important;
    font-weight: 500;
}

.footer-second-box-left {
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-socials {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem
}

.footer-logo {}

.socials-icons svg {
    height: 45px;
    width: 45px;
    stroke-width: 2 !important;
    color: var(--copy);
}