
#USCC_FeedbackTab {
    position: fixed;
    bottom: 60px;
    right: 0;
}

#USCC_FeedbackLink {
    display: flex;
    align-items: center;
    background: #4299e1;
    padding: 12px 4px 12px 8px;
    border-radius: 7.5px 0 0 7.5px;
    color: #ffffff;
    font-size: 16px;
    transition: 0.2s all ease-in-out;
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: none !important;
}

#USCC_FeedbackLink:hover {
    padding: 12px 8px 12px 8px;
}