#cookie-consent-modal .modal-header {
    display: block !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 16px !important;
}

#cookie-consent-modal .btn-success {
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    padding: 10px;
}

#cookie-consent-modal .btn-success:hover {
    background-color: #449d44 !important;
    border-color: #398439 !important;
}

#cookie-consent-modal .close {
    font-size: 3rem;
    padding: 2px 15px 2px 2px;
}

#cookie-consent-modal .col-xs-8{
    display: inline-table;
    flex: 2;
    width: 66%;
}

#cookie-consent-modal .form-group {
    display: flex;
    gap: 15px;
}

#cookie-consent-modal .col-xs-4  {
    flex: 1;
    width: 33%;
}

#cookie-consent-modal .modal-dialog  {
    max-width: 40em;
    margin-top: 3%;
}
