

.testing-widget .before-start-block .start-btn {
    background: rgb(135,17,194)!important;
    background: linear-gradient(156deg, rgba(135,17,194,1) 31%, rgba(246,179,18,1) 75%)!important;
    color: white!important;
    margin-top: 15px!important;
    margin-bottom: 15px!important;
    border-radius: 9px!important;
    padding: 15px 60px!important;
    font-weight: bold!important;
    text-transform: uppercase!important;
    transition: all 0.3s ease-all-out;
}

.testing-widget .before-start-block .start-btn:hover {
	transform: scale(1.1, 1.1);
}
