.cmplz-soft-cookiewall{
    z-index:999999999!important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
}
.cc-acceptAll {
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    margin-top: 15px;
    padding: 10px 2em;
    display: inline-block;
    border-radius: 5px;
    cursor:pointer;
}
.dialog-wrapper-div {
    padding: 6.454%;
    padding-bottom: 8.873%;
}

.cc-revoke{
    display:none;
}
/* Fonts
------------------------------*/
.cc-window.cc-center{
    border-radius: 3px;
    min-width:620px!important;
    max-width:620px!important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

div.cc-compliance.cc-highlight {
    margin-top: 2em;
    display: flex;
    justify-content: space-between;
}
.cc-window.cc-center h1 {
    font-size: 32px;
    line-height: 1.13;
    text-align: center;
}
.cc-window.cc-center h1:before {
  display: none;
}
.cc-window.cc-center h1:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    opacity: 0.5;
    border-bottom: 1px solid #979797;
    margin-top: 5%;
}

.cc-window.cc-center h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.47;
    text-align: center;
}

.dialog-wrapper-div h5 {
    margin-block-start:  0em;
    margin-block-end: 0em;
}

.dialog-wrapper-div p {
    margin-block-start:  0em;
}

span.cc-message {
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
}

/* Buttons
------------------------------*/
a:not([href]):not([tabindex]) {
    color: white;
  }
a#acceptAll {
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 2em;
    margin-left: 20px;
}

#editSettings {
    font-size: 20px;
    padding: 10px 2em;
    text-decoration: underline;
    cursor: pointer;
}

.edit-settings{
    text-align:center;
    vertical-align: center;
    margin-top:15px;
}

button.button-cookienotice {
    margin-right: 5px;
    min-width: 45%;
    cursor:pointer;
    border: none;
    border-radius: 5px;
    padding: 5%;
    border: 1px solid #DDD;
    color: #a7a7a7;
}

.button-cookienotice:disabled {
  background-color: #DDD;
  border: 1px solid #DDD;
}

button.button-cookienotice.active-accept {
    background-color: #26ba8b;
    color: #fff;
}
button.button-cookienotice.active-decline {
    background-color: #cf0b26;
    color: #fff;
}

.dialog-wrapper-div .btn, .dialog-wrapper-div button {
  background-color: transparent;
  border: 1px solid #DDD;
}

.dialog-wrapper-div a:hover {
  opacity: 0.8;
  background-color: inherit;
}

a.cc-btn.cc-save {
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    margin-top: 15px;
    padding: 10px 2em;
    display: inline-block;
    border-radius: 5px;
}

div.button-wrapper {
    display: flex;
    margin-top: 28px;
    justify-content: space-between;
}
div.button-wrapper p {
    font-size: 15px;
    line-height: 26px;
    /*color: #424242;*/
}
div.button-wrapper h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
    /*color: #424242;*/
}

div.button-wr-right {
    width: 32%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    transform: translateY(50%);
}
div.button-wr-left {
    width: 68%;
    padding-right: 33px;
}

.checkboxesWrapper{
    display:flex;
    flex-direction:column;
}

/* Media Query
------------------------------*/
@media screen and (max-width: 711.9px) {
    .cc-window.cc-center{
        overflow: scroll;
        margin-top: 50px;
        padding-bottom: 100px;
        min-width:320px!important;
        height: 100vh;
        width: 100vw;
    }

    div.cc-compliance.cc-highlight {
        flex-direction: column-reverse;
        margin-top: 1em;
    }
    .cc-window.cc-center h1 {
      font-size: 30px;
    }
    span.cc-message {
        overflow: scroll;
    }

    a.cc-btn.cc-save {
        white-space: nowrap;
        margin-top: 20px;
    }

    div.button-wrapper {
        flex-direction: column;
    }

    div.button-wr-left {
        padding: 0;
        width: 100%;
    }
    div.button-wr-right {
        margin-bottom: 20px;
        padding: 0;
        text-align: left;
        width: 100%;
    }

    a#acceptAll {
        margin: 20px 0 0;
    }
}
