.module-image{
width: 352px !important;
height: auto !important;
}
.content-wrapper{
display:flex;
}
.module-details{
margin-right: 20px;
padding: 10px;
max-width: 1110px;
}
.module-details-bottom-footer{
display:flex;
}
.module-details-top{
border-radius: 10px;
padding: 35px;
width: 1110px;
gap: 20px;
}
.table-contents{
margin-left: 10px;
background: rgba(0, 0, 0, 0.8);
margin-top: 20px;
border-radius: 10px;
padding: 30px;
gap: 30px;
height: 100%;
font-size: 14px;
font-weight: 400;
line-height: 24px;
border: 2px solid #34d399;
border-radius: 10px;
box-shadow: 0 0 20px rgba(52, 211, 153, 0.3);
}
.module-details-description{
padding: 10px;
}
.module-detail-title-h1{
margin-left: 15px;
}
.progress {
height: 20px;
background-color: #4CAF50;
border-radius: 5px;
}
.progress-bar {
margin: auto;
width: 60%;
background-color: #f1f1f1;
border-radius: 5px;
margin-bottom: 10px;
}
.module-detail-title-h1{
display:flex;
}
