.task-details-table {
    width: 100%;
}

.dropdown-content {
    margin-left: 3px;
    margin-bottom: -61px;
    margin-top: 36px;
    position: absolute;
    background-color: white;
    min-width: 130px;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1030 !important;
}

.selectBox {
    border: 1px solid #c8c8c8;
}

.iconadd {
    cursor: pointer;
    text-decoration: none;
}

/*.arrow {
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: -20px;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}*/

/* Safari */
/*@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

.unordered {
    list-style-type: none;
}

.studNames {
    border: 1px solid #B2B3AE;
    border-radius: 4px;
    width: 100% !important;
    padding: 5px;
    color: #999999;
}

.studNamesMin {
    height: 40px;
    overflow: hidden;
    width: 100% !important;
    margin-bottom: 4px !important;
    white-space: pre-wrap;
}

.studNamesMax {
    height: auto;
    overflow-y: auto;
    width: 100% !important;
    margin-bottom: 4px !important;
    max-height: 150px;
    white-space: pre-wrap;
}

.studNamesViewMore {
    margin-bottom: 0 !important;
    width: 100% !important;
    padding: 5px;
}

th,
td {
    border: none !important;
}

.pasttasks {
    margin-top: -5;
    width: 16px;
    margin-right: 5;
}

.student-avatar-cell {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.student-avatar-small {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #D0D3D3;
    margin-right: 8px;
}

.student-avatar-link:hover .student-avatar-small {
    transform: scale(1.05);
    transition: transform 0.15s ease-in-out;
}