.user-feedback {
    position: fixed;
    bottom: 50px;
    left: 0px;
    background-color: rgba(255,255,255,0.8);
    padding: 1em;
    border-radius: 0 40px 40px 0;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: opacity 2s 1s;
	z-index: 1000;
}
.user-feedback-text {
    color: black;
    font-weight: bolder;
    /*margin-bottom: 1em;*/
}
.user-feedback-decline {
    display: inline-block;
    width: 95% !important;
    text-align: right;
    margin-bottom: 1em;
    font-size: 0.8em;
    color: black;
    cursor: pointer;
    text-decoration: underline;
}
.user-feedback-rating-container{
}
.user-feedback-rating-container ul {
    display: flex;
}
.user-feedback-rating {
    background-color: blue;
    text-align: center;
    border-radius: 11px;
    width: 22px;
    height: 22px;
    padding-top: 2px;
    margin-right: 0.5em;
    font-size: 12px;
    font-weight: bolder;
    cursor: pointer;
}
.user-feedback-return {
    color: #393939;
    margin: 0.5em 1em;
    font-weight: bolder;
    font-size: 1.2em;
}
