@charset "UTF-8";
body {
  overflow-x: hidden;
}

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

@media (max-width: 600px) {
  .wrapper-external {
    padding: 0;
  }
}
body.panel-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

body.teams-page {
  background: #f3f0f0;
  padding-top: 40px;
}
@media (max-width: 1220px) {
  body.teams-page {
    padding-top: 0;
  }
}

.main-wrapper {
  flex: 1;
}

.site-content {
  padding-top: 2em;
}

div {
  box-sizing: border-box;
}

img, video {
  max-width: 100%;
}

.container, .container-resp {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.col1, .col1-2, .col1-3, .col1-4, .col2-3, .col3-4, .col1-5, .col2-5, .col3-5, .col4-5, .col1-6, .col5-6, .col1-12, .col5-12, .col7-12, .col11-12 {
  box-sizing: border-box;
  margin-right: 1%;
  margin-left: 1%;
}

.col1 {
  width: 98%;
}

.col1-2 {
  width: 48%;
}

.col1-3 {
  width: 31.333%;
}

.col1-4 {
  width: 23%;
}

.col1-5 {
  width: 18%;
}

.col1-6 {
  width: 14.666%;
}

.col2-3 {
  width: 64.666%;
}

.col3-4 {
  width: 73%;
}

.col2-5 {
  width: 38%;
}

.col3-5 {
  width: 58%;
}

.col4-5 {
  width: 78%;
}

.col5-6 {
  width: 81.333%;
}

@media (max-width: 980px) {
  .container-resp .col1-3, .container-resp .col1-4, .container-resp .col1-5, .container-resp .col2-5, .container-resp .col1-6, .container-resp .col2-3, .container-resp .col3-4, .container-resp .col3-5, .container-resp .col4-5, .container-resp .col5-6, .container-resp .col1-12, .container-resp .col5-12 {
    width: 48%;
  }
}
@media (max-width: 580px) {
  .container-resp .col1-2, .container-resp .col1-3, .container-resp .col1-4, .container-resp .col2-3, .container-resp .col3-4, .container-resp .col1-5, .container-resp .col2-5, .container-resp .col3-5, .container-resp .col4-5, .container-resp .col1-6, .container-resp .col5-6, .container-resp .col7-12, .container-resp .col11-12 {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .none-sm {
    display: none;
  }
}

@media (max-width: 980px) {
  .none-md {
    display: none;
  }
}

.none {
  display: none !important;
}

.clear:after, .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

::selection {
  background: #f2c838;
  color: #fff;
}

::-moz-selection {
  background: #f2c838;
  color: #fff;
}

body {
  color: #3f4b62;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-weight: 600;
  font-size: 2.4em;
  margin: 0 0 0.7em 0;
}

h2 {
  font-weight: 600;
  font-size: 1.9em;
  margin: 0 0 0.8em 0;
}
h2 .subheader {
  font-size: 0.75em;
  text-transform: uppercase;
  margin-left: 3px;
}

h3 {
  font-size: 1.3em;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}

h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 0.7em 0;
}

h5 {
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 0 0.8em 0;
}

.heading-group {
  margin-bottom: 1.1em;
}
.heading-group h1, .heading-group h2, .heading-group h3, .heading-group h4, .heading-group h5, .heading-group h6, .heading-group p, .heading-group ul, .heading-group ol, .heading-group a {
  margin-bottom: 0;
}

p {
  font-size: 1em;
  margin: 0 0 1em 0;
  line-height: 1.5;
}

ul, ol {
  padding: 0 0 0 20px;
  margin: 0 0 1em 0;
}
ul li, ol li {
  margin-bottom: 0.3em;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}
ul.small, ol.small {
  font-size: 0.85em;
}

ul.no-pointers {
  padding: 0;
}
ul.no-pointers li {
  list-style-type: none;
}

p.italic, ul li.italic, ol li.italic {
  font-style: italic;
}
p.small, ul li.small, ol li.small {
  font-size: 0.85em;
}

h1.col-secondary, h2.col-secondary, h3.col-secondary, h4.col-secondary, h5.col-secondary, h6.col-secondary, p.col-secondary, ul.col-secondary, ol.col-secondary, .subheader.col-secondary {
  color: #2fb688;
}
h1.col-ternary, h2.col-ternary, h3.col-ternary, h4.col-ternary, h5.col-ternary, h6.col-ternary, p.col-ternary, ul.col-ternary, ol.col-ternary, .subheader.col-ternary {
  color: #f7d14d;
}
h1.col-quadrary, h2.col-quadrary, h3.col-quadrary, h4.col-quadrary, h5.col-quadrary, h6.col-quadrary, p.col-quadrary, ul.col-quadrary, ol.col-quadrary, .subheader.col-quadrary {
  color: #d83d4f;
}

hr {
  height: 1px;
  background: #dbdbdb;
  border: none;
  margin-bottom: 1.2em;
}

.pre-wrap {
  white-space: pre-wrap;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

input[type=text], input[type=number], input[type=time], input[type=password], input[type=email], select, .ms-choice {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  line-height: 2.5em;
  padding: 0 0.6em;
  font-size: 0.9em;
  width: 100%;
  outline: none !important;
  display: inline-block;
  box-sizing: border-box;
  background-color: #fcfcfc;
}
input[type=text].form-error, input[type=number].form-error, input[type=time].form-error, input[type=password].form-error, input[type=email].form-error, select.form-error, .ms-choice.form-error {
  border-color: #b52738;
  color: #d83d4f;
}
input[type=text].disabled, input[type=text]:disabled, input[type=number].disabled, input[type=number]:disabled, input[type=time].disabled, input[type=time]:disabled, input[type=password].disabled, input[type=password]:disabled, input[type=email].disabled, input[type=email]:disabled, select.disabled, select:disabled, .ms-choice.disabled, .ms-choice:disabled {
  background: #dbdbdb;
  opacity: 0.7;
}

textarea, textarea.ckeditor {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  border-radius: 3px;
  resize: none;
  border: 1px solid #dbdbdb;
  padding: 8px;
  background-color: #fcfcfc;
}
textarea:focus, textarea.ckeditor:focus {
  background: #fff;
}

.form-error input[type=text], .form-error input[type=password], .form-error input[type=email], .form-error select {
  border-color: #b52738;
  color: #d83d4f;
}

select {
  height: 2.5em;
}

input[type=checkbox], input[type=radio] {
  margin-right: 5px;
}

button:focus, input:focus, select:focus, textarea:focus {
  outline: none;
}

input:focus, select:focus, textarea:focus {
  border-color: #3f4b62;
  background: #fff;
}

.form-top, .form-left, .form-submit, .form-checkbox, .form-file {
  margin-bottom: 1.1em;
  position: relative;
}

.form-top {
  display: block;
}

.form-top-long {
  min-height: 160px;
  margin-bottom: 1.1em;
  position: relative;
}

.form-top-medium {
  min-height: 100px;
  margin-bottom: 1.1em;
  position: relative;
}

.form-left input[type=text], .form-left input[type=password], .form-left input[type=email], .form-left select, .form-left > textarea, .form-left .ckeditor {
  width: 78%;
  float: right;
}
@media (max-width: 580px) {
  .form-left input[type=text], .form-left input[type=password], .form-left input[type=email], .form-left select, .form-left > textarea, .form-left .ckeditor {
    width: 100%;
    display: block;
    float: none;
  }
}
.form-left > p {
  padding-top: 6px;
}

.form-submit {
  text-align: right;
}
.form-submit .btn {
  margin-left: 10px;
}

.form-submit-multi-btn > .btn:first-of-type {
  margin-left: 0;
}

.form-checkbox label {
  display: inline;
  line-height: 1.4em;
  font-size: 0.9em;
}
.form-checkbox .label-top, .form-checkbox.form-top label:first-child {
  display: block;
  line-height: inherit;
}

.form-file > input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-file > label:not(:first-child) {
  margin-bottom: 10px;
}

.form-top > label:first-child, .label-top {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-top > label:first-child.col-secondary, .label-top.col-secondary {
  color: #2fb688;
}

.label-styled {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-left label {
  display: inline-block;
  width: 20%;
  line-height: 2em;
  margin-right: 2%;
  float: left;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 580px) {
  .form-left label {
    width: auto;
    float: none;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 0.2em;
  }
}

.label-top-placehold {
  padding-top: 1em;
}
.label-top-placehold.form-checkbox {
  padding-top: 1.5em;
}
@media (max-width: 980px) {
  .label-top-placehold {
    padding-top: 0;
  }
}

.form-double-input > input[type=text], .form-double-input input[type=password], .form-double-input input[type=number], .form-double-input input[type=email], .form-double-input select, .form-double-input .ms-parent {
  width: 48.5%;
  float: left;
}
.form-double-input .spacer {
  float: left;
  width: 3%;
  text-align: center;
  display: inline-block;
  line-height: 2em;
}
.form-double-input:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.form-left.form-double-input > input[type=text], .form-left.form-double-input input[type=password], .form-left.form-double-input input[type=email], .form-left.form-double-input select, .form-left.form-double-input .ms-parent {
  width: 37%;
}
.form-left.form-double-input > input[type=text]:last-child, .form-left.form-double-input input[type=password]:last-child, .form-left.form-double-input input[type=email]:last-child, .form-left.form-double-input select:last-child, .form-left.form-double-input .ms-parent:last-child {
  float: right;
}
@media (max-width: 580px) {
  .form-left.form-double-input {
    width: 48.5%;
    float: left;
  }
  .form-left.form-double-input:last-child {
    float: right;
  }
}

.hasDatepicker {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

input[type=number], .number-input {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.captcha {
  margin-bottom: 1em;
}

.ms-choice {
  height: auto;
  color: #3f4b62;
}
.ms-choice > div {
  top: 5px;
}
.ms-choice > span {
  position: static;
  padding: 0 20px 0 0;
}

.ms-drop {
  background-color: #fcfcfc;
  border-color: #dbdbdb;
  color: #3f4b62;
}
.ms-drop ul {
  padding: 0;
}
.ms-drop ul > li {
  font-size: 0.9em;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.ms-drop ul > li label {
  padding: 0.8em;
  border-top: 1px solid #dbdbdb;
}
.ms-drop ul > li label input[type=checkbox], .ms-drop ul > li label label input[type=radio] {
  margin-right: 10px;
}
.ms-drop ul > li:first-child label {
  border-top: 0;
}
.ms-drop ul > li.selected {
  background: #f3f0f0;
}
.ms-drop ul > li.selected label {
  font-weight: bold;
}
.ms-drop .ms-no-results {
  padding: 0.5em !important;
  text-align: center;
  text-transform: uppercase;
}

.ms-search {
  padding: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.ms-search input, .ms-search input:focus {
  background: #fcfcfc url("/javax.faces.resource/img/multiple-select.png.xhtml") no-repeat 100% -18px;
  background-position: calc(100% - 8px) -18px;
  min-height: 0;
  font-size: 0.8em;
}

.fixed-size-button {
  min-width: 15em;
}

.inputTextarea-placeholder::placeholder {
  font-size: 12px;
  text-align: center;
  color: #ccc;
}

.border-green {
  border-color: #80C363;
}

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

button {
  outline: none !important;
  background: inherit;
  padding: 0;
  border: none;
}

.btn {
  display: inline-flex;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.7em 1.5em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid;
  border-radius: 0.4em;
  overflow: hidden;
  transition: all 0.25s ease;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.btn > i {
  display: inline-block;
  margin: -0.7em 1em -0.7em -1.5em;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-right: 1em;
  padding-left: 1em;
  border-right: 1px solid;
  transition: all 0.25s ease;
}
.btn > i:before {
  display: inline-block;
  transition: all 0.25s ease;
}
.btn:hover > i:before {
  transform: scale(1.15);
}
.btn.btn-small {
  font-size: 0.65em;
}
.btn.btn-small:hover > i:before {
  transform: none;
}
.btn.btn-big {
  font-size: 1em;
}
.btn.btn-icon > i {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-right: none;
}
.btn.btn-primary {
  background: #3f4b62;
  border-color: #2b3648;
}
.btn.btn-primary > i {
  background: #36435b;
  border-color: #2b3648;
}
.btn.btn-primary:hover {
  background: #36435b;
}
.btn.btn-primary-right-outline {
  background: white;
  border-color: #2b3648;
  color: #3f4b62;
}
.btn.btn-primary-right-outline > i {
  background: white;
  border-color: #2b3648;
  padding-left: 1em;
  border-left: 1px solid #2b3648;
  border-right: 0;
  display: inline-block;
  margin: -0.7em -1.5em -0.7em 1.5em;
  padding-top: inherit;
  transition: all 0.25s ease;
}
.btn.btn-primary-right-outline:hover {
  border-color: #36435b;
}
.btn.btn-secondary {
  background: #2fb688;
  border-color: #1e976d;
}
.btn.btn-secondary > i {
  background: #28ab7e;
  border-color: #1e976d;
}
.btn.btn-secondary:hover, .btn.btn-secondary.active {
  background: #28ab7e;
}
.btn.btn-secondary-right {
  background: #2fb688;
  border-color: #1e976d;
}
.btn.btn-secondary-right > i {
  background: #28ab7e;
  border-color: #1e976d;
  padding-left: 1em;
  border-left: 1px solid #1e976d;
  border-right: 0;
  display: inline-block;
  margin: -0.7em -1.5em -0.7em 1.5em;
  padding-top: inherit;
  transition: all 0.25s ease;
}
.btn.btn-secondary-right:hover, .btn.btn-secondary-right.active {
  background: #28ab7e;
}
.btn.btn-secondary-right-outline {
  background: white;
  border-color: #1e976d;
  color: #2fb688;
}
.btn.btn-secondary-right-outline > i {
  background: white;
  border-color: #1e976d;
  padding-left: 1em;
  border-left: 1px solid #1e976d;
  border-right: 0;
  display: inline-block;
  margin: -0.7em -1.5em -0.7em 1.5em;
  padding-top: inherit;
  transition: all 0.25s ease;
}
.btn.btn-secondary-right-outline:hover {
  border-color: #28ab7e;
}
.btn.btn-primary-right {
  background: #3f4b62;
  border-color: #2b3648;
}
.btn.btn-primary-right > i {
  background: #36435b;
  border-color: #2b3648;
  padding-left: 1em;
  border-left: 1px solid #2b3648;
  display: inline-block;
  margin: -0.7em -1.5em -0.7em 1.5em;
  padding-top: inherit;
  transition: all 0.25s ease;
}
.btn.btn-primary-right:hover, .btn.btn-primary-right.active {
  background: #2b3648;
}
.btn.btn-primary-right-outline {
  background: white;
  border-color: #2b3648;
  color: #3f4b62;
}
.btn.btn-primary-right-outline > i {
  background: white;
  border-color: #2b3648;
  padding-left: 1em;
  border-left: 1px solid #2b3648;
  border-right: 0;
  display: inline-block;
  margin: -0.7em -1.5em -0.7em 1.5em;
  padding-top: inherit;
  transition: all 0.25s ease;
}
.btn.btn-primary-right-outline:hover {
  border-color: #36435b;
}
.btn.btn-ternary {
  background: #f7d14d;
  border-color: #e5b612;
}
.btn.btn-ternary > i {
  background: #f2c838;
  border-color: #e5b612;
}
.btn.btn-ternary:hover, .btn.btn-ternary.active {
  background: #f2c838;
}
.btn.btn-quadrary {
  background: #d83d4f;
  border-color: #b52738;
}
.btn.btn-quadrary > i {
  background: #cd3143;
  border-color: #b52738;
}
.btn.btn-quadrary:hover, .btn.btn-quadrary.active {
  background: #cd3143;
}
.btn.btn-check {
  background: white;
  border-color: #3f4b62;
  color: #3f4b62;
}
.btn.btn-check > i {
  background: white;
  border-color: white;
  color: #3f4b62;
}
.btn.btn-check:hover, .btn.btn-check.active {
  background: white;
}
.btn.btn-check-right {
  background: white;
  border-color: #3f4b62;
  color: #3f4b62;
}
.btn.btn-check-right > i {
  background: white;
  border-color: white;
  color: #3f4b62;
  padding-left: 1em;
  display: inline-block;
  margin: -0.7em -1.5em -0.7em 1.5em;
  padding-top: inherit;
  transition: all 0.25s ease;
}
.btn.btn-check-right:hover, .btn.btn-check-right.active {
  background: white;
}
.btn.btn-b-primary, .btn.btn-b-primary > i {
  background: none;
  border-color: #3f4b62;
  color: #3f4b62;
}
.btn.btn-b-primary:hover, .btn.btn-b-primary.active, .btn.btn-b-primary > i:hover, .btn.btn-b-primary > i.active {
  border-color: #2b3648;
  color: #2b3648;
}
.btn.btn-b-secondary, .btn.btn-b-secondary > i {
  background: none;
  border-color: #28ab7e;
  color: #28ab7e;
}
.btn.btn-b-secondary:hover, .btn.btn-b-secondary.active, .btn.btn-b-secondary > i:hover, .btn.btn-b-secondary > i.active {
  border-color: #1e976d;
  color: #1e976d;
}
.btn.btn-b-ternary, .btn.btn-b-ternary > i {
  background: none;
  border-color: #f2c838;
  color: #f2c838;
}
.btn.btn-b-ternary:hover, .btn.btn-b-ternary.active, .btn.btn-b-ternary > i:hover, .btn.btn-b-ternary > i.active {
  border-color: #e5b612;
  color: #e5b612;
}
.btn.btn-b-quadrary, .btn.btn-b-quadrary > i {
  background: none;
  border-color: #d83d4f;
  color: #d83d4f;
}
.btn.btn-b-quadrary:hover, .btn.btn-b-quadrary.active, .btn.btn-b-quadrary > i:hover, .btn.btn-b-quadrary > i.active {
  border-color: #b52738;
  color: #b52738;
}
.btn.btn-b-down, .btn.btn-b-down > i {
  background: none;
  color: #3f4b62;
  border: none;
  font-size: 1.5em;
  margin: 1px;
  padding: 1px;
}
.btn.btn-b-down:hover, .btn.btn-b-down.active, .btn.btn-b-down > i:hover, .btn.btn-b-down > i.active {
  border-color: #2b3648;
  color: #2b3648;
}
.btn.disabled, .btn.btn-disabled {
  pointer-events: none;
  background: #f3f0f0;
  color: #3f4b62;
  opacity: 0.75;
  cursor: not-allowed;
  border-color: #dbdbdb;
}
.btn.disabled i, .btn.btn-disabled i {
  background: #f3f0f0;
  color: #3f4b62;
  border-color: #dbdbdb;
}
.btn.disabled.btn-icon i, .btn.btn-disabled.btn-icon i {
  background: inherit;
  color: #dbdbdb;
}
@media (max-width: 350px) {
  .btn:not(.btn-icon) > i {
    display: none;
  }
}

.btn-force-disabled {
  pointer-events: none !important;
  color: #c3c3c3 !important;
}

.text-link {
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease;
}
.text-link.uppercase {
  text-transform: uppercase;
}
.text-link.col-primary {
  color: #3f4b62;
}
.text-link.col-secondary {
  color: #2fb688;
}
.text-link.col-ternary {
  color: #f7d14d;
}
.text-link.col-quadrary {
  color: #d83d4f;
}
.text-link:hover {
  color: #2fb688;
}

.buttons-panel {
  margin-bottom: 1em;
  text-align: right;
}
.buttons-panel .btn {
  margin-left: 1em;
  margin-right: 0;
  margin-bottom: 0.6em;
}
.buttons-panel.left {
  text-align: left;
}
.buttons-panel.left .btn {
  margin-right: 1em;
  margin-left: 0;
}
@media (max-width: 580px) {
  .buttons-panel {
    text-align: left;
  }
  .buttons-panel .btn {
    margin-left: 0em;
    margin-right: 1em;
  }
}

.btn-inplace {
  font-size: 0.6em;
  padding: 0.4em 0.6em;
  vertical-align: middle;
  display: inline-block;
  margin: 0 1em;
  border-radius: 0.5em;
  border: 1px solid;
  transition: all 0.3s ease;
}
.btn-inplace.col-primary {
  color: #3f4b62;
}
.btn-inplace.col-primary:hover {
  background: #3f4b62;
  color: #fff;
}
.btn-inplace.col-secondary {
  color: #2fb688;
}
.btn-inplace.col-secondary:hover {
  background: #2fb688;
  color: #3f4b62;
}
.btn-inplace.col-ternary {
  color: #f7d14d;
}
.btn-inplace.col-ternary:hover {
  background: #f7d14d;
  color: #3f4b62;
}
.btn-inplace.col-quadrary {
  color: #d83d4f;
}
.btn-inplace.col-quadrary:hover {
  background: #d83d4f;
  color: #fff;
}

.buttons-import {
  display: flex;
  justify-content: space-around;
}

.buttons-import .button-import:first-child {
  flex-grow: 1;
}

.no-align {
  text-align: left !important;
}

.import-no-margin a, .import-no-margin button, .import-no-margin .disabled {
  margin-left: 0 !important;
}

.manual-15-margin-button {
  margin-top: 15px !important;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1090;
  background: #032a48;
  opacity: 0.9;
  display: none;
}
.loader > div {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.sk-folding-cube {
  margin: 30px auto;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.responsive-loader-container {
  display: none;
}
.responsive-loader-container .responsive-loader {
  display: flex;
}
.responsive-loader-container .responsive-loader .sk-folding-cube {
  margin: 30px 30px 30px calc(50% - 50px);
}
.responsive-loader-container .responsive-loader .sk-folding-cube .sk-cube:before {
  background-color: #3ac495;
}
.responsive-loader-container .responsive-loader .sk-loader-text {
  margin-top: 50px;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.infobox {
  padding: 0.7em 1em;
  margin-bottom: 1em;
  border: 1px solid;
  display: block;
  font-size: 0.95em;
}
.infobox.col-primary {
  background: #3f4b62;
  border-color: #2b3648;
  color: #fff;
}
.infobox.col-secondary {
  background: #3ac495;
  border-color: #1e976d;
  color: #fff;
}
.infobox.col-ternary {
  background: #fde17f;
  border-color: #e5b612;
  color: #3f4b62;
}
.infobox.col-quadrary {
  background: #f67d8b;
  border-color: #b52738;
  color: #fff;
}
.infobox.col-simple-infobox {
  background: #e9eefb;
  border-color: #D8DEEC;
  color: #3f4b62;
}
.infobox .label-multiselect {
  margin-right: 20px;
}
.infobox .clear {
  clear: both;
}
.infobox .list-attribute-names {
  float: left;
}
.infobox .multiselect-copy-column-info {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body {
  padding-top: 120px;
}
@media (max-width: 1300px) {
  body {
    padding-top: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .top-header {
  background: #3f4b62;
  height: 80px;
  border-bottom: 2px solid #2b3648;
  padding: 0;
}
.header .top-header .wrapper > div {
  display: inline-block;
  vertical-align: top;
  height: 80px;
}
.header .top-header .wrapper .logo {
  float: left;
  border-left: 1px solid #2b3648;
  border-right: 1px solid #2b3648;
  padding: 5px 1em;
}
.header .top-header .wrapper .logo img {
  width: 175px;
  padding-top: 10px;
}
.header .top-header .wrapper .logo img.emblemat {
  display: none;
}
.header .top-header .main-menu {
  float: left;
}
.header .top-header .main-menu > a {
  border-right: 1px solid #2b3648;
  color: #f3f0f0;
  height: 80px;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 0.85em;
  transition: all 0.25s ease;
  cursor: pointer;
  float: left;
  box-sizing: border-box;
  min-width: 140px;
}
.header .top-header .main-menu > a i {
  font-size: 1.7em;
  margin: 0.6em auto;
  display: block;
  transition: all 0.25s ease;
}
.header .top-header .main-menu > a:hover {
  color: #fff;
  background: #36435b;
}
.header .top-header .main-menu > a:hover > i {
  color: #fff;
}
.header .top-header .main-menu > a.active {
  background: #36435b;
  border-bottom: 2px solid #2b3648;
  color: #fff;
}
.header .top-header .main-menu > a.active i {
  color: #2fb688;
}
.header .top-header .user-panel {
  float: right;
  border-left: 1px solid #2b3648;
  border-right: 1px solid #2b3648;
  padding: 0 50px 0 110px;
  position: relative;
  color: #f3f0f0;
}
.header .top-header .user-panel .user-avatar {
  height: 60px;
  width: 90px;
  margin-top: 10px;
  border: 1px solid #2b3648;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  margin-right: 0.3em;
  position: absolute;
  left: 0.5em;
}
.header .top-header .user-panel .user-avatar img {
  max-height: 100%;
}
.header .top-header .user-panel .user-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .top-header .user-panel .user-info h4, .header .top-header .user-panel .user-info h5 {
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 180px;
}
.header .top-header .user-panel .user-info h5 {
  font-weight: normal;
  text-transform: uppercase;
}
.header .top-header .user-panel .logo-full-frame {
  width: 100%;
  height: 100%;
}
.header .top-header .user-panel .user-menu-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  border-left: 1px solid #2b3648;
  border-bottom: 1px solid #2b3648;
  box-sizing: border-box;
  line-height: 80px;
  font-size: 1.5em;
  padding: 0 0.4em;
  transition: all 0.25s ease;
}
.header .top-header .user-panel .user-menu-btn:hover {
  background: #36435b;
  color: #fff;
}
.header .top-header .user-panel .user-menu-btn.active {
  background: #36435b;
  color: #2fb688;
}
.header .top-header .user-panel .user-panel-submenu {
  display: none;
  position: absolute;
  right: -1px;
  top: 80px;
  width: 300px;
  background: #3f4b62;
  border-top: 1px solid #2b3648;
  color: #fff;
}
.header .top-header .user-panel .user-panel-submenu > a, .header .top-header .user-panel .user-panel-submenu span.login-tab-select-context {
  text-transform: uppercase;
  line-height: 3em;
  font-size: 0.9em;
  padding: 0 10px;
  border-bottom: 2px solid #36435b;
  display: block;
  transition: all 0.25s ease;
}
.header .top-header .user-panel .user-panel-submenu > a:hover, .header .top-header .user-panel .user-panel-submenu > a.active, .header .top-header .user-panel .user-panel-submenu span.login-tab-select-context:hover, .header .top-header .user-panel .user-panel-submenu span.login-tab-select-context.active {
  background: #36435b;
}
.header .top-header .user-panel .user-panel-submenu a.login-tab-select-context, .header .top-header .user-panel .user-panel-submenu span.login-tab-select-context {
  font-size: 0.8em;
  padding-left: 3em;
  background: #3a455a;
}
.header .top-header .user-panel .user-panel-submenu a.login-tab-select-context .fa, .header .top-header .user-panel .user-panel-submenu span.login-tab-select-context .fa {
  margin-right: 0.5em;
}
.header .top-header .user-panel .user-panel-submenu a.login-tab-select-context.active, .header .top-header .user-panel .user-panel-submenu span.login-tab-select-context.active {
  color: #2fb688;
}
.header .top-header .user-panel .user-panel-submenu .login-tab-select-context-default {
  font-size: xx-small;
  line-height: 2em;
  margin-top: -15px;
  display: block;
  text-transform: none;
  padding-left: 2.5em;
}
@media (max-width: 1300px) {
  .header {
    position: static;
  }
  .header .top-header {
    height: auto;
  }
  .header .top-header .wrapper {
    padding: 0;
    position: relative;
  }
  .header .top-header .wrapper > div {
    display: block;
    height: auto;
  }
  .header .top-header .wrapper .logo {
    float: none;
    height: 80px;
  }
}
@media (max-width: 1300px) and (max-width: 600px) {
  .header .top-header .wrapper .logo img {
    width: 150px;
    padding-top: 15px;
  }
}
@media (max-width: 1300px) and (max-width: 400px) {
  .header .top-header .wrapper .logo {
    content: "../img/emblemat-dark.svg";
  }
  .header .top-header .wrapper .logo img {
    display: none;
  }
  .header .top-header .wrapper .logo img.emblemat {
    display: block;
    width: 60px;
    padding-top: 10px;
  }
}
@media (max-width: 1300px) {
  .header .top-header .wrapper .main-menu {
    float: none;
    border-top: 2px solid #2b3648;
    display: flex;
    justify-content: stretch;
  }
  .header .top-header .wrapper .main-menu > a {
    width: 100%;
    float: none;
    min-width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.7em;
    height: 65px;
  }
}
@media (max-width: 1300px) {
  .header .top-header .wrapper .user-panel {
    position: absolute;
    float: none;
    right: 0;
    top: 0;
    height: 80px;
  }
}
@media (max-width: 1300px) and (max-width: 600px) {
  .header .top-header .wrapper .user-panel {
    padding-left: 20px;
    font-size: 0.9em;
    padding-top: 15px;
  }
  .header .top-header .wrapper .user-panel .user-avatar {
    display: none;
  }
  .header .top-header .wrapper .user-panel h4, .header .top-header .wrapper .user-panel h5 {
    width: 150px;
  }
  .header .top-header .wrapper .user-panel .user-panel-submenu .login-tab-select-context-default {
    padding-left: 2.3em;
  }
}

.sub-header {
  background: #2fb688;
  border-bottom: 1px solid #1e976d;
}
@media (max-width: 1024px) {
  .sub-header .wrapper {
    padding: 0;
  }
}

.sub-menu {
  display: flex;
  flex-wrap: wrap;
}
.sub-menu > a {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.85em;
  line-height: 40px;
  height: 40px;
  text-shadow: 0px 1px 1px rgba(21, 104, 74, 0.8);
  display: block;
  box-sizing: border-box;
  padding: 0 1em;
  border-bottom: 1px solid #1e976d;
  border-right: 1px solid #1e976d;
  cursor: pointer;
  transition: all 0.25s ease;
}
.sub-menu > a:first-child {
  border-left: 1px solid #1e976d;
}
.sub-menu > a:hover {
  background: #28ab7e;
}
.sub-menu > a.active {
  background: #28ab7e;
  font-weight: 600;
}
@media (max-width: 800px) {
  .sub-menu > a {
    width: 50%;
  }
}
@media (max-width: 350px) {
  .sub-menu > a {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .teams-sub-menu {
    flex-wrap: nowrap;
  }
  .teams-sub-menu > a.active {
    width: 100%;
  }
  .teams-sub-menu > a.inactive {
    display: none;
  }
}

.sub-menu > a.tasks-menu-btn {
  display: none;
  width: 40px;
}
@media (max-width: 800px) {
  .sub-menu > a.tasks-menu-btn {
    display: block;
  }
}

.tasks-panel-submenu {
  display: none;
  position: absolute;
  right: 0;
  top: 38px;
  width: 300px;
  background: #2fb688;
  border-top: 1px solid #1e976d;
  color: #fff;
  z-index: 10;
}
.tasks-panel-submenu > a {
  text-transform: uppercase;
  line-height: 3em;
  font-size: 0.9em;
  padding: 0 10px;
  border-bottom: 2px solid #28ab7e;
  display: block;
  transition: all 0.25s ease;
}
.tasks-panel-submenu > a:hover, .tasks-panel-submenu > a.active {
  background: #28ab7e;
}

.tabs-menu-wrapper {
  height: 90px;
}

.tabs-menu {
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
  z-index: 9;
}
.tabs-menu a {
  display: block;
  border: 1px solid #dbdbdb;
  background: #fff;
  border-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  padding: 0.8em 1.2em;
  box-sizing: border-box;
  border-top-right-radius: 0.3em;
  border-top-left-radius: 0.3em;
  margin: 0 5px;
  transition: all 0.25s ease;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.tabs-menu a .caret {
  display: none;
}
.tabs-menu a .number {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 25px;
  background: #f3f0f0;
  font-weight: bold;
  font-size: 13px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.tabs-menu a:hover {
  background: #f3f0f0;
}
.tabs-menu a:hover .number {
  background: #dcd4d4;
}
.tabs-menu a.active, .tabs-menu a.active:hover {
  background: #3f4b62;
  border-color: #2b3648;
  color: #fff;
}
.tabs-menu a.active .caret, .tabs-menu a.active:hover .caret {
  display: block;
  position: absolute;
  color: #3f4b62;
  font-size: 25px;
  bottom: -14px;
  left: 47%;
  left: calc(50% - 7px);
}
@media (max-width: 580px) {
  .tabs-menu a.active .caret, .tabs-menu a.active:hover .caret {
    display: none;
  }
}
.tabs-menu a.active .number, .tabs-menu a.active:hover .number {
  background: #2fb688;
  color: #3f4b62;
}
.tabs-menu a:first-child {
  margin-left: 0;
}
.tabs-menu a:last-child {
  margin-right: 0;
}
@media (max-width: 580px) {
  .tabs-menu {
    flex-wrap: wrap;
  }
  .tabs-menu > a {
    margin: 0;
  }
  .tabs-menu > a:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.tag-new {
  top: -26px;
  height: 14px;
  position: absolute;
  display: inline-block;
  background-color: #1e976d;
  color: white;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 1.2;
  animation: pulse 1.5s infinite ease-in-out;
}

.tag-new::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-right: 6px solid #1e976d;
  border-bottom: 6px solid transparent;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
div.table {
  overflow-x: auto;
}

div.table > table,
table.table,
div.responsive-table {
  width: 100%;
  border-bottom: 2px solid #dbdbdb;
  text-align: center;
  margin-bottom: 1.1em;
  font-size: 0.9em;
}
div.table > table td,
div.table > table .rt-table-cell,
table.table td,
table.table .rt-table-cell,
div.responsive-table td,
div.responsive-table .rt-table-cell {
  border: 1px solid #dbdbdb;
  padding: 13px;
}
div.table > table td h4,
div.table > table .rt-table-cell h4,
table.table td h4,
table.table .rt-table-cell h4,
div.responsive-table td h4,
div.responsive-table .rt-table-cell h4 {
  margin-bottom: 0;
  font-size: 1.05em;
}
div.table > table td h5,
div.table > table .rt-table-cell h5,
table.table td h5,
table.table .rt-table-cell h5,
div.responsive-table td h5,
div.responsive-table .rt-table-cell h5 {
  margin-bottom: 0;
  font-weight: normal;
}
div.table > table .location, div.table > table .question, div.table > table .name, div.table > table .answer,
table.table .location,
table.table .question,
table.table .name,
table.table .answer,
div.responsive-table .location,
div.responsive-table .question,
div.responsive-table .name,
div.responsive-table .answer {
  width: 350px;
  text-align: left;
}
div.table > table .name,
table.table .name,
div.responsive-table .name {
  border-left: 0 solid;
}
div.table > table .text,
table.table .text,
div.responsive-table .text {
  width: 150px;
}
div.table > table .text-medium,
table.table .text-medium,
div.responsive-table .text-medium {
  width: 250px;
}
div.table > table .text-left,
table.table .text-left,
div.responsive-table .text-left {
  width: 150px;
  text-align: left;
}
div.table > table .date,
table.table .date,
div.responsive-table .date {
  width: 170px;
}
div.table > table .date h4,
table.table .date h4,
div.responsive-table .date h4 {
  font-weight: normal;
}
div.table > table .text-wide,
table.table .text-wide,
div.responsive-table .text-wide {
  width: 400px;
  text-align: left;
}
div.table > table .number,
table.table .number,
div.responsive-table .number {
  width: 40px;
}
div.table > table .checkbox,
table.table .checkbox,
div.responsive-table .checkbox {
  width: 20px;
}
div.table > table .action, div.table > table .action-wide,
table.table .action,
table.table .action-wide,
div.responsive-table .action,
div.responsive-table .action-wide {
  width: 60px;
}
div.table > table .action a, div.table > table .action button, div.table > table .action-wide a, div.table > table .action-wide button,
table.table .action a,
table.table .action button,
table.table .action-wide a,
table.table .action-wide button,
div.responsive-table .action a,
div.responsive-table .action button,
div.responsive-table .action-wide a,
div.responsive-table .action-wide button {
  margin: 0 0 0 5px;
}
div.table > table .action-wide,
table.table .action-wide,
div.responsive-table .action-wide {
  width: 150px;
}
div.table > table .small,
table.table .small,
div.responsive-table .small {
  font-size: 0.85em;
}
div.table > table td.icon-td-left, div.table > table td.icon-td-right,
table.table td.icon-td-left,
table.table td.icon-td-right,
div.responsive-table td.icon-td-left,
div.responsive-table td.icon-td-right {
  position: relative;
  box-sizing: border-box;
}
div.table > table td.icon-td-left .icon-td-icon, div.table > table td.icon-td-right .icon-td-icon,
table.table td.icon-td-left .icon-td-icon,
table.table td.icon-td-right .icon-td-icon,
div.responsive-table td.icon-td-left .icon-td-icon,
div.responsive-table td.icon-td-right .icon-td-icon {
  position: absolute;
  height: 100%;
  top: 0;
  width: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.table > table td.icon-td-left .icon-td-icon.confirmed, div.table > table td.icon-td-right .icon-td-icon.confirmed,
table.table td.icon-td-left .icon-td-icon.confirmed,
table.table td.icon-td-right .icon-td-icon.confirmed,
div.responsive-table td.icon-td-left .icon-td-icon.confirmed,
div.responsive-table td.icon-td-right .icon-td-icon.confirmed {
  color: #2fb688;
}
div.table > table td.icon-td-left .icon-td-icon.unconfirmed, div.table > table td.icon-td-right .icon-td-icon.unconfirmed,
table.table td.icon-td-left .icon-td-icon.unconfirmed,
table.table td.icon-td-right .icon-td-icon.unconfirmed,
div.responsive-table td.icon-td-left .icon-td-icon.unconfirmed,
div.responsive-table td.icon-td-right .icon-td-icon.unconfirmed {
  color: #d83d4f;
}
div.table > table td.icon-td-left .icon-td-icon.ignored, div.table > table td.icon-td-right .icon-td-icon.ignored,
table.table td.icon-td-left .icon-td-icon.ignored,
table.table td.icon-td-right .icon-td-icon.ignored,
div.responsive-table td.icon-td-left .icon-td-icon.ignored,
div.responsive-table td.icon-td-right .icon-td-icon.ignored {
  color: #f2c838;
}
div.table > table td.icon-td-left,
table.table td.icon-td-left,
div.responsive-table td.icon-td-left {
  padding-left: 35px;
}
div.table > table td.icon-td-left .icon-td-icon,
table.table td.icon-td-left .icon-td-icon,
div.responsive-table td.icon-td-left .icon-td-icon {
  left: 0;
  border-right: 1px solid #dbdbdb;
}
div.table > table td.icon-td-right,
table.table td.icon-td-right,
div.responsive-table td.icon-td-right {
  padding-right: 35px;
}
div.table > table td.icon-td-right .icon-td-icon,
table.table td.icon-td-right .icon-td-icon,
div.responsive-table td.icon-td-right .icon-td-icon {
  right: 0;
  border-left: 1px solid #dbdbdb;
}
div.table > table tbody tr,
table.table tbody tr,
div.responsive-table tbody tr {
  background: #fbfbfb;
}
div.table > table tbody tr:nth-child(even),
table.table tbody tr:nth-child(even),
div.responsive-table tbody tr:nth-child(even) {
  background: #fff;
}
div.table > table tbody tr.checked, div.table > table tbody tr.active, div.table > table tbody tr.done,
table.table tbody tr.checked,
table.table tbody tr.active,
table.table tbody tr.done,
div.responsive-table tbody tr.checked,
div.responsive-table tbody tr.active,
div.responsive-table tbody tr.done {
  background: rgba(47, 182, 136, 0.3);
}
div.table > table tbody tr.checked td, div.table > table tbody tr.active td, div.table > table tbody tr.done td,
table.table tbody tr.checked td,
table.table tbody tr.active td,
table.table tbody tr.done td,
div.responsive-table tbody tr.checked td,
div.responsive-table tbody tr.active td,
div.responsive-table tbody tr.done td {
  border-color: #2fb688;
}
div.table > table tbody tr.checked td.collapse-btn button, div.table > table tbody tr.active td.collapse-btn button, div.table > table tbody tr.done td.collapse-btn button,
table.table tbody tr.checked td.collapse-btn button,
table.table tbody tr.active td.collapse-btn button,
table.table tbody tr.done td.collapse-btn button,
div.responsive-table tbody tr.checked td.collapse-btn button,
div.responsive-table tbody tr.active td.collapse-btn button,
div.responsive-table tbody tr.done td.collapse-btn button {
  background: rgba(47, 182, 136, 0.4);
}
div.table > table div.responsive-table .rt-table-row,
table.table div.responsive-table .rt-table-row,
div.responsive-table div.responsive-table .rt-table-row {
  background: #fbfbfb;
}
div.table > table div.responsive-table .rt-table-row:nth-child(even),
table.table div.responsive-table .rt-table-row:nth-child(even),
div.responsive-table div.responsive-table .rt-table-row:nth-child(even) {
  background: #fff;
}
div.table > table div.responsive-table .rt-table-row.checked, div.table > table div.responsive-table .rt-table-row.active, div.table > table div.responsive-table .rt-table-row.done,
table.table div.responsive-table .rt-table-row.checked,
table.table div.responsive-table .rt-table-row.active,
table.table div.responsive-table .rt-table-row.done,
div.responsive-table div.responsive-table .rt-table-row.checked,
div.responsive-table div.responsive-table .rt-table-row.active,
div.responsive-table div.responsive-table .rt-table-row.done {
  background: rgba(47, 182, 136, 0.3);
}
div.table > table div.responsive-table .rt-table-row.checked .rt-table-cell, div.table > table div.responsive-table .rt-table-row.active .rt-table-cell, div.table > table div.responsive-table .rt-table-row.done .rt-table-cell,
table.table div.responsive-table .rt-table-row.checked .rt-table-cell,
table.table div.responsive-table .rt-table-row.active .rt-table-cell,
table.table div.responsive-table .rt-table-row.done .rt-table-cell,
div.responsive-table div.responsive-table .rt-table-row.checked .rt-table-cell,
div.responsive-table div.responsive-table .rt-table-row.active .rt-table-cell,
div.responsive-table div.responsive-table .rt-table-row.done .rt-table-cell {
  border-color: #2fb688;
}
div.table > table div.responsive-table .rt-table-row.checked .rt-table-cell.collapse-btn button, div.table > table div.responsive-table .rt-table-row.active .rt-table-cell.collapse-btn button, div.table > table div.responsive-table .rt-table-row.done .rt-table-cell.collapse-btn button,
table.table div.responsive-table .rt-table-row.checked .rt-table-cell.collapse-btn button,
table.table div.responsive-table .rt-table-row.active .rt-table-cell.collapse-btn button,
table.table div.responsive-table .rt-table-row.done .rt-table-cell.collapse-btn button,
div.responsive-table div.responsive-table .rt-table-row.checked .rt-table-cell.collapse-btn button,
div.responsive-table div.responsive-table .rt-table-row.active .rt-table-cell.collapse-btn button,
div.responsive-table div.responsive-table .rt-table-row.done .rt-table-cell.collapse-btn button {
  background: rgba(47, 182, 136, 0.4);
}
div.table > table thead,
table.table thead,
div.responsive-table thead {
  background: #3f4b62;
  border-bottom: 2px solid #2b3648;
}
div.table > table thead th,
table.table thead th,
div.responsive-table thead th {
  font-weight: normal;
  font-size: 0.9em;
  padding: 13px;
  text-transform: uppercase;
  height: 35px;
  border-right: 1px solid #2b3648;
  color: #ffffff;
}
div.table > table thead th .sort,
table.table thead th .sort,
div.responsive-table thead th .sort {
  display: flex;
  align-items: center;
  cursor: pointer;
}
div.table > table thead th .sort span,
table.table thead th .sort span,
div.responsive-table thead th .sort span {
  margin-right: 0.5em;
}
div.table > table thead th .sort i,
table.table thead th .sort i,
div.responsive-table thead th .sort i {
  padding: 0.3em 0.5em;
  background: #36435b;
  border-radius: 5px;
  margin-left: auto;
  border: 2px solid #2b3648;
  color: #2fb688;
  transition: all 0.3s ease;
}
div.table > table thead th .sort:hover i,
table.table thead th .sort:hover i,
div.responsive-table thead th .sort:hover i {
  border-color: #2fb688;
}
div.table > table thead th .sort.active i,
table.table thead th .sort.active i,
div.responsive-table thead th .sort.active i {
  border-color: #2fb688;
}
div.table > table thead tr,
table.table thead tr,
div.responsive-table thead tr {
  background: none;
}
div.table > table thead .table-action-panel,
table.table thead .table-action-panel,
div.responsive-table thead .table-action-panel {
  padding: 3px 10px;
  text-align: left;
  border-top: 1px solid #2b3648;
  background: #36435b;
}
div.table > table thead .table-action-panel a, div.table > table thead .table-action-panel button,
table.table thead .table-action-panel a,
table.table thead .table-action-panel button,
div.responsive-table thead .table-action-panel a,
div.responsive-table thead .table-action-panel button {
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  display: inline-block;
  color: #2fb688;
  margin: 0 10px;
  transition: all 0.25s ease;
}
div.table > table thead .table-action-panel a:hover, div.table > table thead .table-action-panel button:hover,
table.table thead .table-action-panel a:hover,
table.table thead .table-action-panel button:hover,
div.responsive-table thead .table-action-panel a:hover,
div.responsive-table thead .table-action-panel button:hover {
  text-decoration: underline;
}
div.table > table .rt-header-row,
table.table .rt-header-row,
div.responsive-table .rt-header-row {
  background: #3f4b62;
  border-bottom: 2px solid #2b3648;
}
div.table > table .rt-header-row .rt-table-cell,
table.table .rt-header-row .rt-table-cell,
div.responsive-table .rt-header-row .rt-table-cell {
  font-weight: normal;
  font-size: 0.9em;
  padding: 13px;
  text-transform: uppercase;
  height: 35px;
  border-right: 1px solid #2b3648;
  color: #ffffff;
}
div.table > table .rt-header-row .rt-table-cell .sort,
table.table .rt-header-row .rt-table-cell .sort,
div.responsive-table .rt-header-row .rt-table-cell .sort {
  display: flex;
  align-items: center;
  cursor: pointer;
}
div.table > table .rt-header-row .rt-table-cell .sort span,
table.table .rt-header-row .rt-table-cell .sort span,
div.responsive-table .rt-header-row .rt-table-cell .sort span {
  margin-right: 0.5em;
}
div.table > table .rt-header-row .rt-table-cell .sort i,
table.table .rt-header-row .rt-table-cell .sort i,
div.responsive-table .rt-header-row .rt-table-cell .sort i {
  padding: 0.3em 0.5em;
  background: #36435b;
  border-radius: 5px;
  margin-left: auto;
  border: 2px solid #2b3648;
  color: #2fb688;
  transition: all 0.3s ease;
}
div.table > table .rt-header-row .rt-table-cell .sort:hover i,
table.table .rt-header-row .rt-table-cell .sort:hover i,
div.responsive-table .rt-header-row .rt-table-cell .sort:hover i {
  border-color: #2fb688;
}
div.table > table .rt-header-row .rt-table-cell .sort.active i,
table.table .rt-header-row .rt-table-cell .sort.active i,
div.responsive-table .rt-header-row .rt-table-cell .sort.active i {
  border-color: #2fb688;
}
div.table > table .rt-header-row tr,
table.table .rt-header-row tr,
div.responsive-table .rt-header-row tr {
  background: none;
}
div.table > table tr.sub-table,
table.table tr.sub-table,
div.responsive-table tr.sub-table {
  background: none;
}
div.table > table tr.sub-table table,
table.table tr.sub-table table,
div.responsive-table tr.sub-table table {
  margin-bottom: 0;
  font-size: 1em;
}
div.table > table tr.sub-table tbody tr:last-child,
table.table tr.sub-table tbody tr:last-child,
div.responsive-table tr.sub-table tbody tr:last-child {
  border-bottom: 2px solid #2fb688;
}
div.table > table tr.sub-table > td,
table.table tr.sub-table > td,
div.responsive-table tr.sub-table > td {
  padding: 0;
  border: none;
}
div.table > table tr.sub-table > td thead,
table.table tr.sub-table > td thead,
div.responsive-table tr.sub-table > td thead {
  background: #2fb688;
  border-color: #1e976d;
  border-top: 1px solid #1e976d;
}
div.table > table tr.sub-table > td thead th,
table.table tr.sub-table > td thead th,
div.responsive-table tr.sub-table > td thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  border-color: #1e976d;
}
div.table > table tr.sub-table .sub-table-pagination,
table.table tr.sub-table .sub-table-pagination,
div.responsive-table tr.sub-table .sub-table-pagination {
  text-align: right;
}
div.table > table tr.sub-table .sub-table-pagination .pagination,
table.table tr.sub-table .sub-table-pagination .pagination,
div.responsive-table tr.sub-table .sub-table-pagination .pagination {
  display: inline-block;
  margin-left: 1em;
}

.table-thumb {
  max-width: 120px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
}

.add-tasks {
  background: #fafff9 !important;
}

.add-tasks-selectedAll {
  background: rgba(47, 182, 136, 0.3) !important;
}

.add-tasks-selectedAll td {
  border: 1px solid #2fb688 !important;
}

.remove-tasks {
  background: #fdf8f8 !important;
}

.remove-tasks-selectedAll {
  background: #fb6868 !important;
  color: white !important;
}

.description-sync-toggle {
  text-align: center;
  border-bottom: 1px solid #2b3648;
  padding: 8px !important;
  font-size: initial !important;
  color: #2b3648 !important;
  border-top: 1px solid #2b3648;
  border-left: 1px solid #2b3648;
  font-weight: bold !important;
  cursor: help;
}

.description-sync-toggle .description-sync-hide {
  display: none;
}

.description-sync-toggle:hover .description-sync-hide {
  display: block;
  font-weight: normal;
  text-transform: none;
}

.description-sync-toggle:hover .description-sync-show {
  display: none;
}

.description-sync-show {
  display: block;
}

.dropdown-container {
  position: relative;
  display: inline-block;
  width: 300px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.dropdown-menu.active {
  display: block;
  opacity: 1;
}

.sync-danger {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: xxx-large;
  color: red;
  margin-bottom: 20px;
}

.sync-all-tasks-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.selected-row {
  background-color: #b8ffc7 !important;
}

.selected-row-to-delete {
  background-color: #fb6868 !important;
  color: white !important;
}

.removed {
  display: none;
}

div.responsive-table {
  display: table;
  border-collapse: collapse;
}
div.responsive-table .rt-table-row, div.responsive-table .rt-header-row {
  display: table-row;
}
div.responsive-table .rt-table-row .rt-table-cell, div.responsive-table .rt-header-row .rt-table-cell {
  display: table-cell;
}
div.responsive-table .rt-header-row > .rt-table-cell {
  line-height: 61px;
  padding: 0 13px 0 13px;
}

.rt-scroll-count {
  color: #2fb688;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  div.responsive-table {
    display: block;
    border-bottom: none;
  }
  div.responsive-table .rt-table-row {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    border: 1px solid #2b3648;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    max-width: 450px;
  }
  div.responsive-table .rt-table-row .rt-table-cell::before {
    content: attr(data-label);
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #3ac495;
  }
  div.responsive-table .rt-table-row .rt-table-cell {
    display: block;
    position: relative;
    border: none;
    padding: 5px 13px 5px 13px;
  }
  div.responsive-table .rt-table-row .rt-table-cell:first-child {
    border-bottom: 1px solid #2b3648;
    background-color: #3f4b62;
    color: #ffffff;
    display: flex;
    min-height: 40px;
    justify-items: center;
    align-items: center;
  }
  div.responsive-table .rt-table-row .rt-table-cell:first-child > h4 {
    width: 100%;
  }
  div.responsive-table .rt-table-row .rt-table-cell:last-child {
    margin-bottom: 5px;
  }
  div.responsive-table .rt-header-row {
    display: none;
  }
  div.responsive-table .location, div.responsive-table .question, div.responsive-table .name, div.responsive-table .answer, div.responsive-table .text, div.responsive-table .text-medium,
  div.responsive-table .date, div.responsive-table .number, div.responsive-table .action, div.responsive-table .action-wide {
    width: 100%;
    text-align: center;
  }
  div.responsive-table .text-left, div.responsive-table .text-wide {
    width: 100%;
    text-align: left;
  }
  .rt-scroll-count {
    max-width: 450px;
    margin: 0 auto 0 auto;
  }
}
.progress-table-item {
  display: flex;
  margin-bottom: 10px;
}
.progress-table-item-border {
  width: 7px;
  min-height: 70px;
  background: transparent;
  border-radius: 6px 0 0 6px;
}
.progress-table-item-border.col-undone {
  background: #D83D4F;
}
.progress-table-item-border.col-correction {
  background: #eba519;
}
.progress-table-item-border.col-completed {
  background: #449dad;
}
.progress-table-item-border.col-active {
  background: #80c363;
}
.progress-table-item-border.col-waiting {
  background: #ebd55c;
}
.progress-table-item-border.col-waiting-bhp {
  background: #EE7FF1;
}
.progress-table-item-border.col-unpublished {
  background: #b4b4b4;
}
.progress-table-item-border.col-published {
  background: #b4b4b4;
}
.progress-table-item-content {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
  background: white;
  padding: 10px;
  gap: 10px;
  font-size: 13px;
  justify-content: space-between;
}
.progress-table-item-content .size-20 {
  width: 20px;
  margin-left: 5px;
}
.progress-table-item-content .size-50 {
  width: 50px;
}
.progress-table-item-content .size-100 {
  width: 100px;
}
.progress-table-item-content .size-150 {
  width: 150px;
}
.progress-table-item-content .size-200 {
  width: 180px;
}
.progress-table-item-content .size-250 {
  width: 250px;
}
.progress-table-item-content .bold {
  font-weight: bold;
}
.progress-table-item-content .text-align-center {
  text-align: center;
}
.progress-table-item-content .action-sub-menu {
  font-size: 20px;
  transition: all 0.25s ease;
}
.progress-table-item-content .action-sub-menu:hover {
  scale: 1.1;
}

.table-b {
  overflow-x: auto;
}

.table-b {
  width: 100%;
  text-align: center;
  margin-bottom: 1.1em;
  font-size: 0.9em;
  border-collapse: separate;
}
.table-b td:last-child {
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.table-b thead {
  font-weight: bold;
}
.table-b td {
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 13px;
}
.table-b td h4 {
  margin-bottom: 0;
  font-size: 1.05em;
}
.table-b td h5 {
  margin-bottom: 0;
  font-weight: normal;
}
.table-b .location, .table-b .question, .table-b .name, .table-b .answer {
  width: 350px;
  text-align: left;
}
.table-b .text {
  width: 150px;
}
.table-b .text-medium {
  width: 250px;
}
.table-b .text-left {
  width: 150px;
  text-align: left;
}
.table-b .date {
  width: 170px;
}
.table-b .date h4 {
  font-weight: normal;
}
.table-b .text-wide {
  width: 400px;
  text-align: left;
}
.table-b .number {
  width: 40px;
}
.table-b .checkbox {
  width: 20px;
}
.table-b .action, .table-b .action-wide {
  width: 60px;
}
.table-b .action a, .table-b .action button, .table-b .action-wide a, .table-b .action-wide button {
  margin: 3px 5px;
  font-size: 18px;
}
.table-b .action a > i:hover, .table-b .action button > i:hover, .table-b .action-wide a > i:hover, .table-b .action-wide button > i:hover {
  scale: 1.1;
}
.table-b .action > i, .table-b .action-wide > i {
  font-size: 20px;
}
.table-b .action > i.red, .table-b .action-wide > i.red {
  color: #E52020;
}
.table-b .action > i.green, .table-b .action-wide > i.green {
  color: #2FB688;
}
.table-b .action-wide {
  width: 150px;
}
.table-b .small {
  font-size: 0.85em;
}
.table-b td.icon-td-left, .table-b td.icon-td-right {
  position: relative;
  box-sizing: border-box;
}
.table-b td.icon-td-left .icon-td-icon, .table-b td.icon-td-right .icon-td-icon {
  position: absolute;
  height: 100%;
  top: 0;
  width: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-b td.icon-td-left .icon-td-icon.confirmed, .table-b td.icon-td-right .icon-td-icon.confirmed {
  color: #2fb688;
}
.table-b td.icon-td-left .icon-td-icon.unconfirmed, .table-b td.icon-td-right .icon-td-icon.unconfirmed {
  color: #d83d4f;
}
.table-b td.icon-td-left .icon-td-icon.ignored, .table-b td.icon-td-right .icon-td-icon.ignored {
  color: #f2c838;
}
.table-b td.icon-td-left {
  padding-left: 35px;
}
.table-b td.icon-td-left .icon-td-icon {
  left: 0;
  border-right: 1px solid #dbdbdb;
}
.table-b td.icon-td-right {
  padding-right: 35px;
}
.table-b td.icon-td-right .icon-td-icon {
  right: 0;
  border-left: 1px solid #dbdbdb;
}
.table-b tbody td:first-child {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.table-b tbody tr {
  background: #fbfbfb;
}
.table-b tbody tr:nth-child(even) {
  background: #fff;
}
.table-b tbody tr.checked, .table-b tbody tr.active, .table-b tbody tr.done {
  background: rgba(47, 182, 136, 0.1);
}
.table-b tbody tr.checked td.collapse-btn button, .table-b tbody tr.active td.collapse-btn button, .table-b tbody tr.done td.collapse-btn button {
  background: rgba(47, 182, 136, 0.4);
}
.table-b thead {
  background: #CAECE0;
}
.table-b thead th:first-child {
  border-radius: 10px 0 0 0;
  border-left: 1px solid #1e976d;
}
.table-b thead th:last-child {
  border-radius: 0 10px 0 0;
  border-right: 1px solid #1e976d;
}
.table-b thead th {
  font-weight: bold;
  font-size: 13px;
  padding: 13px;
  text-transform: uppercase;
  height: 35px;
  background: #CAECE0;
  border-top: 1px solid #1e976d;
  border-bottom: 1px solid #1e976d;
  border-left: 1px solid #1e976d;
  color: #3f4b62;
}
.table-b thead th .sort {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.table-b thead th .sort span {
  margin-right: 0.5em;
}
.table-b thead th .sort i {
  padding: 0.3em 0.5em;
  background: #28ab7e;
  border-radius: 5px;
  margin-left: auto;
  border: 2px solid #1e976d;
  color: #2fb688;
  transition: all 0.3s ease;
}
.table-b thead th .sort:hover i {
  border-color: #2fb688;
}
.table-b thead th .sort.active i {
  border-color: #2fb688;
}
.table-b thead tr {
  background: none;
}
.table-b thead .table-action-panel {
  padding: 3px 10px;
  text-align: left;
  border-top: 1px solid #1e976d;
  background: #28ab7e;
  border-radius: 0 !important;
  color: white;
}
.table-b thead .table-action-panel a, .table-b thead .table-action-panel button {
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  display: inline-block;
  color: #3f4b62;
  margin: 0 10px;
  transition: all 0.25s ease;
}
.table-b thead .table-action-panel a:hover, .table-b thead .table-action-panel button:hover {
  text-decoration: none;
}
.table-b tr.sub-table {
  background: none;
}
.table-b tr.sub-table table {
  margin-bottom: 0;
  font-size: 1em;
}
.table-b tr.sub-table tbody tr:last-child {
  border-bottom: 2px solid #2fb688;
}
.table-b tr.sub-table > td {
  padding: 0;
  border: none;
}
.table-b tr.sub-table > td thead {
  background: #2fb688;
  border-color: #1e976d;
  border-top: 1px solid #1e976d;
}
.table-b tr.sub-table > td thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  border-color: #1e976d;
}
.table-b tr.sub-table .sub-table-pagination {
  text-align: right;
}
.table-b tr.sub-table .sub-table-pagination .pagination {
  display: inline-block;
  margin-left: 1em;
}

.panel-grid-secondary {
  width: 100%;
  table-layout: fixed;
  text-align: left;
}
.panel-grid-secondary .tg-edit-header {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
}
.panel-grid-secondary .tg-edit-card-text {
  margin: 0;
  font-size: 0.8rem;
}

.panel-grid-secondary td {
  width: 50%;
}

.panel-modal-title {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  padding: 1em 0;
}

.table-c {
  width: 100%;
  margin-bottom: 1.1em;
  font-size: 0.9em;
  border-collapse: collapse;
  border: 0;
  box-sizing: border-box;
}
.table-c .title-c {
  font-weight: bold;
  font-size: 1em;
}
.table-c th {
  width: 25%;
  text-align: left;
  vertical-align: baseline;
}
.table-c td {
  width: 75%;
  padding-bottom: 20px;
}
.table-c input, .table-c textarea {
  border-color: #1e976d;
  border-radius: 8px;
}

.table-d {
  width: 100%;
  margin-bottom: 1.1em;
  font-size: 0.9em;
  border-collapse: collapse;
  border: 0;
  box-sizing: border-box;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}
.table-d th {
  vertical-align: baseline;
  font-weight: bold;
  font-size: 1em;
  padding-bottom: 5px;
}
.table-d td {
  padding-bottom: 10px;
  font-size: 0.9em;
  padding-left: 20px;
}
.table-d td a, .table-d td button {
  max-width: 160px;
}
.table-d input, .table-d textarea {
  border-color: #1e976d;
  border-radius: 8px;
}

.modal-custom-rounded {
  padding: 0 50px 0 50px !important;
  border-radius: 20px !important;
}

.category-tg {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #1e976d;
  border-radius: 10px;
  padding: 5px;
  background: #fffbfb;
  box-shadow: 0 0 5px 0 rgba(134, 134, 134, 0.35);
  margin-right: 10px;
}

.category-tg-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.text-small {
  display: flex;
}
.text-small-title {
  font-size: 0.9em;
  text-align: center;
}

.footer-save-button-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.checked-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checked-icon-container > i {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.checked-icon-container > i.checked {
  background-image: url("/resources/img/project/tick.svg");
  width: 25px;
  height: 25px;
}
.checked-icon-container > i.unchecked {
  background-image: url("/resources/img/project/line.svg");
  width: 15px;
  height: 15px;
}

.modal > div {
  position: relative;
  max-width: 100%;
  padding: 0 10px;
}
.modal > div:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.modal-wide > div {
  width: 1200px;
  margin: 30px auto;
}

.modal-main > div {
  width: 950px;
  margin: 30px auto;
}

.modal-small > div {
  width: 650px;
  margin: 30px auto;
}

.modal-x-small > div {
  width: 450px;
  margin: 20% auto;
}

.modal-warning > div {
  width: 600px;
  margin: 20px auto;
  text-align: center;
}
.modal-warning > div > div > i.modal-icon {
  font-size: 2.5em;
  color: #d83d4f;
  margin: 0.4em 0;
}
.modal-warning > div .modal-footer {
  display: flex;
  margin-top: 2em;
}
.modal-warning > div .modal-footer .btn {
  width: 100%;
  margin: 0 10px;
}
.modal-warning > div .modal-footer .btn > i {
  float: left;
}
.modal-warning > div .modal-footer .btn:first-child {
  margin-left: 0;
}
.modal-warning > div .modal-footer .btn:last-child {
  margin-right: 0;
}

.modal-footer {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-bottom: 0;
  text-align: right;
}
.modal-footer a, .modal-footer button, .modal-footer .disabled {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.modal-footer-universal {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-bottom: 0;
  display: flex;
  margin-top: 1em;
  justify-content: flex-start;
}
.modal-footer-universal a, .modal-footer-universal button, .modal-footer-universal .disabled {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.modal-footer-universal a:first-child, .modal-footer-universal button:first-child, .modal-footer-universal .disabled:first-child {
  margin-left: 0em;
}
.modal-footer-universal a:last-child, .modal-footer-universal button:last-child, .modal-footer-universal .disabled:last-child {
  margin-left: auto;
}

.modal-footer-survey-confirmation-copy {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-bottom: 0;
  text-align: right;
}
.modal-footer-survey-confirmation-copy a, .modal-footer-survey-confirmation-copy button, .modal-footer-survey-confirmation-copy .disabled {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.modal-close {
  position: absolute;
  top: 7px;
  right: 12px;
  font-size: 20px;
  transition: all 0.25s ease;
  z-index: 1;
  opacity: 0.4;
  cursor: pointer;
}
.modal-close:hover {
  color: #2fb688;
  opacity: 1;
}

.modal-backdrop {
  background-color: #2b3648;
}

.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.filter-panel {
  padding-left: 10%;
  position: relative;
  border: 1px solid #dbdbdb;
  margin-bottom: 1.1em;
}
@media (max-width: 980px) {
  .filter-panel {
    padding-left: 0;
  }
}
.filter-panel > i, .filter-panel > .number {
  position: absolute;
  width: 10%;
  left: 0;
  height: 100%;
  background: #f3f0f0;
  color: #3f4b62;
  box-sizing: border-box;
  padding: 10px;
  font-size: 2em;
  text-align: center;
}
.filter-panel > i:before, .filter-panel > .number:before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30%;
  top: calc(50% - 0.5em);
}
@media (max-width: 980px) {
  .filter-panel > i, .filter-panel > .number {
    display: none;
  }
}
.filter-panel > div {
  padding: 1.1em;
  padding-bottom: 0;
}

.filters-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-right: 1%;
  margin-left: 1%;
}
.filters-header-desc {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.filters-header-buttons {
  display: flex;
}
.filters-header-buttons .custom-button-filter-container {
  display: inline-block;
  margin-left: 1em;
  z-index: 1;
  position: relative;
}
.filters-header-buttons .custom-button-filter-container .custom-filter-expandable {
  overflow: hidden;
  position: absolute;
  right: 0;
  background-color: #f1f1f1;
  height: 0;
  box-sizing: border-box;
  transition: height 0.4s ease-in-out;
  transition-delay: 0.1s;
  border-radius: 9px;
  z-index: 1;
  min-width: 230px;
  text-align: left;
}
.filters-header-buttons .custom-button-filter-container .custom-filter-expandable > a {
  color: #a9a9a9;
  font-size: 0.65em;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.filters-header-buttons .custom-button-filter-container .custom-filter-expandable > a i {
  padding: 5px 10px 5px 10px;
  width: 10px;
}
.filters-header-buttons .custom-button-filter-container .custom-filter-expandable > a:hover {
  color: #f3f0f0;
  text-decoration: underline;
  background: #e9e9e9;
  font-weight: bold;
}
.filters-header-buttons .custom-button-filter-container .custom-filter-expandable > a:hover i {
  scale: 1.6;
  transition: all 0.25s ease;
}
.filters-header-buttons .custom-button-filter-container .custom-filter-expandable > a.disabled,
.filters-header-buttons .custom-button-filter-container .custom-filter-expandable > a[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  color: #c0c0c0 !important;
  background: none !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
.filters-header-buttons .custom-button-filter-container .custom-filter-expandable > a.disabled i,
.filters-header-buttons .custom-button-filter-container .custom-filter-expandable > a[disabled] i {
  scale: 1 !important;
  opacity: 0.5;
}
.filters-header-buttons .custom-button-filter-container .custom-filter-expandable .link-primus:hover {
  background: linear-gradient(45deg, #3f4b62, #3f4b62, #fff, #3f4b62, #3f4b62);
  background-size: 400% 400%;
  text-decoration: none;
}
.filters-header-buttons .custom-button-filter-container .custom-filter-expandable .link-secundus:hover {
  background: linear-gradient(45deg, #2fb688, #2fb688, #fff, #2fb688, #2fb688);
  background-size: 400% 400%;
  text-decoration: none;
}
.filters-header-buttons .custom-button-filter-container .custom-filter-expandable .link-tertius:hover {
  background: linear-gradient(45deg, #f7d14d, #f7d14d, #fff, #f7d14d, #f7d14d);
  background-size: 400% 400%;
  text-decoration: none;
}
.filters-header-buttons .custom-button-filter-container .custom-filter-expandable .link-quartus:hover {
  background: linear-gradient(45deg, #d83d4f, #d83d4f, #fff, #d83d4f, #d83d4f);
  background-size: 400% 400%;
  text-decoration: none;
}
.filters-header-buttons .custom-button-filter-container .custom-filter-expandable .link-quintus:hover {
  background: linear-gradient(45deg, #43c99a, #43c99a, #fff, #43c99a, #43c99a);
  background-size: 400% 400%;
  text-decoration: none;
}
.filters-header-buttons .custom-button-filter-container:hover .custom-filter-expandable {
  height: auto;
}
.filters-header-buttons .custom-button-filter-container:hover .custom-button-filter-expandable::before {
  visibility: visible;
  transform: scale(1, 1);
}
.filters-header-buttons .custom-button-filter-expandable {
  display: inline-flex;
  font-size: 16px;
  cursor: pointer;
}
.filters-header-buttons .custom-button-filter-expandable.btn-small {
  font-size: 0.65em;
}
.filters-header-buttons .custom-button-filter-expandable.btn-primary {
  background: #3f4b62;
  border-color: #2b3648;
}
.filters-header-buttons .custom-button-filter-expandable.btn-primary > i {
  background: #36435b;
  border-color: #2b3648;
}
.filters-header-buttons .custom-button-filter-expandable.btn-primary > i:hover {
  scale: 1.2;
}
.filters-header-buttons .custom-button-filter-expandable.btn-primary:hover {
  background: #36435b;
}
.filters-header-buttons .custom-button-filter-expandable.btn-secondary {
  background: #2fb688;
  border-color: #1e976d;
}
.filters-header-buttons .custom-button-filter-expandable.btn-secondary > i {
  border-color: #1e976d;
}
.filters-header-buttons .custom-button-filter-expandable.btn-secondary > i:hover {
  scale: 1.2;
}
.filters-header-buttons .custom-button-filter-expandable.btn-secondary:hover, .filters-header-buttons .custom-button-filter-expandable.btn-secondary.active {
  background: #28ab7e;
}
.filters-header-buttons .custom-button-filter-expandable.btn-ternary {
  background: #f7d14d;
  border-color: #e5b612;
}
.filters-header-buttons .custom-button-filter-expandable.btn-ternary > i {
  border-color: #e5b612;
}
.filters-header-buttons .custom-button-filter-expandable.btn-ternary > i:hover {
  scale: 1.2;
}
.filters-header-buttons .custom-button-filter-expandable.btn-ternary:hover, .filters-header-buttons .custom-button-filter-expandable.btn-ternary.active {
  background: #f2c838;
}
.filters-header-buttons .custom-button-filter-expandable.btn-quadrary {
  background: #d83d4f;
  border-color: #b52738;
}
.filters-header-buttons .custom-button-filter-expandable.btn-quadrary > i {
  border-color: #b52738;
}
.filters-header-buttons .custom-button-filter-expandable.btn-quadrary > i:hover {
  scale: 1.2;
}
.filters-header-buttons .custom-button-filter-expandable.btn-quadrary:hover, .filters-header-buttons .custom-button-filter-expandable.btn-quadrary.active {
  background: #cd3143;
}
.filters-header-buttons .custom-button-filter-expandable i {
  display: inline-block;
  transition: all 0.25s ease;
}
.filters-header-buttons .custom-button-filter-expandable i:hover {
  scale: 1.2;
}
.filters-header-buttons .custom-button-filter-expandable::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: -10px;
  left: 0;
  background-color: #3f4b62;
  transition: all 0.2s ease-in-out;
  transform: scale(0, 0);
  visibility: hidden;
}

.expanded {
  height: auto;
}

.no-icon-filter {
  padding-left: 0 !important;
}

.flexible {
  padding-left: 0 !important;
  display: flex;
  justify-content: space-evenly;
}

.footer {
  text-align: center;
  margin-top: 1.5em;
}
.footer .top-footer {
  padding: 1em;
  background: #3f4b62;
}
.footer .top-footer img {
  max-width: 150px;
}
.footer .bottom-footer {
  padding: 1em;
  color: #6a7894;
  font-size: 0.7em;
  text-transform: uppercase;
  background: #36435b;
}

.photo-thumb {
  display: inline-block;
  max-width: 300px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 1em;
}
.photo-thumb img {
  width: 100%;
  border-radius: 0.25em;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.photo-thumb .btn-icon {
  position: absolute;
  top: 7px;
  left: 7px;
  opacity: 0.85;
}
.photo-thumb .photo-sidenote {
  position: absolute;
  font-size: 18px;
  background: #f3f0f0;
  padding: 4px;
  bottom: 5px;
  left: 1px;
  color: #3f4b62;
  opacity: 0.8;
}

.outline-border {
  outline: 5px solid #b52738;
  outline-offset: -5px;
}

.outline-border-orange {
  outline: 5px solid #eba519;
  outline-offset: -5px;
}

.correction-footer {
  text-transform: uppercase;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #b52738;
  flex-wrap: wrap;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.correction-footer.correction-orange {
  background-color: #eba519;
}
.correction-footer.low {
  height: 25px;
}

.correction-main-folder {
  position: absolute;
  font-size: xxx-large;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.correction-main-folder:hover {
  transform: scale(1.4) translate(-37%, -29%);
  opacity: 1;
}

.correction-reason-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 23ch;
  margin-left: 8px;
  padding-top: 5px;
}
.correction-reason-description:hover {
  overflow: visible;
  text-overflow: inherit;
  background: #b52738;
  position: absolute;
  width: 100%;
  max-width: 100%;
  left: -8px;
  white-space: normal;
  padding: 10px;
}
.correction-reason-description:hover.correction-orange {
  background-color: #eba519;
}

.file-thumb {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.file-thumb > i {
  margin-right: 10px;
  font-size: 1.2em;
}
.file-thumb > label {
  margin-right: 10px;
  font-size: 0.9em;
}
.file-thumb > button {
  margin-left: auto;
}

.pagination {
  text-align: right;
  margin-bottom: 1.5em;
}
.pagination > .btn {
  margin-right: 5px;
}
.pagination .bounds {
  margin: 0 10px 0 5px;
  font-size: 0.85em;
  vertical-align: top;
  padding: 0.7em;
  display: inline-block;
}
.pagination:last-child {
  margin-bottom: 0;
}

.breadcrumbs {
  margin-bottom: 3px;
  font-size: 0.75em;
  text-transform: uppercase;
}
.breadcrumbs > span {
  color: #36435b;
  font-weight: bold;
}
.breadcrumbs > a:last-child {
  font-weight: bold;
  color: #2fb688;
}
.breadcrumbs > i {
  margin: 0 4px;
}

.recommendation-edit-date-container {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
}

.recommendation-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 25px 10px;
  text-align: left;
}

.recommendation-table thead th {
  font-weight: bold;
  color: #333;
  padding: 10px;
}

.recommendation-table tbody td {
  padding: 10px;
  border: 1px solid #2FB688;
  border-radius: 9px;
}

.recommendation-table-date-column {
  width: 35%;
}

.recommendation-edit-container {
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  max-height: 500px;
  overflow-y: scroll;
  padding: 0 10px 10px 10px;
  margin-bottom: 15px;
}

.recommendation-edit-container::-webkit-scrollbar {
  width: 10px;
}

.recommendation-edit-container::-webkit-scrollbar-track {
  background: #dcfce6;
}

.recommendation-edit-container::-webkit-scrollbar-thumb {
  background: #a4ebd3;
  border-radius: 5px;
}

.recommendation-edit-container::-webkit-scrollbar-thumb:hover {
  background: #2FB688;
}

.recommendation-edit-select-all {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 35px;
  margin-bottom: 10px;
}
.recommendation-edit-select-all > label {
  font-size: 13px;
  margin-right: 5px;
}

.recommendation-edit {
  display: flex;
  background: #e3f1dd;
  padding: 15px;
  margin-top: 20px;
  border-radius: 10px;
  flex-direction: column;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.42);
}
.recommendation-edit-head {
  display: flex;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  justify-content: space-between;
  text-transform: uppercase;
}
.recommendation-edit-body {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
}
.recommendation-edit-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommendation-edit-footer-text {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.recommendation-edit-footer > input {
  border: 0;
  width: 200px;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}

.recommendation-checked-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  background: #43c99a;
  border-radius: 10px;
  color: white;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.42);
}
.recommendation-checked-container-text {
  display: flex;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 5px;
  font-size: 13px;
  width: 40%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.recommendation-checked-container-date {
  display: flex;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 5px;
  font-size: 13px;
  width: 40%;
  align-items: center;
  justify-content: center;
}
.recommendation-checked-container-date > input {
  border: 0;
  background: transparent;
  height: 17px;
  text-align: center;
}
.recommendation-checked-container-button {
  display: flex;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 5px;
  font-size: 13px;
  width: 5%;
  justify-content: center;
  height: 17px;
  margin-left: 10px;
  align-items: center;
}
.recommendation-checked-container-text:hover, .recommendation-checked-container-date:hover, .recommendation-checked-container-button:hover {
  border: 1px solid #e0e0e0;
}

.dateInputAllRecommendations::placeholder {
  color: white;
}

.btn > img {
  display: inline-block;
  margin: -0.7em 1em -0.7em -1.5em;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-right: 1em;
  padding-left: 1em;
  border-right: 1px solid;
  transition: all 0.25s ease;
}

.btn.btn-icon > img {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-right: none;
}

.btn.btn-b-primary, .btn.btn-b-primary > img {
  background: none;
  border-color: #3f4b62;
  color: #3f4b62;
}

.btn.btn-b-primary > img {
  width: 13px;
  height: 13px;
  margin-bottom: -0.5px;
  margin-right: -1.5px;
  max-width: none;
  display: inline-block;
}

.btn.btn-b-primary:hover > img {
  transform: scale(1.15);
}

.status.col-undone {
  background: #D83D4F;
}

.status.col-correction {
  background: #eba519;
}

.status.col-completed {
  background: #449dad;
}

.status.col-active {
  background: #80c363;
}

.status.col-waiting {
  background: #ebd55c;
}

.status.col-waiting-bhp {
  background: #EE7FF1;
}

.status.col-unpublished {
  background: #b4b4b4;
}

.status.col-published {
  background: #b4b4b4;
}

.status.small {
  font-size: 0.5em;
  min-width: fit-content;
  bottom: 0.5em;
  position: relative;
}

.audit {
  font-size: 0.8em;
  padding: 0.35em 0.7em;
  color: #fff !important;
  background: #3f4b62;
  display: inline-block;
  min-width: 140px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
}

.audit.col-primary {
  background: #3f4b62;
}

.audit.col-secondary {
  background: #2fb688;
}

.audit.col-ternary {
  background: #f7d14d;
}

.audit.col-quadrary {
  background: #d83d4f;
}

.audit-icon-wrapper {
  font-size: 30px;
  text-align: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: white;
  margin: auto;
}

.audit-icon-wrapper > i {
  vertical-align: middle;
  margin: 15px;
}

.audit-icon-wrapper.col-quadrary {
  background-color: #d83d4f;
}

.audit-icon-wrapper.col-secondary {
  background-color: #2fb688;
}

.audit-modal-title {
  text-align: center;
  margin-bottom: 10px;
}

.audit-modal-text {
  text-align: center;
  margin-bottom: 30px;
}

div.table > table .action.img-icon > img, table.table .action.img-icon > img {
  width: 13px;
  margin-bottom: -1.5px;
  margin-right: -3.5px;
  display: inline-block;
}

.btn-secondary.btn-icon > img {
  width: 13px;
  display: inline-block;
  margin: -0.7em 1em -0.7em -1.5em;
  padding: 0 1em 0 1em;
  border-right: 1px solid;
  transition: all 0.25s ease;
  background: #28ab7e;
  border-color: #1e976d;
}

.btn-secondary.btn-icon:hover > img {
  margin-right: 1.2em;
  padding-right: 0.8em;
  transform: scale(1.15);
}

.btn-icon.disabled > img {
  background: #f3f0f0;
  color: #3f4b62;
  border-color: #dbdbdb;
}

.audit-comment {
  box-sizing: border-box;
  background: #fff8eb;
  border-color: #f0be5a !important;
  color: #0e0e0e;
  outline: 0;
  padding: 0.7em 1.5em;
  border: 1px solid;
  border-radius: 0.4em;
  text-align: left;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.audit-comment > i {
  float: left;
  background: none;
  color: #eba519;
  display: inline-block;
  margin: -0.7em 1em -0.7em -1.5em;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: 1em;
}

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

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

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

.hidden {
  display: none;
}

.label-top-btn {
  margin-bottom: 1em;
  border-radius: 0.4em;
}

.icon-check.disabled > i {
  color: #3f4b62;
}

.icon-xmark.disabled > i {
  color: #dbdbdb;
}

.icon-frame {
  font-size: 0.8em;
  text-transform: uppercase;
  border: 1.5px solid;
  border-radius: 0.2em;
  padding-right: 0.1em;
  padding-left: 0.1em;
}

.comment-history {
  max-height: 400px;
  overflow: auto;
}

.counter {
  font-style: italic;
  font-weight: 100;
}

.commentText {
  height: 100px;
}

.dropbtn {
  background-color: #FCFCFC;
  width: 92%;
  color: black;
  font-size: 14px;
  border: none;
  cursor: pointer;
  display: block;
  text-align: left;
  border-radius: 4px;
  padding: 2% 8% 2% 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  width: 100%;
  position: relative;
  display: inline-block;
  border: #032a48 2px solid;
  background: #FCFCFC;
  border-radius: 4px;
  font-size: 14px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 8px 18px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.dropdown-content label {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

.dropdown label:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.translation-box-info {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #36435B;
}

.language-tag {
  margin-right: 8px;
  color: #8b949e;
}

.box-divider {
  border-left: 2px solid #d1d5da;
  height: 20px;
  margin-right: 8px;
}

.original-value {
  color: #3F4B62;
}

.original-button {
  margin-top: 1%;
  margin-bottom: 1%;
}

.translation-chart {
  margin-top: 2%;
  margin-bottom: 2%;
  width: 95%;
  border: 0.5px solid #3F4B62;
  border-radius: 9px;
}

.translation-chart-modal {
  margin-top: 2%;
  margin-bottom: 2%;
  border: 0.5px solid #3F4B62;
  border-radius: 9px;
}

.translation-chart-background {
  background: #CAECE0 !important;
  border-radius: 9px;
}

.translation-rate-button {
  position: absolute;
  right: 0;
  background: #F3C870 0% 0% no-repeat padding-box;
  border-radius: 7px;
}

.translation-modal-title {
  text-align: center;
}

.translation-modal-content {
  text-align: center;
}

.translation-question-value {
  margin-top: 2%;
}

.translation-flag {
  width: 20px;
  border: 1px solid;
}

.translation-edit-icon {
  font-size: 17px !important;
  color: #36435B !important;
}

.translation-edit-text-input {
  margin-top: 1%;
}

.translation-original-value {
  font-size: 70%;
}

.translation-question-tag {
  font-size: 70%;
}

.translation-language-filter {
  display: flex;
  margin-left: 15px;
  margin-bottom: 0.6em;
}

.translation-feature-info-box {
  background: #C8EADE;
  border-radius: 6px;
}

.translation-feature-info {
  text-align: center;
  padding: 1%;
}

.original-answer {
  width: 80%;
}

.modal-arrows-div {
  text-align: center;
  color: #2FB688;
}

.modal-dot {
  margin-right: 0.8%;
}

.modal-dot-left {
  margin-right: 0.8%;
  margin-left: 1.6%;
}

.modal-dot-right {
  margin-right: 1.6%;
}

.modal-feature-description-title {
  text-align: center;
  margin-bottom: 3%;
}

.modal-feature-description-content {
  margin: 2%;
}

.modal-feature-description-left {
  margin-top: 2%;
  margin-right: 3%;
}

.modal-feature-description-picture-bottom {
  margin-top: 2%;
}

.status {
  font-size: 0.8em;
  padding: 0.35em 0.7em;
  color: #fff !important;
  background: #3f4b62;
  display: inline-block;
  min-width: 150px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
}
.status.col-primary {
  background: #3f4b62;
}
.status.col-secondary {
  background: #2fb688;
}
.status.col-ternary {
  background: #f7d14d;
}
.status.col-quadrary {
  background: #d83d4f;
}
.status-beta {
  font-size: 0.9em;
  padding: 0.35em 0.5em;
  color: #fff !important;
  background: #3f4b62;
  display: inline-block;
  min-width: 200px;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  margin-left: 10px;
}
.status-beta.col-primary {
  background: #3f4b62;
}
.status-beta.col-secondary {
  background: #2fb688;
}
.status-beta.col-ternary {
  background: #f7d14d;
}
.status-beta.col-quadrary {
  background: #d83d4f;
}
.chart-horizontal {
  margin-bottom: 1.5em;
  padding-top: 50px;
  padding-bottom: 55px;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  border-top: 1px dashed #dbdbdb;
}
.chart-horizontal > div {
  display: inline-block;
  min-width: 55px;
  max-width: 220px;
  height: 200px;
  padding: 0;
  vertical-align: top;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}
.chart-horizontal > div > div {
  background: #3f4b62;
  border-bottom: 2px solid #2b3343;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: absolute;
  width: 80%;
  margin-left: 10%;
  bottom: 0;
}
.chart-horizontal > div > div > span {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  top: -20px;
  position: relative;
  cursor: help;
  white-space: normal;
}
.chart-horizontal > div > label {
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 0 3px;
  vertical-align: bottom;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  top: 210px;
  width: 100%;
  box-sizing: border-box;
  line-height: 15px;
}
.chart-horizontal > div:after {
  content: " ";
  display: block;
  width: 80%;
  height: 100%;
  background: #fbfbfb;
  position: absolute;
  z-index: -1;
  left: 10%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.chart-bg-hor, .chart-bg-ver {
  position: relative;
}
.chart-bg-hor label, .chart-bg-ver label {
  position: relative;
  z-index: 5;
  text-align: center;
  display: block;
  font-weight: bold;
}
.chart-bg-hor div, .chart-bg-ver div {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f3f0f0;
  z-index: 0;
}

.chart-bg-hor div {
  height: 100%;
  -webkit-box-shadow: 1px 0px 2px 0px rgba(143, 143, 143, 0.3);
  -moz-box-shadow: 1px 0px 2px 0px rgba(143, 143, 143, 0.3);
  box-shadow: 1px 0px 2px 0px rgba(143, 143, 143, 0.3);
}

.chart-bg-ver div {
  width: 100%;
  -webkit-box-shadow: 0px -1px 2px 0px rgba(143, 143, 143, 0.3);
  -moz-box-shadow: 0px -1px 2px 0px rgba(143, 143, 143, 0.3);
  box-shadow: 0px -1px 2px 0px rgba(143, 143, 143, 0.3);
}

.chart-horizontal.col-secondary > div > div {
  background: #2fb688;
  border-color: #258d6a;
}

.chart-horizontal.col-ternary > div > div {
  background: #f7d14d;
  border-color: #f5c41c;
}

.chart-horizontal.col-quadrary > div > div {
  background: #d83d4f;
  border-color: #bc2637;
}

.chart-component .chart-inside-text {
  text-align: center;
  font-weight: 800;
  display: grid;
  text-transform: uppercase;
}
.chart-component .chart-inside-text > span:first-child {
  font-size: 0.25em;
  display: block;
}
.chart-component .chart-inside-text > span {
  line-height: 1;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
.gallery .gallery-item {
  position: relative;
  height: 250px;
  width: 300px;
  overflow: hidden;
  margin-bottom: 1.5em;
  border: 2px solid #dbdbdb;
  background: #fbfbfb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery .gallery-item img {
  vertical-align: middle;
}
.gallery .gallery-item .info {
  position: absolute;
  width: 100%;
  transition: all 0.25s ease;
  bottom: 0;
  text-align: center;
  left: 0;
  line-height: 1.2;
  background: rgba(63, 75, 98, 0.9);
  color: #fff;
  font-size: 0.8em;
  padding: 1em;
}
.gallery .gallery-item .info h4, .gallery .gallery-item .info h5, .gallery .gallery-item .info h3, .gallery .gallery-item .info h2, .gallery .gallery-item .info p {
  margin-bottom: 0.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gallery.gallery-slider {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.gallery.gallery-slider .gallery-item {
  width: 200px;
  height: 250px;
  margin-bottom: 0.5em;
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  .gallery.gallery-slider {
    width: 80%;
    width: calc(100% - 2em - 85px);
  }
  .gallery.gallery-slider .gallery-item {
    height: auto;
  }
  .gallery.gallery-slider .gallery-item .info {
    display: none;
  }
}

.question, .survey-element {
  border-bottom: 1px solid #3f4b62;
  transition: all 0.25s ease;
  position: relative;
  padding: 1.7em 0 1.7em 125px;
}
.question .number, .survey-element .number {
  position: absolute;
  width: 110px;
  padding-right: 10px;
  text-align: center;
  left: 0;
  font-size: 1.65em;
  font-weight: bold;
  border-right: 1px solid #dbdbdb;
}
.question .number .fa-filter, .survey-element .number .fa-filter {
  font-size: 10px;
  position: absolute;
  background: #f7d14d;
  color: #fff;
  padding: 5px;
  border-radius: 20px;
  right: -10px;
  top: 7px;
}
.question .number.removed-question, .survey-element .number.removed-question {
  color: rgba(63, 75, 98, 0.6509803922);
}
.question .question-content h5, .survey-element .question-content h5 {
  margin-bottom: 0;
}
.question .question-content > h2, .survey-element .question-content > h2 {
  padding-right: 210px;
}
.question .question-content h3, .survey-element .question-content h3 {
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.4;
}
.question .question-content h3 i, .survey-element .question-content h3 i {
  font-size: 0.4em;
  vertical-align: top;
  color: #d83d4f;
  padding-top: 5px;
}
.question .question-content ul, .survey-element .question-content ul {
  margin-top: 1em;
}
.question > .infobox, .survey-element > .infobox {
  margin: 1em 0;
}
.question .survey-element-result, .survey-element .survey-element-result {
  position: absolute;
  right: 0;
  top: 1em;
  width: 170px;
  height: 60px;
}
.question .survey-element-result .answers-number, .survey-element .survey-element-result .answers-number {
  border: 1px solid #dbdbdb;
  height: 2.3em;
  line-height: 1.7em;
  padding: 0.3em;
  font-size: 0.85em;
  text-align: center;
  text-transform: uppercase;
  background: #fbfbfb;
}
.question .survey-element-result > .chart-bg-hor, .survey-element .survey-element-result > .chart-bg-hor {
  border: 1px solid #dbdbdb;
  line-height: 1.7em;
  height: 1.7em;
  margin-top: -1px;
}
@media (max-width: 980px) {
  .question .survey-element-result, .survey-element .survey-element-result {
    position: static;
    height: auto;
    margin-top: 10px;
    font-size: 0.8em;
    width: 150px;
  }
}
.question .chart-horizontal, .survey-element .chart-horizontal {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.question .chart-horizontal .removed-choice, .survey-element .chart-horizontal .removed-choice {
  opacity: 60%;
}
.question .photo-answers-slider, .survey-element .photo-answers-slider {
  margin-top: 1.5em;
  display: flex;
  align-items: center;
}
.question .open-answer-slider, .survey-element .open-answer-slider {
  margin: 1.5em 0;
  display: flex;
  align-items: center;
}
.question .open-answer-slider .open-answer-item, .survey-element .open-answer-slider .open-answer-item {
  padding: 1.5em 1.5em 1em 90px;
  border: 1px solid #dbdbdb;
  position: relative;
  margin: 0 1em;
  width: 80%;
  width: calc(100% - 2em - 85px);
}
.question .open-answer-slider .open-answer-item i, .survey-element .open-answer-slider .open-answer-item i {
  position: absolute;
  left: 0;
  font-size: 40px;
  top: 0;
  height: 100%;
  border-right: 1px solid #dbdbdb;
  padding: 0 15px;
  background: #fbfbfb;
  display: flex;
  align-items: center;
}
.question .open-answer-slider .open-answer-item .answer-content, .survey-element .open-answer-slider .open-answer-item .answer-content {
  height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-style: italic;
  margin-bottom: 0.8em;
}
.question .open-answer-slider .open-answer-item .answer-info, .survey-element .open-answer-slider .open-answer-item .answer-info {
  font-size: 0.85em;
  line-height: 1;
  text-transform: uppercase;
}
.question .buttons-panel, .survey-element .buttons-panel {
  margin-bottom: 0;
}
.question .buttons-panel .btn, .survey-element .buttons-panel .btn {
  margin-bottom: 0;
}
.question.survey-title h2, .survey-element.survey-title h2 {
  margin-bottom: 0;
}
.question.survey-title .number, .survey-element.survey-title .number {
  background: #2b3648;
}
.question.survey-title .survey-element-result .answers-number, .survey-element.survey-title .survey-element-result .answers-number {
  border-color: #3f4b62;
}
.question.survey-title .survey-element-result > .chart-bg-hor, .survey-element.survey-title .survey-element-result > .chart-bg-hor {
  border-color: #3f4b62;
}
.question.survey-title .survey-element-result > .chart-bg-hor > div, .survey-element.survey-title .survey-element-result > .chart-bg-hor > div {
  background: #2fb688;
}
.question.question-section, .survey-element.question-section {
  border-top: 1px solid;
}
.question.question-section h3, .survey-element.question-section h3 {
  font-size: 1.4em;
  padding-top: 0.1em;
  font-weight: bold;
}
.question.question-section .number, .question.survey-title .number, .survey-element.question-section .number, .survey-element.survey-title .number {
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3f4b62;
  color: #fff;
  padding: 0;
}
.question.question-section .number.removed-section, .question.survey-title .number.removed-section, .survey-element.question-section .number.removed-section, .survey-element.survey-title .number.removed-section {
  opacity: 60%;
}
.question.question-section .number .fa-filter, .question.survey-title .number .fa-filter, .survey-element.question-section .number .fa-filter, .survey-element.survey-title .number .fa-filter {
  top: calc(50% - 10px);
}
.question.question-section .arrow, .question.survey-title .arrow, .survey-element.question-section .arrow, .survey-element.survey-title .arrow {
  height: 100%;
  top: 0;
  display: flex;
  position: absolute;
  right: 0;
  width: 32px;
  align-items: center;
  justify-content: center;
  background: #3f4b62;
  color: #fff;
  padding: 0;
}
.question .answer-content, .survey-element .answer-content {
  margin-top: 1.5em;
}
.question .answer-content.open, .survey-element .answer-content.open {
  font-size: 0.9em;
  font-style: italic;
}
.question .answer-content ul, .survey-element .answer-content ul {
  font-size: 0.9em;
}
.question .answer-content ul li, .survey-element .answer-content ul li {
  opacity: 0.6;
}
.question .answer-content ul li.checked, .survey-element .answer-content ul li.checked {
  opacity: 1;
  font-size: 1.2em;
}
.question .answer-content .photo-thumb, .survey-element .answer-content .photo-thumb {
  width: 200px;
}
.question .comment, .survey-element .comment {
  font-size: 0.9em;
  font-style: italic;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px dashed #dbdbdb;
}
.question .removed-info, .survey-element .removed-info {
  opacity: 60%;
  font-style: italic;
}

.positive {
  color: #28ab7e;
}

.neutral {
  color: #3f4b62;
}

.negative {
  color: #b52738;
}

.question-pair {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #3f4b62;
}

.original {
  flex: 1;
  border-bottom: 0 !important;
}

.reinspection {
  flex: 1;
  border-bottom: 0 !important;
}

.placeholder-custom {
  visibility: hidden;
  flex: 1;
}

.control-btn-insp {
  flex: 1;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  border: none;
  color: white;
  margin: 0 5px;
}

.inspection-btn {
  background-color: #2fb688;
  border: 3px solid #2fb688;
}

.reinspection-btn {
  background-color: #F3C870;
  border: 3px solid #F3C870;
}

.control-btn-insp:hover {
  opacity: 0.9;
}

.control-btn-insp:active {
  opacity: 0.8;
}

.control-panel-insp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.highlighted {
  background-color: #fffef6;
}

.custom-file-upload-label {
  font-size: 16px;
  display: inline-block;
  color: #c7c7c7;
  cursor: pointer;
  margin-right: 10px;
}

.custom-file-upload-label:hover {
  opacity: 0.8;
  scale: 1.1;
}

.history-file-view {
  background: #414B63 0 0 no-repeat padding-box;
  border: 1px solid #323B4F;
  border-radius: 4px;
  color: white;
  margin-top: 1%;
  padding: 0.5%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.uploaded-file-name {
  max-width: 200px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-style: italic;
  color: #8b8b8b;
}

.question-files-wrapper {
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.question-files-left {
  flex: 1 1 0;
  min-width: 0;
}

.question-files-right {
  flex: 0 0 300px;
  max-width: 300px;
}

.modal-language {
  border-radius: 15px;
}
.modal-language-close {
  font-size: 20px;
  color: #888;
  text-decoration: none;
  padding: 10px;
}
.modal-language-title {
  text-align: center;
  font-size: 24px;
  color: #333;
}
.modal-language-content {
  text-align: center;
}

.panel-language-grid {
  width: 100%;
}

.language-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.language-info {
  display: flex;
  align-items: center;
}

.translation-flag {
  width: 30px;
  margin-right: 10px;
}

.language-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.file-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.file-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.file-name {
  display: inline-block;
  max-width: 375px;
  width: auto;
  padding: 6px 28px 6px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.remove-file {
  position: absolute;
  top: -12px;
  right: -6px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #e74c3c;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  text-decoration: none;
}
.remove-file:hover {
  background: #df2e1b;
}

.upload-link {
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 8px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.upload-link i {
  margin-right: 5px;
  font-size: 20px;
}
.upload-link:hover {
  background: #e8e8e8;
}

.error-page {
  margin-top: 2em;
  margin-bottom: 2em;
}
.error-page h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 1em;
}
.error-page h2 {
  color: #fff;
  font-size: 1.5em;
}
.error-page h3 {
  margin-bottom: 2em;
}

.placeholder-box {
  font-size: 1.2em;
  text-align: center;
  padding: 1.5em;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fbfbfb;
  color: #dbdbdb;
  border-radius: 1em;
  border: 1px dashed #dbdbdb;
  margin-bottom: 1.5em;
}
.placeholder-box > i {
  margin-bottom: 0.23em;
  font-size: 4em;
}
.placeholder-box p:last-child {
  margin-bottom: 0;
}
.placeholder-box.col-secondary {
  background: #43b58f;
  color: #fff;
}
.placeholder-box.col-secondary > i {
  color: #f7d14d;
}
.placeholder-box > .btn {
  margin-top: 1em;
}

.collapse-section.closed .collapse-container {
  display: none;
}
.collapse-section .collapse-trigger.small-button {
  text-align: right;
  margin-bottom: 1.5em;
}
.collapse-section .collapse-trigger.small-button button .fa-caret-up {
  display: inherit;
}
.collapse-section .collapse-trigger.small-button button .fa-caret-down {
  display: none;
}
.collapse-section.closed .collapse-trigger.small-button .fa-caret-up {
  display: none;
}
.collapse-section.closed .collapse-trigger.small-button .fa-caret-down {
  display: inherit;
}
.collapse-section .collapse-trigger.title-button {
  padding-right: 50px;
  position: relative;
  margin-bottom: 1em;
}
.collapse-section .collapse-trigger.title-button > button {
  position: absolute;
  right: 0;
  top: 0;
}
.collapse-section .collapse-trigger.title-button > button .fa-caret-up {
  display: inherit;
}
.collapse-section .collapse-trigger.title-button > button .fa-caret-down {
  display: none;
}
.collapse-section.closed .collapse-trigger.title-button .fa-caret-up {
  display: none;
}
.collapse-section.closed .collapse-trigger.title-button .fa-caret-down {
  display: inherit;
}

.checkbox-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  font-size: 0.85em;
  text-align: center;
  transition: all 0.25s ease;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translateZ(0);
  margin-bottom: 1.5em;
}
.checkbox-panel:hover {
  border-color: #3f4b62;
}
.checkbox-panel:hover > button:first-child {
  border-color: #3f4b62;
  background: #f3f0f0;
}
.checkbox-panel h4 {
  text-transform: uppercase;
}
.checkbox-panel > button:first-child {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  margin-bottom: 1em;
}
.checkbox-panel > i {
  display: block;
  font-size: 2.5em;
  margin: 0.4em auto;
  color: #2fb688;
}
.checkbox-panel > .additional-info-icon {
  display: block;
  height: 3.5em;
  width: 3.5em;
  margin: 0.4em auto;
}
.checkbox-panel .check-state {
  margin-top: auto;
}
.checkbox-panel .check-state > i {
  display: none;
}
.checkbox-panel.active {
  background: #2fb688;
  border-color: #1e976d;
  color: #fff;
}
.checkbox-panel.active > button:first-child {
  background: #3f4b62;
  border: 2px solid #1e976d;
}
.checkbox-panel.active > i {
  color: #f7d14d;
}
.checkbox-panel.active input, .checkbox-panel.active select {
  color: #3f4b62;
}
.checkbox-panel.active .check-state > i {
  display: block;
  margin: 0 auto;
  font-size: 1.5em;
  color: #f7d14d;
}
.checkbox-panel.active .check-state > .btn {
  display: none;
}

.check-box-container {
  position: absolute;
  top: 1em;
  right: 3em;
  cursor: pointer;
}

/* Hide the browser's default checkbox */
.check-box-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  height: 2em;
  width: 2em;
  background-color: rgba(166, 173, 161, 0.2509803922);
  border-radius: 50%;
  border: solid #dbdbdb 3px;
}

/* On mouse-over, add a grey background color */
.check-box-container:hover input ~ .checkmark {
  background-color: #959894;
}

/* When the checkbox is checked, add a blue background */
.check-box-container input:checked ~ .checkmark {
  background-color: #2fb688;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-box-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-box-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 500ms;
}

.slick-prev-arrow, .slick-next-arrow {
  position: absolute;
  top: 49%;
  top: calc(50% - 15px);
  font-size: 1.5em;
  z-index: 1;
}
.slick-prev-arrow.slick-disabled, .slick-next-arrow.slick-disabled {
  opacity: 0.5;
}

.slick-prev-arrow {
  left: 0;
}

.slick-next-arrow {
  right: 0;
}

.cyclical-settings-main input[type=text], .cyclical-settings-main input[type=number] {
  display: inline-block;
  width: 80px;
  margin-right: 1em;
}
.cyclical-settings-main select {
  display: inline-block;
  width: 250px;
}

.cyclical-settings-weekday-select {
  margin-bottom: 1.5em;
  display: flex;
  font-size: 0.8em;
}
.cyclical-settings-weekday-select > a {
  display: flex;
  line-height: 1;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background: #dbdbdb;
  border-radius: 50px;
  font-size: 0.8em;
  margin-top: 10px;
}
.cyclical-settings-weekday-select > a.active {
  background: #2fb688;
  color: #fff;
}

.cyclical-settings-selected-monthday {
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
}
.cyclical-settings-selected-monthday label {
  line-height: 1;
  font-size: 0.9em;
}
.cyclical-settings-selected-monthday label, .cyclical-settings-selected-monthday select, .cyclical-settings-selected-monthday input {
  margin-right: 15px;
}

.card {
  border: 1px solid #dbdbdb;
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 1.5em;
}
.card > .main-number {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}
.card > .main-number > span {
  display: block;
  font-size: 0.35em;
  text-transform: uppercase;
  padding: 0.2em 1em;
  background: #3f4b62;
  color: #fff;
}
.card.vertical-center {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.calendar-container {
  max-width: 100%;
  overflow-x: auto;
}

.calendar {
  margin-bottom: 2em;
  min-width: 900px;
}
.calendar .calendar-settings {
  display: flex;
  padding: 1em 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 1.3em;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 1.5em;
}
.calendar .calendar-settings .cal-colors-select {
  margin-right: auto;
  width: 350px;
  margin-bottom: 0;
}
.calendar .calendar-settings .cal-selector {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 20px;
}
.calendar .calendar-settings .cal-selector h3 {
  color: #2fb688;
  margin: 0 10px;
  min-width: 225px;
  text-align: center;
  font-size: 1.1em;
}
.calendar .calendar-settings .cal-selector h3 span {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #3f4b62;
  font-weight: bold;
}
.calendar .calendar-settings .view-type-btns a:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.calendar .calendar-settings .view-type-btns a:nth-child(2) {
  border-radius: 0;
}
.calendar .calendar-settings .view-type-btns a:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.calendar .cal-month-view, .calendar .cal-week-view {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  position: relative;
}
.calendar .cal-month-view .days-labels, .calendar .cal-week-view .days-labels {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.calendar .cal-month-view .days-labels > div, .calendar .cal-week-view .days-labels > div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-left: 0.3em;
}
.calendar .cal-month-view .days-labels > div .weekend, .calendar .cal-week-view .days-labels > div .weekend {
  color: #2fb688;
}
.calendar .cal-month-view .week, .calendar .cal-week-view .week {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 1px solid #dbdbdb;
  position: relative;
}
.calendar .cal-month-view .week .day, .calendar .cal-week-view .week .day {
  border-left: 1px solid #dbdbdb;
  width: 110px;
  flex: 1;
  position: relative;
  padding-top: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0.3em;
}
.calendar .cal-month-view .week .day .add-event-btn, .calendar .cal-week-view .week .day .add-event-btn {
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 7px;
  transition: all 0.2s ease;
  border-radius: 100px;
}
.calendar .cal-month-view .week .day .add-event-btn:hover, .calendar .cal-week-view .week .day .add-event-btn:hover {
  background: #28ab7e;
}
.calendar .cal-month-view .week .day .date-day, .calendar .cal-week-view .week .day .date-day {
  font-size: 1.2em;
  position: absolute;
  top: 8px;
  right: 12px;
  font-weight: bold;
  transition: all 0.2s ease;
}
.calendar .cal-month-view .week .day.other-month, .calendar .cal-week-view .week .day.other-month {
  background: #f3f0f0;
  font-weight: bold;
}
.calendar .cal-month-view .week .day.other-month .date-day, .calendar .cal-week-view .week .day.other-month .date-day {
  opacity: 0.5;
}
.calendar .cal-month-view .week .day.other-month:hover, .calendar .cal-week-view .week .day.other-month:hover {
  background: #ece8e8;
}
.calendar .cal-month-view .week .day.today, .calendar .cal-week-view .week .day.today {
  border: 1px solid #6fa6b5;
  background: #def2f7;
}
.calendar .cal-month-view .week .day.today .date-day, .calendar .cal-week-view .week .day.today .date-day {
  background: #3f4b62;
  padding: 0 15px;
  color: #fff;
  border-radius: 10px;
}
.calendar .cal-month-view .week .day:hover, .calendar .cal-week-view .week .day:hover {
  background: #fbfbfb;
}
.calendar .cal-month-view .week .day:hover .add-event-btn, .calendar .cal-week-view .week .day:hover .add-event-btn {
  opacity: 1;
}
.calendar .cal-month-view .week {
  min-height: 130px;
}
.calendar .cal-week-view .week {
  min-height: 500px;
}
.calendar .cal-day-view .hours-labels {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0.5em;
}
.calendar .cal-day-view .hours-labels > div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8em;
  text-transform: uppercase;
}
.calendar .cal-day-view .day-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #3f4b62;
  margin-bottom: 0.5em;
}
.calendar .cal-day-view .day-label > div {
  padding: 1em;
  background: #3f4b62;
  text-align: center;
  color: #fff;
  line-height: 1;
  min-width: 160px;
}
.calendar .cal-day-view .day-label h1 {
  font-size: 2.5em;
  margin-bottom: 0;
}
.calendar .cal-day-view .day-label h5 {
  font-weight: normal;
  margin-bottom: 0;
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: 1px solid #2b3648;
  text-transform: uppercase;
}
.calendar .cal-day-view .day {
  min-height: 500px;
  border: 1px solid #dbdbdb;
  position: relative;
  border-top-color: #3f4b62;
  display: flex;
  flex-direction: column;
}
.calendar .cal-day-view .day .lines {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.calendar .cal-day-view .day .lines > div {
  width: 1px;
  height: 100%;
  border-right: 1px dashed #dbdbdb;
  top: 0;
  position: absolute;
}
.calendar .cal-day-view .day .lines > div:nth-child(1) {
  left: 16.5%;
}
.calendar .cal-day-view .day .lines > div:nth-child(2) {
  left: 33%;
}
.calendar .cal-day-view .day .lines > div:nth-child(3) {
  left: 50%;
}
.calendar .cal-day-view .day .lines > div:nth-child(4) {
  left: 66.6%;
}
.calendar .cal-day-view .day .lines > div:nth-child(5) {
  left: 83.2%;
}
.calendar .event {
  height: 20px;
  margin-bottom: 4px;
  line-height: 20px;
  padding: 0 0.5em;
  background: #3f4b62;
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: block;
}
.calendar .event > label {
  font-size: 0.7em;
  display: block;
  text-transform: uppercase;
  color: #fff;
  line-height: 18px;
  white-space: nowrap;
  margin: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  pointer-events: none;
}
.calendar .event .continuation-icon {
  display: block;
  position: absolute;
  font-size: 1em;
  top: 0;
  line-height: 18px;
  color: #000;
  left: 5px;
  opacity: 0.2;
}
.calendar .event .continuation-icon + label {
  padding-left: 7px;
}
.calendar .event .event-info {
  display: none !important;
}
.calendar .event.event-start {
  align-self: flex-end;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.calendar .event.event-start > label {
  position: absolute;
  z-index: 1;
  left: 0.5em;
  top: 0;
}
.calendar .event.event-end {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.calendar .event.event-full {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
}
.calendar .event.event-full > label {
  box-sizing: border-box;
  max-width: 100%;
  vertical-align: top;
}
.calendar .event.offset-1 {
  margin-top: 24px;
}
.calendar .event.offset-2 {
  margin-top: 48px;
}
.calendar .event.offset-3 {
  margin-top: 72px;
}
.calendar .event.offset-4 {
  margin-top: 96px;
}
.calendar .event.offset-5 {
  margin-top: 120px;
}
.calendar .event.offset-6 {
  margin-top: 144px;
}
.calendar .event.offset-7 {
  margin-top: 168px;
}
.calendar .event.offset-8 {
  margin-top: 192px;
}
.calendar .event.offset-9 {
  margin-top: 216px;
}
.calendar .event.offset-10 {
  margin-top: 240px;
}
.calendar .event.offset-11 {
  margin-top: 264px;
}
.calendar .event.offset-12 {
  margin-top: 288px;
}
.calendar .event.offset-13 {
  margin-top: 312px;
}
.calendar .event.offset-14 {
  margin-top: 336px;
}
.calendar .event.offset-15 {
  margin-top: 360px;
}
.calendar .event.offset-16 {
  margin-top: 384px;
}
.calendar .event.offset-17 {
  margin-top: 408px;
}
.calendar .event.offset-18 {
  margin-top: 432px;
}
.calendar .event.offset-19 {
  margin-top: 456px;
}
.calendar .event.offset-20 {
  margin-top: 480px;
}
.calendar .event.color-positive {
  background: #2fb688;
}
.calendar .event.color-positive.event-hover {
  background: #299e76;
  border-color: #103c2d;
}
.calendar .event.color-negative {
  background: #d83d4f;
}
.calendar .event.color-negative.event-hover {
  background: #cd293c;
  border-color: #67151e;
}
.calendar .event.color-neutral {
  background: #f7d14d;
}
.calendar .event.color-neutral.event-hover {
  background: #f6c930;
  border-color: #a48107;
}
.calendar .event.color-1 {
  background: #86bdd0;
}
.calendar .event.color-1.event-hover {
  background: #70b1c7;
  border-color: #357388;
}
.calendar .event.color-2 {
  background: #dad360;
}
.calendar .event.color-2.event-hover {
  background: #d4cc47;
  border-color: #837d1e;
}
.calendar .event.color-3 {
  background: #62c7a8;
}
.calendar .event.color-3.event-hover {
  background: #4bbf9c;
  border-color: #266a55;
}
.calendar .event.color-4 {
  background: #f4b468;
}
.calendar .event.color-4.event-hover {
  background: #f2a64b;
  border-color: #b6690d;
}
.calendar .event.color-5 {
  background: #446b7d;
}
.calendar .event.color-5.event-hover {
  background: #395a69;
  border-color: #0e161a;
}
.calendar .event.color-6 {
  background: #c59ac9;
}
.calendar .event.color-6.event-hover {
  background: #ba86be;
  border-color: #7e4684;
}
.calendar .event.color-7 {
  background: #c8c2b1;
}
.calendar .event.color-7.event-hover {
  background: #bbb49f;
  border-color: #83795d;
}
.calendar .event.color-8 {
  background: #8f9a96;
}
.calendar .event.color-8.event-hover {
  background: #7f8b87;
  border-color: #444c49;
}
.calendar .event.color-9 {
  background: #cc7070;
}
.calendar .event.color-9.event-hover {
  background: #c45959;
  border-color: #782b2b;
}
.calendar .event.color-10 {
  background: #3e9775;
}
.calendar .event.color-10.event-hover {
  background: #358164;
  border-color: #112b21;
}
.calendar .event.color-11 {
  background: #6abfe6;
}
.calendar .event.color-11.event-hover {
  background: #50b4e2;
  border-color: #1a749d;
}
.calendar .event.color-12 {
  background: #d3e66a;
}
.calendar .event.color-12.event-hover {
  background: #cbe250;
  border-color: #899d1a;
}
.calendar .event.color-13 {
  background: #819bc9;
}
.calendar .event.color-13.event-hover {
  background: #6c8ac0;
  border-color: #354f7c;
}
.calendar .event.color-14 {
  background: #c9a4af;
}
.calendar .event.color-14.event-hover {
  background: #be919e;
  border-color: #854f5f;
}
.calendar .event.color-15 {
  background: #767571;
}
.calendar .event.color-15.event-hover {
  background: #666662;
  border-color: #282826;
}
.calendar .event.color-16 {
  background: #d28c5e;
}
.calendar .event.color-16.event-hover {
  background: #cb7b46;
  border-color: #764321;
}
.calendar .event.color-17 {
  background: #e87e83;
}
.calendar .event.color-17.event-hover {
  background: #e3646a;
  border-color: #ae1f26;
}
.calendar .event.color-18 {
  background: #8aaf5e;
}
.calendar .event.color-18.event-hover {
  background: #7b9f4f;
  border-color: #3c4d27;
}
.calendar .event.color-19 {
  background: #6b6d80;
}
.calendar .event.color-19.event-hover {
  background: #5d5f6f;
  border-color: #25262d;
}
.calendar .event.color-20 {
  background: #b69a7c;
}
.calendar .event.color-20.event-hover {
  background: #ab8b68;
  border-color: #624d37;
}
.calendar .event.color-21 {
  background: #ffe641;
}
.calendar .event.color-21.event-hover {
  background: #ffe222;
  border-color: #a79100;
}
.calendar .event.color-22 {
  background: #8f7e93;
}
.calendar .event.color-22.event-hover {
  background: #806e84;
  border-color: #3f3741;
}
.calendar .cal-week-view .event-full, .calendar .cal-month-view .event-full {
  width: 95%;
}
.calendar .week .day:last-child {
  overflow: hidden;
}
.calendar .week .day:last-child .event > label {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.calendar .cal-day-view .event > label {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.calendar .cal-day-view .event-full {
  width: 99.5%;
}

#eventHoverInfo {
  position: fixed;
  width: 550px;
  font-size: 0.9em;
  background: rgba(247, 209, 77, 0.9);
  right: 0;
  bottom: 0;
  padding: 1em 1.5em;
  display: none;
  justify-content: flex-start;
  align-items: center;
}
#eventHoverInfo > i {
  font-size: 3em;
  margin-right: 0.8em;
}
#eventHoverInfo .data .event-info > span {
  display: block;
  margin-bottom: 0.3em;
}
#eventHoverInfo .data .event-info > span.task-name {
  font-size: 1.1em;
  font-weight: bold;
}
#eventHoverInfo .data .event-info > span.task-status {
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
}
#eventHoverInfo.hover {
  display: flex;
}

.number-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.number-box > label {
  display: block;
  line-height: 1;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1em;
  text-align: center;
  color: #fff;
  background: #3f4b62;
  padding: 1em;
  width: 100%;
  box-sizing: border-box;
}
.number-box > div {
  font-size: 2.5em;
  text-align: center;
  font-weight: bold;
}

.numbers-card {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.numbers-card .number-box {
  margin: 0 1em 0.5em 1em;
  min-width: 200px;
}

.btn-group .btn {
  margin: 0;
}
.btn-group .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.buttons-panel-time-logic-filter {
  margin-bottom: 1em;
  text-align: right;
}

.buttons-panel-time-logic-filter .btn {
  margin-right: 1em;
  margin-left: 0;
}

.filter-time-logic-modal {
  margin-left: 60px;
  margin-right: 60px;
}

#timeRestrictedQuestionsModal > div > div {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}

.modal-medium > div {
  width: 850px;
  margin: 30px auto;
}

.modal-footer-borderless {
  padding-top: 15px;
  margin-top: 25px;
  text-align: right;
}

.modal-footer-borderless a, .modal-footer-borderless button, .modal-footer-borderless .disabled {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.modal-close-further {
  top: 14px;
  right: 24px;
}

.transparent {
  opacity: 0.5;
}

.survey-structure .question .after-question-btn-modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  position: absolute;
  left: 50%;
  left: calc(50% + 180px);
  font-size: 0.9em;
  z-index: 1;
}

.survey-structure .question .after-question-btn-modal a {
  width: 50px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 5px;
}

.survey-structure .question .after-question-btn-modal a.disabled {
  opacity: 1;
}

.survey-structure .question .after-question-btn-modal {
  bottom: -17px;
}

.survey-structure .question:hover .after-question-btn-modal {
  pointer-events: all;
  opacity: 1;
}

.col-clock-filter {
  color: #2fb688;
}

.date-survey-modal-filter {
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.date-survey-modal-filter-border {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.spacer-medium {
  margin: 0 1em;
  justify-content: center;
}

.spacer-short {
  margin: 0 1em;
  width: 50px;
  justify-content: center;
}

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

.hour-and-minutes-filter {
  display: flex;
  width: 14em;
}

.margin-top {
  margin-top: 25px;
}

.margin-modal {
  margin: 30px;
}

.day-of-week {
  display: flex;
  width: 14em;
}

.dates-substitute-setter {
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.statement {
  width: 1081px;
  height: 300px;
  border: lightgray 1px solid;
  border-radius: 4px;
  background-color: white;
  float: left;
  overflow: auto;
}

.statement-mini {
  width: 100% !important;
  height: 200px !important;
  padding: 10px;
}

.elems {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 1%;
}

.elem {
  float: left;
  width: 43%;
}

.elem-lbl {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.lbl-left {
  margin-right: 10%;
  margin-left: 0px;
}

.eConn {
  float: left;
  width: 100px;
  height: 33px;
  border-radius: 7px;
  margin: 0px 17px;
  cursor: grab;
}

.eBracket {
  float: left;
  width: 40px;
  height: 33px;
  border-radius: 7px;
  margin: 0px 17px;
  cursor: grab;
}

.stmTag {
  float: left;
  border-radius: 7px;
  display: inline-block;
  height: 33px;
  color: white;
  background-color: #2FB688;
  width: 220px;
  margin-right: 20px;
  cursor: grab;
}

/*.statement > .stmTag, .statement > .eConn, .statement > .eBracket {
  margin: 10px;
  height: 33px;
}

.statement > .conn, .statement > .brac {
  height: 33px;
}

.statement-mini > .stmTag, .statement-mini > .eConn, .statement-mini > .eBracket {
  margin: 5px !important;
  height: 33px;
}*/
.tagQst {
  width: 68%;
  padding: 5px 3%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tagChc {
  width: 32%;
  padding: 5px 3%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.mR {
  margin-right: 30px !important;
}

.mL {
  margin-left: 30px !important;
}

.highlight {
  border: aqua 3px solid;
}

.plusCh {
  background-color: #1e976d;
  border-radius: 50%;
  color: white;
  width: 28px;
  height: 28px;
  float: left;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1%;
  font-size: 14px;
  justify-content: center;
}

.added {
  margin-bottom: 40px !important;
}

.stmMod {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 35px;
}

.revertImg {
  margin-right: 15px;
  float: right;
  display: inline-block;
  background-image: url("/javax.faces.resource/img/revert.png.xhtml");
  background-repeat: no-repeat;
  background-position: 100% 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-size: 25px;
}

.trashImg {
  float: right;
  display: inline-block;
  background-image: url("/javax.faces.resource/img/trash.png.xhtml");
  background-repeat: no-repeat;
  background-position: 100% 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-size: 22px;
}

.action-box {
  position: relative;
  height: 450px;
}

.clue {
  float: left;
  width: 100%;
  font-size: 12px;
  margin-bottom: 2%;
}

.label-box {
  float: left;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 1%;
}

.label-box-left {
  width: 58%;
}

.label-box-right {
  width: 42%;
}

.items-box {
  width: 42%;
  height: 400px;
  border: 1px solid #3E4A61;
  border-radius: 10px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}

.conn-col {
  float: left;
  width: 16%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.conn-item {
  width: 50%;
  height: 39px;
  border-radius: 9px;
  text-transform: lowercase;
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 39px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  cursor: grab;
}

.statement-mini > .karol-row-short {
  width: 98%;
}

#filterAdvanced\:stmBox > .conn-item {
  width: 13% !important;
  margin-right: 10px !important;
  float: left;
}

#filterAdvanced\:stmBox > .karol-row {
  margin-right: 10px !important;
  float: left;
}

.statement-mini > .conn-item {
  width: 13% !important;
  margin-right: 10px !important;
  float: left;
}

.statement-mini > .karol-row {
  margin-right: 10px !important;
  float: left;
}

.conn {
  background: #3E4A61;
  color: white;
}

.statement-mini > .eConn {
  color: white;
  background-color: #032a48;
  text-align: center;
  width: 92px;
  display: inline-block;
  border-radius: 7px;
  cursor: grab;
  height: 25px;
  font-size: 20px;
}

.brac {
  background: white;
  border: 1px solid #3E4A61;
  color: #3E4A61;
}

.btn-rev, .btn-trh {
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 10px;
}

.btn-rev {
  background: white;
  color: #3E4A61;
  border: 1px solid #3E4A61;
  margin-right: 10px;
}

.btn-trh {
  background: #CE3244;
  border: 1px solid #B52738;
  color: white;
}

.btn-lbl {
  text-align: center;
  width: 70%;
}

.adv-hdr {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 1% !important;
}

.bottom-left {
  height: 44px;
  display: flex;
  align-items: center;
}

.bottom-right {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.btn-dis {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}

.elem-dis {
  opacity: 0.65;
  cursor: default;
}

.karol-row {
  width: fit-content;
  color: white;
  font-size: 14px;
  cursor: grab;
  margin-bottom: 15px;
  min-height: 39px;
  display: flex;
}

.inner-row {
  border-radius: 10px;
  padding: 7px 10px;
  background-color: #2FB688;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.karol-item {
  height: 39px;
  display: flex;
  align-items: center;
}

.karol-left-item {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  max-width: 70%;
  padding: 0 15px;
  background-color: #2FB688;
}

.karol-right-item {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  max-width: 29%;
  padding-right: 15px;
  background-color: #2FB688;
}

.text-single-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rmChn {
  background: #2A9F77 !important;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1607843137);
}

.ht:hover .tooltipAdv {
  display: block;
}

.tooltipAdv {
  display: none;
  margin-left: 12px;
  margin-top: 5px;
  position: absolute;
  z-index: 1000;
  border: 1px solid grey;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 8px 8px 8px;
  background: white;
  font-size: 11px;
  width: 400px;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
}

.tooltipAdv li:before {
  content: "•";
  margin-right: 10px;
  font-weight: bold;
  color: #00FF00;
}

.tooltipAdv p {
  margin: 0;
}

.tooltipAdv ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.badge-container {
  position: relative;
}
.badge-container > span.badge {
  position: absolute;
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: #D83D4F;
  border-radius: 5em;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #B52738;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  font-size: 0.85em;
  font-weight: bold;
  bottom: 1.6em;
  right: 0.5em;
}

.external-page {
  background: url("/resources/img/bg.jpg") center center no-repeat #3f4b62;
  background-size: cover;
  padding-top: 30px;
  text-align: center;
  min-height: 100vh;
}
.external-page .chow-logo {
  width: 220px;
}

.login-form {
  background: #fff;
  padding: 1.5em;
  max-width: 500px;
  margin: 2em auto;
  border: 1px solid #2b3648;
  border-radius: 0.3em;
  text-align: center;
}
.login-form img {
  width: 150px;
}
.login-form input {
  text-align: center;
}
.login-form .form-submit {
  text-align: center;
}
.login-form p:last-child, .login-form .form-submit:last-child {
  margin-bottom: 0;
}

.import-xls-steps > div {
  padding: 20px 60px;
  text-align: center;
  background: #f3f0f0;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: 0.9em;
  font-weight: bold;
  position: relative;
}
.import-xls-steps > div > span {
  position: absolute;
  opacity: 0.3;
  display: block;
  left: 9px;
  font-size: 3em;
  top: 0;
}
.import-xls-steps > div > i {
  display: none;
}
.import-xls-steps > div.done {
  background: #2fb688;
  color: #fff;
}
.import-xls-steps > div.done > span {
  color: #fff;
}
.import-xls-steps > div.active {
  background: #3f4b62;
  color: #fff;
}
.import-xls-steps > div.active > span {
  color: #fff;
}
.import-xls-steps > div.active > i {
  display: block;
  position: absolute;
  font-size: 40px;
  color: #3f4a61;
  left: 45%;
  left: calc(50% - 11px);
  bottom: -20px;
}

.import-message {
  text-align: center;
}
.import-message > i {
  display: block;
  font-size: 4em;
  margin-bottom: 0.3em;
}

.role-settings {
  max-width: 700px;
}

.permision-management {
  border: 1px solid #dbdbdb;
  margin-bottom: 1.5em;
}
.permision-management .permision-group > div:first-child, .permision-management .permision-item {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}
.permision-management .permision-group > div:first-child {
  background: #f3f0f0;
}
.permision-management .permision-group h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.permision-management .permision-item.disabled {
  color: rgba(63, 75, 61, 0.2901960784);
}
.permision-management .permision-item p {
  margin-bottom: 0;
  font-size: 0.8em;
}
.permision-management .permision-item h5 {
  margin-bottom: 0.4em;
}

.custom-modal-dialog {
  max-width: 70%;
  transform: translate(-10%, 5%);
}

.language-modal-content {
  min-height: 300px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
}

.modal-header-language {
  padding: 8px 15px;
  border-bottom: none;
}

.modal-title-language {
  font-size: 14px;
  font-weight: bold;
}

.language-modal-body {
  padding: 10px 15px;
}

.language-list {
  margin: 0;
  padding: 0;
  max-height: none; /* Removes height constraint */
  overflow-y: visible; /* Prevents scrollbar from appearing */
}

.language-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.language-list li {
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}

.language-list li:hover {
  background-color: #f0f0f0;
}

.locationEditPage .map-container {
  margin-bottom: 1.5em;
}
.locationEditPage .new-atribute-value {
  margin-top: 1em;
}

.reset-password-button {
  width: max-content;
}

.max-right {
  margin-left: auto;
  margin-right: 0;
}

.manage-password-modal-center {
  position: absolute;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 350px;
  padding-inline: 10%;
  border-radius: 25px !important;
}

.manage-password-modal-buttons {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
}

.manage-password-modal-text {
  text-align: center;
  font-size: large;
}

.manage-password-modal-header {
  color: #2fb688;
  margin: 0 10px;
  min-width: 225px;
  text-align: center;
  font-size: x-large;
  margin-top: 25px;
  text-transform: uppercase;
  display: block;
}

.manage-password-modal-reset-header {
  color: #2fb688;
  margin: 0 10px;
  min-width: 225px;
  text-align: center;
  font-size: x-large;
  margin-top: 50px;
  text-transform: uppercase;
  display: block;
}

.manage-password-modal-copied-header {
  color: #2fb688;
  margin: 0 10px;
  min-width: 225px;
  text-align: center;
  font-size: x-large;
  margin-top: 100px;
  text-transform: uppercase;
  display: block;
}

.generatePasswordInput {
  text-align: center !important;
  font-weight: bold !important;
  border-radius: 40px !important;
  width: 400px !important;
  height: 40px !important;
}

.task-settings-section {
  margin-bottom: 1.3em;
  border-bottom: 1px solid #dbdbdb;
}
.task-settings-section > h3 {
  font-weight: bold;
  margin-bottom: 1em;
}
.task-settings-section:last-child {
  border-bottom: none;
}

.task-group-status {
  background: #fcfbfb;
  text-align: center;
  padding: 20px;
  align-self: flex-start;
  border: 1px solid #dbdbdb;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
  position: sticky;
  top: 195px;
}
.task-group-status > i {
  font-size: 60px;
}
.task-group-status .status {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px -20px;
  display: block;
  border-radius: 0;
}
.task-group-status .progress {
  margin-bottom: 1em;
}
.task-group-status .progress > label {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0.5em 0;
  display: block;
}
.task-group-status .progress > div {
  background: #dbdbdb;
  height: 30px;
  line-height: 30px;
}
.task-group-status .progress > div > div {
  background: #3ac495;
}
.task-group-status .buttons > .btn {
  display: block;
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box;
}
.task-group-status .buttons > .btn i {
  float: left;
}
.task-group-status.is_stuck {
  margin-top: 65px;
}

.task-edit-container .cyclical-card .form-top {
  width: 100%;
}
@media (max-width: 980px) {
  .task-edit-container {
    flex-direction: column-reverse;
  }
  .task-edit-container > div {
    width: 98% !important;
  }
}

#taskEditFloatMenu {
  transition: all 0.25s ease;
}
#taskEditFloatMenu > a {
  transition: all 0.25s ease;
}
#taskEditFloatMenu.is_stuck {
  width: 100% !important;
  left: 0;
  background: #3f4b62;
  border: none;
  border-bottom: 1px solid #2b3648;
  z-index: 5;
}
#taskEditFloatMenu.is_stuck > a {
  font-size: 1em;
  border: none;
  border-radius: 0;
}

.task-users-section .buttons-panel {
  text-align: left;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 1.5em 0 0.9em;
}
.task-users-section .buttons-panel > .btn:first-child {
  margin-left: 0;
}
.task-users-section .placeholder-box {
  min-height: 300px;
}

#autoTasksTriggerModal .autogen-date-settings input {
  width: 200px;
  margin-right: 10px;
  display: inline-block;
}
#autoTasksTriggerModal .autogen-date-settings select {
  width: 50%;
  display: inline-block;
}

.buttons-panel-ex {
  text-align: left !important;
  padding-top: 1em;
  border-top: 1px solid;
  margin-bottom: 0 !important;
}

.buttons-panel-ex .btn:first-child {
  margin-left: 0 !important;
}

.resp-ex {
  padding-bottom: 1.2em;
}

.add-q-ex {
  padding-bottom: 0.5em !important;
}

.filled-by-users {
  display: flex;
  border-radius: 0.4em;
  background: #f2c838;
  padding: 10px;
  color: white;
  margin-bottom: 1em;
  font-size: small;
  justify-content: center;
}

.pagination-arrow {
  position: absolute;
  top: 50%;
  background: none;
  border: none;
  cursor: pointer;
}
.pagination-arrow > i {
  color: #1e976d;
  font-size: 20px;
  transition: all 0.25s ease;
}
.pagination-arrow > i:hover {
  scale: 1.1;
}
.pagination-arrow.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3 !important;
}

.pagination-step {
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 6px;
  background: #87d1b0;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: white;
}
.pagination-step-current {
  display: flex;
  width: 25px;
  border-radius: 5px;
  border: 1px solid #e9e6e6;
  align-items: center;
  justify-content: center;
  margin: 3px;
  padding-top: 1px;
  background: white;
  color: #1e976d;
  box-shadow: 0 0 10px 1px rgba(157, 157, 157, 0.54);
}
.pagination-step-current.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.pagination-step-next {
  border: 1px solid transparent;
  display: flex;
  width: 25px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  margin: 3px;
  padding-top: 1px;
}
.pagination-step-next.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.pagination-arrow.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.left-arrow {
  left: 10px;
  float: left;
}

.right-arrow {
  right: 10px;
  float: right;
}

.recommendation-option-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}

.recommendation-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.recommendation-option-title {
  font-weight: bold;
  min-width: 100px;
  text-align: right;
}

.recommendation-option-flag {
  padding: 7px 8px 4px 8px;
  border-radius: 10%;
  background: white;
}

.panel-disabled {
  cursor: not-allowed !important;
  background: #f1f1f1 !important;
}

@media (max-width: 1080px) {
  .survey-editor > div {
    width: 98% !important;
  }
}
.survey-editor .survey-title {
  background: #fcfbfb;
  text-align: center;
  padding: 20px;
  align-self: flex-start;
  border: 1px solid #dbdbdb;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
}
.survey-editor .survey-title > i {
  font-size: 3em;
  margin-bottom: 0.5em;
}
.survey-editor .survey-title .form-top input {
  text-align: center;
}
.survey-editor .survey-title .buttons {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0.7em;
  padding: 0.75em 0;
}
.survey-editor .survey-title .buttons .btn {
  width: 100%;
  box-sizing: border-box;
}
.survey-editor .survey-title .buttons .btn i {
  float: left;
}
.survey-editor .survey-title .bulk-editor {
  display: flex;
  padding: 0.75em 0;
}
.survey-editor .survey-title .counters {
  display: flex;
  padding: 0.75em 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0.7em;
}
.survey-editor .survey-title .counters > div {
  min-width: 150px;
  margin: 0 10px;
  width: 50%;
}
.survey-editor .survey-title .counters > div > span {
  display: block;
  text-align: center;
}
.survey-editor .survey-title .counters > div > span:first-child {
  font-size: 2em;
}
.survey-editor .survey-title .counters > div > span:last-child {
  font-size: 0.6em;
  text-transform: uppercase;
}
.survey-editor .survey-title .survey-tasks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.75em;
  justify-content: space-between;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #dbdbdb;
  font-size: 0.9em;
}
.survey-editor .survey-title .survey-tasks > div {
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 5px 0;
}
.survey-editor .survey-title .survey-tasks > div > span {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
}
.survey-editor .survey-title.is_stuck {
  margin-top: 1.5em;
}

.add-questions-box {
  padding: 2em 0;
  border-bottom: 1px solid;
  border-top: 1px solid;
}
.add-questions-box .container-resp {
  justify-content: center;
}
.add-questions-box .export-panel {
  justify-content: flex-end;
  padding-top: 1.1em;
}

.new-question-btn {
  border: 2px solid #dbdbdb;
  background: #fff;
  padding: 1em;
  border-radius: 0.5em;
  transition: all 0.25s ease;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0.8em;
}
.new-question-btn i {
  font-size: 2.2em;
  margin-bottom: 0.4em;
}
.new-question-btn h5 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.new-question-btn:hover {
  border-color: #3f4b62;
  background: #fbfbfb;
}

.survey-structure {
  margin-bottom: 1.5em;
}
.survey-structure .question .before-question-btns, .survey-structure .question .after-question-btns {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  position: absolute;
  left: 50%;
  left: calc(50% - 79px);
  font-size: 0.9em;
  z-index: 1;
}
.survey-structure .question .before-question-btns a, .survey-structure .question .after-question-btns a {
  width: 50px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  margin: 0 5px;
}
.survey-structure .question .before-question-btns a.disabled, .survey-structure .question .after-question-btns a.disabled {
  opacity: 1;
}
.survey-structure .question .before-question-btns {
  top: -12px;
}
.survey-structure .question .after-question-btns {
  bottom: -17px;
}
.survey-structure .question .controls {
  margin: 0.5em 0;
}
@media (min-width: 980px) {
  .survey-structure .question .controls {
    position: absolute;
    top: 0;
    right: 32px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    padding: 0.4em 0.5em;
    background: #3f4b62;
    font-size: 0.9em;
    border-bottom-left-radius: 5px;
  }
}
.survey-structure .question .controls > a {
  margin: 0 3px;
}
.survey-structure .question:hover {
  background: #fbfbfb;
}
.survey-structure .question:hover .before-question-btns, .survey-structure .question:hover .after-question-btns {
  pointer-events: all;
  opacity: 1;
}
.survey-structure .question:hover .controls {
  opacity: 1;
  pointer-events: all;
}

.question-choose-options .option {
  display: flex;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #dbdbdb;
  align-items: center;
}
.question-choose-options .option .points-input {
  width: 100px;
}
.question-choose-options .option > input {
  margin-right: 1.2em;
}
.question-choose-options .option.option-other {
  align-items: center;
}
.question-choose-options .option.option-other > span {
  width: 100%;
  margin-right: 1.2em;
  box-sizing: border-box;
}
.question-choose-options .option.option-other input {
  margin-left: auto;
}
.question-choose-options .buttons-panel {
  text-align: left;
}
.question-choose-options .buttons-panel .btn:first-child {
  margin-left: 0;
}

.date-survey-filter {
  padding: 1em 0;
  border-top: 1px solid #dbdbdb;
}
.date-survey-filter .time-select {
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.date-survey-filter .time-select > div {
  display: flex;
  width: 100%;
}
.date-survey-filter .time-select > div .timeSelect {
  width: 100%;
}
.date-survey-filter .time-select > div .hours-select {
  margin-right: 0.5em;
}
.date-survey-filter .time-select .spacer {
  margin: 0 1em;
  width: 80px;
  justify-content: center;
}

.withBorder {
  border: 0.4px solid #dbdbdb;
  padding-top: 0.5em;
}

.scale-setup-div {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px dashed #dbdbdb;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.scale-setup-div-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.add-description-scale {
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

.fill-sr-question {
  border-bottom: 1px dashed #dbdbdb;
  border-top: 1px dashed #dbdbdb;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  justify-content: flex-start;
}

.star-grey {
  color: #dbdbdb !important;
  font-size: 2em !important;
  cursor: grab;
}

.star-green {
  color: #2fb688 !important;
  font-size: 2em !important;
  cursor: grab;
}

.star-spacing {
  margin-right: 0.5em;
}

.markOnScale {
  color: #dbdbdb !important;
  font-size: 2em !important;
}

.markOnScaleGreen {
  color: #2fb688 !important;
  font-size: 2em !important;
}

.category-question-btn {
  display: inline-flex;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.7em 1.5em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid;
  border-radius: 0.4em;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  align-items: center;
}

.category-question-icon {
  color: white;
  display: inline-block;
  margin: -0.7em 1em -0.7em -1.5em;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-right: 1em;
  padding-left: 1em;
  border-right: 1px solid;
  font-size: x-small;
}

.category-question-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.btn-custom {
  width: 30px;
  height: 20px;
  font-weight: bold;
  color: #6c757d;
  text-align: center;
  line-height: 20px;
  margin-right: 3px;
  border-radius: 3px;
  font-size: 9px;
  border: 1px solid #ddd;
  background-color: white;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  margin: 0;
}

.btn-kry-selected {
  background-color: #d9534f;
  color: white;
}

.btn-mn-selected {
  background-color: #d9534f;
  color: white;
}

.btn-min-selected {
  background-color: #d9534f;
  color: white;
}

.btn-nd-selected {
  background-color: #343a40;
  color: white;
}

.btn-zgo-selected {
  background-color: #5cb85c;
  color: white;
}

.btn-default {
  background-color: white;
  color: #6c757d;
  border-color: #ccc;
}

.logic-filter-header {
  width: 100%;
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
  margin-bottom: 1em;
}

.logic-filter-desc {
  margin-top: 10px;
  display: block;
  text-align: left;
  width: 80%;
  font-size: 15px;
}

.logic-filter-image-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.logic-filter-image-container > img {
  max-width: 800px;
}

.logic-filter-pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}

.logic-filter-footer {
  position: absolute;
  bottom: -20px;
  transform: translateX(-50%);
  left: 50%;
  display: flex;
  flex-direction: column;
}

.logic-filter-confirm {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 10px;
  align-items: center;
  font-size: 0.8em;
}

.logic-filter-right {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 2em;
}
.logic-filter-right:hover {
  scale: 1.1;
}

.logic-filter-left {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 2em;
}
.logic-filter-left:hover {
  scale: 1.1;
}

.logic-filter-step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.star-half-icon {
  background-image: url("/resources/img/star-half.svg") !important;
  background-repeat: no-repeat !important;
  height: 42px;
  background-position-x: center;
  margin-bottom: 5px;
}

.country-icon-flag {
  background-repeat: no-repeat !important;
  height: 12px;
  background-position-x: center;
  width: 20px;
  border: 1px solid;
  display: inline-block;
  background-size: cover;
  color: black !important;
  vertical-align: unset !important;
  padding-top: 0 !important;
}

.poland-flag {
  background-image: url("/resources/img/poland-flag.svg") !important;
}

.czech-flag {
  background-image: url("/resources/img/czech-flag.svg") !important;
}

.slovakia-flag {
  background-image: url("/resources/img/slovakia-flag.svg") !important;
}

.england-flag {
  background-image: url("/resources/img/england-flag.svg") !important;
}

.romania-flag {
  background-image: url("/resources/img/romania-flag.svg") !important;
}

.ukraine-flag {
  background-image: url("/resources/img/ukraine-flag.svg") !important;
}

.hungary-flag {
  background-image: url("/resources/img/hungary-flag.svg") !important;
}

.btn-custom {
  width: 30px;
  height: 20px;
  font-weight: bold;
  color: #6c757d;
  text-align: center;
  line-height: 20px;
  margin-right: 3px;
  border-radius: 3px;
  font-size: 9px;
  border: 1px solid #ddd;
  background-color: white;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  margin: 0;
}

.btn-kry-selected {
  background-color: #d9534f;
  color: white;
}

.btn-mn-selected {
  background-color: #d9534f;
  color: white;
}

.btn-min-selected {
  background-color: #d9534f;
  color: white;
}

.btn-nd-selected {
  background-color: #343a40;
  color: white;
}

.btn-zgo-selected {
  background-color: #5cb85c;
  color: white;
}

#top-buttons-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
}
#top-buttons-container .btn-edit-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.5em;
  max-width: 80px;
}
#top-buttons-container .btn-edit-container .project-contents {
  background-image: url("/resources/img/project/tresc-projektu.svg") !important;
}
#top-buttons-container .btn-edit-container .survey-settings {
  background-image: url("/resources/img/project/ustawienia-kwestionariusza.svg") !important;
}
#top-buttons-container .btn-edit-container .location-parameters {
  background-image: url("/resources/img/project/parametry-lokalizacji.svg") !important;
}
#top-buttons-container .btn-edit-container .terms {
  background-image: url("/resources/img/project/terminy.svg") !important;
}
#top-buttons-container .btn-edit-container .user-settings {
  background-image: url("/resources/img/project/ustawienia-wykonawcow.svg") !important;
}
#top-buttons-container .btn-edit-container .tasks {
  background-image: url("/resources/img/project/zadania.svg") !important;
}
#top-buttons-container .btn-edit-container .notifications {
  background-image: url("/resources/img/project/powiadomienia.svg") !important;
}
#top-buttons-container .btn-edit-container .btn-edit-btn {
  height: 2vw;
  width: 2vw;
  background: #2fb688;
  border-color: #1e976d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em;
  border-radius: 10px;
  background-size: calc(100% - 20px) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#top-buttons-container .btn-edit-container .btn-edit-btn.disabled {
  background: #dfdfdf;
}
#top-buttons-container .btn-edit-container .btn-edit-btn.on-it {
  box-shadow: 0 0 10px #28ab7e;
}
#top-buttons-container .btn-edit-container .btn-edit-text {
  font-size: 0.7em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0.5em;
}

@media (max-width: 700px) {
  #top-buttons-container {
    display: none;
  }
}
.card-container {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: flex-start;
}

.card-container-prv {
  display: flex;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: flex-start;
}

.secondary-size {
  margin: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.medium-width {
  min-height: 260px !important;
  width: 422px !important;
}

.small-width {
  width: 316px !important;
}

.card-tg {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 240px;
  width: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1em;
  position: relative;
}
.card-tg-active:hover {
  box-shadow: 0 0 7px #28ab7e;
}
.card-tg-active {
  background-color: #CAECE0;
}
.card-tg-inactive {
  border: 1px solid rgba(47, 182, 136, 0.1803921569);
  cursor: pointer;
}
.card-tg-inactive-blocked {
  cursor: not-allowed;
  opacity: 0.4;
}
.card-tg-inactive:hover {
  border: 1px solid #2fb688;
}
.card-tg-header {
  padding-top: 0.6rem;
  text-align: center;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-tg-header .card-title {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.card-tg-line {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.card-tg-line .left {
  flex-grow: 1;
  height: 2px;
  background: #2fb688;
  margin-left: -20px;
  margin-right: 20px;
}
.card-tg-line .right {
  flex-grow: 1;
  height: 2px;
  background: #2fb688;
  margin-left: 20px;
  margin-right: -20px;
}
.card-tg-body {
  padding: 0.6rem 2rem 0.6rem 2rem;
  text-align: center;
}
.card-tg-body-sub-header {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 10px;
}
.card-tg-body-sub-body {
  font-size: 0.7em;
}
.card-tg-body .card-text {
  margin: 0;
  font-size: 14px;
}
.card-tg-footer {
  padding: 0.6rem;
  text-align: center;
  width: 100%;
}
.card-tg-footer .card-button {
  background-color: #2fb688;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
}
.card-tg-footer .card-button:hover {
  background-color: #1e976d;
}
.card-tg.disabled {
  background: #efefef;
  border-color: #efefef;
  cursor: not-allowed;
}

.tg-body-override-small {
  padding: 0.6rem 1rem 0.6rem 1rem !important;
  text-align: left !important;
}

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

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

.tg-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}

.tg-icon-m {
  display: flex;
  align-items: center;
}

.tg-input {
  border-radius: 7px !important;
  height: 25px;
  max-width: 100px;
  line-height: 1 !important;
  border: 1px solid #1e976d !important;
  font-size: 10px !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tg-label {
  font-size: 11px;
  margin-right: 10px;
}

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

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

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

.greyed {
  background: #dfdfdf !important;
}

.tg-location-radio {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 12px;
}

.tg-location-label {
  text-align: left;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.tg-aggregate {
  display: flex;
  padding: 5px;
  align-items: center;
  justify-content: center;
}

.card-tg-more {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 300px;
  background-color: #CAECE0;
}

.tg-location-radio input[type=radio] {
  height: 10px;
}

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

.flex-direction-column {
  flex-direction: column;
}

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

.dropdown-wall {
  border: 1px solid #ededed;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-custom-drop {
  display: block;
  font-size: 0.7em;
  line-height: 1;
  padding: 0.7em 1.5em;
  cursor: pointer;
}
.btn-custom-drop.disabled {
  pointer-events: none;
  background: #f3f0f0;
  color: #3f4b62;
  opacity: 0.75;
  cursor: not-allowed;
}
.btn-custom-drop.disabled i {
  background: #f3f0f0;
  color: #ededed;
}
.btn-custom-drop:hover {
  background: #f1eeee;
}
.btn-custom-drop.border-down {
  border-bottom: 1px solid #e3e3e3;
}

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

.button-container {
  display: inline-block;
  position: relative;
  margin-right: 48px;
  width: 300px;
}
.button-container .expandable {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f1f1f1;
  height: 0;
  box-sizing: border-box;
  transition: height 0.4s ease-in-out;
  transition-delay: 0.1s;
  border-radius: 9px;
}
.button-container:hover .expandable {
  height: auto;
  border: 1px solid #e2e2e2;
}
.button-container:hover .button-expandable {
  color: #3f4b62;
}
.button-container:hover .button-expandable::before {
  visibility: visible;
  transform: scale(1, 1);
}

.button-expandable {
  color: #3f4b62;
  display: block;
  padding: 7px;
  text-decoration: none;
  background: none;
  cursor: pointer;
  font-size: 13px;
  position: relative;
  background-color: #fff;
  border: 1px solid #3f4b62;
  border-radius: 9px;
  text-transform: uppercase;
  text-align: center;
}
.button-expandable i {
  padding: 0 10px 0 10px;
}
.button-expandable::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: -10px;
  left: 0;
  background-color: #3f4b62;
  transition: all 0.2s ease-in-out;
  transform: scale(0, 0);
  visibility: hidden;
}

.expandable .exp-i {
  text-align: center;
  margin-top: 10px;
}
.expandable .status {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  border-radius: 0;
  text-align: center;
}
.expandable .progress {
  margin-bottom: 1em;
}
.expandable .progress > label {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0.5em 0;
  display: block;
  text-align: center;
}
.expandable .progress > div {
  background: #dbdbdb;
  height: 30px;
  line-height: 30px;
}
.expandable .progress > div > div {
  background: #3ac495;
}
.expandable a {
  color: #a9a9a9;
  font-size: 13px;
  display: block;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.expandable a i {
  padding: 10px 15px 10px 15px;
  width: 20px;
}
.expandable a:hover {
  color: #f3f0f0;
  text-decoration: underline;
  background: #e9e9e9;
  font-weight: bold;
}
.expandable a:hover i {
  scale: 1.4;
  transition: all 0.25s ease;
}
.expandable .link-quadrary:hover {
  background: linear-gradient(45deg, #d83d4f, #d83d4f, #fff, #d83d4f, #d83d4f);
  background-size: 400% 400%;
  text-decoration: none;
}
.expandable .link-secondary:hover {
  background: linear-gradient(45deg, #2fb688, #2fb688, #fff, #2fb688, #2fb688);
  background-size: 400% 400%;
  text-decoration: none;
}
.expandable .link-ternary:hover {
  background: linear-gradient(45deg, #f7d14d, #f7d14d, #fff, #f7d14d, #f7d14d);
  background-size: 400% 400%;
  text-decoration: none;
}
.expandable .link-primary:hover {
  background: linear-gradient(45deg, #3f4b62, #3f4b62, #fff, #3f4b62, #3f4b62);
  background-size: 400% 400%;
  text-decoration: none;
}
.expandable .link-quinary:hover {
  background: linear-gradient(45deg, #43c99a, #43c99a, #fff, #43c99a, #43c99a);
  background-size: 400% 400%;
  text-decoration: none;
}

.quick-project {
  box-sizing: border-box;
  margin: 1%;
}
.quick-project .header-quick {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}
.quick-project .header-quick .title-quick {
  font-weight: bold;
  padding: 0.6em;
  text-transform: uppercase;
}
.quick-project .header-quick .description-quick {
  font-size: 13px;
}

.with-margin {
  margin-bottom: 1em;
  margin-top: 1em;
}

.review-container {
  transition: all 1s ease-in-out;
}
.review-container > a {
  background: white;
  border-radius: 50px;
  box-shadow: 0 0 10px #a1a1a1;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  transition: transform 0.3s ease;
}
.review-container > a:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.review-container-fixed {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  right: 1vw;
  bottom: 2vw;
  transition: all 1s ease-in-out;
  flex-direction: column-reverse;
  align-items: flex-end;
  z-index: 2;
}
.review-container-fixed > a {
  background: white;
  border-radius: 50px;
  box-shadow: 0 0 10px #a1a1a1;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  transition: transform 0.3s ease;
}
.review-container-fixed > a:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.review-star-container {
  display: flex;
  justify-content: center;
}
.review-star-container > a {
  max-width: 25px;
  padding: 5px;
  border-radius: 5px;
}
.review-star-container > a:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.title-a {
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px;
}

.title-b {
  font-size: 0.7em;
  text-align: center;
  padding: 5px;
}

.review-container-body {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  padding-bottom: 1em;
  display: block;
  text-align: left;
}

.review-box-hidden {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: -100%;
  right: 0;
  transition: all 0.5s ease-out;
  width: 300px;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
}

.review-box-visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-out;
  width: 250px;
  background: #f9f9f9;
  padding: 10px;
  position: relative;
  margin-bottom: 3px;
  box-shadow: 0 0 10px #7c7b7b;
  z-index: 3;
}

.review-close {
  font-size: 20px;
  transition: all 0.25s ease;
  opacity: 0.4;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: -20px;
}

.review-close:hover {
  color: #2fb688;
  opacity: 1;
  transform: scale(1.4);
}

#review-image-main {
  transition: all 1s ease-in-out;
}

.flex-direction-column {
  flex-direction: column;
}

.project-single-svg, .project-multi-svg, .project-reinspection-svg, .project-basket-svg,
.project-home-svg, .project-map-pin-svg,
.project-map-svg, .project-map-marked,
.calendar-check-svg, .project-retweet-svg,
.user-check-svg, .users-cog-svg {
  background-repeat: no-repeat !important;
  height: 30px;
  width: 23px;
}

.thumbtack-1, .thumbtack-2 {
  background-position: bottom !important;
  background-repeat: no-repeat !important;
}

.thumbtack-1 {
  background-image: url("/resources/img/project/thumbtack-1.svg") !important;
}

.thumbtack-2 {
  background-image: url("/resources/img/project/thumbtack-2.svg") !important;
}

.project-single-svg {
  background-image: url("/resources/img/project/single.svg") !important;
}

.project-multi-svg {
  background-image: url("/resources/img/project/multi.svg") !important;
}

.project-home-svg {
  background-image: url("/resources/img/project/home.svg") !important;
}

.project-map-pin-svg {
  background-image: url("/resources/img/project/map-pin.svg") !important;
}

.project-map-svg {
  background-image: url("/resources/img/project/map.svg") !important;
}

.project-reinspection-svg {
  background-image: url("/resources/img/reinspection_task_icon_2.svg") !important;
}

.project-basket-svg {
  background-image: url("/resources/img/basket_task_icon_1.svg") !important;
}

.project-map-marked {
  background-image: url("/resources/img/project/map-marked.svg") !important;
}

.calendar-check-svg {
  background-image: url("/resources/img/project/calendar-check.svg") !important;
}

.project-retweet-svg {
  background-image: url("/resources/img/project/retweet.svg") !important;
}

.user-check-svg {
  background-image: url("/resources/img/project/user-check.svg") !important;
}

.users-cog-svg {
  background-image: url("/resources/img/project/users-cog.svg") !important;
}

.upload-file-info-beta {
  text-transform: initial;
  font-size: 0.7em;
  color: #b7b7b7;
  font-style: italic;
  margin-top: 5px;
  max-width: 72%;
  display: block;
}

.btn-60p-width {
  min-width: 60% !important;
}

.info-tooltip-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 0;
}
.info-tooltip-container > a {
  margin-top: 10px;
  margin-right: 10px;
}
.info-tooltip-container > a:hover {
  scale: 1.2;
}

.tooltip-modal-desc {
  display: flex;
  font-size: 0.9em;
}

.tooltip-modal-pictures {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 2em;
  margin-top: 2em;
}
.tooltip-modal-pictures img {
  max-height: 600px;
}

.buttons-column {
  display: flex;
  flex-direction: column;
}
.buttons-column > a {
  font-size: 0.8em;
  margin-right: 0 !important;
}

.table-custom-edit {
  font-size: 12px;
  text-align: left;
}
.table-custom-edit th {
  text-transform: uppercase;
  padding-bottom: 5px;
}
.table-custom-edit td {
  padding-left: 10px;
  padding-bottom: 5px;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filterCategoriesC1 .ms-choice {
  border-color: #1e976d;
  border-radius: 8px;
}

.alert-info-light {
  color: #495057;
  background: #fdfdfd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5em;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.9em;
}

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

.summary-progress-container {
  padding: 1em;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}
.summary-progress-container-title {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 3px;
}
.summary-progress-container .progress-tg-edit {
  border: 1px solid #3ac495;
  border-radius: 3px;
  width: 180px;
  margin-left: 10px;
  position: relative;
}
.summary-progress-container .progress-tg-edit .bg-progress {
  background: #3ac495;
  height: 26px;
  display: block;
}
.summary-progress-container .progress-tg-edit > label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
}

.info-tooltip-modal {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
}
.info-tooltip-modal > a {
  display: block;
}
.info-tooltip-modal > a:hover {
  color: #1e976d;
}

.info-icon-tooltip {
  position: relative;
  transition: opacity 0.2s;
}

.info-icon-tooltip:hover .modal-tooltip-show-more {
  opacity: 1;
}

.modal-tooltip-show-more {
  position: absolute;
  display: flex;
  right: 17px;
  top: -5px;
  align-items: center;
  width: max-content;
  border: 1px solid #279d75;
  padding: 1px 1px 1px 5px;
  font-size: 10px;
  background: #2fb688;
  color: white;
  font-weight: normal;
  border-radius: 5px 11px 11px 5px;
  opacity: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.modal-tooltip-show-more-icon {
  padding: 4px 5px 4px 5px;
  border: 1px solid #1e976d;
  margin-left: 5px;
  border-radius: 50%;
  background: #1ba776;
}

.tooltip-modal-desc {
  display: flex;
  font-size: 0.9em;
}

.tooltip-modal-pictures {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 2em;
  margin-top: 2em;
}
.tooltip-modal-pictures img {
  max-height: 600px;
}

.info-filter-header {
  width: 100%;
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.info-filter-desc {
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  width: 92%;
}

.info-filter-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-filter-image-container > img {
  border-radius: 5px;
  max-width: 92%;
  max-height: 590px;
  margin: 10px;
  transition: opacity 0.5s ease-in-out;
}

.info-filter-pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.info-filter-footer {
  position: absolute;
  transform: translateX(-50%);
  bottom: 15px;
  left: 50%;
  display: flex;
  flex-direction: column;
  height: 70px;
  justify-content: flex-end;
  width: 96%;
}

.info-filter-confirm {
  display: flex;
  margin-top: 10px;
  align-items: center;
  font-size: 0.8em;
  justify-content: space-between;
}

.info-filter-checkbox-container {
  display: flex;
  flex-direction: row-reverse;
}

.info-filter-right {
  position: absolute;
  right: 0;
  top: 30%;
  font-size: 2em;
  padding-top: 150px;
  padding-bottom: 150px;
}
.info-filter-right:hover > i {
  scale: 1.1;
}

.info-filter-left {
  position: absolute;
  left: 0;
  top: 30%;
  font-size: 2em;
  padding-top: 150px;
  padding-bottom: 150px;
}
.info-filter-left:hover > i {
  scale: 1.1;
}

.info-filter-step-container {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-filter-step-container.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, visibility 0s;
  position: relative;
}

.card-tg-small-shorter {
  width: 248px !important;
  margin-right: 20px;
}

.card-tg-small {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 300px;
  min-height: 140px;
  border-color: #3CB789 !important;
  padding: 10px;
  cursor: pointer;
  margin-top: 1em;
}
.card-tg-small-active:hover {
  box-shadow: 0 0 7px #28ab7e;
}
.card-tg-small-active {
  background-color: #CAECE0;
}
.card-tg-small-disabled {
  cursor: not-allowed;
}
.card-tg-small-inactive {
  border: 1px solid rgba(47, 182, 136, 0.1803921569);
  cursor: pointer;
}
.card-tg-small-inactive:hover {
  border: 1px solid #2fb688;
}
.card-tg-small-header {
  text-align: center;
  font-size: 0.7em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-tg-small-header > img {
  max-height: 25px;
}
.card-tg-small-header .card-title {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.card-tg-small-body {
  text-align: center;
}
.card-tg-small-body .card-text-priv {
  margin: 0;
  font-size: 0.7rem;
}

.card-tg-small-icon {
  max-height: 22px;
}

.tick-checked {
  background-image: url("/resources/img/project/tick.svg") !important;
  height: 22px;
  width: 22px;
  background-size: cover;
}

.tick-unchecked {
  background-image: url("/resources/img/project/line.svg") !important;
  height: 22px;
  width: 22px;
  background-size: cover;
}

.survey-editor-inventory-slide-container {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin-top: -2px;
  padding: 10px;
  background: #f9f9f9;
}

.accordion-tab {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: #f8f9fa;
  overflow: hidden;
}

.accordion-title {
  padding: 14px 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: rgb(243, 240, 240);
  transition: background 0.8s;
}

.accordion-title:hover {
  background: #cdcdcd;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 1s ease, padding 1s ease;
  background: #fff;
}

.accordion-content.opening,
.accordion-content.open {
  padding: 20px;
}

.accordion-content-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  justify-items: end;
}

.accordion-content-footer {
  text-align: right;
  gap: 10px;
  margin-bottom: 30px;
}

.r-step {
  border-left: 5px solid #007bff;
  background: #f9f9f9;
  padding: 20px 20px 20px 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  position: relative;
}

.r-step-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #007bff;
}

.r-step-content {
  font-size: 0.95em;
  line-height: 1.6;
}

.r-excel-example {
  background: #fff;
  border: 1px solid #ccc;
  padding: 12px;
  font-family: monospace;
  font-size: 0.9em;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow-x: auto;
}

.r-highlight {
  background: #e7f3ff;
  padding: 5px 8px;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  color: #004085;
}

.r-note {
  background: #fff3cd;
  border-left: 5px solid #ffeeba;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 0.9em;
  margin-top: 10px;
  color: #856404;
}

.r-final-section {
  font-size: 0.9em;
  margin-top: 20px;
  padding: 12px;
  border-top: 1px dashed #ccc;
}

.surveys-list > div {
  padding: 1.5em;
  border: 1px solid #dbdbdb;
  border-radius: 0.3em;
  min-height: 190px;
  position: relative;
  padding-right: 150px;
  overflow: hidden;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
}
.surveys-list > div > div.pItem > h3 {
  font-size: 1.2em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #2b3648;
  margin-bottom: 1em;
  margin-right: 1em;
}
.surveys-list > div > div.pItem > h3 i {
  color: #2fb688;
  margin-right: 5px;
}
.surveys-list > div > div.pItem > h5 {
  margin-bottom: 0;
  font-weight: normal;
}
.surveys-list > div > div.pItem .btn {
  margin-top: 1.5em;
  margin-right: 0.4em;
}
.surveys-list > div > div.pItem .numbers {
  position: absolute;
  width: 150px;
  right: 0;
  top: 0;
  background: #3f4a61;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  border-left: 2px solid #2b3648;
}
.surveys-list > div > div.pItem .numbers > div {
  height: 50%;
  border-bottom: 2px solid #2b3648;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.7em;
  transition: all 0.25s ease;
}
.surveys-list > div > div.pItem .numbers > div > span {
  display: block;
  text-transform: uppercase;
  font-size: 0.4em;
  margin-top: 0.3em;
  opacity: 0.8;
}
.surveys-list > div > div.pItem .numbers > div:last-child {
  border-bottom: 0;
}
@media (max-width: 980px) {
  .surveys-list > div > div.pItem {
    width: 100%;
  }
}
.surveys-list > div:hover {
  background: #fbfbfb;
  border-color: #3f4b62;
}
.surveys-list > div:hover .numbers > div {
  color: #2fb688;
}
.surveys-list > div:hover .numbers > div > span {
  color: #fff;
}

.sItem {
  border-radius: 0.3em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.removal {
  z-index: 5;
}

.removalChoose {
  background: rgba(63, 75, 98, 0.3);
  padding-top: 75px;
}

.removalChosen {
  background: rgba(63, 75, 98, 0.7);
}

.tykTotal {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 70px 65px;
  background-image: url("/javax.faces.resource/img/check.png.xhtml");
  background-repeat: no-repeat;
  background-position: center center;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 9px;
}

/* Hide default HTML checkbox */
.switch .tchk {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tchk:not(:checked) + .slider:before {
  background-color: white;
  border: grey 2px solid;
  left: 0px;
  bottom: -6px;
}

.tchk:checked + .slider:before {
  background-color: #3F4B62;
  left: 0px;
  bottom: -4px;
}

.tchk:checked + .slider {
  background-color: #4084BE;
}

.tchk:not(:checked) + .slider {
  background-color: gray;
}

.tchk:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.tchk:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.search-container {
  padding: 0 5px 0 35px;
  font-size: 16px;
  border: 1px solid #2FB688;
  border-radius: 9px;
  outline: none;
  width: 375px;
  height: 32.7px;
  margin-right: 10px;
  margin-top: 10px;
}

.search-container i {
  position: absolute;
  top: 61%;
  left: 10px;
  transform: translateY(-50%);
  color: #3F4B62;
  font-size: 16px;
}

.recommendation-container input {
  border: 0 solid #3F4B62;
  position: relative;
  font-size: 13px;
}

.recommendation-container {
  position: relative;
  display: inline-block;
  padding: 0 5px 0 35px;
  font-size: 16px;
  border: 1px solid #2FB688;
  border-radius: 9px;
  outline: none;
  width: 375px;
  height: 46.7px;
  margin-right: 10px;
}

.recommendation-description {
  position: relative;
  display: inline-block;
  padding: 7px 7px 7px 7px;
  font-size: 14px;
  border: 1px solid #2FB688;
  border-radius: 6px;
  outline: none;
  width: 100%;
  margin-right: 10px;
  min-height: 47px;
}

.recommendation-name-input {
  position: relative;
  display: inline-block;
  padding: 7px 7px 7px 7px;
  font-size: 14px;
  border: 1px solid #2FB688;
  border-radius: 9px;
  outline: none;
  width: 86%;
  margin-right: 10px;
}

.recommendation-name-input input {
  border: 0 solid #3F4B62;
  position: relative;
  font-size: 13px;
  top: -6px;
  background: transparent;
}

.recommendation-desc-input {
  position: relative;
  display: inline-block;
  padding: 7px 7px 7px 7px;
  font-size: 14px;
  border: 1px solid #2FB688;
  border-radius: 9px;
  outline: none;
  width: 100%;
  min-height: 100px;
}

.recommendation-desc-input textarea {
  border: 0 solid #3F4B62;
  position: relative;
  font-size: 13px;
  background: transparent;
  max-height: 100px;
}

.recommendation-container i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #3F4B62;
  font-size: 16px;
}

.recommendation-container-text {
  position: relative;
  top: 27%;
}

.recommendation-box-option {
  padding: 0 5px 0 35px;
  font-size: 16px;
  border: 1px solid #2FB688;
  border-radius: 9px;
  outline: none;
  width: 30px;
  height: 32.7px;
  margin-right: 10px;
  margin-top: 10px;
}

.btn-recommendation {
  background: none;
  border: 1px solid #2FB688;
  border-radius: 9px;
  width: 30px;
  margin-right: 26px;
  padding: 10px 10px 10px 10px;
}

.btn-with-pic {
  background: none;
  border: 1px solid #2FB688;
  border-radius: 9px;
  height: 37px;
  display: flex;
  width: 37px;
  justify-content: center;
  align-items: center;
}

.dropdown-recommendation {
  position: absolute;
  background: #fbfbfb;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  top: 42px;
  width: max-content;
  transition: transform 0.2s ease-in-out;
}
.dropdown-recommendation > a {
  display: flex;
  padding: 5px 10px 5px 10px;
}
.dropdown-recommendation > a .dropdown-item-desc {
  display: flex;
  font-size: 0.7em;
  padding-left: 10px;
  align-items: center;
}
.dropdown-recommendation > a:hover {
  background: #efefef;
}
.dropdown-recommendation > a:hover > div {
  scale: 1.1;
}

.flag-icon-HIGH {
  background-image: url("/resources/img/red-flag.svg") !important;
  background-repeat: no-repeat;
  background-position: 100% 0;
  height: 20px;
  width: 20px;
}
.flag-icon-MEDIUM {
  background-image: url("/resources/img/yellow-flag.svg") !important;
  background-repeat: no-repeat;
  background-position: 100% 0;
  height: 20px;
  width: 20px;
}
.flag-icon-LOW {
  background-image: url("/resources/img/blue-flag.svg") !important;
  background-repeat: no-repeat;
  background-position: 100% 0;
  height: 20px;
  width: 20px;
}
.flag-icon-NONE {
  background-image: url("/resources/img/gray-flag.svg") !important;
  background-repeat: no-repeat;
  background-position: 100% 0;
  height: 20px;
  width: 20px;
}

.subtask-icon {
  background-image: url("/resources/img/subtask.svg") !important;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: cover;
  height: 20px;
  width: 20px;
  display: block;
}

.recommendation-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2%;
}
.recommendation-title-container-item {
  position: relative;
  display: inline-block;
  padding: 7px 7px 7px 7px;
  font-size: 14px;
  border: 1px solid #2FB688;
  border-radius: 9px;
  outline: none;
  width: 100%;
  margin-right: 10px;
  height: 37px;
}
.recommendation-title-container-item > input {
  border: 0 solid #3F4B62;
  position: relative;
  font-size: 13px;
  top: -6px;
  background: transparent;
}

.recommendation-btn-container {
  position: relative;
  display: inline-block;
  font-size: 16px;
  outline: none;
  width: 199px;
  height: 32.7px;
  padding: 0.4em 0.7em 0.7em;
}

.recommendation-items-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2%;
}

.question-recommendation-container {
  position: relative;
  display: flex;
  margin-top: 2%;
  align-items: center;
  justify-content: space-between;
}

.question-recommendation {
  display: inline-block;
  width: 83%;
  padding: 7px 7px 7px 7px;
  border: 1px solid #2FB688;
  border-radius: 9px;
}

.selectPriority {
  width: 12%;
}

.main-buttons-rec {
  background: none;
  border: 1px solid #2FB688;
  border-radius: 7px;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.rec-container {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
.rec-container-col1 {
  position: unset;
  display: inline-flex;
  padding: 0 5px 0 10px;
  font-size: 16px;
  border: 1px solid #2FB688;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 46.7px;
  margin-right: 15px;
  align-items: center;
}
.rec-container-col1 > i {
  color: #2FB688;
}
.rec-container-col1 > input {
  border: 0;
  background: none;
}
.rec-container-col1 > a {
  margin-right: 10px;
  transition: 0.2s ease-in-out;
}
.rec-container-col1 > a:hover {
  scale: 1.1;
}
.rec-container-col2 {
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
}

.btn-rec-override {
  font-size: 0.7em;
  height: 19px;
  display: flex;
  align-items: center;
  border-radius: 7px;
}
.btn-rec-override > i {
  height: inherit;
  display: flex;
  align-items: center;
}

.scrollContainer-class-control::-webkit-scrollbar {
  width: 10px;
}

.scrollContainer-class-control::-webkit-scrollbar-track {
  background: #dcfce6;
}

.scrollContainer-class-control::-webkit-scrollbar-thumb {
  background: #a4ebd3;
  border-radius: 5px;
}

.scrollContainer-class-control::-webkit-scrollbar-thumb:hover {
  background: #2FB688;
}

.rec-checkbox-container {
  position: relative;
  display: flex;
  align-items: center;
}

.rec-custom-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  background-color: white;
  transition: background-color 0.3s, border-color 0.3s;
  outline: none;
  margin-right: 10px !important;
}

.rec-custom-checkbox:checked {
  background-color: #2FB688;
  border-color: #8b8b8b;
}

.rec-custom-checkbox:hover {
  border-color: #888;
}

.rec-tooltip-icon {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
}
.rec-tooltip-icon > a > i {
  color: #FFD43B !important;
  font-size: 0.9em !important;
}
.rec-tooltip-icon > a > i:hover {
  transform: scale(1.1);
}

.rec-tooltip-container {
  display: flex;
  width: 300px;
  height: auto;
  position: absolute;
  background: white;
  border: 1px solid #cfcccc;
  border-radius: 5px;
  font-size: 0.8em;
  z-index: 99999;
  flex-direction: column;
  padding: 10px 20px 20px 20px;
}
.rec-tooltip-container-head {
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
}
.rec-tooltip-container-inner {
  border: 1px solid #2FB688;
  padding: 10px;
  border-radius: 10px;
  min-height: 60px;
  font-size: 0.8em;
  display: flex;
  flex-wrap: wrap;
}

.plus-minus-input {
  display: flex;
  align-items: center;
}
.plus-minus-input-container {
  margin: 10px;
}
.plus-minus-input-container-head {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.plus-minus-input-container-body {
  display: flex;
  width: 130px;
  align-items: center;
}
.plus-minus-input-container-body > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  width: 19px;
  height: 4px;
}
.plus-minus-input-container-body > a > i {
  margin-top: 3px !important;
}
.plus-minus-input-container-body > a:hover {
  background: #efefef !important;
}

.plus-minus-number-input {
  text-align: center;
}

.plus-minus-number-input::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  appearance: none;
}

.icon-opened {
  color: #30B688;
  rotate: 90deg;
}

.dropdown-coloured {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown-coloured > label {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-coloured.secondary .ms-choice {
  border-color: #2FB688;
  border-radius: 8px;
  line-height: 2.3em;
}
.dropdown-coloured.secondary .ms-choice > div {
  background: url("/javax.faces.resource/img/multiple-select-secondary.png.xhtml");
}
.dropdown-coloured.secondary .ms-choice > span {
  font-size: 0.9em;
  font-weight: bold;
}
.dropdown-coloured.secondary .ms-choice.disabled {
  background: #d5f1e8 !important;
  opacity: 0.5;
}
.dropdown-coloured.secondary .ms-search > input {
  border-color: #2FB688;
  background: url("/javax.faces.resource/img/multiple-select-secondary.png.xhtml") no-repeat 100% -18px;
}
.dropdown-coloured.secondary > select {
  border-color: #2FB688;
  border-radius: 8px;
  line-height: 2.3em;
  font-size: 0.9em;
  background-image: url("/javax.faces.resource/img/multiple-select-secondary.png.xhtml");
  background-repeat: no-repeat;
  background-position: right -26px top;
  background-position-y: 3px;
  background-size: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.dropdown-coloured.secondary > select:disabled {
  background-color: #d5f1e8 !important;
  opacity: 0.5;
}

.answer-filters {
  margin-bottom: 2em;
}
.answer-filters > .label-top {
  margin-bottom: 1em;
}

.add-answer-filter-row {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  border: 1px solid #dbdbdb;
  margin-bottom: 1em;
  background: #fbfbfb;
  flex-wrap: wrap;
}
.add-answer-filter-row .add-answer-filter-orand {
  display: flex;
}
.add-answer-filter-row .add-answer-filter-orand .btn {
  width: 70px;
}
.add-answer-filter-row .add-answer-filter-orand .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.add-answer-filter-row .add-answer-filter-orand .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.add-answer-filter-row .add-answer-filter-orand .btn.active {
  background: #3f4b62;
  color: #fff;
}
.add-answer-filter-row .select {
  width: 100%;
  margin-bottom: 0.7em;
}
.add-answer-filter-row .submit {
  display: flex;
  margin-left: auto;
}
.add-answer-filter-row .submit .btn {
  display: flex;
  align-items: center;
}
.add-answer-filter-row .submit .btn:first-child {
  margin-right: 0.5em;
}

.answer-filter-row {
  display: flex;
  font-size: 0.9em;
  padding: 0.5em 0;
  line-height: 1;
  align-items: center;
  border-top: 1px solid;
}
.answer-filter-row > div {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1.5em;
  max-width: 30%;
  line-height: 1.4;
  white-space: nowrap;
}
.answer-filter-row > div > span {
  font-style: italic;
}
.answer-filter-row .remove {
  margin-left: auto;
  margin-right: 0;
}
.answer-filter-row:last-child {
  border-bottom: 1px solid;
  margin-bottom: 1em;
}

.question-stats-details-cards .card {
  flex-direction: column;
  justify-content: center;
}
.question-stats-details-cards .main-question-info .number-box {
  padding-top: 1em;
  border-top: 1px dashed #dbdbdb;
}
.question-stats-details-cards .main-question-info .details {
  margin-bottom: 0.3em;
}
.question-stats-details-cards .main-question-info .details > div {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: 1px solid #dbdbdb;
}
.question-stats-details-cards .main-question-info h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2em;
}
.question-stats-details-cards .additional-question-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.question-stats-details-cards .additional-question-info .number-answer-info {
  margin: 0;
}
.question-stats-details-cards .additional-question-info .chart-horizontal {
  width: 100%;
}
.question-stats-details-cards .additional-question-info .chart-horizontal .removed-info {
  opacity: 60%;
  font-style: italic;
}
.question-stats-details-cards .additional-question-info .chart-horizontal .removed-choice {
  opacity: 60%;
}

.number-answer-info {
  margin: 3em 0 1em 0;
  display: flex;
  align-items: flex-end;
}
.number-answer-info .number-box {
  margin-right: 1em;
}
@media (max-width: 800px) {
  .number-answer-info {
    flex-direction: column;
    align-items: stretch;
  }
  .number-answer-info .number-box {
    margin-right: 0;
    margin-bottom: 0.5em;
    font-size: 0.9em;
  }
  .number-answer-info .number-box > label {
    margin-top: 0.2em;
  }
}

.attr-container {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
  position: relative;
}

.attr-component {
  flex: 1;
  padding: 10px;
  border: 0px solid rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background-color: rgba(47, 182, 136, 0.4);
  margin-left: 3.4em;
  margin-right: 3.4em;
  text-align: left;
}

.icon-between {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: white;
  border-radius: 50%;
  padding: 5px 10px;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.attr-container:last-child .icon-between {
  display: none;
}

.attr-component:hover {
  cursor: grab;
}

.pointer-drag {
  cursor: pointer;
  opacity: 0.8;
  color: white;
}

.withPaddingDrag {
  padding-right: 0.1em;
}

.notification-history-table .text-wide p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 0.9em;
}

.progress-result-info {
  display: flex;
  justify-content: space-between;
}
.progress-result-info .card {
  margin-right: 1.5em;
}
.progress-result-info .card:last-child {
  margin-right: 0;
}
@media (max-width: 980px) {
  .progress-result-info {
    flex-direction: column;
  }
  .progress-result-info .card {
    margin-right: 0;
  }
}
@media (max-width: 980px) and (max-width: 580px) {
  .progress-result-info .card {
    flex-direction: column;
  }
  .progress-result-info .card > div {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .progress-result-info .card > div:last-child {
    margin-bottom: 0;
  }
  .progress-result-info .card > div.status-chart, .progress-result-info .card > div.result-chart {
    min-height: 30px;
  }
  .progress-result-info .card > div.status-legend {
    width: 100%;
  }
}

.overall-progress-card, .overall-result-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.overall-progress-card .main-number, .overall-result-card .main-number {
  margin-right: 0.5em;
  min-width: 180px;
}
.overall-progress-card .status-chart, .overall-progress-card .result-chart, .overall-result-card .status-chart, .overall-result-card .result-chart {
  height: 100%;
  width: 100%;
  background: #f3f0f0;
  display: flex;
  border: 1px solid;
  overflow: hidden;
  border-radius: 5px;
  min-height: 80px;
}
.overall-progress-card .status-chart > div.col-primary, .overall-progress-card .result-chart > div.col-primary, .overall-result-card .status-chart > div.col-primary, .overall-result-card .result-chart > div.col-primary {
  background: #3f4b62;
}
.overall-progress-card .status-chart > div.col-secondary, .overall-progress-card .result-chart > div.col-secondary, .overall-result-card .status-chart > div.col-secondary, .overall-result-card .result-chart > div.col-secondary {
  background: #2fb688;
}
.overall-progress-card .status-chart > div.col-ternary, .overall-progress-card .result-chart > div.col-ternary, .overall-result-card .status-chart > div.col-ternary, .overall-result-card .result-chart > div.col-ternary {
  background: #f7d14d;
}
.overall-progress-card .status-chart > div.col-quadrary, .overall-progress-card .result-chart > div.col-quadrary, .overall-result-card .status-chart > div.col-quadrary, .overall-result-card .result-chart > div.col-quadrary {
  background: #d83d4f;
}

.overall-progress-card .status-legend {
  font-size: 0.85em;
  text-transform: uppercase;
  min-width: 280px;
}
.overall-progress-card .status-legend > div {
  margin-bottom: 0.3em;
  display: flex;
  align-items: center;
}
.overall-progress-card .status-legend > div > span:first-child {
  margin-right: 0.8em;
  width: 20px;
  height: 20px;
  border-radius: 30px;
}
.overall-progress-card .status-legend > div > span:first-child.col-primary {
  background: #3f4b62;
}
.overall-progress-card .status-legend > div > span:first-child.col-secondary {
  background: #2fb688;
}
.overall-progress-card .status-legend > div > span:first-child.col-ternary {
  background: #f7d14d;
}
.overall-progress-card .status-legend > div > span:first-child.col-quadrary {
  background: #d83d4f;
}
.overall-progress-card .status-legend > div:last-child {
  margin-bottom: 0;
}
.overall-progress-card .status-chart {
  margin-right: 1.5em;
}

.overall-result-card {
  width: 100%;
  display: flex;
  align-items: center;
}
.overall-result-card .result-chart {
  width: 100%;
}

#progressTable div.status {
  white-space: nowrap;
  font-size: 0.75;
}
#progressTable div.status i {
  font-size: 0.9em;
  margin-left: 0.2em;
}
#progressTable div.audit {
  white-space: nowrap;
  font-size: 0.75;
}
#progressTable div.audit i {
  font-size: 0.9em;
  margin-left: 0.2em;
}

.task-fill .task-fill-info {
  background: #fcfbfb;
  text-align: center;
  padding: 20px;
  align-self: flex-start;
  border: 1px solid #dbdbdb;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
}
.task-fill .task-fill-info > i {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.task-fill .task-fill-info > h2 {
  font-size: 1.5em;
}
.task-fill .task-fill-info > ul {
  padding: 0;
  font-size: 0.9em;
}
.task-fill .task-fill-info > ul li {
  list-style-type: none;
  padding: 0;
}
.task-fill .task-fill-info .chart-bg-hor {
  margin-bottom: 1em;
  border: 1px solid;
  background: #fff;
}
.task-fill .task-fill-info .chart-bg-hor > div {
  background: #2fb688;
}
.task-fill .task-fill-info .task-fill-geolocation-info {
  font-size: 0.85em;
  margin-bottom: 2em;
}
.task-fill .task-fill-info .buttons .btn {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.task-fill .task-fill-info .buttons .btn i {
  float: left;
}
.task-fill .task-fill-info.is_stuck {
  margin-top: 1.5em;
}
.task-fill .isHiddenTooltip {
  background-color: lightgray;
  padding: 5px;
  font-size: 14px;
}
.task-fill .task-fil-info-new {
  background: #fcfbfb;
  text-align: center;
  padding-inline: 20px;
  align-self: flex-start;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
}
.task-fill .task-fil-info-new > i {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.task-fill .task-fil-info-new > h2 {
  font-size: 1.5em;
}
.task-fill .task-fil-info-new > ul {
  padding: 0;
  font-size: 0.9em;
}
.task-fill .task-fil-info-new > ul li {
  list-style-type: none;
  padding: 0;
}
.task-fill .task-fil-info-new .chart-bg-hor {
  margin-bottom: 1em;
  border: 1px solid;
  background: #fff;
}
.task-fill .task-fil-info-new .chart-bg-hor > div {
  background: #2fb688;
}
.task-fill .task-fil-info-new .task-fill-geolocation-info {
  font-size: 0.85em;
  margin-bottom: 2em;
}
.task-fill .task-fil-info-new .buttons .btn {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.task-fill .task-fil-info-new .buttons .btn i {
  float: left;
}
.task-fill .task-fil-info-new.is_stuck {
  margin-top: 1.5em;
}
.task-fill .dropdown {
  margin-bottom: 2px;
}
.task-fill .section-header {
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  font-size: small;
  background-color: #2fb688;
  padding: 10px;
  margin-bottom: 2px;
}
.task-fill .dropdown-icon {
  display: inline-block;
  float: right;
  color: white;
  transition: transform 0.2s;
}
.task-fill .dropdown-icon.open {
  transform: rotate(180deg);
}
.task-fill .dropdown-content {
  display: none;
  font-size: small;
  border: 1px solid lightgray;
}
.task-fill .dropdown-content.current-question {
  background-color: lightgray;
}
.task-fill .attached-file-link {
  width: 100%;
  font-size: x-small;
}
.task-fill .description-div {
  background-color: #2fb688;
  color: white;
  font-size: small;
  padding: 10px 0px;
}
.task-fill .description-text {
  cursor: pointer;
}
.task-fill td.task-fill-new {
  padding: 8px !important;
  border: 1px solid #2fb688 !important;
  font-weight: 600 !important;
  font-size: 0.9em !important;
}
.task-fill div.table.task-fill-new table {
  width: 100%;
  text-align: left;
  margin-bottom: 1.1em;
  border-collapse: separate !important;
  border-spacing: 0 5px !important;
  border-bottom: 0px !important;
}
.task-fill .name-task-fill {
  width: 350px;
  text-align: left;
  font-weight: bold;
  font-size: medium;
  text-transform: uppercase;
}
.task-fill .question-head {
  margin-bottom: 1.5em;
}
.task-fill .question-head .comment {
  font-style: italic;
  margin-bottom: 0.5em;
  margin-top: -1em;
}
.task-fill .answer {
  margin-bottom: 1.5em;
}
.task-fill .answer.answer-open textarea {
  height: 180px;
  border-color: #3f4b62;
}
.task-fill .answer.answer-choose .answer-item {
  font-size: 1em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  padding-bottom: 1em;
  border-bottom: 1px dashed #dbdbdb;
}
.task-fill .answer.answer-choose .answer-item:first-child {
  padding-top: 1em;
  border-top: 1px dashed #dbdbdb;
}
.task-fill .answer.answer-choose .answer-item > input {
  display: none;
}
.task-fill .answer.answer-choose .answer-item > input + label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.task-fill .answer.answer-choose .answer-item > input + label > div {
  width: 25px;
  height: 25px;
  border: 1px solid #3f4b62;
  border-radius: 25px;
  margin-right: 10px;
}
.task-fill .answer.answer-choose .answer-item > input + label > div.multiple {
  border-radius: 5px;
}
.task-fill .answer.answer-choose .answer-item > input + label + .answer-other-comment {
  display: none;
  margin-left: 20px;
  width: 300px;
  max-width: 100%;
}
.task-fill .answer.answer-choose .answer-item > input:checked + label {
  font-weight: bold;
}
.task-fill .answer.answer-choose .answer-item > input:checked + label > div {
  background: #2fb688;
}
.task-fill .answer.answer-choose .answer-item > input:checked + label + .answer-other-comment {
  display: block;
}
.task-fill .answer.answer-photo .file-form {
  margin-bottom: 2em;
}
.task-fill .answer.answer-photo .file-form #upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.task-fill .answer.answer-photo .photo-thumb {
  max-width: 280px;
  margin-right: 15px;
}
.task-fill .answer.answer-number .form-top input {
  border-color: #3f4b62;
}
.task-fill .comment {
  margin-bottom: 1.5em;
}
.task-fill .comment textarea {
  height: 80px;
}
.task-fill .recommendation-box {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.task-fill .recommendation-box .recommendation-header {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.task-fill .recommendation-box .recommendation-header i {
  margin-right: 10px;
  font-size: 18px;
}
.task-fill .recommendation-box .content {
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .task-fill {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }
  .task-fill > div {
    width: 100% !important;
    margin: 0;
    margin-bottom: 1.5em;
  }
}

.task-fill-selector-container {
  position: relative;
  padding: 0 50px;
  margin-bottom: 2em;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}

.task-fill-selector {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.task-fill-selector .survey-nav-element {
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #3f4b62;
  width: 500px;
  text-align: center;
  outline: none !important;
  min-height: 120px;
  border-right: 1px solid #dbdbdb;
  display: block;
  margin-bottom: -5px;
  flex-direction: column;
}
.task-fill-selector .survey-nav-element > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.task-fill-selector .survey-nav-element > div h5 {
  font-size: 12px;
  margin-bottom: 5px;
}
.task-fill-selector .survey-nav-element > div h4 {
  font-size: 1.1em;
  font-weight: normal;
}
.task-fill-selector .survey-nav-element > div .fa-caret-down, .task-fill-selector .survey-nav-element > div .fa-check-circle, .task-fill-selector .survey-nav-element > div .fa-bookmark {
  display: block;
  font-size: 0.8em;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  box-sizing: border-box;
  visibility: hidden;
}
.task-fill-selector .survey-nav-element.survey-nav-section {
  background: #fbfbfb;
}
.task-fill-selector .survey-nav-element.survey-nav-section h5 {
  text-transform: uppercase;
}
.task-fill-selector .survey-nav-element.survey-nav-section .fa-bookmark {
  visibility: visible;
  color: #3f4b62;
}
.task-fill-selector .survey-nav-element.survey-nav-section.answered .fa-bookmark {
  visibility: hidden;
}
.task-fill-selector .survey-nav-element.answered {
  background: #2fb688;
  color: #fff;
  border-color: #1e976d;
}
.task-fill-selector .survey-nav-element.answered .fa-check-circle {
  visibility: visible;
}
.task-fill-selector .survey-nav-element.active {
  background: #3f4b62;
  color: #fff;
  border-color: #2b3648;
}
.task-fill-selector .survey-nav-element.active .fa-caret-down {
  visibility: visible;
}
.task-fill-selector .survey-nav-element.active .fa-check-circle {
  visibility: hidden;
}
.task-fill-selector .survey-nav-element.logic-hidden {
  background: #dbdbdb;
  opacity: 0.3;
  pointer-events: none;
  border-color: #a2a2a2;
}

.task-fill-selector-nav .btn {
  position: absolute;
  top: 4.2em;
}
.task-fill-selector-nav .btn.prev {
  left: 0;
}
.task-fill-selector-nav .btn.next {
  right: 0;
}
.task-fill-selector-nav .btn.slick-disabled {
  opacity: 0.3;
}

.task-fill-nav-btns {
  padding-top: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 1px solid #dbdbdb;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.task-fill-nav-btns .btn {
  margin-left: 0.5em;
}
.task-fill-nav-btns .btn:first-child {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 980px) {
  .task-fill-nav-btns {
    flex-wrap: wrap;
  }
}

#taskDetailsModal .project-description .desc {
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 1.5em;
}

#answerContainer.disabled-answer .answer, #answerContainer.disabled-answer > .comment {
  opacity: 0.3;
  pointer-events: none;
}

.task-fill-title {
  font-size: 1.3em;
  font-weight: bold;
}

.legend-sm {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.legend-item-sm {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #555;
}

.legend-color-sm {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 8px;
  border: 1px solid #e3e0e0;
}

.chart-container-sm {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  margin: 10px auto 15px auto;
  max-width: 500px;
  height: 275px;
}

.bar-wrapper-sm {
  position: relative;
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: 10px;
}

.bar-bg-sm {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ebebeb;
}

.bar-sm {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 40px;
  position: relative;
  transition: 0.3s;
  border-radius: 4px 4px 0 0;
  border: 1px solid #f1efef;
}

.tooltip-sm {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background-color: #444;
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 6px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  white-space: nowrap;
  border: 1px solid #e3e0e0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.bar-wrapper-sm:hover .tooltip-sm {
  opacity: 1;
  z-index: 10;
}

.column-label-sm {
  position: absolute;
  bottom: -25px;
  font-size: 0.8em;
  font-weight: bold;
}

.flex {
  display: flex;
}

.task-table-a {
  margin-left: 8px;
  margin-bottom: 10px;
}
.task-table-a th {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 17px;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0;
}
.task-table-a td {
  padding: 10px 0 10px 10px;
  font-size: 17px;
  text-align: left;
}
.task-table-a .recommendation-icon {
  color: #FFD43B;
  margin-right: 9px;
}
.task-table-a .priority-section {
  display: flex;
  align-items: center;
  font-size: 17px;
}
.task-table-a .priority-section img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.task-table-a .priority-section div {
  font-weight: bold;
}
.task-table-a .recommendation-details {
  display: flex;
  font-size: 17px;
}
.task-table-a .recommendation-details div:first-child {
  margin-right: 20px;
}

.action-container {
  display: flex;
  margin-left: 10px;
}
.action-container .btn-primary i {
  color: white;
}

.i-color-green {
  color: #1e976d;
}

.i-color-red {
  color: #f11b1b;
}

.i-color-blue {
  color: #0046b7;
}

.values-filter-container {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}

.icon-resize-container {
  position: absolute;
  right: 7px;
  bottom: -6px;
  font-size: 13px;
  cursor: pointer;
}
.icon-resize-container > i:hover {
  scale: 1.2;
}

.export-card {
  text-align: center;
}
.export-card > i {
  font-size: 3em;
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}

.grouping-folder {
  display: grid;
  margin: 20px 2px;
}
.grouping-folder label {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grouping-folder div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.grouping-folder td {
  padding: 20px 40px;
}
.grouping-folder td input {
  scale: 2;
  margin-right: 12px;
}

.categories div.filter-panel {
  margin-bottom: 0;
}
.categories .pagination {
  width: 100%;
}
.categories .categories-picker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: center;
}
.categories .categories-picker > * {
  position: relative;
  text-align: center;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.categories .categories-picker > *:first-child {
  border-left: 1px solid #dbdbdb;
}
.categories .categories-picker > *:hover {
  background: #f3f0f0;
}
.categories .categories-picker > * .category-name {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  font-size: 0.8em;
}
.categories .categories-picker > * .projects-count {
  font-size: 0.7em;
}
.categories .categories-picker > * .icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin: 0 auto;
  overflow: hidden;
}
.categories .categories-picker > * .icon-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.7em;
  box-sizing: border-box;
}
.categories .categories-picker > *.active {
  background: #3f4b62;
  color: #f3f0f0;
  pointer-events: none;
}
.categories .categories-picker > *.active::after {
  content: "";
  border: 1em solid transparent;
  border-top-color: #2fb688;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .categories .categories-picker > *.active::after {
    opacity: 0;
  }
}
.categories #tgContainer {
  margin-top: 2em;
}
.categories .list-bar {
  display: grid;
  grid-template-columns: max-content auto max-content max-content max-content;
  align-items: center;
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
.categories .list-bar > * {
  font-weight: bold;
  margin-right: 2em;
}
.categories .list-bar .inactive {
  color: darkgrey;
}
.categories .list-bar i {
  margin-right: 0.3em;
}
.categories .categories-data-wrapper-grid {
  text-transform: uppercase;
  font-size: 0.85em;
}
.categories .categories-data-wrapper-grid .category-data {
  border: 1px solid #dbdbdb;
  margin-bottom: 1.5em;
  border-radius: 0.3em;
  padding-top: 0;
  padding-bottom: 0.3em;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-grid .category-data {
    text-align: center;
  }
}
.categories .categories-data-wrapper-grid .category-data > * {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.categories .categories-data-wrapper-grid .top {
  margin: 0 1.5em 0 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1360px) {
  .categories .categories-data-wrapper-grid .top {
    flex-direction: column;
    justify-content: center;
  }
}
.categories .categories-data-wrapper-grid .top .icon-and-title {
  margin: 0;
  display: grid;
  grid-template-columns: 104px 270px;
  grid-gap: 1em;
  align-items: center;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-grid .top .icon-and-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-grid .top {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.categories .categories-data-wrapper-grid .top .stats-wrapper {
  display: grid;
  grid-template-columns: 100px 100px;
  grid-template-rows: 60px 60px;
  margin: 0;
}
@media (max-width: 1280px) {
  .categories .categories-data-wrapper-grid .top .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-grid .top .stats-wrapper {
    grid-template-columns: 1fr;
  }
}
.categories .categories-data-wrapper-grid .top .stats-wrapper > div {
  margin: 0;
}
.categories .categories-data-wrapper-grid .top-text {
  display: flex;
  flex-direction: column;
}
.categories .categories-data-wrapper-grid .category-name {
  font-size: 1em;
  margin-bottom: 0;
  text-transform: initial;
}
@media (max-width: 1280px) {
  .categories .categories-data-wrapper-grid .category-name {
    font-size: 1.2em;
  }
}
.categories .categories-data-wrapper-grid .category-id {
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #dbdbdb;
  font-size: 0.8em;
}
.categories .categories-data-wrapper-grid .icon-wrapper {
  position: relative;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories .categories-data-wrapper-grid .icon-wrapper::before {
  content: "";
  position: absolute;
  left: -1.5%;
  top: -1.5%;
  height: 103%;
  width: 103%;
  border-radius: inherit;
  border: 9px solid #dbdbdb;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-grid .icon-wrapper {
    margin: 0 auto;
  }
}
.categories .categories-data-wrapper-grid .icon-wrapper img {
  width: inherit;
  height: inherit;
  display: block;
  object-fit: contain;
  box-sizing: border-box;
  padding: 1.8em;
}
.categories .categories-data-wrapper-grid .progress-ring__circle {
  transition: 0.35s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke: #2fb688;
  stroke-width: 9px;
}
.categories .categories-data-wrapper-grid .progress-ring {
  position: absolute;
  top: -23px;
  left: -23.5px;
}
.categories .categories-data-wrapper-grid .current-status {
  background: red;
  margin: 0;
  padding: 0.2em 2em;
  color: #fff;
  border-radius: 0.3em;
  text-align: center;
  font-size: 0.9em;
}
.categories .categories-data-wrapper-grid .current-status.PENDING {
  background: #28ab7e;
}
.categories .categories-data-wrapper-grid .current-status.DRAFT {
  background: #f2c838;
}
.categories .categories-data-wrapper-grid .current-status.COMPLETED {
  background: #cd3143;
}
.categories .categories-data-wrapper-grid .project-status {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1em 1em 0 1em;
}
.categories .categories-data-wrapper-grid .project-status > * {
  margin-bottom: 0;
}
.categories .categories-data-wrapper-grid .project-status > h2 {
  font-size: 1.4em;
}
.categories .categories-data-wrapper-grid .project-status > h5 {
  font-size: 0.7em;
}
.categories .categories-data-wrapper-grid .task-dates {
  margin: 0.5em 0;
  font-size: 0.7em;
}
.categories .categories-data-wrapper-grid .task-dates > * {
  margin: 0 1em 0 1em;
  text-transform: initial;
  font-size: 1.2em;
}
.categories .categories-data-wrapper-grid .task-dates > *:nth-child(n+2) {
  margin-top: -1px;
}
.categories .categories-data-wrapper-grid .project-main-info {
  padding: 1em;
}
.categories .categories-data-wrapper-grid .project-main-info > span:first-child {
  margin-right: 0.5em;
}
.categories .categories-data-wrapper-grid .project-main-info .create-project-date {
  text-transform: initial;
  font-size: 0.7em;
  margin: 0.5em 0 0.5em 0;
}
.categories .categories-data-wrapper-grid .btns-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
}
.categories .categories-data-wrapper-grid .btns-row > div:first-child {
  margin-right: 0;
}
@media (max-width: 1360px) {
  .categories .categories-data-wrapper-grid .btns-row {
    flex-direction: column;
    align-items: center;
  }
  .categories .categories-data-wrapper-grid .btns-row > div:first-child {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.categories .categories-data-wrapper-grid .manage-btns, .categories .categories-data-wrapper-grid .more-data-btns {
  display: flex;
  align-items: center;
}
.categories .categories-data-wrapper-grid .manage-btns > *:not(:last-child), .categories .categories-data-wrapper-grid .more-data-btns > *:not(:last-child) {
  margin-right: 1em;
}
.categories .categories-data-wrapper-grid .manage-btns > span, .categories .categories-data-wrapper-grid .more-data-btns > span {
  cursor: not-allowed;
  opacity: 0.3;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-grid .manage-btns, .categories .categories-data-wrapper-grid .more-data-btns {
    flex-direction: column;
    justify-content: center;
  }
  .categories .categories-data-wrapper-grid .manage-btns > *:not(:last-child), .categories .categories-data-wrapper-grid .more-data-btns > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.categories .categories-data-wrapper-list {
  text-transform: uppercase;
  font-size: 0.85em;
}
.categories .categories-data-wrapper-list .category-data {
  border: 1px solid #dbdbdb;
  margin-bottom: 0.5em;
  border-radius: 0.3em;
  padding-top: 0;
  padding-bottom: 0.3em;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.categories .categories-data-wrapper-list .category-data .left-section {
  margin: 0 1.5em 0 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1360px) {
  .categories .categories-data-wrapper-list .category-data .left-section {
    flex-direction: column;
    justify-content: center;
  }
}
.categories .categories-data-wrapper-list .category-data .left-section .icon-and-title {
  margin: 0;
  display: grid;
  grid-template-columns: 104px 270px;
  grid-gap: 1em;
  align-items: center;
}
@media (max-width: 1140px) {
  .categories .categories-data-wrapper-list .category-data .left-section .icon-and-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.categories .categories-data-wrapper-list .category-data .left-section .icon-and-title .top-text {
  display: flex;
  flex-direction: column;
  margin-right: -30px;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-list .category-data .left-section {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.categories .categories-data-wrapper-list .category-data .middle-section .detail-info {
  text-transform: initial;
  font-size: 1em;
}
.categories .categories-data-wrapper-list .category-data .middle-section .detail-info .create-project-date {
  margin: 0.5em 0 0.5em 0;
  border-bottom: 1px solid #dbdbdb;
}
.categories .categories-data-wrapper-list .category-data .middle-section .detail-info .task-dates {
  margin: 0.5em 0;
}
.categories .categories-data-wrapper-list .category-data .middle-section .detail-info .task-dates > *:nth-child(n+2) {
  margin-top: -1px;
}
.categories .categories-data-wrapper-list .category-data .middle-section .btns-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
}
.categories .categories-data-wrapper-list .category-data .middle-section .btns-row > div:first-child {
  margin-right: 0;
}
@media (max-width: 1360px) {
  .categories .categories-data-wrapper-list .category-data .middle-section .btns-row {
    flex-direction: column;
    align-items: center;
  }
  .categories .categories-data-wrapper-list .category-data .middle-section .btns-row > div:first-child {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.categories .categories-data-wrapper-list .category-data .middle-section .btns-row .more-data-btns {
  display: flex;
  align-items: center;
}
.categories .categories-data-wrapper-list .category-data .middle-section .btns-row .more-data-btns > *:not(:last-child) {
  margin-right: 1em;
}
.categories .categories-data-wrapper-list .category-data .middle-section .btns-row .more-data-btns > span {
  cursor: not-allowed;
  opacity: 0.3;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-list .category-data .middle-section .btns-row .more-data-btns {
    flex-direction: column;
    justify-content: center;
  }
  .categories .categories-data-wrapper-list .category-data .middle-section .btns-row .more-data-btns > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  margin: 0;
}
.categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper .project-status {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1em 1em 0 1em;
}
.categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper .project-status > * {
  margin-bottom: 0;
}
.categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper .project-status > h2 {
  font-size: 1.4em;
}
.categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper .project-status > h5 {
  font-size: 0.7em;
}
@media (max-width: 1280px) {
  .categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper {
    grid-template-columns: 1fr;
  }
}
.categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper > div {
  margin: 0;
}
.categories .categories-data-wrapper-list .category-data .delete-btn {
  display: flex;
  align-items: center;
  margin-right: 2em;
}
.categories .categories-data-wrapper-list .category-data .delete-btn > *:not(:last-child) {
  margin-right: 1em;
}
.categories .categories-data-wrapper-list .category-data .delete-btn > span {
  cursor: not-allowed;
  opacity: 0.3;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-list .category-data .delete-btn {
    flex-direction: column;
    justify-content: center;
  }
  .categories .categories-data-wrapper-list .category-data .delete-btn > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media (max-width: 1140px) {
  .categories .categories-data-wrapper-list {
    text-align: center;
  }
}
.categories .categories-data-wrapper-list > * {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.categories .categories-data-wrapper-list .icon-wrapper {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories .categories-data-wrapper-list .icon-wrapper::before {
  content: "";
  position: absolute;
  left: -1.5%;
  top: -1.5%;
  height: 103%;
  width: 103%;
  border-radius: inherit;
  border: 7px solid #dbdbdb;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-list .icon-wrapper {
    margin: 0 auto;
  }
}
.categories .categories-data-wrapper-list .icon-wrapper img {
  width: inherit;
  height: inherit;
  display: block;
  object-fit: contain;
  box-sizing: border-box;
  padding: 1.3em;
}
.categories .category-id {
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  font-size: 0.8em;
}
.categories .progress-ring__circle {
  transition: 0.35s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke: #2fb688;
  stroke-width: 7px;
}
.categories .progress-ring {
  position: absolute;
  top: -37.5px;
  left: -37.5px;
}
.categories .current-status {
  background: red;
  margin-top: 1em;
  margin-bottom: -0.5em;
  padding: 0.4em 3em;
  color: #fff;
  border-radius: 0.3em;
  text-align: center;
  font-size: 0.9em;
}
.categories .current-status.PENDING {
  background: #28ab7e;
}
.categories .current-status.DRAFT {
  background: #f2c838;
}
.categories .current-status.COMPLETED {
  background: #cd3143;
}
.categories .project-main-info {
  padding: 1em;
}
.categories .project-main-info > span:first-child {
  margin-right: 0.5em;
}
.categories .project-main-info .category-name {
  font-size: 1em;
  margin-bottom: 0;
  text-transform: initial;
}
@media (max-width: 1280px) {
  .categories .project-main-info .category-name {
    font-size: 1.2em;
  }
}

.priv {
  padding: 2%;
  width: 100%;
}

.privChck {
  float: right;
}

.granted {
  width: 100%;
  padding: 2%;
}

.t-item {
  text-align: center;
  padding: 1% 0%;
  width: 10%;
}

.prvTable {
  background: #3F4B62;
  font-weight: normal;
  font-size: 0.9em;
  padding: 13px;
  text-transform: uppercase;
  border: 1px solid #2b3648;
  color: #ffffff;
  height: 35px;
  font-family: "Montserrat", sans-serif;
}

.pull-right {
  width: 30%;
  padding: 2% 0;
  display: inline-block;
}

.half {
  width: 40%;
  display: inline-block;
}

.combo {
  padding: 3% 0%;
}

.edit-project #categoryContainer {
  margin-bottom: 1.5em;
}
.edit-project .categories-section-title {
  margin-top: 4em;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}
.edit-project .btns-wrapper {
  display: flex;
}
.edit-project .btns-wrapper > a:not(:last-child) {
  margin-right: 1em;
}

.categories-wrapper {
  margin-bottom: 2em;
}
.categories-wrapper .icon-wrapper {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.categories-wrapper .icon-wrapper > img {
  height: inherit;
  width: inherit;
  padding: 0.8em;
  box-sizing: border-box;
}
.categories-wrapper .category {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1em;
  align-items: center;
  padding: 1.5em 0;
  border-bottom: 1px solid #dbdbdb;
}
.categories-wrapper .category:first-child {
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 500px) {
  .categories-wrapper .category {
    justify-items: center;
  }
  .categories-wrapper .category .icon-wrapper {
    grid-column: 1/4;
  }
}
@media (max-width: 500px) {
  .categories-wrapper .top-text {
    grid-column: 1/4;
    text-align: center;
  }
}
.categories-wrapper .main-title {
  color: #2fb688;
  margin-bottom: 0;
}
.categories-wrapper .category-name {
  font-size: 1.2em;
  margin-bottom: 0;
}
.categories-wrapper .btns-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.categories-wrapper .btns-wrapper > a {
  margin-bottom: 0.5em;
}
.categories-wrapper .btns-wrapper > a:not(:last-child) {
  margin-right: 1em;
}
@media (max-width: 980px) {
  .categories-wrapper .btns-wrapper {
    grid-column: 1/4;
    justify-self: flex-end;
  }
}
@media (max-width: 500px) {
  .categories-wrapper .btns-wrapper {
    justify-self: center;
    justify-content: center;
  }
}
.categories-wrapper.with-btns {
  margin-top: 3em;
}
.categories-wrapper.with-btns .category {
  grid-template-columns: auto 1fr auto;
  padding: 1em;
}
.categories-wrapper.with-btns .category.active {
  background: #EAF9F4;
}
.categories-wrapper.with-btns .edit-add-category-panel {
  margin-bottom: 3em;
  margin-top: 2em;
}
.categories-wrapper.with-btns .edit-add-category-panel .btns-wrapper {
  text-align: left;
}
.categories-wrapper.list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4em;
}
@media (max-width: 1280px) {
  .categories-wrapper.list {
    grid-template-columns: 1fr;
  }
}
.categories-wrapper.list > .category:first-child {
  border-top-width: 0;
}

.edit-category-panel {
  display: block;
  margin-top: 1em;
}
.edit-category-panel .icon-wrapper {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.edit-category-panel .icon-wrapper > img {
  height: inherit;
  width: inherit;
  padding: 0.8em;
  box-sizing: border-box;
}
.edit-category-panel .form-top {
  margin-bottom: 1.5em;
}
.edit-category-panel .colors-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  grid-gap: 1em;
}
.edit-category-panel .colors-wrapper > div {
  cursor: pointer;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  box-sizing: border-box;
}
.edit-category-panel .colors-wrapper > div.active {
  cursor: initial;
  border: 3px solid #3f4b62;
}
.edit-category-panel .category-icon .icons-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 1em;
}
.edit-category-panel .category-icon .icons-wrapper .icon-wrapper {
  cursor: pointer;
  position: relative;
  height: 100px;
  width: 100px;
  box-sizing: border-box;
  font-size: 22px;
}
.edit-category-panel .category-icon .icons-wrapper .icon-wrapper.active {
  cursor: initial;
}
.edit-category-panel .category-icon .icons-wrapper .icon-wrapper.active::before {
  content: "";
  height: inherit;
  width: inherit;
  border: 3px solid #3f4b62;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.edit-category-panel .btns-wrapper.modal-footer {
  justify-content: flex-start;
  margin-bottom: 3em;
}

.verification-days {
  max-width: 26em;
  margin-bottom: 1.1em;
  position: relative;
  display: block;
}
.verification-days > label {
  white-space: normal;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.verification-days > label > i {
  color: #3f4b62;
  font-size: 1em;
  margin-left: 0.5em;
}

.line-container {
  display: flex;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.line-container .line {
  flex-grow: 1;
  height: 2px;
  background: #e5e5e5;
  margin-left: 10px;
  margin-bottom: 5px;
}

.transparent {
  color: transparent;
}

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

.optional {
  font-size: x-small;
  margin-bottom: 0.4em;
  padding-left: 6px;
  color: #838383;
}

.icon-wrapper-question {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  height: 50px;
  width: 65px;
  border: 2px solid rgba(143, 143, 143, 0.3);
  border-radius: 10px;
  color: white;
}

.active-bigger {
  cursor: initial;
  border: 2px solid #3f4b62;
  scale: 1.3;
  opacity: 1;
}

.not-active-icon {
  opacity: 0.6;
}

.not-active-icon:hover {
  opacity: 1;
  scale: 1.2;
}

.question-category-item {
  border-radius: 10px;
  box-shadow: 0 0 10px -6px rgba(0, 0, 0, 0.75);
}

.question-category-item:hover {
  box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.75);
}

.dropdown-custom-qc {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-button-custom-qc {
  padding: 6px 10px 6px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 3px;
  font-size: 0.9em;
  min-height: 36px;
}

.dropdown-content-custom-qc {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 5px;
}

.dropdown-item-custom-qc {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6px 10px 6px 10px;
  font-size: 0.9em;
}

.dropdown-item-custom-qc:hover {
  background-color: #f1f1f1;
}

.dropdown-content-custom-qc.active {
  display: block;
  max-height: 215px;
  overflow-x: auto;
  z-index: 10;
}

.abbr-custom-qc {
  background-color: white;
  height: 25px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid grey;
  margin-right: 8px;
  color: white;
  font-size: 0.8em;
}

.dropdown-item-custom-qc.selected {
  background-color: #f1f1f1;
  color: #333;
}

.dropdown-button-custom-choice {
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: 25px;
  background: url("/javax.faces.resource/img/multiple-select.png.xhtml") left top no-repeat;
}

.question-category-display {
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 4px 10px 4px 10px;
  color: white;
  min-width: 222px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #e3e0e0;
}

#questionCategoriesChart {
  min-height: 350px;
}

.round-color-picker {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.6;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

.round-color-picker::-webkit-color-swatch-wrapper {
  padding: 0;
}

.round-color-picker::-webkit-color-swatch {
  border: none;
  border-radius: 50%;
  padding: 0;
  background: transparent !important;
}

.round-color-picker,
.custom-color-picker .active {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.round-color-picker:hover {
  opacity: 1;
  scale: 1.2;
}

.custom-color-picker {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.custom-color-picker-label {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 5px;
}
.custom-color-picker .active {
  scale: 1.2;
  opacity: 1;
  border: 2px solid #3f4b62;
}

.dropdown-search {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 5px;
  background: #f5f5f5;
}

.customCheckbox-selected, .customCheckbox-notSelected {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #707070;
  border-radius: 3px;
  outline: none;
}

.customCheckbox-selected {
  background-color: #08A7E2;
}

.customCheckbox-selected:hover, .customCheckbox-notSelected:hover {
  border-color: #08A7E2;
}

.newCustomCheck-tick, .newCustomCheck-no, .newCustomCheck-wrn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  outline: none;
}

.newCustomCheck-tick {
  background: #CAECE0;
  color: #42BC92;
  font-family: "FontAwesome";
  text-align: center;
  font-size: 10px;
  padding-top: 2px !important;
  font-weight: bold;
  border: 1px solid #42BC92;
}

.newCustomCheck-tick:before {
  content: "\f00c";
}

.newCustomCheck-no {
  background: none;
  color: black;
  font-family: "FontAwesome";
  text-align: center;
  font-size: 16px;
}

.newCustomCheck-no:before {
  content: "\f068";
}

.newCustomCheck-wrn {
  background: none;
  color: #F3C870;
  font-family: "FontAwesome";
  text-align: center;
  font-size: 16px;
}

.newCustomCheck-wrn:before {
  content: "\f071";
}

.prvTbl {
  text-align: center;
}

.prvTbl > thead {
  background: #CAECE0 !important;
}

.prvTbl > th {
  border-right: 1px solid #42BC92 !important;
  border-bottom: 1px solid #42BC92 !important;
  color: #0e161a !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  padding: 10px 15px 10px 15px !important;
  font-size: 16px;
}

.prvTbl > th:first-child {
  border-left: 1px solid #42BC92 !important;
  padding-right: 80px !important;
}

.prvTbl tr:nth-child(odd) td {
  background: #FBFBFB;
}

.prvTbl tr {
  border-bottom: 1px solid grey;
}

.prvTbl tr td {
  background: #FBFBFB;
  border-right: 1px solid grey;
}

.prvTbl tr td {
  border-left: 1px solid grey;
}

.Table {
  display: table;
  border-top: 1px solid #42BC92;
  border-radius: 12px 12px 0 0;
  text-align: center;
}

.Table .Row:nth-child(odd) {
  background: #FBFBFB;
}

.Heading .Cell:first-child {
  border-left: 1px solid #42BC92 !important;
  border-radius: 12px 0 0 0;
  padding-right: 100px !important;
}

.Heading .Cell:last-child {
  border-radius: 0 12px 0 0;
}

.Heading .Cell {
  border-right: 1px solid #42BC92 !important;
  padding: 8px 12px 8px 12px !important;
  text-align: center;
  background: #CAECE0 !important;
  border-bottom: 1px solid #42BC92 !important;
}

.Heading {
  display: table-row;
  border-bottom: 1px solid #42BC92 !important;
  color: #0e161a !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  padding: 8px 12px 8px 12px !important;
  font-size: 12px;
}

.Row {
  display: table-row;
  border-bottom: 1px solid grey !important;
}

.Row .Cell {
  border-right: 1px solid grey !important;
  border-bottom: 1px solid grey !important;
}

.Row .Cell:first-child {
  border-left: 1px solid grey !important;
  text-align: left;
}

.Cell {
  display: table-cell;
  vertical-align: middle;
}

.noElo {
  font-weight: bold;
  font-size: 14px;
  padding-top: 10px;
  color: black;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 14px;
}

.noEloGG {
  font-size: 12px;
  padding-bottom: 10px;
  color: grey;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 14px;
}

.align-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1em;
}

.scroll-btn-container {
  display: block;
  width: 20px;
  transition: ease-in-out 0.3s;
  background: #f3f0f0;
  height: 160px;
}
.scroll-btn-container.left-0 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-btn-container.right-0 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-btn-container > i {
  transition: ease-in-out 0.3s;
}
.scroll-btn-container:hover {
  background: rgb(225, 225, 225);
}
.scroll-btn-container:hover > i {
  scale: 1.4;
}

.scroll-outer-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  position: relative;
}

.scroll-inner {
  display: flex;
  justify-content: flex-start;
  overflow: visible !important;
  scroll-behavior: smooth;
  height: 160px;
}

.icon-wrapper-question {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  height: 50px;
  width: 65px;
  border: 2px solid rgba(143, 143, 143, 0.3);
  border-radius: 10px;
  color: white;
}

.active-bigger {
  cursor: initial;
  border: 2px solid #3f4b62;
  scale: 1.3;
  opacity: 1;
}

.not-active-icon {
  opacity: 0.6;
}

.not-active-icon:hover {
  opacity: 1;
  scale: 1.2;
}

.question-category-item {
  border-radius: 10px;
  box-shadow: 0 0 10px -6px rgba(0, 0, 0, 0.75);
}

.question-category-item:hover {
  box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.75);
}

.dropdown-custom-qc {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-button-custom-qc {
  padding: 6px 10px 6px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 3px;
  font-size: 0.9em;
  min-height: 36px;
}

.dropdown-content-custom-qc {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 5px;
}

.dropdown-item-custom-qc {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6px 10px 6px 10px;
  font-size: 0.9em;
}

.dropdown-item-custom-qc:hover {
  background-color: #f1f1f1;
}

.dropdown-content-custom-qc.active {
  display: block;
  max-height: 215px;
  overflow-x: auto;
  z-index: 10;
}

.abbr-custom-qc {
  background-color: white;
  height: 25px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid grey;
  margin-right: 8px;
  color: white;
  font-size: 0.8em;
}

.dropdown-item-custom-qc.selected {
  background-color: #f1f1f1;
  color: #333;
}

.dropdown-button-custom-choice {
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: 25px;
  background: url("/javax.faces.resource/img/multiple-select.png.xhtml") left top no-repeat;
}

.question-category-display {
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 4px 10px 4px 10px;
  color: white;
  min-width: 222px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #e3e0e0;
}

#questionCategoriesChart {
  min-height: 350px;
}

.round-color-picker {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.6;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

.round-color-picker::-webkit-color-swatch-wrapper {
  padding: 0;
}

.round-color-picker::-webkit-color-swatch {
  border: none;
  border-radius: 50%;
  padding: 0;
  background: transparent !important;
}

.round-color-picker,
.custom-color-picker .active {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.round-color-picker:hover {
  opacity: 1;
  scale: 1.2;
}

.custom-color-picker {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.custom-color-picker-label {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 5px;
}
.custom-color-picker .active {
  scale: 1.2;
  opacity: 1;
  border: 2px solid #3f4b62;
}

.dropdown-search {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 5px;
  background: #f5f5f5;
}

.scroll-btn-container {
  display: block;
  width: 20px;
  transition: ease-in-out 0.3s;
  background: #f3f0f0;
  height: 160px;
}
.scroll-btn-container.left-0 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-btn-container.right-0 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-btn-container > i {
  transition: ease-in-out 0.3s;
}
.scroll-btn-container:hover {
  background: rgb(225, 225, 225);
}
.scroll-btn-container:hover > i {
  scale: 1.4;
}

.scroll-outer-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  position: relative;
}

.scroll-inner {
  display: flex;
  justify-content: flex-start;
  overflow: visible !important;
  scroll-behavior: smooth;
  height: 160px;
}

.ellipsis-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.location-card-page .location-main-data {
  margin-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.location-card-page .map-container .map {
  height: 300px !important;
  border-radius: 1em;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  margin-bottom: 1.5em;
}
.location-card-page .card h3 {
  font-weight: 800;
  margin-bottom: 1em;
}
.location-card-page .punchcard .btn-group {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  margin-bottom: -1.5em;
}
.location-card-page .punchcard h3 {
  padding-right: 12em;
}
.location-card-page .last-photos-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.location-card-page .last-photos-slider .gallery {
  padding: 0 1em;
  width: 100%;
}
.location-card-page .last-photos-slider .gallery .gallery-item {
  height: 300px;
  width: 47%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.location-card-page .last-photos-slider .gallery .gallery-item img {
  visibility: hidden;
}

.btn.btn-gray {
  border-color: #a7a7a7;
  background: none;
  color: #a7a7a7;
}

.btn.btn-blue {
  background: none;
  border-color: #0a4479;
  color: #0a4479;
}

.special-filter-sign {
  color: #3f4b62;
  position: absolute;
  left: 0%;
}

.special-filter-sign-task-fill {
  color: #3f4b62;
}

.modal-list-task {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

.knowledge-base-content {
  text-transform: uppercase;
}

.inputs-line {
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.drop-file-div {
  border: 1px solid #dbdbdb;
  border-style: dashed;
  border-radius: 0.3em;
  background: #fbfbfb;
  min-height: 190px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  cursor: pointer;
}

.drop-file-div:hover {
  background: #3F4B62;
}
.drop-file-div:hover #hoverText {
  color: #fbfbfb;
}
.drop-file-div:hover #hoverIcon {
  color: #38B086;
}

.file-type-box-min {
  padding: 1.5em;
  border: 1px solid #F3F0F0;
  border-radius: 0.3em;
  background: #F3F0F0;
  min-height: 80px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
  display: flex;
  justify-content: center;
}

.file-type-box {
  padding: 1.5em;
  border: 1px solid #F3F0F0;
  border-radius: 0.3em;
  background: #F3F0F0;
  min-height: 190px;
  position: relative;
  padding-right: 150px;
  padding-left: 150px;
  overflow: hidden;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
  display: flex;
  justify-content: center;
}

.center-image {
  display: flex;
  justify-content: center;
}

.add-file-class {
  min-width: 210%;
}

.file-added-view {
  width: 3%;
}

.file-added-view-file-list {
  width: 30%;
}

.added-file-view-div {
  display: flex;
  align-items: center;
}

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

.modal-body-input-label {
  padding-bottom: 5%;
}

.distance-input-label {
  padding-top: 4%;
}

.files-kbf-list .file-overlay-container {
  position: relative;
}
.files-kbf-list .file-overlay-container:hover .overlay {
  opacity: 80%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  cursor: grab;
}
.files-kbf-list .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.2s ease;
  background-color: #0a4479;
  color: white;
}
.files-kbf-list .overlay > p {
  width: 100%;
}
.files-kbf-list > div {
  padding: 1.5em;
  border: 1px solid #dbdbdb;
  border-radius: 0.3em;
  min-height: 190px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
}
.files-kbf-list > div > h3 {
  font-size: 1.2em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #2b3648;
  margin-bottom: 1em;
  margin-right: 1em;
}
.files-kbf-list > div > h3 i {
  color: #2fb688;
  margin-right: 5px;
}
.files-kbf-list > div > h5 {
  margin-bottom: 0;
  font-weight: normal;
}
.files-kbf-list > div .btn {
  margin-top: 1.5em;
  margin-right: 0.4em;
}
.files-kbf-list > div .numbers {
  position: absolute;
  width: 150px;
  right: 0;
  top: 0;
  background: #3f4a61;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  border-left: 2px solid #2b3648;
}
.files-kbf-list > div .numbers > div {
  height: 50%;
  border-bottom: 2px solid #2b3648;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.7em;
  transition: all 0.25s ease;
}
.files-kbf-list > div .numbers > div > span {
  display: block;
  text-transform: uppercase;
  font-size: 0.4em;
  margin-top: 0.3em;
  opacity: 0.8;
}
.files-kbf-list > div .numbers > div:last-child {
  border-bottom: 0;
}
.files-kbf-list > div:hover {
  background: #fbfbfb;
  border-color: #3f4b62;
}
.files-kbf-list > div:hover .numbers > div {
  color: #2fb688;
}
.files-kbf-list > div:hover .numbers > div > span {
  color: #fff;
}
@media (max-width: 980px) {
  .files-kbf-list > div {
    width: 100%;
  }
}

.margin-new {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.video-thumbnail-container {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  height: auto;
}

.video-thumbnail-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.play-overlay {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: rgba(255, 255, 255, 0.9);
  pointer-events: none; /* So clicking this still triggers the commandLink */
}

.video-thumbnail-container:hover .play-overlay {
  color: rgb(255, 255, 255);
}

.wptitle {
  font-weight: bold;
  padding-bottom: 0.5em;
}

.wpbox {
  max-width: 100%;
  overflow-x: auto;
  min-width: 900px;
}

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

.color-dimmed {
  color: #3F4B62;
  margin-bottom: 0.5em;
}

.calendar-work-planning-container {
  max-width: 100%;
  overflow-x: auto;
}

.calendar-work-planning {
  margin-bottom: 2em;
  min-width: 900px;
}
.calendar-work-planning .calendar-work-planning-settings {
  display: flex;
  padding: 1em 0;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  margin-bottom: 1.3em;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1.5em;
}
.calendar-work-planning .calendar-work-planning-settings .cal-selector {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 0;
}
.calendar-work-planning .calendar-work-planning-settings .cal-selector h3 {
  color: #2fb688;
  margin: 0 10px;
  min-width: 225px;
  text-align: center;
  font-size: 1.1em;
}
.calendar-work-planning .calendar-work-planning-settings .cal-selector h3 span {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #3f4b62;
  font-weight: bold;
}
.calendar-work-planning .calendar-work-planning-settings .colour-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 20px;
}
.calendar-work-planning .calendar-work-planning-settings .colour-info h3 {
  margin: 0 10px;
  min-width: 225px;
  text-align: center;
  font-size: 1.1em;
}
.calendar-work-planning .calendar-work-planning-settings .colour-info h3 span {
  font-size: 0.9em;
  margin-right: 0.2em;
  font-size: 0.9em;
}
.calendar-work-planning .calendar-work-planning-settings .cal-colors-select {
  margin: 0 20px;
  width: 350px;
}
.calendar-work-planning .calendar-work-planning-settings .view-type-btns a:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.calendar-work-planning .calendar-work-planning-settings .view-type-btns a:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.calendar-work-planning .cal-month-view-work-planning, .calendar-work-planning .cal-week-view-work-planning {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  position: relative;
}
.calendar-work-planning .cal-month-view-work-planning .days-labels, .calendar-work-planning .cal-week-view-work-planning .days-labels {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.calendar-work-planning .cal-month-view-work-planning .days-labels > div, .calendar-work-planning .cal-week-view-work-planning .days-labels > div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-left: 0.3em;
}
.calendar-work-planning .cal-month-view-work-planning .days-labels > div .weekend, .calendar-work-planning .cal-week-view-work-planning .days-labels > div .weekend {
  color: #2fb688;
}
.calendar-work-planning .cal-month-view-work-planning .week, .calendar-work-planning .cal-week-view-work-planning .week {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 1px solid #dbdbdb;
  position: relative;
}
.calendar-work-planning .cal-month-view-work-planning .week .day, .calendar-work-planning .cal-week-view-work-planning .week .day {
  border-left: 1px solid #dbdbdb;
  width: 110px;
  flex: 1;
  position: relative;
  padding-top: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0.3em;
}
.calendar-work-planning .cal-month-view-work-planning .week .day .add-event-btn, .calendar-work-planning .cal-week-view-work-planning .week .day .add-event-btn {
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 7px;
  transition: all 0.2s ease;
  border-radius: 100px;
}
.calendar-work-planning .cal-month-view-work-planning .week .day .add-event-btn:hover, .calendar-work-planning .cal-week-view-work-planning .week .day .add-event-btn:hover {
  background: #28ab7e;
}
.calendar-work-planning .cal-month-view-work-planning .week .day .date-day, .calendar-work-planning .cal-week-view-work-planning .week .day .date-day {
  font-size: 1.2em;
  position: absolute;
  top: 8px;
  right: 12px;
  font-weight: bold;
  transition: all 0.2s ease;
}
.calendar-work-planning .cal-month-view-work-planning .week .day.other-month, .calendar-work-planning .cal-week-view-work-planning .week .day.other-month {
  background: #f3f0f0;
  font-weight: unset;
}
.calendar-work-planning .cal-month-view-work-planning .week .day.other-month .date-day, .calendar-work-planning .cal-week-view-work-planning .week .day.other-month .date-day {
  opacity: 0.5;
}
.calendar-work-planning .cal-month-view-work-planning .week .day.other-month:hover, .calendar-work-planning .cal-week-view-work-planning .week .day.other-month:hover {
  background: #ece8e8;
}
.calendar-work-planning .cal-month-view-work-planning .week .day.today, .calendar-work-planning .cal-week-view-work-planning .week .day.today {
  border: 1px solid #6fa6b5;
  background: #def2f7;
}
.calendar-work-planning .cal-month-view-work-planning .week .day.today .date-day, .calendar-work-planning .cal-week-view-work-planning .week .day.today .date-day {
  background: #3f4b62;
  padding: 0 15px;
  color: #fff;
  border-radius: 10px;
}
.calendar-work-planning .cal-month-view-work-planning .week .day:hover, .calendar-work-planning .cal-week-view-work-planning .week .day:hover {
  background: #fbfbfb;
}
.calendar-work-planning .cal-month-view-work-planning .week .day:hover .add-event-btn, .calendar-work-planning .cal-week-view-work-planning .week .day:hover .add-event-btn {
  opacity: 1;
}
.calendar-work-planning .cal-month-view-work-planning .week {
  min-height: 130px;
}
.calendar-work-planning .cal-week-view-work-planning .week {
  min-height: 500px;
}
.calendar-work-planning .cal-day-view-work-planning .hours-labels {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0.5em;
}
.calendar-work-planning .cal-day-view-work-planning .hours-labels > div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8em;
  text-transform: uppercase;
}
.calendar-work-planning .cal-day-view-work-planning .day-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #3f4b62;
  margin-bottom: 0.5em;
}
.calendar-work-planning .cal-day-view-work-planning .day-label > div {
  padding: 1em;
  background: #3f4b62;
  text-align: center;
  color: #fff;
  line-height: 1;
  min-width: 160px;
}
.calendar-work-planning .cal-day-view-work-planning .day-label h1 {
  font-size: 2.5em;
  margin-bottom: 0;
}
.calendar-work-planning .cal-day-view-work-planning .day-label h5 {
  font-weight: normal;
  margin-bottom: 0;
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: 1px solid #2b3648;
  text-transform: uppercase;
}
.calendar-work-planning .cal-day-view-work-planning .day {
  min-height: 500px;
  border: 1px solid #dbdbdb;
  position: relative;
  border-top-color: #3f4b62;
  display: flex;
  flex-direction: column;
}
.calendar-work-planning .cal-day-view-work-planning .day .lines {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.calendar-work-planning .cal-day-view-work-planning .day .lines > div {
  width: 1px;
  height: 100%;
  border-right: 1px dashed #dbdbdb;
  top: 0;
  position: absolute;
}
.calendar-work-planning .cal-day-view-work-planning .day .lines > div:nth-child(1) {
  left: 16.5%;
}
.calendar-work-planning .cal-day-view-work-planning .day .lines > div:nth-child(2) {
  left: 33%;
}
.calendar-work-planning .cal-day-view-work-planning .day .lines > div:nth-child(3) {
  left: 50%;
}
.calendar-work-planning .cal-day-view-work-planning .day .lines > div:nth-child(4) {
  left: 66.6%;
}
.calendar-work-planning .cal-day-view-work-planning .day .lines > div:nth-child(5) {
  left: 83.2%;
}
.calendar-work-planning .event {
  margin-bottom: 4px;
  line-height: 20px;
  padding: 0 0.5em;
  font-size: 12px;
  position: relative;
  box-sizing: border-box;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
.calendar-work-planning .event > label {
  font-size: 0.7em;
  display: block;
  text-transform: uppercase;
  line-height: 18px;
  white-space: nowrap;
  margin: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  pointer-events: none;
}
.calendar-work-planning .event.event-continuation {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-left: 1px #fff !important;
  border-right: 1px #fff !important;
  padding-left: 10px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.calendar-work-planning .event.event-start {
  margin-right: 0px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px #fff !important;
}
.calendar-work-planning .event.event-end {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-left: 10px !important;
  margin-left: 0px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px #fff !important;
}
.calendar-work-planning .event.event-full {
  border-radius: 5px;
}
.calendar-work-planning .event.offset-1 {
  margin-top: 24px;
}
.calendar-work-planning .event.offset-2 {
  margin-top: 48px;
}
.calendar-work-planning .event.offset-3 {
  margin-top: 72px;
}
.calendar-work-planning .event.offset-4 {
  margin-top: 96px;
}
.calendar-work-planning .event.offset-5 {
  margin-top: 120px;
}
.calendar-work-planning .event.offset-6 {
  margin-top: 144px;
}
.calendar-work-planning .event.offset-7 {
  margin-top: 168px;
}
.calendar-work-planning .event.offset-8 {
  margin-top: 192px;
}
.calendar-work-planning .event.offset-9 {
  margin-top: 216px;
}
.calendar-work-planning .event.offset-10 {
  margin-top: 240px;
}
.calendar-work-planning .event.offset-11 {
  margin-top: 264px;
}
.calendar-work-planning .event.offset-12 {
  margin-top: 288px;
}
.calendar-work-planning .event.offset-13 {
  margin-top: 312px;
}
.calendar-work-planning .event.offset-14 {
  margin-top: 336px;
}
.calendar-work-planning .event.offset-15 {
  margin-top: 360px;
}
.calendar-work-planning .event.offset-16 {
  margin-top: 384px;
}
.calendar-work-planning .event.offset-17 {
  margin-top: 408px;
}
.calendar-work-planning .event.offset-18 {
  margin-top: 432px;
}
.calendar-work-planning .event.offset-19 {
  margin-top: 456px;
}
.calendar-work-planning .event.offset-20 {
  margin-top: 480px;
}
.calendar-work-planning .event.color-positive {
  background: #2fb688;
}
.calendar-work-planning .event.color-positive.event-hover {
  background: #299e76;
  border-color: #103c2d;
}
.calendar-work-planning .event.color-negative {
  background: #d83d4f;
}
.calendar-work-planning .event.color-negative.event-hover {
  background: #cd293c;
  border-color: #67151e;
}
.calendar-work-planning .event.color-neutral {
  background: #f7d14d;
}
.calendar-work-planning .event.color-neutral.event-hover {
  background: #f6c930;
  border-color: #a48107;
}
.calendar-work-planning .event.color-1 {
  background: #86bdd0;
}
.calendar-work-planning .event.color-1.event-hover {
  background: #70b1c7;
  border-color: #357388;
}
.calendar-work-planning .event.color-2 {
  background: #dad360;
}
.calendar-work-planning .event.color-2.event-hover {
  background: #d4cc47;
  border-color: #837d1e;
}
.calendar-work-planning .event.color-3 {
  background: #62c7a8;
}
.calendar-work-planning .event.color-3.event-hover {
  background: #4bbf9c;
  border-color: #266a55;
}
.calendar-work-planning .event.color-4 {
  background: #f4b468;
}
.calendar-work-planning .event.color-4.event-hover {
  background: #f2a64b;
  border-color: #b6690d;
}
.calendar-work-planning .event.color-5 {
  background: #446b7d;
}
.calendar-work-planning .event.color-5.event-hover {
  background: #395a69;
  border-color: #0e161a;
}
.calendar-work-planning .event.color-6 {
  background: #c59ac9;
}
.calendar-work-planning .event.color-6.event-hover {
  background: #ba86be;
  border-color: #7e4684;
}
.calendar-work-planning .event.color-7 {
  background: #c8c2b1;
}
.calendar-work-planning .event.color-7.event-hover {
  background: #bbb49f;
  border-color: #83795d;
}
.calendar-work-planning .event.color-8 {
  background: #8f9a96;
}
.calendar-work-planning .event.color-8.event-hover {
  background: #7f8b87;
  border-color: #444c49;
}
.calendar-work-planning .event.color-9 {
  background: #cc7070;
}
.calendar-work-planning .event.color-9.event-hover {
  background: #c45959;
  border-color: #782b2b;
}
.calendar-work-planning .event.color-10 {
  background: #3e9775;
}
.calendar-work-planning .event.color-10.event-hover {
  background: #358164;
  border-color: #112b21;
}
.calendar-work-planning .event.color-11 {
  background: #6abfe6;
}
.calendar-work-planning .event.color-11.event-hover {
  background: #50b4e2;
  border-color: #1a749d;
}
.calendar-work-planning .event.color-12 {
  background: #d3e66a;
}
.calendar-work-planning .event.color-12.event-hover {
  background: #cbe250;
  border-color: #899d1a;
}
.calendar-work-planning .event.color-13 {
  background: #819bc9;
}
.calendar-work-planning .event.color-13.event-hover {
  background: #6c8ac0;
  border-color: #354f7c;
}
.calendar-work-planning .event.color-14 {
  background: #c9a4af;
}
.calendar-work-planning .event.color-14.event-hover {
  background: #be919e;
  border-color: #854f5f;
}
.calendar-work-planning .event.color-15 {
  background: #767571;
}
.calendar-work-planning .event.color-15.event-hover {
  background: #666662;
  border-color: #282826;
}
.calendar-work-planning .event.color-16 {
  background: #d28c5e;
}
.calendar-work-planning .event.color-16.event-hover {
  background: #cb7b46;
  border-color: #764321;
}
.calendar-work-planning .event.color-17 {
  background: #e87e83;
}
.calendar-work-planning .event.color-17.event-hover {
  background: #e3646a;
  border-color: #ae1f26;
}
.calendar-work-planning .event.color-18 {
  background: #8aaf5e;
}
.calendar-work-planning .event.color-18.event-hover {
  background: #7b9f4f;
  border-color: #3c4d27;
}
.calendar-work-planning .event.color-19 {
  background: #6b6d80;
}
.calendar-work-planning .event.color-19.event-hover {
  background: #5d5f6f;
  border-color: #25262d;
}
.calendar-work-planning .event.color-20 {
  background: #b69a7c;
}
.calendar-work-planning .event.color-20.event-hover {
  background: #ab8b68;
  border-color: #624d37;
}
.calendar-work-planning .event.color-21 {
  background: #ffe641;
}
.calendar-work-planning .event.color-21.event-hover {
  background: #ffe222;
  border-color: #a79100;
}
.calendar-work-planning .event.color-22 {
  background: #8f7e93;
}
.calendar-work-planning .event.color-22.event-hover {
  background: #806e84;
  border-color: #3f3741;
}
.calendar-work-planning .event-ooo {
  background: #E9E9E9;
  min-height: 128px;
}
.calendar-work-planning .event-ooo-border {
  border-left: 10px solid #D0D0D0 !important;
}
.calendar-work-planning .event-office-time {
  background: #E4F0F6;
  min-height: 128px;
}
.calendar-work-planning .event-office-time-border {
  border-left: 10px solid #CBE6F4 !important;
}
.calendar-work-planning .event-in-progress {
  background: #FFF8EB !important;
}
.calendar-work-planning .event-overdue {
  background: #FFF1EB !important;
}
.calendar-work-planning .event-in-progress-border {
  border-left: 10px solid #EBA519 !important;
}
.calendar-work-planning .event-overdue-border {
  border-left: 10px solid #F97155 !important;
}
.calendar-work-planning .event-completed {
  background: #eef6e8 !important;
}
.calendar-work-planning .event-completed-border {
  border-left: 10px solid #80C363 !important;
}
.calendar-work-planning .week .day:last-child {
  overflow: hidden;
}
.calendar-work-planning .week .day:last-child .event > label {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.calendar-work-planning .cal-day-view .event > label {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.calendar-work-planning .cal-day-view .event-full {
  width: 99.5%;
}

#eventHoverInfo-work-planning {
  position: fixed;
  width: 550px;
  font-size: 0.9em;
  background: rgba(247, 209, 77, 0.9);
  right: 0;
  bottom: 0;
  padding: 1em 1.5em;
  display: none;
  justify-content: flex-start;
  align-items: center;
}
#eventHoverInfo-work-planning > i {
  font-size: 3em;
  margin-right: 0.8em;
}
#eventHoverInfo-work-planning .data .event-info > span {
  display: block;
  margin-bottom: 0.3em;
}
#eventHoverInfo-work-planning .data .event-info > span.task-name {
  font-size: 1.1em;
  font-weight: bold;
}
#eventHoverInfo-work-planning .data .event-info > span.task-status {
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
}
#eventHoverInfo-work-planning.hover {
  display: flex;
}

.add-new-task {
  text-transform: uppercase;
  color: #2fb688;
  font-size: 0.7em;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.icc {
  margin-left: 0.5em;
  margin-right: 0.4em;
  color: #2fb688;
  font-size: 2.4em !important;
}

.gr-info {
  color: #80C363;
}

.yellow-info {
  color: #EBA519;
}

.red-info {
  color: #F97155;
}

.event-col-in-progress {
  background: #EBA519;
}

.event-col-overdue {
  background: #F97155;
}

.event-col-completed {
  background: #80C363;
}

.thumb-edited-event {
  margin-bottom: 4px;
  line-height: 20px;
  padding: 0 0.5em;
  font-size: 12px;
  position: relative;
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  margin-left: auto;
  margin-right: 0.3em;
  background: white !important;
  border: 2px solid #3F4B62;
  padding-left: 8px;
  padding-right: 8px;
}

.buttons-calendar-events {
  display: flex;
  padding-left: 7.5em;
  padding-bottom: 0.3em;
}

.delete-calendar-event {
  color: #cd3143;
}

.not-visible-event {
  display: none;
}

.cal-type-select {
  min-width: 13em;
}

.bottom-right-link {
  position: absolute;
  bottom: 0;
  right: 3px;
}

.login-selectContext-main {
  display: flex;
  justify-content: center;
}

.login-selectContext-primary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  margin-bottom: 40px;
}

.login-selectContext-primary-button {
  padding: 10px;
  border-bottom: 1px solid #2fb688;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}

.login-selectContext-primary-button:hover {
  background: #f3f0f0;
  color: #2fb688;
}

.contextActive {
  background: #f3f0f0;
  color: #2fb688;
  font-weight: bold;
}

.login-select-default-context-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.login-select-default-context-header-image {
  height: 28px;
  padding: 10px;
}

.login-submit-centre {
  display: flex;
  justify-content: center;
}

.upload-file-info {
  text-transform: initial;
  margin-bottom: 1em;
  font-size: small;
  color: #b7b7b7;
  font-style: italic;
}

.clause-container {
  background: white;
  text-align: justify;
  margin: 20px 10px;
  padding: 20px 10px;
  overflow: hidden;
  word-break: break-word;
}
.clause-container .clause-content > p {
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-indent: 20px;
}
.clause-container .clause-content > li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: block;
}
.clause-container .clause-content a {
  color: blue;
}
.clause-container .clause-content a:hover {
  text-decoration: underline;
}
.clause-container .clause-agreement-footer {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-bottom: 0;
  text-align: right;
}
.clause-container .clause-agreement-footer .left-button {
  text-align: left;
  float: left;
}
.clause-container .clause-accept-box {
  transform: scale(2);
  margin: 20px 20px 20px 30px;
}
@media (max-width: 600px) {
  .clause-container {
    margin: 20px 5px;
  }
}

.verification-gallery .top-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.verification-gallery .top-line .grouping-section {
  display: flex;
  margin-left: 7px;
}
.verification-gallery .top-line .grouping-section .grouping > label {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  margin-bottom: 0.2em;
  margin-left: -10px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.verification-gallery .top-line .grouping-section .grouping-btns {
  margin-top: 20px;
}
.verification-gallery .top-line .grouping-section .checkbox-grouping {
  margin: 28px 0 0 10px;
}
.verification-gallery .top-line .group-previous-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.verification-gallery .top-line .group-select {
  margin-left: -12px;
}
.verification-gallery .group-section {
  border-bottom: 1px solid #3f4b62;
  transition: all 0.25s ease;
  position: relative;
  padding: 0.7em 0 0.7em 0;
  display: block;
  margin-bottom: 1em;
}
.verification-gallery .photo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
.verification-gallery .photo-gallery.gallery-slider {
  display: flex;
  justify-content: flex-start;
}
.verification-gallery .photo-gallery.gallery-slider .gallery-item {
  width: 195px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}
.verification-gallery .photo-gallery.gallery-slider .photo-couple {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 1.16%;
}
.verification-gallery .photo-gallery.gallery-slider .corrected-photo {
  margin-left: 12px;
  margin-right: -5px;
}
.verification-gallery .photo-gallery.gallery-slider .more-icon > i {
  margin-top: 100px;
  font-size: 2em;
}
.verification-gallery .footer-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.verification-gallery .footer-panel .load-more-panel {
  text-align: right;
  padding-right: 17%;
}
.verification-gallery .button-container {
  display: inline-block;
  position: relative;
  margin-right: 48px;
  width: 300px;
}
.verification-gallery .button-container .expandable {
  z-index: 9999;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f1f1f1;
  height: 0;
  box-sizing: border-box;
  transition: height 0.4s ease-in-out;
  transition-delay: 0.1s;
  border-radius: 9px;
}
.verification-gallery .button-container:hover .expandable {
  height: auto;
  border: 1px solid #e2e2e2;
}
.verification-gallery .button-container:hover .button-expandable {
  color: #3f4b62;
}
.verification-gallery .button-container:hover .button-expandable::before {
  visibility: visible;
  transform: scale(1, 1);
}
.verification-gallery .button-expandable {
  color: #3f4b62;
  display: block;
  padding: 7px;
  text-decoration: none;
  background: none;
  cursor: pointer;
  font-size: 13px;
  position: relative;
  background-color: #fff;
  border: 1px solid #3f4b62;
  border-radius: 9px;
  text-transform: uppercase;
  text-align: center;
}
.verification-gallery .button-expandable i {
  padding: 0 10px 0 10px;
}
.verification-gallery .button-expandable::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: -10px;
  left: 0;
  background-color: #3f4b62;
  transition: all 0.2s ease-in-out;
  transform: scale(0, 0);
  visibility: hidden;
}
.verification-gallery .expandable .exp-i {
  text-align: center;
  margin-top: 10px;
}
.verification-gallery .expandable .status {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  border-radius: 0;
  text-align: center;
}
.verification-gallery .expandable .progress {
  margin-bottom: 1em;
}
.verification-gallery .expandable .progress > label {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0.5em 0;
  display: block;
  text-align: center;
}
.verification-gallery .expandable .progress > div {
  background: #dbdbdb;
  height: 30px;
  line-height: 30px;
}
.verification-gallery .expandable .progress > div > div {
  background: #3ac495;
}
.verification-gallery .expandable a {
  color: #a9a9a9;
  font-size: 13px;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.verification-gallery .expandable a i {
  padding: 10px 15px 10px 15px;
  width: 20px;
}
.verification-gallery .expandable a:hover {
  color: #f3f0f0;
  text-decoration: underline;
  background: #e9e9e9;
  font-weight: bold;
}
.verification-gallery .expandable a:hover i {
  scale: 1.4;
  transition: all 0.25s ease;
}
.verification-gallery .expandable .link-quadrary:hover {
  background: linear-gradient(45deg, #d83d4f, #d83d4f, #fff, #d83d4f, #d83d4f);
  background-size: 400% 400%;
  text-decoration: none;
}
.verification-gallery .expandable .link-secondary:hover {
  background: linear-gradient(45deg, #2fb688, #2fb688, #fff, #2fb688, #2fb688);
  background-size: 400% 400%;
  text-decoration: none;
}
.verification-gallery .expandable .link-ternary:hover {
  background: linear-gradient(45deg, #f7d14d, #f7d14d, #fff, #f7d14d, #f7d14d);
  background-size: 400% 400%;
  text-decoration: none;
}
.verification-gallery .expandable .link-primary:hover {
  background: linear-gradient(45deg, #3f4b62, #3f4b62, #fff, #3f4b62, #3f4b62);
  background-size: 400% 400%;
  text-decoration: none;
}
.verification-gallery .expandable .link-quinary:hover {
  background: linear-gradient(45deg, #43c99a, #43c99a, #fff, #43c99a, #43c99a);
  background-size: 400% 400%;
  text-decoration: none;
}

.verification-gallery-modal .icon-wrapper {
  display: flex;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
  font-size: 30px;
  text-align: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  color: white;
  margin: 10px auto;
}
.verification-gallery-modal .icon-wrapper.col-quadrary {
  background-color: #d83d4f;
}
.verification-gallery-modal .title {
  text-align: center;
}
.verification-gallery-modal .alert-info {
  color: #d83d4f;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.verification-gallery-modal .date-inputs {
  display: flex;
  justify-content: flex-start;
}
.verification-gallery-modal .footer {
  display: flex;
  justify-content: space-between;
}
.verification-gallery-modal .other-reason-text {
  height: 120px;
}

.btn-reason-remove {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: #eba519;
}
.btn-reason-remove > i {
  color: white;
  font-size: 2em;
}

.manual-link {
  display: flex;
  flex-direction: row-reverse;
  text-decoration: underline;
  margin-top: -15px;
}

.verification-gallery-manual .icon-wrapper {
  font-size: 5em;
  text-align: center;
  margin: auto;
}
.verification-gallery-manual .icon-wrapper > i {
  vertical-align: middle;
  margin: 15px;
}
.verification-gallery-manual .title {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.verification-gallery-manual .number-icon-wrapper {
  font-size: 3em;
  text-align: center;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.verification-gallery-manual .number-icon-wrapper > i {
  display: flex;
  font-size: 0.6em;
  color: white;
  padding: 10px;
  justify-content: space-around;
}
.verification-gallery-manual .number-icon-wrapper.col-primary {
  background-color: #3f4b62;
}
.verification-gallery-manual .step-title {
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.verification-gallery-manual .step-content {
  margin-bottom: 1em;
}

.fancybox-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fancybox-loading-overlay .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #999;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.gallery-spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #3f4b88 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #3f4b88);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: gallery-spinner-c7wet2 1s infinite linear;
}

.gallery-spinner-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

@keyframes gallery-spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}
.table-link {
  margin-left: 5px;
}

.sitemap-icon {
  width: 20px;
}

.progress-table thead th {
  border-right: 1px solid #fff !important;
  font-weight: bold !important;
}
.progress-table tbody a, .progress-table tbody button {
  margin: 0;
}

.subtask-container {
  font-size: 14px;
  text-align: left;
  margin: 0 0 2% 5%;
}

.subtask-item {
  display: flex;
  align-items: center;
  margin-bottom: 1%;
  padding-bottom: 8px;
}

.subtask-flag {
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: 2%;
}

.subtask-container .subtask-item:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}

.subtask-raport-show-button {
  background: #F3F0F0 !important;
  color: #3F4B62 !important;
  border-color: #DBDBDB !important;
  font-size: 0.8em !important;
  font-weight: bolder !important;
}

.subtask-raport-show-confirm {
  background: #F3F0F0 !important;
  color: #3F4B62 !important;
  border-color: #DBDBDB !important;
  font-size: 0.8em !important;
  font-weight: bolder !important;
  display: inline-flex;
  line-height: 1;
  padding: 0.7em 1.5em;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 0.4em;
  overflow: hidden;
  transition: all 0.25s ease;
  text-align: center;
  vertical-align: middle;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.shake {
  margin-left: 10px;
  scale: 1.2;
  animation: shake 0.5s infinite;
}

.colour-red {
  color: red;
}

.subtask-raport-show-button-container {
  font-size: small;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background: rgba(242, 242, 242, 0.49);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
}

.subtask-raport-prolongation-button {
  background: #F3F0F0 !important;
  color: #3F4B62 !important;
  border-color: #3F4B62 !important;
  font-size: 0.8em !important;
  font-weight: bolder !important;
}

.subtask-details-container {
  display: flex;
  gap: 10px;
}

.subtask-details-box {
  font-size: small;
  margin-top: 4%;
  margin-bottom: 2%;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  padding: 20px;
}

.recommendation-table {
  border-radius: 8px;
}

.subtask-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 0;
}

.title {
  font-size: medium;
  font-weight: bold;
  color: #3F4B62;
  margin-right: 5%;
}

.description {
  font-size: medium;
  color: #3F4B62;
  text-align: justify;
  justify-content: right;
  font-weight: 500;
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 20%;
}

.icon-text i {
  color: #DBDBDB;
}

.history-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.timeline-icon {
  width: 15px;
  height: 15px;
  background-color: #d8d8d8;
  border-radius: 50%;
  margin-right: 10px;
}

.history-date {
  font-style: italic;
  margin: 0;
}

.history-description {
  font-weight: bold;
  margin-left: 5%;
  width: 98%;
}

.input-container {
  position: relative; /* Kontener do względnego pozycjonowania przycisków */
  width: 100%;
}

.input-container h\\:inputTextarea {
  width: 100%;
  padding-right: 60px;
  height: 60px;
  resize: none;
  box-sizing: border-box;
}

.historySendButtons {
  position: absolute;
  top: 80%;
  right: 10px; /* Pozycja przycisków na prawo */
  transform: translateY(-50%);
  display: flex;
  gap: 5px; /* Odstęp między przyciskami */
}

.upload-link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.file-input-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

.history-message {
  display: flex;
  background-color: #F9F9F9;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 10px 0;
}

.history-name {
  max-width: 30%;
  font-weight: bold !important;
  color: #3F4B62;
}

.history-content {
  color: #3F4B62;
  margin-left: 5px;
  word-break: break-word;
  display: contents;
}

.prolongation-send-buttons {
  margin: 2%;
  display: flex;
  flex-direction: row-reverse;
}

.subtask-row-divider {
  border-bottom: 1px solid #E2E2E2;
  margin: 10px 0;
}

.subtasks-tooltip-container {
  display: block;
  width: fit-content;
  border-radius: 5px;
  padding: 3px;
  margin-top: 3px;
  position: relative;
}

.subtasks-tooltip {
  position: absolute;
  bottom: 20px;
  left: 105px;
  transform: translateX(-50%);
  background-color: white;
  border: 1px solid #d3d3d3;
  color: #3F4B62;
  padding: 10px 10px 0 10px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.2s ease-in-out;
  pointer-events: none;
  box-shadow: 4px 5px 21px 0 rgba(167, 167, 167, 0.75);
  z-index: 9;
}

.subtasks-tooltip-container:hover .subtasks-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

.status-item:hover .subtasks-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

#falling-flowers {
  height: 1000px;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.policy-container {
  width: 80%;
  text-align: center;
  margin: 2em auto;
  background: white;
  border-radius: 20px;
  padding-left: 2em;
  padding-right: 2em;
}
.policy-container h2 {
  padding-top: 1em;
}
.policy-container ol.para {
  counter-reset: item;
  list-style-type: none;
}
.policy-container ol.para li {
  margin-bottom: 0.5em;
}
.policy-container ol.para li:before {
  content: "§" counter(item, decimal) ". ";
  counter-increment: item;
  font-weight: bold;
}
.policy-container ol {
  counter-reset: item;
  list-style-type: none;
}
.policy-container ol > li:before {
  content: counter(item, decimal) ") ";
  counter-increment: item;
  font-weight: bold;
}
.policy-container ul {
  list-style-type: none;
}
.policy-container ul > li:before {
  content: "·";
  font-weight: bold;
}
.policy-container p {
  padding: 0 20px 0 20px;
}

.container-resp-new {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

@media (min-width: 400px) {
  .container-resp-new .sm-12 {
    width: 98%;
  }
}
@media (min-width: 768px) {
  .container-resp-new .sm-12 {
    width: 48%;
  }
  .container-resp-new .sm-4 {
    width: 98%;
  }
}
@media (min-width: 1200px) {
  .container-resp-new .sm-12 {
    width: 31.33333333%;
  }
  .container-resp-new .sm-4 {
    width: 31.33333333%;
  }
  .container-resp-new .sm-4 {
    width: 31.33333333%;
  }
}

.divider {
  color: #3f4b62;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 13px;
}
.divider .infobox {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.btnLeft {
  height: 23px;
  width: 33%;
  border: 1px solid #29354D;
  border-radius: 10px 0 0 10px;
  float: left;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 11px;
  align-items: center;
}

.btnCentre {
  height: 23px;
  width: 32%;
  border-top: 1px solid #29354D;
  border-bottom: 1px solid #29354D;
  float: left;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 11px;
  align-items: center;
}

.btnRight {
  height: 23px;
  width: 33%;
  border: 1px solid #29354D;
  border-radius: 0px 10px 10px 0px;
  float: left;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 11px;
  align-items: center;
}

.btnMiddle {
  height: 23px;
  border: 1px solid #29354D;
  float: left;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px;
  width: 50px;
  border-radius: 0 0 0 0;
  font-size: 10px;
  text-transform: uppercase;
  border-right: 0;
  border-left: 0;
}

.btnRight:hover, .btnCentre:hover, .btnLeft:hover, .btnMiddle:hover {
  background-color: #3F4B62;
  color: white;
  cursor: pointer;
}

.btnContainer {
  width: 100%;
}

.done-main {
  color: #3f4b62;
  font-size: 35px;
  font-weight: bolder;
  -webkit-text-stroke-width: 1px;
}

.done-secondary {
  font-size: 13px;
  color: #3F4B62;
  line-height: 10px;
  font-variant-caps: all-small-caps;
}

.btn-active {
  background-color: #3F4B62 !important;
  color: white;
}

.verticalLine {
  height: 40px;
  float: left;
  border-left: 1px solid #DBDBDB;
}

.future-main {
  display: flex;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.future-title {
  padding-top: 10px;
  text-align: left;
}

.future-title-secondary {
  margin-bottom: 0;
}

.future-time-red {
  color: #D83D4F;
  display: flex;
  align-items: center;
  justify-content: center;
}

.future-time-counter {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.future-time-counter-primary {
  font-weight: bolder;
  font-size: 21px;
}

.future-time-counter-secondary {
  font-weight: 200;
  font-size: 10px;
}

.future-action {
  color: #2FB688;
  align-items: center;
}

.future-time-normal {
  color: #3F4B62;
  display: flex;
  align-items: center;
  justify-content: center;
}

.future-overdue {
  display: flex;
  justify-content: center;
  font-size: x-small;
  color: red;
  font-weight: bolder;
  align-items: center;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  padding: 1px;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  transform: scale(1.8);
  color: #2FB688;
}

.future-table-row {
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.future-table {
  margin-top: 1em;
}

.future-trim {
  text-align: left;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.btn-standard {
  height: 20px;
  width: 150px;
  border: 1px solid #29354D;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 11px;
  align-items: center;
  margin-left: 10px;
  background: white;
  line-height: normal;
}

.btn-standard:hover {
  background-color: #3F4B62;
  color: white;
  cursor: pointer;
}

@media (max-width: 1216px) {
  .buttons_mng {
    width: 100%;
  }
  .title_mng {
    width: 100%;
    justify-content: space-evenly;
  }
}
.buttons_mng {
  width: 70%;
  height: 80px;
  float: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.title_mng {
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 1.9em;
}

@media (max-width: 880px) {
  .buttons_mng {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .title_mng {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-standard {
    margin: 5px;
  }
}
.tooltip {
  position: relative;
  display: inline-block;
  color: #a1a1a1;
}

.tooltip .tooltipText {
  visibility: hidden;
  background-color: #fcfcfc;
  color: #a1a1a1;
  text-align: center;
  border-radius: 9px;
  border: #e9e4e4 solid 1px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: -60px;
  margin-left: -60px;
  box-shadow: 0 0 5px 3px rgba(194, 194, 194, 0.5);
  opacity: 0;
  transition: opacity 2s;
  font-size: small;
}

.tooltip:hover .tooltipText {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1230px) {
  .half-sm1 {
    width: 48%;
  }
}
.usersTop .ms-choice,
.locationsTop .ms-choice {
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
}

.filterFour .ms-choice,
.filterAttrValues .ms-choice,
.selectProj .ms-choice,
.selectProj-location .ms-choice,
.usersTop .ms-choice,
.locationsTop .ms-choice,
.selectCatOT .ms-choice,
.filterAttributes .ms-choice,
.filterAttributes-location .ms-choice,
.selectCatGal .ms-choice,
.filterAttributesGallery .ms-choice,
.filterselectedGalleryCategoryAttributes .ms-choice,
.selectCat .ms-choice, .selectCatClustered .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}

.filterFour .ms-drop,
.filterAttrValues .ms-drop,
.usersTop .ms-drop,
.selectProj .ms-drop,
.selectProj-location .ms-drop,
.locationsTop .ms-drop,
.selectCatOT .ms-drop,
.filterAttributes .ms-drop,
.filterAttributes-location .ms-drop,
.selectCatGal .ms-drop,
.filterAttributesGallery .ms-drop,
.filterselectedGalleryCategoryAttributes .ms-drop,
.selectCat .ms-drop, .selectCatClustered .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}

.filterFour .ms-drop ul li:hover,
.filterAttrValues .ms-drop ul li:hover,
.usersTop .ms-drop ul li:hover,
.selectProj .ms-drop ul li:hover,
.selectProj-location .ms-drop ul li:hover,
.locationsTop .ms-drop ul li:hover,
.selectCatOT .ms-drop ul li:hover,
.filterAttributes .ms-drop ul li:hover,
.filterAttributes-location .ms-drop ul li:hover,
.selectCatGal .ms-drop ul li:hover,
.filterAttributesGallery .ms-drop ul li:hover,
.filterselectedGalleryCategoryAttributes .ms-drop ul li:hover,
.selectCatClustered .ms-drop ul li:hover,
.selectCat .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}

.filterFour .ms-choice > span.placeholder,
.filterAttrValues .ms-choice > span.placeholder,
.filterAttributes .ms-choice > span.placeholder,
.filterAttributes-location .ms-choice > span.placeholder,
.filterselectedGalleryCategoryAttributes .ms-choice > span.placeholder,
.selectCatGal .ms-choice > span.placeholder,
.selectProj .ms-choice > span.placeholder,
.selectProj-location .ms-choice > span.placeholder,
.usersTop .ms-choice > span.placeholder,
.locationsTop .ms-choice > span.placeholder,
.selectCatClustered .ms-choice > span.placeholder,
.filterAttributesGallery .ms-choice > span.placeholder {
  color: #3f4b62;
}

.filterFour .ms-choice > div,
.filterAttrValues .ms-choice > div,
.usersTop .ms-choice > div,
.locationsTop .ms-choice > div,
.selectCatOT .ms-choice > div,
.selectProj .ms-choice > div,
.selectProj-location .ms-choice > div,
.filterAttributes .ms-choice > div,
.filterAttributes-location .ms-choice > div,
.selectCatGal .ms-choice > div,
.selectCatClustered .ms-choice > div,
.filterAttributesGallery .ms-choice > div,
.filterselectedGalleryCategoryAttributes .ms-choice > div,
.selectCat .ms-choice > div {
  top: 0;
}

.filterFour:hover .ms-drop,
.filterAttrValues:hover .ms-drop,
.usersTop:hover .ms-drop,
.locationsTop:hover .ms-drop,
.selectProj:hover .ms-drop,
.selectProj-location:hover .ms-drop,
.selectCatOT:hover .ms-drop,
.filterAttributes:hover .ms-drop,
.filterAttributes-location:hover .ms-drop,
.selectCatGal:hover .ms-drop,
.selectCatClustered:hover .ms-drop,
.filterAttributesGallery:hover .ms-drop,
.filterselectedGalleryCategoryAttributes:hover .ms-drop,
.selectCat:hover .ms-drop {
  display: block;
}

.filterFour .ms-search input, .filterFour .ms-search input:focus,
.filterAttrValues .ms-search input, .filterAttrValues .ms-search input:focus,
.selectProj .ms-search input, .selectProj .ms-search input:focus,
.selectProj-location .ms-search input, .selectProj-location .ms-search input:focus,
.usersTop .ms-search input, .usersTop .ms-search input:focus,
.locationsTop .ms-search input, .locationsTop .ms-search input:focus,
.selectCatOT .ms-search input, .selectCatOT .ms-search input:focus,
.filterAttributes .ms-search input, .filterAttributes .ms-search input:focus,
.filterAttributes-location .ms-search input, .filterAttributes-location .ms-search input:focus,
.selectCatGal .ms-search input, .selectCatGal .ms-search input:focus,
.selectCatClustered .ms-search input, .selectCatGal .ms-search input:focus,
.filterAttributesGallery .ms-search input, .filterAttributesGallery .ms-search input:focus,
.filterselectedGalleryCategoryAttributes .ms-search input, .filterselectedGalleryCategoryAttributes .ms-search input:focus,
.selectCat .ms-search input, .selectCat .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.statistics-small {
  font-size: 10px;
  font-weight: bold;
}

.statistics-description {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tooltip-dash {
  position: relative;
}

.tooltip-dash::before {
  content: attr(data-tooltip);
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #696868;
  white-space: nowrap;
  font-size: 10px;
  opacity: 1;
  pointer-events: auto;
  border-radius: 5px;
  text-transform: uppercase;
  width: 100%;
}

.ms-parent.usersTop,
.ms-parent.locationsTop {
  width: auto !important;
}

.summary-header {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 900px) and (max-width: 1230px) {
  .summary-header {
    font-size: 13px;
  }
  .done-main {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .summary-col1-4 {
    width: 48% !important;
  }
  .summary-col1-2 {
    width: 99% !important;
  }
}
.summary-col1-4 {
  width: 23%;
  box-sizing: border-box;
  margin-right: 1%;
  margin-left: 1%;
  background: white;
}

.summary-col1-2 {
  width: 48%;
  box-sizing: border-box;
  margin-right: 1%;
  margin-left: 1%;
  background: white;
}

.dropdown-custom-dash {
  width: 200px;
  padding-left: 5px;
  padding-right: 5px;
}

.summary-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery-item-dash {
  margin-bottom: 0.3em !important;
  border: 1px solid #dbdbdb !important;
  border-radius: 18px;
  height: 200px !important;
  width: 100% !important;
}

.gallery-item-dash:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.download-gallery-button {
  width: 25px;
  height: 35px;
  border: 1px solid #3F4B62;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-gallery-button.disabled, .download-gallery-button.btn-disabled {
  pointer-events: none;
  background: #f3f0f0;
  color: #3f4b62;
  opacity: 0.75;
  cursor: not-allowed;
  border-color: #dbdbdb;
}
.download-gallery-button.disabled i, .download-gallery-button.btn-disabled i {
  background: #f3f0f0;
  color: #3f4b62;
  border-color: #dbdbdb;
}
.download-gallery-button.disabled.btn-icon i, .download-gallery-button.btn-disabled.btn-icon i {
  background: inherit;
  color: #dbdbdb;
}

.download-gallery-button:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.gallery-outer-panel-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gallery-photo-name-panel-group {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 170px;
}

.gallery-photo-owner-panel-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
}

.gallery-photo-owner-panel-group .gallery-photo-owner-panel {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 190px;
}

.gallery-create-date-panel {
  display: inline-block;
}

.gallery-download-button .download-gallery-button {
  font-size: 13px;
  background: white;
}

.gallery-pic-counter {
  border-radius: 5px 5px 5px 5px;
  padding: 3px 4px 3px 4px;
  font-size: 10px;
  margin-left: 8px;
  border: 1px solid grey;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  margin-bottom: 1em;
}

@media (max-width: 1390px) {
  .gallery-photo-name-panel-group {
    width: 100px;
  }
  .gallery-photo-owner-panel-group {
    display: none;
  }
}
.sort-users-top {
  margin-left: 10px;
  color: #3f4b62;
}

.sort-users-top:hover {
  color: #2fb688;
}

.red-bad {
  color: #d83d4f;
}

.green-good {
  color: #1e976d;
}

.gallery-placeholder {
  text-align: center;
  width: 17%;
  min-width: 170px;
  padding: 1%;
}

.gallery-item.gallery-item-dash {
  background: #DBDBDB;
}
.gallery-item .gallery-item-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.gallery-item .gallery-image {
  width: 50%;
}
.gallery-item .gallery-info {
  width: 50%;
  font-size: 9px;
  text-transform: uppercase;
  padding: 5px;
  font-weight: 800;
}

.best-projects {
  padding-top: 20px;
}

.best-projects:hover {
  background: #f9f7f7;
}

.dash-url-redirect-no-access {
  opacity: 0.4;
  cursor: no-drop;
  pointer-events: none;
}

.done-simple-desc-header {
  font-size: 11px;
  width: 33%;
  padding: 0 5px 0 10px;
  text-align: center;
}

.done-simple-number {
  color: #3f4b62;
  font-size: 50px;
  font-weight: bolder;
  -webkit-text-stroke-width: 1px;
  text-align: center;
}

.rav-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.rav-roller div {
  animation: rav-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.rav-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3f4b62;
  margin: -4px 0 0 -4px;
}

.rav-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.rav-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.rav-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.rav-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.rav-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.rav-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.rav-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.rav-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.rav-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.rav-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.rav-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.rav-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.rav-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.rav-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.rav-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.rav-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes rav-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.no-tasks-icon {
  background-image: url("/resources/img/piesek.svg") !important;
  background-size: auto;
  background-repeat: no-repeat;
  width: 130px;
  height: 50px;
}

.f-tittle-container {
  display: flex;
  flex-direction: column;
  width: 200px;
}

.f-tittle-tg-name {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.f-tittle-tg-loc {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: 500;
}

.f-table-row {
  border-bottom: 1px solid #DBDBDB;
  height: 50px;
}

.f-time-container {
  display: flex;
  flex-direction: column;
  min-width: 35px;
  padding-left: 5px;
  padding-right: 5px;
}

.f-time-value {
  font-size: 16px;
}

.f-time-key {
  font-size: 9px;
}

.user-activity-container {
  display: flex;
  justify-content: space-between;
  padding-top: 1em;
  margin-left: 1%;
  margin-right: 1%;
}
.user-activity-container-head {
  font-size: 1.4em;
  font-weight: bold;
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-activity-container-buttons {
  display: flex;
  flex-wrap: wrap;
}
.user-activity-container-dates {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1em;
  width: 300px;
  display: flex;
  align-items: flex-start;
  margin-right: 15px;
}
.user-activity-container-dates > input {
  line-height: 22px;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
}
.user-activity-container-dates-spacer {
  float: left;
  width: 3%;
  text-align: center;
  display: inline-block;
  line-height: 22px;
}
.user-activity-container-grain-cont {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1em;
  display: flex;
}
.user-activity-container-grain-cont .b-left {
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  width: 50px;
  font-size: 11px;
  text-transform: uppercase;
  height: 22px;
  border: 1px solid #29354D;
  border-radius: 10px 0 0 10px;
  float: left;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: white;
}
.user-activity-container-grain-cont .b-center {
  padding-right: 10px;
  padding-left: 10px;
  height: 22px;
  border: 1px solid #29354D;
  float: left;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 50px;
  border-radius: 0 0 0 0;
  font-size: 11px;
  text-transform: uppercase;
  border-right: 0;
  border-left: 0;
  background: white;
}
.user-activity-container-grain-cont .b-right {
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  width: 50px;
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid #29354D;
  border-radius: 0 10px 10px 0;
  float: left;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 22px;
  background: white;
}
.user-activity-container-grain-cont .b-left:hover, .user-activity-container-grain-cont .b-center:hover, .user-activity-container-grain-cont .b-right:hover, .user-activity-container-grain-cont .b-reset:hover {
  background-color: #3F4B62;
  color: white;
  cursor: pointer;
}
.user-activity-container-reset-cont {
  padding-left: 5px;
  padding-bottom: 1em;
}
.user-activity-container-reset-cont .b-reset {
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  height: 23px;
  text-transform: uppercase;
  border-radius: 10px;
  display: flex;
  border: 1px solid #29354D;
  float: left;
  align-content: center;
  justify-content: center;
  font-size: 11px;
  align-items: center;
  background: white;
}
.user-activity-container-reset-cont .b-reset:hover {
  background-color: #3F4B62;
  color: white;
  cursor: pointer;
}

.gallery-main-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 1em;
  padding-bottom: 1em;
}

.net-statistics-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1em;
  padding-bottom: 1em;
}
.net-statistics-container-title {
  width: 240px;
  font-weight: 600;
  font-size: 1.4em;
}
.net-statistics-container-buttons {
  display: inline-flex;
  align-items: center;
}
.net-statistics-container-dates {
  margin-right: 15px;
}
.net-statistics-container-dates > input {
  line-height: 20px;
  border-radius: 10px;
  text-align: center;
  width: 130px;
  font-size: 12px;
}

.card-dash {
  background: white;
  padding: 1em;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  margin-bottom: 1em;
}
.card-dash > .main-number {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}
.card-dash > .main-number > span {
  display: block;
  font-size: 0.35em;
  text-transform: uppercase;
  padding: 0.2em 1em;
  background: #3f4b62;
  color: #fff;
}
.card-dash.vertical-center {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.panel-1 {
  background: rgba(233, 231, 231, 0.4784313725);
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  display: inherit;
  margin-bottom: 2em;
  box-shadow: 0 0 10px -3px rgba(179, 179, 179, 0.79);
}

.panel-2 {
  padding-top: 15px;
  background: rgba(233, 231, 231, 0.4784313725);
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  display: inherit;
  margin-bottom: 2em;
  box-shadow: 0 0 10px -3px rgba(179, 179, 179, 0.79);
}

.your-tasks-container-desc {
  font-weight: 600;
  font-size: 1.4em;
}

.axis-title {
  width: auto;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 13px;
  display: flex;
  align-items: center;
}

@media (max-width: 1220px) {
  .top-panel {
    margin-top: 2em;
  }
}
.panel-colour-primary {
  background: #E2EDFE !important;
}

.loader-f-custom {
  display: flex;
  justify-content: center;
}
.loader-f-custom > img {
  position: absolute;
  padding-top: 80px;
}

#mostActiveProjectsDtos > div > svg {
  display: none;
}

.dashboard-new-tooltip-control {
  position: fixed;
  width: 330px;
  background: white;
  z-index: 16;
  top: 83px;
  padding: 15px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard-new-tooltip-control > a {
  margin-top: 10px;
}

.dashboard-overlay-control {
  pointer-events: none;
  position: relative;
  z-index: 16;
  display: block;
  animation: blink 2s infinite;
}

.dash-overlay-container {
  position: absolute;
  top: -10vw;
  left: -10vw;
  width: 150vw;
  height: 150vw;
  background: rgba(42, 65, 85, 0.86);
  z-index: 15;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
    scale: 1;
  }
  50% {
    opacity: 0;
    scale: 1.1;
  }
}
.progress-container-info {
  display: flex;
  justify-content: space-between;
}
.progress-container-info-tasks-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.progress-container-info-tasks-container .tasks-head {
  display: block;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  -webkit-text-stroke: 1px #3f4b62;
}
.progress-container-info-tasks-container .tasks-desc {
  display: block;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0.2em 1em;
  background: #3f4b62;
  color: #fff;
  width: 180px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
}
.progress-container-info-tasks-chart {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 15px 0 0 0;
}
.progress-container-info-tasks-chart .chart-container {
  display: flex;
  width: 100.1%;
  flex-wrap: wrap;
  border: 1px solid white;
  border-radius: 8px;
  min-height: 34px;
  overflow: visible;
}
.progress-container-info-tasks-chart .chart-container > div {
  display: flex;
  align-items: center;
  padding-top: 13px;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  overflow: visible;
}
.progress-container-info-tasks-chart .chart-container > div.first-item {
  border-radius: 8px 0 0 8px;
}
.progress-container-info-tasks-chart .chart-container > div.last-item {
  border-radius: 0 8px 8px 0;
}
.progress-container-info-tasks-chart .chart-container > div.single-item-rounded {
  border-radius: 8px;
}
.progress-container-info-tasks-chart .chart-container > div:hover .progress-bar-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
}
.progress-container-info-tasks-chart .chart-container .legend-item {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 30px;
  margin-right: 5px;
}

.chart-COMPLETED {
  background: #449dad;
}

.chart-PENDING {
  background: #80C363;
}

.chart-OVERDUE {
  background: #D83D4F;
}

.chart-OVERDUE_BHP {
  background: #FF0000;
}

.chart-UNDONE {
  background: #D83D4F;
}

.chart-UNDONE_BHP {
  background: #FF0000;
}

.chart-UNPUBLISHED {
  background: #b4b4b4;
}

.chart-PUBLISHED {
  background: #ebd55c;
}

.chart-PUBLISHED_BHP {
  background: #EE7FF1;
}

.chart-STARTED {
  background: #3F4B62;
}

.chart-REQUIRED_PROLONGATION {
  background: #FF9933;
}

.chart-REQUIRED_PROLONGATION_BHP {
  background: #EE7FF1;
}

.chart-VERIFICATION_PENDING {
  background: #ffc000;
}

.col1-2-50 {
  width: 50%;
}

.col1-100 {
  width: 100%;
}

.single-status-force {
  padding: 15px 0 10px 20px !important;
}

.progress-bar-tooltip {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  background: white;
  color: inherit;
  padding: 8px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 5;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.progress-bar-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.progress-button-extra {
  border: 1px solid #ededed;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateX(-97%);
}
.progress-button-extra > a, .progress-button-extra span {
  display: block;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.7em 1.5em;
  cursor: pointer;
  border-bottom: 1px solid #e3e3e3;
  text-transform: uppercase;
  text-align: left;
}
.progress-button-extra > a.disabled, .progress-button-extra span.disabled {
  pointer-events: none;
  background: #f3f0f0;
  color: #3f4b62;
  opacity: 0.75;
  cursor: not-allowed;
}
.progress-button-extra > a:hover, .progress-button-extra span:hover {
  background: #f1eeee;
}
.progress-button-extra > a:hover > i, .progress-button-extra span:hover > i {
  color: #737373;
  scale: 1.2;
}
.progress-button-extra > a > i, .progress-button-extra span > i {
  color: #DBDBDB;
  display: inline-block;
  margin: -0.5em 0em -0.5em -1.5em;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-right: 1em;
  padding-left: 1em;
  transition: all 0.25s ease;
}

.hidden-checkbox {
  display: none;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.checkmark-progress {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
}

.custom-checkbox:hover .checkmark-progress {
  border-color: #64b5f6;
}

.hidden-checkbox:checked + .checkmark-progress {
  background-color: #64b5f6;
  border-color: #64b5f6;
}

.checkmark-progress::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.hidden-checkbox:checked + .checkmark-progress::after {
  display: block;
}

.checked-info-panel-fixed {
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.checked-info-panel-fixed-item {
  display: flex;
  gap: 40px;
  background: white;
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 0 4px 9px -8px rgba(0, 0, 0, 0.75);
  font-size: 13px;
  align-items: center;
}
.checked-info-panel-fixed-item-action {
  display: block;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: 5px;
  background: white;
  border-radius: 5px;
}
.checked-info-panel-fixed-item-action.red {
  color: red;
}
.checked-info-panel-fixed-item-action:hover {
  border: 1px solid #e1e1e1;
  padding: 5px;
  background: #fbfbfb;
  border-radius: 5px;
}
.checked-info-panel-fixed-item-count {
  display: block;
  padding: 5px;
  background: #dbdbdb;
  border-radius: 5px;
}

.status-container {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: space-between;
}

.status-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.status-icon {
  display: block;
}

.status-percentage {
  font-weight: bold;
  color: #666;
}

.spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #3f4b88 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #3f4b88);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: spinner-c7wet2 1s infinite linear;
}

.spinner-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

@keyframes spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}
.checkmark-audit-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #2FB688;
  position: relative;
  margin-top: 4px;
}
.checkmark-audit-check::before {
  content: "✔";
  font-size: 10px;
  color: #2FB688;
  font-weight: bold;
  position: absolute;
}

.checkmark-audit-xmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
.checkmark-audit-xmark::before {
  content: "×";
  font-size: 24px;
  color: #3f4b62;
  font-weight: bold;
  position: absolute;
}

.view-filters-box {
  display: flex;
  flex-wrap: wrap;
  min-height: 200px;
  align-content: flex-start;
}

.view-filters-box-container {
  border-radius: 10px;
  margin: 10px 10px 1em;
  padding: 10px;
  position: relative;
}

.edit-filter-container {
  display: flex;
  align-items: center;
  position: relative;
}

.view-filters-box-container-green-border {
  border: 1px solid rgba(47, 182, 136, 0.4);
}

.view-filters-box-container-grey-border {
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
}

.edit-filter-component {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background-color: rgba(47, 182, 136, 0.4);
  text-align: left;
  width: 100%;
  margin: 10px;
  cursor: grab;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  color: #3F4B62;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.edit-filter-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.edit-filter-title {
  text-align: left;
  color: #2FB688;
  font-weight: bold;
}

.edit-filter-description {
  text-align: left;
  font-size: 13px;
}

.modal-view-filters .edit-filter-component {
  background-color: #d2d4d9;
}

.edit-filter-header-title {
  font-weight: bold;
  color: #3f4b62;
  text-align: center;
  font-size: 1.3em;
  padding: 10px;
}

.edit-filter-sub-header-title {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 5px;
  margin-bottom: 25px;
  font-size: 14px;
}

.custom-button-container {
  display: inline-block;
  margin-left: 1em;
  z-index: 1;
  position: relative;
}
.custom-button-container .custom-expandable {
  overflow: hidden;
  position: absolute;
  right: 0;
  background-color: #f1f1f1;
  height: 0;
  box-sizing: border-box;
  transition: height 0.4s ease-in-out;
  transition-delay: 0.1s;
  border-radius: 9px;
  z-index: 1;
  min-width: 230px;
  text-align: left;
}
.custom-button-container:hover .custom-expandable {
  height: auto;
}
.custom-button-container:hover .custom-button-expandable::before {
  visibility: visible;
  transform: scale(1, 1);
}

.custom-button-expandable {
  display: inline-flex;
  line-height: 1;
  font-size: 0.8em;
  padding: 0.7em 1.5em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid;
  border-radius: 0.4em;
  vertical-align: bottom;
  cursor: pointer;
}
.custom-button-expandable.btn-small {
  font-size: 0.65em;
}
.custom-button-expandable.btn-primary {
  background: #3f4b62;
  border-color: #2b3648;
}
.custom-button-expandable.btn-primary > i {
  background: #36435b;
  border-color: #2b3648;
}
.custom-button-expandable.btn-primary:hover {
  background: #36435b;
}
.custom-button-expandable.btn-secondary {
  background: #2fb688;
  border-color: #1e976d;
}
.custom-button-expandable.btn-secondary > i {
  border-color: #1e976d;
}
.custom-button-expandable.btn-secondary:hover, .custom-button-expandable.btn-secondary.active {
  background: #28ab7e;
}
.custom-button-expandable.btn-ternary {
  background: #f7d14d;
  border-color: #e5b612;
}
.custom-button-expandable.btn-ternary > i {
  border-color: #e5b612;
}
.custom-button-expandable.btn-ternary:hover, .custom-button-expandable.btn-ternary.active {
  background: #f2c838;
}
.custom-button-expandable.btn-quadrary {
  background: #d83d4f;
  border-color: #b52738;
}
.custom-button-expandable.btn-quadrary > i {
  border-color: #b52738;
}
.custom-button-expandable.btn-quadrary:hover, .custom-button-expandable.btn-quadrary.active {
  background: #cd3143;
}
.custom-button-expandable i {
  display: inline-block;
  margin: -0.8em 1em -0.8em -1.5em;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-right: 1em;
  padding-left: 1em;
  border-right: 1px solid;
  transition: all 0.25s ease;
  border-color: #2b3648;
}
.custom-button-expandable::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: -10px;
  left: 0;
  background-color: #3f4b62;
  transition: all 0.2s ease-in-out;
  transform: scale(0, 0);
  visibility: hidden;
}

.custom-expandable .exp-i {
  text-align: center;
  margin-top: 10px;
}
.custom-expandable .progress {
  margin-bottom: 1em;
}
.custom-expandable .progress > label {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0.5em 0;
  display: block;
  text-align: center;
}
.custom-expandable .progress > div {
  background: #dbdbdb;
  height: 30px;
  line-height: 30px;
}
.custom-expandable .progress > div > div {
  background: #3ac495;
}
.custom-expandable a {
  color: #a9a9a9;
  font-size: 0.65em;
  display: block;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.custom-expandable a i {
  padding: 5px 10px 5px 10px;
  width: 10px;
}
.custom-expandable a:hover {
  color: #f3f0f0;
  text-decoration: underline;
  background: #e9e9e9;
  font-weight: bold;
}
.custom-expandable a:hover i {
  scale: 1.6;
  transition: all 0.25s ease;
}
.custom-expandable .link-primus:hover {
  background: linear-gradient(45deg, #3f4b62, #3f4b62, #fff, #3f4b62, #3f4b62);
  background-size: 400% 400%;
  text-decoration: none;
}
.custom-expandable .link-secundus:hover {
  background: linear-gradient(45deg, #2fb688, #2fb688, #fff, #2fb688, #2fb688);
  background-size: 400% 400%;
  text-decoration: none;
}
.custom-expandable .link-tertius:hover {
  background: linear-gradient(45deg, #f7d14d, #f7d14d, #fff, #f7d14d, #f7d14d);
  background-size: 400% 400%;
  text-decoration: none;
}
.custom-expandable .link-quartus:hover {
  background: linear-gradient(45deg, #d83d4f, #d83d4f, #fff, #d83d4f, #d83d4f);
  background-size: 400% 400%;
  text-decoration: none;
}
.custom-expandable .link-quintus:hover {
  background: linear-gradient(45deg, #43c99a, #43c99a, #fff, #43c99a, #43c99a);
  background-size: 400% 400%;
  text-decoration: none;
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 65, 85, 0.31);
  border-radius: 8px;
}

.overlay-container-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-all-filters {
  display: flex;
  align-items: center;
}
.select-all-filters > label {
  padding-right: 5px;
}

.overlay-main {
  width: 300px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 7px;
  font-size: 0.8em;
}

.edit-overlay-cont {
  height: auto !important;
  pointer-events: none;
}
.edit-overlay-cont > a:last-child {
  background: linear-gradient(45deg, #f7d14d, #f7d14d, #fff, #f7d14d, #f7d14d);
  background-size: 400% 400%;
  text-decoration: none;
  color: #f3f0f0;
  font-weight: bold;
  pointer-events: none;
}

.no-pointers {
  pointer-events: none;
  z-index: 12;
}

.edit-overlay-confirm {
  width: 200px;
  height: 100px;
  display: flex;
  position: absolute;
  right: 140px;
  background: white;
  border-radius: 10px;
  flex-direction: column;
  z-index: 12;
  justify-content: space-between;
}
.edit-overlay-confirm-close {
  margin-right: 6px;
  margin-top: 3px;
  font-size: 0.8em;
}
.edit-overlay-confirm-content {
  font-size: 0.8em;
  text-align: center;
  padding: 5px;
}
.edit-overlay-confirm-footer {
  display: flex;
  justify-content: space-evenly;
  color: #2fb688;
}
.edit-overlay-confirm-footer-text {
  margin-left: 5px;
  font-size: 0.8em;
  font-weight: bold;
}

.top210 {
  top: 210px !important;
}

.location-edit-overlay-confirm {
  top: unset !important;
  z-index: 12;
}

.overlay-dimmer {
  transition: opacity 1s ease-in-out;
  background-color: rgb(46, 46, 46);
  inset: 0;
  opacity: 0;
  position: fixed;
  z-index: 10;
}

.overlay-dimmer.active {
  opacity: 0.9;
}

.edit-overlay-single {
  z-index: 12;
  position: relative;
  pointer-events: none;
}

.selectCustomGrouped .ms-drop ul > li label.optgroup {
  padding-left: 10px;
  font-size: 14px;
}

.selectCustomGrouped .ms-drop ul > li label {
  padding-left: 40px;
  font-size: 13px;
  border-top: 0;
}

.selectCustomGrouped .ms-drop ul > li.group {
  display: flex;
}

.selectCustomGrouped .ms-drop ul > li {
  border-top: 1px solid #dbdbdb;
}

.selectCustomGrouped .group i {
  padding: 0.8em;
}

.selectCustomGrouped .group i:hover {
  cursor: pointer;
  background: #f3f1f1;
}

.add-img-dropdown-wrapper {
  position: relative;
  display: inline-block;
}
.add-img-dropdown-wrapper:hover .add-img-dropdown-menu {
  display: block;
}

.add-img-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #2d3548;
  border-radius: 6px;
  overflow: hidden;
  z-index: 999;
  min-width: 240px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.add-img-dropdown-menu .menu-item {
  padding: 0.6rem 1rem;
  color: white;
  font-size: 0.875rem;
  text-align: left;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  background-color: #2d3548;
  border: none;
  text-decoration: none;
}
.add-img-dropdown-menu .menu-item:hover {
  background-color: #1e232f;
}
.add-img-dropdown-menu .menu-item i {
  font-size: 1rem;
}

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