.tm-border{
    border-width: 1px;
    border-color: #e9e9e9;
    border-style: solid;
}
.tm-blue-text{
    color: #44496b;
}
.tm-very-light{
    color: #d0d0d0;
}
.tm-light{
    color: #4e5e5e;
}
.assign-task-flow-disabled{
    opacity: 0.63;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5e6595;
    pointer-events:none
}

.assign-task-flow-completed-disabled{
    opacity: 0.63;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #001919;
    pointer-events:none
}

.assign-task-flow-enabled{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5e6595;
}
.assign-task-flow-completed-enabled{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #001919;
}

.view-task-flow-completed-enabled{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #5e6595;
}

.view-task-flow-completed-disabled{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #5e6595;
    opacity: 0.5;
    pointer-events: none;
}

.tm-primary-small-button{
    min-width: 66px;
    padding: 8px;
    border-radius: 3px;
    background-color: #ff7a49;
    color: #ffffff !important;
    text-align: center;
    font-size:12px;
    display: block;
}
.tm-primary-small-button:active{
    min-width: 66px;
    padding: 8px;
    border-radius: 3px;
    background-color: #ff7a49;
    color: #ffffff !important;
    text-align: center;
    font-size:12px;
    display: block;
}
.tm-primary-button{
    min-width: 124px;
    padding: 12px;
    border-radius: 3px;
    background-color: #ff7a49;
    color: #ffffff !important;
    text-align: center;
    font-size:16px;
    display: block;
}
.tm-grey-background{
    background-color: #f9f9f9;
}

.task-management .event-details-box{
    width: 1078px;
    height: 92px;
    border-radius: 5px;
    background-color: #44496b;
    margin-left: 100px;
}

.task-management .task-details-header{
    width: 103%;
    height: 70px;
    background-color: #ff7a49;
    margin-bottom: 81px;
    margin-top: -20px;
    margin-left: -21px;
}

.task-management .event-details-box .event-details-text{
    font-family: Roboto;
    font-size: 16px;
    padding-left: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 92px;
    height: 92px;
    letter-spacing: normal;
    color: #ffffff;
    border: 0px;
    border-right: 0.5px;
    border-style: solid;
}

.event-details-text-span{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.task-management .task-list-header{
    /* width: 1078px; */
    /* height: 518px; */
    border-radius: 5px;
    border: solid 1px #e9e9e9;
    background-color: #ffffff;
    margin-top: 15px;
    margin-left: 99px;
    margin-right: 223px;
}

.task-list-header-text{
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-top: 30px;
}

.completed-task-text{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #001919;
    margin-top:30px;
}

.tasks-headings{
    height: 54px;
    background-color: #f6f4f4;
    margin-left: 100px;
    margin-right: 9px;
}

.task-names{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #001919;
    box-shadow: 0 2px 6px 0 #f9f9f9;
    border: solid 1px #eae8e8;
    height: 66px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-right: 0px;
}

.task-completed-date{
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: 0.2px;
    text-align: right;
    color: #001919;
    padding-top: 21px;
    box-shadow: 0 2px 6px 0 #f9f9f9;
    border: solid 1px #eae8e8;
    padding-bottom: 16px;
    border-left: 0px;
    height: 66px;
}

.task-comments-present{
    color: #3cc19f;
    font-size: 20px;
}

.task-comments-absent{
    color: #000000;
    font-size: 20px;
}

.task-responses-list{
    font-size:22px;
}

.checklist-item{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: 0.2px;
    color: #4e5e5e;
}

.task-incomplete{
    margin-right: 12px;
    color: #d2d2d2;
    font-size: 25px;
    position: relative;
    top: 13.6%;
}

.task-complete{
    margin-right: 12px;
    color: #ffffff;
    font-size: 25px;
    position: relative;
    top: 13.6%;
}

.comments-heading{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #001919;
}

.comment-user{
    font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #001919;
}

.task-comment-date{
    width: 226px;
    height: 28px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #9ca3a3;
}

.user-image-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 100% !important;
}
.user-image-wrapper img {
    border-radius: 100% !important;
}
.user-image-wrapper .opaqueLayer {
    border-radius: 100% !important;
    opacity: 0.1 !important;
}

.task-comment{
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #001919;
}

.mark-attendace-items-text{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #001919;
}

.mark-attendance-row{
    margin-left: 15px;
    width: 81.45%;
    background-color: white;
    position: relative;
    border-bottom: 0px;
    padding-top: 33px;
    height: 92px;
    text-align: center;
}

.photos-showing-text{
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #001919;
}

.submitted-by{
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.07;
    letter-spacing: normal;
    color: #4e5e5e;
}

.delete-button-image-task{
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(78, 94, 94, 0.1), 0 0 0 0 rgba(78, 94, 94, 0.1);
    background-color: #ffffff;
    text-align: center;
    width: 90%;
    padding-bottom: 8px;
}

.download-attendance-task{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5e6595;
    cursor: pointer;
}

.task-status{
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    border-radius: 4px;
    width: 60px;
    height: 24px;
    text-align: center;
    padding-top: 5px;
    margin-bottom: -3px;
    margin-left: 50%;
}

.red-label{
    background-color: #ff3f16;
}

.green-label{
    background-color: #05b487;
}

.grey-label{
    background-color: #9CA3A3;
}