.course-desc-header{
    background-color: #E8E2F5;
    padding: 24px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 18px;
    color: #0A118E;
    margin-top: 30px;
    justify-content: space-between;
}
.item-wrapper{
    background-color: white;
    border-radius: 16px;
    padding: 24px;
    justify-content: space-between;
}
.item-wrapper .course-desc{
    color:rgba(89, 89, 89, 0.9);
    font-size: 14px;
    line-height: 22px;
}
.item-wrapper .course-title{
    color:rgba(0, 0, 0, 1);
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.item-wrapper .course-code{
    border-radius: 40px;
    gap: 8px;
    display: flex;
    padding: 8px 16px 8px 16px;
    background-color: rgba(248, 246, 253, 1);
    color: rgba(137, 103, 214, 1);
}
.item-wrapper .left-container-wrapper{
    width: 75%;
}
.item-wrapper .right-container-wrapper{
    width: 25%;
    justify-content: space-around;
}
@media (max-width: 768px){
    .item-wrapper .left-container-wrapper{
        width: 100%;
    }
}
.highlight {
    background-color: yellow;
}
#course-search{
    padding: 16px 24px 16px 24px;
    width: 100%;
    border: 1px solid rgba(89, 89, 89, 0.6);
    border-radius: 16px;
}
.search-container:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDE5LjAwMDFMMTUuNTAwMSAxNS41MDAxTTE4IDkuNTAwMTJDMTggMTQuMTk0NSAxNC4xOTQ0IDE4LjAwMDEgOS41IDE4LjAwMDFDNC44MDU1OCAxOC4wMDAxIDEgMTQuMTk0NSAxIDkuNTAwMTJDMSA0LjgwNTcgNC44MDU1OCAxLjAwMDEyIDkuNSAxLjAwMDEyQzE0LjE5NDQgMS4wMDAxMiAxOCA0LjgwNTcgMTggOS41MDAxMloiIHN0cm9rZT0iIzJGMzVBRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    padding: 30px;
    content: '';
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: right;
    right: 30px;
    top: 5px;
    background-size: 25px;
}
