﻿.cookie-banner,
.manual-consent {
    position: fixed;
    width: 26%;
    max-width: 400px;
    border-radius: 10px;
    bottom: 1em;
    left: 1em;
    font-size: 16px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    color: #fff;
    text-align: left;
    padding: 35px 30px 25px 30px;
    z-index: 1000;
    border: 1px solid #38E672 !important;
}

.cookies-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 22;
}

    .cookies-close .btn-close {
        padding: 0;
        background: transparent;
    }

        .cookies-close .btn-close img {
            height: 12px;
        }

@media only screen and (max-width: 991px) {
    .cookie-banner,
    .manual-consent {
        max-width: 375px;
        width: 80%;
    }

    .vp-application-page .cookie-banner,
    .vp-application-page .manual-consent {
        max-width: 375px;
        bottom: 7em;
        width: 80%;
    }
}

@media only screen and (max-width: 575px) {
    .cookies-close {
        top: 8px;
        right: 10px;
    }

    .cookie-banner,
    .manual-consent {
        width: 80%;
        border: 1px solid #C8C8C8 !important;
        padding: 30px 20px 25px 15px;
        left: 10px;
    }

    .vp-application-page .cookie-banner,
    .vp-application-page .manual-consent {
        bottom: 7em;
        left: 10px;
        width: 80%;
        border: 1px solid #C8C8C8 !important;
    }
}

.cookie-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.manual-consent {
    display: block;
    justify-content: flex-start;
    align-items: center;
}

.hidden {
    display: none;
}

.cookie-banner p {
    margin: 0;
}

.cookie-banner a {
    color: #ffd700;
    text-decoration: underline;
}

.cookies-inner .cookie-btn {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cookie-banner button,
.manual-consent button {
    margin-left: 0px;
    margin-bottom: 8px;
    padding: 10px 20px;
    background-color: #ffd700;
    border: none;
    color: #000;
    cursor: pointer;
    font-size: 1em;
    width: 100%
}

    .cookie-banner button:first-child {
        margin-right: 5px;
    }

    .cookie-banner button:nth-child(2) {
        margin-left: 5px;
    }

    .cookie-banner button:last-child,
    .manual-consent button:last-child {
        margin-bottom: 0;
        width: 100%;
    }

.manual-consent h2 {
    margin-bottom: 10px;
}

.manual-consent label {
    display: block;
    margin: 5px 0;
}
