.didomi-consent-reminder-link {
    display: inline-block;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    padding: 10px;
    background-color: #010c3f;
    color: #fff;
}

.didomi-consent-reminder-link::before {
    content: "\e9bd";
    display: inline-block;
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    position: relative;
    top: -1px;
    font-size: 14px;
    width: 16px;
    text-align: center;
    margin-right: 6px;
}