.cookie-notice2 {
    position: fixed;
    display: flex;
    padding: 1rem 1px;
    bottom: 5px;
    background: #09417b;
    color: #F6F6F6;
    z-index: 1001;
    border-radius: 30px;
    left: 5px;
}

    .cookie-notice2 .cookie {
        margin-right: 1rem;
        margin-left: 1rem;
    }

.cookie-notice {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    bottom: 0;
    width: 100%;
    background: #09417b;
    color: #F6F6F6;
    z-index: 1001;
    border-radius: 10px;
    height: 65px;
}

    .cookie-notice a {
        color: #f6c73f !important;
        text-decoration: underline !important;
    }

    .cookie-notice .cookie {
        margin-right: 0.3rem;
        margin-left: 1rem;
    }

    .cookie-notice .accept-cookies {
        cursor: pointer;
        border: none;
        outline: none;
        background: #F6F6F6;
        color: #191919;
        font-weight: 700;
        padding: 0.5rem 1.5rem;
        margin-right: 1rem;
        margin-left: 1rem;
        transition: 0.35s ease;
        border-radius: 12px;
        font-size: 13px;
    }

.accept:hover {
    box-shadow: 0rem 0rem 0.7rem #DDDDDD;
    color: #16a580;
}

.preferences:hover {
    box-shadow: 0rem 0rem 0.7rem #DDDDDD;
    color: #ffac0d;
}

.dismiss:hover {
    box-shadow: 0rem 0rem 0.7rem #DDDDDD;
    color: #ff4a68;
}

.cookie-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

    .cookie-modal .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 2rem 2.5rem;
        width: 45em;
        border-radius: 0.5rem;
    }

.close-modal {
    font-size: 1.9em;
    line-height: 1;
    padding: 0 .2em .15em;
    text-align: right;
    cursor: pointer;
    border-radius: 0.25rem;
    color: #949493;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 101;
}

.check-color-blue {
    color: #4866C8 !important;
}

.check-color-gray {
    color: #ccc !important;
}

.portled {
    box-shadow: 0 4px 6px 0 rgba(99,98,121,0.05);
    padding: 25px;
    border-radius: 5px;
    position: relative;
}

    .portled p {
        margin: 0;
        margin-top: 10px;
        line-height: 1.5;
        color: #414f63;
        font-size: 13px
    }

    .portled.white {
        background-color: #fff;
    }

    .portled h3 {
        margin: 0;
    }

.nec-title span {
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #414f63;
}

.btnGroup {
    margin-top: 0 !important;
}

@media (max-width: 426px) {
    .cookie-modal .modal-content {
        width: 100%;
        padding: 0 !important;
        max-height: 100%;
    }

    .portled a {
        display: contents;
    }

    .show-modal {
        overflow: scroll;
    }

        .show-modal p {
            font-size: 13px;
        }

    .btnGroup {
        display: flex;
        margin-top: 15px;
    }

    .cookie-notice .accept-cookies {
        padding: 0.5rem 0.6rem;
    }

    .close-modal {
        width: auto;
    }
}

@media only screen and (max-width : 1275px) {
    #cookiesSide {
        flex-direction: column;
        height: auto;
    }

    .btnGroup {
        flex-direction: row;
    }
}

@media only screen and (max-width : 280px) {
    .cookie-notice .accept-cookies {
        padding: 0.5rem 0.2rem;
    }

    .portled {
        padding: 15px;
    }

    .nec-title span {
        padding-top: 7px;
        font-size: 10px;
    }
}
