.cookie-consent-background {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1005;
    background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7));
}

.cookie-consent{
    max-width: 525px;
    height: 45vh;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: #FFF;
    top: unset;
    border-radius: 4px;
    margin:auto;

}
.ws-flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
    background: whiteSmoke;
    padding: 10px;
    margin: 10px 30px 10px 30px ;
    max-height: 40px;
}
.cookietitle{
    color: #0064D2;
}
.cookietitle h3{
    font-size: 18px !important;
    background-color: #E6E6E6;
    padding: 10px 0;
}
.cookietext p{
    font-size: 14px !important;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 20px;
}
.checkboxes{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-top: 10px;"
}
input.larger {
    height: 20px;
    width: 20px;
}
.custom label {
    color: #555;
    font-size: 16px;
    vertical-align: middle;
    /*vertical-align: baseline;*/
    margin-bottom: 12px !important;
    text-transform: uppercase;
    margin-left: 5px;
}
.cookie-consent__buttons {
    margin: 10px 10px;
}

.cookie-consent__buttons a, input {
    width: 100%;
}

.cookie-consent__buttons input {
    margin-top: 10px;
    background-color: #337ab7;
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    background-repeat: repeat-x;
    color: #fff;
    border: 1px solid #245580;
    line-height: 1.3333333;
    border-radius: 6px;
    padding: 10px 16px;
}
.cookie-consent__buttons input:hover {
    color: #fff;
    background-color:#265a88;
    background-position:0 -15px
}

.privacy-links {
    font-size: 10px;
}

/*.privacy-links .separator::before {
    content: "|";
    display: inline-block;
    margin: 0 2px;
}*/

.privacy-links .morph-button-fixed {
    width: 190px;
    padding-left: 0;
    padding-right: 0;
}

.privacy-links .morph-button > button {
    border: none !important;
    border: 0px solid #fff;
    background-color: #fff;
    color: #555;
    text-align: left;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    line-height: 27px;
    letter-spacing: 0;
}

.privacy-links .morph-button:hover {
    border: none !important;
    border: 0px solid #fff;
    background-color: #fff;
    color: #555;
}

.privacy-links a {
    color: #555;
}