span.wccm-default {
    color: #d16aff;
    font-weight: 500;
}span.ticket-link {
    font-weight: 500;color:#d16aff
    }
span#p-icon{
    width:23px!important
    }    

span#p-icon:before{
    width:32px!important;font-size:23px!important;color:#3B657D!important;background:0 0!important;box-shadow:none!important
    }
.woo-test-sidebar {
    position: absolute;
    top: 30%;
    right: 5%;
    width: 350px;
    background: #444;
    border: solid 0px #000;
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 35%), 0 6px 20px 0 rgb(0 0 0 / 35%);
    border-radius: 12px;
    z-index: 999;
}
.wpfi-woo-test-hover-raise {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wpfi-woo-test-hover-raise:hover {
  transform: translateY(-5px);
}
p#woo-test-preview-message {
    font-size: 23px;
}