.taskBar
{
    display: flex;
    width: 100%;
    height: 20px;
    border: none;
    border-radius: 5px;

    background-color: #BBBBBB;
    position: relative;
    overflow: hidden;
}

.taskPercent,
.timePercent
{
    height: 100%;
    background-color: #339933;
}

.submitPercent
{
    height: 100%;
    background-color: #0e7b9c;
}

.rejectPercent
{
    height: 100%;
    background-color: #993333;
}

.timeLabels, .taskLabels
{
    font-size: 14px;
    color: #555555;
}

.completeLabel, .submittedLabel
{
    width: fit-content;
    padding: 3px 6px;
    background-color: #339333;
    color: white;
    border-radius: 5px;
}

.submittedLabel
{
    background-color: #0e7b9c;
}

.docStatus 
{
    background-color: #BBBBBB;
    padding: 3px 8px;
    border-radius: 5px;
    color: white;
}

.docStatus.statusAccepted
{
    background-color: #339933;
}

.docStatus.statusUploaded
{
    background-color: #0e7b9c;
}

.docStatus.statusRejected
{
    background-color: #993333;
}

.skills-bootcamp {
	background-color: #e0f7fa;
	border-left: 4px solid #00acc1;
	padding: 15px;
	margin-bottom: 15px;
}

.moveUp:hover
{
    cursor: pointer;
}

.message
{
    display: flex;
    flex-direction: column;
    width: fit-content;
    min-width: 200px;
    max-width: 60%;
    background-color: #DDDDDD;
    padding: 10px;
    border-radius: 5px;

    box-shadow: 0px 1px 2px 0px #AAAAAA;
}

.conversationArea
{
    padding: 0px;
}

.conversation
{
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    background-color: #DDDDDD;
    padding: 10px;
    border-radius: 5px;

    box-shadow: 0px 1px 2px 0px #AAAAAA;
}

.conversationTitle
{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    font-weight: 500;
}

.conversationBody
{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.messageAreas
{
    height: fit-content;
    padding: 0px;
    min-height: 0px;
}

.messageTitle, .messageBody, .messageDate
{
    width: 100%;
}

.messageTitle
{
    height: 22px;
    font-weight: 600;
    font-size: 14px;
}

.messageBody
{
    font-size: 18px;
    font-weight: 400;
}

.messageDate
{
    text-align: right;
}

.outbound
{
    float: right;
    text-align: right;
}

.messageArea
{
    width: 100%;
    height: 60vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
}

.conversations
{
    width: 100%;
    height: 60vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.messageRow
{
    width: calc(100% - 10px);
    margin: 5px;
}

.chartCenter
{
    position: absolute;
    width: 30%;
    top: calc(50% - 14px);
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
}

.raise
{
    transition-duration: 0.4s;
    margin-top: 5px;
    border-radius: 10px;
    background-color: var(--primaryColour)!important;
}

.raise:hover
{
    margin-top: 0px;
    box-shadow: 0px 1rem 3rem 0px #00000077!important;
    cursor: pointer;
}

.showing
{
    margin-top: 0px;
    box-shadow: 0px 1rem 3rem 0px #00000077!important;
    background-color: var(--secondaryColour)!important;
}

.timeBar
{
    width: 100%;
    height: 20px;
    border: none;
    border-radius: 5px;

    background-color: #BBBBBB;
    overflow: hidden;
}

.timePercent
{
    height: 100%;
    background-color: #339933;
    transition-duration: 0.2s;
}

.taskBar
{
    display: flex;
    width: 100%;
    height: 20px;
    border: none;
    border-radius: 5px;

    background-color: #BBBBBB;
    overflow: hidden;
}

.taskPercent
{
    height: 100%;
    background-color: #339933;
    transition-duration: 0.2s;
}

.partialPercent
{
    height: 100%;
    background-color: #af912e;
    transition-duration: 0.2s;
}

.submitPercent
{
    height: 100%;
    background-color: #0e7b9c;
    transition-duration: 0.2s;
}

.overduePercent
{
    height: 100%;
    background-color: #FA6262;
    transition-duration: 0.2s;
}

.timeLabels, .taskLabels
{
    font-size: 14px;
    color: #555555;
}

.completeLabel, .submittedLabel
{
    width: fit-content;
    padding: 3px 6px;
    background-color: #339333;
    color: white;
    border-radius: 5px;
}

.submittedLabel
{
    background-color: #0e7b9c;
}

.timePercent:hover,
.taskPercent:hover,
.partialPercent:hover,
.submitPercent:hover,
.overduePercent:hover
{
    cursor: pointer;
    box-shadow: inset 0px 0px 3px 1px #000000;
}

.notification
{
    width: 100%;
    padding: 5px 10px;
    background-color: #EEEEEE;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 1px 5px 0px #00000033;
}

.notification strong
{
    font-size: 15px;
}

.notification:hover
{
    cursor: pointer;
    box-shadow: 0px 1px 5px 0px #00000066;
}

.module
{
    width: 100%;
    min-height: 30px;
    padding: 5px 5px 5px 10px;
    background-color: #EEEEEE;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0px 1px 5px 0px #00000033;
}

.module:hover
{
    box-shadow: 0px 1px 5px 0px #00000066;
}

.moduleHeader
{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.moduleTitle
{
    line-height: 30px;
}

.moduleStatus
{
    background-color: #BBBBBB;
    padding: 3px 8px;
    border-radius: 5px;
    color: white;
}

.taskRow
{
    display: flex;
    justify-content: space-between;
}

.taskStatus
{
    background-color: #BBBBBB;
    border-radius: 5px;
    padding: 3px 8px;
    color: white;
}

.taskStatus.submitted, .moduleStatus.submitted
{
    background-color: #0b6ea5;
}

.taskStatus.partial, .moduleStatus.partial
{
    background-color: #af912e;
}

.taskStatus.complete, .moduleStatus.complete
{
    background-color: #339933;
}

.taskStatus.overdue, .moduleStatus.overdue
{
    background-color: #FA6262;
}

.moduleStatus.rejected
{
    background-color: #993333;
}

.taskComplete
{
    background-color: #339933;
}

.ratingOptions
{
    width: 100%;
    display: flex;
    gap: 1%;
}

.ratingOption
{
    width: calc(90% / 11);
    aspect-ratio: 1/1;
    background-color: #CCCCCC;
    border-radius: 15px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 1px 0px #00000077;
    transition-duration: 0.2s;
}

.ratingOption:hover
{
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px #00000077;
}

.ratingOption.ratingRed.ratingSelected
{
    background-color: #993333;
}

.ratingOption.ratingOrange.ratingSelected
{
    background-color: #a78b30;
}

.ratingOption.ratingGreen.ratingSelected
{
    background-color: #339933;
}

.ratingOption.ratingDisabled
{
    pointer-events: none;
    opacity: 0.6;
}