#cookieBannerModal .cookie-box {
    padding: 45px 25px 25px 45px;
    border: 1px solid #abb3be;
}

#cookieBannerModal .cookie-head {
    font-family: 'VersaPro-Light', serif;
    color: #004577;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    border: none;
}

#cookieBannerModal .cookie-large {
    font-family: 'VersaSansPro-Normal', Arial, sans-serif;
    font-size: 22px;
    line-height: 27px;
    padding-top: 40px;
}

#cookieBannerModal .grey {
    color: #8496a4;
}

#cookieBannerModal .cookie-small {
    font-family: 'VersaSansPro-Normal', Arial, sans-serif;
    font-size: 19px;
    line-height: 23px;
}

#cookieBannerModal a {
    text-decoration: none;
    border: none;
    color: #0067b5;
    cursor: pointer;
}

#cookieBannerModal a:hover {
    background-color: #99CCFF;
}

#cookieBannerModal button {
    font-family: "VersaSansPro-SemiBold";
    font-size: 25px;
    color: white;
    border: none;
    padding: 7px 10px;
    border-radius: 8px;
}

#cookieBannerModal button img {
    height: 27px;
    vertical-align: sub;
}

#cookieBannerModal .cookie-button {
    background: linear-gradient(0deg, #004577, #008ad4) !important;
    color: #ffffff;
    border: 1px solid silver;
    cursor: pointer;
    margin: inherit !important;
}

#cookieBannerModal .cookie-button span, #cookieBannerModal .cookie-button em {
    background: none !important;
}

#cookieBannerModal .custom-control-label {
    padding: 0;
    margin: 0;
}

#cookieBannerModal {
    font-family: "VersaPro";
    color: #000c19;
    z-index: 1000 !important;
    background: #0000007d;
    opacity: 0;
    overflow: auto;
}

#cookieBannerModal.show {
    opacity: 1;
}

#cookieBannerModal input {
    margin: 0;
}

#cookieBannerModal .fa, #cookieBannerModal .fas {
    font-size: 20px;
}

#cookieBannerModal .form {
    padding: 10px 0;
}

#cookieBannerModal .text-right {
    text-align: right !important;
}

#cookieBannerModal .btn-outline-dark {
    background: white;
    color: #004085;
    border-color: #004085;
}

#cookieBannerModal .personaliseCookieHint {
    border: 1px solid #004085;
    text-align: center;
    padding: 10px;
    margin: 20px 0;
}

#cookieBannerModal #showCookieHints {
    font-size: 0.8rem;
}

#cookieBannerModal.modal-content {
    border-radius: 0;
}

#cookieBannerModal.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

#cookieBannerModal.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050 !important;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0;
}

#cookieBannerModal.fade {
    transition: opacity 0.15s linear;
}

#cookieBannerModal.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

#cookieBannerModal.modal.fade .modal-dialog {
    transition: opacity 0.15s linear;
    max-width: 800px;
    margin: 1.75rem auto;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

@media (min-width: 576px) {
    #cookieBannerModal .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    #cookieBannerModal .modal-dialog {
        position: relative;
        width: auto;
        margin: 0.5rem;
        pointer-events: none;
    }
}

#cookieBannerModal .modal-header, #cookieBannerModal .modal-footer {
    border: none;
    display: block;
}

#cookieBannerModal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

#cookieBannerModal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

#cookieBannerModal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

#cookieBannerModal .modal-header,
#cookieBannerModal .modal-body,
#cookieBannerModal .modal-footer {
    padding: 30px;
}

#cookieBannerModal .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

#cookieBannerModal .modal-header {
    border: none;
    padding-bottom: 0;
}

#cookieBannerModal p {
    margin: 0;
}

#cookieBannerModal .modal-footer {
    padding-top: 70px;
}

#cookieBannerModal .form {
    display: flex;
    justify-content: space-between;
}

#cookieBannerModal .px-1 {
    padding: 0.3rem;
}

#cookieBannerModal .px-2 {
    padding: 0.6rem;
}

#cookieBannerModal .px-3 {
    padding: 0 1rem;
}