body {
    padding-top: 4.5rem;
}

.main {
    min-height: 75rem;
    /* flex-direction: row; */
}

.search-input {
    width: 20rem;
}

#store-logo {
    height: 3rem;
    width: 3rem;
}

.course-wrapper {
    background-color: rgb(192, 192, 192);
    border: 1px solid rgb(226, 226, 226);
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}

.course-image {
    border-radius: 10px;
    border-width: 2.5px;
    border-style: solid;
    border-color: black;
    width: 7rem;
    height: 7rem;
    object-fit: cover;
}

.no-courses-img {
    width: 20rem;
    height: 20rem;
}

/* .sidebar {
    width: 280px;
    background-color: #494949;
} */

.content {
    background-color: rgb(219, 219, 219);
}

#myProgress {
    width: 100%;
}

#uploaded_files {
    margin-top: 25px;
    display: flex;
}

.file-icon i {
    font-size: 60px;
    color: rgb(0, 0, 0);
}

.file-details {
    margin-top: -2px;
    padding-left: 10px;
    width: 100%;
}

.file-details p {
    margin-bottom: -7px;
}
