.cookie-consent-popup{animation-name:show;animation-duration:1s;animation-timing-function:ease;display:none;position:fixed;bottom:0;left:0;width:100%;z-index:3000}.cookie-consent-popup.open{display:block;opacity:1;animation-name:show;animation-duration:1s;animation-timing-function:ease}@keyframes show{from{opacity:0}to{opacity:1}}@keyframes hide{from{opacity:1}to{opacity:0}}

.cookie-consent-popup.open {
    padding-left: 1rem;
    padding-right: 0.75rem;
    position: fixed;
    bottom: 0;
    z-index: 1200;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(6 65 164 / 90%);
    color: #fff;
    color: #fff;
    border: 0;
    padding: 15px;
    text-align: center;
}
.block-cookies p {
    margin: 0;
    line-height: 38px;
}
.cookie-consent-message {
    display: inline-block;
}
.cookie-consent-accept-all {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #007bff;
    border-color: #7f8d9c;
    margin-left: 50px;
}
.cookie-consent-top-wrapper
{
  margin: 0 auto;
  width: 80%;
}
.cursor-pointer
{
  cursor: pointer;
}
#modal-acceptCondition
{
  padding: 0!important;
}
#modal-acceptCondition .modal-dialog
{
  min-height: 100vh;
  background-color: rgba(0,0,0,0.4);
  margin-top: 0;
  padding-top: 6rem;
}
.ul-paragraph li
{
  list-style-type: none;
}
#c-p-bn{
  background: #2145B5!important;
}
