body {
    margin: 0;
    font-family: arial, helvetica;
    font-weight: 400;
    color: #333 !important;
    text-align: left;
    background-color: #fff;
}
a, a:hover, a:active,a:focus {
    text-decoration: none;
}

.logo-slogan,
.logo-slogan:hover,
.logo-slogan:active {
    color: #02219c !important;
    font-weight: 600;
}

.bg-iso20022-navbar {
    background-color: #fff !important;
}

.code-snippet {
    display: inline-flex;
    align-items: center;
    background-color: #2d2d2d;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.code-snippet code {
    font-family: monospace;
    margin-right: 10px;
    color: #ccc !important;
}

.copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #eb9f6d;
}

.copy-btn:hover {
    color: #f37a29;
}

.container {
    margin-top: 110px;
}

.highlight {
    color: #02219c !important;
}
.key-highlight {
    color: #02219c !important;
}

.section {
    position: relative;
}

pre[class*=language-] {
    height: auto;
    max-height: 450px;
}


@media (min-width: 940px) {
    .logo-slogan.a {
        font-size: 1.25rem;
    }
}

div.code-toolbar>.toolbar {
    right: 1em !important;
}

/* privacy-policy.component.css */
.privacy-policy {
    margin: 4rem 20px 20px 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.privacy-policy h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.privacy-policy h2 {
    font-size: 20px;
    margin-top: 20px;
}

.privacy-policy p {
    margin-bottom: 15px;
}

.privacy-policy ul {
    list-style-type: disc;
    margin-left: 20px;
}

#contact {
    min-height: 500px;
}
.logo-support-type {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}
.logo-support-type img {
    filter: grayscale(100%);
    opacity: .7;
    transition: all .3s ease;
}
.logo-support-type img:hover {
    filter: grayscale(0%);
    opacity: .7;
    transition: all .3s ease;
}
.card
{
    min-height: 280px;
}
footer {
    color: #333;
    padding: 10px 0;
    margin: 10px 0 0 0;
    text-align: center;
    margin-top: auto;
    font-size: 0.9em;
}

footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Optional: Additional custom styles if needed */
#cookie-consent-banner {
    display: none;
    /* Hide initially */
}

.fixed-bottom {
    z-index: 1000;
    /* Ensure it's above other content */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}