/*
 * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
 * See LICENSE in the project root for license information.
 */

 html {
  font-family: sofia-pro, sans-serif !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: inherit !important;
  width: 100%;
  /* height: 100%; */
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

.ms-welcome__header {
  padding: 20px;
  padding-bottom: 30px;
  padding-top: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

.ms-welcome__main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
  padding: 10px 20px;
}

.ms-welcome__main > h2 {
  width: 100%;
  text-align: center;
}

.ms-welcome__features {
  list-style-type: none;
  margin-top: 20px;
}

.ms-welcome__features.ms-List .ms-ListItem {
  padding-bottom: 20px;
  display: -webkit-flex;
  display: flex;
}

.ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
  margin-right: 10px;
}

.ms-welcome__action.ms-Button--hero {
  margin-top: 30px;
}

.ms-Button.ms-Button--hero .ms-Button-label {
  color: #0e75bb;
}

.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label {
  color: #273c8e;
  cursor: pointer;
}

.react-datepicker-popper[data-placement^="top"] {
  transform: translate3d(24px, 345px, 0px) !important;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before {
  border-top: none !important;
  border-bottom: 8px solid #f0f0f0 !important;
  top: 0 !important;
  bottom: auto !important;
  margin-top: -8px !important;
  margin-bottom: 0 !important;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before {
  border-top: none !important;
  border-bottom: 8px solid #aeaeae !important;
  top: 7px !important;
  bottom: auto !important;
}

.action-btns {
  color: #0e75bb !important;
}

.action-btns:hover {
  color: #273c8e !important;
}

b {
  font-weight: bold;
}

/* START - Fonts */

.appFont {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #333333;
}

.appFontLightOne {
  font: normal normal normal 14px/18px sofia-pro, sans-serif;
  color: #333333;
}

.appFontLightTwo {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.appFontSmallOne {
  font-size: smaller;
}

.appFontLargeOne {
  font-size: larger;
}

.appFontSubHeading {
  font: normal normal normal 12px/16px sofia-pro, sans-serif;
  font-weight: normal;
  color: #4e4e4e;
}

.appFontSubHeadingDisabled {
  font: normal normal normal 12px/16px sofia-pro, sans-serif;
  font-weight: normal;
  color: #BFBFBF;
}

/* END - Fonts */

/* START - Login */

.loginLogo {
  height: 35px;
}

.loginInput {
  width: 100%;
  text-align: left;
}

.taskDetailsButton {
  height: 32px;
  border-radius: 4px;
}

.rememberCheckboxInput {
  width: 100%;
  text-align: left;
  font: normal normal normal 12px/14px sofia-pro, sans-serif;
  font-weight: normal;
  color: #4e4e4e;
}

.loginInputForgotPassword {
  width: 100%;
  text-align: right;
  text-decoration: none;
  font: normal normal normal 12px/14px sofia-pro, sans-serif;
  letter-spacing: 0px;
  color: #007bff;
}

.password-icon {
  position: absolute;
  z-index: 1;
  background-image: url("../../assets/Eye-15px-Gray-80.svg");
  background-repeat: no-repeat;
  background-color: transparent !important;
  border-color: transparent !important;
  background-size: 18px;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  right: 20px;
  outline: none;
}

.hide-password-icon {
  background-image: url("../../assets/Eye-Crossed-15px-Gray-80.svg");
}

.password-icon:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none !important;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: transparent !important;
}

.password-icon:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  outline: none;
  border: 0;
}

input::-ms-reveal {
  display: none;
}

.row-label {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.loginInputForgotPassword:hover {
  color: #0e75bb;
  cursor: pointer;
  text-decoration: underline;
}

.signupText {
  padding: 15px 0 5px;
}

/* END - Login */

/* START - Buttons/Inputs */

textarea::placeholder {
  color: #9fa9bc !important;
  font-family: sofia-pro, sans-serif !important;
}

textarea::-webkit-input-placeholder {
  color: #9fa9bc !important;
  font-family: sofia-pro, sans-serif !important;
}

.blueButton {
  font-family: sofia-pro, sans-serif !important;
  font-style: normal;
  font-weight: 500;
  background: #0e75bb !important;
  border-color: #0e75bb !important;
  border-radius: 4px;
  padding: 7px;
  border-width: 0px;
  color: white !important;
}

.disabledBlueButton{
  font-family: sofia-pro, sans-serif !important;
  font-style: normal;
  font-weight: 500;
  background: #73818b !important;
  border-color: #73818b !important;
  border-radius: 4px;
  padding: 7px;
  border-width: 0px;
  color: white !important;
}

.blueButtonInput {
  font-family: sofia-pro, sans-serif !important;
  font-style: normal;
  font-weight: 500;
  background: #0e75bb !important;
  border-color: #0e75bb !important;
  border-radius: 4px;
  border-width: 0px;
  color: white !important;
  padding-top: 4px !important;
  padding-bottom: 0px !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.blueButtonInput:hover {
  background: #273c8e !important;
  border-color: #273c8e !important;
}

.blueButton:hover {
  background: #273c8e !important;
  border-color: #273c8e !important;
}

.blueButtonOutline {
  font-family: sofia-pro, sans-serif !important;
  font-style: normal;
  font-weight: 500;
  background: white !important;
  border-color: #0e75bb !important;
  border-radius: 4px;
  padding: 6px;
  border-width: 1px;
  color: #0e75bb !important;
}

.blueButtonOutline:hover {
  background: #273c8e !important;
  border-color: #273c8e !important;
  color: white !important;
}

.grayButton {
  font-family: sofia-pro, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  background: #f0f0f0 !important;
  border: 2px solid #f0f0f0 !important;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 7px;
  border-width: 0px;
  color: #696969 !important;
}

.grayButton:hover {
  background: white !important;
  border-color: #f0f0f0 !important;
  color: #0e75bb !important;
}

.grayButton:focus {
  background: white !important;
  border-color: #f0f0f0 !important;
  color: #0e75bb !important;
}

.grayButtonSelected {
  background: white !important;
  border-color: #f0f0f0 !important;
  color: #0e75bb !important;
}

.btn-group {
  width: 100%;
}

.btn-group .btn {
  width: 50%;
}

.hidden-button {
  visibility: hidden;
}

.menuButton {
  width: 25%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 4px #dddddd solid !important;
  border-radius: 0px !important;
  background-color: white !important;
  color: #dddddd !important;
}

.menuButton:hover {
  border-bottom: 4px #0e75bb solid !important;
  color: #0e75bb !important;
}

.menuButtonSelected {
  border-bottom: 4px #0e75bb solid !important;
  color: #0e75bb !important;
}

.menuButtonSelected:hover {
  border-bottom: 4px #273c8e solid !important;
  color: #273c8e !important;
}

.menuButtonHidden{
  width:  50%;
}

.textIcon {
  border-right: none !important;
  background-color: white !important;
  color: rgb(141, 141, 141) !important;
}

.textIconInput {
  border-left: none !important;
  outline: none;
  box-shadow: none !important;
  border-right: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  font-size: 12px !important;
}

.searchInput {
  background: url("../../assets/icon-search.svg") no-repeat !important;
  background-position: 15px 55% !important;
  padding-left: 40px !important;
  padding-bottom: 8px !important;
  height: 36px !important;
}

.searchAdd {
  margin-bottom: 10px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(141, 141, 141) !important;
  opacity: 1; /* Firefox */
}

.button50 {
  width: 47%;
}

.project-button {
  width: 49% !important;
}

@media screen and (max-width: 305px) {
  .project-button {
    width: 100% !important;
    margin-top: 3px;
  }
}

.project-created-button {
  display: inline-block;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

@media screen and (max-width: 305px) {
  .project-created-button {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}

.button100 {
  width: 100% !important;
}

.red {
  color: red;
}

.w-1 {
  width: 10%;
}

.w-3 {
  width: 30%;
}

.w-4 {
  width: 40%;
}

.w-6 {
  width: 60%;
}

.w-10 {
  width: 100% !important;
}

.w-8 {
  width: 80%;
}

.w-9 {
  width: 90%;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.pb-7 {
  padding-bottom: 70px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-7 {
  padding-top: 70px;
}

.pt-8 {
  padding-top: 80px;
}

.menuMargin {
  margin: 0rem 0rem !important;
  padding-top: 0.5rem;
  z-index: 1031 !important;
}

.video-container {
  top: 50%;
  left: 50%;
  transform: translate(0, 0);
  text-align: center;
}

.video-controls-container {
  position: absolute;
  height: 61%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: space-evenly;
  margin: auto;
  cursor: pointer;
  z-index: 5;
}

.video-controls-sub-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-controls {
  text-align: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-left: 3px;
  margin-right: 3px;
}

.whiteBackground {
  background-color: white !important;
}

.commentFormShadow {
  box-shadow: 0 0 15px 0 black;
}

.switchToWeb {
  padding-top: 20px;
  padding-bottom: 20px;
}

.react-datepicker-wrapper {
  width: 100% !important;
}

.back-chevron-btn {
  color: #0e75bb !important;
}

.back-chevron-btn:hover {
  color: #273c8e !important;
}

/* END - Buttons/Inputs */

/* START - Projects */

.projectPageTitle {
  font: normal normal bold 18px/28px sofia-pro, sans-serif;
  color: #000000;
  overflow-wrap: anywhere;
  min-height: 40px;
}

.projectListTitle {
  font-family: sofia-pro, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
}

.project-title {
  -webkit-line-clamp: 2;
  display: -webkit-inline-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  margin-bottom: -6px;
  max-width: 100%;
  font: normal normal bold 20px/31px sofia-pro, sans-serif;
  color: #333333;
}

.project-date {
  display: block;
  margin-top: 3px;
}

.project-list-date {
  display: inline-block;
}

.project-tasks {
  display: inline-block;
  margin-top: 3px;
}

.project-list-desc {
  width: 100%;
}

.project-list-desc br {
  content: " ";
  display: block;
}

.borderDotted {
  border: 2px rgb(141, 141, 141) dashed !important;
  border-radius: 5px;
  background-color: rgb(243, 243, 243) !important;
}

.projectTextOr {
  font-family: sofia-pro, sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: larger;
}

.projectTextLightGray {
  font-family: sofia-pro, sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: larger;
  color: rgb(141, 141, 141);
}

.projectAddUserItem {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 48px;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 1px solid #eeeeee !important;
  position: relative;
  vertical-align: middle;
}

.initials-container {
  min-width: calc(2.2em + 1rem + 4px);
  height: fit-content;
  align-self: center;
}

.check-container {
  min-width: 29px;
  height: fit-content;
  align-self: center;
}

.name-container {
  display: flex;
  height: auto;
}

.projectAddUserList {
  height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.project-attachment {
  padding: 0.375rem 0.75rem;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
}

.project-attachment label {
  margin-bottom: 0;
}

.projectInputClient label {
  margin-bottom: 0;
}

.projectUserCheckbox {
  color: #0e75bb !important;
}

.userInitials {
  display: inline-block;
  width: 2.2em;
  font-size: smaller;
  height: 2.2em;
  line-height: 2.1em;
  text-align: center;
  border-radius: 50%;
  background: #0e75bb;
  vertical-align: middle;
  color: white;
  padding-top: 0px;
  margin: 12 10 0 10;
}

.userInitialsCompactOwner {
  background: #0e75bb !important;
}

.userInitialsCompactCreator {
  background: #D5EAF8 !important;
  color: #0E75BB !important;
}

.userInitialsGroup {
  background: #0d700f !important;
  color: #fff !important;
}

.userInitialsCompactCreatorContainer {
  border-right: 1px solid #E5E5E5;
  margin-right: 2px;
  padding-right: 8px;
}


.userInitialsCompactOwnerDisabled {
  background: #BFBFBF !important;
  border: 1px solid #BFBFBF !important;
}

.userInitialsExtra {
  background: #ffffff !important;
  color: #1675bb !important;
  border: 1px solid #1673b9 !important;
  text-align: center !important;
}

.userInitialsCompact {
  display: inline-block;
  background: #bbbbbb 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  border-radius: 28px;
  text-align: center;
  font: normal normal normal 14px/16px sofia-pro, sans-serif;
  color: #ffffff;
  padding: 4px 0px;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: -5px !important;
}

.userInitialsProfile {
  display: block;
  background: #bbbbbb 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  border-radius: 100px;
  text-align: center;
  font: normal normal normal 24px/86px sofia-pro, sans-serif;
  color: #ffffff;
  padding: 4px 0px;
  width: 100px;
  height: 100px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.userInitialsAudit {
  display: block;
  position: relative;
  top: 25px;
  right: 5px;
  background: #0e75bb 0% 0% no-repeat padding-box;
  font: normal normal normal 10px/12px sofia-pro, sans-serif;
  border: 1px solid #ffffff;
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
  padding: 4px;
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.userInitialsAuditTriyo{
  background-color: #DDDDDD;
  color: #555555;
}
.commentLoadAnimation{
  animation-name: fadeIn;
  animation-duration: 1.25s;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
.userDefaultPhoto {
  display: block;
  position: relative;
  top: 25px;
  right: 5px;
  font: normal normal normal 10px/12px sofia-pro, sans-serif;
  border: 1px solid #ffffff;
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.projectUserListTitle {
  font-family: sofia-pro, sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  height: auto;
  align-self: center;
  display: -webkit-box;
  width: fit-content !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
}
.taskUserListTitle{
  font-family: sofia-pro, sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  height: auto;
  align-self: center;
  display: -webkit-box;
  width: fit-content !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
}

.taskUserListTitleDisabled{
  color: #696969;
}

.customTooltip > .arrow {
  left: -10px !important;
  transform: translate(20px, 0px) !important;
}

.tooltip {
  z-index: 11112 !important;
}

.tooltip-inner {
  font-size: 13px;
}

#tooltip-2 .tooltip-inner {
  text-align: left;
  white-space: pre;
}

.projectCreatedLogo {
  margin-top: 25vh;
  text-align: center;
}

.projectCreatedTitle {
  font-family: sofia-pro, sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: rgb(148, 148, 148);
}

.projectCreatedWebLink {
  color: #0e75bb !important;
}

.errorHomeLink {
  color: #1873bb !important;
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.projectListRow {
  cursor: pointer;
  padding-left: 23px !important;
  padding-right: 23px !important;
  width: calc(100% + 16px) !important;
  margin-left: -8px;
  margin-right: -8px;
  flex-basis: auto !important;
  flex-grow: inherit !important;
  flex-shrink: inherit !important;
  max-width: none !important;
}

.projectListRow:hover {
  background-color: #f5f5f5;
}

.projectListLastRow {
  margin-bottom: 60px;
}

.projectLockedInfo {
  padding: 5px !important;
}

.projectCollab {
  color: #0e75bb !important;
}

.projectCollabBackground {
  background-color: #0e75bb !important;
}

.projectCollabIcon {
  font-size: xx-large;
}

.borderDottedCollab {
  border: 2px #0e75bb dashed !important;
  border-radius: 5px;
  background-color: #f4f7fc !important;
}

.borderDottedCollab:hover {
  border: 2px #dce9f5 solid !important;
  border-radius: 5px;
  background-color: #dce9f5 !important;
}

.taskAuditDateTimeText {
  justify-content: flex-start;
  width: 60%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #696969;
}
/* To continue activities from here*/

.taskAuditDownloadEmail{
  display:inline-block;
}

.taskAuditDownloadEmail img{
  margin-left: 5px;
  cursor: pointer;
}

.taskAuditDownloadViaEmail{
  line-height: 133%;
  font-size: 12px;
}
.taskAuditDownloadEmail a:hover {
  text-decoration: none;
  cursor: pointer;
}

.autoReminder a:hover{
  text-decoration: none;
  cursor: unset;
  color: inherit;
}
.autoReminder a{
  color: inherit;
}
.autoReminder img{
  text-decoration: none;
  cursor: unset;
}

.taskAuditStatus {
  max-width: 50%;
  justify-content: flex-end;
  align-items: center;
  background: #f0f0f0;
  border-radius: 4px;
  font-style: normal;
  margin-left: auto;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  text-align: end;
}

.taskAuditStatusContainer{
  max-width: 50vw;
  display: flex;
  padding: 1px 4px;
}

.taskAuditStatusSpan {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.taskAuditStatusEmailReads {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 3px;
  gap: 2px;
  background: #DDDDDD;
  border-radius: 3px;
}

.taskAuditStickyBox {
  position: absolute;
  box-shadow: 0px -12px 15px -10px rgb(129 124 124 / 20%);
  backdrop-filter: blur(14px);
  background-color: white;
}

.taskAuditComment {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.taskAuditGroupName{
  text-decoration: underline;
}

.taskAuditNormalComment {
  color: #202124;
  white-space: pre-wrap;
}

.taskAuditCommentLabel {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}

.taskAuditCardBorder {
  padding-top: 5px;
  padding-bottom: 12px;
  border-bottom: 2px #eeeeee solid !important;
}

.taskAuditNoComment {
  color: #a0a0a0;
}

.taskAuditSubName {
  font-size: 12px;
  line-height: 16px;
  color: #696969;
}

.taskAuditCommentLabel {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}

.projectListLeftBar {
  border-left: 5px solid #707070 !important;
  padding: 13px !important;
  padding-left: 5px !important;
  margin-left: 8px !important;
  border-bottom: 1px solid lightgray !important;
}

.projectListRowBottomBorder {
  display: flex;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 12px;
  border-bottom: 1px #eeeeee solid !important;
}

.project-list-search {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  margin-right: 8px;
}

.projectMembers {
  float: right;
  margin-top: -10px;
}

@media screen and (max-width: 305px) {
  .projectMembers {
    float: none;
    margin-top: 8px;
  }
}

.projectTasksOngoing {
  color: #bfbfbf !important;
  font-weight: 300 !important;
}

.projectInputClient {
  margin-top: 1rem;
  display: inline-flex;
}

.inputClientCheckbox {
  display: inline-flex;
}

.inputClientText {
  margin-left: 10px;
  margin-top: 1px;
  font: normal normal normal 14px/18px sofia-pro, sans-serif;
  color: #4d4f5c;
}

.fa-paperclip {
  margin-right: 1rem;
}

.projectDescription {
  resize: none;
  border: 1px solid #eeeeee !important;
  border-radius: 0.25rem !important;
}

.pointer {
  cursor: pointer;
}

#projectDescription {
  resize: none;
}

.no-projects-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.no-projects-img img {
  height: 200px;
  padding-left: 10px;
}

.no-projects-img span {
  display: block;
  margin-top: 23px;
  margin-bottom: 70px;
  text-align: center;
  font: normal normal 500 16px/15px sofia-pro, sans-serif;
  color: #95989a;
}

.no-comments-img h4 {
  text-align: center;
  font-weight: bold;
  margin-top: 26px;
}

.no-comments-img span {
  display: block;
  margin-top: 12px;
  text-align: center;
  font: normal normal 500 14px/1.5rem sofia-pro, sans-serif;
  color: #95989a;
}

.no-comments-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}

.createTaskSection {
  padding-bottom: 300px;
}

.taskAddInline {
  display: inline-block;
}

.taskAddInline span {
  margin: 0 0 -3px 0 !important;
}

.taskAddName {
  width: 60%;
  padding-left: 15px;
}

.taskAddSubmitBtn:disabled {
  background-color: #d3d3d3 !important;
  border-color: #d3d3d3 !important;
}

.taskAddPermission {
  width: 40%;
  margin-top: -3px;
}

@media screen and (max-width: 305px) {
  .taskAddInline {
    display: block;
  }
  .taskAddName {
    width: 100%;
  }
  .taskAddPermission {
    width: 90%;
  }
}

.infoTooltip {
  margin-top: -3px;
}

.newDocumentText {
  font: normal normal normal 12px/14px sofia-pro, sans-serif;
  color: #4e4e4e;
}

/* END - Projects */

/* START - Notifications */

.unreadNotificationTitle {
  border-left: 7px solid #0e75bb !important;
  border-bottom: 1px solid lightgray !important;
  padding: 10px 13px !important;
  cursor: pointer !important;
}

.readNotificationTitle {
  border-left: 7px solid #ffffff !important;
}

.notificationListRow {
  cursor: pointer;
  width: calc(100% + 16px) !important;
  margin-left: -8px;
  margin-right: -8px;
  flex-basis: auto !important;
  flex-grow: inherit !important;
  flex-shrink: inherit !important;
  max-width: none !important;
}

.unreadNotificationBackground {
  background: #f0f0f0;
}

.notificationsErrorIcon {
  margin-top: 10vh;
  text-align: center;
}

/* END - Notifications */

/* START - Tasks */

.taskListTitlePowerpoint {
  border-left: 7px solid #ff5e5e !important;
  border-bottom: 1px solid lightgray !important;
  padding: 23px 13px !important;
  margin-left: 13px !important;
  cursor: default !important;
}

.taskListTitleRegular {
  border-left: 7px solid #0E75BB !important;
  border-bottom: 1px solid lightgray !important;
  padding: 23px 13px !important;
  margin-left: 13px !important;
  cursor: default !important;
}

.taskListTitleWord {
  border-left: 7px solid #0e75bb !important;
  border-bottom: 1px solid lightgray !important;
  padding: 23px 13px !important;
  margin-left: 13px !important;
  cursor: default !important;
}

.taskListTitleExcel {
  border-left: 7px solid #2e7d32 !important;
  border-bottom: 1px solid lightgray !important;
  padding: 23px 13px !important;
  margin-left: 13px !important;
  cursor: default !important;
}

.taskListTitleOther {
  border-left: 7px solid #707070 !important;
  border-bottom: 1px solid lightgray !important;
  padding: 23px 13px !important;
  margin-left: 13px !important;
  cursor: default !important;
}

.taskListItemPadding {
  height: auto;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid lightgray !important;
  margin-left: 25px !important;
  margin-right: 0px !important;
  cursor: pointer;
  animation-name: loadUp;
  animation-duration: 0.5s;
  display: flex;
  flex-direction: row;
}

@keyframes loadUp {
  from {
      transform: translateY(42px);
  }
  to {
      transform: translateY(0px);
  }
}

.taskListItemCount {
  font: normal normal normal 14px/22px sofia-pro, sans-serif;
  color: #bbbbbb !important;
  margin-left: 15px;
}

.taskListTitle {
  font: normal normal bold 14px/22px sofia-pro, sans-serif;
  color: #333333;
}

.taskListIconsContainer {
  min-width: 60px;
  max-width: 60px;
}

.task-list-search {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  margin-right: 8px;
}

@media screen and (width > 440px) {
  .taskListDetails {
    width: 100%;
  }
}

@media screen and (width > 305px) and (width <= 440px) {
  .taskListDetails {
    width: 83%;
    max-width: calc(100% - 71px) !important;
  }
}

@media screen and (width <= 305px) {
  .taskListDetails {
    width: 73%;
  }
}

.taskListDetails {
  position: relative !important;
  display: flex;
  flex-direction: column;
  padding-right: 0px !important;
  margin-right: 10px !important;
  padding-left: 0 !important;
}

.task-list-placeholder-container {
  max-height: 75vh;
  height: 65vh;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-right: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.task-list-placeholder {
  height: 100%;
  width: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.fade-enter div {
  overflow-y: hidden;
  max-height: 0 !important;
}

.fade-enter-active div {
  transition: all 500ms ease-in;
  max-height: 50px !important;
}

.fade-exit div {
  max-height: 50px !important;
}

.fade-exit-active div {
  max-height: 0 !important;
  overflow-y: hidden;
  transition: all 500ms ease-in;
}

.taskSearchMargin {
  display: inline-block !important;
  margin-left: 0px !important;
  margin-top: 48px;
}

.taskSearchMargin > .d-flex{
  padding-right: 2rem !important;
}

.taskHeaderMargin {
  margin-top: 145px;
  margin-left: 1px !important;
  margin-right: auto !important;
}


.addButtonTaskOtherMembers{
  font-size: 16px;
  color: #0E75BB;
  cursor: pointer;
}

.otherMembersUserName{

  font-size: 14px;
  line-height: 150%;
  color: #121212;
}

.otherMembersPlusButton{
  font-size: 24px;
}

.taskStatusBadge {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  padding-left: 0 !important;
  position: relative !important;
  max-width: 100%;
}

.statusBadge {
  float: right;
  padding: 6px 10px !important;
  display: inline !important;
  border-radius: 4px !important;
  text-align: center;
  font-weight: 400 !important;
  font-size: 12px !important;
}

.completedBadge {
  background: #ebf5ed 0% 0% no-repeat padding-box !important;
  color: #005b63 !important;
}

.triggeredBadge {
  background: #EBF5ED 0% 0% no-repeat padding-box !important;
  color: #1D7D2C !important;
}

.partiallyTriggeredBadge {
  background: #F7EBFF 0% 0% no-repeat padding-box !important;
  color: #942ED8 !important;
}

.assignedBadge {
  background: #fffacc 0% 0% no-repeat padding-box !important;
  color: #7e762e !important;
}

.notStartedBadge {
  background: #bbb 0% 0% no-repeat padding-box !important;
  color: #fff !important;
}

.progressBadge {
  background: #f7e8ff 0% 0% no-repeat padding-box !important;
  color: #6000a1 !important;
}

.approvalBadge {
  background: #e4f0ff 0% 0% no-repeat padding-box !important;
  color: #004aa4 !important;
}

.cancelBadge {
  background: #fff0f0 0% 0% no-repeat padding-box !important;
  color: #a20000 !important;
}

.badge-secondary {
  opacity: 0.5 !important;
  font-size: smaller;
}

.badge-primary {
  opacity: 0.5 !important;
  font-size: smaller;
}

.badge-warning {
  opacity: 0.5 !important;
  font-size: smaller;
}

.tasksMoreLess {
  margin-right: -12px;
  text-align: right;
  font: normal normal 500 14px/15px sofia-pro, sans-serif;
  color: #0e75bb;
  margin-top: 3px;
  cursor: pointer;
}

@supports (-ms-ime-align: auto) {
  .tasksMoreLess {
    margin-right: 0px;
  }
}

.tasksMoreLess:hover {
  color: #273c8e;
}

.tasksMoreLess[disabled] {
  color: #dddddd;
  cursor: default;
}

.taskGoItems{
  text-decoration: none;
  font: normal normal normal 16px/20px sofia-pro, sans-serif;
  letter-spacing: 0px;
  color: #0E75BB;
  cursor: pointer;
}

.tasksGoBack {
  background: url("../resources/Icons/Icon\ -\ Left.svg") no-repeat;
  background-position-y: 22%;
  padding-left: 20px;
  text-align: left;
}

.tasksGoBack:hover{
  background-image: url("../resources/Icons/Icon\ -\ LeftHover.svg");
  color: #273c8e;
}

.tasksGoEdit{
  margin-left: auto;
  /* margin-right: 20px;
  text-align: right; */
  height: 20px;
  width: 20px;
}

.tasksGoEdit:hover{
  margin-left: auto;
  color: #273c8e;
  background: lightgray;
  border-radius: 2px;
}

.back-btn {
  z-index: 1030 !important;
  position: relative !important;
}

.reassignPageTitle {
  font-family: sofia-pro, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 14px;
}

.reassignTaskName {
  margin-bottom: 14px;
}

.reassign-list-group {
  height: 200px !important;
  overflow-y: scroll;
  clear: both;
  border: 1px solid #eeeeee;
}

.permission-dropdown {
  display: -webkit-inline-box !important;
  font-size: 13px;
  margin: 0 !important;
}

.permission-dropdown-initials {
  display: -webkit-inline-box;
  float: left;
}

.permission-dropdown-inner {
  height: 30px !important;
  font-size: 12px !important;
  padding-top: 4px !important;
}

.overflowEllipsesReassign {
  font-family: sofia-pro, sans-serif !important;
  font-style: normal;
  font-weight: 500;
  height: auto;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  margin-top: 4px !important;
  margin-left: 0.6rem !important;
  width: 45%;
}

.overflow-ellipses-permission {
  margin-left: 0.1rem !important;
  width: 40%;
}

.dropdown-length {
  width: 40%;
  float: right;
  margin-top: -4px !important;
}

.inner-initials {
  margin-top: 2px;
}

@media screen and (max-width: 305px) {
  .overflowEllipsesReassign {
    width: 80%;
  }

  .inner-initials {
    margin-top: 17px;
  }

  .dropdown-length {
    width: 80%;
    float: left;
  }
}

.list-grp-item {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 1rem !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 1px solid #eeeeee !important;
}

.select-member-search-panel {
  background-image: url("../resources/Icons/Icon\ -\ Search.svg") !important;
  background-repeat: no-repeat;
  background-position: 2.5% 55% !important;
  height: 36px !important;
  margin-left: 15px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 40px !important;
  font-size: 12px !important;
}

.group-hover {
  background-image: url("../resources/Icons/Icon\ -\ Groups.svg") !important;
  background-repeat: no-repeat !important;
  width: 14px;
  min-width: 14px;
  height: 14px;
  align-self: center;
  margin-left: 8px;
  display: inline-block;
}

.pptSelectSlide select {
  background-position-x: 94% !important;
}

.pptSelectSlide {
  margin-bottom: 8px;
}

select {
  -webkit-appearance: none !important;
  background: transparent !important;
  background-image: url("../resources/Icons/Icon\ -\ Arrow\ Down.svg") !important;
  background-repeat: no-repeat !important;
  background-position-x: 95% !important;
  background-position-y: 55% !important;
  background-size: 10px !important;
}

select:disabled {
  background-color: #e9ecef !important;
}

.taskAddSelect {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
}

input[type="search" i]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url("../resources/Icons/Icon\ -\ Close.svg") no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}

input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all;
}

.taskReassignedLogo {
  margin-top: 15vh;
  text-align: center;
}

.cancelBoxTitle {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.taskListIcon {
  margin-top: 3px;
}

.action-saved-text {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 305px) {
  .taskListIcon {
    margin-top: 12px !important;
  }
}

.task-icons {
  padding-bottom: 4px;
  width: 20px;
  height: 20px;
}

.button-transform-down{
  transform: translate(0, 0.5rem);
}

.button-transform-up{
  transform: translate(0, -0.5rem);
}

.updated-icon {
  margin-right: 4px;
}

.assigned-icon {
  margin-right: 1px;
}

.task-comment-box {
  resize: none;
  height: 100px !important;
  border: 1px solid #eeeeee !important;
  border-radius: 0.25rem !important;
}

.task-comment-box-cancel {
  resize: none;
  height: 150px !important;
  border: 1px solid #eeeeee !important;
  border-radius: 0.25rem !important;
}

@media only screen and (max-height: 720px) {
  .task-comment-box-cancel {
    height: 30px !important;
  }
}

.task-comment-bottom-border {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

.task-comment-bottom-border div {
  display: flex;
  padding-top: 5px;
  border-bottom: 2px #eeeeee solid !important;
}

.task-attachment {
  padding: 0.375rem 0.75rem 0;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;

  .attachedFiles{
    display: flex;
    flex-wrap: wrap;
    max-height: 35px;
    overflow: auto;
  }
}

.task-attachment label {
  margin-bottom: 0;
}

.task-attachment div,
.project-attachment div {
  display: inline-block;
}

.empty-comment {
  font: italic normal normal 14px/22px sofia-pro, sans-serif !important;
  color: #808080 !important;
}

.taskListIconActive {
  position: relative;
  padding-right: 8px;
  margin-left: -28px;
}

.taskListItemLine {
  margin-right: 5px !important;
}

.taskDetailsLabel {
  font: normal normal normal 14px/18px sofia-pro, sans-serif;
  color: #9fa9bc;
  text-transform: uppercase;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.taskDetailsLabelCheckbox {
  font: normal normal normal 14px/18px sofia-pro, sans-serif;
  color: #9fa9bc;
  text-transform: uppercase;
  height: 100%;
}

.taskDetailsText {
  text-align: right;
  font: normal normal normal 14px/18px sofia-pro, sans-serif;
  color: #272d3b;
}

.taskDetailsMultiText {
  font: normal normal normal 14px/18px sofia-pro, sans-serif;
  color: #272d3b;
}

.taskDescription {
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.taskManagementType{
  max-width: 50%;
  text-overflow: ellipsis;
}

.taskModeButtonContainer {
  display: inline-flex;
}

@media screen and (max-width: 305px) {
  .taskModeButtonContainer {
    display: flex;
    flex-direction: column-reverse;
  }
}

.taskModeButton {
  width: 50%;
  margin-right: 4px;
  margin-left: 8px;
}

@media screen and (max-width: 305px) {
  .taskModeButton {
    margin: 5px 4px 0px 8px;
    width: auto;
  }
}

.taskAddButtons {
  margin-left: 3px;
  margin-right: 7px;
}

.projectAddButtons {
  margin-left: 5px;
  margin-right: 8px;
}

.taskListDate {
  font: normal normal normal 12px/14px sofia-pro, sans-serif;
  color: #333333;
  max-width: 50vw;
}

.taskDetailsRow {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #eeeeee !important;
  vertical-align: middle;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.taskPriorityLow {
  color: #0e75bb !important;
}

.taskPriorityMedium {
  color: #f19410 !important;
}

.taskPriorityHigh {
  color: #ff5e5e !important;
}

.taskPriorityUrgent {
  color: #a20000 !important;
}

.addTasktoProject {
  cursor: pointer;
  color: #0e75bb;
}

.contentWrapper-566 {
  width: 450px !important;
}

.buttonAddComment {
  font-size: x-large;
  cursor: pointer;
  color: #0e75bb !important;
  float: right;
}

.image-upload > input {
  display: none;
}

.fileAttachment {
  background: #eff6fa 0% 0% no-repeat padding-box;
  border: 1px solid #eff6fa;
  border-radius: 4px;
  opacity: 1;
  font: normal normal normal 12px/14px sofia-pro, sans-serif;
  color: #0e75bb !important;
  padding: 6px 12px;
}

.fileAttachment span {
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  width: auto;
  max-width: calc(35vw - 24px - 17px);
}

.fileAttachment div {
  padding-top: 3px;
  width: 10px;
  margin-left: 5px;
}

.file-input-btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.file-input-btn input {
  position: absolute;
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  opacity: 0;
  top: 0;
  right: 0;
  transform: translate(-100%, 0) scale(3);
  direction: ltr;
  cursor: pointer;
}

/* Hack for forcing webkit to show a cursor all the time */
.file-input-btn input::-webkit-file-upload-button {
  cursor: pointer;
}

.project-attachment .file-input-btn {
  margin: 5px 10px 5px 0;
  vertical-align: top;
  width: 20px;
}

.task-attachment .file-pill,
.project-attachment .file-pill {
  width: auto;
  max-width: 38vw;
}

.taskEditorAttachmentContainer {
  display: inline-block;
  background: #1675bb 0% 0% no-repeat padding-box;
  border-radius: 11px;
  padding: 1px 12px 1px 8px;
  margin-top: 8px;
}

.AuditTrailAttachmentContainer {
  display: inline-block;
  background: #eff6fa 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 1px 12px 1px 8px;
  margin-top: 4px;
}

.taskEditorAttachment {
  font: normal normal normal 13px/18px sofia-pro, sans-serif;
  color: #ffffff;
  opacity: 1;
}

.taskEditorAttachmentIcon {
  margin-right: 8px;
  margin-top: -4px;
}

.auditTrailAttachmentIcon {
  background-color: black;
  border-radius: 4px;
  margin-right: 8px;
  margin-top: -4px;
  padding: 5px;
}

.taskEditorArrowIcon {
  margin-left: 8px;
  margin-right: 0;
  margin-top: -2px;
}

.popover {
  border: 1px solid transparent !important;
  max-width: 60vw !important;
}

.popover .arrow {
  transform: translate(8px, 0px) !important;
}

.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  border-bottom-color: rgb(0 0 0 / 12%) !important;
  filter: blur(3px) !important;
}

.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  border-width: 0 0.5rem 0.6rem 0.5rem !important;
}

.popover-body {
  box-shadow: 0 3px 10px rgb(0 0 0 / 12%);
  padding: 0.5rem 0 !important;
}

.download-file-name {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: #1675bb;
  font-family: sofia-pro, sans-serif;
}

.download-audit {
  color: #000000;
}

.taskEditorDownloadIcon {
  margin-right: 8px;
  margin-top: -2px;
}

.taskOwner {
  font: normal normal normal 12px/18px sofia-pro, sans-serif;
  color: #bbbbbb;
}

.downloadAll {
  display: inline-block;
  margin-left: 8px;
  margin-right: 7px;
  width: fit-content;
}

.task-editor-comments {
  height: 98vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 305px) {
  .downloadAll {
    margin-top: 4px;
    margin-left: 14px;
    margin-right: 7px;
    display: block;
  }
}

.downloadAll:hover,
.download-file:hover {
  cursor: pointer;
}

.download-file {
  padding: 0 0.75rem;
}

.download-file:hover {
  background-color: #e9ecef78;
}

.file-pill-container {
  max-width: calc(90% - 31px);
}

.taskEditorAction {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 100px;
  font: normal normal 600 12px/18px sofia-pro, sans-serif;
  letter-spacing: 0px;
  color: #696969;
  padding: 2px 12px;
}

.commentUserName {
  max-width: 67%;
  font: normal normal bold 14px/22px sofia-pro, sans-serif;
  color: #333333;
  margin-bottom: -5px;
}

.commentNote {
  font: normal normal normal 14px/22px sofia-pro, sans-serif;
  color: #333333;
  max-width: 95%;
}

.commentDate {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: small;
  color: lightgray;
}

.taskThumbnail {
  border: 1px solid lightgray;
  border-radius: 3px;
}

.taskThumbnailWord {
  border: 1px solid lightgray;
  border-radius: 3px;
  width: 100%;
}

.taskPdfPreview {
  width: 350px !important;
}

.taskLightBlue {
  color: #0e75bb !important;
}

.taskLightBlue {
  color: #0e75bb !important;
}

.taskBlue {
  color: #0e75bb !important;
}

.taskGreen {
  color: #2ddb44 !important;
}

.taskDarkGreen {
  color: darkgreen !important;
}

.taskOptions {
  font-size: small !important;
}

.button-line {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

/* END - Tasks */

/* START - Fonts */

.fontGrayLIght {
  color: #464646 !important;
}

.buttonLink {
  text-decoration: underline;
  font: normal normal 500 14px/15px sofia-pro, sans-serif;
  letter-spacing: 0px;
  color: #0e75bb;
}

.buttonLink:hover {
  color: #273c8e !important;
}

.react-pdf__Page__canvas {
  margin: 0 auto;
  width: 100% !important;
  height: 100% !important;
  border: 1px solid darkgray;
  border-radius: 3px;
}

.form-control {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dddddd !important;
  border-radius: 3px 3px 0px 0px;
}

.form-control.is-invalid {
  background: none #ffffff 0% 0% no-repeat padding-box !important;
  border: 1px solid #eb3223 !important;
  border-radius: 3px 3px 0px 0px;
}

.form-custom-control {
  text-align: left !important;
  font: normal normal normal 12px/14px sofia-pro, sans-serif !important;
  letter-spacing: 0px !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dddddd;
  border-radius: 3px 3px 0px 0px;
  box-shadow: none !important;
}

.form-custom-control.container {
  margin: 0px;
  max-width: 100%;
}

.form-custom-control:focus,
.form-custom-control-2:focus,
.form-custom-control-2:focus-visible {
  border: 1px solid #0e75bb !important;
  border-radius: 3px 3px 0px 0px;
  outline: none;
}

.form-custom-control-2 {
  box-shadow: none !important;
}

.badge-light {
  color: #707070 !important;
}

.error-message {
  position: absolute;
  background: url("../../assets/icon-error.svg") no-repeat;
  background-position-y: center;
  font: normal normal normal 10px/16px sofia-pro, sans-serif !important;
  width: 90% !important;
  padding-left: 15px;
  text-align: left;
  color: #eb3223 !important;
}

.error-message-assign {
  background: url("../../assets/icon-error.svg") no-repeat;
  background-position-y: center;
  font: normal normal normal 10px/16px sofia-pro, sans-serif !important;
  padding-left: 15px;
  text-align: left;
  color: #eb3223 !important;
}

.error-reassign {
  margin-bottom: 0 !important;
}

.overflowEllipses {
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  margin-right: 0px !important;
  padding-right: 0px !important;
  position: relative !important;
  max-width: 97%;
}

.newline-wrap {
  white-space: pre;
}

.pulse-loader {
  position: absolute;
  top: 50%;
  left: 45%;
  z-index: 1000;
}

.calendar-icon {
  display: inline-flex;
  float: right;
  position: relative;
  margin-top: -25px;
  margin-right: 10px;
  pointer-events: none;
}

.attachmentIcon {
  cursor: pointer;
}

.img-container {
  width: 100%;
}

.login-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.error500-image {
  width: 100%;
  margin-top: 28px !important;
}

.error-text {
  width: 100%;
  margin-top: 36px !important;
}

.error-margin {
  margin-right: 0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.error-title {
  font-family: sofia-pro, sans-serif !important;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.error-title-margin {
  margin-bottom: 8px !important;
}

.currentDocumentFont {
  font: italic normal bold 12px/18px sofia-pro, sans-serif;
  color: #333333;
}
/* Pill elements */
.pill-wapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 4px;
  justify-content: space-between;
  align-content: center;
}

.pill-wapper.assignMembersWrapper{
  justify-content: flex-start;
}

.pill-wapper > input {
  padding-top: 0px;
}

.text-pill {
  margin: 0 6px 0 10px;
  position: relative;
  text-align: center;
  letter-spacing: 0px;
  padding-bottom: 2px;
  opacity: 1;
  font: normal normal medium 13px/20px Sofia Pro, sans-serif;
}
.group-icon {
  padding-right: 3px;
}
.black {
  color: #000000;
}

.blue {
  color: #0e75bb;
}
.user-pills {
  height: 32px;
  border-radius: 100px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-picture-expand {
  display: inline-block;
}

.profile-picture {
  display: inline-block;
  margin-right: 5px;
}

.pill-fill-container{
  padding: 4px;
  margin: 1px;
  border-radius: 100px;
}

.pills-blue-background {
  background: #eff6fa 0% 0% no-repeat padding-box;
  color: #0E75BB;
}

.pills-gray-background {
  background: #DDDDDD 0% 0% no-repeat padding-box;
  color: #696969;
}

.cross-button {
  width: 10px; /*or whatever you choose*/
  margin: auto;
}

.cross-button img {
  display: block;
  width: 6px;
  max-width: 6px; /*actual image width*/
  height: auto; /* maintain aspect ratio*/
  margin: auto; /*optional centering of image*/
}

.cross-button:hover {
  box-shadow: none !important;
  border: none;
  background-color: transparent;
}

.cross-button:focus {
  box-shadow: none !important;
  border: none;
  background-color: transparent;
}

.cross-button-disabled{
  filter: invert(41%) sepia(3%) saturate(5%) hue-rotate(314deg) brightness(95%) contrast(79%);
}

.small {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  width: auto;
  height: auto;
  vertical-align: text-bottom;
}

/* Styles ticket TAD-1833 */
.attachment-icon-blue {
  filter: opacity(0.5) drop-shadow(0 0 0 #0e75bb);
}

.pill-wapper input {
  padding: 5px;
  font-size: 12px;
  border: 0;
  outline: none;
  color: #333333;
  flex: 1;
}

/* END - Fonts */
@media (max-width: 320px) {
  .taskUserListTitle {
    display: none;
  }
  .cross-button{
    margin-left: 7px;
  }
}
