html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.myAlert_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #3c79b148;
}
.myAlert_content_div {
  width: 50%;
  min-height: 100px;
  background-color: #ffffff;
  margin: auto;
  margin-top: 25px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 2px 3px #868686;
}
.myAlert_top {
  text-align: right;
  padding-right: 10px;
  background-color: #002bff;
}
.myAlert_top_title {
  padding: 5px 10px;
}
.myAlert_text {
  padding: 10px 15px;
  max-height: 200px;
  overflow-y: auto;
  white-space: pre-line;
  word-break: break-all;
}
.margin1em {
  margin-top: 1em;
  margin-bottom: 1em;
}
.datePeriodPicker_Container {
  padding: 10px;
  user-select: none;
  margin: auto;
  width: fit-content;
}
.datePeriodPicker_Lable {
  text-align: center;
  margin-bottom: 8px;
}
.dateRangePicker_dateInputs {
  display: flex;
  margin-bottom: 8px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 50%;
  cursor: pointer;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
}
input[type="date"],
input[type="time"] {
  text-align: center;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  outline: none;
}
input[type="time"] {
  padding: 0 10px;
}
.dateRangePicker_dateInputs > input[type="date"]:first-child {
  margin-right: 5px;
}
.dateRangePicker_dateInputs > input[type="date"] {
  padding: 0 10px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  outline: none;
}
.dateRangePicker_clearBtnContainer {
  width: fit-content;
  margin: auto;
}
.dateRangePicker_clearBtn {
  border: none;
  background-color: #00000000;
  color: #1e6da5;
  border: 1px solid #1e6da5;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 12px;
}
.dateRangePicker_clearBtn:hover {
  background-color: #81a5be1f;
}
.dateRangePicker_clearBtn:active {
  scale: 0.9;
}
.datePeriodPickerClearBtn {
  margin-left: 60px;
  font-size: 12px;
}
.marginTop30 {
  margin-top: 30px;
}
.customConsole {
  margin-top: 3em;
  margin-bottom: 2em;
  height: 10em;
  overflow-wrap: break-word;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
}
.checkBtn {
  background-color: #eef1f5;
  border: 2px solid #808ca3;
  border-radius: 4px;
  color: #7395ae;
  flex-wrap: wrap;
  align-content: center;
  margin: 0em 0.5em 0em 0.5em;
}

.checkBtn:hover {
  border-color: #dadce0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  color: #202124;
}

.checkBtn:focus {
  border-color: #204277;
  outline: none;
}
.userFIO {
  user-select: none;
}
.unloadFileElement {
  border-radius: 10px;
  border: 1px dashed #333;
  height: fit-content;
}
.clearFilesBtn {
  text-align: center;
  border-bottom: 1px solid #333;
  margin: 0 auto 15px auto;
  padding: 0 25px;
  width: fit-content;
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
  font-size: 12px;
}
.clearFilesBtn:hover {
  scale: 1.05;
}
.clearFilesBtn:active {
  scale: 0.95;
}
.droparea {
  position: relative;
  user-select: none;
}
.droparea input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.droparea_text {
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
  white-space: pre-line;
}
.filesSelector_multiple {
  width: 100%;
  height: fit-content;
  border: none;
  overflow-y: auto;
  outline: none;
  user-select: none;
}
.filesSelector_multiple option {
  border: 1px solid #818181;
  margin: 5px;
  padding: 2px 5px;
  border-radius: 5px;
}
.filesSelector_multiple option:checked {
  background-color: rgb(25, 103, 210);
  color: white;
}
.uppercase {
  text-transform: uppercase;
}
.taskStatusInfo {
  white-space: nowrap;
  height: fit-content;
  width: fit-content;
  margin: auto;
  user-select: none;
  margin-bottom: 5px;
}
.taskStatusInfo_icons {
  display: flex;
  width: fit-content;
  margin: auto;
  padding-bottom: 5px;
}
.taskStatusInfo_subTitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.taskStatusInfo_element {
  background-color: #ce922270;
  width: fit-content;
  text-align: center;
  padding: 2px 12px;
  font-size: 16px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 2px 3px #4d4d4d88;
  cursor: pointer;
  margin-right: 7px;
  border: none;
}
.taskStatusInfo_element:last-child {
  margin-right: 0;
}
.taskStatusInfo_element:hover {
  scale: 1.1;
}

.button-48 {
  font-size: 14px;
  padding: 1.5em 2.2em;
  margin: 0;
}
.toolbar_personalAccount_btn {
  font-size: 1.5em;
  padding: 0.5em;
  margin-left: 10px;
}
.button-48,
.toolbar_personalAccount_btn {
  appearance: none;
  background-color: #ffffff;
  border-width: 0;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: Clarkson, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  opacity: 1;
  outline: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1),
    background-color 100ms cubic-bezier(0.694, 0, 0.335, 1),
    color 100ms cubic-bezier(0.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}
.button-48:before,
.toolbar_personalAccount_btn:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: #ebebeb;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.button-48:hover:before,
.toolbar_personalAccount_btn:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}
.button-48:after,
.toolbar_personalAccount_btn:after {
  background-color: #ffffff;
}
.button-48 span,
.toolbar_personalAccount_btn span {
  z-index: 1;
  position: relative;
}

.link {
  margin: 10px 0px;
  color: #141413;
  background: linear-gradient(-180deg, transparent 85%, #0095a0 5%);
  border: 0;
  padding: 0.3em 1em;
  lighting-color: #ffffff;
  text-decoration: none;
}

.link:hover {
  background: #0095a0;
  border-radius: 0.3em;
  color: #ececec;
}
.scrollHidden {
  overflow: hidden;
}
.taskReminders_wrapper {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 20;
  background-color: #73909b65;
  overflow: auto;
}
.taskReminders_box {
  margin: 10vh auto 1vh auto;
  width: 60%;
  height: fit-content;
  min-width: 300px;
}
.taskReminders_title {
  padding: 5px;
}
.taskReminders_content {
  position: relative;
  font-size: 14pt;
  background-color: #fcfeff;
  height: 70vh;
  box-shadow: 0 2px 3px #868686;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: auto;
}
.taskReminders_element {
  position: relative;
  display: flex;
  width: fit-content;
  margin: 20px auto;
}
.taskReminders_delete {
  background-color: #c44b3b;
  width: 20px;
  height: 8px;
  margin: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
}
.taskReminders_addingBtn {
  position: relative;
  width: fit-content;
  margin: 20px auto;
}
.taskWrapper {
  position: fixed;
  margin: 0;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: #73909b65;
  z-index: 10;
  overflow: auto;
}
.taskBox {
  margin: 5vh auto 1vh auto;
  width: 90%;
  height: fit-content;
}
.window_common_top_part {
  position: relative;
  display: flex;
  height: 35px;
  background-color: #e5f3fb;
  box-shadow: 0 2px 3px #868686;
  z-index: 20;
  user-select: none;
}
.overlappingWindow_switchPanel {
  display: inline-flex;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 90%;
}
.overlappingWindow_topSwitch {
  display: flex;
  margin-right: 2px;
}
.overlappingWindow_topSwitch_selected {
  border-bottom: 4px solid #009fff;
}
.overlappingWindow_topSwitchBtn,
.overlappingWindow_topSwitchCloseBtn {
  border: none;
  background-color: #bbe1f7;
  padding: 0 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.overlappingWindow_topSwitchBtn {
  margin: 0;
  width: fit-content;
  white-space: nowrap;
}

.overlappingWindow_topSwitchCloseBtn {
  color: rgb(192, 81, 81);
}
.overlappingWindow_topSwitchBtn:hover,
.overlappingWindow_topSwitchCloseBtn:hover {
  border: 1px solid #63636379;
}
.aboveOverlappingWindowBox_Title {
  margin: auto 10px;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 90%;
}
.taskMarkToReportPicker {
  font-size: 12px;
}
.taskBox_title {
  font-size: 14pt;
  padding: 5px 10px;
}
.window_common_top_part_closeBtn {
  position: absolute;
  outline: none;
  border: none;
  right: 0;
  background-color: #83d2ff;
  width: fit-content;
  height: 35px;
  padding: 5px 10px;
  user-select: none;
  cursor: pointer;
}
.window_common_top_part_closeBtn:hover {
  background-color: #76c1ec;
}
.paddingBtm_5px {
  padding-bottom: 5px;
}
.marginRight_5px {
  margin-right: 5px;
}
.marginLR_20px {
  margin: 0 20px;
}
.marginBtm_25px {
  margin-bottom: 25px;
}
.whiteSpace_preLine {
  white-space: pre-line;
}
.taskBox_content {
  position: relative;
  font-size: 14pt;
  background-color: #fcfeff;
  height: 85vh;
  box-shadow: 0 2px 3px #868686;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.taskCreator_topbar {
  display: inline-flex;
  max-width: 90%;
  white-space: nowrap;
  overflow-x: auto;
  position: fixed;
  z-index: 15;
  background-color: #7e7e7e31;
  border-bottom-right-radius: 10px;
  user-select: none;
}
.taskCreator_toolbarBtn {
  background-color: #83d2ff;
  border: none;
  padding: 0 10px;
  margin: 5px;
  box-shadow: 0 2px 3px #868686;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.taskCreator_toolbarBtn:hover,
.taskCreator_relatedTasks_add:hover {
  background-color: #c0e8ff;
}
.taskCreator_toolbarBtn:focus {
  outline: none;
}
.taskCreator_issue,
.taskViewer_issue {
  font-size: 16pt;
  padding: 20px 20px 0 20px;
  display: flex;
}
.taskCreator_issue_label,
.taskCreator_issue_textarea,
.taskViewer_issue_label,
.taskViewer_issue_text {
  margin-top: 30px;
}
.taskCreator_issue_label,
.taskCreator_tags_label,
.taskCreator_executor_label,
.taskCreator_deadline,
.taskCreator_details_label,
.taskCreator_relatedTasks_label,
.taskViewer_issue_label,
.taskViewer_label,
.taskViewer_details_label {
  color: #4682b4;
  margin-right: 10px;
  user-select: none;
}
.taskViewer_details_label {
  margin-bottom: 10px;
}
.taskCreator_issue_textarea,
.taskCreator_details_textarea,
.reportEditor_textarea,
.reportEditor_input {
  width: 100%;
  border-radius: 5px;
  padding: 0 5px;
  border: 1px solid #b6b6b6;
}
.taskCreator_issue_textarea:focus,
.taskCreator_executor_select:focus,
.taskCreator_datetime,
.taskCreator_details_textarea,
.taskCreator_relatedTasks_element_input {
  outline: none;
}
.taskViewer_issue {
  margin-bottom: 10px;
}
.taskCreator_tags,
.taskCreator_executor,
.taskCreator_details,
.taskCreator_relatedTasks,
.taskViewer_div,
.taskViewer_details,
.taskViewer_markBox_mark,
.taskViewer_comment,
.taskViewer_commentBox,
.droparea {
  padding: 0 20px;
  margin-bottom: 10px;
}
.taskViewer_commentBox {
  max-height: 300px;
  overflow-y: auto;
  margin-right: 20px;
}
.taskViewer_commentBox_element {
  background-color: #3498db1e;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.staffTask_marks_log {
  max-height: 400px;
  overflow-y: auto;
  white-space: pre-line;
  word-wrap: break-word;
}
.staffTask_marks_log_item_action {
  color: #4682b4;
}
.staffTask_marks_log_item {
  font-size: 12pt;
  margin: 0 5px 5px 5px;
  padding: 5px 10px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.staffTask_marks_log_item:hover {
  border: 1px solid #858585;
}
.staffTask_marks_log_item_selected {
  background-color: #1c72ac2d;
}
.staffTask_marks_log_item_system {
  font-size: 12pt;
  margin-bottom: 5px;
  border-bottom: 1px solid #d1d1d1;
  padding: 5px 10px 0 10px;
}
.staffTask_marks_log_item_system > p {
  margin: 0;
}
.staffTask_marks_log_item_comment {
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
  background-color: #3498db1e;
  border-radius: 5px;
}
.staffTask_marks_log_item_comment_text {
  white-space: pre-line;
}
.wordWrap_whiteSpace {
  white-space: pre-line;
  word-wrap: break-word;
}
.detailsViwer_largeText {
  max-width: 85vw;
}
.issueViewer_largeText {
  max-width: 80vw;
}
.report_text {
  white-space: pre-line;
  max-width: 80vw;
  word-wrap: break-word;
}
.largelink {
  max-width: 80vw;
  word-wrap: break-word;
}
@media (min-width: 1400px) {
  .report_text {
    max-width: 1200px;
  }
}
.marginTop_10px {
  margin-top: 10px;
}
.marginBtm_10px {
  margin-bottom: 10px;
}
.allTaskTable {
  width: 100%;
  font-size: 14pt;
}
.taskTableCell {
  background-color: #bebebe3f;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.boxShadow_common {
  box-shadow: -1px 2px 3px #86868670;
}
.taskViewer_details {
  font-size: 16pt;
}
.taskFiltersBox {
  user-select: none;
}
.taskFilterViewBtn {
  padding: 5px;
  border-bottom: 2px solid #4462e759;
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
}
.taskFilters {
  padding: 0 10px;
  margin-bottom: 10px;
}
.taskIDFilter_Input {
  outline: none;
  width: 100%;
  padding: 0 4px;
  height: 32px;
  border: 1px solid #cfcdcd;
  border-radius: 5px;
  margin-bottom: 10px;
}
.bottomIndentation {
  height: 50px;
}
.taskCreator_executor,
.taskCreator_relatedTasks,
.taskViewer_div,
.taskViewer_markBox_mark,
.display_flex {
  display: flex;
}
.taskCreator_relatedTasks_add {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14pt;
  background-color: #83d2ff;
  user-select: none;
  cursor: pointer;
}
.taskCreator_relatedTasks_list {
  margin-right: 20px;
  display: flex;
}
.taskCreator_relatedTasks_element {
  position: relative;
  margin: 0 40px 0 0;
}
.taskCreator_relatedTasks_element_input {
  position: relative;
  width: 60px;
  text-align: center;
  border: none;
  border-bottom: 2px solid #b6b6b6;
}
.taskCreator_relatedTasks_element_delete {
  cursor: pointer;
  position: absolute;
  text-align: center;
  border-radius: 5px;
  height: 5px;
  width: 15px;
  background-color: #f79595;
  top: 0;
  right: -20px;
}
.taskCreator_executor_select,
.taskCreator_datetime {
  border: none;
  border-bottom: 2px solid #b6b6b6;
  padding: 0 10px;
  max-width: 100%;
}
.filterTemplates {
  outline: none;
  width: 100%;
  padding: 0 4px;
  height: 32px;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
}
.taskCreator_separator {
  height: 1px;
  background-color: #9c9c9c;
  margin: 15px 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 3px #868686;
}
.taskCreator_deadline {
  margin: 0 20px 20px 20px;
}
.taskNotFoundTitle {
  padding-top: 20px;
  text-align: center;
  user-select: none;
}
.addingBtn_AsPlus {
  position: fixed;
  right: 20px;
  bottom: 70px;
  background-color: #4682b4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 22pt;
  user-select: none;
  cursor: pointer;
  box-shadow: 0 2px 3px #868686;
  z-index: 2;
}
.addingBtn_AsPlus:hover,
.addingBtn_AsChooseListElement:hover,
.scrollControlBtn:hover,
.refreshHomePageBtn:hover {
  background-color: #6592b8;
}
.addingBtn_AsChooseList {
  position: fixed;
  right: 70px;
  bottom: 110px;
  z-index: 2;
}
.addingBtn_AsChooseListElement {
  cursor: pointer;
  margin: 5px;
  border-bottom: 1px solid #353535d2;
  background-color: #4682b4;
  box-shadow: 0 2px 3px #868686;
  padding: 2px 15px;
  border-radius: 7px;
  font-size: 14pt;
  text-transform: uppercase;
  text-align: center;
  user-select: none;
}
.scrollControlBtn,
.refreshHomePageBtn {
  border: none;
  position: fixed;
  right: 20px;
  background-color: #4682b4;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 16pt;
  user-select: none;
  cursor: pointer;
  box-shadow: 0 2px 3px #868686;
  z-index: 2;
}
.scrollControlBtn:active,
.refreshHomePageBtn:active {
  scale: 0.9;
}
.refreshHomePageBtn {
  width: 36px;
  height: 36px;
}
.overlappingWindow_openBtn {
  position: fixed;
  left: 15px;
  bottom: 70px;
  padding: 2px 10px;
  background-color: #6f9ec5;
  width: fit-content;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  font-size: 12pt;
  user-select: none;
  cursor: pointer;
  box-shadow: 0 2px 3px #868686;
  z-index: 2;
}
.taskViewer_issue_label {
  user-select: text;
}
.taskCreator_details_textarea {
  height: 100px;
  margin-bottom: 15px;
}
.taskViewer_details_text {
  white-space: pre-line;
  padding: 0 10px;
}
.taskViewer_link {
  margin-right: 15px;
  color: #1e2d44;
  padding: 0 5px;
  cursor: pointer;
}
.textWraper {
  white-space: pre-line;
}
.relatedTaskNum {
  margin-right: 10px;
  color: #4682b4;
  text-align: center;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: #00000000;
}
.taskPreviewAsOpener {
  width: 100%;
  text-align: left;
  border: none;
  user-select: text;
  scale: 1;
  transition-duration: 300ms;
}
.taskPreviewAsOpener:hover {
  scale: 1.02;
  transition-duration: 300ms;
}
.button-49 {
  text-align: left;
  padding: 0.4em 4em 0.4em 1em;
  background: linear-gradient(-130deg, transparent 5%, #e9e9e9 40%);
  border: 0;
  color: rgb(29, 29, 29);
  letter-spacing: 2px;
  box-shadow: -0.3em 0.3em #0095a0;
  outline: transparent;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-49:hover {
  color: rgb(104, 103, 103);
  background: linear-gradient(-130deg, transparent 5%, #e9e9e9 15%);
  border: 0;
  scale: 1.1;
  border-color: white;
}

.button-1 {
  margin: 10px;
  padding: 0px 55px;
}

.staffSpentTimeRecords {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  border-top: 1px solid #1e2d44;
  flex-wrap: wrap;
  max-height: 300px;
  overflow-y: auto;
}
.staffSpentTimeRecords_element {
  padding: 15px;
}
.table {
  border: 1px solid #eee;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
.table th {
  font-weight: bold;
  padding: 5px;
  background: #efefef;
  border: 1px solid #fffcfc;
}
.table td {
  padding: 5px 10px;
  border: 1px solid rgb(255, 255, 255);
}
.table tbody tr:nth-child(odd) {
  background: #fff;
}
.table tbody tr:nth-child(even) {
  background: #ebebeb;
}

.redColor {
  color: rgb(228, 74, 74);
}

/*#region customScrollbar*/
::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(102, 102, 102, 0.322);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(54, 54, 54, 0.2);
}
::-webkit-scrollbar-thumb:active {
  background: rgba(27, 27, 27, 0.2);
}
/*#endregion customScrollbar*/

/* Ping btn */
.button-16 {
  margin-left: 20px;
  background-color: #ffffff00;
  border: none;
  border-bottom: 2px solid #afbacf;
  color: #7395ae;
  cursor: pointer;
  font-family: arial, sans-serif;
  /* font-size: 14px; */
  text-transform: uppercase;
  font-weight: 700;
  height: 30px;
  line-height: 27px;
  min-width: 54px;
  padding: 0 32px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: pre;
}
.button-16:enabled:hover {
  scale: 1.05;
}
.button-16:focus {
  outline: none;
}
.button-16:enabled:active {
  scale: 0.9;
}

/* Rainbow btn */
.button-85 {
  padding: 0.3em 0.8em;
  border: none;
  outline: none;
  color: rgb(26, 24, 24);
  background: rgb(182, 235, 246);
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(226, 220, 220);
  left: 0;
  top: 0;
  border-radius: 10px;
}
.reportEditor_input {
  width: 100%;
  outline: none;
}
.reportEditor_textarea {
  width: 100%;
  height: 10em;
  outline: none;
}

/*#region Select2*/
.statesSelect {
  color: #000000;
}
.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
  margin-bottom: 15px;
  outline: none !important;
  transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
  padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}

.select2-container
  .select2-dropdown
  .select2-results
  ul
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}

/*#endregion Select2*/

.switch-btn {
  display: inline-block;
  width: 112px;
  height: 28px;
  border-radius: 10px;
  background: #e9e9e9;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  position: relative;
  box-shadow: 0 1px 3px #868686;
  transition-duration: 300ms;
  user-select: none;
}
.switch-btn::after {
  content: "";
  height: 22px;
  width: 32px;
  border-radius: 10px;
  background: #4682b4;
  top: 3px;
  left: 3px;
  transition-duration: 300ms;
  position: absolute;
  z-index: 1;
}
.switch-on::after {
  left: 77px;
}
.block_hide {
  opacity: 0;
  transition: 0.9s opacity ease-in-out;
}
.block_visible {
  opacity: 1;
}
.placeForTable {
  overflow-x: auto;
  padding: 0 10px 15px 10px;
}
.dbtable_table {
  white-space: pre-line;
  word-break: break-all;
}
.dbtable_tr {
}
.dbtable_th {
  position: relative;
  padding: 5px 10px;
  height: 25px;
  border: 1px solid #2b2b2b;
}
.dbtable_th_settingBtn {
  padding: 0 10px 0 0;
  user-select: none;
  cursor: pointer;
  width: fit-content;
}
.dbtable_th_settingsDiv {
  position: absolute;
  height: fit-content;
  width: fit-content;
  padding: 5px;
  background-color: #d8dbee;
  border-top-left-radius: 10px;
  z-index: 1;
}
.dbtable_thSettingElementBtn {
  border: none;
  word-break: normal;
}
.dbtable_thSettingElementBtn:hover {
  background-color: #c9ccdf;
}
.dbtable_td {
  position: relative;
  padding: 2px 5px;
  height: 25px;
  border: 1px solid #2b2b2b;
  max-width: 200px;
}
.dbtable_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dbtable_sourceValuesDiv {
  display: grid;
  width: fit-content;
  max-height: 150px;
  overflow-y: auto;
  padding: 0 5px 10px 5px;
}
.dbtable_sourceValuesBtn {
  text-align: left;
  border: none;
  background-color: transparent;
  overflow-x: hidden;
  border-bottom: 1px solid #686868;
}
.dbtable_sourceValuesBtn:hover {
  background-color: rgba(88, 151, 196, 0.726);
}
.dbtable_tablesSwitcherDiv {
  position: relative;
  display: inline-flex;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.dbtable_tablesSwitcher_element {
  text-wrap: nowrap;
  margin: 10px 3px;
  border: none;
  background-color: #bbe1f7;
}
.dbtable_tablesSwitcher_element:hover {
  border: 1px solid #63636379;
}
.valueOfPropertyPickerPanel {
  padding: 2.5em 2em;
}
.dbtable_entityAsSourcePicker {
  max-height: 12em;
  overflow-y: auto;
  margin-top: 1em;
}
.tableCreator_content {
  margin: 0 1em 2em 1em;
  padding-top: 3em;
  display: grid;
}
.tableCreator_input {
  margin-bottom: 1em;
  border: none;
  border-bottom: solid 1px #252525;
  outline: none;
}
.mmContainer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
}
.mmElement_div {
  display: grid;
  position: absolute;
  width: fit-content;
  height: fit-content;
  background-color: rgb(150, 179, 216);
  box-shadow: -1px 2px 3px #636262;
  padding: 0 0 7px 15px;
}
.mmElement_textarea {
  resize: both;
  min-width: 100px;
  min-height: 30px;
  outline: none;
  padding: 0 5px;
  box-shadow: -1px 2px 3px #636262;
  border: none;
}
.mmElement_TaskReference {
  margin-top: 5px;
  box-shadow: -1px 2px 3px #636262;
  border: none;
  min-width: 100px;
  width: 100%;
  padding: 5px;
}
canvas {
  display: block;
}
.commonMMContextmenu {
  position: absolute;
  background-color: #d1e8ff;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: -2px 2px 3px #797878a1;
}
.mmContextmenuBtn {
  padding: 5px;
}
.mmContextmenuBtn:hover {
  background-color: #b2d7ff;
  border-radius: 5px;
  cursor: pointer;
}
.mmElement_TaskReference {
  background-color: #f3f3f3;
  text-align: left;
  white-space: pre-line;
  word-break: break-all;
}
.mmElement_TaskReference:hover {
  background-color: #e2e2e2;
}
.mmElement_partOfElement {
}
.mmElement_mmeTaskReferenceAdding {
  outline: none;
  border: 1px solid #acacac;
  border-radius: 5px;
  padding: 0 5px;
  margin-top: 5px;
}
.mmElement_taskReferenceContainer {
  display: grid;
}
.mm_settingsBtn {
  position: fixed;
  user-select: none;
  margin: 5px;
  padding: 5px;
  width: fit-content;
  border-radius: 50%;
  cursor: pointer;
}
.mm_settingsBtn:hover {
  background-color: #a8a8a863;
}
.mm_mmRemovingBtn {
  position: relative;
  border: none;
  width: 80%;
  margin: 10px 10%;
  border-radius: 5px;
  background-color: #c5c5c550;
}
.mm_mmRemovingBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(233, 130, 130, 0.459);
  border-radius: 5px;
}
.mm_mmRemovingBtn:hover:before {
  transition: all 3s ease;
  width: 100%;
}
.mm_mmRemovingBtn:active {
  scale: 0.8;
}
.mm_checkbox {
  margin: 0 10px 0 30px;
  user-select: none;
  cursor: pointer;
  scale: 1.5;
}
.mmElement_mmeFileReferenceAdding {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.mmElement_mmeFileReferenceAddingOverlay {
  padding: 0;
  cursor: pointer;
  margin-top: 5px;
  background-color: #f3f3f3;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #acacac;
}
.mmElement_filesContainer {
  margin-top: 5px;
  background-color: #f3f3f3;
  box-shadow: -1px 2px 3px #636262;
  min-width: 100px;
  overflow: auto;
  cursor: default;
}
.mmElement_fileReference {
  padding: 0 5px;
  width: fit-content;
}
.mycheckbox {
}
.mycheckbox > input {
  margin-right: 10px;
  scale: 1.5;
}
.mycheckbox > span {
  user-select: none;
}
.mmElement_overlay {
  background-color: #6996c08f;
  position: absolute;
}
.staffTagSet_openBtn {
  margin: 0 5px;
  padding: 0 10px;
  background-color: #00000000;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}
.staffTagSet_openBtn:hover {
  background-color: #e6e6e6be;
}
.staffTagSet_list {
  position: absolute;
  margin-top: 5px;
  left: 25px;
  display: grid;
  background-color: #ffffff;
  max-height: 200px;
  overflow-y: auto;
  border: 2px solid #9b9b9bb9;
  border-radius: 5px;
  min-width: 40vw;
  z-index: 1;
}
.staffTagSet_listItem {
  text-align: left;
  overflow-x: auto;
  white-space: nowrap;
  border: none;
  width: 95%;
  background-color: #ffffff;
}
.staffTagSet_listItem:hover,
.staffTagSet_listItem_add:hover {
  background-color: #e0e8f3;
}
.staffTagSet_listItem_del {
  width: 5%;
  border: none;
  background-color: #ffffff;
}
.staffTagSet_listItem_del:hover {
  background-color: #f8b8b8d5;
}
.staffTagSet_listItem_add {
  margin-top: 7px;
  border: none;
  border-top: 1px solid #949494;
  background-color: #ecf0f500;
}
.staffTagSet_selectByNum_input {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
}
.walpSelect_container {
  user-select: none;
  position: relative;
  font-size: 15px;
  width: 100%;
  display: flex;
}
.walpSelect_sets_openBtn {
  margin: 0 5px;
  padding: 0 10px;
  background-color: #00000000;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}
.walpSelect_sets_openBtn:hover {
  background-color: #e6e6e6be;
}
.walpSelect_sets_selectByNum_input {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
}
.walpSelect_sets_list {
  position: absolute;
  margin-top: 5px;
  left: 5px;
  display: grid;
  background-color: #ffffff;
  max-height: 200px;
  overflow-y: auto;
  border: 2px solid #9b9b9bb9;
  border-radius: 5px;
  max-width: 70vw;
  width: fit-content;
  z-index: 1;
}
.walpSelect_sets_list_itemContainer {
  display: flex;
  padding-left: 5px;
}
.walpSelect_sets_list_item {
  width: 100%;
  text-align: left;
  overflow-x: auto;
  white-space: nowrap;
  border: none;
  background-color: #ffffff;
}
.walpSelect_sets_list_item_npp {
}
.walpSelect_sets_list_addindBtn {
  margin-top: 7px;
  border: none;
  border-top: 1px solid #949494;
  background-color: #ecf0f500;
}
.walpSelect_sets_list_item:hover,
.walpSelect_sets_list_addindBtn:hover {
  background-color: #e0e8f3;
}
.walpSelect_sets_list_item_removingBtn {
  width: 20px;
  border: none;
  background-color: #ffffff;
}
.walpSelect_sets_list_item_removingBtn:hover {
  background-color: #f8b8b8d5;
}
.walpSelect_selectedContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 35px;
  max-height: 100px;
  overflow-y: auto;
  border: 1px solid #cfcdcd;
  border-radius: 5px;
  user-select: none;
  cursor: pointer;
}
.walpSelect_selectedElement {
  display: flex;
  margin: 5px;
  margin-right: 0;
  border: 1px solid #a7a6a6;
  border-radius: 5px;
  cursor: default;
}
.walpSelect_unselectBtn {
  border: 1px solid #cfcdcd;
  padding: 0px 5px;
  margin: 2px;
  background-color: rgb(243, 187, 187);
  border-radius: 5px;
  cursor: pointer;
  outline: none;
}
.walpSelect_unselectBtn:hover {
  background-color: rgb(245, 167, 167);
}
.walpSelect_name {
  margin: 2px 5px;
  white-space: nowrap;
}
.walpSelect_obligationChBox {
  margin: 2px;
  margin-right: 5px;
  cursor: pointer;
}
.walpSelect_elementsPanel {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
}
.walpSelect_searching {
  width: 100%;
  margin: 5px 0;
  outline: none;
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  padding: 3px 10px;
}
.walpSelect_elementsList {
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  display: grid;
  max-height: 30vh;
  overflow-y: auto;
}
.walpSelect_selectingInListBtn {
  border: none;
  border-radius: 5px;
  text-align: left;
  background-color: #ffffff;
  padding: 3px 10px;
}
.walpSelect_selectingInListBtn_disabled {
  color: #727272;
}
.walpSelect_selectingInListBtn:hover,
.walpSelect_selectingInListBtn_focus,
.walpSelect_groupElement:hover {
  background-color: #e0e8f3;
}
.walpSelect_groupsContainer {
  display: flex;
  overflow-x: auto;
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  margin-bottom: 5px;
}
.walpSelect_groupElement {
  border: 1px solid #9e9e9e;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 2px;
}
.taskEditor_wrapper {
  position: relative;
}
.taskActionApprovingBox_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  left: 0;
  top: 0;
  z-index: 20;
}
.taskActionApprovingBox_box {
  margin-top: 50px;
}
.taskActionApprovingBox_title {
  margin-left: 20px;
  margin-bottom: 10px;
  user-select: none;
}
.taskCreator_subtasks {
  padding-left: 20px;
  margin-bottom: 5px;
}
.taskCreator_subtasks_list {
  margin-right: 20px;
}
.subtask_div {
  width: 100%;
  margin: 5px 0;
}
.subtask_issue_input {
  width: 100%;
  outline: none;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  padding-left: 7px;
  min-height: 35px;
  overflow-y: visible;
}
.subtask_deleteBtn {
  text-align: center;
  border-radius: 5px;
  margin-left: 10px;
  padding: 0 15px;
  background-color: #e9a5a5;
  user-select: none;
  height: fit-content;
}
.subtask_deleteBtn:hover {
  background-color: #f3b9b9;
  cursor: pointer;
}
.subtasks_taskViewer {
  width: 100%;
  max-width: 95%;
  white-space: pre-line;
  word-wrap: break-word;
  margin-bottom: 5px;
}
.subtask_markView {
  box-shadow: -1px 2px 3px #63626281;
  border-radius: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.subtask_markView_deleteBtn {
  border: none;
  border-radius: 5px;
  border: 1px solid #b6b6b6;
  margin: 0 5px 5px 0;
  background-color: #f7f7f7;
}
.subtask_markView_deleteBtn:hover {
  background-color: #f3b9b9;
  cursor: pointer;
}
.mark_subtasks_addBtn {
  font-size: smaller;
  user-select: none;
  width: fit-content;
  padding: 3px 15px;
  border-radius: 5px;
  background-color: #83d2ff;
}
.mark_subtasks_addBtn:hover {
  cursor: pointer;
  background-color: #c0e8ff;
}
.additionalHeaderBtns_div {
  position: absolute;
  display: grid;
  background-color: #ffffff;
  z-index: 1;
}
.staffStatements_balance_div {
  user-select: none;
  margin: 15px auto;
  width: fit-content;
  padding: 10px 15px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.staffStatements_balance_dayOff {
  height: fit-content;
  margin: auto 0;
}
.staffStatements_balance_balance {
  margin-bottom: 5px;
  text-align: center;
}
.overlapping_content_wrapper {
  padding: 20px;
  padding-top: 50px;
}
.statement_baseDIV {
  margin-bottom: 10px;
  padding: 15px;
  white-space: pre-line;
  word-wrap: break-word;
}
.statement_title {
  font-weight: bold;
  margin-bottom: 8px;
}
.statement_comment {
  padding-left: 15px;
  max-width: calc(80vw - 15px);
}
.statement_btnsBlock {
  user-select: none;
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-top: 10px;
}
.statement_btn {
  border: none;
  color: #348bcb;
  background-color: #00000000;
  border-bottom: 1px solid #348bcb;
  margin-left: 10px;
}
.statement_btn:hover {
  color: #1e6da5;
}
.statement_textarea {
  min-height: 60px;
  width: 100%;
  margin-top: 15px;
  outline: none;
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  padding: 3px 10px;
}
.statement_number {
  color: #4682b4;
  margin: 0;
  margin-left: auto;
  width: fit-content;
  font-size: 13px;
}
.statement_timePicker {
  border: none;
  background-color: #bebebe00;
  border-bottom: 1px solid #000000;
  padding: 0 15px;
  outline: none;
  cursor: text;
}
.statement_spentedTimeChangingBlock {
  display: flex;
  margin-top: 15px;
  padding-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #d1d1d1;
  user-select: none;
}
.statement_spentedTimeChangingBlock
  > input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
}
.selectBtn_container {
  width: fit-content;
  margin: 20px 0;
  margin-left: auto;
}
.selectBtn {
  border: 1px solid #1e6da500;
  border-bottom: 2px solid #1e6da5;
  background-color: #00000000;
  color: #1e6da5;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 10px;
  margin-left: 10px;
}
.selectBtn:enabled:hover {
  background-color: #81a5be1f;
  border: 1px solid #1e6da5;
  border-radius: 5px;
}
.selectBtn:enabled:active {
  scale: 0.9;
}
.statement_checkboxesContainer {
  margin: auto;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
}
.statement_checkboxesContainer > :not(:first-child) {
  margin-left: 20px;
}
.statement_checkbox {
  margin: 0 10px 0 0;
  user-select: none;
  cursor: pointer;
  scale: 1.5;
}
.statement_checkboxContainer {
  display: flex;
}
.statement_checkboxContainer > label {
  cursor: pointer;
}
.report_baseDiv {
  background-color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 8px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  font-size: 18px;
  white-space: pre-line;
  word-wrap: break-word;
}
.report_baseDiv > :not(:last-child) {
  margin-bottom: 5px;
}
.report_title {
  font-weight: bold;
}
.report_linetitle {
  color: #4682b4;
  margin-right: 10px;
}
.report_relatedTaskNum {
  color: #4682b4;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  border-bottom: 1px solid #4682b4;
  background-color: #00000000;
}
.report_btnsBlock {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 0;
}
.report_btn {
  user-select: none;
  border: none;
  color: #4682b4;
  background-color: #00000000;
  border-bottom: 1px solid #4682b4;
  margin-left: 10px;
  margin-bottom: 0;
}
.report_btn:hover {
  color: #2e6a9b;
}
.reportDescribedTime_baseDIV {
  overflow-x: auto;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 100%;
}
.reportDescribedTime_baseDIV_dayPanels {
  display: inline-flex;
  margin: 5px;
}
.reportDescribedTime_title {
  user-select: none;
  color: #4682b4;
  font-size: 17px;
  text-align: center;
}
.reportDescribedTime_dayPanel {
  padding: 5px 10px;
  margin: 5px;
  overflow-y: auto;
  max-height: 300px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}
.reportDescribedTime_dayPanel_value {
  white-space: nowrap;
}
.reportDescribedTime_separator {
  border: 2px solid #d1d1d1;
  border-radius: 5px;
  margin-bottom: 20px;
}
.dataLoadingNotification {
  z-index: 1000;
  user-select: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #fffd9b;
  padding: 0 10px;
  border-radius: 5px;
  border: 3px solid #e9e65c;
  font-style: italic;
  animation-duration: 0.5s;
  animation-name: dataLoadingNotification_animation;
  animation-iteration-count: infinite;
}

@keyframes dataLoadingNotification_animation {
  from {
    scale: 1;
  }

  to {
    scale: 1;
  }

  50% {
    scale: 0.9;
  }
}

.backlog_backlogTableElement {
  padding: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  white-space: pre-line;
  word-wrap: break-word;
  cursor: pointer;
}
.backlog_backlogTableElement:hover {
  scale: 1.02;
}
.overlappingWindow_topBar_btn {
  background-color: #83d2ff;
  border: none;
  padding: 0 10px;
  margin: 5px;
  box-shadow: 0 2px 3px #868686;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  outline: none;
}
.overlappingWindow_topBar_btn:hover:not([disabled]) {
  background-color: #c0e8ff;
}
.overlappingWindow_topBar {
  display: inline-flex;
  max-width: 90%;
  white-space: nowrap;
  overflow-x: auto;
  position: fixed;
  z-index: 15;
  background-color: #7e7e7e31;
  border-bottom-right-radius: 10px;
  user-select: none;
}
.backlog_settings_baseDIV {
  padding: 20px;
  padding-top: 50px;
}
.common_label,
.common_label_unselect,
.common_label_inline {
  color: #4682b4;
}
.common_label_inline {
  margin-right: 5px;
}
.common_label_unselect {
  user-select: none;
}
.common_input_text {
  outline: none;
  width: 100%;
  padding-left: 5px;
  height: 35px;
  margin-bottom: 10px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.common_btnsBlock {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 0;
}
.common_button {
  user-select: none;
  border: none;
  color: #4682b4;
  outline: none;
  background-color: #00000000;
  border-bottom: 1px solid #4682b4;
  margin-left: 10px;
  margin-bottom: 0;
}
.common_button:hover {
  color: #215783;
}
.common_deleteBtn {
  border: 1px solid rgb(173, 113, 113);
  background-color: rgb(247, 156, 156);
  user-select: none;
}
.common_settingsBtn {
  user-select: none;
  margin: 5px;
  padding: 5px;
  width: fit-content;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.common_settingsBtn:hover {
  background-color: #a8a8a863;
}
.common_hiddenBlockShower {
  padding: 5px;
  border-bottom: 2px solid #4682b4;
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
}
.common_deleteBtn_withActivation {
  position: relative;
  border: none;
  width: 80%;
  margin: 10px 10%;
  border-radius: 5px;
  background-color: #c5c5c550;
}
.common_deleteBtn_withActivation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(233, 130, 130, 0.459);
  border-radius: 5px;
}
.common_deleteBtn_withActivation:hover:before {
  transition: all 3s ease;
  width: 100%;
}
.common_deleteBtn_withActivation:active:not([disabled]) {
  scale: 0.8;
}
.backlog_addElementBacklogBtn {
  margin: 0 auto;
  display: block;
}
.backlog_groupBaseDIV,
.backlog_elementBaseDIV {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
  white-space: pre-line;
  word-wrap: break-word;
  background-color: #ffffff;
  border-right: 1px solid #d1d1d1;
  margin-right: 5px;
}
.backlog_group_dropzone,
.backlog_element_dropzone {
  border-radius: 5px;
}
.backlog_previewBlock {
  position: relative;
  width: 100%;
  border-radius: 5px;
}
.backlog_previewBlock:hover {
  background-color: #eeeeee;
}
.backlog_elementGroup_elementAsTaskTitle_preview_div
  .backlog_elementGroup_task_view_container {
  padding: 0px;
  margin: 0px;
}
.backlog_elementGroup_title_preview_div {
  width: calc(100% - 25px);
  padding: 5px 15px 5px 20px;
}
.backlog_element_detailsBtn {
  user-select: none;
  position: absolute;
  font-size: 12px;
  outline: none;
  aspect-ratio: 1 / 1;
  border-radius: 5px;
  border: none;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 2px solid #707b8521;
  left: 3px;
  top: 5px;
}
.backlog_element_detailsBtn:hover {
  border: 2px solid #4682b4;
}
.backlog_element_detailsBtn:active {
  scale: 0.9;
}
.backlog_invisibleBox_addingElBtn:hover:not([disabled]) {
  cursor: pointer;
  background-color: rgba(70, 115, 155, 0.644);
}
.common_input_textarea {
  min-height: 60px;
  width: 100%;
  outline: none;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 3px 10px;
}
.common_closeBtn {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  background-color: #83d2ff;
  width: fit-content;
  height: 35px;
  padding: 5px 10px;
  user-select: none;
}
.common_closeBtn:hover:not([disabled]) {
  background-color: #76c1ec;
  cursor: pointer;
}
.backlog_baseContentDIVWrapper,
.staffPersonalAccount_baseContentDIVWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.backlog_baseFiltersDIV {
  padding: 5px 10px 0 10px;
  max-width: 500px;
}
.backlog_baseContentDIV,
.backlog_completedGroups_baseContentDIV {
  padding: 10px 20px 30px 10px;
  width: 100%;
  overflow-y: auto;
  margin: auto;
  flex-grow: 1;
}
.commonContextMenu_container {
  position: absolute;
  background-color: #d1e8ff;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.9em;
  box-shadow: -2px 2px 3px #797878a1;
  top: 0;
  left: 0;
  z-index: 2000;
}
.commonContextMenu_content {
  white-space: nowrap;
  user-select: none;
}
.commonContextMenu_content > :not(:last-child) {
  margin-bottom: 5px;
}
.commonContextMenu_btn {
  display: block;
  background-color: #d1e8ff;
  border: none;
  padding: 0 10px;
  outline: none;
}
.commonContextMenu_btn:hover:not([disabled]) {
  background-color: #b2d7ff;
  border-radius: 5px;
  cursor: pointer;
}
.commonContextMenu_btn_withActivation {
  position: relative;
}
.commonContextMenu_btn_withActivation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(55, 172, 250, 0.493);
  border-radius: 5px;
}
.commonContextMenu_btn_withActivation:hover:before {
  transition: all var(--duration) ease;
  width: 100%;
}
.backlog_elementGroup_details_container {
  margin: 5px 15px 5px 20px;
  margin-right: 15px;
}
.backlog_elementGroup_details_description_container,
.backlog_elementGroup_details_tasks_container,
.backlog_elementGroup_details_comments_container {
  margin: 10px 10px 5px 5px;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #d1d1d1;
}
.backlog_elementGroup_details_title {
  font-weight: bold;
}
.backlog_tasksElementGroup_groupBaseDIV {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.backlog_tasksElementGroup_title {
  font-weight: bold;
}
.backlog_commentElementGroup_baseDIV {
  margin: 5px 15px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}
.backlog_commentElementGroup_title {
  font-weight: 600;
  font-size: 14px;
}
.backlog_elementGroup_details_status_container {
  display: flex;
  margin-top: 5px;
}
.common_flex_container {
  display: flex;
}
.backlog_elementGroup_details_statusComment_comment_text {
  word-break: break-all;
  margin-right: 10px;
}
.backlog_elementGroup_statusComment_preview_comment_text {
  word-break: break-all;
}
.common_datePicker {
}
.common_datePicker > input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 50%;
}
.common_datePicker > input[type="date"] {
  padding: 0 10px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #000000;
  outline: none;
}
.backlog_elementGroup_taskAdd_successNotification {
  background-color: #44f79467;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
}
.backlog_tasksElementGroup_taskBaseDIV {
  padding: 0 10px;
  border: 1px solid #00000000;
}
.backlog_tasksElementGroup_taskBaseDIV:hover {
  border: 1px solid #5b7ca1;
  border-radius: 5px;
}
.backlog_contentWrapper,
.staffPersonalAccount_contentWrapper {
  display: flex;
  height: 100%;
}
.backlog_contentWrapper_sideToolBar,
.staffPersonalAccount_contentWrapper_sideToolBar {
  overflow-y: auto;
  overflow-x: hidden;
}
.backlog_elementGroup_title_preview,
.backlog_elementGroup_status_preview {
  font-weight: 500;
}
.backlog_completedGroup {
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
  border: 1px solid #d1d1d1;
}
.backlog_elementCompletedGroup {
  border-radius: 5px;
  margin: 10px auto 5px auto;
  border: 1px solid #d1d1d1;
}
.backlog_completedGroups_nextPageBtn {
  display: block;
  margin: 5px auto;
}
.backlog_detailsTopFixedData {
  margin-bottom: 5px;
}
.backlog_detailsScrollingData {
  max-height: 45vh;
  overflow-y: auto;
}
.backlog_addingElementAccent {
  box-shadow: 0px 0px 15px 5px #e8ee67;
}
.backlog_changedTextAccent {
  background-color: #eef473a6;
}
.backlog_group_title {
  font-weight: bold;
  font-size: 18px;
}
.backlog_elementGroup_npp {
  margin: 0 5px;
  min-width: 22px;
  text-align: center;
}
.backlog_elementGroupStatus_input_color,
.backlog_elementGroupTag_input_color {
  margin: 0 5px;
}
.backlog_group_mainContainer_viewMode {
  margin: 10px 0;
}
.backlog_element_mainContainer_viewMode {
  margin: 5px 0;
  display: flex;
}
.backlog_element_mainContainer_viewMode > .backlog_elementBaseDIV,
.backlog_group_mainContainer_viewMode > .backlog_groupBaseDIV {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.backlog_guestView_backlogTitle {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 20px;
}
.backlog_guestLink_baseDIV {
  padding: 50px 20px;
  text-align: center;
}
.backlog_guestView_wrapper {
  margin: auto;
  max-width: 80vw;
  height: calc(100% - 10px);
}
.backlog_elementGroup_details_tags:has(> *) {
  margin: 5px 0px;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}
.backlog_elementGroup_tags_preview {
  margin: 0 5px;
  font-weight: 600;
}
.backlog_settings_statuses_container,
.backlog_settings_tags_container {
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 10px;
}
.backlog_elementGroup_preview_tasksStatistics {
  user-select: none;
  font-size: 14px;
  font-weight: 400;
}
.backlog_elementGroup_preview_tasksStatistics_tasksGroup {
  margin-right: 10px;
  padding: 0 3px;
  border-bottom: 2px solid var(--borderColor);
}
.backlog_elementGroup_preview_tasksStatistics_tasksGroup
  > .backlog_elementGroup_preview_tasksStatistics_tasksCount:not(:last-child) {
  margin-right: 5px;
}
.backlog_elementGroup_preview_tasksStatistics_tasksCount {
  cursor: help;
  margin-left: 5px;
  font-weight: 500;
  font-size: 16px;
}
.overlappingWindowContent_view {
  overflow-y: auto;
  height: 100%;
}
.common_filters_visibleSwitch {
  padding: 0px 5px;
  border-bottom: 2px solid #d1d1d1;
  color: #4682b4;
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.common_filters_visibleSwitch:hover {
  background-color: #a8a8a863;
  border-radius: 5px;
}
.common_filters_content {
  border-bottom: 3px solid #d1d1d1;
  margin-bottom: 5px;
  font-size: 14px;
}
.common_checkbox_container {
  display: flex;
}
.common_checkbox_input {
  user-select: none;
  cursor: pointer;
  scale: 1.5;
}
.common_checkbox_label {
  user-select: none;
  padding-left: 10px;
  cursor: pointer;
}
.backlog_settingsWrapper {
  height: 100%;
  overflow-y: auto;
}
.staffReports_filterBlock {
  border-bottom: 3px solid #d1d1d1;
  margin-bottom: 20px;
}
.staffreport_wrapper > :not(:last-child) {
  margin-bottom: 5px;
}
.staffReportEditor_editableElementsBaseDIV {
  font-size: 14pt;
  padding: 45px 20px 10px 20px;
}
.staffReportEditor_editableElementsBaseDIV > :not(:last-child) {
  margin-bottom: 5px;
}
.staffReportEditor_editableElementsBaseDIV > :last-child {
  margin-bottom: 15px;
}
.common_border_bottom_separator_line {
  padding-bottom: 5px;
  border-bottom: 3px solid #d1d1d1;
}
.staffReport_relatedTask_number {
  cursor: pointer;
  padding: 0 8px;
  border-bottom: 1px solid #4682b4;
}
.removingFiles_baseDIV {
  padding: 0 5px;
  user-select: none;
  cursor: pointer;
  border: 1px solid #d1d1d1;
  margin-bottom: 5px;
  border-radius: 5px;
}
.removingFiles_baseDIV:hover {
  border: 1px solid #858585;
}
.removingFiles_selected {
  background-color: #ff2b2b57;
}
.walpUnloadingFilesBox_container {
  border-radius: 10px;
  border: 3px dashed #d1d1d1;
}
.walpUnloadingFilesBox_droparea {
  position: relative;
  user-select: none;
  margin: auto;
  height: fit-content;
}
.walpUnloadingFilesBox_droparea input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.walpUnloadingFilesBox_droparea_text {
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
}
.walpUnloadingFilesBox_clearFilesBtnContainer {
  width: fit-content;
  margin: auto;
}
.walpUnloadingFilesBox_clearFilesBtn {
  border: none;
  background-color: #00000000;
  color: #1e6da5;
  border: 1px solid #1e6da5;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 13px;
  text-transform: uppercase;
}
.walpUnloadingFilesBox_clearFilesBtn:hover {
  background-color: #81a5be1f;
}
.walpUnloadingFilesBox_clearFilesBtn:active {
  scale: 0.9;
}
.common_border_around {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 5px 10px;
}
.staffReport_editor_metrics_container {
  margin-bottom: 15px;
}
.staffReport_editor_metrics_addingBtn_container {
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
}
.staffReport_editor_metrics_baseDIV {
  display: flex;
}
.staffReport_editor_metrics_valueInput {
  width: 100px;
  text-align: center;
  margin: 0 10px;
}
.common_removingBtn {
  border: 1px solid #f3bbbb;
  background-color: #f3bbbb;
  border-radius: 5px;
  padding: 0 8px;
  aspect-ratio: 1 / 1;
  height: 25px;
  font-size: 12px;
  margin: 0 5px;
  user-select: none;
  outline: none;
}
.common_removingBtn:hover {
  background-color: rgb(245, 167, 167);
}
.backlog_menuBtn {
  user-select: none;
  margin: 5px;
  padding: 5px;
  width: 40px;
  aspect-ratio: 1 / 1;
  color: #4682b4;
  border: none;
  cursor: pointer;
  background-color: #ffffff00;
}
.backlog_menuBtn:hover {
  background-color: #a8a8a863;
  border-radius: 5px;
}
.backlog_elementGroup_adding_container {
  padding: 40px 20px 30px 20px;
  max-height: 100%;
  overflow-y: auto;
}
.backlog_elementGroup_adding_container > *:not(.common_label_unselect) {
  margin-bottom: 5px;
}
.backlog_elementGroup_task_view_container {
  display: flex;
  margin: 5px 0;
  padding: 5px 0px 5px 10px;
}
.backlog_elementGroup_task_view {
  width: 100%;
}
.backlog_elementGroup_tasks_adding_addingBtn_container {
  margin-bottom: 10px;
  width: fit-content;
  font-size: 14px;
  position: relative;
  height: 25px;
  width: 100%;
}
.backlog_elementGroup_tasks_adding_addingBtn_container > .common_button {
  position: absolute;
  right: 0;
}
.common_separator_line {
  border: 2px solid #d1d1d1;
  border-radius: 5px;
  margin: 5px 0;
}
.backlog_elementGroup_tasks_adding_container {
  padding: 40px 20px 30px 20px;
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
}
.staffPersonalAccount_baseContentDIVWrapper {
  padding: 10px;
  max-height: 100%;
  overflow-y: auto;
}
.staffPersonalAccount_contentWrapper_sideToolBar {
  padding: 10px;
  min-width: fit-content;
  font-size: 15px;
}
.staffPersonalAccount_sideToolBar_btnsContainer > .common_button {
  margin-left: 0;
  border: none;
  width: 100%;
  font-size: 16px;
  text-align: left;
}
.staffPersonalAccount_tabSelectingHint {
  text-align: center;
  color: #808080;
  margin: auto 0;
  font-style: italic;
}
.common_group_flex {
  display: flex;
}
.common_group_flex > :not(:last-child) {
  margin-right: 10px;
}
.common_checkbox {
  cursor: pointer;
  scale: 1.5;
  outline: none;
}
.common_overflowY {
  max-height: 100%;
  overflow-y: auto;
  margin: 5px;
  padding: 0 5px;
}
.common_frame {
  background-color: #fdfdfd;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.common_confirmationModalWindow {
  width: 100%;
  height: 100%;
}
.common_confirmationModalWindow_overlappingContainer {
  position: fixed;
  margin: 0;
  left: 0;
  top: 0;
  background-color: #73909b65;
  z-index: 10;
  overflow: auto;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_confirmationModalWindow_modalWindow {
  background-color: #ffffff;
  max-width: 85vw;
  width: var(--width);
  height: fit-content;
  white-space: pre-line;
}
.common_confirmationModalWindow_modalWindow_contentContainer {
  padding: 10px 15px;
}
.common_confirmationModalWindow_modalWindow_contentContainer_text {
  max-height: 25vh;
  overflow-y: auto;
}
.staffStatements_balance_addingBtn {
  margin: auto 5px;
  margin-right: 10px;
  width: 40px;
}
.staffStatements_balance_addingBtn:hover {
  background-color: #f5f5f5;
}
