.tx-cookiemonster{
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0px;
    z-index: 10000000;
}

.cookiemonster-outer{
    background: rgba(108, 122, 137, 1);
    font-weight: bold;
    padding-bottom: 50px;
}

.cookiemonster-headline{
    padding-bottom: 5px;
    padding-top: 15px;
    color:white;
    font-weight: bold;
}

.cookiemonster-content{
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    color:white;
    padding-bottom: 25px;
    border-bottom: 1px solid #e04243;
    border-top: 1px solid #e04243;
}

.showmoreanaltics{
    text-decoration: underline;
}

.showmoreanaltics:hover{
    cursor:pointer;
}

.cookiemonster-buttons{
    display:flex;
    justify-content: center;
    margin-top: 40px;
}

.accept-all{
    padding-left: 25px;
    padding-right: 25px;
}

.accept-all p{
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    border: 1px solid #D30132;
    border-radius: 10px;
    color: white;
    background-color: #D30132;
}

.accept-save{
    padding-left: 25px;
    padding-right: 25px;
}

.accept-save p{
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    border: 1px solid lightgray;
    border-radius: 10px;
    color: lightgray;
    opacity: 0.6;
    font-weight: lighter;
}

.accept-save p:hover{
    cursor:pointer;
}

.accept-all p:hover{
    cursor:pointer;
}

.cookiemonster-again{
    max-width: 50px;
    position: fixed;
    bottom: 0px;
}

.cookiemonster-again:hover{
    cursor:pointer;
}

.delete-all-cookies{
    text-decoration: underline;
    font-size:10px;
}

.delete-all-cookies:hover{
    cursor: pointer;
}

/*Bootstrap Checkbox overrides*/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgba(252, 0, 10, 0.25) !important;
}

.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(252, 0, 10, 0.25)
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(252, 0, 10, 0.25)
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    background-color: rgba(252, 0, 10, 0.25);
}