$primary: var(--primary-color);

.single-task-main-page {
    position: relative;
    height: calc(100vh - 201px);
    overflow-y: auto;
    overflow-x: hidden;
}

.task-header {
    height: 240px;
    background-color: #353435;
    background-size: contain;
    background-repeat: no-repeat;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    max-width: 1599px !important;
    margin: 0 auto;
}

section {
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    width: 100% !important;
    max-width: 1599px !important;
    margin: 0 auto;
}

.task-header-container {
    height: auto;
    padding: 39px 51px 23px 51px;
    box-shadow: 0px 0px 6px 4px #00000021;
    margin-top: 23px !important;
}

.task-entity-container {
    height: auto;
    padding: 40px 50px;
    box-shadow: 0px 0px 6px 4px #00000021;
    margin-top: 20px !important;
    margin-bottom: 14px !important;
    width: 100% !important;
    max-width: 1599px !important;
    margin: 0 auto;
    position: relative;
}

.max-width-1599 {
    max-width: 1599px;
}

.single-task-back-icon {
    font-size: 17px;
    margin-top: 2px;
}

.single-task-back {
    line-height: 1.57;
}

.single-task-entity-number {
    line-height: 1.1;
}

.single-task-entity-status {
    line-height: 1.38;
    margin-right: 9px;
}

.single-task-entity-next-estimated {
    line-height: 1.38;
}

.single-task-entity-type-icon {
    width: 29px;
    height: 13px;
    margin-right: 21px;
}

.single-task-header-field {
    line-height: 1.38;
    color: #353435;
    width: 50%;
}

.vertical-line {
    border-left: 1px solid;
    height: 20px
}

.single-task-header-value {
    margin-left: 8px;
    width: 30%;
    line-height: 1.38;
    color: #353435;
}

.uploaded-documents {
    margin-top: 20px !important;
    height: auto;
    max-width: 1599px !important;
    width: 100%;
    margin: 0 auto;
    padding: 33px 52px 30px 49px;
}

.documents-number {
    color: #353435;
    line-height: 1.38;
}

.documents-toggle-icon {
    width: 17px !important;
    height: 11px !important;
    color: #353435 !important;
    padding: 0 !important;
    transition: none !important;
    font-size: 17px !important;
    border-radius: 0 !important;

    &:hover {
        background: #ffff !important;
    }

    span:first-child {
        color: #353435 !important;
        font-size: 23px !important;
    }
}

.task-type-name {
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.92;
    color: #353435;
    margin-bottom: 26px !important;
}

.upload-documents-title {
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.38;
    color: #353435;
    margin-bottom: 17px !important;
}

.task-entity-fields-docs-splitter {
    width: 1495px;
    height: 3px;
    margin: 40px 0;
}

.task-entity-field-control {
    height: 58px !important;
    font-family: Roboto !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
    color: #353435 !important;
}

.task-entity-field-name {
    margin: 0 0 10px 0 !important;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    color: #353435;
}

.time-padding-5 {
    padding-left: 5px !important;
}

.date-padding-5 {
    padding-right: 5px !important;
}

.single-task-footer {
    width: 100%;
    height: 136px;
    margin: 0;
    background-color: #353435;
    position: relative;
}

.single-task-footer-data {
    width: 100% !important;
    max-width: 1599px !important;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}

.single-task-footer-due-date {
    width: 305px;
    height: 48px;
    border: solid 1px #e0e0e0 !important;
    border-radius: 10px !important;
    background: #353435 !important;

    .p-inputtext {
        background: #353435 !important;
        border: none !important;
        font-family: Roboto;
        font-size: 12px;
        margin-left: 15px;
        padding: 18px 16px 17px 1px;
        color: white;
    }

    .p-button {
        background: #353435;
        border: none !important;
        border-radius: 10px !important;

        .p-button-icon {
            color: white;
            width: 14px;
            height: 14px;
        }
    }
}

.single-task-footer-status-code {
    width: 305px;
    height: 48px;
    border: solid 1px #e0e0e0 !important;
    border-radius: 10px !important;
    background: #353435 !important;
    margin-right: 10px;
    float: left;
    padding: 0px 2px 0px 16px;

    .p-dropdown-label {
		margin: auto;
        padding-left: 0 !important;
	}

    .p-dropdown-trigger {
        height: 48px;
        color: white !important;
    }
}

.single-task-note {
    width: calc(100% - 630px);
    height: 48px;
    border: 1px solid #e0e0e0!important;
    border-radius: 10px!important;
    background: #353435!important;
    float: left;
    padding: 10px 18px 10px 16px !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.25;
    color: #fff !important;
}

.single-task-footer-left {
    width: calc(100% - 396px);
}

#SingleTaskSaveButton {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    color: $primary;
    width: 179px;
    height: 48px;
    border-radius: 10px;
    border: solid 1px $primary;
    background-color: #353435;
    margin-left: 19px;
    cursor: pointer;
}

#SingleTaskDoneButton {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    color: #f9f9f9;
    width: 179px;
    height: 48px;
    border-radius: 10px;
    border: solid 1px $primary;
    background-color: $primary;
    margin-left: 19px;
    cursor: pointer;
}

.sigle-task-cancel {
    text-decoration: underline;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    color: #f07a7a;
    float: right;
    margin-right: 55px;
    margin-top: 20px;
}

.height-17px {
    height: 17px;
}

.height-48px {
    height: 48px;
}

.width-100px {
    width: 100px;
}

.single-task-original-due-date {
    margin-left: 17px;
    margin-top: 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25;
    color: #ffffff;
    float: left;
}

.single-task-update-errors {
    background-color: #FFFF;
    position: relative;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.single-task-error-message {
    width: fit-content;
    margin-bottom: 5px;
    border-radius: 10px;
    height: 58px;
}

.single-task-spinner {
    font-size: 1em;
    margin-left: 10px;
}

.disabled-save-button {
    color: gray !important;
    border-color: gray !important;
}

.disabled-done-button {
    border-color: gray !important;
    background-color: gray !important;
}

.footer-label-container {
    width: 305px;
    height: 48px;
    padding: 10px 18px 10px 16px;
    object-fit: contain;
    border-radius: 10px;
    border: solid 1px #e0e0e0;
    float: left;
}

.footer-label-details {
    display: flex;
    flex-direction: column;
}

.footer-label-icon {
    color: white;
    align-items: center;
    display: flex;
    font-size: 14px !important;
}

.details-header {
    margin: 0;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    color: var(--white);
}

.details-value {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25;
    color: var(--white);
}

.margin-right-10 {
    margin-right: 10px;
}

.shipmentTabView .p-tabview-nav{ 
    top:-1px !important;
}