﻿
.cookie-banner {
    bottom: 0;
    background-color: #F3F7FB;
    position: fixed;
    width: 100%;
    z-index: 99;
}

    .cookie-banner .cookie-banner-content {
        width: 100%;
        display: flex;
        flex-flow: row;
        align-items: center
    }

    .cookie-banner .text-content {
        padding-right: 24px
    }


        .cookie-banner .text-content p {
            color: var(--text-text-primary, #000);
            /* Subtitle/Regular/S3 */
            font-family: Ubuntu;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px; /* 137.5% */
        }

            .cookie-banner .text-content p a {
                color: #0848AA;
                /* Subtitle/SemiBold/S3 */
                font-family: Ubuntu;
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                line-height: 22px;
                text-decoration-line: underline;
                text-decoration-style: solid;
                text-decoration-skip-ink: none;
                text-decoration-thickness: auto;
                text-underline-offset: auto;
                text-underline-position: from-font;
            }

    .cookie-banner .cookie-btns {
        display: flex;
        flex-flow: row;
        align-items: center;
        gap: 8px;
    }

        .modal-footer .cookie-btn,
        .cookie-banner .cookie-btns .cookie-modal-btn,
        .cookie-banner .cookie-btns .cookie-btn {
            background: white;
            color: #424242;
            font-size: 16px;
            font-family: Ubuntu;
            font-weight: 500;
            line-height: 22px;
            white-space: nowrap;
            padding: 13px 16px;
            border-radius: 8px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            margin-right: 10px;
            text-align: center;
            margin-top: 4px;
            width: 100%;
            border: 2px solid #1C69DE;
        }

        .cookie-banner .cookie-btns .cookie-modal-btn {
            color: #0848AA;
        }

            .cookie-banner .cookie-btns .cookie-modal-btn:hover {
                background: #F4F7FB;
                color: #1758B9;
            }

        .modal-footer .cookie-btn,
        .cookie-banner .cookie-btns .cookie-btn {
            background: #1C69DE;
            color: white;
        }

.modal-footer .cookie-btn {
    width: 180px;
}

#cookieModal .btn-close {
    margin-top: -12px;
}

#cookieModal .modal-content {
    max-height: 90%;
}

#cookieModal .modal-footer .btn {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Neutral-White, #FFF);
    text-align: center;
    /* Button/Large */
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

#cookieModal .head-title,
#cookieModal .title,
#cookieModal .cookie-options-title {
    color: #0848AA;
    /* Subtitle/SemiBold/S3 */
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
}

#cookieModal .head-title {
    font-size: 18px;
}

#cookieModal .modal-header {
    padding: 16px 24px;
    border: none;
}

#cookieModal .title {
    color: #0848AA;
}

#cookieModal .text {
    color: var(--Text-Light-Primary, #171717);
    /* Paragraph/Regular/P2 */
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

#cookieModal .modal-body {
    gap: 16px;
    display: flex;
    flex-direction: column;
    padding: 0 24px 24px;
}

.cookie-options .form-check-input {
    background-color: #E3DFD3;
    border-color: #E3DFD3;
    width: 3em;
    height: 1.5em;
}

    .cookie-options .form-check-input:checked {
        background-color: #1C69DE;
        border-color: #1C69DE;
    }

.cookie-options .warning-tag {
    float: right;
    border-radius: 4px;
    background: #F3F7FB;
    display: flex;
    height: 24px;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    color: #0848AA;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.cookie-options .form-check-input:focus {
    box-shadow: none;
}

.cookie-options .form-check-input::after {
    background-color: white;
}

.cookie-options .text a {
    color: #0848AA;
    /* Paragraph/SemiBold/P2 */
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.cookie-btns .btn {
    display: flex;
    padding: 13px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Neutral-White, #FFF);
    text-align: center;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
}


.show-cookie-btn {
    position: fixed;
    left: 24px;
    bottom: 24px;
    cursor: pointer;
    z-index: 99;
}

.mt-n1 {
    margin-top: -4px;
}
