/*!
	Author: Michal Kowalczyk michal@idel.pl>
*/
:root {
  --body-background: #f5f8fc;
  --font-family: "Inter";
  --font-second: "Inter";
  --table-font: "Inter";
  --body-font-size: 14px;
  --body-font-small: 12px;
  --body-font-size-label: 13px;
  --body-font-size-table: 14px;
  --body-font-bigger: 20px;
  --body-font-large: 24px;
  --body-font-slogan: 60px;
  --line-height: 1.5em;
  --color-1: #112843;
  --color-2: #acce6e;
  --color-3: #0abebc;
  --color-4: #ccc;
  --color-5: #96c148;
  --color-6: #2b3139;
  --color-7: #fff;
  --color-8: #38b5e6;
  --color-light: #cccdd8;
  --color-grey: #969ea7;
  --border-color-light: #f6f7fa;
  --border-color-input: #e7eaef;
  --color-info: rgb(255, 242, 173);
  --text-grey: #969ea7;
  --color-n-1: #112843;
  --gray-dark: #373a3c;
  --gray: #55595c;
  --gray-light: #818a91;
  --gray-lighter: #eceeef;
  --gray-lightest: #f7f7f9;
  --brand-primary: var(--color-1);
  --brand-success: #b2cf6c;
  --brand-info: #5bc0de;
  --brand-warning: #f0ad4e;
  --brand-danger: #e63f3f;
  --background-main: #fff;
  --background-header: #fff;
  --background-dark: #112843;
  --background-gradient-1: linear-gradient(
      to right,
      #07bebd 0%,
      #acce6e 100%
  );
  --background-gradient-2: linear-gradient(
      330deg,
      #b4cf6a 0%,
      #66c78f 40%,
      #0cbeba 100%
  );
  --background-gradient-3: linear-gradient(
      to right,
      #acce6e 0%,
      #07bebd 100%
  );
  --border-radius-1: 6px;
  --input-background: #f9fbfe;
  --input-min-height: 48px;
}

body {
  margin: 0;
  max-width: 100vw;
  font-size: var(--body-font-size);
  font-family: var(--font-family);
  background-color: var(--background-main);
  line-height: 1.5;
}
body.login--screen {
  overflow: hidden;
}
body.menuShown {
  max-height: 100vh;
  overflow: hidden;
}
body.mobileApp .hideOnApp {
  display: none !important;
}

#filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
#filters .form-group {
  width: auto;
  display: flex;
  gap: 5px;
  align-items: center;
}
#filters .form-group .input-group {
  margin-bottom: 0;
}
#filters .form-group .c-checkbox:first-child:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  #filters .form-group {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #filters .form-control {
    width: 100%;
  }
  #filters .input-group {
    width: 100%;
  }
}

main {
  min-height: calc(100vh - 74px);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  color: #38b5e6;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #21ade3;
}

a:focus {
  outline: thin dotted;
  outline-offset: -2px;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.relative {
  position: relative;
}

#login {
  padding: 8%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: space-between;
  background-color: var(--color-3);
  background-size: cover !important;
}
@media all and (max-width: 1024px) {
  #login {
    flex-wrap: wrap;
  }
}

.form-control--mock {
  float: left;
  width: auto;
  height: 30px;
  display: flex;
  min-width: 320px;
  align-items: center;
  margin-bottom: 20px;
  color: var(--text-grey);
  transition: all 0.25s ease-in-out;
}
.form-control--mock i {
  margin-right: 6px;
}
.form-control--mock:hover {
  color: var(--text-grey);
  text-decoration: none;
  border-color: var(--color-3) !important;
}

.mb-2 {
  margin-bottom: 2px;
}

.p-0 {
  padding: 0 !important;
}

.p-h-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-10 {
  padding: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-5 {
  margin-left: 5px;
}

.modal-content {
  font-family: var(--font-second);
}

.no-results {
  padding: 1rem;
  border-top: 1px solid transparent;
}

.rotate-90 {
  transform: rotate(90deg);
  color: #cccfd9;
}

.select2-selection__choice__remove {
  all: unset;
  float: right;
  margin-left: 5px;
  font-weight: bold;
}

.d-none,
.hidden {
  display: none !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hidden {
  display: none;
}

.color-success {
  color: var(--brand-success);
}

.color-danger {
  color: var(--brand-danger);
}

.text-smaller {
  font-size: smaller;
}

.fs-24 {
  font-size: 24px;
}

.overflow {
  overflow: hidden;
}

.w100 {
  width: 100%;
}

.fw600 {
  font-weight: 500;
}

@media all and (max-width: 768px) {
  input {
    font-size: 16px !important;
  }
  .table--details tr {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .table--details td {
    float: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .table--details td:first-child {
    font-weight: 600;
  }
}
@media all and (max-width: 768px) {
  .nav-item {
    padding: 5px 0 !important;
  }
}

.t-center {
  text-align: center;
}

.selected__count {
  float: left;
  align-items: center;
  display: flex;
  margin-right: 20px;
  height: 33px;
  color: var(--color-3);
}
.selected__count.empty {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("/static/icomoon/icomoon.eot");
  src: url("/static/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("/static/icomoon/icomoon.ttf") format("truetype"), url("/static/icomoon/icomoon.woff") format("woff"), url("/static/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location_disabled:before {
  content: "\e900";
}

.icon-location_searching:before {
  content: "\e901";
}

.icon-my_location:before {
  content: "\e902";
}

#mainRightSide {
  float: left;
  position: relative;
  width: calc(100% - 200px);
  transition: all 0.25s ease-in-out;
}
body.menuHidden #mainRightSide {
  width: 100%;
}
@media all and (max-width: 1024px) {
  #mainRightSide {
    width: 100%;
  }
}

#mainContent {
  padding: 23px 15px;
  float: left;
  width: 100%;
  background-color: var(--body-background);
  min-height: calc(100vh - 42px);
}
#mainContent.home--pdf {
  padding: 0;
}
.mobileApp #mainContent {
  min-height: 100vh;
}
@media all and (max-width: 768px) {
  #mainContent {
    padding: 15px;
  }
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.moduleHead {
  display: flex;
  overflow: hidden;
  margin-bottom: 14px;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .moduleHead {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 768px) {
  .moduleHead__left {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 768px) {
  .moduleHead__right {
    width: 100%;
  }
  .moduleHead__right .btn {
    width: 100%;
  }
  .moduleHead__right .btn + .btn {
    margin-top: 10px;
  }
}

#applicationMainContainer {
  display: flex;
}

footer {
  padding: 20px 3em 15px 3em;
  border-top: 1px solid #000;
  background-color: var(--color-6);
  overflow: hidden;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
}

header {
  background-color: var(--background-header);
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  header:after {
    content: "";
    position: absolute;
    top: 42px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    pointer-events: none;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  .menuShown header:after {
    opacity: 1;
    pointer-events: auto;
  }
}
header .menuControl {
  float: left;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  display: none;
  background: #fff;
  z-index: 1000;
}
@media all and (max-width: 1024px) {
  header .menuControl {
    position: relative;
    left: 0;
    transform: translateX(0);
    display: flex;
  }
  .menuShown header .menuControl {
    transform: translateX(200px);
  }
}
header .menuControl .button {
  float: left;
  padding: 0 10px;
  border-right: solid 1px var(--border-color-light);
  transition: all 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
}
header .menuControl .burger {
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--background-dark);
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
header .menuControl .burger:before {
  top: -7px;
}
header .menuControl .burger:before, header .menuControl .burger:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 0px;
  background-color: var(--background-dark);
  transition: all 0.3s ease-in-out;
}
header .menuControl .burger:after {
  top: 7px;
}
header .menuControl:hover {
  background: var(--color-3);
  color: #fff;
  cursor: pointer;
}
header .menuControl:hover .title {
  color: #fff;
}
header .menuControl:hover .burger,
header .menuControl:hover .burger:before,
header .menuControl:hover .burger:after {
  background-color: #fff;
}
header #panel-datetime {
  font-size: 14px;
  color: #969ea7;
  font-weight: 300;
  padding-left: 20px;
}
header #panel-datetime:first-letter {
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  header #panel-datetime {
    font-size: 11px;
    font-weight: 400;
    padding-left: 5px;
    display: none;
  }
}
header .userActions {
  flex-grow: 1;
  display: flex;
  padding: 18px;
  justify-content: flex-end;
}
@media all and (max-width: 768px) {
  header .userActions {
    transition: all 0.25s ease-in-out;
  }
  .menuShown header .userActions {
    transform: translateX(200px);
  }
}
header .userActions .btn + .btn {
  margin-left: 13px;
}
@media all and (max-width: 768px) {
  header .userActions .btn + .btn {
    margin-left: 5px;
  }
}

#mainLeftSide {
  float: left;
  width: 200px;
  min-height: 100vh;
  position: relative;
  left: 0;
  background-color: var(--background-dark);
  transition: all 0.25s ease-in-out;
}
@media all and (min-width: 1025px) {
  body.menuHidden #mainLeftSide {
    margin-left: -300px;
    overflow: hidden;
    transform: translate(-300px);
  }
}
@media all and (max-width: 1024px) {
  #mainLeftSide {
    transform: translateX(-300px);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
  }
  .menuShown #mainLeftSide {
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translateX(0);
  }
  .menuShown #mainLeftSide:after {
    content: "";
    position: absolute;
    left: 99.9%;
    top: 71px;
    bottom: 0;
    width: calc(100vw - 300px);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
#mainLeftSide .logotypeWrap {
  position: relative;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
}
#mainLeftSide .logotypeWrap .logotype {
  text-align: center;
  display: block;
  min-height: 50px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all 0.25s ease-in-out;
}
#mainLeftSide .logotypeWrap .logotype img {
  display: inline-block;
  vertical-align: middle;
}
#mainLeftSide .logotypeWrap .appVersion {
  color: #33567e;
  text-align: center;
  font-size: 10px;
}
#mainLeftSide .userInfo {
  color: #fff;
  padding: 15px;
  overflow: hidden;
  position: relative;
  background-image: var(--background-gradient-1);
  background-repeat: repeat-x;
}
#mainLeftSide .userInfo .welcome {
  line-height: var(--body-font-bigger);
  font-size: var(--body-font-bigger);
}
#mainLeftSide .userInfo .slim {
  font-weight: 300;
  font-size: 16px;
  color: #bef4e0;
  text-align: left;
  display: block;
}
#mainLeftSide .lngChange {
  padding: 5px 10px;
  width: 100%;
}
#mainLeftSide .lngChange .c-select {
  height: 20px;
  min-height: 20px;
  line-height: 1.2em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  color: #fff;
  border: 0;
  cursor: pointer;
  align-items: center;
  transition: all 0.25s ease-in-out;
  background-color: rgba(255, 255, 255, 0.2);
}
#mainLeftSide .lngChange .c-select:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.dashboard {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}
.dashboard > .card-loading {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.dashboard > .card-loading .loader {
  top: 150px !important;
}
.dashboard__head {
  display: flex;
  font-family: var(--font-second);
  justify-content: space-between;
  margin-bottom: 24px;
}
@media all and (max-width: 768px) {
  .dashboard__head {
    display: none;
  }
}
.dashboard__head .blue {
  color: var(--color-3);
}
.dashboard__head .left {
  display: flex;
  align-items: center;
}
.dashboard__head .left .item + .item {
  margin-left: 40px;
}
.dashboard__grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px !important;
  justify-content: space-between;
}
.dashboard__grid .spacer {
  width: 49%;
}
.dashboard__grid .card {
  position: relative;
  width: 100%;
  margin-bottom: 0 !important;
}
.dashboard__grid .card .d-center {
  width: 100%;
  display: flex;
  justify-content: center;
}
.dashboard__grid .card .c-checkbox {
  padding: 0;
}
.dashboard__grid .card__comment {
  color: #666;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 3px;
}
.dashboard__grid .card--half {
  width: calc(50% - 10px);
}
@media all and (max-width: 1300px) {
  body:not(.menuHidden) .dashboard__grid .card--half {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .dashboard__grid .card--half {
    width: 100%;
  }
}
.dashboard__grid .card .actions {
  margin-top: 15px;
}
.dashboard__grid .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 10000;
  pointer-events: none;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: all 0.25s ease-in-out;
}
.dashboard__grid .card td > a:not(.btn) {
  color: inherit;
}
.dashboard__grid .card.loading {
  pointer-events: none;
}
.dashboard__grid .card.loading:before {
  opacity: 1;
}
.dashboard .card-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 100001;
  align-items: center;
  justify-content: center;
}

#dashboard {
  position: relative;
}
#dashboard .text-center {
  text-align: center;
}
#dashboard .leftSide {
  float: left;
  width: 49%;
}
#dashboard .rightSide {
  float: right;
  width: 49%;
}
@media all and (max-width: 1220px) {
  #dashboard .leftSide,
  #dashboard .rightSide {
    width: 100%;
    float: none;
  }
}
#dashboard .constrain-overflow {
  max-height: 300px;
  padding-right: 0px;
  overflow-y: auto;
}
#dashboard.reload:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(250, 250, 250, 0.5);
}
#dashboard .head-dashboard-container {
  font-family: var(--font-family);
  font-size: 16px;
  color: #2b3139;
  font-weight: 300;
  padding-bottom: 24px;
  overflow: hidden;
}
#dashboard .head-dashboard-container .left {
  float: left;
  padding-top: 7px;
}
@media all and (max-width: 768px) {
  #dashboard .head-dashboard-container .left {
    width: 100%;
    float: none;
  }
}
#dashboard .head-dashboard-container .right {
  float: right;
}
@media all and (max-width: 768px) {
  #dashboard .head-dashboard-container .right {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
#dashboard .head-dashboard-container .item {
  display: inline-block;
  margin-right: 40px;
}
#dashboard .head-dashboard-container span.blue {
  color: #07bebd;
}
#dashboard .columns {
  min-height: 100%;
}
#dashboard .columns .column .placeholder {
  width: 100%;
  margin-bottom: 9px;
  display: inline-block;
  border: 2px dashed var(--gray);
  border-radius: 1rem;
}
#dashboard .columns .column .widget.dragged {
  opacity: 0.5;
  z-index: 2001;
}
#dashboard .columns .column .widget .handle {
  cursor: move;
}
#dashboard table.table {
  font-size: 14px;
}
#dashboard table.table tr th,
#dashboard table.table tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
  max-width: 300px;
}
#dashboard table.table tr.onpause td,
#dashboard table.table tr.onpause th {
  background: #e8e881 !important;
}
#dashboard table.table tr:nth-child(2n+2) td,
#dashboard table.table tr:nth-child(2n+2) th {
  background: #f6f7fa;
}
#dashboard table.table tr:hover td {
  background: #e8f5d1;
}
#dashboard table.table tr th {
  color: #cccfd9;
  border-bottom: solid 1px #d6d8dd;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}
#dashboard .alert-gray {
  background: #f6f7fa;
  padding: 7px;
  font-size: 14px;
  font-family: var(--font-family);
}
#dashboard .notifications-list-fixed {
  position: fixed;
  z-index: 2;
  bottom: 15px;
  white-space: nowrap;
  overflow-x: auto;
}
#dashboard .notifications-list-fixed .item {
  display: inline-block;
  opacity: 0.9;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  max-width: 240px;
}
#dashboard .notifications-list-fixed .item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#dashboard .notifications-list-fixed .item:hover {
  opacity: 1;
}
#dashboard .notifications-list-fixed .item .head {
  font-weight: 700;
  display: block;
  background: #acce6e;
  padding: 14px 30px 14px 18px;
  overflow: hidden;
  min-width: 220px;
}
#dashboard .notifications-list-fixed .item .head .left {
  float: left;
}
#dashboard .notifications-list-fixed .item .head .right {
  float: right;
}
#dashboard .notifications-list-fixed .item .head .right .close {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  z-index: 2;
  right: -15px;
}
#dashboard .notifications-list-fixed .item .head .right .close:hover {
  cursor: pointer;
  opacity: 1;
  color: #d43434;
}
#dashboard .notifications-list-fixed .item .details {
  padding: 14px 18px;
  background: #07bebc;
  display: block;
  font-family: var(--font-family);
}
#dashboard .notifications-list-fixed .item .details .name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
#dashboard .notifications-list-fixed .item .details .date {
  font-size: 14px;
}
#dashboard .map-container {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  #dashboard .map-container {
    flex-direction: column;
  }
}
#dashboard .map-container .filters-container {
  float: left;
  width: 24%;
  padding: 20px 15px;
}
@media all and (max-width: 1326px) {
  #dashboard .map-container .filters-container {
    width: 30%;
  }
}
@media all and (max-width: 1090px) {
  #dashboard .map-container .filters-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 768px) {
  #dashboard .map-container .filters-container {
    width: 100%;
    order: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    z-index: 12000;
    color: #fff;
    display: none;
  }
  #dashboard .map-container .filters-container.filters-active {
    display: block;
  }
  #dashboard .map-container .filters-container .c-input {
    color: #fff;
  }
  #dashboard .map-container .filters-container .title {
    padding-top: 0 !important;
  }
}
#dashboard .map-container .filters-container .title {
  font-size: 18px;
  font-weight: 700;
  display: block;
  padding: 15px 5px;
  margin-bottom: 40px;
  border-bottom: solid 1px #d6d8dd;
}
@media all and (max-width: 768px) {
  #dashboard .map-container .filters-container .title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
}
#dashboard .map-container .filters-container .filters {
  padding-left: 18px;
  padding-right: 18px;
}
#dashboard .map-container .filters-container .filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-size: 14px;
  margin-bottom: 110px;
}
@media all and (max-width: 768px) {
  #dashboard .map-container .filters-container .filters ul {
    margin-bottom: 25px;
  }
}
#dashboard .map-container .filters-container .filters ul li {
  display: block;
  padding: 6px 0;
}
#dashboard .map-container .toggle-map-filters {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 42000;
}
#dashboard .map-container #gmap {
  height: 430px;
  background: #ccc;
  float: left;
  width: 76%;
  display: block;
}
@media all and (max-width: 1326px) {
  #dashboard .map-container #gmap {
    width: 70%;
  }
}
@media all and (max-width: 768px) {
  #dashboard .map-container #gmap {
    width: 100%;
    order: 0;
  }
}

.progress-bar {
  position: absolute;
  height: 16px;
  bottom: 0;
  top: 0;
  left: 7px;
  right: 20px;
  line-height: 16px;
  padding: 0 5px;
  margin: auto;
  text-align: center;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.progress-bar .progress-label {
  position: relative;
  z-index: 2;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar .my-progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #c5d2e1;
  padding: 0;
  z-index: 1;
  border-radius: 4px;
  width: 100%;
}
.progress-bar .my-progress span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.costs-progress-bar.with-income .progress-bar {
  bottom: 24px;
}

.costs-progress-bar.with-income + .incomes-progress-bar .progress-bar {
  bottom: -21px;
}

.costs-wrapper .table table td {
  border: 1px solid #ccc;
}
.costs-wrapper .table table td p {
  margin: 0;
}

.customMarkerIcon {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: -25px;
  text-align: center;
  width: 21px;
}

.documents {
  gap: 15px;
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1024px) {
  .documents--container {
    padding: 0 !important;
  }
}
.documents .progress-bar {
  background-color: red;
}
.documents__top {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color-light);
  order: 0;
  justify-content: flex-end;
}
.documents__top .input-row {
  max-width: 150px;
}
@media all and (max-width: 1024px) {
  .documents__top {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 5px 0;
    justify-content: space-around;
  }
}
.documents__left {
  order: 1;
  width: 300px;
  flex-shrink: 0;
}
@media all and (max-width: 1024px) {
  .documents__left {
    position: absolute;
    left: -300px;
    top: 42px;
    bottom: 0;
    z-index: 1000;
    padding: 25px 5px;
    background-color: #fff;
    border-top: 1px solid var(--border-color-input);
    border-right: 1px solid var(--border-color-input);
    transition: all 0.25s ease-in-out;
  }
  .documents--active .documents__left {
    left: 0;
  }
  .documents--active .documents__left:after {
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100vw - 300px);
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
.documents__main {
  order: 2;
  width: calc(100% - 315px);
}
.documents__main--full {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .documents__main {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .documents__main #pdf-template {
    height: calc(100vh - 90px);
  }
  .mobileApp .documents__main #pdf-template {
    height: calc(100vh - 50px);
  }
}
.documents__list {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  overflow-y: scroll;
}
.documents__list-bottom {
  width: 100%;
  flex-grow: 1;
  display: flex;
  margin-top: 15px;
  align-items: flex-end;
}
.documents__list-bottom .btn {
  width: 100%;
}
.documents__list-single {
  width: 100%;
  min-height: 27px;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #fff;
  align-items: center;
  display: flex;
  text-decoration: none;
  color: var(--color-grey);
  font-weight: 500;
  transition: all 0.25s ease-in-out;
}
.documents__list-single.active {
  background-color: var(--color-2);
  color: #fff;
}
.documents__list-single:hover, .documents__list-single:active, .documents__list-single:focus {
  text-decoration: none;
  color: var(--color-grey);
  background-color: rgba(172, 206, 110, 0.2);
}

#upload-progress-template {
  display: none;
}

.signature-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.signature-modal--visible {
  display: flex;
}
.signature-modal__content {
  background: white;
  border-radius: 0px;
  width: 100vw;
  height: 100vh;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.signature-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  border-bottom: 1px solid var(--border-color-light);
  padding: 0 15px 15px;
}
.signature-modal__title {
  margin: 0;
}
.signature-modal__close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.signature-modal__close:hover {
  color: var(--color-grey);
}
.signature-modal__canvas-container {
  flex: 1;
  border-radius: 4px;
  margin-bottom: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  background-color: var(--border-color-light);
}
.signature-modal__canvas {
  border-radius: 4px;
  cursor: crosshair;
  border: 2px dashed var(--color-grey);
}
.signature-modal__footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 15px;
  padding-top: 15px;
  border-top: 1px solid var(--border-color-light);
}
.signature-modal__button-group {
  display: flex;
  gap: 10px;
}
.signature-modal__button {
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}
.signature-modal__button--clear {
  border: 1px solid var(--border-color-input);
  background: white;
  color: var(--color-grey);
}
.signature-modal__button--clear:hover {
  background-color: #f8f9fa;
}
.signature-modal__button--cancel {
  border: 1px solid var(--border-color-input);
  background: white;
  color: var(--color-grey);
}
.signature-modal__button--cancel:hover {
  background-color: #f8f9fa;
}
.signature-modal__button--save {
  border: none;
  background: var(--color-2);
  color: white;
}
.signature-modal__button--save:hover {
  background-color: rgba(172, 206, 110, 0.9);
}

.input-check {
  position: relative;
  min-height: 35px;
  width: 100%;
}
.input-check > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  justify-content: center;
  border: 1px solid var(--border-color-input);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  color: #000;
  font-size: 12px;
}
.input-check__small {
  font-size: 9px;
  float: left;
  width: 100%;
  color: var(--color-grey);
  line-height: 1.2em;
}
.input-check input {
  opacity: 0;
}
.input-check input:checked + span {
  color: #fff;
  background-color: var(--color-2);
  border-color: var(--color-2);
}

.btn.toggle_menu {
  display: none;
}
@media all and (max-width: 1024px) {
  .btn.toggle_menu {
    display: flex;
  }
  .mobileApp .btn.toggle_menu {
    display: none !important;
  }
}

.variables-element {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 8px;
  font-size: 12px;
  color: #000;
  font-family: monospace;
  word-break: break-all;
  text-align: center;
}

.login__container {
  display: flex;
  float: left;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  flex-wrap: wrap;
}
.login__container *,
.login__container *::before,
.login__container *::after {
  box-sizing: border-box;
}
.login__container .loginForm {
  width: 100%;
  flex-grow: 1;
  justify-content: center;
}
.login__container .loginForm__title {
  margin-bottom: 35px;
}
.login__container .loginButtons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.login__container .loginButtons--margin {
  margin-top: 30px;
}
.login__container .loginButtons--margin .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login__container .loginButtons .forgot-password {
  white-space: nowrap;
}
.login__container .loginButtons .forgot-password a {
  color: var(--color-3);
}
.login__container .btn {
  width: 100%;
  border-radius: 4px !important;
  min-height: var(--input-min-height);
}
.login__wrapper {
  float: left;
  width: 100%;
  padding: 40px;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .login__wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 0 25px;
  }
}
.login__box {
  display: flex;
  margin-right: 140px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
}
@media all and (max-width: 1300px) {
  .login__box {
    margin-right: 50px;
  }
}
@media all and (max-width: 1024px) {
  .login__box {
    max-width: 100%;
    margin: 0;
    order: 1;
    padding-left: 15px;
    padding-right: 15px;
    flex-grow: 1;
  }
}
.login__slider {
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .login__slider {
    width: 100%;
    order: 0;
    position: relative;
    margin-bottom: 50px;
  }
}
.login__slider .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.login__slider .swiper-slide {
  width: 100%;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .login__slider .swiper-slide {
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.login__slider .swiper-slide img {
  float: left;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: calc(100vh - 80px);
}
@media all and (max-width: 1024px) {
  .login__slider .swiper-slide img {
    max-height: 300px;
  }
}
@media all and (max-width: 400px) {
  .login__slider .swiper-slide img {
    max-height: 200px;
  }
}
.login__slider-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 80px;
}
@media all and (max-width: 1024px) {
  .login__slider-text {
    background-color: rgba(17, 40, 67, 0.7);
    padding-top: 0;
    justify-content: center;
  }
}
.login__slider-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 13px;
}
@media all and (max-width: 1024px) {
  .login__slider-title {
    font-size: 26px;
  }
}
.login__slider-desc {
  font-size: 20px;
  font-weight: 400;
  color: #8294ae;
}
@media all and (max-width: 1024px) {
  .login__slider-desc {
    font-size: 16px;
    color: #c6d6ee;
  }
}
.login__credits {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.login__logo {
  margin-bottom: 60px;
}
@media all and (max-width: 1024px) {
  .login__logo {
    margin-bottom: 40px;
  }
}

.appBreadcrumb {
  margin-bottom: 0;
  background: transparent;
  list-style: none;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  color: #cccfd9;
}
.appBreadcrumb > li {
  font-size: 0.875rem;
  float: left;
  position: relative;
  font-size: 12px;
}
.appBreadcrumb > li a {
  color: #cccfd9;
  display: block;
  position: relative;
  padding: 0 11px;
  font-size: 12px;
}
.appBreadcrumb > li a:before {
  position: absolute;
  content: "/";
  left: -2px;
  top: 0;
  color: #cccfd9;
}
.appBreadcrumb > li a.active {
  color: var(--color-6);
}
.appBreadcrumb > li:first-child a:before, .appBreadcrumb > li:nth-child(2) a:before {
  display: none;
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  transition: all 0.25s ease-in-out;
}
.btn * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.btn:not(.btn-sm, .btn-xs) {
  padding: 0.375rem 15px;
  border-radius: 4px;
  font-size: var(--body-font-size);
}
@media all and (max-width: 768px) {
  .btn:not(.btn-sm, .btn-xs) {
    padding: 0.375rem 0.65rem;
  }
}
.btn-green {
  color: #fff;
  background-color: var(--color-2);
  border-color: var(--color-2);
}
.btn-green:hover {
  color: #fff;
  background-color: var(--color-5);
  border-color: var(--color-5);
}
.btn-blue {
  color: #fff;
  background-color: var(--color-3);
  border-color: var(--color-3);
}
.btn-black {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.btn-white {
  color: #000;
  border-color: #fff;
  background-color: #fff;
}
.btn-white:hover {
  border-color: #000;
  color: #000;
}
.btn-sm-font {
  padding: 0.375rem 1rem;
  font-size: 0.875rem !important;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-xs {
  font-size: 0.75rem;
  padding: 0.1875rem 0.5rem;
}
.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem !important;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-sm i {
  font-size: 14px;
  margin-right: 3px;
}
.btn-md {
  font-size: 14px !important;
}
.btn-big {
  font-weight: 500;
  padding: 8px 10px;
  font-size: 16px !important;
}
.btn-gradient {
  background: var(--background-gradient-2);
  color: #fff;
  border: none;
}
.btn-gradient:hover {
  color: #fff;
  background-color: --background-gradient;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
}
.btn-expander {
  border: 1px solid var(--border-color-input);
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
.btn-expander__container {
  position: relative;
  float: right;
}
.btn-expander__list {
  position: absolute;
  pointer-events: none;
  top: 100%;
  margin-top: 2px;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  border: 1px solid var(--border-color-input);
  padding: 5px 10px;
  border-radius: 4px;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.25s ease-in-out;
}
.btn-expander__item {
  display: flex;
  font-size: 12px;
  align-items: center;
  color: var(--color-3);
  cursor: pointer;
  margin-bottom: 5px;
}
.btn-expander__item:hover {
  text-decoration: underline;
}
.btn-expander__item i {
  margin-right: 5px;
}
.btn-expander:hover {
  color: var(--color-3);
  border-color: var(--color-3);
  background-color: rgba(10, 190, 188, 0.1);
}
.btn-expander.active + .btn-expander__list {
  opacity: 1;
  transform: scaleY(1);
  pointer-events: all;
  color: var(--color-3);
}
.btn.text-slim {
  font-weight: 300;
  font-family: var(--font-family);
  font-size: 13px !important;
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-invert.btn-danger {
  color: var(--brand-danger);
  background-color: transparent;
  border-color: transparent;
}
.btn-invert.btn-danger:hover {
  border-color: var(--brand-danger);
}
.btn-invert.btn-success {
  color: var(--brand-success);
  background-color: transparent;
  border-color: transparent;
}
.btn-invert.btn-success:hover {
  border-color: var(--brand-success);
}
.btn-invert.btn-info {
  color: var(--brand-info);
  background-color: transparent;
  border-color: transparent;
}
.btn-invert.btn-info:hover {
  border-color: var(--brand-info);
}

@media all and (max-width: 768px) {
  .rwd-button__hidden {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .rwd-button__mobile {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .rwd-button__desktop {
    display: none;
  }
}

.calendarPlanning {
  float: left;
  width: 100%;
}
.calendarPlanning__user {
  display: flex;
  align-items: center;
}
.calendarPlanning__user strong {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-1);
}
.calendarPlanning__resourceHeader {
  font-weight: 400;
  font-size: 14px;
  color: var(--text-grey);
}
.calendarPlanning [role=columnheader] {
  border-bottom: 0;
}
.calendarPlanning .fc-button {
  min-height: 40px;
  width: 40px;
  font-size: 20px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.calendarPlanning .fc-chunk:first-child .btn-white:not(:first-child) {
  padding-left: 5px;
  padding-right: 5px;
  width: 40px;
  font-size: 20px;
}
.calendarPlanning .btn-white {
  font-size: 16px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendarPlanning .fc-toolbar-chunk {
  display: flex;
  align-items: center;
}
.calendarPlanning .fc-resource {
  min-height: 60px;
}
.calendarPlanning .fc-resource .fc-datagrid-cell-frame {
  display: flex;
  align-items: center;
}
.calendarPlanning .fc-timeline-slot-label {
  border-bottom: 0;
}
.calendarPlanning .fc-timeline-slot-cushion {
  font-weight: 400;
  font-size: 14px;
  color: var(--text-grey);
}
.calendarPlanning .fc-timeline-event {
  padding: 0;
}
.calendarPlanning .fc-cell-shaded {
  background-color: var(--fc-neutral-bg-color) !important;
}
.calendarPlanning .fc-h-event {
  border: 0;
  background-color: transparent;
}
.calendarPlanning .fc-timeline-event-harness {
  padding: 4px;
}
.calendarPlanning .fc .fc-scrollgrid-section-sticky > * {
  background-color: transparent;
}
.calendarPlanning .fc-scrollgrid {
  border: 0;
}
.calendarPlanning .fc-scrollgrid-section-body {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.calendarPlanning .fc .fc-datagrid-body .fc-timeline-lane-frame,
.calendarPlanning .fc .fc-datagrid-body .fc-datagrid-cell-frame,
.calendarPlanning .fc .fc-timeline-body .fc-timeline-lane-frame,
.calendarPlanning .fc .fc-timeline-body .fc-datagrid-cell-frame {
  min-height: 73px;
}
.calendarPlanning ~ .template {
  display: none;
}

.calendar-event {
  background-color: #fff;
  overflow: hidden;
  display: flex;
  padding: 12px;
  border-radius: 4px;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
  border-top: 2px solid var(--color-3);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.05));
}
.calendar-event--vacation {
  flex-direction: row;
  padding: 8px 12px;
  border-color: var(--brand-warning);
}
.calendar-event__left {
  display: flex;
  flex-direction: column;
}
.calendar-event__title {
  width: 100%;
  color: var(--color-1);
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
}
.calendar-event__workplace, .calendar-event__label {
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
  color: var(--color-grey);
}

.planningInfo {
  margin-top: 15px;
}
.planningInfo__row {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #e5e5e5;
}
.planningInfo__label {
  width: 100%;
  clear: both;
  display: inline-block;
  font-size: var(--body-font-size-label);
}

.teamSelect-row td {
  background-color: #fff;
}
.teamSelect-row td select {
  background-color: #fff;
  border: 0;
  cursor: pointer;
  color: #969ea7;
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201L7%207L13%201%22%20stroke%3D%22%23112843%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 16px 12px;
  padding-left: 35px;
}

.planning--container {
  overflow: hidden;
}

body:has(.calendarPlanning),
body:has(.planning),
body.calendar-planning-view {
  overflow-x: hidden;
}

.card {
  border: none !important;
  display: block;
  position: relative;
  background: #fff;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}
@media all and (max-width: 768px) {
  .card {
    margin-bottom: 15px;
    overflow-x: auto;
  }
  .card table {
    width: 1000px;
  }
}
.card.mb-0 {
  margin-bottom: 0;
}
.card.br-b-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card.br-t-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card--altogether {
  display: flex;
  align-items: center;
  min-height: 109px;
  color: #fff;
  justify-content: flex-end;
  background-image: var(--background-gradient-1);
}
@media all and (max-width: 1024px) {
  .card--altogether {
    flex-direction: column;
    justify-content: center;
  }
}
.card__altogether-value {
  font-size: 40px;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .card__altogether-value {
    font-size: 30px;
  }
}
.card__altogether-label {
  font-size: 16px;
  font-weight: 600;
  margin-right: 35px;
}
@media all and (max-width: 1024px) {
  .card__altogether-label {
    margin-right: 0;
  }
}
.card__bottom--fill {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.card__bottom--fill .btn {
  float: left;
}
.card__watcher {
  padding: 4px 0;
  width: 40px;
  display: flex;
  font-size: 16px;
  border-radius: 4px;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  position: sticky;
  top: 0;
}
@media all and (max-width: 1024px) {
  .card__watcher {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
}
.card__watcher:not(:first-child) {
  margin-bottom: 2px;
}
.card__anchor {
  width: 32px;
  height: 32px;
  display: flex;
  cursor: pointer;
  margin-bottom: 4px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
}
.card__anchor--active {
  color: #fff;
  background-image: var(--background-gradient-1);
}
.card__title {
  width: 100%;
  margin-bottom: 25px;
}
.card__field {
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 24px;
}
.card__field-label {
  float: left;
  width: 100%;
  color: var(--text-grey);
}
.card__row {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .card__row {
    flex-wrap: wrap;
  }
}
.card__row-start {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.card__row-start .card__title {
  width: auto;
  margin-right: 20px;
  margin-bottom: 0;
}
.card__row-start .input__toggle {
  margin-bottom: 0;
}
.card__container {
  float: left;
  width: 100%;
  display: flex;
  gap: 20px;
}
@media all and (max-width: 1024px) {
  .card__container {
    flex-wrap: wrap;
  }
}
.card__container-column {
  display: flex;
  flex-direction: column;
}
.card__container .card {
  padding: 20px;
}
.card__container-left {
  width: 40px;
  flex-shrink: 0;
}
@media all and (max-width: 1024px) {
  .card__container-left {
    width: 100%;
    position: sticky;
    display: flex;
    justify-content: center;
    top: 4px;
    z-index: 10;
  }
}
.card__container-right {
  flex-grow: 1;
}
@media all and (max-width: 1024px) {
  .card__container-right {
    width: 100%;
  }
}
.card__container-map {
  width: 100% !important;
  height: 400px;
}
.card__container-map + .card__title {
  margin-top: 30px;
}
@media all and (max-width: 1024px) {
  .card__container-map {
    max-width: 100%;
    margin-top: 20px;
  }
}
.card_comment {
  font-size: 80%;
  font-weight: 400;
}
.card-block {
  padding: 1.25rem;
}
@media all and (max-width: 1024px) {
  .card-block {
    padding: 0.8rem;
  }
}
@media all and (max-width: 768px) {
  .card-block {
    flex-wrap: wrap;
  }
  .card-block .actions {
    width: 100%;
    text-align: center;
  }
  .card-block .actions .btn {
    width: 100%;
  }
  .card-block .actions .btn + * {
    margin-top: 10px;
  }
  .card-block .buttons {
    width: 100%;
    margin-top: 10px;
  }
  .card-block .buttons .btn {
    width: 100%;
  }
  .card-block .buttons .btn + * {
    margin-top: 10px;
  }
}
.card-block.no-bottom-padding {
  margin-bottom: 0;
  padding-bottom: 0;
}
.card.card-container {
  padding: 15px;
  font-size: 0.8125rem;
}
.card.card-container .btn,
.card.card-container input,
.card.card-container submit,
.card.card-container select {
  font-size: 0.8125rem;
}
.card.card-container .btn {
  border-radius: 5px;
}
.card.card-half-left {
  width: 49%;
  float: left;
}
@media all and (max-width: 1400px) {
  .card.card-half-left {
    width: 100%;
    float: none;
  }
}
.card.card-half-right {
  width: 49%;
  float: right;
}
@media all and (max-width: 1400px) {
  .card.card-half-right {
    width: 100%;
    float: none;
  }
}
.card .card-half-title {
  font-size: 18px;
  color: #2b3139;
  font-weight: 700;
  padding-bottom: 8px;
}
@media all and (max-width: 768px) {
  .card .card-half-title small {
    width: 100%;
    display: inline-block;
  }
}
.card.controls.bottom.fixed {
  position: fixed;
  margin-bottom: 0;
  right: 25px;
  left: 325px;
  bottom: 0;
  border-top: 1px solid #eee;
  border-radius: 0;
}
.card .is-settlement-area {
  margin-top: 10px;
  max-width: 807px;
}
.card .is-settlement-area .form-group {
  max-width: 240px;
}
.card .is-settlement-area .input-row__field {
  padding-left: 0;
}

.card-block {
  width: 100%;
}
.card-block.no-bottom-padding {
  padding-bottom: 0;
}
.card-block.no-top-padding {
  padding-top: 0;
}
.card-block.permission-card-block .form-group {
  padding-left: 0.5rem;
}

.card-corner {
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  border-right: 20px solid;
  border-top: transparent 20px solid;
  display: none; /* idel off */
}
.card-corner.card-corner-primary {
  border-right-color: var(--brand-primary);
}
.card-corner.card-corner-success {
  border-right-color: var(--brand-success);
}
.card-corner.card-corner-warning {
  border-right-color: var(--brand-warning);
}
.card-corner.card-corner-danger {
  border-right-color: var(--brand-danger);
}
.card-corner.card-corner-info {
  border-right-color: var(--brand-info);
}

.card-label {
  color: #ffffff;
  display: inline-block;
}
.card-label.card-label-primary {
  background: var(--brand-primary);
}
.card-label.card-label-success {
  background: var(--brand-success);
}
.card-label.card-label-warning {
  background: var(--brand-warning);
}
.card-label.card-label-danger {
  background: var(--brand-danger);
}
.card-label.card-label-info {
  background: var(--brand-info);
}

.card-title {
  margin: 0;
}
.card-title small {
  color: var(--gray-light);
}

.user-vacations-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chart {
  float: left;
  width: 100%;
  position: relative;
  margin: 15px 0;
  min-height: 500px;
}
.chart--half {
  width: 50%;
  padding: 0 10px;
}

.crm__img {
  float: left;
  width: 100%;
  height: 100px;
  max-width: 100px;
}
.crm__img img {
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media all and (max-width: 1024px) {
  .crmEdit {
    flex-wrap: wrap;
    display: block;
  }
  .crmEdit__left, .crmEdit__right {
    flex: 1 !important;
    width: 100%;
  }
  .nav--statuses {
    display: flex;
    overflow-x: scroll;
  }
}
.documents__list {
  width: 100%;
}
.documents__single {
  display: flex;
  justify-content: space-between;
}

.document__single {
  display: flex;
  min-height: 56px;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: var(--body-background);
}
@media all and (max-width: 1024px) {
  .document__single {
    flex-wrap: wrap;
  }
}
.document__single:not(:last-child) {
  margin-bottom: 8px;
}
.document__left, .document__right {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .document__left, .document__right {
    width: 100%;
  }
}
.document__left {
  gap: 16px;
}
.document__right {
  gap: 40px;
}
@media all and (max-width: 1024px) {
  .document__right {
    margin-top: 15px;
  }
}
@media all and (max-width: 650px) {
  .document__right {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .document__right > * {
    margin-top: 5px;
  }
}
@media all and (max-width: 650px) {
  .document__actions {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.document__icon {
  width: 24px;
  height: 24px;
}
.document__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.document__created {
  width: 80px;
  text-align: center;
}
.document__name {
  color: var(--color-1);
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.document__name:hover {
  color: var(--color-1);
}
.document__size {
  color: var(--text-grey);
}

.drawer {
  position: absolute;
  right: 0;
  top: 42px;
  bottom: 0;
  background-color: #fff;
  max-width: 530px;
  width: 100%;
  z-index: 1000;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  max-height: calc(100vh - 42px);
}
.drawer > * {
  padding: 20px 24px;
}
.drawer:after {
  content: "";
  top: 0;
  bottom: 0;
  right: 99.99%;
  position: absolute;
  width: calc(100vw - 530px);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  background-color: rgba(17, 40, 67, 0.2);
  opacity: 0;
  transform: translateX(20%);
  transition: all 0.35s ease-in-out;
}
.drawer--open {
  transform: translateX(0);
  pointer-events: all;
}
.drawer--open:after {
  opacity: 1;
  transform: translateX(0%);
}
.drawer .drawer__vacation {
  display: none;
}
.drawer--vacation .drawer__standard {
  display: none;
}
.drawer--vacation .drawer__vacation {
  display: block;
}
.drawer__body {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.drawer__body .input-row {
  max-width: 480px;
}
.drawer__body .select2-selection {
  max-width: 480px !important;
}
.drawer__body .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.drawer__body-row {
  position: relative;
}
.drawer__extra-btn {
  position: absolute;
  bottom: 18px;
  right: 45px;
}
.drawer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drawer__close {
  font-size: 24px;
  cursor: pointer;
}
.drawer__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-1);
  margin-bottom: 0;
}
.drawer__bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--border-color-input);
}

.file-field_type .selected {
  margin-top: 15px;
}
.file-field_type .selected table {
  width: 100% !important;
  min-width: 100%;
}
.file-field_type .selected table tr td {
  padding: 9px 0;
  border-top: none;
  border-bottom: none;
}
.file-field_type .selected table tr td img {
  width: 100%;
}
.file-field_type .selected table tr td:first-child {
  width: 0;
  width: 64px;
  padding-right: 15px;
}
@media all and (max-width: 1024px) {
  .file-field_type .selected table tr td:first-child {
    grid-column: 1;
  }
}
@media all and (max-width: 1024px) {
  .file-field_type .selected table tr td:nth-child(2) {
    grid-column: 2;
  }
  .file-field_type .selected table tr td:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .file-field_type .selected table tr td:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .file-field_type .selected table tr td:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
  }
  .file-field_type .selected table tr td:nth-child(6) {
    grid-column: 4;
    grid-row: 2;
  }
}
.file-field_type .selected table tr td:last-child {
  padding-left: 15px;
}
@media all and (max-width: 1024px) {
  .file-field_type .selected table tr {
    display: grid;
    padding: 5px;
  }
}
@media all and (max-width: 768px) {
  .file-field_type > .btn {
    margin-bottom: 10px;
  }
}

.filters__container {
  width: 100%;
  margin-bottom: 20px;
}
.filters__container .form-group input,
.filters__container .form-group select,
.filters__container .form-group .select2 {
  min-height: 36px;
  height: 36px;
  background-color: #fff;
}
.filters__container .select2-container .select2-selection--single {
  height: 36px !important;
  min-height: 36px !important;
  background-color: #fff !important;
}
.filters__container .select2-selection__rendered {
  line-height: 34px !important;
}
.filters__container .select2-container .select2-selection--single .select2-selection__arrow {
  height: 31px !important;
  min-height: 31px !important;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form.view-costs-income .card {
  display: none;
}
.form.view-costs-income .card#costs, .form.view-costs-income .card#incomes, .form.view-costs-income .card.budget-section, .form.view-costs-income .card.controls.bottom, .form.view-costs-income .card.costs-income-visible {
  display: block;
}
.form.view-costs-income .card#costs.hidden, .form.view-costs-income .card#incomes.hidden {
  display: none;
}
.form label {
  display: inline-block;
  font-size: inherit;
  padding: 0.625rem 0.8125rem;
  border-radius: 0.35rem;
  color: #fff;
}
.form label.control-label {
  font-weight: bold;
  background: var(--color-3);
}
.form-control {
  border-radius: 5px !important;
  border-color: var(--border-color-input) !important;
}
.form-control:focus {
  border-color: var(--color-3) !important;
}
.error .form-control, .field-invalid .form-control, .max-reached .form-control {
  border-color: pink !important;
  color: pink !important;
}
.form-group {
  margin-bottom: 10px;
}
.form-group p.text-muted {
  margin-bottom: 2px !important;
  font-size: var(--body-font-size-label);
}
.form .card {
  width: 100%;
  float: left;
}
.form .controls {
  position: relative;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .form .controls {
    position: relative;
  }
}
.form .controls .card-block {
  display: flex;
  justify-content: space-between;
}
.form .buttons-row {
  margin-bottom: 25px;
}
.form .group--columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form .group--columns > * {
  width: 49%;
}
@media all and (min-width: 1024px) {
  .form .group--columns > * {
    margin-top: 0 !important;
  }
}
.form .groups-field-style-1 {
  overflow: hidden;
}
.form .groups-field-style-1 .group {
  width: 30%;
  float: left;
  margin-right: 5%;
}
.form .groups-field-style-1 .group:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (max-width: 1340px) {
  .form .groups-field-style-1 .group {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.form .groups-field-style-1 .group .c-inputs-stacked {
  padding-left: 0;
}
.form .groups-field-style-1 .group label {
  background-color: transparent;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.form .groups-field-style-2 {
  overflow: hidden;
}
.form .groups-field-style-2 p.text-muted {
  margin: 0 0 2px 0;
  font-size: 13px;
}
.form .groups-field-style-2 .group {
  width: 100%;
}
.form .groups-field-style-2 .group .datetime-group {
  width: 100%;
}
.form .groups-field-style-2 .group .datetime-group input {
  margin: 2px 0;
}
.form .groups-field-style-2 .group .c-inputs-stacked {
  padding-left: 0;
}
.form .groups-field-style-2 .group label {
  background-color: transparent;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.form .groups-field-style-2 .group label.c-checkbox {
  padding-left: 1.5rem;
}
.form .groups-field-style-3 {
  overflow: hidden;
}
.form .groups-field-style-3 .group {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.form .groups-field-style-3 .group:nth-child(2n+2) {
  margin-right: 0;
}
@media all and (max-width: 1340px) {
  .form .groups-field-style-3 .group {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .form .groups-field-style-3 .group label {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}
.form-group {
  margin-bottom: 10px;
}
.form-group.form-permission-ext {
  background: #f6f7fa;
  padding-top: 1rem;
  padding-left: 2rem !important;
  border-radius: 5px;
  border-bottom: 5px solid #fff !important;
}
.form-group.has-info .c-checkbox,
.form-group.has-info .c-radio {
  color: var(--brand-info);
}
.form-group.has-danger .c-checkbox,
.form-group.has-danger .c-radio {
  color: var(--brand-danger);
}
.form-group.has-success .c-checkbox,
.form-group.has-success .c-radio {
  color: var(--brand-success);
}
.form-group.has-warning .c-checkbox,
.form-group.has-warning .c-radio {
  color: var(--brand-warning);
}
.form .c-inputs-stacked label {
  background-color: transparent;
  font-size: 14px;
  color: var(--color-6);
  padding: 0;
  padding-left: 1.5rem;
}
.form .c-input {
  background-color: transparent;
  font-size: 14px;
  color: var(--color-6);
  padding: 0;
  padding-left: 1.5rem;
}

.input-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.input-row + .input-row {
  margin-top: 15px;
}
.input-row + .card__title {
  margin-top: 30px;
}
@media all and (max-width: 768px) {
  .input-row {
    flex-wrap: wrap;
  }
}
.input-row .help-block {
  position: absolute;
  top: 99%;
  font-size: 12px;
  font-weight: 600;
}
.input-row .help-block.form-error {
  color: var(--brand-danger);
}
.input-row.hidden {
  display: none;
}
.input-row .control-label {
  display: none;
}
.input-row__label {
  padding: 0;
  font-size: 16px;
  font-size: var(--body-font-size-table);
  margin-bottom: 4px;
  font-weight: 500;
}
.input-row__label span {
  color: var(--gray-light);
  font-size: 11px;
}
@media all and (max-width: 768px) {
  .input-row__label {
    width: 100%;
    font-weight: 600;
  }
}
.input-row__field {
  flex-grow: 1;
  width: 100%;
}
.input-row__field .max-helper {
  width: 100%;
  text-align: right;
  font-size: 11px;
  display: inline-block;
}
.input-row__field .form-group > div {
  position: relative;
}
.input-row__postfix {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  display: flex;
  align-items: center;
}

.input-group {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

input[type=radio] + .c-indicator {
  border-radius: 100%;
}

.colorpicker {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 0px !important;
}
.colorpicker-container {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  border-radius: 100% !important;
}

.ui-slider {
  height: 3px;
  background: #f6f7fa;
}
.ui-slider .ui-slider-segment {
  height: 0px;
}
.ui-slider .ui-slider-handle {
  background-color: #fff;
  border: solid 6px var(--color-2);
  top: -8px;
}

.ui-slider {
  background: rgb(233.9, 233.9, 233.9);
  border-radius: 32px;
  height: 12px;
  box-shadow: none;
  position: relative;
  cursor: pointer;
}

.ui-slider-handle {
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  position: absolute;
  width: 18px;
  z-index: 2;
  transition: all 0.2s;
}
.ui-slider-handle:hover, .ui-slider-handle:focus {
  outline: none;
}
.ui-slider-handle .currentValue {
  position: absolute;
  color: #92cc7a;
  font-size: 14px;
  font-weight: 700;
  top: 16px;
  width: 100px;
  text-align: center;
  left: -46px;
}

.ui-slider-range {
  background-color: var(--brand-info);
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.ui-slider-segment {
  background-color: rgb(212.8, 212.8, 212.8);
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.ui-slider-value {
  float: right;
  font-size: 13;
  margin-top: 12px;
}
.ui-slider-value.first {
  clear: left;
  float: left;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -9px;
  top: -3px;
}
.ui-slider-horizontal .ui-slider-handle[style*="100"] {
  margin-left: -15px;
}
.ui-slider-horizontal .ui-slider-range {
  border-radius: 30px 0 0 30px;
}
.ui-slider-horizontal .ui-slider-segment {
  float: left;
  margin: 3px -6px 0 0;
}

.ui-slider-vertical {
  width: 12px;
}
.ui-slider-vertical .ui-slider-handle {
  margin-left: -3px;
  margin-bottom: -11px;
  top: auto;
}
.ui-slider-vertical .ui-slider-range {
  width: 100%;
  bottom: 0;
  border-radius: 0 0 30px 30px;
}
.ui-slider-vertical .ui-slider-segment {
  position: absolute;
  right: 3px;
}

.has-danger .value-label {
  color: var(--brand-danger);
}

.has-success .value-label {
  color: var(--brand-success);
}

.has-info .value-label {
  color: var(--brand-info);
}

.has-warning .value-label {
  color: var(--brand-warning);
}

.map-slider__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map-slider__left {
  padding-right: 10px;
  flex-grow: 1;
}

@media all and (max-width: 1024px) {
  .costs-wrapper {
    overflow-x: auto;
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .costs-wrapper .table {
    width: 1200px;
  }
}
.costs-wrapper .table .value-label-comment {
  font-size: 12px;
  color: #666;
}
.costs-wrapper .table .value-label-comment table td {
  border: 1px solid #ccc;
}
.costs-wrapper .table .value-label-comment table td p {
  margin: 0;
}
.costs-wrapper .table .value-label-group {
  margin-top: 2px;
  font-size: 11px;
  font-weight: bold;
}
@media all and (max-width: 1300px) {
  .costs-wrapper .costs-charts-wrapper #costs_chart,
  .costs-wrapper .costs-charts-wrapper #worker_costs_chart {
    width: 100% !important;
  }
}

@media all and (max-width: 1024px) {
  .incomes-wrapper {
    overflow-x: auto;
  }
}
@media all and (max-width: 1024px) {
  .incomes-wrapper table {
    width: 800px;
  }
}
@media all and (max-width: 1300px) {
  .incomes-wrapper .incomes-charts-wrapper #incomes_chart {
    width: 100% !important;
  }
}

.device-type {
  text-align: center;
  padding-right: 10px;
}
.device-type:hover {
  cursor: help;
}
.device-type .fa {
  background: linear-gradient(330deg, #b4cf6a 0%, #66c78f 40%, #0cbeba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.crm-task-title {
  color: inherit;
}
.crm-task-title label {
  position: relative;
  top: -2px;
}

.nav .nav-item {
  padding: 10px 25px;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
}
.nav .nav-item:hover:after {
  visibility: visible;
}
.nav .nav-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  transition: 0.1s ease-out;
  visibility: hidden;
}
.nav .nav-item.active:after {
  visibility: visible;
}
.nav .nav-item + .nav-item {
  margin-left: 5px !important;
}

label.input__toggle {
  display: flex !important;
  align-items: center;
}
label.input__toggle .toggle__slider {
  display: flex;
  align-items: center;
  position: relative;
  width: 56px;
  height: 34px;
  border: 1px solid #cfd6dd;
  background-color: var(--input-background);
  border-radius: 20px;
  margin-right: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
label.input__toggle .toggle__slider i {
  margin-left: 7px;
}
label.input__toggle .toggle__slider:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #cfd6dd;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: transform 0.3s ease-in-out;
}
label.input__toggle input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 1px;
}
label.input__toggle input:checked + .toggle__slider {
  background-color: var(--brand-success);
}
label.input__toggle input:checked + .toggle__slider:before {
  transform: translateX(20px);
  background-color: #fff;
}
label.input__toggle input:checked ~ .toggle__text {
  color: var(--brand-success);
}
label.input__toggle .toggle__text {
  font-size: var(--body-font-size);
  color: #969ea7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
  font-weight: 600;
}

h1 {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-n-1);
}

/*!
 * # Semantic UI 1.12.2 - Loader
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Loader
*******************************/
/* Standard Size */
.loader {
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 1000;
  display: none;
  position: absolute;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}

/* Static Shape */
.loader:before {
  position: absolute;
  content: "";
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* Active Shape */
.loader:after {
  position: absolute;
  content: "";
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  animation: loader 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #aaaaaa transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
}

/* Active Animation */
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Sizes */
.loader:before,
.loader:after {
  width: 2.2585em;
  height: 2.2585em;
  margin: 0em 0em 0em -1.12925em;
}

.mini.loader:before,
.mini.loader:after {
  width: 1.2857em;
  height: 1.2857em;
  margin: 0em 0em 0em -0.64285em;
}

.small.loader:before,
.small.loader:after {
  width: 1.7142em;
  height: 1.7142em;
  margin: 0em 0em 0em -0.8571em;
}

.large.loader:before,
.large.loader:after {
  width: 4.5714em;
  height: 4.5714em;
  margin: 0em 0em 0em -2.2857em;
}

/*-------------------
    Coupling
--------------------*/
/* White Dimmer (Inverted) */
.inverted.dimmer .loader {
  color: rgba(0, 0, 0, 0.8);
}

.inverted.dimmer .loader:before {
  border-color: rgba(0, 0, 0, 0.1);
}

.inverted.dimmer .loader:after {
  border-color: #aaaaaa transparent transparent;
}

/*******************************
           Types
*******************************/
/*-------------------
      Text
--------------------*/
.text.loader {
  width: auto !important;
  height: auto !important;
  text-align: center;
  font-style: normal;
}

/*******************************
          States
*******************************/
.indeterminate.loader:after {
  animation-direction: reverse;
  animation-duration: 1.2s;
}

.loader.active,
.loader.visible {
  display: block;
}

.loader.disabled,
.loader.hidden {
  display: none;
}

/*******************************
          Variations
*******************************/
/*-------------------
      Sizes
--------------------*/
/* Loader */
.inverted.dimmer .mini.loader,
.mini.loader {
  width: 1.2857em;
  height: 1.2857em;
  font-size: 0.7857em;
}

.inverted.dimmer .small.loader,
.small.loader {
  width: 1.7142em;
  height: 1.7142em;
  font-size: 0.9285em;
}

.inverted.dimmer .loader,
.loader {
  width: 2.2585em;
  height: 2.2585em;
  font-size: 1em;
}

.inverted.dimmer .loader.large,
.loader.large {
  width: 4.5714em;
  height: 4.5714em;
  font-size: 1.1428em;
}

/* Text Loader */
.mini.text.loader {
  min-width: 1.2857em;
  padding-top: 1.9857em;
}

.small.text.loader {
  min-width: 1.7142em;
  padding-top: 2.4142em;
}

.text.loader {
  min-width: 2.2585em;
  padding-top: 2.9585em;
}

.large.text.loader {
  min-width: 4.5714em;
  padding-top: 5.2714em;
}

/*-------------------
     Inverted
--------------------*/
.inverted.loader {
  color: #ffffff;
}

.inverted.loader:before {
  border-color: rgba(255, 255, 255, 0.15);
}

.inverted.loader:after {
  border-top-color: #ffffff;
}

/*-------------------
     Inline
--------------------*/
.inline.loader {
  position: relative;
  vertical-align: middle;
  margin: 0em;
  left: 0em;
  top: 0em;
  transform: none;
}

.inline.loader.active,
.inline.loader.visible {
  display: inline-block;
}

/* Centered Inline */
.centered.inline.loader.active,
.centered.inline.loader.visible {
  display: block;
}

.machine {
  gap: 20px;
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.machine__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.machine__left {
  background-color: #fff;
  max-width: 320px;
  width: 100%;
  flex-shrink: 0;
  padding: 20px;
  border-radius: 4px;
}
.machine__right {
  flex-grow: 1;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}
.machine__table {
  float: left;
  width: 100%;
  color: var(--color-1);
}
.machine__table tr {
  transition: all 0.25s ease-in-out;
}
.machine__table tr.loading {
  opacity: 0.4;
  pointer-events: none;
}
.machine__table .table > thead {
  background-color: #fff;
}
.machine__table .table > thead th {
  border-bottom: 1px solid var(--border-color-input) !important;
  padding-bottom: 8px;
}
.machine__table strong {
  font-weight: 500;
}
.machine__table i {
  cursor: pointer;
  color: var(--color-grey);
}
.machine .form-control__control {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.machine .form-control__control input {
  padding-left: 45px;
  margin-bottom: 0;
}
.machine .form-control__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: flex;
  align-items: center;
  font-size: 25px;
  pointer-events: none;
  color: var(--text-grey);
}

.menuMain {
  padding: 14px 8px;
}
.menuMain ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.menuMain ul li {
  margin-bottom: 4px;
}
.menuMain ul li a {
  display: block;
  font-size: var(--body-font-size);
  color: #fff;
  padding: 3px 12px;
  position: relative;
  border-radius: 4px;
}
.menuMain ul li a.active {
  font-weight: bold;
  padding: 5px 12px;
  background-image: var(--background-gradient-2);
}
.menuMain ul li a:hover {
  background-color: var(--color-2);
}
.menuMain ul li .notifications {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 4px;
  color: #2b3139;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  overflow: hidden;
  margin-left: 8px;
  margin-top: -1px;
  transition: all 0.2s ease-out;
  background-image: var(--background-gradient-3);
}
.menuMain .submenu {
  margin: 10px 0;
}
.menuMain .submenu li a {
  padding-left: 20px;
  font-size: var(--body-font-small) !important;
}
.menuMain .submenu.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding-left: 10px;
}
.menuMain .expander {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #0abebc;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
.menuMain .expander.opened {
  transform: rotate(90deg);
  color: #fff;
}
.menuMain .expander.opened:hover {
  transform: rotate(90deg);
}
.menuMain .expander:hover {
  transform: scale(1.2);
  color: #0abebc;
}

body.modal-open {
  overflow: visible;
}

.modal {
  overflow: hidden;
  font-size: 0.875rem;
}
.modal-body {
  width: 100%;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
.modal-content {
  padding: 5px;
  min-height: 100px;
  border-radius: 5px;
  min-width: 600px;
}
@media all and (max-width: 768px) {
  .modal-content {
    padding: 0;
    min-width: 100%;
  }
}
.small .modal-content {
  max-width: 600px;
}
.modal-header {
  border: 0;
  padding: 15px 15px 5px 15px;
}
.modal-header .modal-title {
  font-weight: 600;
  color: var(--color-n-1);
}
.modal-footer.controls:after {
  display: none;
}
.modal label.control-label {
  display: none;
}
.modal .modal-body .btn-group {
  display: none !important;
}

.modal-loading {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}

.modal-dialog.modal-wide {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  max-width: 1250px;
  width: 100%;
}
.modal-dialog.modal-wide .modal-content {
  width: 100%;
}
@media all and (max-width: 650px) {
  .modal-dialog.modal-wide {
    margin: 0px;
  }
}

.navbar__container {
  width: 100%;
  gap: 15px;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.navbar__container:before {
  content: "";
  bottom: 0;
  left: -25px;
  right: -25px;
  height: 1px;
  position: absolute;
  background-color: rgba(159, 168, 178, 0.2);
}
.navbar__item {
  padding: 12px 8px;
  position: relative;
  color: var(--text-grey);
  transition: all 0.25s ease-in-out;
}
.navbar__item-icon {
  margin-right: 8px;
}
.navbar__item:after {
  bottom: 0;
  content: "";
  right: 0;
  left: 0;
  height: 0px;
  position: absolute;
  transition: all 0.25s ease-in-out;
  background-color: var(--color-3);
}
.navbar__item--bare {
  padding: 12px 8px 10px;
}
.navbar__item--bare:after {
  display: none;
}
.navbar__item:hover {
  text-decoration: none;
  color: var(--color-3);
}
.navbar__item:hover:after {
  height: 2px;
}
.navbar__item--active {
  color: var(--color-3);
}
.navbar__item--active:after {
  height: 3px;
}

.pagination {
  display: flex;
  gap: 15px;
}
.pagination li {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid var(--border-color-input);
}
.pagination li:hover {
  border-color: var(--color-3);
}
.pagination li.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.pagination li.active {
  color: var(--color-3);
  border-color: var(--color-3);
  background-color: rgba(10, 190, 188, 0.1);
}

.photos__list {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media all and (max-width: 450px) {
  .photos__list {
    gap: 0;
    justify-content: space-between;
  }
}

.photo__single {
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 450px) {
  .photo__single {
    margin-bottom: 15px;
    width: 48.5%;
  }
}
.photo__single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo__single-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(17, 40, 67, 0.5);
  font-size: 20px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.photo__single:hover .photo__single-icon {
  opacity: 1;
}

.planning {
  float: left;
  width: 100%;
  gap: 17px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .planning {
    gap: 0;
    flex-direction: column;
    height: calc(100vh - 135px);
  }
}
.planning [data-current-date] {
  min-width: 130px;
  font-weight: 600;
}
.planning .single-user {
  float: left;
  width: 100%;
  display: flex;
  cursor: pointer;
  margin-bottom: 8px;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  outline: 1px solid transparent;
  transition: all 0.25s ease-in-out;
}
.planning .single-user.in_conflict {
  outline: 2px solid red;
}
.planning .single-user.multi-day-event.multi-day-hovered {
  outline: 1px solid var(--color-2);
}
.planning .single-user > * {
  pointer-events: none;
}
.planning .single-user--hidden {
  display: none;
}
.planning .single-user__avatar {
  width: 32px;
  height: 32px;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  margin-right: 12px;
  border-radius: 100%;
  align-items: center;
  color: var(--color-1);
  justify-content: center;
  position: relative;
  background-color: var(--body-background);
}
.planning .single-user__avatar:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: transparent;
  bottom: 0;
  right: 0;
}
.planning .single-user__name {
  font-size: 14px;
  color: var(--color-1);
}
.planning .single-user__label {
  float: left;
  width: 100%;
  font-size: 14px;
  color: var(--text-grey);
}
.planning .single-user--over {
  outline: 1px solid var(--brand-danger);
}
.planning .single-user--over .single-user__avatar {
  border: 1px solid var(--brand-danger);
}
.planning .single-user--over .single-user__avatar:before {
  background-color: var(--brand-danger);
}
.planning__left {
  width: calc(100% - 280px);
}
@media all and (max-width: 1200px) {
  .planning__left {
    width: 100%;
    flex-shrink: 0;
    overflow-x: auto;
  }
}
.planning__right {
  top: 42px;
  position: absolute;
  width: 260px;
  background: #fff;
  right: 0;
  bottom: 0;
  padding: 24px 20px 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1200px) {
  .planning__right {
    top: 0;
    width: 100%;
    position: relative;
    height: 475px;
    overflow-y: scroll;
  }
}
.planning__right .single-user {
  outline: 0 !important;
}
.planning__head {
  gap: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
  .planning__head {
    flex-direction: column;
  }
}
.planning__head-left {
  gap: 15px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .planning__head-left {
    flex-wrap: wrap;
    width: 100%;
  }
}
.planning__head-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media all and (max-width: 1024px) {
  .planning__head-right {
    flex-wrap: wrap;
    width: 100%;
  }
}
.planning__head .btn-white {
  font-size: 16px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.planning__head [data-prev],
.planning__head [data-next] {
  padding-left: 5px;
  padding-right: 5px;
  width: 40px;
  font-size: 20px;
}
.planning__grid {
  float: left;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .planning__grid {
    min-width: 1000px;
    width: 100%;
  }
}
.planning__grid-row {
  float: left;
  width: 100%;
  display: flex;
  position: relative;
}
.planning__grid-row:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease-in-out;
}
.planning__grid-row.disabled td {
  opacity: 0.2;
}
.planning__grid-row.disabled:before {
  opacity: 1;
  pointer-events: all;
}
.planning__grid-row:not(:first-child, :last-child) {
  border-bottom: 1px solid var(--border-color-input);
}
.planning__grid-row:nth-child(2) {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.planning__grid-row:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.planning__grid-row:not(:first-child) .planning__grid-column {
  min-height: 92px;
}
.planning__grid-column {
  padding: 12px 15px;
  display: flex;
  gap: 4px;
  min-width: 170px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.planning__grid-column:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  border: 1px solid var(--brand-info);
  background-color: rgba(91, 192, 222, 0.1);
  transition: all 0.25s ease-in-out;
}
.planning__grid-column.planning__grid-day {
  transition: all 0.15s ease-in-out;
}
.planning__grid-column.planning__grid-day.hovered {
  background-color: rgba(10, 190, 188, 0.1) !important;
}
.planning__grid-column:not(:last-child) {
  border-right: 2px solid var(--border-color-input);
}
.planning__grid-column:first-child {
  border-width: 4px;
}
.planning__grid-column:not(.planning__grid-heading) {
  background-color: #fff;
}
.planning__grid-column:not(.planning__grid-heading).columnIsBlocked {
  color: var(--brand-danger);
  background-color: #fff1f0;
}
.planning__grid-column:not(.planning__grid-heading).userIsOnVacation .planning__grid-badge {
  opacity: 1;
}
.planning__grid-column:not(.planning__grid-heading) .planning__grid-badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  font-size: 20px;
  color: #e6b13f;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: #fff5e0;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.planning__grid-column:not(.planning__grid-heading) .planning__grid-badge span {
  text-align: center;
  font-size: 12px;
  color: #e6b13f;
  font-weight: 400;
}
.planning__grid-column.planning__grid-heading {
  color: var(--text-grey);
  font-weight: 400;
  align-items: center;
}
.planning__grid-column.planning__grid-heading.columnIsBlocked {
  color: var(--brand-danger);
}
.planning__grid-column .single-user {
  width: auto;
  margin: 0;
}
.planning__grid-column .single-user__right {
  padding: 2px 5px;
  border-radius: 2px;
  line-height: 0;
  font-weight: 600;
  background-color: var(--body-background);
}
.planning__grid-column .single-user__name {
  font-size: 10px;
  line-height: 1em;
}
.planning__grid-column .single-user__avatar {
  margin-right: 0;
  display: none;
}
.planning__grid-column.userHasWorkPlanned:before {
  opacity: 1;
}
.planning__grid-column {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.planning__grid-workplace {
  width: 180px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.planning__grid-workplace:hover .planning__grid-workplaceremove {
  opacity: 1;
}
.planning__grid-workplaceadd {
  cursor: pointer;
  font-size: 20px;
  color: var(--brand-success);
  transition: all 0.25s ease-in-out;
}
.planning__grid-workplaceadd:hover {
  opacity: 0.8;
}
.planning__grid-workplaceremove {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  opacity: 0;
  cursor: pointer;
  color: var(--brand-danger);
  transition: all 0.25s ease-in-out;
}
.planning__grid-wtitle {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.planning__aside-search {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.planning__aside-search .form-control--mock {
  width: 100%;
  min-width: 0 !important;
  margin-bottom: 0;
  padding-left: 40px;
}
.planning__aside-search .form-control__control {
  float: left;
  width: 100%;
  position: relative;
}
.planning__aside-search .form-control__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 10px;
  font-size: 20px;
  color: var(--text-grey);
}
.planning__aside-filters {
  gap: 8px;
  float: left;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.planning__aside-filter {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 62px;
  width: 100%;
  height: 49px;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.planning__aside-filter--1 {
  border-color: var(--color-3);
  color: var(--color-3);
}
.planning__aside-filter--1.active {
  color: #fff;
  background-color: var(--color-3);
}
.planning__aside-filter--2 {
  border-color: var(--brand-danger);
  color: var(--brand-danger);
}
.planning__aside-filter--2.active {
  color: #fff;
  background-color: var(--brand-danger);
}
.planning__aside-filter--3 {
  border-color: #e6b13f;
  color: #e6b13f;
}
.planning__aside-filter--3.active {
  color: #fff;
  background-color: #e6b13f;
}
.planning__aside-users {
  flex-grow: 1;
}
@media all and (max-width: 1024px) {
  .planning__aside-users {
    max-height: 80%;
    overflow-y: scroll;
  }
}
.planning__aside-bottom {
  display: flex;
  padding-top: 10px;
  position: relative;
  gap: 10px;
  justify-content: flex-end;
}
.planning__aside-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  height: 1px;
  background-color: var(--border-color-input);
}
.planning__aside-rowlabel {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: 15px;
  color: var(--color-grey);
}
.planning__aside-rowlabel:first-child {
  margin-top: 0;
}
@media all and (max-width: 1024px) {
  .planning__date {
    flex-grow: 1;
  }
}
.planning ~ .template {
  display: none;
}

@media print {
  @page {
    margin: 1cm;
    size: A4 landscape;
  }
  .planning {
    visibility: visible;
  }
  #mainLeftSide,
  #header,
  .moduleHead,
  .drawer,
  .planning__right,
  .btn-white,
  .planning__grid-workplaceadd {
    display: none !important;
  }
  .planning__grid-row:not(:first-child) .planning__grid-column {
    min-height: 92px !important;
    height: auto !important;
  }
  #mainRightSide {
    width: 100% !important;
  }
  .planning__aside {
    display: none !important;
  }
  .planning__left {
    width: 100% !important;
  }
  .planning__grid-wtitle {
    all: unset;
    display: box;
  }
  .planning__grid-row {
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid var(--border-color-input) !important;
    page-break-inside: avoid !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  .planning__grid-row:first-child {
    border-top: 0 !important;
    border-bottom: 1px solid var(--border-color-input) !important;
  }
  .planning__grid-column {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .planning__grid-column .single-user__right {
    border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}
.progress-bar {
  height: 16px;
  left: 0px;
  line-height: 16px;
  padding: 0 5px;
  text-align: center;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  margin: 2px 0;
  position: relative;
  border-radius: 4px;
}
.progress-label {
  z-index: 1;
  color: #fff;
  font-weight: 600;
  position: relative;
  float: left;
}

.my-progress {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.my-progress span {
  position: absolute;
  top: 0;
  bottom: 0;
}

.costs-progress-bar {
  width: 100%;
  max-width: 600px;
  clear: both;
}

.reports__title {
  margin-bottom: 15px;
}
.reports__title--last {
  margin-top: 30px;
}
.reports__wrapper {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 1024px) {
  .reports__wrapper {
    flex-wrap: wrap;
  }
}
.reports__wrapper .reports-filters-wrap {
  width: 420px;
  flex-shrink: 0;
}
@media all and (max-width: 1024px) {
  .reports__wrapper .reports-filters-wrap {
    width: 100%;
  }
}
.reports__wrapper .reports-filters-wrap .input-row {
  width: 100% !important;
}
.reports__wrapper .reports-wrapper {
  flex-grow: 1;
}
.reports__wrapper .alert {
  align-self: flex-start;
}
.reports .depend-wrapper .input-row {
  flex-wrap: wrap;
}
.reports .depend-wrapper .input-row__label {
  width: 100%;
  float: left;
}

.reports-filters-wrap .filter {
  margin-bottom: 10px;
}
.reports-filters-wrap .subfilters {
  display: none;
}
.reports-filters-wrap .subfilters.active {
  display: block;
}
.reports-filters-wrap .extra-filters {
  margin: 20px 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.reports-filters-wrap .extra-filters .filter {
  display: block;
  vertical-align: top;
  float: left;
  width: 100%;
}
.reports-filters-wrap .extra-filters .filter.user-filter {
  width: 100%;
}
.reports-filters-wrap .extra-filters .filter > ul {
  display: none;
}
.reports-filters-wrap .extra-filters .filter.active > ul {
  display: block;
}
.reports-filters-wrap .extra-filters .filter .select2-search-field input[type=text] {
  font-size: 12px;
}
.reports-filters-wrap .extra-filters .filter .select2-selection__rendered li {
  margin: 2px;
}
.reports-filters-wrap .extra-filters .filter .select2-container {
  min-width: 300px;
  max-width: 100%;
}
.reports-filters-wrap .extra-filters .filter .select2-selection__rendered {
  padding: 5px;
}
.reports-filters-wrap .extra-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reports-filters-wrap .extra-filters ul li {
  margin: 5px 0 5px 15px;
}
.reports-filters-wrap .extra-filters ul li .depend-wrapper {
  display: none;
  margin: 10px 0 20px 0;
}
.reports-filters-wrap .extra-filters ul li .depend-wrapper.active {
  display: block;
}

.reports-wrapper {
  padding: 25px;
}
.reports-wrapper .report-name {
  font-weight: 600;
}

.tcenter {
  text-align: center;
}

.report-head {
  font-size: 8pt;
  font-family: var(--table-font);
  color: #2b3139;
}
.report-head img {
  margin-bottom: 15px;
}
.report-head .company-details {
  text-align: center;
}
.report-head .company-details .company-name,
.report-head .company-details .company-address,
.report-head .company-details .company-city {
  display: inline-block;
  margin: 0 10px;
}
.report-head .company-details .report-custom-text {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}

.report-information {
  margin-top: 20px;
  margin-bottom: 20px;
}
.report-information .workplace-label {
  font-size: inherit;
  padding: 0.625rem 0.8125rem;
  border-radius: 0.35rem;
  background: #07bebd;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 25px;
}
.report-information .workplace-name {
  display: inline-block;
  vertical-align: middle;
}
.report-information .date-range {
  padding: 0.625rem 0.8125rem;
  float: right;
}

.report-content h5 {
  font-size: 1rem;
  padding: 0.625rem 0.8125rem;
  border-radius: 0.35rem;
  background: #07bebd;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 25px;
}
.report-content .day {
  background: #2b3139;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-family: var(--table-font);
}
.report-content .table th {
  border-bottom: solid 1px #d6d8dd;
}
.report-content .card {
  margin-bottom: 40px;
}

.report-table tr.is-conflict td {
  background: #ffa4a4 !important;
}
.report-table .export-wrapper {
  overflow: hidden;
  color: #cccfd9;
}
.report-table .export-wrapper .row {
  margin: 0;
}
.report-table .export-wrapper .left {
  float: left;
}
.report-table .export-wrapper .right {
  float: right;
  text-align: right;
}
.report-table .export-wrapper .right .col-left {
  margin-right: 10px;
}
.report-table .export-wrapper .right .col-left,
.report-table .export-wrapper .right .col-right {
  display: inline-block;
  vertical-align: top;
}
.report-table .export-wrapper .right .c-select {
  display: inline-block;
  vertical-align: middle;
  width: 105px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
}
.report-table .report-head {
  font-size: 14px;
  font-family: var(--table-font);
  color: #2b3139;
}
.report-table .report-head img {
  margin-bottom: 15px;
}
.report-table .report-head .company-details .company-name,
.report-table .report-head .company-details .company-address,
.report-table .report-head .company-details .company-city {
  display: inline-block;
  margin: 0 10px;
}
.report-table .report-head .company-details .report-custom-text {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: initial;
}
.report-table .report-workplace-wrapper {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 2px solid #f1f1f1;
}
.report-table .report-information {
  margin-top: 20px;
  margin-bottom: 20px;
}
.report-table .report-information .workplace-label {
  font-size: inherit;
  padding: 0.625rem 0.8125rem;
  border-radius: 0.35rem;
  background: #07bebd;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 25px;
}
.report-table .report-information .workplace-name {
  display: inline-block;
  vertical-align: middle;
}
.report-table .report-information .date-range {
  padding: 0.625rem 0.8125rem;
  float: right;
}
.report-table .report-content h5 {
  font-size: 1rem;
  padding: 0.625rem 0.8125rem;
  border-radius: 0.35rem;
  background: #07bebd;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 25px;
}
.report-table .report-content .day {
  background: #2b3139;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-family: var(--table-font);
}
.report-table .report-content .table th {
  border-bottom: solid 1px #d6d8dd;
}
.report-table .report-content .card {
  margin-bottom: 40px;
}
.report-table .table-responsive {
  overflow-x: visible;
}
.report-table .table-costs .value-label-comment {
  font-size: 12px;
  color: #666;
}
.report-table .table-costs .value-label-comment table td {
  border: 1px solid #ccc;
}
.report-table .table-costs .value-label-comment table td p {
  margin: 0;
}

.reports-filter-groups-3 {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.reports-filter-groups-3 .input-row {
  float: left;
  margin-right: 15px;
  width: auto !important;
}
.reports-filter-groups-3 .form-group {
  min-width: 250px;
}
.reports-filter-groups-3 select {
  min-width: 215px;
}

.timetable-report .table {
  margin: 20px 0;
}
.timetable-report .table tr td.date-column {
  line-height: 14px;
}
.timetable-report .table tfoot tr td {
  background: #000;
  color: #fff;
}
.timetable-report .table tfoot tr td:first-child {
  text-align: right;
}

.planning-report .table,
.timetable_workers-report .table {
  margin: 20px 0;
}
.planning-report .table td ul,
.timetable_workers-report .table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.planning-report .table td ul li:before,
.timetable_workers-report .table td ul li:before {
  content: "-";
}
.planning-report .table tfoot tr td:first-child,
.timetable_workers-report .table tfoot tr td:first-child {
  padding-top: 15px;
  text-align: left;
  font-style: italic;
  color: #888;
}
.planning-report .table tfoot tr td ul,
.timetable_workers-report .table tfoot tr td ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.planning-report .table tfoot tr td ul li,
.timetable_workers-report .table tfoot tr td ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.planning-report .table tfoot tr td ul li:before,
.timetable_workers-report .table tfoot tr td ul li:before {
  display: none;
}
.planning-report .table tfoot tr td ul li:after,
.timetable_workers-report .table tfoot tr td ul li:after {
  content: ", ";
}
.planning-report .table tfoot tr td ul li:last-child:after,
.timetable_workers-report .table tfoot tr td ul li:last-child:after {
  content: "";
}

.timetable_workers-report .table {
  margin: 20px 0;
}
.timetable_workers-report .table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.timetable_workers-report .table td ul li:before {
  content: "";
}
.timetable_workers-report__single {
  float: left;
  margin: 0 5px 5px 0;
  background: #1a242f;
  color: #fff;
  border-radius: 3px;
  padding: 1px 5px 2px 5px;
  white-space: nowrap;
  width: 30%;
}

.buttons--flex {
  display: flex;
  align-items: center;
}
.buttons--flex .btn {
  margin-left: 10px;
}
.buttons--flex .select2 {
  margin-left: 10px;
}

.reportsImage {
  min-width: 150px;
  height: 150px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}

.reportBigimage__row {
  width: 100%;
  margin-bottom: 2px;
}
.reportBigimage__single {
  width: 100%;
  margin-bottom: 50px;
}
.reportBigimage__single img {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.downloadBtnContainer {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.downloadBtnContainer__text {
  white-space: nowrap;
}
.downloadBtnContainer > * {
  margin-left: 10px !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}
.select2-container.select2-container--open {
  z-index: 9999;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 48px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

#filters .select2-container .select2-selection--single {
  height: 33px;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid var(--border-color-input);
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: var(--input-background);
  border: 1px solid var(--border-color-input);
  min-height: var(--input-min-height);
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  min-height: var(--input-min-height);
  position: absolute;
  top: 1px;
  right: 15px;
  width: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201L7%207L13%201%22%20stroke%3D%22%23112843%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 12px;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid var(--border-color-input);
  border-radius: 4px;
  cursor: text;
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  min-height: 38px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: auto !important;
  flex-shrink: 0;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--color-3);
  border: 1px solid var(--color-3);
  color: #fff;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--border-color-input);
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-3);
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

#filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
#filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 31px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid var(--border-color-input);
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid var(--color-3);
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 38px;
  padding-right: 40px;
  position: relative;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 150px;
  background-color: #fff;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid var(--border-color-input);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid var(--border-color-input);
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid var(--color-3);
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid var(--border-color-input);
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid var(--color-3);
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: var(--color-3);
  border: 1px solid var(--color-3);
  color: #fff;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid var(--color-3);
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--border-color-input);
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: var(--color-3);
}

#filters .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.select2-search.select2-search--inline {
  display: none;
  width: 100%;
}
.select2-search.select2-search--inline .select2-search__field {
  width: 100% !important;
  display: inline-block;
}

[aria-expanded=true] .select2-search.select2-search--inline {
  display: inline-block;
}

.table {
  margin-bottom: 0;
  font-family: var(--font-family);
}
.table-image {
  max-width: 150px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.table th,
.table td {
  vertical-align: middle;
}
.table th h1:last-of-type,
.table th h2:last-of-type,
.table th h3:last-of-type,
.table th h4:last-of-type,
.table th h5:last-of-type,
.table td h1:last-of-type,
.table td h2:last-of-type,
.table td h3:last-of-type,
.table td h4:last-of-type,
.table td h5:last-of-type {
  margin-bottom: 0;
}
.table th.content-standard-column,
.table td.content-standard-column {
  width: 30%;
  overflow: hidden;
}
.table > thead {
  background-color: var(--body-background);
}
.table > thead th {
  border-top: var(--body-background);
  border-bottom: 0 !important;
  color: var(--text-grey);
  padding-bottom: 15px;
}
.table > thead th span,
.table > thead th a,
.table > thead th i {
  color: var(--text-grey) !important;
}
.table > thead > tr.dragged,
.table > tbody > tr.dragged,
.table > tfoot > tr.dragged {
  opacity: 1;
  background: var(--color-3) !important;
  color: #fff !important;
}
.table > thead > tr.dragged > *,
.table > tbody > tr.dragged > *,
.table > tfoot > tr.dragged > * {
  color: #fff !important;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.table > thead > tr > th .handle:hover,
.table > thead > tr > td .handle:hover,
.table > tbody > tr > th .handle:hover,
.table > tbody > tr > td .handle:hover,
.table > tfoot > tr > th .handle:hover,
.table > tfoot > tr > td .handle:hover {
  cursor: move;
}
.table > thead > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > th:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > th:first-child,
.table > tfoot > tr > td:first-child {
  padding-left: 12px;
}
.table > thead > tr > th:last-child,
.table > thead > tr > td:last-child,
.table > tbody > tr > th:last-child,
.table > tbody > tr > td:last-child,
.table > tfoot > tr > th:last-child,
.table > tfoot > tr > td:last-child {
  padding-right: 12px;
}
.table > tfoot {
  background-color: var(--body-background);
}
.table > tfoot tr th,
.table > tfoot td th {
  padding-top: 23px;
}
.table tbody > tr {
  position: relative;
}
.table tbody > tr:not(:last-child):after {
  content: "";
  position: absolute;
  height: 1px;
  left: 12px;
  right: 12px;
  bottom: 0;
  background-color: var(--border-color-input);
}
.table tbody > tr.row-info {
  background-color: var(--color-info) !important;
}
.table tbody > tr:not(:first-child) {
  background-color: #fff;
}
.table tbody > tr td {
  color: var(--color-6);
  position: relative;
}
.table tbody > tr td.nw {
  white-space: nowrap;
}
.table tbody > tr td.text-lg-right {
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .table tbody > tr td.entry-status__column, .table tbody > tr td.workplace-status__column {
    min-width: 100px;
  }
}
.table tbody > tr td .workplace-status,
.table tbody > tr td .entry-status {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table tbody > tr td .workplace-status.workplace-status-1, .table tbody > tr td .workplace-status.entry-status-1,
.table tbody > tr td .entry-status.workplace-status-1,
.table tbody > tr td .entry-status.entry-status-1 {
  background: #cadea8;
}
.table tbody > tr td .workplace-status.workplace-status-0, .table tbody > tr td .workplace-status.entry-status-0,
.table tbody > tr td .entry-status.workplace-status-0,
.table tbody > tr td .entry-status.entry-status-0 {
  background: #ffbe72;
}
.table tbody > tr td .workplace-status.workplace-status-2, .table tbody > tr td .workplace-status.entry-status-2,
.table tbody > tr td .entry-status.workplace-status-2,
.table tbody > tr td .entry-status.entry-status-2 {
  background: #a3a4a8;
}
.table tbody > tr td .workplace-status.photo-category-color-bg,
.table tbody > tr td .entry-status.photo-category-color-bg {
  padding: 3px 10px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 13px;
  margin-bottom: 10px;
  font-size: 11px;
  width: auto;
  position: static;
  display: inline-block;
}
.table tbody > tr td .workplace-status--inline,
.table tbody > tr td .entry-status--inline {
  clear: both;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  width: auto;
  position: static;
  display: inline-block;
}
.table tbody > tr td .fa {
  font-size: 14px;
  margin-right: 3px;
}
.table tbody > tr td .fa:first-child:last-child {
  margin-right: 0 !important;
}
.table thead th {
  border-bottom: solid 1px #d6d8dd;
  color: var(--text-grey);
  font-size: 14px;
  font-weight: 400;
  vertical-align: bottom;
  border-bottom: 2 solid transparent;
}
.table thead th a {
  color: var(--text-grey);
}
.table thead th .fa-solid {
  color: var(--text-grey);
  margin-left: 3px;
}
@media all and (max-width: 768px) {
  .table-image {
    max-height: 60px;
  }
}
.table--team > thead {
  background-color: #fff !important;
}
.table--team > thead th {
  padding-bottom: 8px;
  color: var(--text-grey);
  border-bottom: 1px solid var(--border-color-input) !important;
}
.table--team th {
  background: transparent;
}
.table--task .form-control {
  min-width: 60px;
}
.table--task .form-control--filled {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  width: auto;
  color: #fff;
  background-color: var(--color-n-1);
  border-color: var(--color-n-1) !important;
}
.table--task .column__input {
  padding-left: 10px;
  padding-right: 10px;
  width: 80px;
}
.table--task .taskSelect__summary {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 3px;
}
.table--task .taskSelect__summary--top {
  margin-top: 15px;
}
.table--task .taskSelect__label {
  font-size: 14px;
  color: var(--color-n-1);
}
.table--task > tfoot {
  background-color: #fff;
}
.table--task > tfoot td,
.table--task > tfoot th {
  border-top: 1px solid var(--border-color-input);
}
.table__value {
  font-size: 14px;
}
.table__value--small {
  width: 100%;
  float: left;
  font-size: 12px;
}
.table__value--success {
  color: #b2cf6c;
}

.table-filters {
  padding: 1rem;
  border-top: 1px solid transparent;
  display: flex;
  align-items: center;
}
.table-filters input,
.table-filters select,
.table-filters .select2-selection.select2-selection--single {
  min-height: 33px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.25s ease-in-out;
  background-color: var(--input-background);
}
.table-filters input:hover,
.table-filters select:hover,
.table-filters .select2-selection.select2-selection--single:hover {
  border-color: var(--color-3) !important;
}
.table-filters .btn {
  margin-left: 10px;
}
@media all and (max-width: 768px) {
  .table-filters .btn {
    margin-bottom: 10px;
  }
}
.table-filters .form-group {
  margin-bottom: 0;
}
.table-filters .form-group + .form-group {
  margin-left: 10px;
}
.table-filters form {
  display: flex;
}
@media all and (max-width: 768px) {
  .table-filters form {
    flex-wrap: wrap;
  }
  .table-filters form > * {
    margin-left: 0 !important;
    width: 100% !important;
  }
}

.no-results {
  padding: 1rem;
  border-top: 1px solid transparent;
}

.timetable-status {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.timetable-status + .timetable-status {
  margin-top: 8px;
}
.timetable-status i {
  font-size: 20px !important;
}
.timetable-status.save {
  width: 100%;
  height: 100%;
  max-width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}
.timetable-status.save span {
  background: none;
  font-size: 10px;
  font-weight: 300;
}
.timetable-status.save.status-active {
  background: #c8dfa9;
}
.timetable-status.save.status-inactive {
  background: #fd7285;
}

@media all and (max-width: 1024px) {
  .table-responsive {
    width: 100%;
    overflow-x: scroll;
  }
  .table-responsive table {
    width: 1000px;
  }
}

.nav.nav-sections {
  margin-bottom: 1em;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.nav.nav-sections li {
  text-align: center;
  display: inline-block;
}
.nav.nav-sections li.half {
  display: block;
  float: left;
  width: 49%;
  border-radius: 30px;
  overflow: hidden;
}
.nav.nav-sections li.half:nth-child(2) {
  float: right;
}
.nav.nav-sections li a {
  color: var(--gray);
  display: block;
  padding: 0.5em 2em;
  border: none;
  background: #fff;
  transition: all 0.25s ease-in-out;
}
.nav.nav-sections li a:hover {
  background: var(--color-2);
  color: #fff;
}
.nav.nav-sections li.active a {
  color: #ffffff;
  background: var(--color-3);
  font-weight: bold;
  background-image: var(--background-gradient-1);
}
.nav.nav-pills .nav-item .nav-link {
  color: var(--color-1);
}
.nav.nav-pills .nav-item .nav-link:hover {
  background: var(--gray-lighter);
}
.nav.nav-pills .nav-item .nav-link small {
  color: var(--gray-light);
}

.tab-pane {
  width: 100%;
}

.tab-pane:not(.active) {
  display: none;
}

.input-group-addon {
  display: none;
}

.controls.bottom .card-block {
  overflow: hidden;
}

.task-comments h4 {
  margin-bottom: 20px;
}
.task-comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.task-comments ul li {
  margin-bottom: 15px;
  display: block;
  padding: 15px;
  background: #f6f7fa;
}
.task-comments ul li .meta-data {
  margin-bottom: 5px;
  overflow: hidden;
}
.task-comments ul li .meta-data .meta-author {
  font-weight: 600;
  float: left;
}
.task-comments ul li .meta-data .meta-date {
  float: right;
  font-style: italic;
  color: #777;
}
.comment-form-wrapper .field-group {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.timetable {
  overflow: visible;
}
@media all and (max-width: 1640px) {
  .timetable {
    overflow-x: scroll;
  }
  .timetable table.timetable tr td a.btn {
    display: inline-block;
    clear: inherit;
  }
}
.timetable .bolder {
  font-weight: bold;
}
.timetable .buttons {
  white-space: nowrap;
}
.timetable .is-removed td {
  background: #ddd !important;
  color: #888888;
}
.timetable .is-break td {
  background: #ffffd7 !important;
  color: #888888;
}
.timetable .btn-confirm-cron {
  display: none !important;
}
.timetable .is-cron-finished .btn-confirm-cron {
  display: inline-block !important;
}
.timetable .btn-confirm {
  display: none;
}
.timetable .is-conflict td {
  background: #ffd0d0 !important;
}
.timetable .is-conflict .btn-confirm {
  display: inline-block;
}
.timetable .time-manipulated td {
  background: #e3c2ff !important;
}
.timetable .fake-location td {
  background: #a4e0ff !important;
}
.timetable .max-worktime-reached td {
  background: #D8E0CF !important;
}

.status-tooltip {
  width: 100%;
  font-size: 14px;
  line-height: 1.2em;
}
.status-tooltip img {
  max-width: 200px;
  min-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.status-tooltip div {
  margin: 3px 0;
  text-align: center;
}

.timetableDisplay__label {
  display: none;
}

@media all and (max-width: 1024px) {
  .timetableDisplay__label {
    display: block;
    float: left;
    width: 100%;
    font-size: 9px;
    font-weight: bold;
    font-family: var(--font-family) !important;
  }
  .timetableDisplay table {
    width: 100% !important;
    min-width: 100% !important;
    background-color: var(--background-main);
  }
  .timetableDisplay thead {
    display: none;
  }
  .timetableDisplay tbody tr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-1);
  }
  .timetableDisplay td {
    order: 10;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.01);
  }
  .timetableDisplay [data-column=date] {
    grid-row: 1;
    grid-column: 2;
  }
  .timetableDisplay [data-column=select] {
    grid-row: 1;
    top: 0;
    left: 0;
    border: 0 !important;
    position: absolute;
    z-index: 4;
  }
  .timetableDisplay [data-column=status] {
    min-width: 40px;
    min-height: 70px;
    width: 100%;
    grid-column: 4;
    grid-row: 1;
    z-index: 3;
  }
  .timetableDisplay [data-column=status] .timetable-status {
    width: 100% !important;
    max-width: 100% !important;
  }
  .timetableDisplay [data-column=task] {
    grid-column: 1/5;
    grid-row: 4;
  }
  .timetableDisplay [data-column=statuses] {
    grid-column: 3;
    grid-row: 1;
  }
  .timetableDisplay [data-column=statuses] .timetable-statuses {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .timetableDisplay [data-column=statuses] .timetable-statuses .timetable-status {
    margin-top: 0 !important;
    height: 100%;
  }
  .timetableDisplay [data-column=statuses] .timetable-statuses .timetable-status + .timetable-status {
    border-left: 1px solid rgba(0, 0, 0, 0.001);
  }
  .timetableDisplay [data-column=user] {
    grid-column: 1/2;
    grid-row: 1;
    padding-left: 55px;
  }
  .timetableDisplay [data-column=start] {
    grid-column: 1;
    grid-row: 2;
  }
  .timetableDisplay [data-column=end] {
    grid-column: 2;
    grid-row: 2;
  }
  .timetableDisplay [data-column=time] {
    grid-column: 3;
    grid-row: 2;
  }
  .timetableDisplay [data-column=altogether] {
    grid-column: 4;
    grid-row: 2;
  }
  .timetableDisplay [data-column=workplace] {
    grid-column: 1/5;
    grid-row: 3;
  }
  .timetableDisplay [data-column=note] {
    grid-column: 1/5;
    grid-row: 5;
  }
  .timetableDisplay [data-column=actions] {
    grid-column: 1/5;
    grid-row: 6;
    display: flex;
    padding: 0;
  }
  .timetableDisplay [data-column=actions] > * {
    flex: 1;
  }
  .timetableDisplay [data-column=actions] > *.btn-warning {
    color: #fff;
    border-radius: 0;
    background-color: var(--brand-warning);
  }
  .timetableDisplay [data-column=actions] > *.btn-success {
    color: #fff;
    border-radius: 0;
    background-color: var(--brand-success);
  }
  .timetableDisplay [data-column=actions] > *.btn-info {
    color: #fff;
    border-radius: 0;
    background-color: var(--brand-info);
  }
  .timetableDisplay [data-column=actions] > *.btn-danger {
    color: #fff;
    border-radius: 0;
    background-color: var(--brand-danger);
  }
}
.userPanel {
  position: relative;
  z-index: 40;
}
.userPanel__cta {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding-right: 50px;
  position: relative;
}
.userPanel__list {
  right: 0;
  top: 40px;
  z-index: 400;
  position: absolute;
  padding: 12px 5px;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: top;
}
.userPanel__list--active {
  transform: scaleY(1);
}
.userPanel__list-item {
  float: left;
  width: 100%;
  font-size: 12px;
  color: var(--color-3);
}
.userPanel__list-item i {
  margin-right: 5px;
}
.userPanel__list-item:hover {
  text-decoration: underline;
  color: var(--color-3);
}
.userPanel__list-item:not(:last-child) {
  margin-bottom: 10px;
}
.userPanel__icon {
  position: absolute;
  font-size: 20px;
  color: var(--color-3);
  right: 20px;
  top: -4px;
}

.vacation-requests {
  display: flex;
  gap: 15px;
  overflow-x: scroll;
  left: 200px;
  right: 0;
  bottom: 0px;
  position: fixed;
  padding: 10px 15px 25px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1000;
}
@media all and (max-width: 1024px) {
  .vacation-requests {
    left: 0;
  }
}

.vacation-request {
  display: flex;
  border-radius: 4px;
  flex-direction: column;
  background-color: #fff;
  width: 250px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.25s ease-in-out;
  border: 1px solid transparent;
}
.vacation-request:hover {
  text-decoration: none;
  opacity: 0.9;
  border-color: rgba(153, 153, 153, 0.3647058824);
}
.vacation-request:focus, .vacation-request:active {
  text-decoration: none;
}
.vacation-request__top {
  padding: 10px 15px;
  border-bottom: 1px solid #d6d8dd;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vacation-request__close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  padding: 0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  position: relative;
  border: 1px solid rgba(153, 153, 153, 0.3647058824);
  border-radius: 2px;
  transition: all 0.25s ease-in-out;
}
.vacation-request__close:hover {
  border-color: var(--color-grey);
}
.vacation-request__close:hover:before, .vacation-request__close:hover:after {
  background-color: var(--color-grey);
}
.vacation-request__close:before, .vacation-request__close:after {
  content: "";
  top: 0;
  bottom: 0;
  position: absolute;
  width: 85%;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(153, 153, 153, 0.3647058824);
  transform: rotate(-45deg);
  transform-origin: center;
  transition: all 0.25s ease-in-out;
}
.vacation-request__close:before {
  transform: rotate(45deg);
}
.vacation-request__details {
  padding: 10px 15px 15px;
}
.vacation-request__title {
  font-size: 15px;
  grid-row: 500;
  color: #2b3139;
}
.vacation-request__desc {
  font-size: 14px;
  color: #cccfd9;
}

.vacation-info {
  background: var(--color-2);
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 20px;
}
.vacation-info .user-name {
  padding-left: 5px;
  font-weight: 600;
}
.vacation-info .table {
  color: #fff;
  font-size: 14px;
}
.vacation-info .table tbody > tr {
  background: transparent !important;
}
.vacation-info .table tbody > tr td {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

#request-edit-modal label.control-label {
  display: none;
}
#request-edit-modal .modal-body .btn-group {
  display: none !important;
}

.vacation-manage-options {
  margin-top: 20px;
}

.requests-list [name=filter_status] {
  display: none !important;
}

.workplace-card {
  float: left;
  height: 33px;
  display: flex;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--color-grey);
  background-color: rgba(159, 168, 178, 0.2);
}
.workplace-card--small {
  height: 28px;
  font-size: 12px;
}
.workplace-card-1 {
  color: var(--brand-success);
  background-color: rgba(178, 207, 108, 0.2);
}
.workplace-card-2 {
  color: #ffbe72;
  background-color: rgba(255, 190, 114, 0.2);
}
.workplace-card-3 {
  color: #e63f3f;
  background-color: rgba(230, 63, 63, 0.1529411765);
}
.workplace-card__container {
  display: flex;
  gap: 5px;
}
.workplace-card__container .workplace-card {
  font-weight: 600;
}
.workplace-card__label {
  font-size: 7px;
}

.workplaces-map {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border-color-light);
}

.incomes-charts {
  display: flex;
  justify-content: space-between;
}
.incomes-charts__chart {
  width: 50%;
}

h1.balance {
  font-size: 50px;
}

.costsincome-summary__label {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.workplace-costs-income-header .card-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media all and (max-width: 1024px) {
  [data-status="1"] {
    border-left: 6px solid #cadea8;
  }
  [data-status="0"] {
    border-left: 6px solid #ffbe72;
  }
  [data-status="2"] {
    border-left: 6px solid #a3a4a8;
  }
}
.notice__text {
  display: block;
  width: 100%;
  max-width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.workplaceAdd__form {
  width: 100%;
}
.workplaceAdd__body {
  width: 100%;
}
