@media (max-width: 1050px) {
    .classwork-tab p {
        display: none;
    }
}

.w3-dropdown-content {
    background-color: #FFC3A1;
}

.wrap-ellipsis {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.whitespace {
    color: white;
    width: 42%;
}

.classwork-tab .active {
    color: #1D7CEC;
}

.header-panel:hover {
    cursor: pointer;
}

.class-image-panel img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    border-radius: 1%;
}

.class-image-panel .title-panel {
    display: block;
    margin-top: -260px;
    margin-left: 35px;
    color: white;
    text-shadow: 1px 1px 2px black;
}

.class-image-panel .title-panel #subject-title {
    font-size: 42px;
    font-weight: bold;
}

.class-image-panel .title-panel #class-title {
    font-size: 30px;
}

.class-image-panel .title-panel #lecturer-title {
    margin-top: 90px;
    font-size: 14px;
}

.class-image-panel .title-panel #lecturer-title button {
    transition: transform .2s ease-in-out;
    position: relative;
    font-size: 24px;
}

.class-image-panel .title-panel #lecturer-title button:hover {
    transform: rotate(90deg);
}

.classwork-list-top {
    margin-top: -8px;
}

.classwork-list .text-week {
    color: #0866b4;
    font-size: x-large;
}

.classwork-list .post-card-icon {
    width: 46px;
}

.classwork-list .post-card-title {
    font-size: 20px;
    /* font-weight: bold; */
    margin-left: 11px;
}

.classwork-list .post-card-time {
    font-size: 12px;
    color: #666666;
    margin-left: 10px;
}

.classwork-list .post-description {
    margin: 0px 24px 20px 24px;
}

.classwork-list .icon-dropdown-week {
    color: #0866b4;
}

#assign-classwork-page .assign-key {
    font-size: 18px;
    width: 25%;
}

#assign-classwork-page #submit-assign,
#submit-edit {
    background-color: #A75D5D;
    color: white;
}

#assign-classwork-page #submit-assign:hover {
    background-color: #FFC3A1;
}

#assign-classwork-page #assign-title-value,
#assign-week-value {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.assign-task-card:hover {
    color: #4589f6;
    text-decoration: underline;
    cursor: pointer;
}

.assign-task-card:hover .post-card-title {
    text-decoration: underline;
}

.post-attachment {
    margin-top: 16px;
    margin-left: 24px;
    margin-right: 24px;
}

.post-attachment a, .answer-attachment {
    background-color: #d2d0cf;
    font-size: 18px;
    border: 1px solid #6f6f6f;
    padding: 0.01em 16px;
    border-radius: 32px;
}

.post-attachment a:hover, .answer-attachment:hover {
    background-color: #F0997D;
    color: #4589f6;
    text-decoration: underline;
    cursor: pointer;
}

.post-attachment-icon, .answer-attachment-icon {
    width: 23px;
}

.post-attachment-title, .answer-attachment-title {
    margin-left: 10px;
}

.comment-button {
    color: #424242;
}

.comment-button:hover {
    color: #416ced;
    cursor: pointer;
}

.comment-button-text {
    margin-left: 12px;
}

.comment-content {
    margin: 27px;
}


.comment-profile {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
}

.comment-user-time {
    font-size: 11px;
    color: #666666;
    margin-left: 10px;
}

.comment-user-name {
    font-size: 13px;
    margin-left: 10px;
}

.comment-user-text {
    margin: 10px;
}

.comment-input-emoji {
    position: absolute;
    right: 9px;
    top: 8px;
    font-size: 25px;
    color: #a3a3a3;
}

.comment-input-emoji:hover {
    color: #416ced;
    cursor: pointer;
}

.input-comment {
    padding-right: 43px !important;
}

.member-content {
    margin-top: 35px;
}

.member-profile {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.member-user-name {
    font-size: 17px;
    margin-left: 19px;
    margin-top: 10px;
}

.member-action {
    margin-top: 14px;
    margin-right: 12px;
}

.member-list {
    margin-top: 20px;
}

#submission-title {
    border-bottom: 1px solid #4e4e4e;
    color: #0866b4;
}

#submission-title span.title {
    font-size: 35px;
}

#submission-title span.indicator {
    font-size: 18px;
}

#submission-title span.text-indicator {
    color: #414141;
}


.submission-key {
    width: 20%;
    font-size: 20px;
    /* font-weight: bold; */
}

.submission-value {
    font-size: 16px;
}

.submission-divider {
    width: 10px;
}

.submission-attachment {
    background-color: #d2d0cf;
    font-size: 18px;
    border: 1px solid #6f6f6f;
    padding: 0.01em 16px;
    border-radius: 32px;
}

.submission-attachment:hover {
    background-color: #F0997D;
    color: #4589f6;
    text-decoration: underline;
    cursor: pointer;
}

#review-classwork-list {
    margin-top: 45px;
}