@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;
}

.w-100 {
  width: 100%;
}

::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.4em;
  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;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@font-face {
  font-family: Montserrat-Light;
  src: url("/resources/fonts/Montserrat-Light.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("/resources/fonts/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("/resources/fonts/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
.montserrat-light-font {
  font: normal normal 300 14px/18px Montserrat-Light;
}

.montserrat-medium-font {
  font: bold 22px/31px Montserrat-Medium;
}

.montserrat-regular-font {
  font: normal normal bold 12px/16px Montserrat-Regular;
}

.f-size-12 {
  font-size: 12px !important;
}

.f-size-14 {
  font-size: 14px !important;
}

.f-size-22 {
  font-size: 22px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.text-align-center {
  text-align: center !important;
}

.pl-23,
.px-23 {
  padding-left: 23px !important;
}

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 {
  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-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-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-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-senary {
  background: #73C8E8;
  border-color: #0095e0;
}
.btn.btn-senary > i {
  background: #68c6e9;
  border-color: #0095e0;
}
.btn.btn-senary:hover, .btn.btn-senary.active {
  background: #68c6e9;
}
.btn.btn-septenary {
  background: white;
  border-color: #30B688;
  color: #3f4b62;
}
.btn.btn-septenary > i {
  background: white;
  border-color: #30B688;
}
.btn.btn-septenary:hover, .btn.btn-septenary.active {
  background: #CDECE0;
}
.btn.btn-octonary {
  background: white;
  border-color: #dbdbdb;
  color: #3f4b62;
}
.btn.btn-octonary > i {
  background: white;
  border-color: #dbdbdb;
}
.btn.btn-octonary:hover, .btn.btn-octonary.active {
  background: #dbdbdb;
}
.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-quinary, .btn.btn-b-quinary > i {
  background: none;
  border-color: #CAECE0;
  color: #CAECE0;
}
.btn.btn-b-quinary:hover, .btn.btn-b-quinary.active, .btn.btn-b-quinary > i:hover, .btn.btn-b-quinary > i.active {
  border-color: #1e976d;
  color: #1e976d;
}
.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;
}
.btn.clicked {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
}
.btn.clicked i {
  opacity: 0.85;
}
@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-quinary {
  background: #CAECE0;
  border-color: #1e976d;
  color: #3f4b62;
}
.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: 11;
}
.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;
  }
  .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 2em;
  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%;
  }
}

.bell-notification-btn {
  display: block;
  position: absolute;
  right: 41px;
  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;
}

.bell-notification-btn:hover {
  background: #36435b;
  color: #fff;
  cursor: pointer;
}

.bell-notification-submenu {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  color: #3F4B62;
  background: white;
  width: 370px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 11px;
  padding: 15px 18px;
  z-index: 9;
}
.bell-notification-submenu .is-unread {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 10px;
}
.bell-notification-submenu .is-unread .fa-toggle-off, .bell-notification-submenu .is-unread .fa-toggle-on {
  cursor: pointer;
  font-size: 20px;
  margin-left: 5px;
}
.bell-notification-submenu .is-unread .fa-toggle-on {
  color: #30B688;
}
.bell-notification-submenu hr {
  margin: 10px -18px;
}
.bell-notification-submenu .notification-box {
  position: relative;
  font-size: 12px;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.bell-notification-submenu .notification-box .notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.bell-notification-submenu .notification-box .notification-header .notification-title {
  font-weight: bold;
}
.bell-notification-submenu .notification-box .notification-header .notification-datetime {
  color: #C4BEBE;
}
.bell-notification-submenu .notification-box .unread-dot {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #CE3244;
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bell-notification-submenu .notification-box.unread {
  background: #E4F6F0;
  border: 1px solid #E4F6F0;
}
.bell-notification-submenu .notification-footer {
  display: flex;
  justify-content: center;
}
.bell-notification-submenu .notification-footer .notification-link {
  font-size: 12px;
  text-decoration: underline;
  text-align: center;
  color: #30B688;
}
.bell-notification-submenu .zero-notifications {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 40px 0;
}
.bell-notification-submenu .zero-notifications p {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.notification-alert {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 60px;
  color: #3F4B62;
  background: white;
  width: 300px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 11px;
  font-size: 12px;
}
.notification-alert .green-hand {
  color: #38B689;
  font-size: 1rem;
  margin-right: 5px;
}
.notification-alert .alert-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 22px;
  border-bottom: 1px solid lightgray;
}
.notification-alert .fa-times {
  cursor: pointer;
}
.notification-alert .alert-body {
  padding: 16px 22px;
}
.notification-alert .alert-body p {
  margin: 10px 0;
}

@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;
}

.disabled-pointer-events {
  pointer-events: none;
}

.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: rgb(220.3333333333, 211.6666666667, 211.6666666667);
}
.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;
  height: 75px;
}
.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-border.col-unrelated {
  background: #CAECE0;
}
.progress-table-item-content {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
  font-size: 13px;
  justify-content: space-between;
  flex: 1 1 auto;
}
.progress-table-item-content .size-20 {
  width: 20px;
  margin-left: 5px;
}
.progress-table-item-content .size-50 {
  width: 50px;
}
.progress-table-item-content .size-75 {
  width: 75px;
}
.progress-table-item-content .size-100 {
  width: 100px;
}
.progress-table-item-content .size-105 {
  width: 105px;
}
.progress-table-item-content .size-130 {
  width: 130px;
}
.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 .size-300 {
  width: 300px;
}
.progress-table-item-content .size-350 {
  width: 350px;
}
.progress-table-item-content .size-450 {
  width: 450px;
}
.progress-table-item-content .size-500 {
  width: 500px;
}
.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;
}
.progress-table-item-content::after {
  content: "";
  position: absolute;
  left: 17px;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: #d5d5d5;
}
.progress-table-item-content.checkbox-table::after {
  left: 0;
}

.progress-table-item:first-child {
  height: 50px;
}

.ellipsis-4-lines {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-1-lines {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.attr-table {
  border: 1px solid #e9e9e9;
  border-radius: 10px 10px 0 0;
  margin-bottom: 10px;
  border-bottom: 0;
}
.attr-table-header {
  text-align: center;
  background: #CAECE0;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}

.dateInput-new {
  letter-spacing: 1px;
  padding: 0 10px;
  text-align: center;
  height: 23px;
}

.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);
}

.modal-centered > div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 700px;
  max-width: 90%;
  z-index: 1050;
  padding: 0 10px;
}
.modal-centered > div > div {
  border-radius: 15px;
  padding: 30px;
}

.width-300 > div {
  width: 300px;
}

.width-400 > div {
  width: 400px;
}

.width-500 > div {
  width: 500px;
}

.width-600 > div {
  width: 600px;
}

.width-700 > div {
  width: 700px;
}

.width-800 > div {
  width: 800px;
}

.width-900 > div {
  width: 900px;
}

.width-1000 > div {
  width: 1000px;
}

.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;
}

.month-year-picker .ui-datepicker-calendar {
  display: none;
}
.month-year-picker .ui-datepicker-buttonpane {
  margin: 0;
}
.month-year-picker .ui-datepicker-prev, .month-year-picker .ui-datepicker-next {
  top: 8px;
}
.month-year-picker .ui-datepicker-title {
  color: #3f4b62;
}
.month-year-picker .ui-datepicker-month {
  margin-right: 5px;
}

.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: none;
  border: 1px solid #eba519;
  border-left-width: 8px;
}

.outline-border-red {
  outline: none;
  border: 1px solid #b52738;
  border-left-width: 8px;
}

.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: center;
}
.correction-footer.correction-orange {
  background-color: #eba519;
}
.correction-footer.correction-new {
  background-color: #F5F5F5;
  color: #3f4b62;
}
.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 {
  overflow: visible;
  text-overflow: inherit;
  width: 100%;
  max-width: 100%;
  margin-left: 8px;
  background: #b52738;
  position: absolute;
  left: -8px;
  white-space: normal;
  padding: 10px;
}
.correction-reason-description.correction-orange {
  background-color: #eba519;
}
.correction-reason-description.correction-new {
  background-color: #F5F5F5;
}

.correction-reason-description-new {
  overflow: visible;
  text-overflow: inherit;
  width: 100%;
  margin-left: 8px;
  background: #F5F5F5;
  position: absolute;
  left: -8px;
  white-space: normal;
  padding: 10px;
}
.correction-reason-description-new.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;
  font-weight: bold;
}
.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;
  background: #3bb58a;
}

.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%;
  overflow-wrap: break-word;
}

.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%;
}

.tabs-notification {
  width: 100%;
  margin: 0 auto 1%;
}
.tabs-notification .tabs-nav-notification {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.tabs-notification .tabs-nav-notification li {
  margin-right: 40px;
  margin-bottom: 0;
}
.tabs-notification .tabs-nav-notification li a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: #D9D6D6;
  transition: 0.3s;
  font-size: 14px;
  font-weight: bold;
}
.tabs-notification .tabs-nav-notification li a:hover {
  color: #3f4b62;
}
.tabs-notification .tabs-nav-notification li.active a {
  background-color: #fff;
  border-bottom: 1px solid #2EB688;
  color: #2EB688;
}
.tabs-notification .tabs-content-notification {
  padding: 20px 0;
}
.tabs-notification .tabs-content-notification .tab-pane-notification {
  display: none;
}
.tabs-notification .tabs-content-notification .tab-pane-notification.active {
  display: block;
}

.tabs-hr {
  margin: -1px 0 0;
}

.input-container-notification-modal {
  position: relative;
  max-width: 550px;
  margin-bottom: 20px;
}
.input-container-notification-modal .search-notification {
  width: 100%;
  padding-right: 40px; /* Zostaw miejsce na ikonkę */
}
.input-container-notification-modal .fa-search {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #D9D6D6; /* Kolor ikonki */
  pointer-events: none; /* Kliknięcie na ikonkę nie blokuje inputa */
}

.card-notify {
  background: white;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  margin-bottom: 30px;
}

.notify-img {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.notify-content {
  padding: 25px 25px 25px 20px;
  height: 265px;
}

.notify-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.notify-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #3F4B62;
}

.notify-datetime {
  display: block;
  color: #D9D6D6;
  font-size: 12px;
  text-wrap: nowrap;
}

.notify-text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 9; /* Ogranicza tekst do 3 linii */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 190px;
}

.keen-slider {
  height: 100%;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

[class^=number-slide],
[class*=" number-slide"] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  height: 265px;
  max-height: 100vh;
}

.navigation-wrapper {
  position: relative;
  height: 100%;
}

.dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  justify-content: center;
}

.dot {
  width: 10px;
  height: 10px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  outline: 1px solid #2EB688;
  border-radius: 50%;
  margin: 0 5px;
  padding: 4px;
  cursor: pointer;
}

.dot:focus {
  outline: none;
}

.dot--active {
  background: #2EB688;
}

.arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
  background: white;
  border-radius: 50%;
}

.arrow--left {
  left: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%232FB688' d='M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.arrow--right {
  left: auto;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z' fill='%232FB688'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.table-notifications {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: 0 0 14px 0;
}
.table-notifications td {
  border-bottom: 1px solid #D9D6D6;
}
.table-notifications th, .table-notifications td {
  padding: 12px;
  text-align: left;
  font-size: 14px;
}
.table-notifications .td-title {
  font-weight: bold;
}
.table-notifications th {
  font-weight: bold;
  text-wrap: nowrap;
}
.table-notifications tr {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #707070;
  height: 65px;
}
.table-notifications tr .td-date {
  font-weight: bold;
  text-wrap: nowrap;
}
.table-notifications tr:hover {
  background-color: #f1f1f1;
}
.table-notifications .status-read td:first-child {
  border-left: 8px solid #33B286;
}
.table-notifications .status-read td:last-child {
  font-weight: bold;
  color: #33B286;
}
.table-notifications .status-sent td:first-child {
  border-left: 8px solid rgba(0, 0, 0, 0.1607843137);
}
.table-notifications .status-sent td {
  font-weight: bold;
}
.table-notifications .status-unread td:first-child {
  border-left: 8px solid #E24054;
}
.table-notifications .status-unread td:last-child {
  color: #E64256;
  font-weight: bold;
}
.table-notifications td:first-child {
  border-radius: 10px 0 0 10px;
}
.table-notifications td:first-child {
  padding-left: 34px;
}
.table-notifications th:first-child {
  padding-left: 42px;
}
.table-notifications input[type=checkbox] {
  accent-color: #1E976D;
}

.tab-buttons-notification {
  display: none;
}

.tab-buttons-notification.active {
  display: block;
}

.border-none {
  border: none;
}

.checkbox-green {
  accent-color: #1E976D;
}

.notification-modal .modal-title {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
.notification-modal .modal-subtitle {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.notification-modal .modal-length {
  font-size: 14px;
}
.notification-modal .form-checkbox {
  margin-bottom: 5px;
}
.notification-modal .modal-footer .btn.btn-secondary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@media screen and (max-width: 1221px) {
  .notification-page-head {
    margin-top: 20px;
  }
}
.dropdown-custom-notification {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown-custom-notification > 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-custom-notification.secondary .ms-choice {
  border-color: #2FB688;
  border-radius: 8px;
}
.dropdown-custom-notification.secondary .ms-choice > div {
  background: url("/javax.faces.resource/img/multiple-select-secondary.png.xhtml");
}

.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;
  width: 100%;
}
.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 rgb(43.0434782609, 51.2422360248, 66.9565217391);
  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: rgb(36.5327510917, 141.4672489083, 105.711790393);
}

.chart-horizontal.col-ternary > div > div {
  background: #f7d14d;
  border-color: rgb(244.8064516129, 196.3870967742, 28.1935483871);
}

.chart-horizontal.col-quadrary > div > div {
  background: #d83d4f;
  border-color: rgb(188.1716738197, 37.8283261803, 55.2875536481);
}

.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-evenly;
  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: rgb(222.7808219178, 45.698630137, 27.4191780822);
}

.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: rgb(232.25, 232.25, 232.25);
}

.answer-history-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.answer-history-item .answer-content {
  margin-top: 1.5em;
}
.answer-history-item .answer-content.open {
  font-size: 0.9em;
  font-style: italic;
}
.answer-history-item .answer-content ul {
  font-size: 0.9em;
}
.answer-history-item .answer-content ul li {
  opacity: 0.6;
}
.answer-history-item .answer-content ul li.checked {
  opacity: 1;
  font-size: 1.2em;
}
.answer-history-item .answer-content .photo-thumb {
  width: 200px;
}

.answer-timeline-icon {
  width: 7px;
  height: 7px;
  background-color: #2FB688;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 9px;
}

.answer-history-date {
  margin: 0;
  letter-spacing: 0;
  color: #2FB688;
  font-weight: bold;
}

.answer-history-description {
  width: 98%;
}
.answer-history-description .history-title {
  font-weight: bold;
}

.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: rgb(236.2, 231.5, 231.5);
}
.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: rgb(40.719650655, 157.680349345, 117.8270742358);
  border-color: rgb(15.5982532751, 60.4017467249, 45.135371179);
}
.calendar .event.color-negative {
  background: #d83d4f;
}
.calendar .event.color-negative.event-hover {
  background: rgb(205.1570815451, 41.2429184549, 60.278111588);
  border-color: rgb(103.2446351931, 20.7553648069, 30.3347639485);
}
.calendar .event.color-neutral {
  background: #f7d14d;
}
.calendar .event.color-neutral.event-hover {
  background: rgb(245.6838709677, 201.4322580645, 47.7161290323);
  border-color: rgb(163.6451612903, 128.7096774194, 7.3548387097);
}
.calendar .event.color-1 {
  background: #86bdd0;
}
.calendar .event.color-1.event-hover {
  background: rgb(111.9607142857, 176.9785714286, 199.4392857143);
  border-color: rgb(52.875, 114.75, 136.125);
}
.calendar .event.color-2 {
  background: #dad360;
}
.calendar .event.color-2.event-hover {
  background: rgb(212.2234693878, 204.1306122449, 71.1765306122);
  border-color: rgb(130.6071428571, 124.8571428571, 30.3928571429);
}
.calendar .event.color-3 {
  background: #62c7a8;
}
.calendar .event.color-3.event-hover {
  background: rgb(75.4450704225, 190.9549295775, 155.5014084507);
  border-color: rgb(37.8591549296, 106.1408450704, 85.1830985915);
}
.calendar .event.color-4 {
  background: #f4b468;
}
.calendar .event.color-4.event-hover {
  background: rgb(241.9222222222, 165.8333333333, 75.4777777778);
  border-color: rgb(181.7592592593, 104.7222222222, 13.2407407407);
}
.calendar .event.color-5 {
  background: #446b7d;
}
.calendar .event.color-5.event-hover {
  background: rgb(57.2186528497, 90.0352331606, 105.1813471503);
  border-color: rgb(14.0932642487, 22.1761658031, 25.9067357513);
}
.calendar .event.color-6 {
  background: #c59ac9;
}
.calendar .event.color-6.event-hover {
  background: rgb(185.5496774194, 134.0606451613, 190.3393548387);
  border-color: rgb(126.4129032258, 70.3741935484, 131.6258064516);
}
.calendar .event.color-7 {
  background: #c8c2b1;
}
.calendar .event.color-7.event-hover {
  background: rgb(187.3458646617, 179.9654135338, 159.0541353383);
  border-color: rgb(131.3684210526, 121.2631578947, 92.6315789474);
}
.calendar .event.color-8 {
  background: #8f9a96;
}
.calendar .event.color-8.event-hover {
  background: rgb(126.9098591549, 139.4901408451, 134.9154929577);
  border-color: rgb(68.2816901408, 75.7183098592, 73.014084507);
}
.calendar .event.color-9 {
  background: #cc7070;
}
.calendar .event.color-9.event-hover {
  background: rgb(195.9556701031, 89.4443298969, 89.4443298969);
  border-color: rgb(120.1494845361, 42.8505154639, 42.8505154639);
}
.calendar .event.color-10 {
  background: #3e9775;
}
.calendar .event.color-10.event-hover {
  background: rgb(53.0929577465, 129.3070422535, 100.1915492958);
  border-color: rgb(17.4647887324, 42.5352112676, 32.9577464789);
}
.calendar .event.color-11 {
  background: #6abfe6;
}
.calendar .event.color-11.event-hover {
  background: rgb(79.7965517241, 179.7448275862, 225.6034482759);
  border-color: rgb(26.2931034483, 115.6896551724, 156.7068965517);
}
.calendar .event.color-12 {
  background: #d3e66a;
}
.calendar .event.color-12.event-hover {
  background: rgb(203.2620689655, 225.6034482759, 79.7965517241);
  border-color: rgb(136.724137931, 156.7068965517, 26.2931034483);
}
.calendar .event.color-13 {
  background: #819bc9;
}
.calendar .event.color-13.event-hover {
  background: rgb(107.58, 138, 191.82);
  border-color: rgb(53.1, 78.6666666667, 123.9);
}
.calendar .event.color-14 {
  background: #c9a4af;
}
.calendar .event.color-14.event-hover {
  background: rgb(189.604137931, 144.795862069, 158.1172413793);
  border-color: rgb(133.0482758621, 78.9517241379, 95.0344827586);
}
.calendar .event.color-15 {
  background: #767571;
}
.calendar .event.color-15.event-hover {
  background: rgb(102.3688311688, 101.5012987013, 98.0311688312);
  border-color: rgb(39.8441558442, 39.5064935065, 38.1558441558);
}
.calendar .event.color-16 {
  background: #d28c5e;
}
.calendar .event.color-16.event-hover {
  background: rgb(203.3155339806, 122.9174757282, 70.0844660194);
  border-color: rgb(118.0145631068, 66.7038834951, 32.9854368932);
}
.calendar .event.color-17 {
  background: #e87e83;
}
.calendar .event.color-17.event-hover {
  background: rgb(227.3697368421, 100.0302631579, 106.0368421053);
  border-color: rgb(173.9802631579, 31.0197368421, 37.7631578947);
}
.calendar .event.color-18 {
  background: #8aaf5e;
}
.calendar .event.color-18.event-hover {
  background: rgb(122.6622406639, 159.2630705394, 79.1369294606);
  border-color: rgb(59.6846473029, 77.4937759336, 38.5062240664);
}
.calendar .event.color-19 {
  background: #6b6d80;
}
.calendar .event.color-19.event-hover {
  background: rgb(93.0672340426, 94.8068085106, 111.3327659574);
  border-color: rgb(37.3361702128, 38.0340425532, 44.6638297872);
}
.calendar .event.color-20 {
  background: #b69a7c;
}
.calendar .event.color-20.event-hover {
  background: rgb(171.05, 138.85, 104.35);
  border-color: rgb(98.25, 77.25, 54.75);
}
.calendar .event.color-21 {
  background: #ffe641;
}
.calendar .event.color-21.event-hover {
  background: rgb(255, 225.9736842105, 34.4);
  border-color: rgb(167, 145.0263157895, 0);
}
.calendar .event.color-22 {
  background: #8f7e93;
}
.calendar .event.color-22.event-hover {
  background: rgb(127.8481012658, 110.4607594937, 131.9392405063);
  border-color: rgb(63.2911392405, 54.6835443038, 65.3164556962);
}
.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: 2.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: rgb(252.0666666667, 251.3333333333, 251.3333333333);
  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 0;
  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: rgb(252.0666666667, 251.3333333333, 251.3333333333);
  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;
  text-align: left;
}
.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;
}

.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;
}

.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;
}

.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;
}

#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: 28px;
  max-width: 100px;
  line-height: 1 !important;
  border: 1px solid #1e976d !important;
  font-size: 12px !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;
}

.align-center {
  align-items: center;
}

.greyed {
  background: #dfdfdf !important;
}

.tg-location-radio {
  text-align: left;
  display: grid;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.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;
}

.text-align-center {
  text-align: center !important;
}

.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;
}

.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;
}

.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: -7px;
  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;
}

.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;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.tg-form-checkbox {
  display: flex;
  gap: 5px;
  font-size: 0.8em;
}

.panel-disabled {
  cursor: not-allowed !important;
  background: #f1f1f1 !important;
}

.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;
}

.btn-default {
  background-color: white;
  color: #6c757d;
  border-color: #ccc;
}

.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;
}

.panel-disabled {
  cursor: not-allowed !important;
  background: #f1f1f1 !important;
}

.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;
  min-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;
  min-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;
  min-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;
  min-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;
}

.user-panel {
  position: relative;
}
.user-panel #notifications-container {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
  opacity: 0;
}
.user-panel #notifications-container .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 1rem;
  max-height: 250px;
  overflow-y: auto;
}
.user-panel #notifications-container .content-tab {
  gap: 16px;
}
.user-panel #notifications-container.active {
  pointer-events: all;
  background: white;
  right: 16px;
  border-radius: 8px;
  align-items: center;
  opacity: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.user-panel .notification-header {
  border-bottom: 2px solid #ECEBEB;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  flex-direction: column;
  width: 100%;
}
.user-panel .notification-header .close-btn {
  color: #DBDBDB;
  font-size: 1.2rem;
  line-height: 1.3rem;
}
.user-panel .header-greeting {
  color: #3f4b62;
  font-size: 12px;
  font-weight: 600;
}
.user-panel .header-greeting::before {
  font-family: "FontAwesome";
  content: "\f256";
  margin-right: 8px;
  color: #3f4b62;
}
.user-panel .notification-toast {
  background-color: #e6f5f0;
  color: #333;
  padding: 12px 16px 12px 12px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", sans-serif;
  max-width: 360px;
  width: 90%;
  font-size: 14px;
  pointer-events: all;
  position: relative;
  overflow: hidden;
  animation: slide-in 0.3s ease-out;
}
.user-panel .event-marker {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: red;
}
.user-panel .notification-toast:hover {
  cursor: pointer;
  background-color: #dff3ec;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.user-panel .notification-wrapper.fadeout {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.user-panel .notification-toast .title {
  font-weight: 600;
  color: #3f4b62;
  font-size: 12px;
  margin-bottom: 4px;
}
.user-panel .notification-toast .message {
  font-size: 12px;
  color: #3f4b62;
  margin-bottom: 6px;
}
.user-panel .notification-toast .time {
  font-size: 11px;
  color: #999;
}
.user-panel .notification-toast .close-btn {
  position: absolute;
  top: 6px;
  right: 10px;
  background: none;
  border: none;
  font-size: 16px;
  color: #888;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}
.user-panel .notification-toast .close-btn:hover {
  color: #333;
}
@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.user-panel .notification-link {
  color: inherit;
  color: #30B688;
  font-size: 12px;
}
.user-panel .notification-toast:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.user-panel .notification-footer {
  display: flex;
  justify-content: center;
  border-top: 2px solid #ECEBEB;
  width: 100%;
  padding: 1rem;
  margin: 0;
}

.user-panel {
  position: relative;
}
.user-panel .notification-bell {
  position: absolute;
  right: 40px;
  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;
  display: block;
  color: white;
  text-decoration: none;
}
.user-panel .notification-bell i {
  pointer-events: none;
}
.user-panel .notification-bell:hover, .user-panel .notification-bell.active {
  background: #36435b;
}
.user-panel .notification-bell.active {
  color: #28ab7e;
  font-weight: 600;
}
.user-panel .notification-bell .notification-badge {
  position: absolute;
  top: 25px;
  right: 4px;
  background-color: #e53935;
  color: white;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  min-width: 16px;
  min-height: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-badge {
  position: absolute;
  top: -12px;
  right: -15px;
  background-color: red;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  padding: 3px 6px;
  min-width: 20px;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}

.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: rgb(252.0666666667, 251.3333333333, 251.3333333333);
  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: rgb(252.0666666667, 251.3333333333, 251.3333333333);
  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;
}

.expected-duration-container {
  display: flex;
  border: 0 !important;
  background: white !important;
  padding: 0 !important;
  gap: 5px;
}

.expected-duration-fill {
  width: 50%;
  padding: 10px !important;
  border: 1px solid #2fb688 !important;
  font-weight: 600 !important;
  font-size: 0.9em !important;
}

.expected-duration-counter {
  border: 1px solid #2fb688 !important;
  border-radius: 5px;
  min-width: 10px;
  padding: 4px;
}

.expected-duration-counter.negative-time {
  border-color: red !important;
  color: red;
}

.task-duration-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.task-duration-message {
  color: #2FB688;
  font-weight: bold;
}

.task-duration-image {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  margin-top: -20px;
}

.task-duration-label {
  font-weight: bold;
}

.task-duration-time-wrapper {
  display: flex;
  gap: 10px;
}

.task-duration-unit-group {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.task-duration-static-box {
  width: 40px;
  border: 1px solid #2FB688;
  border-radius: 7px;
  min-height: 30px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.task-duration-select {
  width: 60px;
  border: 1px solid #2FB688;
  border-radius: 7px;
}

.task-duration-label-small {
  font-size: 14px;
}

.task-duration-info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.task-duration-error {
  color: #FF0303;
}

.task-duration-confirm-ok {
  font-size: 14px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.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-no-thin {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  border: none;
  background: transparent;
  position: relative;
}

.newCustomCheck-no-thin:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='black' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/></svg>") no-repeat center;
}

.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;
}

.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);
  }
}
.catAttr {
  border-radius: 3px;
}

.catAttrLink {
  color: #ffffff;
  padding: 0.6em 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

.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;
}

.container-tables {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.table-wrapper {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.table-wrapper table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table-wrapper th,
.table-wrapper td {
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-wrapper th:first-child,
.table-wrapper td:first-child {
  text-align: center;
}

.table-wrapper td {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .table-wrapper {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px;
  }
}
.location-feature {
  column-rule: 0px solid #eee;
  column-gap: 17px;
  width: 100%;
  margin: 0 auto;
}

.location-feature.location-feature-columns-3 {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

@media only screen and (max-width: 720px) {
  .location-feature.location-feature-columns-3 {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
.location-feature .location-feature-item table {
  display: inline-table;
  vertical-align: top;
  margin-bottom: 17px;
  max-width: 100%;
  width: 100%;
}

.location-feature .location-feature-item {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.location-feature-td {
  width: 50%;
}

.sales-data-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2em;
}

.sales-data-table th,
.sales-data-table td {
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.sales-data-table th:first-child,
.sales-data-table td:first-child {
  text-align: left;
}

.sales-data-table .wide-cell {
  width: 60%;
}

.sales-data-table th:last-child,
.sales-data-table td:last-child {
  border-right: none;
}

.sales-data-table th {
  background-color: #f2f2f2;
}

.sales-data-table tr:last-child td {
  border-bottom: none;
}

.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;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.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;
  flex-wrap: wrap;
  padding: 1em 0;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  margin-bottom: 1.3em;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 1.5em;
  column-gap: 16px;
  row-gap: 10px;
}
.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 .cal-selector h3 .cal-selector-year {
  color: #2fb688;
}
.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: rgb(236.2, 231.5, 231.5);
}
.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: rgb(40.719650655, 157.680349345, 117.8270742358);
  border-color: rgb(15.5982532751, 60.4017467249, 45.135371179);
}
.calendar-work-planning .event.color-negative {
  background: #d83d4f;
}
.calendar-work-planning .event.color-negative.event-hover {
  background: rgb(205.1570815451, 41.2429184549, 60.278111588);
  border-color: rgb(103.2446351931, 20.7553648069, 30.3347639485);
}
.calendar-work-planning .event.color-neutral {
  background: #f7d14d;
}
.calendar-work-planning .event.color-neutral.event-hover {
  background: rgb(245.6838709677, 201.4322580645, 47.7161290323);
  border-color: rgb(163.6451612903, 128.7096774194, 7.3548387097);
}
.calendar-work-planning .event.color-1 {
  background: #86bdd0;
}
.calendar-work-planning .event.color-1.event-hover {
  background: rgb(111.9607142857, 176.9785714286, 199.4392857143);
  border-color: rgb(52.875, 114.75, 136.125);
}
.calendar-work-planning .event.color-2 {
  background: #dad360;
}
.calendar-work-planning .event.color-2.event-hover {
  background: rgb(212.2234693878, 204.1306122449, 71.1765306122);
  border-color: rgb(130.6071428571, 124.8571428571, 30.3928571429);
}
.calendar-work-planning .event.color-3 {
  background: #62c7a8;
}
.calendar-work-planning .event.color-3.event-hover {
  background: rgb(75.4450704225, 190.9549295775, 155.5014084507);
  border-color: rgb(37.8591549296, 106.1408450704, 85.1830985915);
}
.calendar-work-planning .event.color-4 {
  background: #f4b468;
}
.calendar-work-planning .event.color-4.event-hover {
  background: rgb(241.9222222222, 165.8333333333, 75.4777777778);
  border-color: rgb(181.7592592593, 104.7222222222, 13.2407407407);
}
.calendar-work-planning .event.color-5 {
  background: #446b7d;
}
.calendar-work-planning .event.color-5.event-hover {
  background: rgb(57.2186528497, 90.0352331606, 105.1813471503);
  border-color: rgb(14.0932642487, 22.1761658031, 25.9067357513);
}
.calendar-work-planning .event.color-6 {
  background: #c59ac9;
}
.calendar-work-planning .event.color-6.event-hover {
  background: rgb(185.5496774194, 134.0606451613, 190.3393548387);
  border-color: rgb(126.4129032258, 70.3741935484, 131.6258064516);
}
.calendar-work-planning .event.color-7 {
  background: #c8c2b1;
}
.calendar-work-planning .event.color-7.event-hover {
  background: rgb(187.3458646617, 179.9654135338, 159.0541353383);
  border-color: rgb(131.3684210526, 121.2631578947, 92.6315789474);
}
.calendar-work-planning .event.color-8 {
  background: #8f9a96;
}
.calendar-work-planning .event.color-8.event-hover {
  background: rgb(126.9098591549, 139.4901408451, 134.9154929577);
  border-color: rgb(68.2816901408, 75.7183098592, 73.014084507);
}
.calendar-work-planning .event.color-9 {
  background: #cc7070;
}
.calendar-work-planning .event.color-9.event-hover {
  background: rgb(195.9556701031, 89.4443298969, 89.4443298969);
  border-color: rgb(120.1494845361, 42.8505154639, 42.8505154639);
}
.calendar-work-planning .event.color-10 {
  background: #3e9775;
}
.calendar-work-planning .event.color-10.event-hover {
  background: rgb(53.0929577465, 129.3070422535, 100.1915492958);
  border-color: rgb(17.4647887324, 42.5352112676, 32.9577464789);
}
.calendar-work-planning .event.color-11 {
  background: #6abfe6;
}
.calendar-work-planning .event.color-11.event-hover {
  background: rgb(79.7965517241, 179.7448275862, 225.6034482759);
  border-color: rgb(26.2931034483, 115.6896551724, 156.7068965517);
}
.calendar-work-planning .event.color-12 {
  background: #d3e66a;
}
.calendar-work-planning .event.color-12.event-hover {
  background: rgb(203.2620689655, 225.6034482759, 79.7965517241);
  border-color: rgb(136.724137931, 156.7068965517, 26.2931034483);
}
.calendar-work-planning .event.color-13 {
  background: #819bc9;
}
.calendar-work-planning .event.color-13.event-hover {
  background: rgb(107.58, 138, 191.82);
  border-color: rgb(53.1, 78.6666666667, 123.9);
}
.calendar-work-planning .event.color-14 {
  background: #c9a4af;
}
.calendar-work-planning .event.color-14.event-hover {
  background: rgb(189.604137931, 144.795862069, 158.1172413793);
  border-color: rgb(133.0482758621, 78.9517241379, 95.0344827586);
}
.calendar-work-planning .event.color-15 {
  background: #767571;
}
.calendar-work-planning .event.color-15.event-hover {
  background: rgb(102.3688311688, 101.5012987013, 98.0311688312);
  border-color: rgb(39.8441558442, 39.5064935065, 38.1558441558);
}
.calendar-work-planning .event.color-16 {
  background: #d28c5e;
}
.calendar-work-planning .event.color-16.event-hover {
  background: rgb(203.3155339806, 122.9174757282, 70.0844660194);
  border-color: rgb(118.0145631068, 66.7038834951, 32.9854368932);
}
.calendar-work-planning .event.color-17 {
  background: #e87e83;
}
.calendar-work-planning .event.color-17.event-hover {
  background: rgb(227.3697368421, 100.0302631579, 106.0368421053);
  border-color: rgb(173.9802631579, 31.0197368421, 37.7631578947);
}
.calendar-work-planning .event.color-18 {
  background: #8aaf5e;
}
.calendar-work-planning .event.color-18.event-hover {
  background: rgb(122.6622406639, 159.2630705394, 79.1369294606);
  border-color: rgb(59.6846473029, 77.4937759336, 38.5062240664);
}
.calendar-work-planning .event.color-19 {
  background: #6b6d80;
}
.calendar-work-planning .event.color-19.event-hover {
  background: rgb(93.0672340426, 94.8068085106, 111.3327659574);
  border-color: rgb(37.3361702128, 38.0340425532, 44.6638297872);
}
.calendar-work-planning .event.color-20 {
  background: #b69a7c;
}
.calendar-work-planning .event.color-20.event-hover {
  background: rgb(171.05, 138.85, 104.35);
  border-color: rgb(98.25, 77.25, 54.75);
}
.calendar-work-planning .event.color-21 {
  background: #ffe641;
}
.calendar-work-planning .event.color-21.event-hover {
  background: rgb(255, 225.9736842105, 34.4);
  border-color: rgb(167, 145.0263157895, 0);
}
.calendar-work-planning .event.color-22 {
  background: #8f7e93;
}
.calendar-work-planning .event.color-22.event-hover {
  background: rgb(127.8481012658, 110.4607594937, 131.9392405063);
  border-color: rgb(63.2911392405, 54.6835443038, 65.3164556962);
}
.calendar-work-planning .event-ooo {
  background: #FFE8E8;
  min-height: 128px;
}
.calendar-work-planning .event-ooo-border {
  border-left: 2px solid #EF5B5B !important;
}
.calendar-work-planning .event-office-time {
  background: #F3E7FF;
  min-height: 128px;
}
.calendar-work-planning .event-office-time-border {
  border-left: 2px solid #B49EF5 !important;
}
.calendar-work-planning .event-in-progress {
  background: #F2F9F3 !important;
  border: 1.5px solid #80C363 !important;
  color: #3f4b62 !important;
}
.calendar-work-planning .event-cancelled {
  background: #F7F7F7 !important;
  border: 1.5px solid #CACACA !important;
  color: #3f4b62 !important;
}
.calendar-work-planning .event-overdue {
  background: #FFF7DF !important;
  border: 1.5px solid #F3C870 !important;
  color: #3f4b62 !important;
}
.calendar-work-planning .event-in-progress-border {
  border-left: 2px solid #80C363 !important;
}
.calendar-work-planning .event-cancelled-border {
  border-left: 2px solid #CACACA !important;
}
.calendar-work-planning .event-overdue-border {
  border-left: 2px solid #F3C870 !important;
}
.calendar-work-planning .event-completed {
  background: #E6F2F5 !important;
  border: 1.5px solid #449DAD !important;
  color: #3f4b62 !important;
}
.calendar-work-planning .event-completed-border {
  border-left: 2px solid #449DAD !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: #449DAD !important;
}

.yellow-info {
  color: #80C363;
}

.red-info {
  color: #EF5B5B !important;
}

.grey-info {
  color: #CACACA;
}

.holiday-info {
  color: #D93025;
}

.other-off-info {
  color: #E372A3;
}

.event-col-in-progress {
  background: #80C363;
}

.event-col-overdue {
  background: #EF5B5B;
}

.event-col-cancelled {
  background: #CACACA;
}

.event-col-completed {
  background: #449DAD;
}

.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-right: 0.3em;
  background: white !important;
  border: 2px solid #3F4B62;
  padding-left: 8px;
  padding-right: 8px;
  width: 17%;
}

.buttons-calendar-events {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  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;
}

.vacations {
  background-color: #73C8E8;
  background-image: url("/javax.faces.resource/img/vac_palm.png.xhtml");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 40px;
  padding: 2%;
  text-align: center;
}

.vacation-ico {
  content: url("/javax.faces.resource/img/vac_palm.png.xhtml");
  background: #73C8E8 !important;
  width: 2em;
  height: 1.6em;
  float: left;
  border-right: 1px solid black !important;
  padding: 0.3em;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.vac-ico-small {
  content: url("/javax.faces.resource/img/vac_palm.png.xhtml");
  height: 1.6em;
}

.vac-item {
  font: normal normal medium 10px/13px Montserrat;
  text-transform: uppercase;
}

.vac-btn {
  margin-left: 3em;
  margin-top: 1.1em;
  height: 2.2em;
  border: 1px solid black;
  border-radius: 5px;
}

.vac-time {
  width: 90%;
  margin-left: 5%;
  display: flex;
  height: 25px;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid black;
  text-align: center;
}

.vac-color {
  background: #73C8E8;
  color: white;
}

.vac-color-cancelled {
  background: #CACACA;
  color: black;
}

.up {
  text-transform: uppercase;
}

.vac-btn-txt {
  text-transform: uppercase;
  color: white;
  display: flex;
  padding: 0.5em;
}

.dropdown-planning {
  border: 1px solid #ededed;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.dropdown-planning > a, .dropdown-planning 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;
}
.dropdown-planning > a.disabled, .dropdown-planning span.disabled {
  pointer-events: none;
  background: #f3f0f0;
  color: #3f4b62;
  opacity: 0.75;
  cursor: not-allowed;
}
.dropdown-planning > a:hover, .dropdown-planning span:hover {
  background: #f1eeee;
}
.dropdown-planning > a:hover > i, .dropdown-planning span:hover > i {
  color: #737373;
  scale: 1.2;
}
.dropdown-planning > a > i, .dropdown-planning span > i {
  color: #DBDBDB;
  display: inline-block;
  margin: -0.5em 0.5em -0.5em -1em;
  padding-top: inherit;
  padding-bottom: inherit;
  transition: all 0.25s ease;
}

.modal-header {
  text-align: center;
  font-weight: bold;
  width: 100%;
  display: block;
}
.modal-header.small {
  font-size: 22px;
}
.modal-header.x-small {
  font-size: 13px;
  margin-top: 10px;
  font-weight: normal;
}

.modal-body {
  display: flex;
  flex-direction: column;
  padding: 1em;
}

.dropdown-custom {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown-custom > 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-custom.secondary .ms-choice {
  border-color: #2FB688;
  border-radius: 8px;
}
.dropdown-custom.secondary .ms-choice > div {
  background: url("/javax.faces.resource/img/multiple-select-secondary.png.xhtml");
}

.search-container-beta {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
.search-container-beta > input {
  width: 50%;
  border-color: #2FB688;
  border-radius: 8px;
  padding: 0 25px 0 42px;
  background: url("/javax.faces.resource/img/secondary-search.svg.xhtml") no-repeat 10px center;
  background-size: 25px;
}

.name-search-container {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  flex-direction: column;
}
.name-search-container > 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;
}
.name-search-container > input {
  width: 65%;
  border-color: #2FB688;
  border-radius: 8px;
  padding: 0 25px 0 42px;
  background: url("/javax.faces.resource/img/file-signature.svg.xhtml") no-repeat 10px center;
  background-size: 20px;
}

.planning-button-secondary {
  min-width: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.planning-button-secondary > 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;
  color: transparent;
}
.planning-button-secondary > a {
  border-radius: 8px;
  border: 1px solid #2FB688;
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.planning-button-secondary > a > i {
  background: none;
  color: #2FB688;
}

.schema-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 450px;
  overflow: auto;
  align-content: flex-start;
}
.schema-container .schema-item {
  background: #a4ebd3;
  width: 29%;
  margin: 6px;
  padding: 5px 10px 5px 10px;
  border-radius: 8px;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  height: 35px;
  justify-content: space-between;
}
.schema-container .schema-item .title-main {
  width: 85%;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.schema-container .schema-item .counter {
  width: 25px;
  height: 25px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2FB688;
  font-weight: bold;
  border-radius: 5px;
}

#addMeetingSchemaModal ::-webkit-scrollbar {
  width: 10px;
}

#addMeetingSchemaModal ::-webkit-scrollbar-track {
  background: #dcfce6;
}

#addMeetingSchemaModal ::-webkit-scrollbar-thumb {
  background: #a4ebd3;
  border-radius: 5px;
}

#addMeetingSchemaModal ::-webkit-scrollbar-thumb:hover {
  background: #2FB688;
}

.buttons-panel-custom {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 1em;
}

.pinItem {
  position: absolute;
  display: block;
  left: -20px;
  top: 10px;
  color: #2fb688;
  font-size: 17px;
}

.event-item-container {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.event-item-container-header {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 10px 10px 0 0;
  padding-top: 3px;
  padding-bottom: 2px;
  color: white;
}
.event-item-container-body:hover {
  box-shadow: inset 0 0 6px -2px rgba(0, 0, 0, 0.75);
}
.event-item-container-body {
  display: block;
  box-shadow: inset 0 0 7px -4px rgba(0, 0, 0, 0.75);
  border-radius: 0 0 10px 10px;
  padding: 5px;
}
.event-item-container-body-content {
  display: flex;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 5px;
}
.event-item-container-body-content > i {
  font-size: 1.2em;
  margin-right: 10px;
  margin-left: 3px;
}
.event-item-container-body-content-end {
  display: flex;
  font-size: 0.8em;
}
.event-item-container-body-content-end > i {
  margin-right: 10px;
  margin-left: 3px;
}

.date-input-theme-beta {
  border-radius: 9px !important;
  font-size: 14px !important;
}

.textarea-theme-beta {
  position: relative;
  display: inline-block;
  padding: 7px 7px 7px 7px;
  font-size: 14px;
  border-radius: 9px;
  outline: none;
  width: 100%;
  min-height: 100px;
}

.theme-secondary {
  border: 1px solid #2FB688 !important;
}

.checkbox-container-theme-beta {
  position: relative;
  display: flex;
  align-items: center;
}

.checkbox-theme-beta {
  -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;
}
.checkbox-theme-beta:checked {
  background-color: #2FB688;
  border-color: #8b8b8b;
}
.checkbox-theme-beta:hover {
  border-color: #888;
}

.hidden-checkbox {
  display: none;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  user-select: none;
  font-size: 14px;
  color: #333;
}
.custom-checkbox .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;
  margin-right: 8px;
}
.custom-checkbox .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);
}
.custom-checkbox.disabled {
  color: #aaa;
  cursor: not-allowed;
}
.custom-checkbox.disabled .checkmark-progress {
  background-color: #f2f2f2;
  border-color: #ddd;
}

.custom-checkbox-primary:not(.is-disabled):hover .checkmark-progress {
  border-color: #64b5f6;
}

.hidden-checkbox-primary:checked + .checkmark-progress {
  background-color: #64b5f6;
  border-color: #64b5f6;
}
.hidden-checkbox-primary:checked + .checkmark-progress::after {
  display: block;
}

.custom-checkbox-secondary:not(.is-disabled):hover .checkmark-progress {
  border-color: #62de98;
}

.hidden-checkbox-secondary:checked + .checkmark-progress {
  background-color: #36d9a2;
  border-color: #4bbd7c;
}
.hidden-checkbox-secondary:checked + .checkmark-progress::after {
  display: block;
}

.hidden-checkbox:checked + .checkmark-progress::after {
  display: block;
}

.new-calendar-event-icon {
  background-image: url("/javax.faces.resource/img/event.svg.xhtml");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 70px;
  width: 70px;
}

.fc-type-TASK,
.fc-type-MEETING,
.fc-type-OFFICE_TIME,
.fc-type-VISIT_OTHER,
.fc-type-OTHER,
.fc-type-OTHER_EVENT {
  background-color: rgba(128, 195, 99, 0.2);
  border-color: #80C363;
  color: #2f5e2b;
}

.fc-type-ABSENCE,
.fc-type-SICK_LEAVE,
.fc-type-VACATIONS,
.fc-type-CARE {
  background-color: rgba(243, 200, 112, 0.25);
  border-color: #F3C870;
  color: #5f4d17;
}

.fc-completed {
  background-color: #F0F7F9;
  border-color: #449DAD;
}

.fc-overdue,
.fc-OVERDUE {
  background-color: rgba(230, 154, 126, 0.1607843137);
  border-color: #E69A7E;
}

.fc-cancelled,
.fc-CANCELLED {
  background-color: #F2F2F2;
  border-color: #CACACA;
}

.fc-unknown {
  background-color: #F5F5F5;
  border-color: #b3b3b3;
  color: #555;
}

.fc-PUBLIC {
  background-color: #FAEAEA;
  border-color: #D93025;
  color: #7a1c16;
}

.fc-RELIGIOUS,
.fc-CUSTOMER,
.fc-WORKING_SUNDAY,
.fc-EVENT,
.fc-SCHOOL_BREAK,
.fc-OTHER {
  background-color: #FADEE9;
  border-color: #E372A3;
  color: #7b3557;
}

.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;
}

.a > div > table > tbody > tr > td {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 15%;
  width: 30%;
  padding-bottom: 4%;
}

.a > div > table {
  width: 100%;
}

.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: center;
  padding-right: 0 !important;
}
.verification-gallery .buttons-panel {
  margin-left: auto !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.verification-gallery .button-container {
  margin: 0 !important;
  padding: 0 !important;
}
.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);
  }
}
.verification-gallery .group-title {
  margin: 0 0 1rem;
  padding: 0.4rem 0;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdcdc;
  color: #3f4b62;
}
.verification-gallery .photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 48px;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.verification-gallery .photo-card {
  width: 100%;
  height: 290px;
  background: #F5F5F5;
  border-radius: 14px;
  padding: 60px 14px 14px;
  position: relative;
  overflow: hidden;
}
.verification-gallery .photo-card .photo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  border-radius: 8px;
  overflow: hidden;
}
.verification-gallery .photo-card .photo-box img,
.verification-gallery .photo-card .photo-box h\:graphicImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.verification-gallery .photo-card .icon-clock {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F5F5F5;
  color: #3f4b62;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verification-gallery .photo-card .check-box-container {
  position: absolute;
  top: 21px;
  right: 16px;
}
.verification-gallery .photo-card .check-box-container input {
  display: none;
}
.verification-gallery .photo-card .check-box-container .checkmark {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #3f4b62;
  border-radius: 50%;
  background: #F5F5F5;
}
.verification-gallery .photo-card .check-box-container input:checked + .checkmark {
  background: #3f4b62;
}
.verification-gallery .photo-card .check-box-container input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.verification-gallery .photo-card .btn-remove {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0f0f0;
  border: 1px solid #ddd;
  color: #3f4b62;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verification-gallery .photo-card .btn-remove i {
  font-size: 1rem;
}
.verification-gallery .photo-card .btn-remove:hover {
  background: #d83d4f;
  color: #fff;
  border-color: #d83d4f;
}

.btn-finish {
  margin-top: 2%;
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
  background: #C8EADE;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
  font-weight: bold;
}
.btn-finish i {
  margin-left: 6px;
  color: #2FB688;
}
.btn-finish:hover {
  background: rgb(183.9714285714, 235.6285714286, 205.9257142857);
}
.btn-finish:disabled, .btn-finish.disabled {
  pointer-events: none;
  opacity: 0.45;
  cursor: not-allowed;
}

.table-finish-verification {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: 0 0 14px 0;
}
.table-finish-verification th, .table-finish-verification td {
  border-bottom: 1px solid #D9D6D6;
}
.table-finish-verification th, .table-finish-verification td {
  padding: 12px;
  text-align: left;
  font-size: 14px;
}
.table-finish-verification .td-title {
  font-weight: bold;
}
.table-finish-verification th {
  font-weight: bold;
  text-wrap: nowrap;
}
.table-finish-verification tr {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #707070;
  height: 65px;
}
.table-finish-verification tr .td-date {
  font-weight: bold;
  text-wrap: nowrap;
}
.table-finish-verification tr:hover {
  background-color: #f1f1f1;
}
.table-finish-verification td:first-child {
  border-left: 8px solid #33B286;
  border-radius: 10px 0 0 10px;
}
.table-finish-verification td:first-child {
  padding-left: 34px;
}
.table-finish-verification th:first-child {
  padding-left: 42px;
}
.table-finish-verification input[type=checkbox] {
  accent-color: #1E976D;
}

.photo-couple:hover .checkmark-hidden {
  opacity: 1;
}

.checkmark-hidden {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.check-box-container input:checked ~ .checkmark-hidden {
  opacity: 1 !important;
}

.photo-counter-badge {
  position: absolute;
  padding: 4px;
  left: 10px;
  bottom: 10px;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #48c586;
  background: white;
  border-radius: 50%;
  color: #329563;
  font-size: 12px;
  font-weight: bold;
}

.aggregate-title-header {
  border-bottom: 1px solid #3f4b62;
  transition: all 0.25s ease;
  position: relative;
  padding: 0.7em 0 0.7em 0;
  display: block;
  margin-bottom: 1em;
  width: 100%;
}

.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: flex;
  gap: 5px;
  width: fit-content;
  border-radius: 5px;
  padding: 3px;
  margin-top: 3px;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.subtask-count-container {
  padding: 1px 5px 1px 5px;
  border: 1px solid #445a7b;
  border-radius: 5px;
  background: #5c6c85;
  color: white;
}

.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);
}

.status-tooltip-control:hover .subtasks-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

.group-toggle {
  text-align: center;
  text-transform: uppercase;
  margin-left: 10px;
}
.group-toggle .group-header {
  font-size: 11px;
  font-weight: 600;
  color: #3F4B62;
  margin-bottom: 5px;
}
.group-toggle .group-switch {
  display: inline-flex;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.group-toggle .switch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  font-size: 0.65em;
  color: #3F4B62;
  background: #fff;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  border: 1px solid #7ecbb3;
}
.group-toggle .switch-btn i {
  font-size: 15px;
}
.group-toggle .switch-btn:first-child {
  border-radius: 10px 0 0 10px;
  border-right: none;
}
.group-toggle .switch-btn:last-child {
  border-radius: 0 10px 10px 0;
}
.group-toggle .switch-btn:hover {
  background-color: rgb(183.2291666667, 229.2708333333, 213.0208333333);
}
.group-toggle .switch-btn.active {
  background-color: #CAECE0;
}
.group-toggle .switch-btn.active i {
  color: #fff;
}

#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;
  cursor: pointer;
}

.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;
  width: 100%;
  margin-bottom: 10px;
}

.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 {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.filterFour .ms-choice > span.placeholder {
  color: #3f4b62;
}
.filterFour .ms-choice > div {
  top: 0;
}
.filterFour .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.filterFour .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.filterFour:hover .ms-drop {
  display: block;
}
.filterFour .ms-search input,
.filterFour .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.selectCat-suggested .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.selectCat-suggested .ms-choice > span.placeholder {
  color: #3f4b62;
}
.selectCat-suggested .ms-choice > div {
  top: 0;
}
.selectCat-suggested .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.selectCat-suggested .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.selectCat-suggested:hover .ms-drop {
  display: block;
}
.selectCat-suggested .ms-search input,
.selectCat-suggested .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.filterAttrValues-suggested .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.filterAttrValues-suggested .ms-choice > span.placeholder {
  color: #3f4b62;
}
.filterAttrValues-suggested .ms-choice > div {
  top: 0;
}
.filterAttrValues-suggested .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.filterAttrValues-suggested .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.filterAttrValues-suggested:hover .ms-drop {
  display: block;
}
.filterAttrValues-suggested .ms-search input,
.filterAttrValues-suggested .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.filterAttrValues .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.filterAttrValues .ms-choice > span.placeholder {
  color: #3f4b62;
}
.filterAttrValues .ms-choice > div {
  top: 0;
}
.filterAttrValues .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.filterAttrValues .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.filterAttrValues:hover .ms-drop {
  display: block;
}
.filterAttrValues .ms-search input,
.filterAttrValues .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.selectProj .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.selectProj .ms-choice > span.placeholder {
  color: #3f4b62;
}
.selectProj .ms-choice > div {
  top: 0;
}
.selectProj .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.selectProj .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.selectProj:hover .ms-drop {
  display: block;
}
.selectProj .ms-search input,
.selectProj .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.selectProj-suggested .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.selectProj-suggested .ms-choice > span.placeholder {
  color: #3f4b62;
}
.selectProj-suggested .ms-choice > div {
  top: 0;
}
.selectProj-suggested .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.selectProj-suggested .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.selectProj-suggested:hover .ms-drop {
  display: block;
}
.selectProj-suggested .ms-search input,
.selectProj-suggested .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.selectProj-location .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.selectProj-location .ms-choice > span.placeholder {
  color: #3f4b62;
}
.selectProj-location .ms-choice > div {
  top: 0;
}
.selectProj-location .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.selectProj-location .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.selectProj-location:hover .ms-drop {
  display: block;
}
.selectProj-location .ms-search input,
.selectProj-location .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.usersTop .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.usersTop .ms-choice > span.placeholder {
  color: #3f4b62;
}
.usersTop .ms-choice > div {
  top: 0;
}
.usersTop .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.usersTop .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.usersTop:hover .ms-drop {
  display: block;
}
.usersTop .ms-search input,
.usersTop .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.locationsTop .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.locationsTop .ms-choice > span.placeholder {
  color: #3f4b62;
}
.locationsTop .ms-choice > div {
  top: 0;
}
.locationsTop .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.locationsTop .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.locationsTop:hover .ms-drop {
  display: block;
}
.locationsTop .ms-search input,
.locationsTop .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.selectCatOT .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.selectCatOT .ms-choice > span.placeholder {
  color: #3f4b62;
}
.selectCatOT .ms-choice > div {
  top: 0;
}
.selectCatOT .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.selectCatOT .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.selectCatOT:hover .ms-drop {
  display: block;
}
.selectCatOT .ms-search input,
.selectCatOT .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.filterAttributes .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.filterAttributes .ms-choice > span.placeholder {
  color: #3f4b62;
}
.filterAttributes .ms-choice > div {
  top: 0;
}
.filterAttributes .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.filterAttributes .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.filterAttributes:hover .ms-drop {
  display: block;
}
.filterAttributes .ms-search input,
.filterAttributes .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.filterAttributes-suggested .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.filterAttributes-suggested .ms-choice > span.placeholder {
  color: #3f4b62;
}
.filterAttributes-suggested .ms-choice > div {
  top: 0;
}
.filterAttributes-suggested .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.filterAttributes-suggested .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.filterAttributes-suggested:hover .ms-drop {
  display: block;
}
.filterAttributes-suggested .ms-search input,
.filterAttributes-suggested .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.filterAttributes-suggested-group .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.filterAttributes-suggested-group .ms-choice > span.placeholder {
  color: #3f4b62;
}
.filterAttributes-suggested-group .ms-choice > div {
  top: 0;
}
.filterAttributes-suggested-group .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.filterAttributes-suggested-group .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.filterAttributes-suggested-group:hover .ms-drop {
  display: block;
}
.filterAttributes-suggested-group .ms-search input,
.filterAttributes-suggested-group .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.filterAttributes-location .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.filterAttributes-location .ms-choice > span.placeholder {
  color: #3f4b62;
}
.filterAttributes-location .ms-choice > div {
  top: 0;
}
.filterAttributes-location .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.filterAttributes-location .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.filterAttributes-location:hover .ms-drop {
  display: block;
}
.filterAttributes-location .ms-search input,
.filterAttributes-location .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.selectCatGal .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.selectCatGal .ms-choice > span.placeholder {
  color: #3f4b62;
}
.selectCatGal .ms-choice > div {
  top: 0;
}
.selectCatGal .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.selectCatGal .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.selectCatGal:hover .ms-drop {
  display: block;
}
.selectCatGal .ms-search input,
.selectCatGal .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.filterAttributesGallery .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.filterAttributesGallery .ms-choice > span.placeholder {
  color: #3f4b62;
}
.filterAttributesGallery .ms-choice > div {
  top: 0;
}
.filterAttributesGallery .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.filterAttributesGallery .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.filterAttributesGallery:hover .ms-drop {
  display: block;
}
.filterAttributesGallery .ms-search input,
.filterAttributesGallery .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.filterselectedGalleryCategoryAttributes .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.filterselectedGalleryCategoryAttributes .ms-choice > span.placeholder {
  color: #3f4b62;
}
.filterselectedGalleryCategoryAttributes .ms-choice > div {
  top: 0;
}
.filterselectedGalleryCategoryAttributes .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.filterselectedGalleryCategoryAttributes .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.filterselectedGalleryCategoryAttributes:hover .ms-drop {
  display: block;
}
.filterselectedGalleryCategoryAttributes .ms-search input,
.filterselectedGalleryCategoryAttributes .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.selectCat .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.selectCat .ms-choice > span.placeholder {
  color: #3f4b62;
}
.selectCat .ms-choice > div {
  top: 0;
}
.selectCat .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.selectCat .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.selectCat:hover .ms-drop {
  display: block;
}
.selectCat .ms-search input,
.selectCat .ms-search input:focus {
  background-position: calc(100% - 8px) -21px !important;
}

.selectCatClustered .ms-choice {
  border-radius: 10px;
  height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  line-height: initial;
}
.selectCatClustered .ms-choice > span.placeholder {
  color: #3f4b62;
}
.selectCatClustered .ms-choice > div {
  top: 0;
}
.selectCatClustered .ms-drop {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.selectCatClustered .ms-drop ul li:hover {
  background-color: #f2f2f2;
  color: black;
}
.selectCatClustered:hover .ms-drop {
  display: block;
}
.selectCatClustered .ms-search input,
.selectCatClustered .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;
  z-index: 5;
  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: -1;
  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: 1px 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: #CAECE0;
  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;
  margin-bottom: 10px;
}
.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.green {
  color: #38AB7D;
}
.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;
}

.search-filter-container-b {
  width: 100%;
  display: flex;
  justify-content: center;
}
.search-filter-container-b > input {
  border: 1px solid #2FB688;
  border-radius: 8px;
  padding: 0 25px 0 42px;
  background: url("/javax.faces.resource/img/secondary-search.svg.xhtml") no-repeat 10px center;
  background-size: 25px;
}

.columns-checkboxes-container {
  display: flex !important;
  flex-direction: column;
  gap: 5px;
}

.sorting-order-remove-button {
  color: red;
  margin-left: 5px;
}
.sorting-order-remove-button:hover {
  scale: 1.2;
}

.sorting-order-lock-button {
  color: #3f4b62;
  margin-left: 5px;
}
.sorting-order-lock-button:hover {
  scale: 1.2;
}
.sorting-order-lock-button.disabled {
  color: #9c9ea1;
  pointer-events: none;
}

.progress-table-row {
  display: flex;
}

.progress-table-scrollable {
  overflow-x: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.progress-table-scrollable::-webkit-scrollbar {
  display: none;
}

.progress-table-actions-fixed-right {
  flex: 0 0 50px;
  position: sticky;
  right: 0;
  background: white;
  box-shadow: -3px 0px 5px -6px rgba(0, 0, 0, 0.69);
}

.progress-table-actions-fixed-left {
  position: sticky;
  box-shadow: 6px 0 10px -11px rgba(0, 0, 0, 0.69);
}

.bottom-scrollbar-container {
  position: fixed;
  bottom: 0;
  overflow-x: auto;
  background-color: white;
  z-index: 999;
  height: 10px;
  scrollbar-width: thin;
}

.bottom-scrollbar-content {
  height: 1px;
}

.flex-center {
  display: flex;
  align-items: center;
}

.data-locked-bordered {
  border-color: red !important;
  cursor: not-allowed !important;
}

.progress-row-hovered-clickable {
  background-color: #f1f1f1;
  pointer-events: auto;
  cursor: pointer;
}

.progress-row-hovered {
  background-color: #f1f1f1;
  pointer-events: auto;
  cursor: unset;
}

.download-task-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10px;
  height: 10px;
  border: 1px solid #009688;
  padding: 4px;
  border-radius: 50%;
  font-size: 10px;
  color: #009688;
  line-height: 1;
  position: absolute;
  top: 15px;
  background: white;
}

.show-children-play:hover {
  border: 1px solid #e9e9e9;
  box-shadow: inset 0 0 18px -12px rgba(46, 46, 46, 0.49);
}
.show-children-play:hover > i {
  scale: 1.3;
}

.show-children-play {
  padding: 5px 7px 5px 8px;
  margin-left: -6px;
  border-radius: 4px;
}
.show-children-play > i {
  transition: transform 0.3s ease;
}
.show-children-play > i.active {
  transform: rotate(90deg);
  color: #009688;
}
.show-children-play.disabled {
  color: #9c9ea1 !important;
  pointer-events: none !important;
}

.progress-bulk-table {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
}
.progress-bulk-table .bulk-row {
  display: flex;
  gap: 5px;
  width: 100%;
  justify-content: space-between;
  text-align: center;
  padding: 10px;
}
.progress-bulk-table .bulk-row.header-row {
  background: #3f4b62;
  color: white;
}
.progress-bulk-table .bulk-row > * {
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-bulk-table .bulk-row:not(:last-child) > * {
  border-bottom: none;
}
.progress-bulk-table .w-100 {
  width: 100px;
}
.progress-bulk-table .w-150 {
  width: 150px;
}
.progress-bulk-table .w-200 {
  width: 200px;
}

.divTable {
  display: table;
  width: 100%;
  border-collapse: separate;
  font-size: 0.9em;
  text-align: center;
}
.divTable .divTableHeading {
  display: table-header-group;
  font-weight: bold;
  color: #3f4b62;
  background-color: #CAECE0;
}
.divTable .divTableHeading .divTableRow {
  display: table-row;
}
.divTable .divTableHeading .divTableRow .divTableHead {
  display: table-cell;
  padding: 13px;
  text-transform: uppercase;
  font-size: 13px;
  background: #CAECE0;
  border-top: 1px solid #1e976d;
  border-bottom: 1px solid #1e976d;
  border-left: 1px solid #1e976d;
  color: #3f4b62;
}
.divTable .divTableHeading .divTableRow .divTableHead:first-child {
  border-radius: 10px 0 0 0;
}
.divTable .divTableHeading .divTableRow .divTableHead:last-child {
  border-radius: 0 10px 0 0;
  border-right: 1px solid #1e976d;
}
.divTable .divTableBody {
  display: table-row-group;
}
.divTable .divTableBody .divTableRow {
  display: table-row;
  background-color: #fbfbfb;
}
.divTable .divTableBody .divTableRow:nth-child(even) {
  background-color: #fff;
}
.divTable .divTableBody .divTableRow.checked, .divTable .divTableBody .divTableRow.active, .divTable .divTableBody .divTableRow.done {
  background-color: rgba(47, 182, 136, 0.1);
}
.divTable .divTableBody .divTableRow .divTableCell {
  display: table-cell;
  padding: 13px;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: middle;
  text-align: left;
  max-width: 200px;
}
.divTable .divTableBody .divTableRow .divTableCell:last-child {
  border-right: 1px solid #dbdbdb;
}
.divTable .divTableBody .divTableRow .divTableCell h4 {
  margin-bottom: 0;
  font-size: 1.05em;
}
.divTable .divTableBody .divTableRow .divTableCell h5 {
  margin-bottom: 0;
  font-weight: normal;
}
.divTable .divTableBody .divTableRow:hover {
  background-color: #f5f5f5;
}
.divTable .divTableFoot {
  display: table-footer-group;
  background-color: #EEE;
  font-weight: bold;
}
.divTable .divTableFoot .divTableRow {
  display: table-row;
}
.divTable .divTableFoot .divTableRow .divTableCell {
  display: table-cell;
  padding: 13px;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  max-width: 200px;
}
.divTable .divTableFoot .divTableRow .divTableCell:last-child {
  border-right: 1px solid #dbdbdb;
}

.verify-comment {
  position: absolute;
  bottom: 100%;
  padding: 10px;
  background: white;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  border-radius: 5px;
}

.force-disabled-event {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}

.scrollable-panel-table-layout {
  display: block;
  max-height: 590px;
  overflow-y: auto;
  width: 100%;
  padding-right: 10px;
}

.scrollable-panel-table-layout::-webkit-scrollbar {
  width: 10px;
}

.scrollable-panel-table-layout::-webkit-scrollbar-track {
  background: #dcfce6;
}

.scrollable-panel-table-layout::-webkit-scrollbar-thumb {
  background: #a4ebd3;
  border-radius: 5px;
}

.scrollable-panel-table-layout::-webkit-scrollbar-thumb:hover {
  background: #2FB688;
}

.flex-center-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-direction-column {
  display: flex;
  flex-direction: column;
}

.box-shadow-none {
  box-shadow: none !important;
}

.geo-confirmed {
  color: #2fb688;
}

.geo-unconfirmed {
  color: #d83d4f;
}

.geo-ignored {
  color: #f2c838;
}

.radio-span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border: 1px solid #1e976d;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin-right: 5px;
}

.radio-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1e976d;
  display: none;
}

.radio-span.radio-span-checked .radio-dot {
  display: block;
}

.progress-item-hover-static:hover {
  background-color: #f1f1f1;
}

.checkmark-audit-check-2 {
  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;
  content: "✔";
  font-size: 10px;
  color: #2FB688;
  font-weight: bold;
}

.checkmark-audit-xmark-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  content: "×";
  font-size: 24px;
  color: #3f4b62;
  font-weight: bold;
}

.sorted-icon-container {
  margin-left: 4px;
}
.sorted-icon-container > i {
  transition: transform 0.3s ease;
}
.sorted-icon-container > i.active {
  color: #009688;
}
.sorted-icon-container > i:hover {
  color: #009688;
}

.table-settings-row-divider {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 15px;
}

.progress-row-aggregate-hovered {
  background-color: #f2fff6;
  pointer-events: auto;
  cursor: unset;
}

.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;
  display: flex;
  align-items: center;
}

.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;
}

.flatpickr-calendar {
  background: #fff;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 190px;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  left: 0;
  bottom: -45px;
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  max-height: 640px;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-time {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  max-height: 40px;
  overflow: hidden;
}

.numInputWrapper {
  position: relative;
  flex: 1;
  width: 40%;
  height: 40px;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: inherit;
  font-size: 14px;
  color: #393939;
  cursor: pointer;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box;
}

.numInputWrapper:hover span {
  opacity: 1;
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper span.arrowUp:after {
  content: "";
  position: absolute;
  top: 26%;
  left: 15%;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span.arrowDown:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

.flatpickr-time-separator {
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  user-select: none;
  align-self: center;
}

.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-minute {
  font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
.numInput::-webkit-outer-spin-button,
.numInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.numInput[type=number] {
  -moz-appearance: textfield;
}

.numInputWrapper {
  position: relative;
  display: inline-block;
  /* width and height as needed */
}

.arrowUp {
  top: 0;
}

.arrowDown {
  bottom: 0;
}

.arrowUp:hover {
  scale: 1.1;
}

.arrowDown:hover {
  scale: 1.1;
}

.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;
}

.buttons-navigation-right-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1em;
}
.buttons-navigation-right-container > a {
  margin-left: 10px;
}

.card-display {
  display: flex;
  justify-content: space-between;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px 30px 10px 30px;
  margin-bottom: 1em;
}
.card-display.secondary {
  border-color: #4AB687;
}
.card-display-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-display-item.secondary > i {
  color: #4AB687;
}
.card-display-item-text {
  font-size: 0.9em;
  margin-left: 10px;
}
.card-display-item-main {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-left: 10px;
}
.card-display-item-main-head {
  font-weight: bold;
}

.head-text-large {
  font-size: 1.4em;
  font-weight: bold;
}

#meeting-fill-nav .header-container {
  background: #3f4b62;
  display: flex;
  justify-content: flex-start;
  border-radius: 5px;
  padding-left: 1em;
  height: 50px;
  align-items: center;
  margin-bottom: 2px;
}
#meeting-fill-nav .header-container > label {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
#meeting-fill-nav .nav-container {
  display: flex;
  justify-content: flex-start;
  border-radius: 5px 5px 0 0;
  align-items: center;
  text-transform: uppercase;
  font-size: small;
  margin-top: 3px;
  padding: 11px;
  position: relative;
}
#meeting-fill-nav .nav-container > i {
  margin-right: 5px;
}
#meeting-fill-nav .nav-container-content {
  margin-left: 5px;
  margin-right: 5px;
}
#meeting-fill-nav .nav-container.primary {
  background: #3f4b62;
  color: white;
}
#meeting-fill-nav .nav-container.primary > a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#meeting-fill-nav .nav-container.secondary-template {
  background: #d7d7d7;
  color: #3f4b62;
  border-radius: 0 0 5px 5px;
  margin-top: -3px;
}
#meeting-fill-nav .nav-container.secondary-template > i {
  color: #9d9d9d;
}
#meeting-fill-nav .nav-container.secondary-template > a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#meeting-fill-nav .nav-container.secondary {
  background: #2fb688;
}
#meeting-fill-nav .nav-container.clean {
  background: white;
}
#meeting-fill-nav .nav-question {
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
  font-size: small;
  border: 1px solid lightgray;
  transition: height 0.5s ease;
  height: auto;
}
#meeting-fill-nav .nav-question.disabled {
  cursor: not-allowed;
}
#meeting-fill-nav .nav-question.collapsed {
  height: 0;
  border: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
#meeting-fill-nav .nav-question > a {
  display: flex;
  padding: 10px;
  align-items: center;
  background-color: #f5f5f5;
  transition: background-color 0.3s ease;
}
#meeting-fill-nav .nav-question > a.active {
  filter: brightness(0.9);
}
#meeting-fill-nav .nav-question > a.disabled {
  pointer-events: none;
}
#meeting-fill-nav .nav-question > a:hover {
  filter: brightness(0.9);
}
#meeting-fill-nav .nav-question > a .q-nav-index {
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}
#meeting-fill-nav .nav-question > a .q-nav-title {
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#meeting-fill-nav .nav-question > a .q-nav-title.active {
  font-weight: bold;
}
#meeting-fill-nav .nav-question.border-radius-custom {
  border-radius: 0 0 5px 5px;
}
#meeting-fill-nav .nav-question > i {
  margin-right: 5px;
}
#meeting-fill-nav .nav-section {
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  font-size: small;
  background-color: darkgray;
  padding: 11px;
}
#meeting-fill-nav .nav-section > i {
  margin-right: 5px;
}
#meeting-fill-nav .nav-section.active {
  background-color: #2fb688;
}

.caret-open {
  transform: rotate(180deg);
}

.location-display-container {
  font-size: 1.5em;
  font-weight: bold;
  color: #4AB687;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}
.location-display-container > i {
  margin-right: 10px;
}

.location-search-container {
  margin-bottom: 1em;
  display: block;
}
.location-search-container > input {
  border: 1px solid #57d59e;
  border-radius: 5px !important;
  height: 35px !important;
  padding: 0 5px 0 35px;
  background: #fff url("/javax.faces.resource/img/lupka.png.xhtml") no-repeat 10px 10px;
}

.no-data-search-container {
  display: block;
  padding: 2em;
  border-radius: 5px;
  border: 1px solid #E5A400;
  color: #E5A400;
}
.no-data-search-container-header {
  font-size: 1.8em;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.no-data-search-container-body {
  font-size: 0.9em;
  text-align: center;
  width: 100%;
  display: block;
}

.clear-button-container {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  position: relative;
}
.clear-button-container > a {
  position: absolute;
  transform: translateY(-66%);
  right: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #f68484;
  font-size: 1.2em;
}

.alert-info-warning {
  font-size: 2em;
  border-radius: 10px;
  padding: 2em;
  display: block;
  text-align: center;
  font-weight: bold;
}
.alert-info-warning.quadrary {
  border: 1px solid #b52738;
  background: #fff1f1;
}
.alert-info-warning.ternary {
  border: 1px solid #e5b612;
  background: #fffeea;
}

.meeting-fill-alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.meeting-fill-alert-text {
  font-weight: bold;
}

.fc button, .fc table, body .fc {
  font-size: 1em;
}

.fc-bg, .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0;
}

.fc-icon, .fc-unselectable {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
  text-align: center;
}

.fc-highlight {
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  white-space: nowrap;
  cursor: pointer;
}

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc button .fc-icon {
  position: relative;
  top: -0.05em;
  margin: 0 0.2em;
  vertical-align: middle;
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
  color: #333;
  background-color: #f7f7f7;
}

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-active, .fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close, a[data-goto] {
  cursor: pointer;
}

.fc-button-group {
  display: inline-block;
}

.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  margin-left: 0;
}

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  border-width: 1px 0;
}

.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%;
}

.fc-clear {
  clear: both;
}

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 2px solid white;
}

.fc td, .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
}

a[data-goto]:hover {
  text-decoration: underline;
}

.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

.fc-row .fc-content-skeleton {
  position: relative;
  padding-bottom: 2px;
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td,
.fc-time-grid .fc-content-skeleton table.fc-description-table {
  background: 0 0;
  border-color: transparent;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

.fc-icon, .fc-row.fc-rigid, .fc-time-grid-event {
  overflow: hidden;
}

.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}

.fc-event, .fc-event-one-day {
  position: relative;
  display: flex;
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 6px;
  border: 2px solid;
  transition: 0.3s ease, z-index 0s;
}

.fc-event-one-day:hover {
  cursor: pointer;
  z-index: 1000 !important;
}

.fc-event-one-day.can-expand:hover {
  width: 20% !important;
}

.fc-event-one-day .fc-content {
  font-size: 12px;
}

.fc-event:hover {
  cursor: pointer;
  width: 100% !important;
  z-index: 1000 !important;
}

.fc-event, .fc-event-dot {
  background-color: #3a87ad;
}

.fc-event, .fc-event:hover {
  color: #3f4b62;
  text-decoration: none;
}

.fc-not-allowed, .fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
  padding-left: 3px;
  font-size: 12px;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
  display: block;
}

.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}

.fc-day-grid-event {
  margin: 3px 5px 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: visible;
  min-height: 20px;
}

.fc-margin-bar {
  width: 5px;
  flex-shrink: 0;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: visible;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}

a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc.fc-bootstrap3 a, .ui-widget .fc-event {
  text-decoration: none;
}

.fc-limited {
  display: none;
}

.fc-icon, .fc-toolbar .fc-center {
  display: inline-block;
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

.fc-bootstrap3 .fc-popover .panel-body, .fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-bootstrap3 .fc-today.alert, .fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #ddd;
  border-left: none;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

.fc-icon {
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: "Courier New", Courier, monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: 0.9em;
  margin-top: 2px;
}

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

.ui-widget .fc-disabled-day {
  background-image: none;
}

.fc-bootstrap3 .fc-time-grid .fc-slats table, .fc-bootstrap4 .fc-time-grid .fc-slats table, .fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}

.fc-bootstrap3 hr.fc-divider, .fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}

.ui-widget td.fc-axis {
  font-weight: 400;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}

.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}

.fc-toolbar h2 {
  margin: 0;
}

.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view, .fc-view > table {
  position: relative;
  z-index: 1;
}

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 5px;
  display: block;
}

.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
  padding: 0 2px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey;
}

.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.fc-time-grid, .fc-time-grid-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
}

.fc-time-grid table {
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats, .fc-time-grid > hr {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}

.fc-time-grid .fc-event-container {
  position: relative;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 5px 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 5px;
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event-one-day {
  position: absolute;
  z-index: 1;
}

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event.fc-content {
  -webkit-box-orient: vertical;
  margin-right: 2px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fc-time-grid-event.fc-selected {
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}

.fc-time-grid-event .fc-content {
  overflow: visible;
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px;
  line-height: 19px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  padding: 0;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: visible;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.fc-rtl .fc-list-view {
  direction: rtl;
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

.fc .fc-list-table {
  table-layout: auto;
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: 700;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

.fc-list-item.fc-has-url {
  cursor: pointer;
}

.fc-list-item-marker, .fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

.fc-task {
  border-color: #80C363;
  background-color: #eef6e8;
}
.fc-task .fc-margin-bar {
  background: #80C363;
}
.fc-task i {
  color: #80C363;
}

.fc-absence {
  border-color: #EEE355;
  background-color: #fdfbe3;
}
.fc-absence .fc-margin-bar {
  background: #EEE355;
}
.fc-absence i {
  color: #EEE355;
}

.fc-office-time {
  border-color: #F7ACFF;
  background-color: #FDEBFF;
}
.fc-office-time .fc-margin-bar {
  background: #F7ACFF;
}
.fc-office-time i {
  color: #F7ACFF;
}

.fc-visit-other {
  border-color: #E372A3;
  background-color: #ea95ba;
}
.fc-visit-other .fc-margin-bar {
  background: #E372A3;
}
.fc-visit-other i {
  color: #E372A3;
}

.fc-sick-leave {
  border-color: #EEE355;
  background-color: #fdfbe3;
}
.fc-sick-leave .fc-margin-bar {
  background: #EEE355;
}
.fc-sick-leave i {
  color: #EEE355;
}

.fc-vacations {
  border-color: #EEE355;
  background-color: #fdfbe3;
}
.fc-vacations .fc-margin-bar {
  background: #EEE355;
}
.fc-vacations i {
  color: #EEE355;
}

.fc-other {
  border-color: #EEE355;
  background-color: #fdfbe3;
}
.fc-other .fc-margin-bar {
  background: #EEE355;
}
.fc-other i {
  color: #EEE355;
}

.fc-meeting {
  border-color: #80C363;
  background-color: #b4dba3;
}
.fc-meeting .fc-margin-bar {
  background: #80C363;
}
.fc-meeting i {
  color: #80C363;
}

.fc-other-event {
  border-color: #BAACFF;
  background-color: #EFEBFF;
}
.fc-other-event .fc-margin-bar {
  background: #BAACFF;
}
.fc-other-event i {
  color: #BAACFF;
}

.fc-care {
  border-color: #EEE355;
  background-color: #fdfbe3;
}
.fc-care .fc-margin-bar {
  background: #EEE355;
}
.fc-care i {
  color: #EEE355;
}

.fc-completed {
  border-color: #449DAD;
  background-color: #F0F7F9;
}
.fc-completed .fc-margin-bar {
  background: #449DAD;
}
.fc-completed i {
  color: #449DAD;
}

.fc-overdue {
  border-color: #E69A7E;
  background-color: #FAEEE9;
  border-width: 1.5px;
}
.fc-overdue .fc-margin-bar {
  background: #E69A7E;
}
.fc-overdue i {
  color: #7d3b28;
}

.fc-unknown {
  border-color: #7dc8f5;
  background-color: #FFFFFF;
  border-width: 1.5px;
}
.fc-unknown .fc-margin-bar {
  background: #7dc8f5;
}
.fc-unknown i {
  color: #7dc8f5;
}

.fc-cancelled {
  border-color: #CACACA;
  background-color: #F2F2F2;
  border-width: 1.5px;
}
.fc-cancelled .fc-margin-bar {
  background: #CACACA;
}
.fc-cancelled i {
  color: #CACACA;
}

.fc-PUBLIC {
  border-color: #D93025;
  background-color: #FAEAEA;
}
.fc-PUBLIC .fc-margin-bar {
  background: #D93025;
}
.fc-PUBLIC i {
  color: #D93025;
}

.fc-CUSTOMER {
  border-color: #E372A3;
  background-color: #FADEE9;
}
.fc-CUSTOMER .fc-margin-bar {
  background: #E372A3;
}
.fc-CUSTOMER i {
  color: #E372A3;
}

.fc-event-details-animating {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: visible;
  opacity: 0;
  max-height: 0;
  display: none;
}

.fc-event-details-visible {
  opacity: 1;
  max-height: 500px;
  display: flex !important;
}

.fc-event-tab-details {
  width: 400px;
  position: absolute;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.4);
  padding: 10px;
  z-index: 1000;
}
.fc-event-tab-details .fc-tab-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-width: 200px;
  font-size: 14px;
}
.fc-event-tab-details .fc-tab-content-title {
  font-weight: bold;
}

.fc-tab-description {
  position: relative;
  overflow: visible;
}

.show-on-top {
  z-index: 1000 !important;
  border-left: 4px;
  cursor: auto !important;
}

.fc-close-container {
  position: absolute;
  color: #c3c3c3;
  height: auto;
  z-index: 1;
  cursor: pointer;
}
.fc-close-container > i:hover {
  scale: 1.2;
}

.fc-hour-row {
  font-size: 14px;
  position: absolute;
  top: -11px;
  right: 0;
  background: white;
  width: 100%;
}

.fc-widget-button {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.fc-widget-button:hover {
  background-color: #CDECE0;
}
.fc-widget-button:focus {
  background-color: #CDECE0;
}

.fc-widget-button-disabled {
  width: 100%;
  height: 100%;
  display: block;
  cursor: not-allowed;
  background: #f9f9f9;
}
.fc-widget-button-disabled:hover {
  background-color: #eeeeee;
}
.fc-widget-button-disabled:focus {
  background-color: #eeeeee;
}

.fc-hour-td {
  position: relative;
}

.fc-day-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.fc-description-table {
  font-size: 14px;
  color: #3f4b62;
}
.fc-description-table td:nth-child(1) {
  width: 20px;
}
.fc-description-table table {
  border: 0 hidden transparent;
}
.fc-description-table tbody {
  border: 0 hidden transparent;
}
.fc-description-table td {
  border: 0 hidden transparent;
}

.fc-font-italic {
  font-style: italic;
}

.fc-table-no-borders {
  font-size: 14px;
}
.fc-table-no-borders table {
  border: 0 hidden transparent;
}
.fc-table-no-borders tbody {
  border: 0 hidden transparent;
}
.fc-table-no-borders td {
  border: 0 hidden transparent;
}

.fc-buttons-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CDECE0;
  padding-bottom: 10px;
}
.fc-buttons-group > a {
  min-width: 100px;
  display: flex;
  justify-content: center;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.fc-new-item-header {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.text-align-center {
  text-align: center;
}

.input-invalid {
  background-color: #f8d7da !important;
  border-color: #dc3545 !important;
}

.fc-check-hiddenCheck {
  display: none;
}

.fc-check-customcheck {
  width: 43px;
  height: 24px;
  border: 1px solid #BDBDBD;
  border-radius: 20px;
  background: #ffffff;
}

.fc-check-checkitem {
  width: 20px;
  height: 20px;
  border-radius: 16px;
  border: 2px solid #bfbfbf;
  background-color: #bfbfbf;
  margin: 1px 1px 1px 2px;
  transition: all 0.5s ease;
}

.fc-check-itemactive {
  margin-left: 19px;
  border: 2px solid #4AB687;
  background-color: #4AB687;
}

.fc-check-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}

.fc-force-disabled {
  background: #dbdbdb !important;
  opacity: 0.7;
  pointer-events: none;
}

.fc-status-container {
  display: flex;
  align-items: center;
  gap: 10px 14px;
  flex-wrap: wrap;
}
.fc-status-container .fc-status-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 0;
}
.fc-status-container .fc-status-item .fc-status {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
}
.fc-status-container .fc-status-item .fc-status.yellow-info {
  background: #80C363;
}
.fc-status-container .fc-status-item .fc-status.green-info, .fc-status-container .fc-status-item .fc-status.gr-info {
  background: #449DAD;
}
.fc-status-container .fc-status-item .fc-status.red-info {
  background: #EF5B5B;
}
.fc-status-container .fc-status-item .fc-status.grey-info {
  background: #CACACA;
}
.fc-status-container .fc-status-item .fc-status.holiday-info {
  background: #D93025;
}
.fc-status-container .fc-status-item .fc-status.other-off-info {
  background: #E372A3;
}

.fc-day-button {
  position: relative;
  z-index: 10;
}

.fc-day-button .fc-day-row:hover {
  background-color: #CDECE0;
}

.fc-day-button:hover {
  background-color: #CDECE0;
}

.fc-week-today {
  background: #f6fbff;
}

.fc-owner-title {
  display: flex;
  gap: 10px;
  line-height: 19px;
}
.fc-owner-title i {
  color: #a3a3a3;
  margin-top: 2px;
}

.fc-type-TASK {
  background-color: #E69A7E;
}

.fc-type-ABSENCE {
  background-color: #EEE355;
}

.fc-type-OFFICE_TIME {
  background-color: #F7ACFF;
}

.fc-type-VISIT_OTHER {
  background-color: #72C0A1;
}

.fc-type-SICK_LEAVE {
  background-color: #F2E86A;
}

.fc-type-VACATIONS {
  background-color: #E6D94C;
}

.fc-type-OTHER {
  background-color: #E1D145;
}

.fc-type-MEETING {
  background-color: #449DAD;
}

.fc-type-OTHER_EVENT {
  background-color: #BAACFF;
}

.fc-type-CARE {
  background-color: #DAC940;
}

.fc-event-picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fc-event-picture > img {
  max-height: 80px;
}

.bg-transparent {
  background-color: transparent;
}

.fc-event-tab-details .fas.fa-arrow-right {
  color: white;
}

.fc-table-no-borders .fc-tab-content .fc-description-table tr td {
  background: white;
}

.fc-event::after {
  background-color: inherit;
  opacity: 0;
}

.fc-event:hover::after {
  opacity: 1;
}

.location-dropdown.disabled label {
  opacity: 43%;
}

.btn-save-event.disabled,
.btn-save-event.disabled i {
  background: #4AB687;
  color: white;
}

.flex-basis-100 {
  flex-basis: 100%;
}

.row-gap-16 {
  row-gap: 16px;
}

.fc-widget-content span.fc-title,
.fc-widget-content div.fc-title,
.fc-widget-content span.fc-owner-title,
.fc-widget-content .location-address {
  color: #3f4b62 !important;
}
.fc-widget-content .fc-event-container .fc-event-tab-details td:nth-child(2) {
  color: #3f4b62 !important;
}
.fc-widget-content .fc-event-container .fc-content .fc-description-table td:nth-child(2) {
  color: #3f4b62 !important;
}
.fc-widget-content .fc-event-container .fc-content span.fc-title {
  color: #3f4b62 !important;
}

.delete-event-modal h2 {
  text-align: center;
}
.delete-event-modal .fc-tab-content {
  padding: 16px;
}
.delete-event-modal .modal-footer {
  border: none;
}
.delete-event-modal .fc-other,
.delete-event-modal .fc-task,
.delete-event-modal .fc-office-time,
.delete-event-modal .fc-visit-other,
.delete-event-modal .fc-sick-leave,
.delete-event-modal .fc-vacations,
.delete-event-modal .fc-meeting,
.delete-event-modal .fc-other-event,
.delete-event-modal .fc-care {
  background-color: white;
}
.delete-event-modal span.btn.btn-b-quadrary {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.col-gap-8 {
  column-gap: 8px;
}

.fc-close-container i {
  color: #707070;
}

.flatpickr-calendar {
  background: #fff;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 190px;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  left: 0;
  bottom: -45px;
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  max-height: 640px;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-time {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  max-height: 40px;
  overflow: hidden;
}

.numInputWrapper {
  position: relative;
  flex: 1;
  width: 40%;
  height: 40px;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: inherit;
  font-size: 14px;
  color: #393939;
  cursor: pointer;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box;
}

.numInputWrapper:hover span {
  opacity: 1;
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper span.arrowUp:after {
  content: "";
  position: absolute;
  top: 26%;
  left: 15%;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span.arrowDown:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

.flatpickr-time-separator {
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  user-select: none;
  align-self: center;
}

.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-minute {
  font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
.numInput::-webkit-outer-spin-button,
.numInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.numInput[type=number] {
  -moz-appearance: textfield;
}

.numInputWrapper {
  position: relative;
  display: inline-block;
  /* width and height as needed */
}

.arrowUp {
  top: 0;
}

.arrowDown {
  bottom: 0;
}

.arrowUp:hover {
  scale: 1.1;
}

.arrowDown:hover {
  scale: 1.1;
}

.statistics-container {
  display: flex;
  gap: 20px;
  padding: 1em;
  border-radius: 10px;
  background: rgba(233, 231, 231, 0.3);
  box-shadow: 0 0 10px -3px rgba(179, 179, 179, 0.79);
  color: #3F4B62;
  margin-bottom: 1.3em;
}
.statistics-container .statistics-box {
  flex: 1;
  padding: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: white;
}
.statistics-container .statistics-box .statistics-header {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 7px;
}
.statistics-container .statistics-box .statistics-body {
  display: flex;
  flex: 1;
  gap: 10px;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 7px;
}
.statistics-container .statistics-box .statistics-body .statistics-item {
  display: flex;
  flex-direction: column;
}
.statistics-container .statistics-box .statistics-body .statistics-item .number-content-grid {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.statistics-container .statistics-box .statistics-body .statistics-item .number-content-grid .number-count {
  font-weight: bold;
  font-size: 32px;
  -webkit-text-stroke-width: 1px;
}
.statistics-container .statistics-box .statistics-body .statistics-item .number-content-grid .number-deviation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.statistics-container .statistics-box .statistics-body .statistics-item .number-content-grid .number-deviation .deviation-icon {
  font-size: 10px;
}
.statistics-container .statistics-box .statistics-body .statistics-item .number-content-grid .number-deviation .deviation-number {
  font-size: 10px;
  font-weight: bold;
}
.statistics-container .statistics-box .statistics-body .statistics-item .number-content-header {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  min-height: 25px;
}

.stats-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.stats-roller div {
  animation: stats-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.stats-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3f4b62;
  margin: -4px 0 0 -4px;
}

.stats-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.stats-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.stats-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.stats-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.stats-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.stats-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.stats-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.stats-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.stats-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.stats-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.stats-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.stats-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.stats-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.stats-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.stats-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.stats-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes stats-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.col1-4b {
  flex: 0 0 339px;
  min-width: 330px;
}

.year-calendar-main-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 12px 0 12px 12px;
}

.col3-4b {
  flex: 1;
  min-width: 300px;
  background-color: #fff;
  position: relative;
}

.year-calendar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  min-height: 38px;
}

.nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #3c4043;
  background-color: transparent;
  border: none;
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}
.nav-btn.disabled {
  pointer-events: none;
  color: #e9e9e9;
}
.nav-btn.disabled:hover {
  background-color: transparent;
  color: transparent;
  scale: 1;
  box-shadow: unset;
}

.nav-btn:hover {
  background-color: rgba(60, 64, 67, 0.08);
  color: #1E976D;
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3);
  transform: scale(1.05);
}

.year-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #3f4b62;
  min-width: 100px;
  text-align: center;
}

.year-calendar-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #2FB688;
  border: 1px solid #1E976D;
  color: #fff !important;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  transition: background 0.2s ease;
  position: absolute;
  right: 0;
}

.year-calendar-button:hover {
  background-color: #1E976D;
}

.year-calendar-button i {
  font-size: 0.9rem;
}

.year-calendar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  justify-items: center;
}

.month-box {
  width: 100%;
  max-width: 300px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 8px;
  transition: transform 0.2s ease;
}

.month-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 6px;
  text-transform: capitalize;
  font-size: 1rem;
}

.weekday-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 0.8em;
  color: #888;
}

.month-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 0.85em;
}

.day-box {
  padding: 2px;
  cursor: default;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  user-select: none;
}
.day-box.PUBLIC-holiday {
  background-color: #FFEBEE !important;
  border-color: #cfcfcf;
  color: #C84042;
  font-weight: bold;
}
.day-box.WORKING-holiday {
  background-color: #e5e5e5 !important;
  border-color: #e3e3e3;
  color: #C84042;
  font-weight: bold;
}
.day-box.CUSTOMER-holiday {
  background-color: #F3C4D9 !important;
  border-color: #ffbbc7;
  color: #C84042;
  font-weight: bold;
}
.day-box.mixed-holiday-public-customer {
  background: linear-gradient(to right, #FFEBEE 0 50%, #F3C4D9 50% 100%);
  border-left-color: #ffecec;
}
.day-box.mixed-holiday-public-working {
  background: linear-gradient(to right, #F3C4D9 0 50%, rgba(159, 159, 159, 0.63) 50% 100%);
  border-left-color: #ffecec;
}
.day-box.mixed-holiday-customer-working {
  background: linear-gradient(to right, #FFEBEE 0 50%, rgba(159, 159, 159, 0.63) 50% 100%);
  border-left-color: #F3C4D9;
}
.day-box.mixed-holiday-all-three {
  background: linear-gradient(to right, #FFEBEE 0 33%, #F3C4D9 33% 66%, rgba(159, 159, 159, 0.63) 66% 100%);
  border-left-color: #FFEBEE;
}
.day-box.weekend {
  background-color: #f8f8f8;
}
.day-box.today {
  border: 1px solid #1565c0;
  border-radius: 50%;
  color: #1565c0;
  font-weight: 600;
}
.day-box:hover {
  border-color: #e3e3e3;
  cursor: pointer;
  font-weight: bold;
}
.day-box:hover .day-box-number {
  scale: 1.2;
}

.calendar-legend {
  background: #fff;
  padding: 12px;
}
.calendar-legend .legend-title {
  font-size: 14px;
  font-weight: 600;
  color: #3F4B62;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.calendar-legend .legend-items {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.calendar-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3F4B62;
  font: normal normal 300 14px/18px MontSerrat, Light;
}
.calendar-legend .legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.calendar-legend .working-sunday {
  background: #1a73e8;
}
.calendar-legend .weekend {
  background: #9e9e9e;
}

.legend-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
}

/* === Responsive adjustments === */
@media (max-width: 1200px) {
  .col1-4 {
    flex: 0 0 220px;
  }
}
@media (max-width: 900px) {
  .container-resp {
    flex-direction: column;
  }
  .col1-4b,
  .col3-4b {
    width: 100%;
    box-shadow: none;
  }
  .year-calendar-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (max-width: 600px) {
  .year-calendar-button {
    font-size: 0.8rem;
    padding: 4px 10px;
  }
  .month-box {
    max-width: 100%;
  }
}
.year-calendar-working-days {
  background: #F4F3F4;
  border: 1px solid #F0F0F0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.0784313725);
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.year-calendar-working-days-header {
  font-size: 18px;
  font-weight: bold;
}
.year-calendar-working-days-subheader {
  font-size: 14px;
  margin-bottom: 10px;
}

.day-link-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.day-link {
  display: inline-block;
  padding: 9px 25px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #404A62;
  transition: 0.2s;
  cursor: pointer;
  border: 1px solid rgba(48, 182, 136, 0.89);
  font-size: 14px;
}
.day-link:hover {
  background-color: #CDECE0;
}
.day-link.selected {
  background-color: #CDECE0;
  border-color: #30B688;
}

.year-calendar-header-container {
  height: 50px;
}

.year-main-container {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.year-table th:first-child {
  width: 55%;
  padding: 0 5px 0 0;
}
.year-table td:first-child {
  padding: 0 5px 0 0 !important;
}
.year-table th:last-child {
  padding: 0 0 0 5px;
}
.year-table td:last-child {
  padding: 0 0 0 5px;
}
.year-table td, .year-table th {
  padding: 0 5px 0 5px;
}
.year-table th {
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
}
.year-table td input {
  border: 1px solid #2FB688;
  border-radius: 8px;
  padding: 0 7px;
  margin-bottom: 8px;
}

.dropdown-year .ms-choice {
  border-color: #2FB688;
  border-radius: 8px;
  margin-bottom: 8px;
}

.btn-year-trash {
  color: red;
}
.btn-year-trash > i {
  transition: all 0.25s ease;
  display: inline-block;
}
.btn-year-trash > i:hover {
  scale: 1.1;
  animation: icon-shake 0.35s ease-in-out both;
}

@keyframes icon-shake {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  20% {
    transform: translateX(-1px) rotate(-6deg);
  }
  40% {
    transform: translateX(1px) rotate(6deg);
  }
  60% {
    transform: translateX(-1px) rotate(-4deg);
  }
  80% {
    transform: translateX(1px) rotate(4deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
.user-select-none {
  user-select: none;
}

.table-holiday {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: 0 0 14px 0;
  color: #3F4B62;
  font: normal normal normal 14px/18px Montserrat, Regular;
  padding-right: 10px;
}
.table-holiday th, .table-holiday td {
  padding: 5px;
  text-align: left;
  font-size: 14px;
  vertical-align: middle;
}
.table-holiday th {
  font-weight: 600;
  color: #5c5c5c;
  background-color: #fff;
  text-wrap: unset;
  border-bottom: 1px solid #d9d6d6;
}
.table-holiday th:first-child {
  padding-left: 10px;
}
.table-holiday td {
  border-bottom: 1px solid #d9d6d6;
}
.table-holiday td:first-child {
  border-radius: 7px 0 0 7px;
  padding-left: 15px;
}
.table-holiday tr {
  height: 42px;
  border-radius: 10px;
  transition: background-color 0.2s ease;
}
.table-holiday tr:hover {
  background-color: #f9f9f9;
}
.table-holiday tr .td-date {
  white-space: nowrap;
}
.table-holiday tr .td-title {
  color: #333;
}
.table-holiday input[type=checkbox] {
  accent-color: #1e976d;
  transform: scale(1.1);
  cursor: pointer;
}
.table-holiday.PUBLIC-holiday td, .table-holiday.CUSTOMER-holiday td {
  transition: color 0.2s ease, border-color 0.2s ease;
}
.table-holiday .PUBLIC-holiday td:first-child {
  border-left: 6px solid #D93025;
}
.table-holiday .CUSTOMER-holiday td:first-child {
  border-left: 6px solid #E372A3;
}
.table-holiday .WORKING-holiday td:first-child {
  border-left: 6px solid #9f9f9f;
}
.table-holiday-container {
  max-height: 530px;
  overflow-y: auto;
  border-radius: 10px;
  background-color: #fff;
}
.table-holiday-container::-webkit-scrollbar {
  width: 5px;
}
.table-holiday-container::-webkit-scrollbar-thumb {
  background-color: #c7ccd1;
  border-radius: 4px;
}
.table-holiday-container::-webkit-scrollbar-thumb:hover {
  background-color: #aeb4ba;
}

.check-slider {
  width: 43px;
  height: 24px;
  border: 1px solid #BDBDBD;
  border-radius: 20px;
  background: #ffffff;
}

.check-slider-item {
  width: 20px;
  height: 20px;
  border-radius: 16px;
  border: 2px solid #bfbfbf;
  background-color: #bfbfbf;
  margin: 1px 1px 1px 2px;
  transition: all 0.5s ease;
}

.check-slider-item-active {
  margin-left: 19px;
  border: 2px solid #4AB687;
  background-color: #4AB687;
}

.check-slider-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
  font-size: 14px;
  user-select: none;
  min-width: 300px;
}

.country-select {
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 40px;
  background-size: 24px auto;
}
.country-select.pl {
  background-image: url("/resources/img/flags/pl.png") !important;
}
.country-select.cz {
  background-image: url("/resources/img/flags/cz.png") !important;
}
.country-select.en {
  background-image: url("/resources/img/flags/gb.png") !important;
}
.country-select.hu {
  background-image: url("/resources/img/flags/hu.png") !important;
}
.country-select.ro {
  background-image: url("/resources/img/flags/ro.png") !important;
}
.country-select.sk {
  background-image: url("/resources/img/flags/sk.png") !important;
}
.country-select.uk {
  background-image: url("/resources/img/flags/ua.png") !important;
}
.country-select.lt {
  background-image: url("/resources/img/flags/lt.png") !important;
}
.country-select.hr {
  background-image: url("/resources/img/flags/hr.png") !important;
}
.country-select.rs {
  background-image: url("/resources/img/flags/rs.png") !important;
}
.country-select.gr {
  background-image: url("/resources/img/flags/gr.png") !important;
}

.fc-table-no-borders {
  font-size: 14px;
}
.fc-table-no-borders table {
  border: 0 hidden transparent;
}
.fc-table-no-borders tbody {
  border: 0 hidden transparent;
}
.fc-table-no-borders td {
  border: 0 hidden transparent;
}

.fc-event-tab-details {
  width: 400px;
  position: absolute;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.4);
  padding: 10px;
  z-index: 1000;
}
.fc-event-tab-details .fc-tab-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-width: 200px;
  font-size: 14px;
}
.fc-event-tab-details .fc-tab-content-title {
  font-weight: bold;
}

.fc-event-details-animating {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: visible;
  opacity: 0;
  max-height: 0;
  display: none;
}

.fc-tab-description {
  position: relative;
  overflow: visible;
}

.fc-close-container {
  position: absolute;
  color: #c3c3c3;
  height: auto;
  z-index: 1;
  cursor: pointer;
}
.fc-close-container > i:hover {
  scale: 1.2;
}

.fc-owner-title {
  display: flex;
  gap: 10px;
}
.fc-owner-title > i {
  color: #a3a3a3;
  margin-top: 2px;
}

.fc-description-table {
  font-size: 14px;
}
.fc-description-table td:nth-child(1) {
  width: 20px;
}
.fc-description-table td {
  padding: 2px;
}
.fc-description-table table {
  border: 0 hidden transparent;
}
.fc-description-table tbody {
  border: 0 hidden transparent;
}
.fc-description-table td {
  border: 0 hidden transparent;
}

.fc-event-details-visible {
  opacity: 1;
  max-height: 500px;
  display: flex !important;
}

.add-holiday-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #2FB688;
  border: 1px solid #1E976D;
  color: #fff !important;
  border-radius: 6px;
  font-size: 0.85rem;
  transition: background 0.2s ease;
  position: absolute;
  right: 10px;
  padding: 3px 5px;
}

.type-PUBLIC-holiday {
  color: #D93025;
}

.type-CUSTOMER-holiday {
  color: #E372A3;
}

.not-working {
  color: #9f9f9f !important;
}

.public-holiday {
  background-color: #D93025;
}

.customer-holiday {
  background-color: #E372A3;
}

.working-holiday {
  background-color: #9f9f9f;
}

.day-tooltip-content {
  text-align: left;
  color: #3F4B62;
  font-size: 12px;
}
.day-tooltip-content.first {
  margin-top: 20px;
}
.day-tooltip-content.other {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e9e9e9;
}

.modal-sub-header-title {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}

.modal-header-title {
  font-weight: bold;
  color: #3f4b62;
  text-align: center;
  font-size: 1.3em;
  padding: 0 10px 10px 10px;
}

.fc-event-picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fc-event-picture > img {
  max-height: 80px;
}

.top-links .btn {
  margin: 0 5px;
}
.top-links .btn > i {
  float: left;
}
.top-links .btn:first-child {
  margin-left: 0;
}
.top-links .btn:last-child {
  margin-right: 0;
}

.swipeButtonsContainer {
  display: flex;
  justify-content: flex-end;
}

.galleryShell {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.photoBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.photoFrame {
  max-width: 1000px;
  position: relative;
  height: 650px;
  aspect-ratio: auto;
  overflow: visible;
  border-radius: 6px;
}

.photoImg {
  width: 100%;
  height: 90%;
  object-fit: contain;
}

.navArrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9FDDC8;
  border-radius: 8px;
  color: #2FB688;
  z-index: 2;
}

.navArrow.prev {
  left: -40px;
}

.navArrow.next {
  right: -40px;
}

@media (max-width: 1200px) {
  .navArrow.prev {
    left: 8px;
  }
  .navArrow.next {
    right: 8px;
  }
}
.photoButtons {
  margin-top: 10px;
  text-align: center;
}

.infoPanel {
  background: transparent;
  border: none;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-left: 12px;
  padding: 16px 0;
}

.infoPanel .verification {
  position: static; /* lub usuń position: relative jeśli było */
}

.site-content {
  position: relative; /* kontekst dla absolute */
}

.infoPanel .verification .btn {
  position: absolute;
  right: 0;
  width: auto;
  /* lub konkretną szerokość jak pasek postępu */
}

.infoPanel p {
  margin: 6px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.infoPanel p i {
  color: #9FDDC8;
}

.infoPanel .verification {
  font-weight: bold;
  margin-bottom: 5%;
}

.infoPanel .verification .label {
  font-weight: 600;
}

.infoPanel .verification .value {
  font-weight: 400;
}

.photoButtons {
  text-align: center;
}

.photoButtons .btn {
  margin: 0 5px;
}

.reasonPanel {
  margin-top: 29%;
  width: 400px;
  transition: margin-top 0.3s ease-in-out;
}
.reasonPanel .content {
  padding: 12px 16px;
  border: 1px solid #DADADA;
  border-radius: 6px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.reasonPanel .reasonTextarea {
  margin-bottom: 4px;
  height: auto;
  border: 1px solid #D8D8D8;
  border-radius: 17px;
  position: relative;
  bottom: 0;
  overflow-y: hidden;
  resize: none;
}
.reasonPanel .modeSwitch {
  font-size: 14px;
}
.reasonPanel .modeSwitch > label {
  margin-bottom: 4px;
}
.reasonPanel .modeSwitch td,
.reasonPanel .modeSwitch input[type=radio],
.reasonPanel .modeSwitch label {
  vertical-align: middle !important;
  line-height: 1.1;
}
.reasonPanel .reasonTextarea,
.reasonPanel .presetSelect {
  width: 100%;
}
.reasonPanel .bottomButtons {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
}

.progress-container {
  margin-top: 2%;
  width: 100%;
  font-size: 0.85rem;
}

.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.progress-label {
  white-space: nowrap;
}

.progress-bar-bg {
  width: 100%;
  height: 12px;
  background: #F4F3F4 0 0 no-repeat padding-box;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.progress-bar-fill {
  height: 100%;
  background: transparent linear-gradient(270deg, #6AB89D 0%, #BFE8DA 51%, #CAECE0 100%) 0 0 no-repeat padding-box;
  border-radius: 4px;
  transition: width 0.4s ease;
}

.item-row {
  position: relative;
  display: flex;
  align-items: center;
  background: #F4F3F4;
  border-radius: 10px;
  margin-bottom: 18px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 20px 32px;
  min-height: 74px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.item-row .left-slide {
  position: absolute;
  left: -250px;
  top: 0;
  height: 100%;
  width: 260px;
  background-color: #C8EADE;
  color: #3F4B62;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: left 0.3s ease;
  pointer-events: auto;
  z-index: 2;
  font: normal normal 300 14px/20px Montserrat;
  text-transform: uppercase;
}
.item-row:hover .left-slide {
  left: 0;
}
.item-row .icon-wrapper {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
@media (max-width: 980px) {
  .item-row .icon-wrapper {
    margin: 0 auto;
  }
}
.item-row .icon-wrapper img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
  box-sizing: border-box;
}
.item-row .title {
  font-weight: 600;
  font-size: 1rem;
  min-width: 290px;
  max-width: 290px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 20px;
  margin-left: 20px;
}
.item-row .statuses {
  display: flex;
  gap: 32px;
  align-items: center;
  flex: 0 0 55%;
  font-size: 1rem;
}
.item-row .statuses span {
  display: inline-block;
  width: 70px;
  text-align: left;
  white-space: nowrap;
}
.item-row .statuses .accepted {
  color: #2FB688;
}
.item-row .statuses .waiting {
  color: #E2B34B;
}
.item-row .statuses .rejected {
  color: #E69A7E;
}
.item-row .verify-btn {
  margin-left: auto;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
}

/*# sourceMappingURL=style.css.map */
