.feedback-popup{position:fixed;bottom:3vh;right:0;z-index:3}.feedback-popup__form{display:none;padding:.5em 0 .5em .5em;border:solid thin rgba(51,91,85,.8);margin:0; border-bottom:none; background:#fff;}.feedback-popup__form p{border-bottom:solid thin rgba(51,91,85,.8);padding-bottom:.5em; }.feedback-popup__link{color:#a30052}.feedback-popup__textarea{background:#e8e8e8;border-radius:10px;border:0;margin-right:.5em}.feedback-popup__tag{width:100%;color:#fff;outline:0;border-top-right-radius: 0;
    border-bottom-right-radius: 0;}.feedback-popup__submit-button{margin-left:6em;background:#a30052;color:#fff;font-weight:700;text-align:center;padding:.5em;border-radius:15px}

.feedback-popup__notification[success="true"]{
	color:  rgba(51, 91, 85);
}

.feedback-popup__notification[success="false"]{
	color:  red;
}
.feedback-popup__tag{
    cursor:pointer;
    
}

.feedback-popup__tag {
    cursor:pointer;
    height:48px;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    background-color:#018786;;
    
}

.feedback-popup__tag span{
    padding: 0.5rem;
    
}

@media (max-width: 639px) {
    .print__button{
        right:0;
        top:4rem;
    }
}
