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

#cookieBannerModal .cookie-head {
    color: #001E3E;
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    border: none;
}

#cookieBannerModal .cookie-large {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 40px;
    padding-bottom: 30px;
}

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

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

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

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

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

#cookieBannerModal {
    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;
    font-family: 'VersaSansPro-Normal', rial,sans-serif;
    text-align: left;
}

#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: 1200px;
    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;
    bottom: 0;
    position: fixed;
    left: calc(10% / 2);
    right: calc(10% / 2);
}

@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: 15px;
}

#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-right: 25px;
    padding-top: 0;
    text-align: right;
}

#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;
}

#cookieBannerModal .btn-custom-cookie {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}

#cookieBannerModal .btn-custom-cookie:hover {
    color: #ffffff;
    background-color: #006bda;
}

#cookieBannerModal .btn-primary {
    color: #ffffff;
    background-color: #004E9F;
    border-color: #004E9F;
}

#cookieBannerModal .btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    font-size: 16px;
    width: 320px;
}

#cookieBannerModal .btn:hover {
    color: #ffffff;
    background-color: #006bda;
}

#cookieBannerModal .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

#cookieBannerModal .custom-control-input {
    position: absolute;
    left: 0;
    overflow: visible;
}

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

.optionGroup {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline
}
