html {
  height: 100%;
  font-size: 20px;
}

.icon-download {
    width: 14px;
    height: 14px;
}

.company-list-block a {
  color: #DA3b2f;
}

li.nav-item {
    display: flex;
    align-items: center;
}

.header-link-counter {
    padding: 8px;
    font-weight:600;
}

body {
  min-width: 360px;
  height: 100%;
  overflow: hidden;
  color: #1e1e1e;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
}

input[type=date] {
  padding: 8px 16px;
  font-size: 16px;
}

@font-face {
  font-family: tgico;
  src: url(/static/assets/fonts/tgico.ttf) format("truetype"), url(/static/assets/fonts/tgico.woff) format("woff"), url(/static/assets/fonts/tgico.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

.figure_wrapper img {
  max-width: 100%;
}

.tgico {
  font-family: tgico !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.tgico.iaction {
  cursor: pointer;

}

.tgico.iaction:hover {
  color: #f53d31
}


.col-fix-1 {
  flex: 0 0 auto;
  width: 284px;
  margin-top: 12px;
}

@media (min-width: 1024px) {
  .col-fix-1 {
    margin-top: 0;
  }
}

.col-fix-2 {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 12px;
}

@media (min-width: 480px) {
  .col-fix-2 {
    width: 370px;
  }
}

@media (min-width: 1024px) {
  .col-fix-2 {
    margin-top: 0;
  }
}

.fit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fit-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

h2 {
  font-size: 20px;
  font-weight: 700;
}

h2 {
  display: flex;
  column-gap: 16px;
  align-items: center;
}

h2.margin-top {
  margin-top: 1rem;
}

.employee-item-productivity {
  font-weight: 600;
  color: #1E1E1E;
}

.employee-item-productivity a {
  font-size: 16px;
}

.employee-item-productivity-hours {
  color: #AAAAAA;
  display: inline-block;
}

.employee-item-kpd {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  justify-content: center;
}

.employee-item-counters {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}

.employee-item-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.employee-item-status-button {
  color: #F03B2F;
  padding: 12px 12px;
  font-weight: 600;
  font-size: 16px;
  height: 40px;
  background: #F03B2F33;
  border-radius: 8px;
  min-width: 160px;
  text-align: center;
}

.icon-default {
  width: 16px;
  height: 16px;
}

.icon-bookmark {
  width: 18px;
  height: 18px;
  fill: #646464;
  /* stroke: #646464; */
  stroke-width: 1px;
}

.icon-bookmark:hover {
  fill: #f53d31;
}

.icon-bookmark.active {
  fill: #f53d31;
  stroke: none;
}
.icon-bookmark.active:hover {
  fill: #646464;
  stroke: none;
}

.text-elem .svg-icon {
  display: inline-block;
  margin-left: 1rem;
}

.employee-item-counter {
  width: 80px;
  font-size: 16px;
  display: flex;
  column-gap: 8px;
  border: 1px solid #AAAAAA33;
  padding: 12px 16px;
  border-radius: 6px;
  align-items: center;
}

.employee-item-counter.long {
  width: 150px;
}

@media (min-width: 480px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 480px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 16px;
  font-weight: 600;
}

.bttn {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 12px;
}

@media (min-width: 480px) {
  .bttn {
    padding: 12px 20px;
  }
}

a.accent-btn1,
.accent-btn1 {
  color: #f03b2f;
  font-size: 12px;
  background-color: rgba(240, 59, 47, 0.2);
  padding: 8px 16px;
  border-radius: 8px;
}

.accent-btn2 {
  color: #29e346;
  background-color: rgba(41, 227, 70, 0.2);
}

.grey-btn {
  color: #aaaaaa;
  background-color: rgba(170, 170, 170, 0.2);
}

.md {
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 12px;
}

.lg {
  font-size: 20px;
  padding: 16px 20px;
  border-radius: 12px;
}

.close {
  background-color: transparent;
}

.col-fix-btn {
  width: auto;
}

@media (min-width: 1024px) {
  .col-fix-btn {
    width: 100%;
  }
}

.acc-color {
  color: #f03b2f;
}

.stroke-black {
  stroke: #1e1e1e;
}

.bold-text {
  font-weight: 700;
}

.ordinary-text {
  line-height: 1.4;
}

.mt-4a {
  margin-top: 2rem;
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
}

.custom-scroll::-webkit-scrollbar-track {
  background-color: rgba(170, 170, 170, 0.2);
  border-radius: 2px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(170, 170, 170, 0.4);
  border-radius: 2px;
}

.hid-scroll {
  scrollbar-width: none;
}

.hid-scroll::-webkit-scrollbar {
  width: 0;
}

.hid-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
}

.hid-scroll-h::-webkit-scrollbar {
  width: auto;
  height: 0;
}

/* input-placeholder */
input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-ms-clear {
  display: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

textarea.field {
  width: 100%;
  height: 70px;
  resize: none;
}

.check-area input[type=checkbox] {
  display: none;
}

.check-area input[type=checkbox]:checked+.check-sim .svg-icon {
  stroke: #fff;
}

.check-area label {
  cursor: pointer;
}

.check-area .check-sim {
  width: 16px;
  height: 16px;
  background-color: #f03b2f;
  border-radius: 4px;
  margin-right: 12px;
}

.check-area .check-sim .svg-icon {
  stroke: transparent;
}

.sel-custom .jq-selectbox__select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  cursor: pointer;
}

.sel-custom .jq-selectbox__select-text {
  max-width: 200px;
}

.sel-custom .jq-selectbox__trigger .svg-icon {
  fill: #f03b2f;
  margin-left: 8px;
  transform: rotate(180deg);
}

.sel-custom .jq-selectbox__trigger.mod .svg-icon {
  fill: #f03b2f;
  transform: none;
}

.sel-custom .jq-selectbox__dropdown {
  width: 100% !important;
  padding-top: 2px;
}

.sel-custom .jq-selectbox__dropdown ul {
  background-color: #fff;
  padding: 6px 0;
  border-radius: 12px;
}

.sel-custom .jq-selectbox__dropdown ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 6px 16px;
  cursor: pointer;
  transition: color 0.2s;
}

.sel-custom .jq-selectbox__dropdown ul li:hover {
  color: #aaaaaa;
}

.file-custom .jq-file__browse {
  display: flex;
  align-items: center;
  color: #aaaaaa;
  padding: 12px 16px;
  cursor: pointer;
}

.small-file-input .file-custom .jq-file__browse {
  padding: 0;
}

.file-custom .jq-file__browse .icon-clip {
  stroke: #aaaaaa;
  margin-right: 12px;
}

input.file-custom {
  display: none;
}

.svg-icon {
  display: block;
}

.icon-baloon {
  width: 14px;
  height: 14px;
}

.icon-check {
  width: 12px;
  height: 9px;
  fill: none;
  stroke-width: 2;
}

.icon-clip {
  width: 10px;
  height: 16px;
  fill: none;
  stroke-width: 1.3125;
  stroke-linecap: round;
}

.icon-close {
  width: 18px;
  height: 18px;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.icon-glass {
  width: 18px;
  height: 18px;
}

.icon-logo {
  width: 8px;
  height: 8px;
}

.icon-header {
  width: 18px;
  height: 18px;
  fill: #595959;
}

.icon-header:hover {
  fill: #1E1E1E;
}

.icon-header.active {
  fill: #f03b2f;
}

.navbar-panel .nav-link:hover {
  color: #000;
}

.icon-quit {
  width: 16px;
  height: 16px;
}

.icon-polygon {
  width: 8px;
  height: 6px;
}

.icon-disc_plus {
  width: 20px;
  height: 20px;
}

.icon-burg {
  width: 16px;
  height: 14px;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-plus {
  width: 10px;
  height: 10px;
  stroke-width: 1.5;
}

.icon-arrow {
  width: 18px;
  height: 16px;
}

.body-content {
  display: flex;
  position: relative;
  height: 100%;
  font-size: 14px;
}

@media (min-width: 768px) {
  .body-content {
    font-size: 16px;
  }
}

.cover {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 49;
}

.cover.mod {
  display: block;
}

.sidebar {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 50;
  width: 100%;
  background-color: #212a32;
  padding: 20px 40px;
  transition: left 0.3s;
}

@media (min-width: 480px) {
  .sidebar {
    width: 340px;
  }
}

@media (min-width: 1280px) {
  .sidebar {
    position: static;
  }
}

.sidebar.mod {
  left: 0;
}

.sidebar .sidebar-header {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #f03b2f;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  position: relative;
}

@media (min-width: 1280px) {
  .sidebar .sidebar-header .close {
    display: none;
  }
}

.sidebar .sidebar-header .close .icon-close {
  stroke: #f03b2f;
}

.sidebar .h-wr {
  padding: 40px 0 24px 0;
}

.sidebar .h-wr h4 {
  color: #aaaaaa;
}

.sidebar .sidebar-cont {
  flex-grow: 1;
  overflow-y: auto;
  color: #aaaaaa;
}

.sidebar .sidebar-segm {
  flex-shrink: 0;
  padding: 40px 0;
}

.sidebar .sidebar-segm .icon-disc_plus {
  fill: #f03b2f;
  margin-right: 16px;
}

.sidebar .sidebar-footer {
  flex-shrink: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(170, 170, 170, 0.4);
}

.sidebar .sidebar-footer ul {
  color: #aaaaaa;
  font-size: 12px;
  margin-bottom: 40px;
}

.sidebar .sidebar-footer ul li+li {
  margin-top: 20px;
}

.sidebar .sidebar-footer .dev-link {
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 700;
}

.sidebar .navbar-panel-wrap {
  display: block;
  padding-top: 20px;
  margin-right: -40px;
  margin-left: -40px;
}

@media (min-width: 1024px) {
  .sidebar .navbar-panel-wrap {
    display: none;
  }
}

.sidebar .navbar-panel-wrap.dn {
  display: none;
}

.sidebar .navbar-panel {
  overflow-x: auto;
  font-size: 16px;
  padding-right: 40px;
  padding-left: 40px;
  border: none;
}

.sidebar .navbar-panel .nav-menu {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  margin-bottom: 0;
}

.sidebar .navbar-panel .nav-menu .nav-item {
  margin-bottom: -1px;
}

.cats-list {
  overflow: hidden;
  color: #aaaaaa;
  font-size: 16px;
}

.cats-list li span {
  display: block;
}

.cats-list li .li-str {
  display: flex;
  align-items: center;
  margin: 9px 0;
}

.cats-list li .li-str .svg-icon {
  display: none;
  transition: transform 0.2s;
}

.cats-list li .li-str .svg-icon.mod {
  transform: rotate(90deg);
}

.cats-list li .icon-polygon {
  fill: #aaaaaa;
  margin-right: 12px;
}

.cats-list li .dig {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 8px;
  margin-left: 8px;
}

.cats-list li ul {
  overflow: hidden;
  max-height: 1000px;
  padding-left: 20px;
  border-left: 1px solid rgba(170, 170, 170, 0.4);
  transition: max-height 0.8s ease;
}

.cats-list li ul.collapsed {
  max-height: 0 !important;
  transition: max-height 0.3s ease;
}

.cats-list>li>.li-str {
  margin-top: 0;
}

.cats-list>li:has(ul)>.li-str>.svg-icon,
.cats-list>li>ul>li:has(ul)>.li-str>.svg-icon,
.cats-list>li>ul>li>ul>li:has(ul)>.li-str>.svg-icon {
  display: block;
  cursor: pointer;
}

.cats-list>li>ul>li:first-child>.li-str,
.cats-list>li>ul>li>ul>li:first-child>.li-str,
.cats-list>li>ul>li>ul>li>ul>li:first-child>.li-str {
  margin-top: 0;
}

.cats-list>li>ul>li:last-child:has(ul)>.li-str,
.cats-list>li>ul>li>ul>li:last-child:has(ul)>.li-str,
.cats-list>li>ul>li>ul>li>ul>li:last-child:has(ul)>.li-str {
  margin-bottom: 9px;
}

.cats-list>li>ul>li:last-child>.li-str,
.cats-list>li>ul>li>ul>li:last-child>.li-str,
.cats-list>li>ul>li>ul>li>ul>li:last-child>.li-str {
  margin-bottom: 0;
}

.cats-list>li>.li-str>.dig {
  color: #f03b2f;
  background-color: rgba(240, 59, 47, 0.2);
}

.cats-list>li>ul>li>.li-str>.dig {
  color: #aaaaaa;
  background-color: rgba(170, 170, 170, 0.2);
}

.cats-list>li>ul>li>ul>li .li-str>.dig {
  color: #f03b2f;
}

.cats-list>li>ul>li>ul>li .li-str {
  font-size: 14px;
}

header {
  margin-bottom: 20px;
}

.main-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-color: #f3f4f5;
  padding: 0 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 480px) {
  .main-content {
    padding: 0 40px;
  }
}

@media (min-width: 1600px) {
  .main-content {
    padding: 0 80px;
  }
}

.main-content-inner {
  flex-grow: 1;
  /*overflow-x: hidden;
  overflow-y: auto;*/
  padding-bottom: 30px;
}

.navbar-panel {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #aaaaaa;
}

.navbar-panel .burger {
  background-color: transparent;
  margin-right: 30px;
}

@media (min-width: 1280px) {
  .navbar-panel .burger {
    display: none;
  }
}

.navbar-panel .burger .svg-icon {
  stroke: #1e1e1e;
}

.navbar-panel .nav {
  margin-bottom: -1px;
}

.navbar-panel .nav-menu {
  display: none;
}

@media (min-width: 1024px) {
  .navbar-panel .nav-menu {
    display: flex;
  }
}

.navbar-panel .nav-menu.hid {
  visibility: hidden;
}

/*.navbar-panel .nav-elem {
  padding: 0 12px;
}*/
.navbar-panel .nav-elem:first-child {
  padding-left: 0;
}

.navbar-panel .nav-elem:last-child {
  padding-right: 0;
}

.navbar-panel .nav-item {
  padding: 0 15px;
}

/*@media (min-width: 1600px) {
  .navbar-panel .nav-item {
    padding: 0 30px;
  }
}*/
.navbar-panel .nav-item:first-child {
  padding-left: 0;
}

.navbar-panel .nav-item:last-child {
  padding-right: 0;
}

.navbar-panel .nav-link {
  color: #aaaaaa;
  font-weight: 600;
  white-space: nowrap;
  padding: 20px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-bottom-color 0.2s;
}

.navbar-panel .nav-link.active {
  color: #f03b2f;
  border-bottom-color: #f03b2f;
}

.navbar-panel .nav-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  background-color: transparent;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar-panel .nav-btn .svg-icon {
  margin-left: 10px;
}

.navbar-panel .nav-btn .icon-glass {
  stroke: #1e1e1e;
  stroke-width: 0.75;
}

.navbar-panel .search-group-wrap {
  display: none;
  position: absolute;
  z-index: 20;
  top: 0;
  right: -20px;
  left: -20px;
}

@media (min-width: 480px) {
  .navbar-panel .search-group-wrap {
    top: 18px;
    right: 0;
    left: 0;
  }
}

.navbar-panel .search-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 56px;
  background-color: #212a32;
  padding: 20px;
}

@media (min-width: 480px) {
  .navbar-panel .search-group {
    border-radius: 16px;
  }
}

@media (min-width: 480px) {
  .navbar-panel .search-group.mod {
    border-radius: 16px 16px 0 0;
  }
}

.navbar-panel .search-group .close {
  flex-shrink: 0;
}

.navbar-panel .search-group .close .icon-close {
  stroke: #aaaaaa;
}

.navbar-panel .search-group .close .icon-arrow {
  fill: #aaaaaa;
}

.navbar-panel .search-group .field-search {
  flex-grow: 1;
  color: #fff;
  background-color: transparent;
  border: none;
  margin: 0 16px;
}

.navbar-panel .search-group .dropdown {
  display: none;
  position: absolute;
  z-index: 21;
  top: 100%;
  right: 0;
  left: 0;
  background-color: #212a32;
  padding: 18px 20px;
  border-top: 1px solid #454c53;
  border-radius: 0 0 16px 16px;
}

.navbar-panel .search-group .dropdown .dropdown-inner {
  max-height: 100px;
  overflow-y: auto;
  padding: 2px 0;
}

.navbar-panel .search-group .dropdown ul {
  width: 100%;
  font-weight: 600;
}

.navbar-panel .search-group .dropdown ul li {
  display: flex;
  align-items: center;
  color: #aaaaaa;
  cursor: pointer;
}

.navbar-panel .search-group .dropdown ul li+li {
  margin-top: 24px;
}

.navbar-panel .search-group .dropdown ul li .svg-icon {
  width: 16px;
  height: 16px;
  fill: #454c53;
  margin-right: 16px;
}

/*
.mods-wrap {
  margin: 4px 0 24px 0;
}
@media (min-width: 768px) {
  .mods-wrap {
    margin: 20px 0 30px 0;
  }
}*/

.mods {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
}

.mods:first-child {
  margin-top: 0;
}

.mods-elem.control-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  /* height: 500px; */
}

.e-modal-button-outline{
  border: solid 0.5px;
}

.mods-elem.control-buttons * {
  /* flex: 1 1 calc(50% - 50px); */
  margin-top: 5px;
  /* font-size: smaller; */
  /* background: #F90;
  border-top: solid 1px #000; */
}

@media (max-width: 1024px) {
  .mods-elem.control-buttons {
    flex-wrap: unset;
  }
}

.mods-elem {
  font-size: 14px;
  font-weight: 600;
}

.mods-elem.v1 {
  margin-top: 12px;
  margin-left: 50%;
}

@media (min-width: 768px) {
  .mods-elem.v1 {
    margin-top: 0;
    margin-left: 0;
  }
}

.mods-elem.v2 {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .mods-elem.v2 {
    margin-top: 0;
  }
}

.mods-segm {
  font-size: 12px;
  background-color: #fff;
  padding: 10px 12px;
  border-radius: 10px;
}

@media (min-width: 480px) {
  .mods-segm {
    padding: 10px 16px;
  }
}

@media (min-width: 768px) {
  .mods-segm {
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 12px;
  }
}

.sorting li+li {
  margin-left: 12px;
}

@media (min-width: 480px) {
  .sorting li+li {
    margin-left: 20px;
  }
}

.sorting li button {
  color: #aaaaaa;
  font-weight: 600;
  background-color: transparent;
  transition: color 0.2s;
}

.sorting li button.active {
  color: #f03b2f;
}

*+.mc-block,
*+.mc-row {
  margin-top: 24px;
}

*+.mc-block.v2 {
  margin-top: 40px;
}

*+.mc-block-segm {
  margin-top: 12px;
}

.mc-block-control-buttons {
 display: flex;
 width: 100%;
 flex-direction: column;
}

.mc-block-control-buttons *{
  margin-top: 5px;
 }

.mc-block {
  background-color: #fff;
  padding: 24px 12px;
  border-radius: 16px;
}

@media (min-width: 480px) {
  .mc-block {
    padding: 24px 20px;
  }
}

.mc-block-segm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mc-block-segm.v2 {
  display: block;
}

@media (min-width: 768px) {
  .mc-block-segm.v2 {
    display: flex;
  }
}

.mc-block-cont {
  margin: 24px 0;
}

.mc-block-cont:last-child {
  margin-bottom: 0;
}

.keywords-block {
  display: flex;
  align-items: center;
}

.keywords-block li {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 600;
  background-color: rgba(170, 170, 170, 0.2);
  padding: 6px 8px;
  border-radius: 6px;
  margin-right: 6px;
}

.text-elem {
  font-weight: 600;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .text-elem {
    margin-top: 0;
  }
}

.btns-gr {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .btns-gr {
    justify-content: flex-start;
  }
}

.btns-gr button {
  width: calc(50% - 6px);
}

@media (min-width: 768px) {
  .btns-gr button, .btns-gr .e-modal-button {
    width: auto;
    margin-right: 16px;
  }
}

.links-gr {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .links-gr {
    margin-top: 0;
  }
}

.links-gr li+li {
  margin-left: 24px;
}

@media (min-width: 1024px) {
  .links-gr li+li {
    margin-left: 20px;
  }
}

.links-gr a,
.links-gr button {
  display: flex;
  align-items: center;
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
}

.links-gr a .svg-icon,
.links-gr button .svg-icon {
  margin-right: 8px;
}

.links-gr a .icon-clip,
.links-gr button .icon-clip {
  stroke: #aaaaaa;
}

.links-gr a .icon-baloon,
.links-gr button .icon-baloon {
  fill: #aaaaaa;
}

.links-gr a .digit,
.links-gr button .digit {
  display: block;
  margin-left: 8px;
}

.mc-row {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-bottom: -5px;
}

.tag-list li {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 8px;
}

.tag-list li .tag {
  display: flex;
  align-items: center;
  font-size: 12px;
  background-color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
}

.tag-list li .tag.lg {
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 10px;
}

.tag-list li .tag.lg .close {
  margin-left: 20px;
}

.tag-list li .tag .close {
  margin-left: 12px;
}

.tag-list li .tag .close .icon-close {
  width: 12px;
  height: 12px;
  stroke: #f03b2f;
}

.add-tag-btn {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  margin-left: 8px;
}

.add-tag-btn .icon-plus {
  stroke: #aaaaaa;
}

.btns-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.btns-group button {
  width: 100%;
  min-width: 190px;
}

@media (min-width: 480px) {
  .btns-group button {
    width: auto;
  }
}

@media (min-width: 768px) {
  .btns-group button {
    min-width: 216px;
  }
}

.sorting button {
  cursor: pointer;
}

.comms-block {
  margin-top: 40px;
}

.comms-block .mc-block {
  margin-top: 20px;
}

.comms-block .mc-block-heading {
  font-weight: 600;
}

.comms-block .mc-block-heading span {
  display: inline-block;
}

.comms-block .mc-block-heading .heading-accent {
  color: #f03b2f;
  margin-left: 16px;
}

.comms-block .mc-block-heading .passive-accent {
  color: #dedede;
  margin-left: 16px;
}

.comms-block p+p {
  margin-top: 16px;
}

ul.strings {
  font-size: 14px;
  font-weight: 600;
}

ul.strings li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

ul.strings li+li {
  margin-top: 20px;
}

ul.strings span {
  font-weight: 700;
}

/* </main */
/*# sourceMappingURL=main.css.map */

.floating_profile_switcher {
  position: absolute;
  top: 50px;
  background: #ffffff;
  flex-direction: column;
  display: none;
  border-radius: 10px;
  width: 220px;
  right: -20px;
  border: 1px solid #aaaaaa;
  z-index: 15;
}

.floating_profile_switcher.active {
  display: flex;
}

.floating_profile_switcher a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.floating_company_switcher {
  position: absolute;
  top: 30px;
  background: #ffffff;
  flex-direction: column;
  border-radius: 10px;
  width: 220px;
  right: -20px;
  border: 1px solid #aaaaaa;
  display: none;
  /*transition: opacity,transform .3s;
    --scale--ratio: 0.3;
    transform: scale(var(--scale--ratio));
    transform-origin: 0% 0%;
    pointer-events: none;
    opacity: 0;*/
}

.floating_company_switcher.active {
  display: flex;
  color: black;
  text-align: center;
  /*--scale--ratio: 1;
    pointer-events: initial;
    opacity: 1.0;*/
}

.floating_company_switcher a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}


.currently-active-company {
  width: 50%;
  cursor: pointer;
}


.micro-profile {
  text-align: left;
  margin: 10px;
}

.micro-profile.master .micro-profile-name {
  color: green;
}


.micro-profile-name {}

.micro-profile-email {
  font-weight: 400;
}

.sidebar-segm ul {
  color: #aaaaaa;
}

a:hover,
a.active {
  color: #f03b2f;
}

h2 {
  display: flex;
  column-gap: 16px;
}

.company-invite-icon {
  cursor: pointer;
  color: #F03B2F;
  border-radius: 50%;
  background: #F03B2F33;
  width: 20px;
  height: 20px;
  line-height: 15px;
  text-align: center;
}

.micro-block {
  display: flex;
  margin: 1rem 0;
  align-items: center;
  position: relative;
}

.company-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.company-list-block label {
  margin-right: 1rem;
}

.company-list-block input {
  background: #f3f4f5;
  border: 1px solid black;
  /*border-radius: 12px;*/
  padding: 12px;
}

.company-list-block {
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 1rem;
  /*margin-top: 1rem;*/
}

.inline-button {
  display: inline-block !important;
}



.quick_search_panel.active {

  /*--scale--ratio: 1;
  pointer-events: initial;
  opacity: 1.0;*/
  display: flex;

}

.relative {
  position: relative;
}

.quick_search_panel {

  /*transition: opacity,transform .3s;
  --scale--ratio: 0.5;
  transform: scale(var(--scale--ratio));
  transform-origin: 0% 0%;
  pointer-events: none;
  opacity: 0;
  display: flex;*/
  display: none;

  position: absolute;
  top: 2.3rem;
  background: white;
  width: 100%;
  left: 0rem;
  border: 1px solid black;
  border-radius: 13px;
  flex-direction: column;
  z-index: 5;
}

.quick_search_item {
  padding: 1rem 0;
  cursor: pointer;
  padding: 1rem 5px 1rem 5px;
}

.quick_search_item:hover {
  color: #f53d31;
}

.find-employee-block-2 {
  z-index: 444;
  display: none;
  width: 100%;
  transition: all 2s ease;
}

.find-employee-block-2.active {
  display: block;
  transition: all 2s ease;
}

.find-employee-block {
  position: absolute;
  background: white;
  top: 1.25rem;
  padding: 1rem;
  z-index: 444;
  display: none;
  width: 100%;
  flex-direction: column;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}

.find-employee-block.active {
  display: flex;
}


.floating-block-cross {
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  font-size: 19px;
  stroke: #aaaaaa;
}

.floating-block-cross:hover {
  stroke: #f03b2f;
}

.company-item {
  display: flex;
  padding: 1rem;
  margin-bottom: 1rem;
  flex-direction: column;
}

.company-item-name {
  color: #aaaaaa;
}

/* MODALS */
.e-modal-root {
  overflow: auto;
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px 0 80px;
  cursor: pointer;
  background-color: rgba(206, 216, 221, .66);
  display: none;
}

.e-modal-root.active {
  display: block;
  transition: opacity .15s;
  opacity: 1;
  -webkit-transition: opacity .15s;
}

.e-modal {
  margin: 0 auto;
  position: relative;
  /*position: fixed;
    left: 25%;
    right: 25%;*/
  background-color: #fff;
  width: 30%;
  margin: 0 auto;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .35);
  height: auto;
  margin-top: 10em;
  cursor: initial;
  margin-bottom: 3em;
  border-radius: 15px;
}

.e-modal.hidden {
  display: none;
}

.e-modal .name {
  font-size: 20px;
  padding-top: 1em;
  padding-left: 1.5em;
  background-color: #fff;
  font-weight: 600;
  border-radius: 15px;
}


.modal-input.with-options input {
  width: 100%;
  height: 2rem;
  background: #efefef;
  color: black;
  padding: 1rem;
}

.modal-input.with-options {
  margin: 1rem 1.5rem;
}

.modal-input-options {
  position: absolute;
  top: 0;
  right: 1rem;
  color: darkgray;
  font-weight: bolder;
  cursor: pointer;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 1.8rem;
}

.modal-input-options:hover {
  color: #5c5c5c;
}


.e-modal-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 2rem;
}

.e-button {
  padding: 0.5rem 1rem;
  background: #F44336;
  border-radius: 7px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.modal-description {
  color: #898989;
  background: #efefef;
  margin: 1rem 00;
  padding: 1rem;
  text-align: justify;
  position: relative;
  overflow: hidden;
}

.top-shadow {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.55);
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}


.modal-close {
  display: flex;
  flex-direction: row-reverse;
  margin: 0rem 1rem;
  padding: 1rem 0;
  color: #f94538;
  font-weight: bold;
  cursor: pointer;
}

input[ignore] {
  cursor: default;
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
  color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
  border-color: rgba(118, 118, 118, 0.3);
}

.pointer {
  cursor: pointer;
}

.e-tooltip-root {
  overflow: auto;
  z-index: 10002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px 0 80px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.e-tooltip-root.active {
  opacity: 1;
}

.tooltip-block {
  color: white;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}

.invite-button {
  margin: 0rem 1rem;
  padding: 1rem 0;
  color: #f94538;
  font-weight: bold;
  cursor: pointer;
}

.modal-input-options-wrapper {
  position: absolute;
  border-radius: 7px;
  background: white;
  border: 1px solid gray;
  overflow: hidden;
  right: 0;
  top: 2rem;
  display: none;
}


.modal-input-options-wrapper.active {
  display: initial;
}


.modal-input-options-wrapper div {
  padding: 0.5rem;
  cursor: pointer;
}

.modal-input-options-wrapper div:hover {
  background: #e7e7e7;
}

.account-join-button {
  padding: 6px 12px;
  background: #f53d31;
  border-radius: 12px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  width: 5rem;
}

.account-join-button.disabled {
  background-color: rgba(0, 0, 0, 0);
  cursor: default;
  color: black;
}

.invite-account-wrapper {
  display: flex;
  margin-top: 1rem;
  align-items: center;
}

.invite-account-wrapper div {
  margin-right: 3rem;
}

.account-name {
  width: 10rem;
}

.e-modal-empty {
  height: 1rem;
  display: flex;
}

.e-modal-input {
  margin: 1rem 1.5rem;
  position: relative;
  width: 50%;
}

.e-modal-input.w100 {
  width: 100%;
}

.e-modal-input input {
  background: none;
  font-size: 18px;
  padding: 10px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
}

.e-modal-input label {
  position: absolute;
  color: #c6c6c6;
  font-size: 16px;
  font-weight: normal;
  pointer-events: none;
  left: 10px;
  top: 10px;
  transition: 200ms ease all;
}

.e-modal-input input:focus,
.e-modal-input input:valid {
  border-bottom: 1px solid #f53d31;
}

.e-modal-input input.error :focus,
.e-modal-input input.error:valid {
  border-bottom: 1px solid #b7b7b7;
}

.e-modal-input input:focus~label,
.e-modal-input input:valid~label {
  top: -14px;
  font-size: 14px;
  color: #f53d31;
}

.e-modal-input input.error:focus~label,
.e-modal-input input.error:valid~label {
  color: #b7b7b7;
}

.e-modal-input textarea:focus~label,
.e-modal-input textarea:valid~label {
  top: -25px;
  font-size: 17px;
  color: #f53d31;
}

.e-modal-input textarea.error:focus~label,
.e-modal-input textarea.error:valid~label {
  color: #b7b7b7;
}

.e-modal-buttons.right {
  justify-content: flex-end;
}

.e-modal-button {
  color: black;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 7px;
  font-weight: bold;

  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

.e-modal-button:disabled {
  touch-action: none;
  pointer-events: none;
}

.e-modal-button.right {
  float: right;
}

.e-modal-button:hover {

  background-color: #ffe7e6;

}

.e-modal-button:active {
  background-color: #ffd2d0;
}


.sidebar-administration-button {
  margin-left: 0.5rem;
  display: none;
}

.cats-list:hover .sidebar-administration-button {
  display: block;
}

.add-task-form .e-modal-input {
  margin-left: 0;
}

.task-form {
  margin-top: 1rem;
}

textarea.field {
  border-radius: 15px;
  padding: 10px 15px;
  min-height: 10rem;
  height: auto;
}

.task-repeatable-block-2 {}

.task-repeatable-block-2 .check-area {
  display: flex;
}

.task-repeatable-block-2 .e-modal-input {
  display: flex;
}

.nanana input[type=date] {
  padding: 0;
}

.mods-segm .data-block-inline .data-block-body input[type=date] {
  padding-top: 3px;
  padding-left: 10px;
}


.mods-segm .data-block-inline {
  display: inline-flex;
}

.mods-segm .data-block-inline .data-block-header {
  font-size: 14px;
  color: #f53d31;
}

.mods-segm .data-block .data-block-header {
  font-size: 14px;
  color: #f53d31;
  margin-bottom: 0.5rem;
  /* margin-left: 0.5rem; */
  margin-top: 0.5rem;
}

.mods-segm .data-block .data-block-body {
  font-size: 14px;
  color: #f53d31;
  /* margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-top: 0.5rem; */
}

.task-repeat-select-block .data-block .data-block-header {
  font-size: 14px;
  color: #f53d31;
  margin-bottom: 1rem;
  /* margin-left: 0.5rem; */
  margin-top: 0.5rem;
}

.task-repeat-select-block .data-block .data-block-body {
  font-size: 14px;
  color: #f53d31;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}


.task-repeatable-block {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.task-repeatable-block .check-area {
  display: flex;
}

.task-repeat-select-block {
  margin-top: 1rem;
  display: none;
}

.task-repeat-select-block.active {
  display: flex;
  flex-direction: column;
}

.task-repeatable-block .e-modal-input {
  display: flex;
}

.task-repeatable-block select {
  margin-left: 1rem;
  padding: 0.5rem 0.3rem;
  border-radius: 12px;
}

.week-period {
  display: flex;
}

.week-day {
  background: white;
  border-radius: 10px;
  padding: 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
}

.week-day.active {
  background: #f03b2f;
  color: white;
}

.month-period {
  display: flex;
}

.month-period input {
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 12px;
}

.month-period {
  display: flex;
  width: 18rem;
}


.end-period-select {
  display: flex;
  flex-direction: column;
}

.period-radio {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}

.period-radio input[type="number"] {
  width: 2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
  height: 100%;
}

.nanana {
  margin-left: 1rem;
}

.end-period-label {
  font-size: 14px;
  color: #f53d31;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-top: 1rem;
}

.opacity-50 {
  opacity: 0.5;
}

.nana {
  border-radius: 50%;
  background: gray;
  width: 1rem;
  height: 1rem;
}

.nana.active {
  background: #f03b2f;
}

.BLYAT {
  display: flex;
      flex-wrap: wrap;
}

.BLYAT .mods-elem:first-child {
  margin-right: 1rem;
}

.mods-wrap .mods {
  margin-bottom: 1rem;
}

.mods-elem span {
  min-width: 5rem;
}

.mr-1 {
  margin-right: 1rem;
}

ul#attached-files-list span {
  max-width: 8rem;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.e-modal-button.inline {
  position: absolute;
  top: 0;
  left: 40%;
}

.e-modal-button.red {
  color: #f53d31;
}

p {
  word-wrap: break-word;
  word-break: auto-phrase;
  line-height: 20px;
}

.flex {
  display: flex;
}

.category-drag-button {
  display: flex;
  align-items: center;
}

.drag-icon {
  margin-right: 0.5rem;
  cursor: move;
  width: 1rem;
  height: 1rem;
}

.drop-indicator {
  border-top: 3px solid #717171;
}

.min-height-1 {
  min-height: 1rem;
}

.min-height-2 {
  min-height: 2rem;
}

.min-height-3 {
  min-height: 3rem;
}

.comment-admin-tools {
  float: right;
  opacity: 0;
}

.mc-block:hover .comment-admin-tools {
  opacity: 1;
}

.employee-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.employee-item {
  display: flex;
  padding: 1rem;
  margin-bottom: 1rem;
  background: white;
  border-radius: 1rem;
  width: 100%;
  color: #aaaaaa;
  font-size: 12px;
  line-height: 12px;
  column-gap: 40px;
}

.employee-item-bio {
  display: flex;
  flex-direction: column;
  column-gap: 14px;
  row-gap: 8px;
  border-right: 1px solid #AAAAAA33;
  width: 300px;
  padding-right: 40px;
  align-items: flex-start;
}

.employee-item-email {
  color: #aaaaaa;
  background: #AAAAAA33;
  border-radius: 8px;
  text-align: center;
  padding: 4px 8px;
}

.employee-item-name {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.employee-item-data {
  margin-bottom: 0.5rem;
}

.notify-small {
  position: absolute;
  top: 0.25rem;
  right: -8px;
  color: #fff;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  background: red;
  width: 24px;
  height: 24px;
  border-radius: 24px;
}

li.nav-item {
  position: relative;
}

.shield {
  background-color: #ffe000;
}

.e-modal-button.shield:hover {
  background-color: #fff25c;
}

.e-modal-button.shield:active {
  background-color: #f3df45;
}

.header-icons {
  display: flex;
  column-gap: 16px;
}

.task-matrix {
  list-style: none !important;
  list-style-type: none !important;
}

/* .task-matrix li {
  cursor: pointer;
  position: relative;
  padding: 12px 8px 12px 40px;
  background: #eee;
  font-size: 18px;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.task-matrix li:hover {
  background: #ddd;
}

.task-matrix li.checked {
  background: #fff;
  color: #000;
  text-decoration: line-through;
}

.task-matrix li.checked::before {
  content: '';
  position: absolute;
  border-color: #f03b2f;
  border-style: solid;
  border-width: 0 2px 2px 0;
  top: 15px;
  left: 16px;
  transform: rotate(45deg);
  height: 15px;
  width: 7px;
} */

.task-matrix {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 10px 21px 10px 21px !important;
  margin: 10px 0px 10px 0px !important;
  border-left: solid 2px #f03b2f;
}

.task-matrix li {

  margin-bottom: 0 !important;
  /* cursor: pointer; */
  position: relative;
  padding: 0px 0px 0px 40px;
  font-size: 18px;
  transition: 0.2s;
  margin-bottom: 0;
  /* -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; */
}

/* .task-matrix li:hover {
  background: #ddd;
} */

.task-matrix li.checked {
  background: #fff;
  color: #000;
  text-decoration: line-through;
}


.ql-editor .task-matrix li:before,
#task-body .task-matrix li:before
{
    content: '' !important;
    position: absolute !important;
    left: 40px !important;
    align-self: anchor-center !important;
    height: 30px !important;
    width: 30px !important;
    padding-right: 0 !important;
    background: url(/static/images/icons.png) -8px 26px no-repeat;
    background-position: -10px -580px;
}

.mc-block-cont .task-matrix li:before
{
    content: '' !important;
    position: absolute !important;
    left: 0px !important;
    align-self: anchor-center !important;
    height: 30px !important;
    width: 30px !important;
    padding-right: 0 !important;
    background: url(/static/images/icons.png) -8px 26px no-repeat;
    background-position: -10px -580px;
}
.mc-block-cont .task-matrix li:hover {
  cursor: default;
  background-color: transparent;
}

#task-body .task-matrix li:hover {
  cursor: pointer;
  background-color: transparent;
}

.task-matrix li.checked::before {
  /* border-color: #f03b2f; */
  background: url(/static/images/icons.png) -8px 26px no-repeat !important;
  background-position: -9px -484px !important;
}

/* .tl_article .tl_article_content ol.task-matrix li, .tl_article .tl_article_content ul.task-matrix li
{
    margin-left: 0;
    cursor: pointer;
    position: relative;
    padding: 0px 0px 0px 40px;
    background: #eee; 
    font-size: 18px;
    transition: 0.2s;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tl_article .tl_article_content ol.task-matrix li:before
{
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    align-self: anchor-center;
    transform: rotate(45deg);
    height: 15px;
    width: 7px;
    padding-right: 0;
    margin-left: -1rem;
}
.tl_article .tl_article_content ol.task-matrix li.checked:before
{
    border-color: #f03b2f;
    border-style: solid;
    border-width: 0 2px 2px 0;
} */

.author-data {
  color: #aaaaaa;
}

.btns-gr .author-data {
  border: 1px solid #aaaaaa;
  border-radius: 8px;
  padding: 0.5rem 1rem;
}

.author-data a {
  color: #f03b2f;
  display: inline-block;
}

.icon-eye {
  width: 22px;
  height: 20px;
}

.account-edit-button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.company-delete-warning {
    padding: 1rem;
    background: #ff000069;
    border-radius: 8px;
    margin: 1rem;
    font-weight: 600;
    text-align: center;
}

.notify-list {
  background: white;
  width: 15rem;
  position: absolute;
  right: 20%;
  top: 2rem;
  border: 1px solid black;
  border-radius: 8px;
  z-index: 5;
  display: none;
}

.notify-preview-item {
  padding: 1rem;
}

.notify-preview-item.new {
  font-weight: 600;
}

.notify-list.active {
  display: initial;
}

.button-hide
{
  cursor: pointer;
  position: relative;
}

.li-str:hover .button-hide .svg-icon {
    position: absolute;
    display: block;
    top: -12px;
    left: 8px;
}

.category-drag-button:hover .button-hide .svg-icon {
    position: absolute;
    display: block;
    top: -12px;
    left: 8px;
}

.popular-tags {
    display: flex;
    flex-direction: column;
    color: gray;
    margin-top: 1rem;
}

.popular-tag {
    padding: 8px;
    cursor: pointer;
}

.popular-tag:hover {
  color: black;
}

.progress-table
{
  width: 85%;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
        border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.progress-table div {
    height: 2rem;
    line-height: 2rem;
}

.BLYAT .e-modal-button
{
  padding: 0;
}

.progress-green {
       background-color: #ffffff;
    border-bottom: 3px solid #f03b2f;
}

.progress-yellow {
        background-color: #fff;
}

.with-progress-table
{
  display: flex;
  flex-wrap: nowrap;
  column-gap: 1rem;
}

.tag-button
{
  min-width: 12rem;
}

.clickable
{
  cursor: pointer;
}

#task-body ul {
    padding: 0;
    margin: 21px;
    list-style: none;
    counter-reset: list;
}

#task-body li {
    margin-left: 30px;
    margin-bottom: 14px;
    padding: 0;
    position: relative;
}

#task-body li:before {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    width: 78px;
    margin: 0 0 0 -78px;
    text-align: end;
    padding: 1px 15px 0 0;
    content: '\2022';
}

#task-body {
    font-size: 18px;
    line-height: 1.58;
}

.boost-button {
    display: inline-flex;
    width: 5rem;
    height: 14px;
    margin-left: 1rem;
    border-radius: 1rem;
    cursor: pointer;
}
.boost-button:hover
{
  color: darkred;
}

@media screen and (max-width: 479px) {

  .tag-button
  {
    min-width: auto;
  }

  .with-progress-table
  {
    flex-wrap: wrap;
  }

  .progress-table
  {
    width: 100%;
    margin-top: 1rem;
  }

  .e-modal {
    width: 100%;
  }

  .e-modal-button.inline {
    right: 0;
    left: initial;
  }

  .e-modal-root {
    width: 100vw;
  }

  .e-modal-input {
    width: 80%;
  }

  .sidebar-administration-button {
    display: block;
  }

  .month-period {
    flex-direction: column;
    width: 100%;
  }

  .month-period input {
    margin-top: 1rem;
    width: 100%;
  }

  .month-period select {
    font-size: 20px;
    margin-left: 0;
    margin-top: 1rem;
  }

  .add-task-form .e-modal-input {
    width: 100%;
  }

  .task-repeatable-block .e-modal-input {
    justify-content: space-between;
    width: 100%;
  }

  .task-repeatable-block select {
    font-size: 20px;
    margin-left: 0;
  }

  .task-repeat-select-block .e-modal-input input {
    width: 60%;
  }

  .links-gr {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 5rem;
  }

  .employee-item {
    flex-direction: column;
    row-gap: 16px;
  }

  .notify-preview-item {
    padding: 0.5rem;
  }

  .notify-list {
    right: 0;
  }

}