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;
}

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

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

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

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

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

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

.body {
  background-color: #fcfbfa;
}

.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;
}

.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;
}

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

.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-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);
}

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

.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-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-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;
}

.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;
}

.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-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;
}

.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.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-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;
}

.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;
}

.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 {
  font-size: 6em;
}

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

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

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

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

.edit-copy-status {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 8px 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;
}

.edit-copy-status.drop-shadow {
  z-index: 100;
}

.edit-copy-status.drop-shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.status-edit-wrapper.left {
  margin-right: 0.56em;
}

.task-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10em;
  height: 2.4em;
  margin-top: 2px;
  margin-bottom: 6px;
  padding-right: 8px;
  padding-left: 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-style: none;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 6px;
  background-color: #e6e2df;
  text-decoration: none;
}

.delete-icon {
  width: 1em;
  height: 1em;
  margin-left: 0.46em;
}

.task-status-btb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10em;
  height: 2.4em;
  margin-top: 2px;
  margin-bottom: 6px;
  padding-right: 8px;
  padding-left: 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-style: none;
  border-width: 1px;
  border-color: #97928c;
  border-radius: 6px;
  text-decoration: none;
}

.task-status-btb.bgr-blocked {
  background-color: #f8c8d0;
}

.popup-wrapper {
  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;
}

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

@media screen and (min-width: 1440px) {
  .txt-dark-grey-2.txt-alert-red {
    color: #ee5858;
  }

  .edit-copy-status.drop-shadow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .status-edit-wrapper.left {
    margin-right: 0.56em;
  }

  .task-controls {
    margin-bottom: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    background-color: #e6e2df;
  }

  .delete-icon {
    margin-left: 0.35em;
  }

  .task-status-btb {
    margin-bottom: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
  }

  .task-status-btb.bgr-blocked {
    background-color: #f8c8d0;
  }
}

@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;
  }

  .hit-box-drop-down-interaction {
    display: block;
  }
}

