.edvdo_container_assessment_report {
    display: flex;
    width: 100%;
}

.edvdo_content_container_assessment_report {
    display: block;
    width: 100%;
}

.edvdo_row_assessment_report {
    display: flex;
    width: 100%;
}

.edvdo_card_assessment_report {
    width: 48%;
    height: auto;
    padding: 3% 0 0 3%;
    box-sizing: border-box;
    overflow: auto;
    margin: 1%;
    border-radius: 10px;
    background-color: rgba(230, 244, 255, 1);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.edvdo_card_header_assessment_report {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0 0 10px;
}

.edvdo_card_content_assessment_report {
    width: 65%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    margin: 0;
}

.edvdo_card_image_assessment_report {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: flex-end; /* Align items to the bottom */
    justify-content: flex-end; /* Align items to the right */
    overflow: hidden;
    border-radius: 0 10px 10px 0; /* Keeping the rounded corners intact */
    padding: 0; /* Remove any padding to ensure proper alignment */
}

.edvdo_card_image_assessment_report img {
    width: 100%;
    height: auto;
    object-fit: cover;
}




/*---------------------------------------------------------------edvdo_section_report----------------------------------------------------------*/
.edvdo_section_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Space between boxes */
}

.edvdo_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
}

/* Report Overview */
.edvdo_report_overview {
    width: 31%;
    height: 50px;
    background-color: rgba(250, 197, 195, 1);
}


.edvdo_report_overview:hover {
    background-color: rgba(245, 165, 163, 1);
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    cursor: pointer; /* Optional: Change cursor to pointer on hover */
}
/* Special state for active + hover */
.edvdo_report_overview.active-hover,
.edvdo_report_overview:focus {
    background-color: rgba(220, 100, 100, 1); /* Different style for active + hover */
}


/* Job Recommendation */
.edvdo_job_recommendation {
    width: 31%;
    height: 50px;
    background-color: rgba(197, 233, 205, 1);
}
.edvdo_job_recommendation:hover {
    background-color: rgba(168, 233, 182, 1);
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    cursor: pointer; /* Optional: Change cursor to pointer on hover */
}
.edvdo_job_recommendation.active-hover,
.edvdo_job_recommendation:focus {
    background-color: rgb(123, 231, 147);
}

/* Detailed Report */
.edvdo_detailed_report {
    width: 31%;
    height: 50px;
    background-color: rgba(254, 222, 165, 1);
}
.edvdo_detailed_report:hover {
    background-color: rgba(250, 206, 130, 1);
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    cursor: pointer; /* Optional: Change cursor to pointer on hover */
}
.edvdo_detailed_report.active-hover,
.edvdo_detailed_report:focus {
    background-color: rgb(252, 193, 90);
}


.edvdo_active,
.edvdo_active.active-hover,
.edvdo_active:focus {
    width: 37% !important;
    height: 50px !important;
    border: 2px solid rgba(169, 48, 45, 1);
}


.edvdo_box_content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
}

.edvdo_title {
    color: rgba(0, 0, 8, 0.5);
    position: absolute;
    left: 0%;
    top: 0;
    text-align: left;
    text-wrap: auto;
}

.edvdo_box_content img {
    width: 50%;
    height: 9vh;
	max-height: 110px;
    object-fit: contain;
    position: absolute;
    right: -11%;
    bottom: 0;
}


/*--------------------------------------------------------------------------*/






/*___________________________________________**********************TabletSCREENSTART*****************************_____________________________________________________________________*/
@media screen and (min-width: 481px) and (max-width: 1024px){


.edvdo_active,
.edvdo_active.active-hover,
.edvdo_active:focus {
    width: 37% !important;
    height: 65px !important;
    border: 2px solid rgba(169, 48, 45, 1);
}

/* Report Overview */
.edvdo_report_overview {
    width: 31%;
    height: 60px;
    background-color: rgba(250, 197, 195, 1);
}

.edvdo_row_assessment_report {
    display: block;
    width: 100%;
}

/* Job Recommendation */
.edvdo_job_recommendation {
    width: 31%;
    height: 60px;
    background-color: rgba(197, 233, 205, 1);
}

/* Detailed Report */
.edvdo_detailed_report {
    width: 31%;
    height: 60px;
    background-color: rgba(254, 222, 165, 1);
}



.edvdo_card_assessment_report {
    width: 98%;
    height: auto;
    padding: 3% 0 0 3%;
    box-sizing: border-box;
    overflow: auto;
    margin: 1%;
    border-radius: 10px;
    background-color: rgba(230, 244, 255, 1);
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}


.edvdo_title {
    color: rgba(0, 0, 8, 0.5);
    position: absolute;
    left: 0%;
    top: 0%;
	text-align: left;
    text-wrap: auto;
	padding-right: 4vw;
}

.edvdo_box_content img {
    width: 50%;
    height: 9vh;
	max-height: 90px;
    object-fit: contain;
    position: absolute;
    right: -11%;
    bottom: 0;
}

}













/*___________________________________________**********************TabletSCREENSTART*****************************_____________________________________________________________________*/
@media screen and (min-width: 320px) and (max-width: 480px){
.edvdo_section_container {
    gap: 4px; /* Space between boxes */
}

.edvdo_active,
.edvdo_active.active-hover,
.edvdo_active:focus {
    width: 37% !important;
    height: 65px !important;
    border: 2px solid rgba(169, 48, 45, 1);
}

/* Report Overview */
.edvdo_report_overview {
    width: 31%;
    height: 65px;
    background-color: rgba(250, 197, 195, 1);
}

.edvdo_row_assessment_report {
    display: block;
    width: 100%;
}

.edvdo_card_assessment_report {
    width: 98%;
    height: auto;
    padding: 3% 0 0 3%;
    box-sizing: border-box;
    overflow: auto;
    margin: 1%;
    border-radius: 10px;
    background-color: rgba(230, 244, 255, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-end;
}

.edvdo_card_image_assessment_report {
    width: 40%;
}

.edvdo_card_content_assessment_report {
    width: 100%;
}

/* Job Recommendation */
.edvdo_job_recommendation {
    width: 31%;
    height: 65px;
    background-color: rgba(197, 233, 205, 1);
}

/* Detailed Report */
.edvdo_detailed_report {
    width: 31%;
    height: 65px;
    background-color: rgba(254, 222, 165, 1);
}






.edvdo_title {
    color: rgba(0, 0, 8, 0.5);
    position: absolute;
    left: 0%;
    top: 0%;
    text-wrap: auto;
	text-align: left;
}

.edvdo_box_content img {
    display: none;
}

}