@font-face {
  font-family: "PF DinDisplay Pro";
  src: url(/fonts/PFDinDisplayPro-Regular.eot?ba1e612d14aefefd350fb0d42e13bdc9);
  src: local("../../fonts/PFDinDisplayPro-Regular"), url(/fonts/PFDinDisplayPro-Regular.eot?ba1e612d14aefefd350fb0d42e13bdc9) format("embedded-opentype"), url(/fonts/PFDinDisplayPro-Regular.woff?43ffef827f5744ebbd57ba4fdaa79c12) format("woff"), url(/fonts/PFDinDisplayPro-Regular.ttf?8c49d18c00206338562af54f6fb68dc8) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PF DinDisplay Pro";
  src: url(/fonts/PFDinDisplayPro-Medium.eot?3353a43c263111670f9abaa94b52213d);
  src: local("../../fonts/PFDinDisplayPro-Medium"), url(/fonts/PFDinDisplayPro-Medium.eot?3353a43c263111670f9abaa94b52213d) format("embedded-opentype"), url(/fonts/PFDinDisplayPro-Medium.woff?a424c7f7e3958087cb9ab219130d8745) format("woff"), url(/fonts/PFDinDisplayPro-Medium.ttf?a845fe2560b5fac3850da26a2e30dce4) format("truetype");
  font-weight: 500;
  font-style: normal;
}
body,
html {
  margin: 0;
  height: 100%;
}

.hidden {
  display: none !important;
}

#app {
  height: 100%;
}

.main {
  padding-bottom: 30px;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.canban-container {
  padding: 0 15px;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

body, html, button, input, select {
  font-family: "PF DinDisplay Pro";
}

body, html {
  font-size: 14px;
  line-height: 1.4;
}

.icon {
  display: flex;
}

h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

p {
  margin: 10px 0 0;
}

.link {
  text-decoration: underline;
  cursor: pointer;
}
.link:hover {
  text-decoration: none;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-color-dark {
  color: #333333;
}

.text-color-gray {
  color: #969696;
}

.text-color-danger {
  color: #CA3838;
}

.text-color-green {
  color: #0F8843;
}

.text-color-transparent {
  color: transparent;
}
.text-color-transparent .ui-form-control {
  color: transparent;
}

.cursor-pointer {
  cursor: pointer;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}

.col {
  position: relative;
  width: 100%;
  margin-right: 13px;
  margin-left: 13px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: calc(8.3333333333% - 26px);
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: calc(16.6666666667% - 26px);
}

.col-3 {
  flex: 0 0 25%;
  max-width: calc(25% - 26px);
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: calc(33.3333333333% - 26px);
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: calc(41.6666666667% - 26px);
}

.col-6 {
  flex: 0 0 50%;
  max-width: calc(50% - 26px);
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: calc(58.3333333333% - 26px);
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: calc(66.6666666667% - 26px);
}

.col-9 {
  flex: 0 0 75%;
  max-width: calc(75% - 26px);
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: calc(83.3333333333% - 26px);
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: calc(91.6666666667% - 26px);
}

.col-12 {
  flex: 0 0 100%;
  max-width: calc(100% - 26px);
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media screen and (min-width: 390px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: calc(8.3333333333% - 26px);
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: calc(16.6666666667% - 26px);
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: calc(25% - 26px);
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: calc(33.3333333333% - 26px);
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: calc(41.6666666667% - 26px);
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: calc(50% - 26px);
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: calc(58.3333333333% - 26px);
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: calc(66.6666666667% - 26px);
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: calc(75% - 26px);
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: calc(83.3333333333% - 26px);
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: calc(91.6666666667% - 26px);
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: calc(100% - 26px);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: calc(8.3333333333% - 26px);
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: calc(16.6666666667% - 26px);
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: calc(25% - 26px);
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: calc(33.3333333333% - 26px);
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: calc(41.6666666667% - 26px);
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: calc(50% - 26px);
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: calc(58.3333333333% - 26px);
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: calc(66.6666666667% - 26px);
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: calc(75% - 26px);
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: calc(83.3333333333% - 26px);
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: calc(91.6666666667% - 26px);
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: calc(100% - 26px);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: calc(8.3333333333% - 26px);
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: calc(16.6666666667% - 26px);
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: calc(25% - 26px);
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: calc(33.3333333333% - 26px);
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: calc(41.6666666667% - 26px);
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: calc(50% - 26px);
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: calc(58.3333333333% - 26px);
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: calc(66.6666666667% - 26px);
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: calc(75% - 26px);
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: calc(83.3333333333% - 26px);
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: calc(91.6666666667% - 26px);
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: calc(100% - 26px);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 1480px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: calc(8.3333333333% - 26px);
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: calc(16.6666666667% - 26px);
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: calc(25% - 26px);
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: calc(33.3333333333% - 26px);
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: calc(41.6666666667% - 26px);
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: calc(50% - 26px);
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: calc(58.3333333333% - 26px);
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: calc(66.6666666667% - 26px);
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: calc(75% - 26px);
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: calc(83.3333333333% - 26px);
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: calc(91.6666666667% - 26px);
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: calc(100% - 26px);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 1920px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: calc(8.3333333333% - 26px);
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: calc(16.6666666667% - 26px);
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: calc(25% - 26px);
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: calc(33.3333333333% - 26px);
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: calc(41.6666666667% - 26px);
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: calc(50% - 26px);
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: calc(58.3333333333% - 26px);
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: calc(66.6666666667% - 26px);
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: calc(75% - 26px);
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: calc(83.3333333333% - 26px);
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: calc(91.6666666667% - 26px);
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: calc(100% - 26px);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.ml-1 {
  margin-left: 5px;
}

.ml-2 {
  margin-left: 10px;
}

.ml-3 {
  margin-left: 15px;
}

.ml-4 {
  margin-left: 20px;
}

.mt-1 {
  margin-top: 5px;
}

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

.mt-3 {
  margin-top: 15px;
}

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

.mr-1 {
  margin-right: 5px;
}

.mr-2 {
  margin-right: 10px;
}

.mr-3 {
  margin-right: 15px;
}

.mr-4 {
  margin-right: 20px;
}

.mb-1 {
  margin-bottom: 5px;
}

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

.mb-3 {
  margin-bottom: 15px;
}

.mb-4 {
  margin-bottom: 20px;
}

.my-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-1 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-3 {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-4 {
  margin-left: 20px;
  margin-right: 20px;
}

.pl-1 {
  padding-left: 5px;
}

.pl-2 {
  padding-left: 10px;
}

.pl-3 {
  padding-left: 15px;
}

.pl-4 {
  padding-left: 20px;
}

.pt-1 {
  padding-top: 5px;
}

.pt-2 {
  padding-top: 10px;
}

.pt-3 {
  padding-top: 15px;
}

.pt-4 {
  padding-top: 20px;
}

.pr-1 {
  padding-right: 5px;
}

.pr-2 {
  padding-right: 10px;
}

.pr-3 {
  padding-right: 15px;
}

.pr-4 {
  padding-right: 20px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pb-3 {
  padding-bottom: 15px;
}

.pb-4 {
  padding-bottom: 20px;
}

.ui-btn {
  border: 0;
  color: #1E90CB;
  height: 36px;
  padding: 3px 16px;
  border-radius: 6px;
  background-color: transparent;
  display: inline-flex;
  outline: none;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  min-width: 100px;
}
.ui-btn:disabled {
  cursor: default;
}
.ui-btn:hover {
  color: rgb(26.7167381974, 128.2403433476, 180.7832618026);
}
.ui-btn.btn-through {
  pointer-events: none;
}
.ui-btn.btn-icon {
  padding: 0;
  min-width: 36px;
}
.ui-btn.color-danger {
  color: #CA3838;
}
.ui-btn.color-danger:hover {
  color: rgb(163.4642857143, 43.5357142857, 43.5357142857);
}
.ui-btn.color-gray {
  color: #969696;
}
.ui-btn.color-gray:hover {
  color: #1E90CB;
}
.ui-btn.color-dark {
  color: #333333;
}
.ui-btn.color-dark:hover {
  color: #1E90CB;
}
.ui-btn.btn-sm {
  height: 30px;
  min-width: 30px;
}
.ui-btn.btn-primary-outlined {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  border: 2px solid #1E90CB;
  background-color: white;
}
.ui-btn.btn-primary-outlined:hover {
  border: 2px solid rgb(26.7167381974, 128.2403433476, 180.7832618026);
}
.ui-btn.btn-primary-outlined:disabled {
  border: 2px solid #969696;
  color: #969696;
}
.ui-btn.btn-primary {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  background-color: #1E90CB;
  color: white;
}
.ui-btn.btn-primary:hover {
  background-color: rgb(26.7167381974, 128.2403433476, 180.7832618026);
}
.ui-btn.btn-primary:disabled {
  background-color: #969696;
  border-color: #969696;
}

.ui-form-control {
  outline: none;
  box-shadow: 0 0 0;
  border: 1px solid #969696;
  width: 100%;
  height: 36px;
  padding: 5px 12px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  background: #fff;
  font-weight: 400;
}
.ui-form-control.is-invalid {
  border: 1px solid #CA3838;
  box-shadow: 0 0 0 1px #CA3838;
}
.ui-form-control.is-valid {
  border: 1px solid #0F8843;
  box-shadow: 0 0 0 1px #0F8843;
}
.ui-form-control::-ms-expand {
  display: none;
}
.form-element-small .ui-form-control {
  height: 26px;
  width: 90px;
  font-size: 14px;
  padding: 2px 8px;
}

input[type=number].ui-form-control {
  -moz-appearance: textfield;
}
input[type=number].ui-form-control::-webkit-outer-spin-button, input[type=number].ui-form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select.ui-form-control {
  padding-right: 30px;
}

.form-control-wrapper {
  position: relative;
}
.form-control-wrapper .ui-btn {
  position: absolute;
  top: 2px;
  right: 4px;
  background-color: transparent;
}
.form-control-wrapper .ui-btn.btn-sm {
  top: 4px;
}

.form-field {
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.form-field .error {
  margin: 4px 0;
  font-size: 12px;
  color: #CA3838;
  line-height: 1.1;
}
.form-field .label {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  height: 20px;
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.form-field .label.active {
  opacity: 1;
}

.form-field-buttons {
  position: relative;
  margin-top: 35px;
}

.employees-form {
  max-width: 380px;
  margin: 0 auto;
}

.top-navbar {
  height: 64px;
  position: fixed;
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.top-navbar .logo {
  margin-right: 40px;
}
.top-navbar .navbar-link {
  color: #969696;
  text-decoration: none;
  transition: color 0.3s;
}
.top-navbar .navbar-link:hover {
  color: #636363;
}
.top-navbar .navbar-link + .navbar-link {
  margin-left: 26px;
}
.top-navbar .navbar-link.router-link-exact-active {
  color: #333333;
  font-weight: 500;
}

.top-navbar-wrapper {
  height: 64px;
}

.filter-bar {
  padding-bottom: 28px;
  padding-top: 28px;
}
.filter-bar .filter-add {
  margin-right: 21px;
}
.filter-bar [data-name=download-file] svg {
  width: 18px;
  height: 18px;
}
.filter-bar .filter-favorite svg {
  width: 25px;
  height: 25px;
}
.filter-bar .filter-bar-group {
  display: flex;
  align-items: flex-end;
}
.filter-bar .filter-search {
  margin-left: 17px;
}
.filter-bar-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.filter-bar .filter-bar-group {
  position: relative;
}
.filter-bar .filter-bar-group + .filter-bar-group {
  margin-left: 10px;
  padding-left: 5px;
}
.filter-bar .filter-bar-group + .filter-bar-group:before {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  bottom: -12px;
  border-left: 1px solid #F6F6F6;
}
.filter-bar.orders-filter {
  border-bottom: 1px solid #F6F6F6;
}
.filter-bar.orders-filter .form-element {
  width: 200px;
  margin-top: 12px;
}
.filter-bar.employees-filter .form-element {
  width: 170px;
}

.auth {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #F6F6F6;
}
.auth .auth-container {
  width: 420px;
  background-color: white;
  border-radius: 4px;
  padding: 40px 25px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.auth .logo svg {
  width: 64px;
  height: 64px;
}

.profile-form {
  max-width: 300px;
  margin: 50px auto 0;
}

.table {
  width: 100%;
  text-align: center;
  border: 1px solid #969696;
  font-size: 14px;
  line-height: 17px;
  border-spacing: inherit;
  border-radius: 4px;
  background-color: white;
}
.table th {
  background-color: #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  height: 40px;
  font-weight: 400;
}
.table td {
  height: 48px;
  border-right: 1px solid #969696;
}
.table td:last-child {
  border-right: 0;
}
.table tr:last-child td {
  border-bottom: 0;
}

.modal {
  z-index: 110;
}
.modal, .modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal .modal-overlay {
  background-color: rgba(0, 0, 0, 0.25);
}
.modal .modal-text .ui-btn {
  margin-top: 15px;
}
.modal .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 4px;
  max-width: 500px;
  width: 95%;
  padding: 25px;
  min-height: 160px;
  max-height: 95%;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  overflow: auto;
}
.modal.modal-w-700 .modal-content {
  max-width: 740px;
}
.modal.modal-w-1000 .modal-content {
  max-width: 960px;
}
.modal.modal-w-full .modal-content {
  max-width: 90vw;
}
.modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal .modal-header {
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
}

.loader.loading {
  min-height: 40px;
  position: relative;
}
.loader.loading.fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loader.loading .loader-content {
  opacity: 0.7;
  pointer-events: none;
}
.loader.hideContent {
  min-height: 50px;
}
.loader .loader-icon {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.canban-board {
  background-color: #F6F6F6;
  margin-top: 15px;
  display: flex;
}
.canban-board .canban-column {
  min-height: calc(100vh - 198px);
  width: 25%;
  padding-bottom: 10px;
}
.canban-board .canban-column + .canban-column {
  border-left: 1px solid #CCCCCC;
}
.canban-board .canban-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 10px;
}
.canban-board .canban-header-count {
  color: #969696;
}

.canban-card {
  background: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 8px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.canban-card.card-selected {
  background-color: #EAF8FF;
}
.canban-card:first-child {
  margin-top: 0;
}
.canban-card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.canban-card .status-bar {
  margin-right: 12px;
}
.canban-card .canban-card-buttons {
  margin-bottom: -5px;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.canban-card .canban-card-buttons.no-overflow {
  overflow: visible;
  height: 30px;
}
.canban-card:hover .canban-card-buttons {
  height: 30px;
}
.canban-card .d-flex + .d-flex {
  margin-top: 4px;
}
.group-header + .canban-card {
  margin-top: 16px;
}

.canban-group {
  cursor: pointer;
  padding-bottom: 10px;
  margin-top: 4px;
  background-color: #E1E1E1;
}
.canban-group.group-selected {
  background-color: #EAF8FF;
}
.canban-group:first-child {
  margin-top: 0;
}
.canban-group .progress-bar {
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}
.canban-group .buttons {
  margin-top: -5px;
  margin-right: -5px;
}
.canban-group .group-info {
  max-width: calc(100% - 70px);
}
.canban-group .group-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.canban-group .group-header {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8px;
  margin-bottom: -5px;
}

.status-bar {
  display: inline-flex;
  overflow: hidden;
  height: 18px;
  justify-content: flex-end;
}

.full-screen {
  background-color: #f6f6f6;
  padding: 10px 10px 10px;
  border-radius: 4px;
}
.full-screen .full-screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.full-screen .full-screen-header-count {
  color: #969696;
}
.full-screen .full-screen-table {
  border: 1px solid #969696;
  margin-top: 5px;
}
.full-screen .table .btn-sm {
  min-width: 24px;
}
.full-screen .fw-bold {
  font-weight: bold;
}
.full-screen .checkbox {
  margin-top: 7px;
  margin-left: 6px;
}

.create-order {
  margin-top: 20px;
}
.create-order .create-order-name {
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}
.create-order .form-field-buttons .ui-btn {
  min-width: 128px;
}
.create-order .table {
  margin-top: 16px;
}
.create-order .form-field {
  margin: 0;
}
.create-order .table .form-field {
  padding: 6px 10px;
}
.create-order .client-comment {
  width: 40%;
}
.create-order .client {
  width: 20%;
}
.create-order .add-row {
  margin-right: 52px;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}
.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}
.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}
.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}
.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^=right] {
  margin-left: 5px;
}
.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^=left] {
  margin-right: 5px;
}
.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.radio,
.checkbox {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.radio + .radio,
.radio + .checkbox,
.checkbox + .radio,
.checkbox + .checkbox {
  margin-left: 17px;
}
.radio input,
.checkbox input {
  width: 0;
  height: 0;
  top: 5px;
  left: 5px;
  opacity: 0;
  position: absolute;
}
.radio .box,
.checkbox .box {
  width: 16px;
  height: 16px;
  border: 1px solid #1E90CB;
  cursor: pointer;
  position: relative;
}
.radio .box:before,
.checkbox .box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.radio .check-label,
.checkbox .check-label {
  margin-left: 8px;
}
.radio input:checked + .box:before,
.checkbox input:checked + .box:before {
  display: block;
}
.radio .fw-bold,
.checkbox .fw-bold {
  font-weight: bold;
  justify-content: center;
}

.radio .box {
  border-radius: 50%;
}
.radio .box:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #1E90CB;
}

.checkbox .box {
  border-radius: 3px;
  border: 2px solid #333333;
}
.checkbox .box:before {
  transform: rotate(45deg) translate(-6px, -3px);
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  width: 3px;
  height: 8px;
}
.checkbox input:checked + .box {
  background-color: #1E90CB;
  border: 2px solid #1E90CB;
}

.pagination-container {
  width: 97.5%;
  margin-inline: auto;
}

.pagination {
  margin-bottom: 40px;
  display: flex;
}
.pagination .item {
  min-width: 25px;
  height: 25px;
  display: flex;
  padding: 0 3px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  background-color: #ebebeb;
  border-radius: 3px;
  margin: 0 3px;
  border: 1px solid #ebebeb;
  transition: all 0.3s;
}
.pagination .item:hover {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
}
.pagination .item.disabled {
  background-color: transparent;
  border: 0;
  cursor: default;
}
.pagination .item.active {
  background-color: white;
  border: 1px solid #ebebeb;
  cursor: default;
}

.socket-status {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #969696;
  cursor: pointer;
}
.socket-status.active {
  border: 2px solid #0F8843;
  background-color: #0F8843;
  animation: connectedPulse 2s infinite;
}
.socket-status.connecting {
  border: 2px solid #1E90CB;
  background-color: #1E90CB;
  animation: connectingPulse 2s infinite;
}

@keyframes connectedPulse {
  0% {
    border-color: rgb(9.9337748344, 90.0662251656, 44.3708609272);
    background-color: rgb(9.9337748344, 90.0662251656, 44.3708609272);
  }
  50% {
    border-color: #0F8843;
    background-color: #0F8843;
  }
  100% {
    border-color: rgb(9.9337748344, 90.0662251656, 44.3708609272);
    background-color: rgb(9.9337748344, 90.0662251656, 44.3708609272);
  }
}
@keyframes connectingPulse {
  0% {
    border-color: #969696;
    background-color: transparent;
  }
  50% {
    border-color: #1E90CB;
    background-color: #1E90CB;
  }
  100% {
    border-color: #969696;
    background-color: transparent;
  }
}
