@charset "UTF-8";
/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  MISC MIXINS
---------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/***
    The new CSS reset - version 1.8.2 (last updated 23.12.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: pointer;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  display: block;
  height: auto;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
pre {
  all: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* remove default dot (•) sign */
::marker {
  content: "";
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
}

svg {
  display: block;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**
100    Extra Light or Ultra Light
200    Light or Thin
300    Book or Demi
400    Normal or Regular
500    Medium
600    Semibold, Demibold
700    Bold
800    Black, Extra Bold or Heavy
900    Extra Black, Fat, Poster or Ultra Black
**/
body {
  color: #051316;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.56;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-weight: normal;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}

h2, .h2 {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}
h2.dot, .h2.dot {
  padding-left: 20px;
}
h2.dot:before, .h2.dot:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #1C8494;
}
h2.dot--overdue:before, .h2.dot--overdue:before {
  background: #E13E1C;
}
h2.dot--today:before, .h2.dot--today:before {
  background: #65C165;
}
h2.dot--tomorrow:before, .h2.dot--tomorrow:before {
  background: #FF9900;
}
h2.dot--ongoing:before, .h2.dot--ongoing:before {
  background: #576C71;
}

a {
  text-decoration: none;
  color: currentColor;
}

p {
  margin: 0 0 1em;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

.semiBold {
  font-weight: 600;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 100px;
  max-width: 200px;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg a:not(.btn) {
  text-decoration: underline;
}
.wysiwyg ul {
  margin: 0 0 1em;
}
.wysiwyg ol {
  counter-reset: index;
}
.wysiwyg ol li {
  counter-increment: index;
}
.wysiwyg ol li:before {
  content: counters(index, ".") ".";
}

form {
  position: relative;
}

.form {
  position: relative;
}
.form--inRow {
  display: flex;
}
.form--inRow .formField--half {
  width: calc(50% - 7px);
}
.form--inRow .formButtons {
  margin-left: 14px;
}
.form:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s;
}
.form.loading:after {
  visibility: visible;
  opacity: 0.5;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
input[type=url],
input[type=password],
textarea,
select {
  border: 1px solid #D4E4E8;
  padding: 10px 15px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  margin: 0;
  background: #ffffff;
  min-height: 40px;
}

textarea {
  display: block;
  min-height: 80px;
  transition: box-shadow 0.1s;
}

select {
  background: url("../images/select.svg") no-repeat right 15px center;
  background-size: 12px auto;
}

::-webkit-input-placeholder {
  font-style: italic;
  color: #576C71;
}

:-moz-placeholder {
  font-style: italic;
  color: #576C71;
}

::-moz-placeholder {
  font-style: italic;
  color: #576C71;
}

:-ms-input-placeholder {
  font-style: italic;
  color: #576C71;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=checkbox] + *,
input[type=radio] + * {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  min-height: 22px;
  display: flex;
}

input[type=checkbox] + *:before,
input[type=radio] + *:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  position: absolute;
  left: 2px;
  top: 4px;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 1px rgba(87, 108, 113, 0.6);
  border-radius: 2px;
}

input[type=radio] + * {
  padding-left: 0;
}
input[type=radio] + *:before {
  display: none;
  border-radius: 100%;
}

input[type=checkbox]:checked + *:before {
  background: #1C8494 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.447' height='5.553' viewBox='0 0 7.447 5.553'%3E%3Cpath d='M2.529,10.021.109,7.6a.372.372,0,0,1,0-.527l.527-.527a.372.372,0,0,1,.527,0l1.63,1.63L6.285,4.686a.372.372,0,0,1,.527,0l.527.527a.372.372,0,0,1,0,.527L3.056,10.021A.372.372,0,0,1,2.529,10.021Z' transform='translate(0 -4.577)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: 12px auto;
  box-shadow: 0 0 0 1px #1C8494;
  border: #1C8494;
}

input[type=radio]:checked + *:before {
  border-color: #1C8494;
  box-shadow: 0 0 0 1px #1C8494;
}

.formGroup {
  position: relative;
  margin-bottom: 16px;
}
.formGroup__close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.formGroup__close svg {
  width: 24px;
  height: auto;
}
.formGroup__title {
  position: relative;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}
.formGroup__title:before {
  content: attr(data-title-secondary);
}
.formGroup__fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.formGroup--contact {
  background: rgba(212, 228, 232, 0.2);
  padding: 16px;
  border-radius: 5px;
}
.formGroup--contact:first-child {
  background: transparent;
  padding: 0;
}
.formGroup--contact:first-child .formGroup__title:before {
  content: attr(data-title-primary);
}
.formGroup--contact:last-child:not(.formGroup--contact) {
  margin-bottom: 0;
}

.formFields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -16px;
}

.formField {
  position: relative;
  display: block;
  margin-bottom: 16px;
  width: 100%;
  cursor: pointer;
}
.formField__header {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.formField__title {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}
.formField__field {
  display: block;
}
.formField span.error {
  display: block;
  color: red;
  margin-top: 5px;
  font-size: 0.875rem;
}
.formField--half {
  width: calc(50% - 10px);
}
.formField:last-child {
  margin-bottom: 0;
}

.formButtons {
  margin-top: 32px;
}
.formButtons--alignRight {
  display: flex;
  justify-content: flex-end;
}

.checkboxGroup {
  border: 1px solid #D4E4E8;
  border-radius: 5px;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
}

.checkboxBlock {
  cursor: pointer;
  margin-bottom: 5px;
  color: #576C71;
}
.checkboxBlock:last-child {
  margin-bottom: 0;
}
.checkboxBlock__label {
  display: block;
}
.checkboxBlock__text {
  position: relative;
  display: flex;
  align-items: center;
}
.checkboxBlock__text .avatar {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  background: #1C8494;
  border: 1px solid #1C8494;
  color: #ffffff;
  outline: none;
  margin: 0 25px 0 0;
  padding: 5px 30px;
  font-weight: 400;
  border-radius: 5px;
  white-space: nowrap;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.btn:last-child {
  margin: 0;
}
.btn--small {
  min-height: 40px;
}
.btn--transparent {
  padding: 10px 0;
  background: transparent;
  color: #1C8494;
  border: none;
}
.btn--delete {
  color: #E13E1C;
}
.btn--alignRight {
  margin-left: auto;
}
.btn--alignLeft {
  margin-right: auto;
}
.btn--cancel {
  opacity: 0.5;
}

.link {
  color: #1C8494;
  font-size: 0.875rem;
  line-height: 1.5;
}

.tableContainer {
  padding: 26px 20px 10px;
  background: #ffffff;
  border: 1px solid #D4E4E8;
  border-radius: 20px;
}

.table {
  width: 100%;
  max-width: 100%;
}
.table th,
.table td {
  vertical-align: top;
}
.table thead tr th {
  background: #F4F8F9;
  height: 63px;
  vertical-align: middle;
  padding: 10px 10px;
  font-weight: 500;
  color: #576C71;
  border: none;
  box-sizing: border-box;
  white-space: nowrap;
}
.table thead tr th:first-child {
  padding-left: 20px;
}
.table thead tr th:last-child {
  padding-right: 20px;
}
.table thead tr th.sorting {
  padding-right: 20px;
}
.table tbody tr td {
  position: relative;
  background: #ffffff;
  height: 54px;
  border-top: 1px solid #D4E4E8;
  vertical-align: middle;
  padding: 10px 10px;
  box-sizing: border-box;
  transition: background-color 0.3s;
  color: #576C71;
  font-size: 0.875rem;
}
.table tbody tr td:first-child {
  padding-left: 20px;
}
.table tbody tr td:last-child {
  padding-right: 20px;
}
.table tbody tr.loading {
  opacity: 0.3;
}
.table tbody tr.loading:after {
  display: none;
}
.table tbody tr:nth-child(n+7) td .hoverDropdown__menu {
  top: auto;
  bottom: 100%;
}
.table--tasks {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}
.table--tasks thead {
  display: none;
}
.table--tasks tbody tr td {
  border-bottom: 1px solid #D4E4E8;
}
.table--tasks tbody tr td:first-child {
  border-left: 1px solid #D4E4E8;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table--tasks tbody tr td:last-child {
  border-right: 1px solid #D4E4E8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table--tasks tbody tr td.unstyled {
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  height: auto;
}
.table--tasks tbody tr td.extraPadding {
  padding-top: 60px;
}
.table--tasks tbody tr:first-child td.extraPadding {
  padding-top: 0;
}

@media (min-width: 1260px) {
  .animate {
    transition: 1s all;
  }
  .animate.from-left {
    transform: translateX(-20px);
  }
  .animate.from-left.animated {
    transform: translateX(0);
  }
  .animate.from-opacity0 {
    opacity: 0;
  }
  .animate.from-opacity0.animated {
    opacity: 1;
  }
  .animate.from-bottom {
    transform: translateY(40px);
  }
  .animate.from-bottom.animated {
    transform: translateY(0);
  }
  .animate.from-right {
    transform: translateX(20px);
  }
  .animate.from-right.animated {
    transform: translateX(0);
  }
}
.loading {
  position: relative;
  transition: opacity 0.3s;
}
.loading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
}

.infinity {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.953' height='5.812' viewBox='0 0 12.953 5.812'%3E%3Cpath d='M13.775,11.536a3.022,3.022,0,0,0-4.2,0l-.871.838a.111.111,0,0,0,0,.159l.542.533a.113.113,0,0,0,.156,0l.866-.841a2.024,2.024,0,0,1,2.81,0,1.9,1.9,0,0,1,0,2.729,2.024,2.024,0,0,1-2.81,0L6.759,11.536a3.022,3.022,0,0,0-4.2,0,2.86,2.86,0,0,0,0,4.111,3.022,3.022,0,0,0,4.2,0l.866-.838a.111.111,0,0,0,0-.159l-.542-.528a.113.113,0,0,0-.156,0l-.866.835a2.024,2.024,0,0,1-2.81,0,1.9,1.9,0,0,1,0-2.729,2.024,2.024,0,0,1,2.81,0l3.5,3.421a3.022,3.022,0,0,0,4.2,0,2.867,2.867,0,0,0,.008-4.114Z' transform='translate(-1.688 -10.688)'/%3E%3C/svg%3E");
}

body {
  min-width: 360px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #E7F0F2;
}

.bodyInner {
  min-height: 100vh;
  display: flex;
  width: 100%;
}

#main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

.siteHeader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 3000;
  transition: background-color 0.3s;
}
.siteHeader__inner {
  position: relative;
  height: 80px;
}
.siteHeader__logoContainer {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.siteHeader__logoImage {
  width: 200px;
}
.siteHeader--sticky {
  position: fixed;
  background: #ffffff;
}
.siteHeader--navVisible {
  background: #FAF9F9;
}
@media (min-width: 1260px) {
  .siteHeader--navVisible {
    background: none;
  }
}
.siteHeader--navVisible:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  height: 30px;
  background: linear-gradient(180deg, #FAF9F9 0%, rgba(250, 249, 249, 0) 100%);
}
@media (min-width: 1260px) {
  .siteHeader--navVisible:after {
    display: none;
  }
}

.btnMenu {
  position: absolute;
  top: 50%;
  right: -5px;
  padding: 0;
  transform: translateY(-50%);
  z-index: 1000;
  background: transparent;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
}
@media (min-width: 1260px) {
  .btnMenu {
    display: none;
  }
}
.btnMenu__text {
  margin-right: 20px;
}
.btnMenu__hamburger {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
}
.btnMenu__hamburger span {
  display: block;
  border-radius: 0;
  background: #CCCCCC;
  width: 40px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.btnMenu__hamburger span:nth-child(1) {
  margin-top: -9px;
}
.btnMenu__hamburger span:nth-child(3) {
  margin-top: 9px;
}
.btnMenu.close .btnMenu__hamburger span:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btnMenu.close .btnMenu__hamburger span:nth-child(2) {
  background: transparent;
}
.btnMenu.close .btnMenu__hamburger span:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.mainNav {
  position: sticky;
  top: 0;
  width: 250px;
  overflow: hidden;
  background: #051316;
  color: #ffffff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 2000;
  transition: visibility 0.3s, opacity 0.3s, width ease 0.3s, padding ease 0.3s;
}
.mainNav__header {
  position: relative;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainNav__logo {
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
  width: 150px;
  transition: visibility 0.1s, opacity 0.1s;
}
.mainNav__button {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  z-index: 10;
  transition: background-color 0.3s;
}
.mainNav__button svg {
  fill: rgba(255, 255, 255, 0.4);
  transition: fill 0.3s;
}
.mainNav__button:hover {
  background: rgba(188, 236, 242, 0.2);
}
.mainNav__button:hover svg {
  fill: #1C8494;
}
.mainNav__body {
  position: relative;
  flex: 1;
}
.mainNav__bodyInner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
  height: 100%;
}
.mainNav__body .scroll-content {
  height: 100%;
}
.mainNav__body .scrollbar-track-x {
  display: none !important;
}
.mainNav__body .scrollbar-track-y {
  right: 7px;
}
.mainNav__menuTools {
  position: relative;
  padding: 20px 0;
  margin-top: auto;
  transition: visibility 0.3s;
}
.mainNav__menuTools:before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.mainNav__menuTools a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/chain.png") no-repeat center;
  background-size: contain;
  opacity: 0.4;
  left: 17px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: fill 0.3s;
}
.mainNav__footer {
  position: relative;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  width: 250px;
  transition: visibility 0.3s;
}
.mainNav__footer:before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.mainNav__footer img {
  width: 40px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  margin-right: 15px;
}
.mainNav__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.mainNav__name {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.mainNav__lnkLogout {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s;
}
.mainNav__lnkLogout:hover {
  color: rgb(255, 255, 255);
}
.mainNav.collapsed {
  width: 80px;
}
.mainNav.collapsed .mainNav__header {
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
}
.mainNav.collapsed .mainNav__logo {
  visibility: hidden;
  opacity: 0;
}
.mainNav.collapsed .mainNav__bodyInner {
  padding-left: 8px;
  padding-right: 8px;
}
.mainNav.collapsed .mainNav__divider {
  display: none;
}
.mainNav.collapsed .mainNav__menuMain .menu__list > li > a {
  height: 65px;
  padding: 10px 5px;
  width: 65px;
  font-size: 0.75rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.mainNav.collapsed .mainNav__menuMain .menu__list > li > a svg {
  position: absolute;
  left: 50%;
  top: 22px;
  transform: translate(-50%, -50%);
}
.mainNav.collapsed .mainNav__menuBusinessDevelopment {
  display: none;
}
.mainNav.collapsed .mainNav__menuArchives {
  display: none;
}
.mainNav.collapsed .mainNav__menuTools {
  display: none;
}
.mainNav.collapsed .mainNav__footer {
  display: none;
  visibility: hidden;
}

.menu__title {
  font-size: 0.875rem;
  opacity: 0.5;
  margin-bottom: 10px;
  white-space: nowrap;
}
.menu__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu__list > li {
  position: relative;
  padding: 0;
  margin: 0 0 5px;
}
.menu__list > li:last-child {
  margin-bottom: 0;
}
.menu__list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  min-height: 35px;
  border-radius: 7px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px 5px 40px;
  transition: background-color 0.3s, color 0.3s;
}
.menu__list > li > a svg {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: rgba(255, 255, 255, 0.4);
  transition: fill 0.3s;
}
.menu__list > li:hover a, .menu__list > li.current a {
  color: rgb(255, 255, 255);
  background: rgba(188, 236, 242, 0.2);
}
.menu__list > li:hover a svg, .menu__list > li.current a svg {
  fill: #1C8494;
}

.section {
  margin: 30px 0;
}

.heroSection {
  position: relative;
  margin: 0;
}
.heroSection__imageContainer {
  position: relative;
  padding-bottom: 56%;
}
@media (min-width: 1260px) {
  .heroSection__imageContainer {
    padding-bottom: 25%;
  }
}
.heroSection__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroSection__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.heroSection__textContainer {
  height: 100%;
  display: flex;
  align-items: center;
}

.loginBlock {
  width: 100%;
  max-width: 532px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #D4E4E8;
  padding: 64px;
}
.loginBlock__logo {
  display: block;
  margin: 0 auto 32px;
  width: 100%;
  max-width: 223px;
}
.loginBlock__title {
  font-size: 1.5rem;
  text-align: center;
}
.loginBlock__form {
  margin-top: 32px;
}
.loginBlock__form .btn {
  width: 100%;
}

.panel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
}

.panelHeader {
  display: flex;
  margin-bottom: 40px;
}
.panelHeader__left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.panelHeader__id {
  color: #576C71;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.panelToolbar {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #D4E4E8;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding: 5px 20px;
}
.panelToolbar__left, .panelToolbar__center, .panelToolbar__right {
  flex: 1;
}
.panelToolbar__left {
  display: flex;
  justify-content: flex-start;
}
.panelToolbar__center {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.panelToolbar__right {
  display: flex;
  justify-content: flex-end;
}

.searchBar {
  display: flex;
  min-height: 40px;
  align-items: center;
  margin-right: auto;
  width: 240px;
}
.searchBar input {
  border: none;
}

.managersBar input[type=radio] + * {
  padding-left: 30px;
}
.managersBar input[type=radio] + *:before {
  display: block;
}

.viewBar {
  margin-left: auto;
  width: 240px;
  display: flex;
  justify-content: flex-end;
}

.statusBar {
  display: flex;
  align-items: center;
}
.statusBar .hoverDropdown__menu ul li > *.checkboxBlock--primaryStatus {
  padding-left: 15px;
}
.statusBar .hoverDropdown__menu ul li > *.checkboxBlock--primaryStatus:before {
  left: 46px;
}
.statusBar .checkboxBlock--primaryStatus .checkboxBlock__text {
  padding-left: 45px;
}
.statusBar .btn {
  margin-left: 30px;
}

.panelContent {
  position: relative;
  flex: 1;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 64, 72, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  z-index: 3000;
}
.overlay .fancybox-loading {
  visibility: hidden;
  opacity: 0;
}
.overlay.visible {
  opacity: 1;
  visibility: visible;
}
.overlay.loading .fancybox-loading {
  visibility: visible;
  opacity: 1;
}

.sidePanel {
  position: fixed;
  top: 0;
  left: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  background: #ffffff;
  width: 550px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 30px #576C71;
  transition: transform 0.5s;
  z-index: 4000;
}
.sidePanel__header {
  height: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  border-bottom: 1px solid #D4E4E8;
}
.sidePanel__headerID {
  display: inline-block;
  font-weight: 400;
  color: #576C71;
  letter-spacing: 0.04em;
  margin-right: 10px;
}
.sidePanel__body {
  padding: 40px 15px 30px 40px;
  flex: 1;
}
.sidePanel.visible {
  transform: translateX(-100%);
}

.sidePanelForm {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sidePanelForm__body {
  position: relative;
  flex: 1;
}
.sidePanelForm__bodyInner {
  padding: 0 25px 1px 40px;
  margin-left: -40px;
}
.sidePanelForm__footer {
  padding-right: 25px;
}

.sidePanelTabs {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: none !important;
}
.sidePanelTabs__nav {
  display: flex;
  border-bottom: 2px solid rgba(87, 108, 113, 0.1);
  color: #576C71;
  font-weight: 500;
  margin-bottom: 35px;
}
.sidePanelTabs__nav > li {
  position: relative;
  margin-right: 25px;
}
.sidePanelTabs__nav > li:hover {
  color: #051316;
}
.sidePanelTabs__nav > li.ui-state-active {
  color: #051316;
}
.sidePanelTabs__nav > li.ui-state-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: rgb(87, 108, 113);
}
.sidePanelTabs__nav > li > a {
  position: relative;
  display: block;
  padding: 8px 0;
}
.sidePanelTabs__tab {
  position: relative;
  flex: 1;
}

.projectHeader {
  display: flex;
  flex-direction: row-reverse;
}

.projectID {
  letter-spacing: 0.04em;
  margin-right: 8px;
  min-width: 37px;
}

.projectTitle {
  flex: 1;
  font-weight: 600;
  color: #051316;
}

.projectStatus {
  position: relative;
  padding-left: 12px;
  cursor: pointer;
  white-space: nowrap;
}
.projectStatus__primary {
  font-weight: 500;
  letter-spacing: -0.02em;
}
.projectStatus__primary:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 100%;
}
.projectStatus__secondary {
  font-size: 0.75rem;
  opacity: 0.6;
}

.popcornStatus {
  position: relative;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding: 4px 8px;
  border-radius: 5px;
  overflow: hidden;
}
.popcornStatus:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: 0.1;
}
.popcornStatus__text {
  white-space: nowrap;
}

.avatar {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  margin: 0;
  object-fit: cover;
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E7F0F2;
  font-weight: 600;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
}
.circle--plus {
  border: 1px dashed #576C71;
}

.avatars {
  display: flex;
}
.avatars > * {
  margin-left: -22px;
}
.avatars > *:first-child {
  margin-left: 0;
}
.avatars--single > *:nth-child(n+2) {
  display: none;
}

.dateRange {
  cursor: pointer;
}

.date {
  line-height: 1.4;
  white-space: nowrap;
}
.date--add {
  opacity: 0.6;
}
.date--today {
  color: #FF9900;
}
.date--tomorrow {
  color: #65C165;
}
.date--overdue {
  color: #E13E1C;
}

.projectTime {
  --color: #65C165;
  position: relative;
  display: inline-flex;
  padding: 4px 8px;
  border: 1px solid var(--color);
  border-radius: 5px;
  color: #051316;
  min-width: 120px;
  justify-content: center;
  font-size: 0.75rem;
  overflow: hidden;
}
.projectTime__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--color);
  opacity: 0.2;
}
.projectTime__text {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
}
.projectTime__text input {
  min-height: 18px;
  width: 36px;
  border: none;
  background: transparent;
  padding: 0;
  text-align: left;
}
.projectTime--yellow {
  --color: #FF9900;
}
.projectTime--red {
  --color: #E13E1C;
}

.projectActions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  gap: 5px;
}
.projectActions__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
}
.projectActions__btn--invoice {
  border: 1px solid #D4E4E8;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 8px;
  transition: background-color 0.3s, color 0.3s;
}
.projectActions__btn--invoice:hover {
  background: #1C8494;
  color: #ffffff;
}
.projectActions__btnMore {
  background: #E7F0F2;
}

.hoverDropdown {
  position: relative;
}
.hoverDropdown__label {
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: 24px;
}
.hoverDropdown__menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 10px;
  background: #ffffff;
  min-width: 167px;
  cursor: auto;
  box-shadow: 0 3px 30px #D0DDDF;
  z-index: 2000;
  transition: visibility 0.3s, opacity 0.3s;
}
.hoverDropdown__menuInner {
  overflow: hidden;
  padding: 10px;
}
.hoverDropdown__menu ul {
  border-bottom: 1px solid #E7F0F2;
}
.hoverDropdown__menu ul li > * {
  display: flex;
  align-items: center;
  padding: 4px 15px;
  font-size: 1rem;
  color: #051316;
  white-space: nowrap;
}
.hoverDropdown__menu ul li > *[data-action=delete] {
  color: #E13E1C;
}
.hoverDropdown__menu ul li > *:hover, .hoverDropdown__menu ul li > *.checked {
  background-color: #E7F0F2 !important;
}
.hoverDropdown__menu ul li > *.checkboxBlock--primaryStatus {
  position: relative;
  padding-left: 24px;
}
.hoverDropdown__menu ul li > *.checkboxBlock--primaryStatus:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: currentColor;
}
.hoverDropdown__menu ul li > *.checkboxBlock--secondaryStatus {
  margin-left: 12px;
  font-size: 0.75rem;
  padding: 2px 12px 2px 24px;
  display: inline-flex;
  color: #576C71;
  background: url("../images/icon-subdirectory.svg") no-repeat 11px center;
  background-size: 9px auto;
}
.hoverDropdown__menu ul li > * svg {
  margin-right: 10px;
}
.hoverDropdown__menu--right {
  left: auto;
  right: 0;
}
.hoverDropdown--arrow .hoverDropdown__label {
  display: inline-flex;
  position: relative;
  padding-right: 20px;
}
.hoverDropdown--arrow .hoverDropdown__label:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6.861' viewBox='0 0 12 6.861'%3E%3Cpath d='M12.19,16.039,16.727,11.5a.854.854,0,0,1,1.211,0,.865.865,0,0,1,0,1.215L12.8,17.858a.856.856,0,0,1-1.183.025L6.438,12.717A.858.858,0,0,1,7.649,11.5Z' transform='translate(18.188 18.108) rotate(180)' fill='%23576c71' opacity='0.6'/%3E%3C/svg%3E%0A") no-repeat center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  width: 12px;
  height: 7px;
}
.hoverDropdown:hover .hoverDropdown__label:after {
  transform: translateY(-50%) rotate(0);
}
.hoverDropdown:hover .hoverDropdown__menu {
  visibility: visible;
  opacity: 1;
}

.user {
  display: flex;
  align-items: center;
}
.user__avatar {
  width: 24px;
  margin-right: 8px;
}
.user__avatar img {
  width: 100%;
  height: auto;
}

.viewLabel {
  display: flex;
  align-items: center;
  color: #576C71;
  min-height: 40px;
  font-weight: 500;
  cursor: pointer;
}
.viewLabel svg {
  margin-right: 10px;
}

[data-action] {
  cursor: pointer;
}

.trResource > td {
  background: transparent !important;
}
.trResource > td:first-child {
  width: 100%;
}
.trResource > td:last-child {
  vertical-align: top;
}
.trResource__title {
  font-weight: 700;
  margin: 6px 0;
}
.trResource__content {
  padding: 20px 0;
  display: none;
}
.trResource__contentCols {
  display: flex;
  gap: 50px;
}
.trResource__contentCol1, .trResource__contentCol2 {
  flex: 1;
}
.trResource__contentCol1 .formFields, .trResource__contentCol2 .formFields {
  margin: 0;
}
.trResource__contentCol1 .textarea, .trResource__contentCol2 .textarea {
  display: block;
  border: 1px solid #D4E4E8;
  padding: 10px 15px;
  height: 350px;
  border-radius: 5px;
  overflow: scroll;
}

.popup {
  padding: 0;
  border-radius: 20px;
  width: 100%;
  max-width: 680px !important;
}
.popup .fancybox-close-small {
  width: 80px;
  height: 80px;
  opacity: 0.6;
  color: #576C71;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .fancybox-close-small svg {
  width: 40px;
}
.popup__header {
  padding: 24px 100px 24px 32px;
  border-bottom: 1px solid #D4E4E8;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.popup__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #051316;
}
.popup__content {
  padding: 24px 32px;
}
.popup textarea:focus {
  box-shadow: 0 0 0 4px rgba(28, 132, 148, 0.5);
}

.popupNextTask {
  overflow: visible;
}

.board {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.board__inner {
  height: 100%;
  width: 100%;
}
.board__inner .scrollbar {
  height: 100%;
  padding-bottom: 25px;
}
.board__inner .scrollbar .scroll-content {
  height: 100%;
}

.boardCategories {
  display: flex;
  margin: 0 -8px;
  height: 100%;
  width: fit-content;
}

.boardCategory {
  background: #ffffff;
  width: 260px;
  margin: 0 8px;
  border: 1px solid #D4E4E8;
  padding: 10px 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.boardCategory__header {
  padding: 10px 20px;
}
.boardCategory__header .projectStatus {
  padding-left: 20px;
}
.boardCategory__header .projectStatus__primary {
  display: flex;
  align-items: center;
  color: #051316;
  font-weight: 600;
}
.boardCategory__header .projectStatus__primary:before {
  width: 10px;
  height: 10px;
  top: 7px;
}
.boardCategory__header .projectStatus__text {
  color: #051316;
}
.boardCategory__header .projectStatus__count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid currentColor;
  font-weight: 600;
  font-size: 0.875rem;
  margin-left: 10px;
  border-radius: 4px;
}
.boardCategory__header .projectStatus__count:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: 0.2;
}
.boardCategory__content {
  position: relative;
  flex: 1;
}
.boardCategory__contentInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.boardCategory__contentInner .scrollbar {
  padding: 0 10px 1px;
  height: 100%;
}
.boardCategory__teasers {
  height: 100%;
}

.projectTeaserBoard {
  background: #F4F8F9;
  border: 1px solid #D4E4E8;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #576C71;
  font-size: 0.875rem;
  transition: border-color 0.3s;
}
.projectTeaserBoard__header {
  padding: 5px 15px;
  background: #D4E4E8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px 5px 0 0;
}
.projectTeaserBoard__body {
  margin: 15px 0;
  padding: 0 15px;
}
.projectTeaserBoard__body .projectTitle {
  line-height: 1.2;
  margin-bottom: 5px;
}
.projectTeaserBoard__body .projectCompany {
  line-height: 1.2;
}
.projectTeaserBoard__body .projectDates {
  margin-top: 10px;
}
.projectTeaserBoard__footer {
  margin: 15px 0;
  padding: 0 15px;
  display: flex;
  gap: 20px;
}
.projectTeaserBoard__footer .avatars > * {
  width: 24px;
  height: 24px;
  margin-left: -10px;
}
.projectTeaserBoard__footer .avatars > *:first-child {
  margin-left: 0;
}
.projectTeaserBoard__footer .projectManagers .hoverDropdown__menu {
  left: -90px;
}
.projectTeaserBoard__footer .projectAssignees .hoverDropdown__menu {
  left: -10px;
}
.projectTeaserBoard .hoverDropdown__menu {
  max-width: 210px;
  width: 1000px;
}
.projectTeaserBoard .hoverDropdown__menu ul li > * {
  white-space: normal;
}
.projectTeaserBoard:not(.loading):hover {
  border-color: #576C71;
}
.projectTeaserBoard:last-child {
  margin-bottom: 1px;
}
.projectTeaserBoard:last-child:not(:first-child) .hoverDropdown__menu {
  top: auto;
  bottom: 100%;
}

.tableCompanies tbody tr {
  cursor: pointer;
}

.taskTeaser__title {
  font-weight: 600;
  color: #051316;
}
.taskTeaser__btnNotes {
  display: block;
  opacity: 0.2;
}
.taskTeaser__btnNotes--active {
  opacity: 1;
}
.taskTeaser__time {
  display: flex;
  align-items: center;
}
.taskTeaser__time .time {
  display: block;
  min-width: 40px;
  text-align: center;
}
.taskTeaser__time svg {
  margin-left: 10px;
}
.taskTeaser input[name=title] {
  border: 1px solid transparent;
  font-weight: 600;
  color: #051316;
  border-radius: 0;
  transition: border-bottom-color 0.3s;
  padding: 0;
}
.taskTeaser input[name=title]:focus {
  border-bottom-color: #D4E4E8;
}
.taskTeaser--complete {
  opacity: 0.5;
}
.taskTeaser--complete .taskTeaser__title {
  text-decoration: line-through;
}

.taskDates__view {
  cursor: pointer;
}
.taskDates__edit {
  display: none;
}
.taskDates.edit .taskDates__view {
  display: none;
}
.taskDates.edit .taskDates__edit {
  display: block;
}

.btnAddTask {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #576C71;
  font-weight: 500;
  min-height: 60px;
  width: 100%;
  background: #F4F8F9;
  border-radius: 10px;
  border: 1px dashed #576C71;
}

.formAddTask {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #1C8494;
  display: flex;
  gap: 50px;
  align-items: center;
  overflow: hidden;
  min-height: 52px;
  padding: 0 20px 0 53px;
  margin: 4px;
  box-shadow: 0 0 0 4px rgba(28, 132, 148, 0.2);
}
.formAddTask__fields {
  flex: 1;
  display: flex;
  align-items: center;
}
.formAddTask__fields label {
  display: block;
  width: 100%;
}
.formAddTask__fields input {
  border: none;
  font-weight: 600;
  color: #051316;
}
.formAddTask__fields ::-webkit-input-placeholder {
  font-weight: 400;
}
.formAddTask__fields :-moz-placeholder {
  font-weight: 400;
}
.formAddTask__fields ::-moz-placeholder {
  font-weight: 400;
}
.formAddTask__fields :-ms-input-placeholder {
  font-weight: 400;
}
.formAddTask__title {
  width: 60%;
}
.formAddTask__buttons {
  display: flex;
  align-items: center;
}

.popupTimeEntries input[name=date] {
  background-image: url("../images/icon-calendar.svg");
  background-repeat: no-repeat;
  background-position: right 7px center;
}

.formTime input[name=time]::placeholder {
  font-style: normal !important;
}

.timeEntries {
  position: relative;
  height: 365px;
  margin-bottom: 24px;
  overflow: hidden;
}
.timeEntries table.timeEntriesTable {
  color: #576C71;
  padding-right: 6px;
}
.timeEntries table.timeEntriesTable.dataTable {
  padding-right: 0;
}
.timeEntries table.timeEntriesTable thead td {
  border-bottom: 0;
  padding: 0 8px;
  font-weight: 500;
}
.timeEntries table.timeEntriesTable tbody tr td {
  padding: 16px 8px;
  border-bottom: 1px solid #D4E4E8;
  font-size: 0.875rem;
  transition: background-color 0.3s;
  vertical-align: middle;
}
.timeEntries table.timeEntriesTable tbody tr td button {
  visibility: hidden;
  opacity: 0;
  padding: 0 8px;
  transition: visibility 0.3s, opacity 0.3s;
}
.timeEntries table.timeEntriesTable tbody tr:hover td {
  background: #E7F0F2;
}
.timeEntries table.timeEntriesTable tbody tr:hover td button {
  visibility: visible;
  opacity: 1;
}

.timeTeaser {
  transition: background-color 5s;
}
.timeTeaser.highlighted {
  background-color: #E7F0F2;
}

div.taskTeaser {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  height: 54px;
  border: 1px solid #D4E4E8;
  vertical-align: middle;
  padding: 10px 10px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: background-color 0.3s;
  color: #576C71;
  font-size: 0.875rem;
}
div.taskTeaser__checkbox {
  width: 50px;
  display: flex;
  justify-content: center;
}
div.taskTeaser__title {
  flex: 1;
  max-width: 400px;
  margin-right: auto;
}
div.taskTeaser__project {
  width: 200px;
}
div.taskTeaser__notes {
  width: 40px;
}
div.taskTeaser__assignees {
  width: 100px;
}
div.taskTeaser__due {
  width: 100px;
}
div.taskTeaser__dates {
  width: 120px;
}
div.taskTeaser__time {
  width: 100px;
}
div.taskTeaser__actions {
  width: 100px;
}

.tasksCategories {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.tasksCategory {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tasksCategory__header {
  display: flex;
  justify-content: space-between;
}

.tasksListing {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.fancybox-bg {
  background: #094048;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

.fancybox-slide--html .fancybox-content {
  max-width: 1000px;
}
.fancybox-slide--html .fancybox-content.fancybox-loading .fancybox-close-small {
  display: none;
}

.select2-container .select2-selection--single {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #D4E4E8;
  background: transparent;
  margin: 0;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 44px 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-style: italic;
  color: #576C71;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 12px;
  height: 12px;
  background: url("../images/select.svg") no-repeat center;
  border: none;
  position: static;
  margin: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.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-radius: 5px;
}

.select2-dropdown {
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #D4E4E8;
  padding: 0;
  overflow: hidden;
  z-index: 10000;
}

.select2-container--open .select2-dropdown--above {
  border-radius: 5px;
  border: 1px solid #D4E4E8;
  margin-bottom: -1px;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 5px;
  border: 1px solid #D4E4E8;
  margin-top: -1px;
}

.select2-results__option {
  padding: 5px 15px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.select2-results__option--highlighted {
  background: rgba(0, 0, 0, 0.04);
  color: currentColor;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: rgba(0, 0, 0, 0.02);
  color: currentColor;
}

.select2-search--dropdown .select2-search__field {
  min-height: 32px;
  padding: 0 10px;
}

.scrollbar-track-y {
  opacity: 1 !important;
  background: rgba(212, 228, 232, 0.4) !important;
  border-radius: 2px !important;
  width: 5px !important;
}

.scrollbar-thumb-y {
  background: rgb(212, 228, 232) !important;
  border-radius: 2px !important;
  width: 5px !important;
}

.scrollbar-track-x {
  opacity: 1 !important;
  background: #D4E4E8 !important;
  border-radius: 3px !important;
  height: 6px !important;
}

.scrollbar-thumb-x {
  background: #576C71 !important;
  border-radius: 3px !important;
  height: 6px !important;
}

.daterangepicker {
  z-index: 99993;
}

table.dataTable {
  border-radius: 10px 10px 0 0;
}
table.dataTable.no-footer {
  border: none;
}
@media (min-width: 1260px) {
  table.dataTable tbody tr:hover td {
    background: rgba(231, 240, 232, 0.3);
  }
}

.dataTables_wrapper {
  height: 100%;
}
.dataTables_wrapper .dataTables_scroll {
  height: 100%;
}
.dataTables_wrapper .dataTables_filter {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #D4E4E8;
  margin-bottom: 15px;
  float: none;
}
.dataTables_wrapper .dataTables_filter label {
  display: flex;
  min-height: 62px;
  align-items: center;
  padding: 0 20px;
}
.dataTables_wrapper .dataTables_filter input {
  border: none;
  margin: 0;
  text-align: left;
}
.dataTables_empty {
  text-align: center;
  border: none !important;
}
.dataTables_empty:hover {
  background: transparent !important;
}
.dataTables_scrollBody {
  position: relative;
  border: none !important;
  overflow: auto;
  max-height: 340px;
  background: transparent !important;
}
.dataTables_scrollBody::-webkit-scrollbar {
  width: 6px;
  background-color: #D4E4E8;
  border-radius: 2px;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #576C71;
}

.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 30px 0 0;
  padding: 10px 20px;
}
.wpcf7 form div.wpcf7-validation-errors,
.wpcf7 form div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 form div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 form .btnWrap {
  position: relative;
}
.wpcf7 form .btnWrap .ajax-loader {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  margin: 0;
}

.wpcf7-checkbox {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: block;
}

/*# sourceMappingURL=styles.css.map */
