.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Inter, sans-serif;
  color: #1e1f20;
  font-size: 1vw;
  line-height: 1;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.35em;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.02em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.22em;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.02em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.1em;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.01em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.9em;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.01em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.69em;
  line-height: 1.3;
  font-weight: 400;
}

.contain__is-style-guides {
  padding-top: 5em;
  padding-bottom: 20em;
}

.spacer {
  width: 3em;
  height: 3em;
  background-color: transparent;
}

.spacer.relative {
  position: relative;
}

.bgr-black {
  background-color: #1e1f20;
}

.color-block__is-style-guides {
  width: 8em;
  height: 8em;
}

.color-block__is-style-guides.bgr-navy-dark {
  background-color: #1b045e;
}

.color-block__is-style-guides.bgr-navy-light {
  background-color: #26158f;
}

.flex-hor-central-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-hor-central-left.is-you {
  height: 5.14em;
}

.flex-hor-central-left.right-line {
  border-right: 1px solid #e6e2df;
}

.bgr-white {
  background-color: #fcfbfa;
}

.bgr-column-light {
  background-color: #f7f5f2;
}

.bgr-beige {
  background-color: #e6e2df;
}

.bgr-dark-grey {
  background-color: #6a6863;
}

.bgr-middle-grey {
  background-color: #97928c;
}

.bgr-column-darker {
  background-color: #f2eee7;
}

.bgr-navy-dark {
  background-color: #1b045e;
}

.bgr-navy-light {
  background-color: #26158f;
}

.bgr-navy-light-active {
  background-color: #2e40cc;
}

.bgr-signnal-blue {
  background-color: #52a1f0;
}

.bgr-to-do {
  background-color: #d1b9ab;
}

.bgr-in-progress {
  background-color: #ffdb94;
}

.bgr-stoped {
  background-color: #f8c8d0;
}

.bgr-on-review {
  background-color: #a1daf8;
}

.bgr-done {
  background-color: #b0e388;
}

.bgr-alert-red {
  background-color: #ee5858;
}

.bgr-note {
  background-color: #f1e0c7;
}

.flex-ver-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txt-black {
  color: #1e1f20;
}

.txt-white {
  color: #fcfbfa;
}

.txt-dark-grey {
  color: #6a6863;
}

.txt-dark-grey.previous-month-day {
  color: #97928c;
}

.txt-dark-grey.absolute {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: none;
}

.txt-dark-grey.absolute.unselect {
  display: block;
}

.txt-dark-grey.absolute.select {
  display: block;
}

.txt-dark-grey.absolute.z-a {
  display: block;
}

.txt-dark-grey.absolute.a-z {
  display: block;
}

.txt-dark-grey.abs {
  position: absolute;
}

.txt-dark-grey.abs.unselect {
  display: block;
}

.txt-middle-grey {
  color: #97928c;
}

.txt-middle-grey.margin-bottom {
  margin-bottom: 6px;
}

.txt-middle-grey._40 {
  color: rgba(151, 146, 140, 0.6);
}

.txt-middle-grey.filter-line {
  margin-top: 0.2em;
  padding-top: 0em;
  line-height: 1;
}

.txt-middle-grey.filter-line.when-filter-is-active {
  color: #1e1f20;
  font-weight: 600;
}

.txt-middle-grey.padding {
  margin-right: 0.2em;
  margin-left: 0.2em;
}

.txt-beige {
  color: #e6e2df;
}

.txt-alert-red {
  color: #ee5858;
}

.flex-hor-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
}

.btn {
  display: inline-block;
  padding: 0.69em 1.04em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.56em;
  background-color: #26158f;
  -webkit-transition: background-color 180ms cubic-bezier(.386, .1, .298, .995);
  transition: background-color 180ms cubic-bezier(.386, .1, .298, .995);
  text-decoration: none;
}

.btn:hover {
  background-color: #2e40cc;
}

.btn.bgr-navy-light {
  width: 5.21em;
  height: 2.5em;
  padding: 0px;
  border-radius: 6px;
}

.btn.isheader-login {
  padding-right: 0.69em;
  padding-left: 0.69em;
}

.btn.is-add-task {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  padding-top: 0em;
  padding-right: 1.34em;
  padding-bottom: 0em;
  white-space: nowrap;
}

.btn.is-add-task.margin-8 {
  cursor: pointer;
}

.square-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5em;
  height: 2.5em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.56em;
  background-color: #26158f;
  -webkit-transition: background-color 180ms cubic-bezier(.304, .001, .298, .995);
  transition: background-color 180ms cubic-bezier(.304, .001, .298, .995);
}

.square-btn:hover {
  background-color: #2e40cc;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: block;
  width: 100vw;
  height: 3.61em;
  background-color: #1b045e;
}

.contain-global {
  width: 100%;
  height: 100%;
  padding-right: 0.95em;
  padding-left: 0.95em;
}

.header-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.crew-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.67em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.crew-logo.margin-5 {
  width: 1.67em;
  height: 1.67em;
  margin-right: 6px;
}

.image {
  width: 1.39em;
  height: 1.39em;
}

.margin-5 {
  margin-right: 0.35em;
}

.crewilogo-svg {
  width: 1.39em;
  height: 1.39em;
}

.flex-hor-central-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 2.15em;
  height: 2.15em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.avatar-team-member-img {
  width: 100%;
  height: 100%;
}

.margin-20 {
  margin-right: 1.39em;
}

.margin-20.left {
  margin-right: 0em;
  margin-left: 1.39em;
}

.margin-8 {
  margin-right: 0.56em;
}

.column {
  width: 12.5%;
  height: auto;
}

.column.is-crew-members {
  position: fixed;
  height: 100vh;
  padding-top: 3.61em;
  background-color: #1b045e;
}

.team-memeber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10.5em;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 7px 6px 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0.28em;
  background-color: #1b045e;
  cursor: pointer;
}

.team-memeber.vacation {
  opacity: 0.54;
}

.team-memeber.sick-leave {
  opacity: 0.54;
}

.team-memeber.selected {
  background-color: #2e40cc;
}

.avatar-medium {
  position: relative;
  overflow: hidden;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.35em;
  border-radius: 50%;
}

.work-status-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.your-profile {
  height: 5.14em;
}

.work-status-icon-svg {
  height: 0.88em;
}

.team-search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2em;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.28em;
  background-color: #26158f;
}

.search-icon {
  height: 0.88em;
}

.spacer-1em {
  width: 1em;
  height: 1em;
}

.timetable-parent {
  position: static;
  width: 87.5vw;
  height: auto;
  margin-top: 1em;
  margin-left: 12.5vw;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0vw;
}

.dashboard-elements-wrapp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.square-btn-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5em;
  height: 2.5em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #26158f;
  -webkit-transition: background-color 180ms cubic-bezier(.304, .001, .298, .995);
  transition: background-color 180ms cubic-bezier(.304, .001, .298, .995);
}

.square-btn-back:hover {
  background-color: #2e40cc;
}

.square-btn-back.margin-5 {
  background-color: #f7f5f2;
}

.header-spacer {
  position: relative;
  z-index: -1;
  height: 3.65em;
}

.sub-header-dashboard {
  position: fixed;
  z-index: 5;
  width: 87.5vw;
  height: 4em;
  margin-top: 0px;
  margin-left: 12.5vw;
  background-color: #e6e2df;
}

.sub-header-elements-wrapp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sub-header-elements-wrapp.flex-hor-central-right {
  padding-bottom: 0px;
}

.exit-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.22em;
  height: 2.22em;
  padding: 0px 4px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #26158f;
  -webkit-transition: background-color 180ms cubic-bezier(.304, .001, .298, .995);
  transition: background-color 180ms cubic-bezier(.304, .001, .298, .995);
}

.exit-btn:hover {
  background-color: #2e40cc;
}

.exit-btn.margin-5 {
  width: 2em;
  height: 2em;
  padding-right: 4px;
  background-color: #f7f5f2;
}

.exit-btn.margin-5:hover {
  background-color: #fcfbfa;
}

.exit-btn-svg {
  width: 1em;
  height: 1em;
}

.txt-bold {
  padding-right: 0px;
  padding-left: 0px;
  font-weight: 600;
}

.dashboard-search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9.38em;
  height: 2em;
  padding-right: 0.69em;
  padding-left: 0.69em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.56em;
  background-color: #f7f5f2;
}

.week-day-columns-parent {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 87.5%;
  margin-top: auto;
  margin-left: 12.5vw;
  padding-top: 11.1em;
  padding-right: 0.15em;
  padding-left: 0.15em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfbfa;
}

.week-columnn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin: 2px;
  padding: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
}

.week-columnn.bgr-column-light {
  padding: 0px;
}

.week-columnn.bgr-column-darker {
  padding: 0px;
}

.task-card-large {
  width: 100%;
  margin-bottom: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0.28em;
}

.task-card-large.bgr-to-do {
  border-radius: 4px;
}

.task-card-large.bgr-done {
  background-color: #b0e388;
}

.task-card-wrapp {
  width: 100%;
  height: auto;
  margin-bottom: 2px;
  padding: 6px 10px;
}

.task-card-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.task-card-data.margin-oweride {
  margin-bottom: 6px;
}

.company-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-dot-color {
  width: 6px;
  height: 6px;
  margin-right: 0.3em;
  border-radius: 100%;
  background-color: #fc1818;
}

.company-dot-color.margin-5.is-coca-cola {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e90202;
}

.company-dot-color.margin-5.is-sprite {
  background-color: #00aa1a;
}

.company-dot-color.imlek {
  background-color: #007fff;
}

.company-dot-color.jaffa {
  background-color: #1a11c2;
}

.company-dot-color.avon {
  background-color: #f9597b;
}

.company-dot-color.napolitanek {
  background-color: #1c44c7;
}

.company-dot-color.empty {
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #6a6863;
  background-color: transparent;
}

.no-wrap {
  white-space: nowrap;
}

.week-greed {
  width: 87.5vw;
  height: 100vh;
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  -ms-grid-columns: 14.2% 14.2% 14.2% 14.2% 14.2% 14.2% 14.2%;
  grid-template-columns: 14.2% 14.2% 14.2% 14.2% 14.2% 14.2% 14.2%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.day-columns {
  padding: 2px;
  border-radius: 6px;
}

.day-columns.bgr-column-light {
  padding: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #f7f5f2;
}

.day-columns.bgr-column-darker {
  padding: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #f0ece6;
}

.margin-4 {
  margin-right: 0.3em;
}

.day-header {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #e6e2df;
}

.day-header.current-day {
  padding-bottom: 8px;
  border-bottom-width: 3px;
  border-bottom-color: #52a1f0;
}

.day-header.empty-day {
  opacity: 0.38;
}

.flex-hor-central-spc-beetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-hor-central-spc-beetween.is-you {
  height: 5.14em;
}

.flex-hor-btm-spc-beetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-hor-btm-spc-beetween.is-you {
  height: 5.14em;
}

.flex-hor-center-spc-beetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-hor-center-spc-beetween.is-you {
  height: 5.14em;
}

.flex-hor-center-spc-beetween.margin-bottom {
  margin-bottom: 10px;
}

.add-task-column-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 6px 4px 4px;
  padding: 4px 10px 4px 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  text-decoration: none;
}

.add-task-column-header:hover {
  background-color: #e6e2df;
}

.add-task-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.9em;
  height: 1.3em;
  margin-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-hor-central-central {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.square-btn-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.22em;
  height: 2.22em;
  padding: 0px 4px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.56em;
  background-color: #26158f;
  -webkit-transition: background-color 180ms cubic-bezier(.304, .001, .298, .995);
  transition: background-color 180ms cubic-bezier(.304, .001, .298, .995);
}

.square-btn-left:hover {
  background-color: #2e40cc;
}

.square-btn-left.margin-5 {
  width: 2em;
  height: 2em;
  margin-left: 0.35em;
  padding-right: 2px;
  background-color: #f7f5f2;
}

.square-btn-left.margin-5:hover {
  background-color: #fcfbfa;
}

.square-btn-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.22em;
  height: 2.22em;
  padding: 0px 4px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.56em;
  background-color: #26158f;
  -webkit-transition: background-color 180ms cubic-bezier(.304, .001, .298, .995);
  transition: background-color 180ms cubic-bezier(.304, .001, .298, .995);
}

.square-btn-right:hover {
  background-color: #2e40cc;
}

.square-btn-right.margin-5 {
  width: 2em;
  height: 2em;
  padding-right: 0px;
  padding-left: 1px;
  background-color: #f7f5f2;
}

.square-btn-right.margin-5:hover {
  background-color: #fcfbfa;
}

.arrow-btn {
  width: 0.7em;
  height: 0.7em;
}

.date-search {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 2em;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  cursor: pointer;
}

.drop-down-arrow-icon {
  height: 0.5em;
}

.drop-down-menu {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.drop-down-menu.height {
  z-index: 20;
}

.drop-down-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.69em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.56em;
}

.drop-down-trigger.bgr-column-light {
  position: static;
  padding: 8px;
  border-radius: 6px;
}

.drop-down-trigger.bgr-column-light.height {
  width: 15em;
  height: 2em;
}

.drop-down-trigger.bgr-column-darker {
  cursor: pointer;
}

.drop-down-trigger.bgr-column-darker.height {
  height: 2em;
}

.drop-down-trigger.show-all-projects {
  height: 2em;
  background-color: #f7f5f2;
}

.drop-down-trigger.date-dropdown {
  width: 15em;
  height: 2em;
  background-color: #f7f5f2;
}

.drop-down-content {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.56em;
  box-shadow: 0 5px 5px -5px #6a6863;
}

.drop-down-content.bgr-column-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 8px 10px -2px rgba(106, 104, 99, 0.4);
}

.drop-down-link-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.drop-down-link-item.bgr-column-light {
  padding: 4px 10px 4px 7px;
  text-decoration: none;
}

.drop-down-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.down-arrow {
  width: 0.6em;
  height: 0.6em;
}

.task-status {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #fcfbfa;
}

.task-status-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9.65em;
  height: 2.64em;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  text-decoration: none;
}

.task-status-btn.in-progress {
  background-color: #ffdb94;
}

.task-status-btn.on-review {
  background-color: #a1daf8;
}

.task-status-btn.to-do {
  background-color: #d1b9ab;
}

.task-status-btn.stoped {
  background-color: #f8c8d0;
}

.task-status-btn.done {
  background-color: #b0e388;
}

.task-status-btn.delite {
  background-color: #f2eee7;
}

.txt-allcaps {
  text-transform: uppercase;
}

.delite-icon {
  width: 0.83em;
}

.drop-shadow {
  box-shadow: 0 8px 10px -4px rgba(106, 104, 99, 0.4);
}

.add-day-action {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #fcfbfa;
}

.add-day-action-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9.65em;
  height: 2.64em;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 6px;
  text-decoration: none;
}

.add-day-action-btn.in-progress {
  background-color: #ffdb94;
}

.add-day-action-btn.on-review {
  background-color: #a1daf8;
}

.add-day-action-btn.to-do {
  background-color: #d1b9ab;
}

.add-day-action-btn.stoped {
  background-color: #f8c8d0;
}

.add-day-action-btn.done {
  background-color: #b0e388;
}

.add-day-action-btn.delite {
  background-color: #f2eee7;
}

.image-2 {
  width: 0.88em;
  background-color: transparent;
}

.image-3 {
  padding-right: 3px;
}

.log-out-icon {
  width: 1.2em;
  height: 1.2em;
  margin-left: 2px;
  padding-right: 0px;
}

.unit-dot-color {
  width: 5px;
  height: 5px;
  margin-right: 0.3em;
  border-radius: 50%;
  background-color: #fc1818;
}

.unit-dot-color.margin-5.is-coca-cola {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e90202;
}

.unit-dot-color.margin-5.is-sprite {
  background-color: #00aa1a;
}

.unit-dot-color.is-sprite {
  background-color: #05942e;
}

.unit-dot-color.instagrand {
  background-color: #c99d00;
}

.unit-dot-color.napolitanke {
  background-color: #c20edd;
}

.unit-dot-color.balans {
  background-color: #144d08;
}

.unit-dot-color.banini {
  background-color: #ebaa06;
}

.unit-dot-color.grand-gold {
  background-color: #987443;
}

.unit-dot-color.bam {
  background-color: #9642dc;
}

.unit-dot-color.fanta {
  background-color: #f98220;
}

.unit-dot-color.bananica {
  background-color: #d30303;
}

.unit-dot-color.munch {
  background-color: #7cccf3;
}

.avatar-alert-boarder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #ee5858;
  border-radius: 50%;
}

.avatar-alert-boarder.hide {
  display: none;
}

.avatar-card {
  position: relative;
  overflow: hidden;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0em;
  border-radius: 50%;
}

.avatar-card.margin-avatar-line-list {
  margin-right: 0.25em;
}

.avatar-card.margin-px {
  margin-right: 8px;
}

.search-box-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2em;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e2df;
  border-radius: 6px;
  background-color: transparent;
}

.drop-down-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-search {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22.22em;
  height: 2em;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  cursor: pointer;
}

.sub-header-dashboard-list {
  width: 100vw;
  height: 4em;
  margin-top: 0px;
  background-color: #e6e2df;
}

.week-day-columns-parent-headers {
  position: fixed;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 87.5%;
  margin-top: 4em;
  margin-left: 12.5vw;
  padding: 2px 0.15em 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfbfa;
}

.week-grid-header {
  width: 100%;
  height: auto;
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  -ms-grid-columns: 14.2% 14.2% 14.2% 14.2% 14.2% 14.2% 14.2%;
  grid-template-columns: 14.2% 14.2% 14.2% 14.2% 14.2% 14.2% 14.2%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.list-view-header {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: block;
  width: 100vw;
  height: 3.61em;
  background-color: #1b045e;
}

.list-view-filters {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2em;
  padding: 2px 0.38em;
  background-color: #e6e2df;
}

.list-view-header-wrapper {
  position: fixed;
  z-index: 10;
  height: 9.28em;
}

.grid {
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 4.31em 4.31em 4.31em 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 4.31em;
  grid-template-columns: 4.31em 4.31em 4.31em 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 4.31em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-line-view {
  position: static;
  width: 100vw;
  height: auto;
  padding-top: 9.4em;
  padding-right: 0em;
  padding-left: 0em;
}

.list-line-view-grid {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 2em;
  margin-top: -4px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 3.8em 5.47em 5.47em minmax(8em, 1fr) 6.82em 15.64em 3.8em 5.47em 5.47em 3.8em 3.8em 3.8em 12.51em 6.25em 7.82em;
  grid-template-columns: 3.8em 5.47em 5.47em minmax(8em, 1fr) 6.82em 15.64em 3.8em 5.47em 5.47em 3.8em 3.8em 3.8em 12.51em 6.25em 7.82em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-line-view-grid.data-item-line {
  height: 2.2em;
}

.list-view-line-wrapp {
  position: relative;
  display: block;
  overflow: hidden;
  width: 99.35%;
  height: auto;
  margin: 2px 0.26em;
  padding: 2px 0px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0.28em;
  background-color: #f7f5f2;
  cursor: pointer;
}

.list-view-line-wrapp.bgr-column-light {
  height: auto;
}

.list-view-line-wrapp.bgr-column-darker {
  display: block;
}

.list-view-line-wrapp.color-darker {
  background-color: #f2eee7;
}

.assagne-list-line-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.3em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.35em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e6e2df;
}

.assagne-list-line-cell.left-padding-overwrite {
  padding-left: 0px;
}

.assagne-list-line-cell._2px-padding {
  padding-right: 2px;
  padding-left: 2px;
}

.list-line-cell-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e6e2df;
}

.list-line-cell-wrapper.central {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-line-cell-wrapper.right-line-overwrite {
  border-right-style: none;
}

.allign-central {
  text-align: center;
}

.task-status-list-line-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.28em;
  color: #1e1f20;
  text-decoration: none;
}

.task-status-list-line-btn.bgr-in-progress {
  color: #1e1f20;
}

.task-status-list-line-btn.bgr-to-do {
  background-color: #d1b9ab;
}

.task-status-list-line-btn.bgr-done {
  background-color: #b0e388;
}

.tasks-number-status-list-line-btn-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.41em;
  height: 1.6em;
  margin-right: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.28em;
  color: #1e1f20;
  text-decoration: none;
}

.tasks-number-status-list-line-btn-copy.bgr-in-progress {
  color: #1e1f20;
}

.tasks-number-status-list-line-btn-copy.bgr-to-do {
  width: 1.41em;
}

.filters-list-line-header {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 0.35em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none rgba(151, 146, 140, 0.4);
  text-decoration: none;
}

.filters-list-line-header.left-padding-overwrite {
  padding-left: 0px;
}

.filters-list-line-header._2px-padding {
  padding-right: 2px;
  padding-left: 2px;
}

.filters-list-line-header.right-line-overwrite {
  border-right-style: none;
}

.filters-line-cell-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e6e2df;
}

.filters-line-cell-wrapper.central {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filters-line-cell-wrapper.right-line-overwrite {
  border-right-style: none;
}

.filters-list-line-grid-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 0em;
  padding-top: 0em;
  padding-bottom: 0px;
  border-right: 1px solid rgba(151, 146, 140, 0.4);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.filters-list-line-grid-wrapper.right-line-overwrite {
  border-right-style: none;
}

.filters-list-line-grid-wrapper.created {
  margin-left: 0px;
}

.filters-list-line-grid-wrapper.creat {
  margin-left: 0em;
}

.filters-list-line-grid-wrapper.allign-padding {
  padding-top: 0.1em;
}

.filter-icon {
  width: 0.4em;
  height: 0.4em;
}

.filter-icon-wrapp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-down-list-view-wrapp {
  overflow: hidden;
  width: 100%;
  margin-top: -2px;
  padding-top: 0px;
  background-color: #e6e2df;
}

.drop-down-grid-list-header {
  width: 100%;
  height: 2em;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 3.8em 5.47em 5.47em minmax(14.82em, 1fr) 15.64em 3.8em 5.47em 5.47em 3.8em 3.8em 3.8em 18.76em 7.82em;
  grid-template-columns: 3.8em 5.47em 5.47em minmax(14.82em, 1fr) 15.64em 3.8em 5.47em 5.47em 3.8em 3.8em 3.8em 18.76em 7.82em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.est-time-icon {
  width: 0.8em;
  height: 0.8em;
}

.drop-down-grid-list-line {
  width: 100%;
  height: 2em;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-template-areas: ". . . Area";
  -ms-grid-columns: 3.8em 0px 5.47em 0px 5.47em 0px minmax(14.82em, 1fr) 0px 15.64em 0px 3.8em 0px 5.47em 0px 5.47em 0px 3.8em 0px 3.8em 0px 3.8em 0px 18.76em 0px 7.82em;
  grid-template-columns: 3.8em 5.47em 5.47em minmax(14.82em, 1fr) 15.64em 3.8em 5.47em 5.47em 3.8em 3.8em 3.8em 18.76em 7.82em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.drop-down-list-line-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.2em;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(151, 146, 140, 0.25);
}

.drop-down-list-line-cell.central {
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.drop-down-list-line-cell.right-line-overwrite {
  height: auto;
  border-right-style: none;
}

.drop-down-list-line-cell.right-line-overwrite.padding {
  padding-right: 5px;
}

.drop-down-list-line-cell.align-central {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block {
  background-color: #52a1f0;
}

.body {
  background-color: #fcfbfa;
}

.tasks-add-status-list-line-btn-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.6em;
  margin-right: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #26158f;
  color: #1e1f20;
  text-decoration: none;
}

.tasks-add-status-list-line-btn-copy-copy.bgr-in-progress {
  color: #1e1f20;
}

.tasks-add-status-list-line-btn-copy-copy.bgr-to-do {
  width: 1.41em;
}

.list-view-line-txt {
  white-space: nowrap;
}

.filters-list-line-header-task {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none rgba(151, 146, 140, 0.4);
  text-decoration: none;
}

.filters-list-line-header-task.left-padding-overwrite {
  padding-left: 0px;
}

.filters-list-line-header-task._2px-padding {
  padding-right: 2px;
  padding-left: 2px;
}

.filters-list-line-header-task.right-line-overwrite {
  border-right-style: none;
}

.list-line-add-task-btn {
  color: #6a6863;
  text-decoration: none;
}

.list-line-add-task-btn:hover {
  color: #26158f;
}

.calendar {
  position: absolute;
  left: 0%;
  top: 2.1em;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 12em;
  padding: 1.11em;
  border-radius: 6px;
  background-color: #e6e2df;
}

.calendar.drop-shadow {
  width: 14em;
}

.calendar-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.11em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.calendar-navigation-right {
  margin-left: 0.7em;
}

.calendar-arrows-wrapp {
  margin-left: 0.43em;
}

.calendar-dates-grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.calendar-cell-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.97em;
  height: 0.97em;
  padding: 4px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: transparent;
}

.calendar-cell-date.dates {
  cursor: pointer;
}

.calendar-cell-date.dates:hover {
  background-color: rgba(151, 146, 140, 0.4);
}

.back-on-currnent-day {
  margin-top: 0.5em;
  padding: 5px 2px;
  color: #6a6863;
  text-decoration: none;
}

.back-on-currnent-day:hover {
  color: #1e1f20;
}

.months-dropdown {
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
}

.current-month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  padding-right: 0.1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 0.5em;
  height: 0.5em;
}

.current-month-arrow-wrapp {
  padding-top: 0px;
}

.months-dropp-wrapper {
  position: absolute;
  left: 0%;
  top: 1.8em;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  padding: 0.5em;
  border-radius: 4px;
  background-color: #e6e2df;
}

.months-dropp-wrapper.drop-shadow {
  top: 1.6em;
  overflow: scroll;
  width: auto;
  height: 8em;
  padding-left: 0.2em;
  border-radius: 0.21em;
  background-color: #f7f5f2;
  box-shadow: 0 8px 10px 0 rgba(30, 31, 32, 0.4);
}

.month-drop-down-link {
  width: 100%;
  padding: 3px 2px;
  color: #6a6863;
  text-decoration: none;
}

.month-drop-down-link:hover {
  color: #1e1f20;
}

.arrows-left-right {
  width: 0.8em;
  height: 0.8em;
}

.drop-down-wrapper-block {
  display: block;
  width: 100%;
  padding: 1em 1em 0.1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-down-content-projects {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 6px;
  box-shadow: 0 5px 5px -5px #6a6863;
}

.drop-down-content-projects.bgr-column-light {
  display: none;
  width: 15em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 8px 10px -2px rgba(106, 104, 99, 0.4);
}

.list-view-line-wrapp-backup {
  display: none;
  overflow: hidden;
  width: 99.3%;
  height: auto;
  margin: 2px 0.38em;
  padding: 2px 0px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  cursor: pointer;
}

.list-view-line-wrapp-backup.bgr-column-light {
  height: auto;
}

.list-view-line-wrapp-backup.bgr-column-darker {
  display: block;
}

.list-line-view-grid-backup {
  overflow: visible;
  width: 100%;
  height: 2.3em;
  margin-top: -4px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 3.91em 5.47em 5.47em minmax(10.95em, 1fr) 7.82em 15.64em 3.91em 5.47em 5.47em 3.91em 3.91em 12.51em 6.25em 7.82em;
  grid-template-columns: 3.91em 5.47em 5.47em minmax(10.95em, 1fr) 7.82em 15.64em 3.91em 5.47em 5.47em 3.91em 3.91em 12.51em 6.25em 7.82em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.drop-down-list-view-wrapp-backup {
  overflow: hidden;
  width: 100%;
  margin-top: -2px;
  padding-top: 0px;
  background-color: #e6e2df;
}

.drop-down-grid-list-header-backup {
  width: 100%;
  height: 2.3em;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 3.91em 5.47em 5.47em minmax(10.95em, 1fr) 15.64em 3.91em 5.47em 5.47em 3.91em 3.91em 18.76em 7.82em;
  grid-template-columns: 3.91em 5.47em 5.47em minmax(10.95em, 1fr) 15.64em 3.91em 5.47em 5.47em 3.91em 3.91em 18.76em 7.82em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.drop-down-grid-list-line-backup {
  width: 100%;
  height: 2em;
  padding-top: 2px;
  padding-bottom: 2px;
  grid-column-gap: 0px;
  -ms-grid-columns: 3.91em 5.47em 5.47em minmax(10.95em, 1fr) 15.64em 3.91em 5.47em 5.47em 3.91em 3.91em 18.76em 7.82em;
  grid-template-columns: 3.91em 5.47em 5.47em minmax(10.95em, 1fr) 15.64em 3.91em 5.47em 5.47em 3.91em 3.91em 18.76em 7.82em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-list-view {
  position: absolute;
  left: 0%;
  top: 1.46em;
  right: 0%;
  bottom: auto;
  width: 18em;
  height: 30em;
  padding: 0.56em;
  border-radius: 0px 0px 4px 4px;
  background-color: #fcfbfa;
}

.dropdown-list-view.drop-shadow {
  left: 0%;
  top: 1.7em;
  right: 0%;
  bottom: auto;
  width: auto;
  height: auto;
}

.dropdown-list-view.shadow-drop {
  top: 1.44em;
  width: 20em;
  height: 30em;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.dropdown-list-view.shadow-drop.overflow {
  left: 0%;
  top: 1.33em;
  right: auto;
  bottom: auto;
  display: block;
  overflow: hidden;
  height: 32em;
  padding: 0em;
  border-top-right-radius: 4px;
}

.click-box-filter {
  position: relative;
  width: 100%;
  height: 100%;
}

.boarder-list {
  position: absolute;
  width: 100%;
  height: 0.8em;
  border-right: 1px none rgba(151, 146, 140, 0.4);
}

.dropdown-list-search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.6em;
  padding-right: 0.4em;
  padding-left: 0.4em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e2df;
  border-radius: 4px;
}

.heading {
  color: #97928c;
}

.dropdown-list-search-icon {
  width: 0.8em;
  height: 0.8em;
}

.drop-down-contect {
  margin-top: 0.8em;
}

.dropdown-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.56em 0em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-btn {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(151, 146, 140, 0.6);
  border-radius: 50%;
}

.radio-btn.margin-px {
  position: relative;
  z-index: 100;
  margin-right: 12px;
  cursor: pointer;
}

.radio-btn.margin-small {
  width: 1.11em;
  height: 1.11em;
  margin-right: 0.28em;
  cursor: pointer;
}

.radio-button-active {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #6a6863;
}

.drop-down-overflow {
  overflow: scroll;
  height: 30em;
  padding-right: 5px;
}

.filters-list-triger {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 0.8em;
  border-right: 1px none rgba(151, 146, 140, 0.4);
  cursor: pointer;
}

.dropdown-wrapper {
  padding: 0.56em;
}

.add-task-dialogue-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(30, 31, 32, 0.8);
}

.add-task-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 63.89em;
  height: auto;
  padding: 2.08em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.56em;
  background-color: #fcfbfa;
  box-shadow: 0 14px 14px -2px rgba(0, 0, 0, 0.28);
}

.add-task-parent {
  padding-right: 0.68em;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.task-chat-parent {
  padding-left: 2.08em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pop-dialogue-name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.72em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.icon-task-wrapper {
  margin-right: 0.49em;
}

.reset-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.3em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #97928c;
  text-decoration: none;
}

.reset-btn-wrapper:hover {
  color: #6a6863;
}

.close-dialogue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.3em;
  padding-right: 0.3em;
  padding-left: 0.3em;
  background-color: transparent;
  color: #97928c;
  text-decoration: none;
}

.close-dialogue:hover {
  color: #6a6863;
}

.close-icon {
  width: 1em;
}

.drop-down-dialoguebox {
  position: relative;
  width: 100%;
  height: 1.8em;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
}

.drop-down-dialoguebox.assignee-task-status {
  border-style: none;
  background-color: #e6e2df;
}

.drop-down-dialoguebox.task-messages {
  height: 2em;
  margin-bottom: 0.6em;
}

.drop-down-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0.63em;
  padding-left: 0.63em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-down-name.search {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hit-box-drop-down-interaction {
  position: absolute;
  z-index: 5;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 1.8em;
  cursor: pointer;
}

.drop-content-box {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 18em;
  padding: 1.23em 0.63em;
  border-style: none;
  border-width: 1px;
  border-color: #e6e2df;
  border-bottom-left-radius: 0.28em;
  border-bottom-right-radius: 0.28em;
  background-color: #e6e2df;
}

.drop-content-box.assignee {
  display: none;
  height: 18em;
}

.drop-content-box.task-search {
  position: relative;
  z-index: 90;
  display: none;
  height: 29em;
  border-style: none;
  border-width: 4px;
  line-height: 1;
}

.drop-content-box.assigned-on-task {
  display: none;
  height: 1.5em;
  padding-top: 0.73em;
  padding-bottom: 0.73em;
}

.drop-search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.22em;
  padding-right: 0.63em;
  padding-left: 0.63em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
}

.drop-search-box.margin-bottom {
  margin-bottom: 0.8em;
}

.drop-search-box-icon {
  height: 0.9em;
}

.company-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90%;
}

.div-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.company-list-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.43em;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-wrapper.recent {
  padding-left: 1.76em;
}

.all-companies-wrapper {
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.recent-companies-wrapper {
  display: block;
  width: 50%;
  height: 100%;
  padding-left: 0.56em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.company-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-bottom: 0.25em;
  padding: 0.28em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e6e2df;
  border-radius: 0.28em;
  cursor: pointer;
}

.company-list-item:hover {
  border-radius: 0.28em;
  background-color: rgba(151, 146, 140, 0.4);
}

.company-list-item.central {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-list-item.right-line-overwrite {
  border-right-style: none;
}

.task-drop-title {
  color: #97928c;
}

.task-drop-title.txt-black {
  color: #000000;
}

.task-drop-title.black {
  color: #000000;
}

.drop-down-relative {
  position: relative;
  width: 100%;
  height: 1.8em;
  margin-bottom: 1.04em;
  background-color: #fcfbfa;
}

.drop-down-relative.company {
  z-index: 28;
  display: block;
  height: 1.8em;
  margin-bottom: 0.6em;
}

.drop-down-relative.unit {
  z-index: 26;
  display: block;
  height: 1.8em;
  margin-bottom: 0.6em;
}

.drop-down-relative.project {
  z-index: 24;
  display: block;
  height: 1.8em;
  margin-bottom: 0.6em;
}

.drop-down-relative.assagnee {
  display: block;
  width: 61%;
  height: 1.8em;
  margin-bottom: 0em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.drop-down-relative.search {
  z-index: 30;
  display: block;
  height: 1.8em;
  margin-bottom: 0.6em;
}

.drop-down-relative.search {
  z-index: 30;
  display: block;
  height: 1.8em;
  margin-bottom: 0.6em;
}

.dropdown-absolute {
  position: absolute;
  z-index: 22;
  width: 100%;
  height: 1.8em;
}

.dropdown-absolute.top-search {
  z-index: 30;
}

.input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.22em;
  margin-bottom: 1.04em;
  padding-right: 0.63em;
  padding-left: 0.63em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
}

.input-box.additional-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 3.6em;
  margin-bottom: 0.6em;
  padding-top: 0.63em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input-box.additional-info.assignee-additional-info {
  border-style: none;
  background-color: #e6e2df;
}

.input-box.task {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.8em;
  margin-bottom: 0.6em;
}

.input-box.task.assigne-task-title {
  border-style: none;
  background-color: #e6e2df;
}

.two-columns-input-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.8em;
  margin-bottom: 0.6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.two-columns-input-block.assignee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.two-columns-input-block.task-status-dialogue {
  margin-bottom: 0em;
}

.input-block-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39%;
  height: 1.8em;
  padding-bottom: 0em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-block-title.static {
  height: 1.8em;
  padding-bottom: 0em;
}

.input-block-title.task-status {
  position: static;
  width: 39%;
  padding-top: 0px;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.all-assagnee-wrapper {
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.assagnee-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 88%;
}

.filter-list-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-list-item-wrapper.choosen-assagne {
  padding-top: 0em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.assagnee-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0.25em;
  padding: 0.28em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e6e2df;
  border-radius: 0.28em;
  cursor: pointer;
}

.assagnee-list-item:hover {
  background-color: rgba(151, 146, 140, 0.4);
}

.assagnee-list-item.central {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.assagnee-list-item.right-line-overwrite {
  border-right-style: none;
}

.input-block-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.8em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.date-imput-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 100%;
  padding-right: 0.63em;
  padding-left: 0.63em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
}

.date-imput-box.assignee {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  background-color: #e6e2df;
}

.date-imput-box.status-defined {
  border-style: none;
  background-color: #e6e2df;
}

.date-imput-calendar-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  height: 100%;
  margin-left: 0em;
  padding-right: 0.63em;
  padding-left: 0.63em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
  cursor: pointer;
}

.date-imput-calendar-btn.start-on {
  padding-right: 0.6em;
  cursor: pointer;
}

.date-imput-calendar-btn-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  height: 100%;
  margin-left: 0em;
  padding-right: 0.63em;
  padding-left: 0.63em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.21em;
}

.lead-time-imput-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.8em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
}

.lead-time-imput-block.assignee {
  border-style: none;
  background-color: #e6e2df;
}

.lead-time-imput-block.lead-time-estimate {
  position: relative;
  padding-right: 0.63em;
  padding-left: 0.63em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lead-time-imput-block.final-time {
  position: relative;
  padding-right: 0.63em;
  padding-left: 0.63em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.start-end-time-imput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
}

.start-end-time-imput.start.assignee {
  border-style: none;
  background-color: #e6e2df;
}

.start-end-time-imput.start.status-defined {
  border-style: none;
  background-color: #e6e2df;
}

.start-end-time-imput.end.assignee {
  border-style: none;
  background-color: #e6e2df;
}

.start-end-time-imput.end.status-defined {
  border-style: none;
  background-color: #e6e2df;
}

.task-status-two-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.6em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.task-status-input-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.task-status-wrapper-grid {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0.56em;
  grid-row-gap: 0.56em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.task-status-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.task-status-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5.2em;
  height: 1.58em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.28em;
}

.task-status-title-box.bgr-to-do {
  border: 1px none #000;
}

.task-status-title-box.bgr-to-do.selected {
  border-style: solid;
  border-width: 1px;
  border-color: #26158f;
}
.task-status-title-box.bgr-blocked.selected {
  border-style: solid;
  border-width: 1px;
  border-color: #26158f;
}
.task-status-title-box.bgr-in-progress.selected {
  border-style: solid;
  border-width: 1px;
  border-color: #26158f;
}
.task-status-title-box.bgr-on-review.selected {
  border-style: solid;
  border-width: 1px;
  border-color: #26158f;
}
.task-status-title-box.bgr-done.selected {
  border-style: solid;
  border-width: 1px;
  border-color: #26158f;
}
.task-status-title-box.bgr-blocked {
  background-color: #f8c8d0;
}

.task-status-title-box.bgr-done {
  width: 100%;
}

.assignee-time-imput-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.8em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
  background-color: #e6e2df;
}

.assignee-time-imput-block.assignee-open-imput {
  border-style: solid;
  background-color: transparent;
}

.task-chat-box {
  width: 100%;
  height: 93%;
  padding-right: 0.485em;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
}

.chat-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 93%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chat-box-txt-imput-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.8em;
  margin-top: 0.6em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-box-imput-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  height: 100%;
  padding-left: 0.63em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
}

.chat-send-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11%;
  height: 100%;
  padding-top: 0.07em;
  padding-right: 0.21em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.28em;
  background-color: #2e40cc;
}

.send-icon {
  width: 1.2em;
}

.chat-box-scroll-owerflow {
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 0.97em 0.485em 0.97em 0.97em;
}

.chat-participant-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.42em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.chat-participant-wrapper.you {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.chat-avatar-team-member-img {
  width: 100%;
  height: 100%;
}

.chat-avatar-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 2.15em;
  height: 2.15em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.chat-avatar-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.35em;
  border-radius: 50%;
}

.chat-avatar-medium.you {
  margin-right: 0em;
  margin-left: 0.35em;
}

.heading-2 {
  width: auto;
}

.message-participant-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.42em;
  padding-bottom: 0px;
  padding-left: 1.41em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.message-participant-wrapper.you {
  padding-right: 1.41em;
  padding-left: 0em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.message-box {
  width: 70%;
  padding: 0.42em 0.56em;
  border-radius: 0.56em;
}

.message-box.them-box {
  padding: 0.92em 0.86em;
  background-color: #e6e2df;
}

.message-box.you-box {
  padding: 0.92em 0.86em;
  background-color: #f1e0c7;
}

.years-dropdown {
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
}

.current-year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 0em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-close-popupbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.56em;
  background-color: rgba(30, 31, 32, 0.8);
}

.box-close-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19.72em;
  height: 12em;
  padding: 1.76em 1.26em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.28em;
  background-color: #f7f5f2;
  margin: 0 auto;
}

.txt-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.close-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 3em;
  margin-bottom: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.56em;
  background-color: #e6e2df;
  cursor: pointer;
}

.years-dropp-wrapper {
  position: absolute;
  left: 0%;
  top: 1.8em;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  padding: 0.5em;
  border-radius: 4px;
  background-color: #e6e2df;
}

.years-dropp-wrapper.drop-shadow {
  top: 1.6em;
  overflow: scroll;
  width: 3.2em;
  height: 8em;
  padding-left: 0.2em;
  border-radius: 0.21em;
  background-color: #f7f5f2;
  box-shadow: 0 8px 10px -4px rgba(30, 31, 32, 0.5);
}

.task-status-small-txt {
  font-size: 0.58em;
}

.calentar-icon {
  width: 0.9em;
  height: 0.9em;
}

.assignee-company-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-bottom: 0em;
  padding: 0.28em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e6e2df;
  border-radius: 0.28em;
  cursor: pointer;
}

.assignee-company-list-item:hover {
  border-radius: 0.28em;
  background-color: transparent;
}

.assignee-company-list-item.central {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.assignee-company-list-item.right-line-overwrite {
  border-right-style: none;
}

.company-list-item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-bottom: 0.25em;
  padding: 0.28em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e6e2df;
  border-radius: 0.28em;
  cursor: pointer;
}

.company-list-item-copy:hover {
  border-radius: 0.28em;
  background-color: rgba(151, 146, 140, 0.4);
}

.company-list-item-copy.central {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-list-item-copy.right-line-overwrite {
  border-right-style: none;
}

.add-project-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.945em;
  height: auto;
  padding: 2.08em 2.08em 1.28em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.56em;
  background-color: #fcfbfa;
  box-shadow: 0 14px 14px -2px rgba(0, 0, 0, 0.28);
}

.add-project-parent {
  padding-right: 0em;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.add-project-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.1em;
  height: 1.3em;
  margin-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-project-prefix-numb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.8em;
  margin-bottom: 0.6em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
}

.add-project-prefix-numb.additional-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 3.6em;
  margin-bottom: 0.6em;
  padding-top: 0.63em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.add-project-prefix-numb.additional-info.assignee-additional-info {
  border-style: none;
  background-color: #e6e2df;
}

.add-project-prefix-numb.task {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.8em;
  margin-bottom: 0.6em;
}

.add-project-prefix-numb.task.assigne-task-title {
  border-style: none;
  background-color: #e6e2df;
}

.toggle-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 27px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #97928c;
  cursor: pointer;
}

.toggle-switch-wrapper {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8em;
  background-color: #fcfbfa;
}

.project-reset-close-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6.2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-filter-drop-triger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 102%;
  height: 190%;
  margin-top: -0.42em;
  margin-left: -0.2em;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  cursor: pointer;
}

.list-filter-drop-triger.project {
  width: 101%;
  margin-left: -0.1em;
}

.list-filter-drop-triger.tasks {
  display: block;
}

.list-filter-active-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 102%;
  height: 190%;
  margin-top: -0.42em;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-left-radius: 0.28em;
  border-top-right-radius: 0.28em;
  background-color: #fcfbfa;
}

.list-filter-active-color.project {
  width: 101%;
}

.filter-icon-parent {
  position: relative;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.filter-icon-parent.absolute {
  position: absolute;
  left: -0.55em;
  right: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-icon-parent.absolute.arrow {
  padding-top: 0.15em;
}

.filter-icon-parent.margin {
  margin-left: 0.1em;
}

.filter-icon-arrow {
  width: 0.48em;
  height: 0.48em;
}

.filter-drop-wrapper {
  position: absolute;
  top: 1.2em;
  display: block;
  overflow: hidden;
  width: 14.6em;
  height: 22em;
  margin-top: 0em;
  padding: 1.23em 0.56em 0.56em;
  border-top-right-radius: 0.28em;
  border-bottom-left-radius: 0.28em;
  border-bottom-right-radius: 0.28em;
  background-color: #fcfbfa;
  box-shadow: 0 7px 14px -6px rgba(0, 0, 0, 0.3);
}

.filter-drop-wrapper.own {
  display: block;
}

.filter-drop-wrapper.created {
  display: none;
}

.filter-drop-wrapper.modified {
  display: none;
}

.filter-drop-wrapper.unit {
  display: none;
  overflow: visible;
  padding: 0em;
}

.filter-drop-wrapper.project {
  display: none;
  width: 18em;
  padding: 0em;
}

.filter-drop-wrapper.company {
  display: none;
  padding: 0em;
}

.filter-drop-wrapper.owner {
  display: none;
  padding: 0em;
}

.filter-drop-wrapper.lead {
  display: none;
  padding: 0em;
}

.drop-wrapper-elements {
  padding: 1.23em 0.56em 0.56em;
}

.drop-wrapper-elements.lead {
  width: 100%;
  height: 100%;
}

.reset-filter-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.53em;
  margin-bottom: 0.35em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.28em;
  background-color: #e6e2df;
  cursor: pointer;
}

.close-filter-x {
  margin-left: 0.35em;
}

.filter-drop-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.53em;
  margin-bottom: 0.35em;
  padding-right: 0.49em;
  padding-left: 0.49em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
  background-color: transparent;
  cursor: text;
}

.filter-search-icon {
  width: 0.8em;
  height: 0.8em;
  margin-left: 0em;
}

.deselect-all-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 1.53em;
  margin-bottom: 0em;
  padding-right: 0.49em;
  padding-left: 0.49em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
  background-color: transparent;
  cursor: pointer;
}

.deselect-all-btn:hover {
  background-color: #e6e2df;
}

.filter-items-wrapp {
  overflow: scroll;
  height: 13.89em;
  padding-bottom: 0px;
}

.filter-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0.25em;
  padding: 0.28em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e6e2df;
  border-radius: 0.28em;
  cursor: pointer;
}

.filter-list-item:hover {
  background-color: rgba(151, 146, 140, 0.4);
}

.filter-list-item.central {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-list-item.right-line-overwrite {
  border-right-style: none;
}

.list-line-hit-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: block;
  height: 2.2em;
}

.filter-btn-driop-wrammer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0.56em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.from-to-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 1.53em;
  margin-bottom: 0em;
  padding-right: 0.49em;
  padding-left: 0.49em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
  background-color: transparent;
  cursor: pointer;
}

.from-to-btn:hover {
  background-color: #e6e2df;
}

.comp-color-indicator {
  position: relative;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin-right: 0.35em;
  border-radius: 50%;
}

.comp-color-indicator.red {
  width: 0.8em;
  height: 0.8em;
  background-color: #ff0303;
}

.padding-wrapper {
  position: relative;
  padding-top: 9.4em;
}

.list-calendar {
  display: block;
  overflow: hidden;
  width: 14em;
  margin-top: 0.21em;
  padding: 1.53em 0.56em 0.56em;
  border-top-right-radius: 0.28em;
  border-bottom-left-radius: 0.28em;
  border-bottom-right-radius: 0.28em;
  background-color: #fcfbfa;
  box-shadow: 0 7px 14px -4px rgba(30, 31, 32, 0.3);
}

.list-calendar.absolute {
  position: absolute;
  top: 1.2em;
  display: block;
  width: 14.1em;
  margin-top: 0px;
  padding: 0px;
}

.list-calendar.absolute.modified {
  display: none;
}

.list-calendar.absolute.starts-on {
  display: none;
}

.list-calendar.absolute.deadline {
  display: none;
}

.list-calendar.absolute.created {
  display: none;
}

.reverse-order-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.53em;
  margin-bottom: 0.35em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
  background-color: transparent;
  cursor: pointer;
}

.reverse-order-btn:hover {
  background-color: #e6e2df;
}

.two-columns-input-block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.8em;
  margin-bottom: 0.35em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.two-columns-input-block-list.assignee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-calentar-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 1.8em;
  padding-bottom: 0em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-calentar-title.static {
  height: 1.8em;
  padding-bottom: 0em;
}

.list-calentar-title.task-status {
  position: static;
  width: 23%;
  padding-top: 0px;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.date-imput-list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  padding-right: 0.63em;
  padding-left: 0.63em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
}

.date-imput-list-box.assignee {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  background-color: #e6e2df;
}

.list-input-block-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.8em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-date-imput-calendar-btny {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 100%;
  margin-left: 0em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
  cursor: pointer;
}

.list-date-imput-calendar-btny.start-on {
  padding-right: 0.6em;
  cursor: pointer;
}

.list-calendar-icon {
  width: 1em;
  height: 1em;
}

.list-calendar-top {
  display: block;
}

.calendar-list-drop {
  position: relative;
  left: 0%;
  top: 0em;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0em;
  border-radius: 6px;
  background-color: transparent;
}

.calendar-list-drop.drop-shadow {
  width: 14em;
}

.calendar-navigation-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.11em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.calendar-dates-grid-list {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.list-calendar-elements-padding-wrapper {
  width: 100%;
  height: 100%;
  padding: 1.11em 1.11em 1.11em 0.8em;
}

.list-date-imput-calendar-btny-frompy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 100%;
  margin-left: 0em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
  cursor: pointer;
}

.list-date-imput-calendar-btny-frompy.start-on {
  padding-right: 0.6em;
  cursor: pointer;
}

.list-date-imput-calendar-btny-to {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 100%;
  margin-left: 0em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
  cursor: pointer;
}

.list-date-imput-calendar-btny-to.start-on {
  padding-right: 0.6em;
  cursor: pointer;
}

.list-filter-drop-triger-dates {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 102%;
  height: 190%;
  margin-top: -0.42em;
  margin-left: -0.2em;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  cursor: pointer;
}

.list-filter-drop-triger-dates.project {
  width: 101%;
  margin-left: -0.1em;
}

.calendar-global-padding-vrapper {
  display: block;
  margin-top: 0.21em;
  padding: 1.23em 0.56em 0.56em;
}

.task-status-drop-down {
  overflow: hidden;
  width: 10em;
  height: auto;
  border-top-right-radius: 0.28em;
  border-bottom-left-radius: 0.28em;
  border-bottom-right-radius: 0.28em;
  background-color: #fcfbfa;
  box-shadow: 0 7px 14px -4px rgba(0, 0, 0, 0.3);
}

.task-status-drop-down.abs {
  position: absolute;
  top: 1.2em;
  display: none;
}

.task-status-drop-down.abs.tasks {
  right: -0.0875em;
  display: none;
}

.task-status-drop-down.abs.status {
  display: none;
}

.task-status-padding {
  padding: 1.06em 0.56em 0.56em;
}

.unselect-select-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.53em;
  margin-bottom: 0.35em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
  background-color: transparent;
  cursor: pointer;
}

.unselect-select-btn:hover {
  background-color: #e6e2df;
}

.drop-status-selection-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.8em;
  margin-bottom: 0.35em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.status-selection-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.28em;
}

.status-selection-field.to-do {
  background-color: #d1b9ab;
}

.status-selection-field.in-progress {
  background-color: #ffdb94;
}

.status-selection-field.blocked {
  background-color: #f8c8d0;
}

.status-selection-field.on-review {
  background-color: #a1daf8;
}

.status-selection-field.done {
  background-color: #b0e388;
}

.list-filter-drop-ownr-lead-hit-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 102%;
  height: 180%;
  margin-top: -0.42em;
  margin-left: -0.2em;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  cursor: pointer;
}

.list-filter-drop-ownr-lead-hit-box.project {
  width: 101%;
  margin-left: -0.1em;
}

.list-filter-drop-ownr-lead-hit-box.tasks {
  display: block;
}

.list-filter-task-status-triger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 102%;
  height: 190%;
  margin-top: -0.42em;
  margin-left: -0.2em;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  cursor: pointer;
}

.list-filter-task-status-triger.project {
  width: 101%;
  margin-left: -0.1em;
}

.list-filter-task-status-triger.tasks {
  display: block;
}

.company-drop-triger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 102%;
  height: 190%;
  margin-top: -0.42em;
  margin-left: -0.2em;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  cursor: pointer;
}

.company-drop-triger.project {
  width: 101%;
  margin-left: -0.1em;
}

.company-drop-triger.tasks {
  display: block;
}

.unit-filter-drop-triger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 102%;
  height: 190%;
  margin-top: -0.42em;
  margin-left: -0.2em;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  cursor: pointer;
}

.unit-filter-drop-triger.project {
  width: 101%;
  margin-left: -0.1em;
}

.unit-filter-drop-triger.tasks {
  display: block;
}

.filters-list-line-grid-wrappersecont-row {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 0em;
  padding-top: 0em;
  padding-bottom: 0px;
  border-right: 1px solid rgba(151, 146, 140, 0.4);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.filters-list-line-grid-wrappersecont-row.right-line-overwrite {
  border-right-style: none;
}

.filters-list-line-grid-wrappersecont-row.created {
  margin-left: 0px;
}

.filters-list-line-grid-wrappersecont-row.creat {
  margin-left: 0em;
}

.filters-list-line-grid-wrappersecont-row.allign-padding {
  padding-top: 0.1em;
}

.timesheet-view-header-wrapper {
  position: fixed;
  z-index: 10;
  height: 9.6em;
}

.timesheet-sub-header-dashboard {
  width: 100vw;
  height: 4em;
  margin-top: 0px;
  background-color: #e6e2df;
}

.timesheet-column-wrapper {
  display: block;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timesheet-nested-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.5em;
  margin-top: 0.5em;
  padding-top: 0px;
  padding-right: 1.32em;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(151, 146, 140, 0.4);
}

.timesheet-nested-header.padding {
  padding-left: 1.32em;
}

.timesheet-nested-header.padding.last-column-overides {
  padding-right: 0em;
  border-right-style: none;
}

.timetable-view-filters {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2em;
  padding: 0px 0em;
  background-color: #e6e2df;
}

.time-sheat-search-add-wrapp {
  width: auto;
  height: auto;
}

.timesheet-search-add-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.5em;
  margin-top: 0.5em;
  padding-top: 0px;
  padding-right: 1.32em;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(151, 146, 140, 0.4);
}

.filter.padding {
  padding-left: 1.32em;
}

.filter.padding.last-column-overides {
  padding-right: 0em;
  border-right-style: none;
}

.timesheet-filter-column-wrapper {
  display: block;
  height: 1.5em;
  margin-bottom: 0.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(151, 146, 140, 0.4);
}

.timesheet-filter-column-wrapper.overvrite {
  padding-right: 0.07em;
  border-right-style: none;
}

.timesheet-filter-column-wrapper.padding {
  padding-right: 1.32px;
  padding-left: 1.32px;
}

.timesheet-column-filter-grid {
  width: 100%;
  height: 100%;
  padding-right: 0em;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 10.9em 6.94em 1fr;
  grid-template-columns: 10.9em 6.94em 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.padding-filter-wrapper {
  width: 100%;
  height: 100%;
  padding-right: 1.32em;
}

.padding-filter-wrapper.left-padding {
  padding-left: 0.9em;
}

.padding-filter-wrapper.left-padding.right-padding-owervrite {
  padding-right: 0em;
}

.timesheet-filter-holder {
  position: relative;
  width: 100%;
  height: 100%;
}

.timesheet-navigation-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sheet-navigation-elements {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(151, 146, 140, 0.4);
}

.sheet-navigation-elements.owervrite {
  border-right-style: none;
}

.timesheet-filters-list-line-header {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 0.35em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none rgba(151, 146, 140, 0.4);
  text-decoration: none;
}

.timesheet-filters-list-line-header.left-padding-overwrite {
  padding-left: 0px;
}

.timesheet-filters-list-line-header._2px-padding {
  padding-right: 2px;
  padding-left: 2px;
}

.timesheet-filters-list-line-header.right-line-overwrite {
  border-right-style: none;
}

.timesheet-filter-icon {
  width: 0.4em;
  height: 0.4em;
}

.timesheet-filter-icon-arrow {
  width: 0.48em;
  height: 0.48em;
}

.timesheet-filters-line-cell-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e6e2df;
}

.timesheet-filters-line-cell-wrapper.central {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timesheet-filters-line-cell-wrapper.right-line-overwrite {
  border-right-style: none;
}

.timesheet-filter-icon-wrapp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timesheet-filter-icon-parent {
  position: relative;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.timesheet-filter-icon-parent.absolute {
  position: absolute;
  left: -0.55em;
  right: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timesheet-filter-icon-parent.absolute.arrow {
  padding-top: 0.15em;
}

.timesheet-filter-icon-parent.margin {
  margin-left: 0.1em;
}

.timesheet-dropdown-triger {
  position: absolute;
  left: 0%;
  top: -20%;
  right: 0%;
  bottom: 0%;
  height: 2.3em;
}

.timesheet-bgr-color-filter-open {
  position: absolute;
  left: 0%;
  top: -20%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 2.3em;
  border-top-left-radius: 0.28em;
  border-top-right-radius: 0.28em;
  background-color: #fcfbfa;
}

.timesheet-bgr-color-filter-open.timesheet-company-name {
  display: none;
}

.timesheet-bgr-color-filter-open.name-units {
  display: none;
}

.timesheet-list-items-view {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-top: 0px;
  padding-top: 10em;
  padding-right: 0.95em;
  padding-left: 0.95em;
}

.timesheet-columns {
  overflow: scroll;
  height: 87vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(151, 146, 140, 0.4);
  background-color: transparent;
}

.timesheet-columns.column-left-owervrite {
  padding-right: 0.05em;
  border-right-style: none;
  background-color: transparent;
}

.timesheet-item-column-wrapper {
  display: block;
  width: 97%;
  height: 2em;
  margin-bottom: 0.5em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(151, 146, 140, 0.4);
  border-radius: 0.28em;
  background-color: transparent;
}

.timesheet-item-column-wrapper.overvrite {
  padding-right: 0.07em;
  border-right-style: none;
}

.timesheet-item-column-wrapper.padding {
  padding-right: 1.32px;
  padding-left: 1.32px;
}

.timesheet-item-column-wrapper.padding-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3em;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right-style: none;
  cursor: pointer;
}

.timesheet-item-column-wrapper.padding-right.margin {
  margin-left: 0px;
  padding-left: 0.95em;
}

.timesheet-item-column-wrapper.padding-right.margin.color-overvrite {
  background-color: transparent;
}

.timesheet-column-item-grid {
  width: 100%;
  height: 100%;
  padding-right: 0em;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 10.9em 6.94em 1fr;
  grid-template-columns: 10.9em 6.94em 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timesheet-item-holder {
  position: relative;
  width: 100%;
  height: 100%;
}

.timesheet-item-list-line-header {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 0em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none rgba(151, 146, 140, 0.4);
  text-decoration: none;
}

.timesheet-item-list-line-header.left-padding-overwrite {
  padding-left: 0px;
}

.timesheet-item-list-line-header._2px-padding {
  padding-right: 2px;
  padding-left: 2px;
}

.timesheet-item-list-line-header.right-line-overwrite {
  border-right-style: none;
}

.name-timesheet-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.3em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.35em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e6e2df;
}

.name-timesheet-item.left-padding-overwrite {
  padding-left: 0px;
}

.name-timesheet-item._2px-padding {
  padding-right: 2px;
  padding-left: 2px;
}

.sheet-item-element-created {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none rgba(151, 146, 140, 0.4);
}

.sheet-item-element-created.owervrite {
  border-right-style: none;
}

.timesheet-item-padding-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 0.4em;
  padding-right: 0.4em;
  padding-bottom: 0.4em;
  border-radius: 0.28em;
  background-color: #f7f5f2;
}

.timesheet-item-padding-wrapper:hover {
  background-color: #f0ede8;
}

.timesheet-item-padding-wrapper.left-padding {
  padding-left: 0.9em;
}

.timesheet-item-padding-wrapper.left-padding.right-padding-owervrite {
  padding-right: 0em;
}

.timesheet-item-padding-wrapper.archived {
  opacity: 0.4;
}

.status-btn-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.status-btn-indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.28em;
}

.add-company-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(30, 31, 32, 0.9);
}

.company-popup {
  position: relative;
  width: 27.08em;
  height: 20.83em;
  padding: 2.8em;
  border-radius: 0.28em;
  background-color: #fcfbfa;
  box-shadow: 0 7px 14px -4px rgba(0, 0, 0, 0.4);
}

.popup-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timesheet-close-dialogue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2em 0.3em;
  background-color: transparent;
  color: #97928c;
  text-decoration: none;
}

.timesheet-close-dialogue:hover {
  color: #6a6863;
}

.box-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.8em;
  margin-bottom: 1.2em;
  padding-right: 0.63em;
  padding-left: 0.63em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
}

.company-add-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0em;
  padding: 0.28em 0.28em 0.28em 0em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e6e2df;
  border-radius: 0.28em;
  cursor: pointer;
}

.company-add-project:hover {
  border-radius: 0.28em;
  background-color: transparent;
}

.company-add-project.central {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-add-project.right-line-overwrite {
  border-right-style: none;
}

.add-project-txt {
  color: #97928c;
}

.project-color-grod {
  width: 100%;
  height: 70%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.3em;
  grid-row-gap: 0.3em;
  -ms-grid-columns: auto auto auto auto auto auto 1fr 1fr;
  grid-template-columns: auto auto auto auto auto auto 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.color-ring-selection-indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.08em;
  height: 2.08em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #6a6863;
  border-radius: 50%;
}

.color-selectror {
  width: 1.39em;
  height: 1.39em;
  padding: 0em;
  border-radius: 50%;
  background-color: #f02323;
}

.popbox-add-color-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 28px;
  margin-bottom: 0.4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-selector-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 0.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-grid {
  width: 100%;
  height: 30%;
  min-height: 120px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}

.color-selector-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.color-selector-ring {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #6a6863;
  border-radius: 50%;
  opacity: 1;
}

.color-selector-box {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.color-selector-box.red-one {
  width: 18px;
  height: 18px;
  background-color: #e50c0c;
}

.color-selector-box.red-white {
  background-color: #eee6e6;
}

.color-selector-box.white-color-box {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e2df;
  background-color: #fff;
}

.color-selector-box.navy-dark {
  background-color: #020744;
}

.color-selector-box.blue-one {
  background-color: #2f51ff;
}

.color-selector-box.blue-two {
  background-color: #0088f0;
}

.color-selector-box.green-one {
  background-color: #00581f;
}

.color-selector-box.green-two {
  background-color: #03a521;
}

.color-selector-box.purple-dark {
  background-color: #5a045a;
}

.color-selector-box.purple-1 {
  background-color: #8d00b8;
}

.color-selector-box.purple-2 {
  background-color: #cf02e5;
}

.color-selector-box.purple-3 {
  background-color: #f3a6ff;
}

.color-selector-box.green-3 {
  background-color: #4ef166;
}

.color-selector-box.green-four {
  background-color: #adf8af;
}

.color-selector-box.red-dark {
  width: 18px;
  height: 18px;
  background-color: #8b0202;
}

.color-selector-box.red-2 {
  width: 18px;
  height: 18px;
  background-color: #ff7171;
}

.color-selector-box.red-3 {
  width: 18px;
  height: 18px;
  background-color: #ffcfbd;
}

.color-selector-box.yellow-dark {
  background-color: #a37002;
}

.color-selector-box.yellow-1 {
  background-color: #dba400;
}

.color-selector-box.yellow-2 {
  background-color: #ffd900;
}

.color-selector-box.yellow-3 {
  background-color: #fdf893;
}

.color-selector-box.blue-2 {
  background-color: #56c7ff;
}

.color-selector-box.blue-3 {
  background-color: #95eaff;
}

.color-selector-box.blue-4 {
  background-color: #ccf6ff;
}

.color-selector-box.navy-one {
  background-color: #210075;
}

.color-selector-box.navy-two {
  background-color: #210099;
}

.color-selector-box.navy-3 {
  background-color: #30c;
}

.color-selector-box.blue-6 {
  background-color: #5079ff;
}

.color-selector-box.blue-7 {
  background-color: #85aeff;
}

.color-selector-box.blue-8 {
  background-color: #c8d9ff;
}

.color-selector-box.grey-1 {
  background-color: silver;
}

.color-selector-box.grey-2 {
  background-color: #888;
}

.color-selector-box.grey-3 {
  background-color: #444;
}

.overlay-close-color-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0em;
  background-color: rgba(30, 31, 32, 0.8);
}

.add-task-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(30, 31, 32, 0.9);
}

.task-popup {
  position: relative;
  width: 27.08em;
  height: 20.83em;
  padding: 2.8em;
  border-radius: 0.28em;
  background-color: #fcfbfa;
  box-shadow: 0 7px 14px -4px rgba(0, 0, 0, 0.4);
}

.overlay-close-color-task-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0em;
  background-color: rgba(30, 31, 32, 0.8);
}

.filter-drop-timesheet-wrapper {
  position: absolute;
  top: 1.2em;
  display: block;
  overflow: hidden;
  width: 14.6em;
  height: 22em;
  margin-top: 0em;
  padding: 1.23em 0.56em 0.56em;
  border-top-right-radius: 0.28em;
  border-bottom-left-radius: 0.28em;
  border-bottom-right-radius: 0.28em;
  background-color: #fcfbfa;
  box-shadow: 0 7px 14px -6px rgba(0, 0, 0, 0.3);
}

.filter-drop-timesheet-wrapper.own {
  display: block;
}

.filter-drop-timesheet-wrapper.created {
  display: none;
}

.filter-drop-timesheet-wrapper.modified {
  display: none;
}

.filter-drop-timesheet-wrapper.unit {
  display: none;
  overflow: visible;
  padding: 0em;
}

.filter-drop-timesheet-wrapper.project {
  display: none;
  width: 18em;
  padding: 0em;
}

.filter-drop-timesheet-wrapper.company {
  display: none;
  margin-top: 0.6em;
  padding: 0em;
}

.filter-drop-timesheet-wrapper.owner {
  display: none;
  padding: 0em;
}

.filter-drop-timesheet-wrapper.lead {
  display: none;
  padding: 0em;
}

.filter-drop-thimesheet-units {
  position: absolute;
  top: 1.2em;
  display: block;
  overflow: hidden;
  width: 14.6em;
  height: 22em;
  margin-top: 0em;
  padding: 1.23em 0.56em 0.56em;
  border-top-right-radius: 0.28em;
  border-bottom-left-radius: 0.28em;
  border-bottom-right-radius: 0.28em;
  background-color: #fcfbfa;
  box-shadow: 0 7px 14px -6px rgba(0, 0, 0, 0.3);
}

.filter-drop-thimesheet-units.own {
  display: block;
}

.filter-drop-thimesheet-units.created {
  display: none;
}

.filter-drop-thimesheet-units.modified {
  display: none;
}

.filter-drop-thimesheet-units.unit {
  display: none;
  overflow: visible;
  margin-top: 0.6em;
  padding: 0em;
}

.filter-drop-thimesheet-units.project {
  display: none;
  width: 18em;
  padding: 0em;
}

.filter-drop-thimesheet-units.company {
  display: block;
  padding: 0em;
}

.filter-drop-thimesheet-units.owner {
  display: none;
  padding: 0em;
}

.filter-drop-thimesheet-units.lead {
  display: none;
  padding: 0em;
}

.sub-filter-drop-wrapper {
  position: absolute;
  top: 1.2em;
  display: block;
  overflow: hidden;
  width: 14.6em;
  height: 22em;
  margin-top: 0em;
  padding: 1.23em 0.56em 0.56em;
  border-top-right-radius: 0.28em;
  border-bottom-left-radius: 0.28em;
  border-bottom-right-radius: 0.28em;
  background-color: #fcfbfa;
  box-shadow: 0 7px 14px -6px rgba(0, 0, 0, 0.3);
}

.sub-filter-drop-wrapper.own {
  display: block;
}

.sub-filter-drop-wrapper.created {
  display: none;
}

.sub-filter-drop-wrapper.modified {
  display: none;
}

.sub-filter-drop-wrapper.unit {
  display: none;
  overflow: visible;
  padding: 0em;
}

.sub-filter-drop-wrapper.project {
  display: none;
  width: 18em;
  padding: 0em;
}

.sub-filter-drop-wrapper.company {
  display: none;
  padding: 0em;
}

.sub-filter-drop-wrapper.owner {
  top: 0.5em;
  display: block;
  padding: 0em;
}

.sub-filter-drop-wrapper.lead {
  display: none;
  padding: 0em;
}

.sub-filter-hold-fixed-wrapper {
  position: fixed;
  z-index: 10;
  display: none;
}

.list-sub-filter-active-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 104%;
  height: 179%;
  margin-top: -0.22em;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-left-radius: 0.28em;
  border-top-right-radius: 0.28em;
  background-color: #fcfbfa;
}

.list-sub-filter-active-color.project {
  width: 101%;
}

.sub-drop-wrapper-elements {
  padding: 1.23em 0.56em 0.56em;
}

.sub-drop-wrapper-elements.lead {
  width: 100%;
  height: 100%;
}

.list-sub-filter-drop-ownr-lead-hit-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 102%;
  height: 180%;
  margin-top: -0.42em;
  margin-left: -0.2em;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  cursor: pointer;
}

.list-sub-filter-drop-ownr-lead-hit-box.project {
  width: 101%;
  margin-left: -0.1em;
}

.list-sub-filter-drop-ownr-lead-hit-box.tasks {
  display: block;
}

.list-filter-drop-lead-lead-hit-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 102%;
  height: 180%;
  margin-top: -0.42em;
  margin-left: -0.2em;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  cursor: pointer;
}

.list-filter-drop-lead-lead-hit-box.project {
  width: 101%;
  margin-left: -0.1em;
}

.list-filter-drop-lead-lead-hit-box.tasks {
  display: block;
}

.name-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-title {
  position: relative;
  font-size: 6em;
  mix-blend-mode: normal;
}

.team-members-scroll-wrapp {
  overflow: scroll;
  width: 11.2em;
  height: 36em;
}

.cancel-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.56em;
  background-color: #e6e2df;
  cursor: pointer;
}

.add-task-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.save-task-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40em;
  height: 2.4em;
  margin-top: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
  background-color: #2e40cc;
}

.save-task-btn.assignee {
  border-style: none;
  background-color: #e6e2df;
}

.save-project-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 2.4em;
  margin-top: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 0.28em;
  background-color: #2e40cc;
}

.save-project-btn.assignee {
  border-style: none;
  background-color: #e6e2df;
}

.cscsc {
  position: absolute;
  z-index: 5;
  width: 9em;
  height: 9em;
  border-radius: 100%;
  background-color: #fcfbfa;
  mix-blend-mode: difference;
}

.search-icon-tasks {
  width: 0.76em;
  margin-right: 0.28em;
}

.tasks-side-icon {
  width: 0.66em;
  margin-right: 0.28em;
}

.padd {
  padding-right: 5.25em;
  padding-left: 5.25em;
}

.add-project-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lead-time-estimate-time-wrapp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-comp-list-wrapper {
  display: block;
  width: 100%;
  height: 101%;
}

.search-all-companies-wrapper {
  display: block;
  overflow: scroll;
  width: 35%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.search-tasks-wrapper {
  display: block;
  width: 35%;
  height: 100%;
  padding-left: 0em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.search-title-companies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.search-title-companies.recent {
  padding-left: 1.76em;
}

.search-tasks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-tasks.recent {
  padding-left: 0em;
}

.search-result-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.2em;
}

.search-company-wrapper {
  width: 25%;
}

.search-unit-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-task-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-dot-color--orange {
  width: 6px;
  height: 6px;
  margin-right: 0.3em;
  border-radius: 100%;
  background-color: #ff7b00;
}

.company-dot-color--orange.margin-5.is-coca-cola {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e90202;
}

.company-dot-color--orange.margin-5.is-sprite {
  background-color: #00aa1a;
}

.company-dot-color--orange.imlek {
  background-color: #007fff;
}

.company-dot-color--orange.jaffa {
  background-color: #1a11c2;
}

.company-dot-color--orange.avon {
  background-color: #f9597b;
}

.company-dot-color--orange.napolitanek {
  background-color: #1c44c7;
}

.company-dot-color--orange.empty {
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #6a6863;
  background-color: transparent;
}

.search-list-item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0em;
  padding: 0.28em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e6e2df;
  border-radius: 0.28em;
  cursor: pointer;
}

.search-list-item-copy:hover {
  border-radius: 0.28em;
  background-color: transparent;
}

.search-list-item-copy.central {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-list-item-copy.right-line-overwrite {
  border-right-style: none;
}

.search-list-item-copy.unit {
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0.56em;
  border-left: 1px solid rgba(151, 146, 140, 0.32);
  border-radius: 0em;
}

.search-list-item-copy.project {
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0.56em;
  border-left: 1px solid rgba(151, 146, 140, 0.32);
  border-radius: 0em;
}

.assagnee-on-task-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: -0.05em;
  padding: 0.28em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e6e2df;
  border-radius: 0.28em;
  cursor: pointer;
}

.assagnee-on-task-list-item:hover {
  background-color: rgba(151, 146, 140, 0.4);
}

.assagnee-on-task-list-item.central {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.assagnee-on-task-list-item.right-line-overwrite {
  border-right-style: none;
}

@media screen and (min-width: 1280px) {
  h5 {
    font-size: 0.72em;
  }

  .company-dot-color {
    width: 7px;
    height: 7px;
    margin-right: 0.3em;
    background-color: #ff1717;
  }

  .company-dot-color.margin-5.is-coca-cola {
    width: 5px;
    height: 5px;
  }

  .company-dot-color.margin-5.is-sprite {
    width: 5px;
    height: 5px;
  }

  .day-header {
    display: block;
    height: auto;
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6e2df;
  }

  .flex-hor-central-spc-beetween {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-hor-central-spc-beetween.margin-btm {
    margin-bottom: 10px;
  }

  .flex-hor-btm-spc-beetween {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-hor-center-spc-beetween {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .unit-dot-color {
    width: 7px;
    height: 7px;
    margin-right: 0.3em;
    background-color: #ff1717;
  }

  .unit-dot-color.margin-5.is-coca-cola {
    width: 5px;
    height: 5px;
  }

  .unit-dot-color.margin-5.is-sprite {
    width: 5px;
    height: 5px;
  }

  .dropdown-list-view.shadow-drop.overflow {
    top: 1.4em;
  }

  .company-dot-color--orange {
    width: 7px;
    height: 7px;
    margin-right: 0.3em;
    background-color: #ff1717;
  }

  .company-dot-color--orange.margin-5.is-coca-cola {
    width: 5px;
    height: 5px;
  }

  .company-dot-color--orange.margin-5.is-sprite {
    width: 5px;
    height: 5px;
  }
}

@media screen and (min-width: 1440px) {
  .week-day-columns-parent {
    padding-top: 10.7em;
  }

  .filters-list-line-header.right-line-overwrite {
    border-right-style: none;
  }

  .filters-list-line-grid-wrapper.right-line-overwrite {
    border-right-style: none;
  }

  .dropdown-list-view.shadow-drop.overflow {
    top: 1.22em;
  }

  .filters-list-line-grid-wrappersecont-row.right-line-overwrite {
    border-right-style: none;
  }

  .timesheet-filters-list-line-header.right-line-overwrite {
    border-right-style: none;
  }

  .timesheet-item-list-line-header.right-line-overwrite {
    border-right-style: none;
  }

  .popbox-add-color-wrapper {
    height: 30px;
  }

  .color-selector-box-wrapper {
    width: 30px;
    height: 30px;
  }

  .color-selector-ring {
    width: 28px;
    height: 28px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 1.2em;
  }

  h2 {
    font-size: 1em;
  }

  h3 {
    font-size: 0.87em;
  }

  h4 {
    font-size: 0.76em;
  }

  h5 {
    font-size: 0.6em;
  }

  .week-day-columns-parent {
    padding-top: 9.8em;
  }

  .task-card-large.bgr-to-do {
    border-radius: 0.28em;
  }

  .assagne-list-line-cell {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .filters-list-line-grid-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: 1px solid rgba(151, 146, 140, 0.4);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .drop-down-grid-list-header {
    -ms-grid-columns: 3.91em 5.47em 5.3em minmax(16.3em, 1fr) minmax(15.64em, 0.75fr) 3.8em 5.47em 5.47em 3.8em 3.8em 3.8em 12.51fr 7.82em;
    grid-template-columns: 3.91em 5.47em 5.3em minmax(16.3em, 1fr) minmax(15.64em, 0.75fr) 3.8em 5.47em 5.47em 3.8em 3.8em 3.8em 12.51fr 7.82em;
  }

  .drop-down-grid-list-line {
    -ms-grid-columns: 3.91em 5.47em 5.3em minmax(16.3em, 1fr) minmax(15.64em, 0.75fr) 3.8em 5.47em 5.47em 3.8em 3.8em 3.8em 12.51fr 7.82em;
    grid-template-columns: 3.91em 5.47em 5.3em minmax(16.3em, 1fr) minmax(15.64em, 0.75fr) 3.8em 5.47em 5.47em 3.8em 3.8em 3.8em 12.51fr 7.82em;
  }

  .filters-list-line-header-task {
    border-right-style: none;
  }

  .drop-down-grid-list-header-backup {
    -ms-grid-columns: 3.91em 5.47em 5.47em minmax(18.76em, 1fr) minmax(15.64em, 0.75fr) 3.91em 5.47em 5.47em 3.91em 3.91em minmax(18.76em, 0.75fr) 7.82em;
    grid-template-columns: 3.91em 5.47em 5.47em minmax(18.76em, 1fr) minmax(15.64em, 0.75fr) 3.91em 5.47em 5.47em 3.91em 3.91em minmax(18.76em, 0.75fr) 7.82em;
  }

  .drop-down-grid-list-line-backup {
    -ms-grid-columns: 3.91em 5.47em 5.47em minmax(18.76em, 1fr) minmax(15.64em, 0.75fr) 3.91em 5.47em 5.47em 3.91em 3.91em minmax(18.76em, 0.75fr) 7.82em;
    grid-template-columns: 3.91em 5.47em 5.47em minmax(18.76em, 1fr) minmax(15.64em, 0.75fr) 3.91em 5.47em 5.47em 3.91em 3.91em minmax(18.76em, 0.75fr) 7.82em;
  }

  .dropdown-list-view.shadow-drop.overflow {
    top: 1.12em;
  }

  .add-task-box {
    width: 58.89em;
    height: auto;
  }

  .pop-dialogue-name-wrapper {
    margin-bottom: 0.6em;
  }

  .hit-box-drop-down-interaction {
    display: block;
  }

  .drop-down-relative.company {
    margin-bottom: 0.6em;
  }

  .drop-down-relative.unit {
    margin-bottom: 0.6em;
  }

  .drop-down-relative.project {
    margin-bottom: 0.6em;
  }

  .drop-down-relative.search {
    margin-bottom: 0.6em;
  }

  .drop-down-relative.search {
    margin-bottom: 0.6em;
  }

  .input-box.additional-info {
    margin-bottom: 0.6em;
  }

  .input-box.task {
    margin-bottom: 0.6em;
  }

  .two-columns-input-block {
    margin-bottom: 0.6em;
  }

  .task-status-two-columns {
    margin-bottom: 0.6em;
  }

  .task-status-title-box.bgr-to-do {
    width: 5.2em;
  }

  .task-status-title-box.bgr-in-progress {
    width: 5.2em;
  }

  .task-status-title-box.bgr-blocked {
    width: 5.2em;
  }

  .task-status-title-box.bgr-on-review {
    width: 5.2em;
  }

  .task-status-title-box.bgr-done {
    width: 100%;
  }

  .chat-box-wrapper {
    height: 93.4%;
  }

  .add-project-box {
    width: 29.445em;
    height: auto;
  }

  .add-project-prefix-numb.additional-info {
    margin-bottom: 0.6em;
  }

  .add-project-prefix-numb.task {
    margin-bottom: 0.6em;
  }

  .two-columns-input-block-list {
    margin-bottom: 0.6em;
  }

  .filters-list-line-grid-wrappersecont-row {
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: 1px solid rgba(151, 146, 140, 0.4);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .name-timesheet-item {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .popbox-add-color-wrapper {
    height: 40px;
  }

  .color-selector-box-wrapper {
    width: 40px;
    height: 40px;
  }

  .color-selector-ring {
    width: 32px;
    height: 32px;
  }

  .color-selector-box.white-color-box {
    border-style: solid;
    border-width: 1px;
    border-color: #97928c;
  }

  .add-project-wrapper {
    height: 620px;
  }
}

#w-node-c1e3afd2-58b9-174a-c320-587ade6d47e3-d2f9860a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_118b2b8f-88f6-a3da-f555-4ef8ccca2f6f-97f9860b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ded4eed1-2e28-8b67-673c-da11cc7d875b-d8f9860f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.list-view-line-txt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contain-team {
  overflow-y: scroll;
  height: 64vh;
}
.contain-team::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.contain-team {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}