/* COOKIE Decleration BUTTON */
.btn-cookie-dec {
    position: fixed;
    bottom: 50px;
    right: 60px;
    width: 60px;
    height: 60px;
    z-index: 10;
    background-color: #ffffff;
    border: unset;
    border-radius: 50%;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: grab;
}

.CookieDeclaration {
    display: none;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    z-index: 1000000;
    position: fixed;
    background-color: #f0f0f0;
    top: 10px;
    width: 50%;
    margin: 0 auto;
    transform: translateX(50%);

    overflow-y: scroll;
    height: 95vh;
}

.CookieDeclaration p {
  font-size: 16px;
}

.CookieDeclarationTableCell {
  font-size: 14px;
}

#CookieDeclarationUserStatusLabelOn {
  font-weight: 700;
}

#CookieDeclarationChangeConsent {
  margin: 10px 0;
}

#CookieDeclarationChangeConsentChange,
#CookieDeclarationChangeConsentWithdraw {
  color: #63c3d0;
  border-bottom: 2px solid;
}

.close-button {
    border: none;
    border-radius: 50% !important;
    display: inline-block;
    padding: 8px 13px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: #666 !important;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
}