.edvdo_assessment_widget {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-radius: 16px;   
    padding: 20px;
}

  

.edvdo_assessment_widget_img {
  width: 104px; 
  height: 104px;
   border-radius: 8px; 
   background: linear-gradient(51.06deg, #9358F7 0.87%, #7B78F2 25.96%, #6197EE 49.23%, #45B5E9 74.93%, #10D7E2 97.48%); 
   display: flex; 
   align-items: center;
    justify-content: center;
text-align: left;
}

.edvdo_after_assessment_button_widget{
    display: block;
    text-align: center; 
    padding: 10px 20px;
    box-shadow: 0px -9px 3px 0px rgba(0, 0, 0, 0.25) inset !important;
    border-radius: 8px;
    text-decoration: none;
    background-color: rgba(63, 77, 203, 1);
    color: #ffffff;
    float: right;
    text-decoration: none;
}

.edvdo_after_assessment_button_widget:hover,
.edvdo_after_assessment_button_widget:focus{
    background-color: white;
    color: #000039;
}

.edvdo_before_assessment_button_widget{
    display:block;
    text-align: center;
    padding: 10px 20px; 
    box-shadow: 0px -9px 3px 0px rgba(0, 0, 0, 0.25) inset !important;
    border-radius: 8px; 
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(63, 77, 203, 1);
    float: right;
}

.edvdo_before_assessment_button_widget:hover,
.edvdo_before_assessment_button_widget:focus{
    border: 1px solid #3f4dcb;
    background-color: #3f4dcb;
    color: white;
}



.edvdo_assessment_hero_button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 38px;
    border-radius: 10px;
    box-shadow: 0px -9px 3px 0px rgba(0, 0, 0, 0.25) inset !important;
    background-color: #3f4dcb;
    color: white;
    padding: 10px;
}

.edvdo_assessment_hero_button:hover,
.edvdo_assessment_hero_button:focus{
    border: 1px #000039;
    background-color: white;
    color: #000039;
}

/*______________________________________________**********************MOBILE&TABLETSCREENSTART*****************************___________________________________________________________________*/

@media screen and (min-width: 320px) and (max-width: 1024px) {

.edvdo_assessment_widget { 
    padding: 0;
	text-align: center;
}

.edvdo_assessment_widget_img {
    width: 100%;
	height: 80px;
}

}