﻿#cookiesBanner {
    width: 100%;
    font-size: 15px !important;
    line-height: 1.4 !important;
    position: fixed !important;
    z-index: 9999998 !important;
    bottom: 0 !important;
    left: 0 !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    background-color: #aa6ecf !important;
    color: #ffffff !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    will-change: opacity,visibility;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transition: opacity .4s ease,visibility .4s ease !important;
    -o-transition: opacity .4s ease,visibility .4s ease !important;
    transition: opacity .4s ease,visibility .4s ease !important;
}

    #cookiesBanner.cookiesVisible {
        opacity: 1 !important;
        visibility: visible !important;
    }

.cookiesLogo {
    width: 152px;
    height: 59px;
}

.cookiesText {
    margin: 15px 0;
    cursor: default;
}

    .cookiesText .cookiesTitle {
        text-align: center;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .cookiesText .cookiesParagraph {
        text-align: justify;
    }

.btn-rounder {
    border-radius: 64px !important;
}

.btn-discover {
    background-color: #62008b !important;
    color: #ffffff !important;
}

    .btn-discover:hover {
        background-color: #ae1deb !important;
        color: #62008b !important;
        transition: background .4s ease, color .4s ease !important;
    }

.btn-consent {
    background-color: #bda36c !important;
    color: white !important;
}

    .btn-consent:hover {
        background-color: #9c7b34 !important;
        color: #bda36c !important;
        transition: background .4s ease, color .4s ease !important;
    }

.btn-close {
    position: absolute;
    top: 0px;
    right: 0;
    border: 0;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    color: #000;
}

    .btn-close:hover {
        font-weight:bold;
        background-color: #A0A0A0;
        transition: background .4s ease !important;
    }

.cookiesButtons > div {
    padding-top: 8px;
}

.cookiesButtons .col-md-1 {
    padding-left: 0;
    padding-right: 0;
}