.btn-cookie {
    display: flex!important;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
    z-index: 100;
    background-color: #71797E !important;
    width: 61.1px;
    height: 61.1px;
    margin: 10px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    color: white;
}
