#gdpr-accept-cookie {
    position: fixed;
    bottom: 2vw;
    right: 5vw;
    z-index: 1000;
    border: 1px solid #C4C4C4;
    border-radius: 22px;
    box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.25),
                0 0 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    width: 340px;
    padding: 14px;
}

#gdpr-accept-close {
    position: relative;
    height: 24px;
    text-align: end;
}

#gdpr-accept-close .btn-close {
    cursor: pointer;
    border: 1px solid #878F9D;
    border-radius: 50%;
    padding: 1px;
    right: 0;
    top: -6px;
    width: 24px;
    height: 24px;
}

#gdpr-accept-close .btn-close:hover span {
    font-size: 26px;
    top: -4px;
}

#gdpr-accept-message {
    margin-bottom: 13px;
}

#gdpr-accept-link {
    text-decoration: underline;
    font-weight: 700;
    color: #000;
}

#gdpr-accept-link:hover {
    text-decoration: none;
}

#gdpr-accept-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 40px;
    border-radius: 6px;
    background-color: #595959;
    text-align: center;
    border: 1px solid transparent;
}

#gdpr-accept-btn:hover {
    background-color: #fff;
    border-color: #595959;
}

#gdpr-accept-btn span {
    color: #fff;
}

#gdpr-accept-btn:hover span {
    color: #595959;
}

.hide-modal {
    display: none;
}

@media all and (max-width: 374px) {
    #gdpr-accept-cookie {
        width: 100%;
        bottom: 0;
        right: 0;
    }
}
