﻿

.color-ribbon {
    position: absolute;
    margin-top: -30px;
    display: block;
    width: 100%;
    height: 5px;
    background-image: -webkit-linear-gradient(left,#73d2f6,#08c 22%,#7fc400 36%,#ffd583 48%,#ffb21e 63%,#ff4d4d 76%,#cddc39);
    background-image: linear-gradient(to right,#73d2f6,#08c 22%,#7fc400 36%,#ffd583 48%,#ffb21e 63%,#ff4d4d 76%,#cddc39);
    content: '';
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-separator {
    padding: 20px 0 10px 0;
    font-size: 15px;
    border-top: 1px solid #3e5268;
}

footer {
    background: linear-gradient(to right, #163353 0%,#26435a 100%,#152a40 100%);
    color: #e6e4e4;
    padding: 25px 0;
    width: 100%;
}

    footer h4 {
        color: #fff !important;
    }

        footer h4 + span:after {
            content: '';
            background: #00d1cf;
            height: 2px;
            width: 70px;
            position: absolute;
        }

@media (max-width: 991.98px) {
    footer {
        margin-bottom: 4rem;
    }
}

@media only screen and (max-width: 767px) and (min-width: 300px) {
    /* #cookienotify a {
            float: right;
            right: 20%
        }

        .cookie_notify {
            width: 100%;
        } */

    .color-ribbon {
        position: absolute;
        top: auto !important;
        margin-top: -30px;
    }
}

.footer-top {
    border-top: 1px solid #d3d3d3;
    background: #e6f8fc;
    padding: 15px;
}

[data-bs-theme="dark"] .footer-top {
    border-top: 1px solid #1e7c91;
    background: #0f3f4a;
}

#cookienotify {
    display: none;
    z-index: 1000;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #333333;
    padding: 20px;
    width: 90%;
    max-width: 1000px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.cookie_notify_wrapper {
    flex-wrap: wrap;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

[data-bs-theme="dark"] #cookienotify {
    background: #05182cf0;
    color: white;
}

.cookie_notify {
    font-size: 13px;
    line-height: 16px;
    display: block;
    /* width: 100%; */
}

    .cookie_notify a {
        color: #0d6efd;
        text-decoration: underline;
    }

.button_container {
    display: flex;
    justify-content: center;
}

.accept_button {
    cursor: pointer;
    color: #ffffff;
    background: #0d6efd;
    font-size: 13px;
    padding: 3px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease;
    white-space: nowrap;
}

    .accept_button:hover {
        background: #005cbf;
    }

@media only screen and (max-width: 992px) {
    #cookienotify {
        bottom: 100px;
    }
}