﻿.job-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.important-notes {
    padding:10px;
    max-height:50em;
    overflow:auto;
    border:0px;
    color: black;
    font-weight: 600;
}

.important-notes ul li {
    color:red;
    font-weight:400;
    border:0;
    padding:5px;
}

.important-notes ul li > span {
    font-weight: 600;
}

.important-notes .border-container {
    border: 1px solid red;
    margin-bottom: 4px;
}

.snoozed-tasks {
    padding: 10px;
    max-height: 50em;
    overflow: auto;
    border: 0px;
    color: black;
    font-weight: 600;
}

.snoozed-tasks .border-container {
    border: 1px solid blue;
    margin-bottom: 4px;
}

.snoozed-tasks ul li {
    color: blue;
    border: 0;
    padding: 5px;
    font-weight: 400;
}

.snoozed-tasks ul li>span {
    font-weight: 600;
}

.image-button {
    padding-left: 1.5em;
    font-weight: 600;
}

.job-timeline {
    overflow: auto;
    width: 98%;
}