.message.global.cookie {
    position: fixed;
    bottom: 5px;
    z-index: 99999;
    background: #fff;
    padding: 20px 30px 20px 35px;
    color: #000;
    width: calc(100% - 10px);
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .35));
    background-color: #fff;
    left: 5px;
}
.custom-message-below-terms {
    margin-left: -11px;
    position: relative;
    text-align: justify;
    margin-bottom: 10px;
}
