li#wp-admin-bar-lwsop-clear-cache > div,
li#wp-admin-bar-lwsop-clear-htmlcache > div,
li#wp-admin-bar-lwsop-clear-subcache > div {
    cursor: pointer;
}

li#wp-admin-bar-lwsop-clear-cache:hover,
li#wp-admin-bar-lwsop-clear-htmlcache:hover,
li#wp-admin-bar-lwsop-clear-subcache:hover {
    cursor: pointer;
    background-color: #2271B1;
}

div.lwsop_review_block_general{
    background: #E7F5F9 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
}

div.lwsop_review_block_general.animationFadeOut{
    animation: fadeOut 2s;
}

@keyframes fadeOut{
    0% {
        right:0px;
        opacity: 1;
    }
    100% {
        right: 9999px;
        opacity: 0;
    }
}

.lwsop_circle{
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
}

img.lwsop_review_block_image{
    z-index: 5;
    position: absolute;
    top: 15px;
    left: 15px;
}

h1.lwsop_review_block_title{
    font-size: 17px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #2E4453;
}

p.lwsop_review_block_desc{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #3C434A;
}

a.lwsop_button_rate_plugin{
    background: #2271B1 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 4px 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

button.lwsop_review_button_secondary{
    text-decoration: underline;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #2271B1;
    margin-left: 15px;
    cursor: pointer;
}

div.lws_hidden{
    display: none;
}