/*######################################################################################################################
     GLOBAL STYLES
######################################################################################################################*/
/**** COLORS **********************************************************************************************************/
/**********************************************************************************************************************/
/**** SHADOWS *********************************************************************************************************/
/**********************************************************************************************************************/
/**** BORDERS *********************************************************************************************************/
/**** FONTS ***********************************************************************************************************/
/**********************************************************************************************************************/
/**** TYPEFACES *******************************************************************************************************/
.F1 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 20pt;
  line-height: 32pt;
  text-transform: uppercase;
}
.F2 {
  font-family: "quicksand";
  font-size: 12pt;
  line-height: 21pt;
}
.F3 {
  font-family: "quicksand";
  font-size: 11pt;
  line-height: 13pt;
}
.F3S {
  font-family: "quicksand";
  font-size: 9pt;
  line-height: 11pt;
}
.F4 {
  font-family: "quicksand";
  font-size: 16pt;
  line-height: 19pt;
}
.F4b {
  font-family: "quicksand";
  font-size: 14pt;
  line-height: 17pt;
  font-weight: bold;
}
.F5 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 10pt;
  line-height: 14pt;
  text-transform: uppercase;
}
.F6 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 13pt;
  line-height: 16pt;
}
.F7 {
  font-family: "quicksand";
  font-size: 12pt;
  line-height: 18pt;
  text-transform: uppercase;
}
.F8 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 6pt;
  line-height: 10pt;
  text-transform: uppercase;
}
.F9 {
  font-family: "quicksand";
  font-size: 8pt;
  line-height: 10pt;
}
.F10 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 30pt;
}
.F11 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 9pt;
  line-height: 10pt;
}
.F12 {
  font-family: "roboto_mono";
  font-weight: bold;
  font-size: 10pt;
  line-height: 12pt;
}
.F13 {
  font-family: "quicksand";
  font-size: 14pt;
  line-height: 16pt;
}
/**********************************************************************************************************************/
.F13b {
  font-family: "quicksand";
  font-size: 14pt;
  line-height: 16pt;
  font-weight: bold;
}
.F14 {
  font-family: "quicksand";
  font-size: 10pt;
  line-height: 12pt;
}
.F15 {
  font-family: "quicksand";
  line-height: 15pt;
  font-size: 12pt;
}
.F16b {
  font-family: "quicksand";
  font-size: 18pt;
  line-height: 21pt;
  font-weight: bold;
}
.H1 {
  font-size: calc(1.35rem + 1.2vw);
  font-family: "quicksand";
  color: #24ae7c;
  margin-bottom: 20px;
}
.FS {
  font-size: 12pt;
  font-family: "quicksand";
  color: rgba(0, 0, 0, 0.5);
}
/**** GUARDED MIXINS **************************************************************************************************/
/* mobile first rules */
/* desktop first rules */
.welcome-container {
  max-width: 710px !important;
  padding-top: 50px;
  padding-bottom: 50px;
}
.welcome-container .start-project-form .tnk-button-component button {
  width: 100%;
}
.tnk-button-component {
  display: flex;
}
.tnk-button-component .loader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #B2C6DB;
  border-right-color: #24ae7c;
  animation: loader-animation 0.8s infinite linear;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
@keyframes loader-animation {
  to {
    transform: rotate(1turn);
  }
}
.tnk-button-component .btn-tnk {
  border: none;
  border-radius: 5px;
  background: #24ae7c;
  display: flex;
  justify-content: center;
  padding: 6px 20px;
}
.tnk-button-component .btn-tnk img,
.tnk-button-component .btn-tnk i {
  height: 15px;
  margin-right: 10px;
}
.tnk-button-component .btn-tnk img {
  margin-top: -2px;
}
.tnk-button-component .btn-tnk span {
  margin: auto;
}
.tnk-button-component .btn-tnk.large-icon {
  padding: 10px;
}
.tnk-button-component .btn-tnk.large-icon img,
.tnk-button-component .btn-tnk.large-icon i {
  height: 30px;
  margin-right: 10px;
}
.tnk-button-component .btn-tnk.large-icon span {
  margin: auto;
  margin-top: 4px;
}
.tnk-button-component .btn-tnk.btn-direction-right img,
.tnk-button-component .btn-tnk.btn-direction-right i {
  margin-right: 0;
  margin-left: 10px;
}
.tnk-button-component .btn-tnk.btn-direction-right span {
  float: left;
}
.tnk-button-component .btn-tnk.btn-direction-right .img-wrapper {
  margin-left: auto;
}
.tnk-button-component .btn-tnk.btn-direction-left img,
.tnk-button-component .btn-tnk.btn-direction-left i {
  margin-top: 5px;
}
.tnk-button-component .btn-tnk.btn-direction-left span {
  float: right;
  margin-left: 0;
}
.tnk-button-component .btn-tnk.btn-direction-left .img-wrapper {
  margin-left: auto;
}
.tnk-button-component .btn-tnk:hover {
  background-color: #1b845e;
}
.tnk-button-component .btn-tnk:active {
  background-color: #1b845e !important;
}
.tnk-button-component .btn-tnk.btn-transparent {
  border: none;
  background-color: transparent;
  color: #24ae7c;
}
.tnk-button-component .btn-tnk.btn-transparent:hover {
  background-color: transparent;
  color: #000000;
}
.tnk-button-component .btn-tnk.btn-transparent:focus {
  border: none;
  box-shadow: none;
}
.tnk-button-component .btn-tnk.btn-transparent:active {
  background-color: transparent !important;
  color: #000000;
}
.tnk-button-component .btn-tnk.btn-icon-only {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}
.tnk-button-component .btn-tnk.btn-icon-only:hover {
  background-color: #24ae7c;
}
.tnk-button-component .btn-tnk.btn-icon-only:hover img {
  filter: invert(1);
}
.tnk-button-component .btn-tnk.btn-icon-only:focus {
  border: none;
  box-shadow: none;
}
.tnk-button-component .btn-tnk.btn-icon-only .img-wrapper {
  margin: auto;
}
.tnk-button-component .btn-tnk.btn-icon-only .img-wrapper img {
  margin: auto;
}
.tnk-button-component .btn-tnk.btn-icon-only .loader {
  margin-left: 0;
  margin-top: 6px;
}
.tnk-button-component .btn-tnk[input-size] {
  height: 50px;
}
.tnk-button-component .btn-tnk[input-size] .loader {
  margin-top: 8px;
}
.tnk-button-component .btn-tnk[full-width] {
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.tnk-button-component .btn-tnk:disabled {
  background-color: ligthen(#24ae7c, 50%);
}
.tnk-button-component.danger .btn-tnk {
  background: #EB608023;
  color: #EB6080;
}
.tnk-button-component.danger .btn-tnk:hover {
  background-color: #EB6080;
  color: #FFFFFF;
}
.tnk-button-component.danger .btn-tnk:focus {
  box-shadow: none;
}
.tnk-button-component.danger .btn-tnk:disabled {
  background-color: ligthen(#EB6080, 50%);
}
.tnk-button-component.danger .btn-tnk:active {
  background-color: #e5335c !important;
}
.tnk-button-component.dark .btn-tnk {
  background: #303030;
  color: #FFFFFF;
}
.tnk-button-component.dark .btn-tnk:hover {
  background-color: #161616;
  color: #FFFFFF;
}
.tnk-button-component.dark .btn-tnk:focus {
  box-shadow: none;
}
.tnk-button-component.dark .btn-tnk:disabled {
  background-color: ligthen(#303030, 50%);
}
.tnk-button-component.dark .btn-tnk:active {
  background-color: #161616 !important;
}
.tnk-button-component.outline .btn-tnk {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.tnk-button-component.outline .btn-tnk:hover {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
}
.tnk-button-component.outline .btn-tnk:focus {
  box-shadow: none;
}
.tnk-button-component.outline .btn-tnk:disabled {
  color: #808080;
}
.tnk-button-component.outline-primary .btn-tnk {
  background: transparent;
  color: #24ae7c;
  border: 1px solid #24ae7c;
}
.tnk-button-component.outline-primary .btn-tnk:hover {
  background-color: #24ae7c;
  color: #FFFFFF;
  border: 1px solid #24ae7c;
}
.tnk-button-component.outline-primary .btn-tnk:focus {
  box-shadow: none;
}
.tnk-button-component.outline-primary .btn-tnk:disabled {
  border-color: ligthen(#24ae7c, 50%);
  color: ligthen(#24ae7c, 50%);
}
.tnk-button-component[center] {
  justify-content: center;
}
.tnk-button-component[right] {
  justify-content: right;
}
.single-select-component {
  min-width: 200px;
}
.single-select-component .form-item-component select.form-control {
  border-radius: 5px;
}
/**********************************************************************************************************************/
/***INNOVATIVE PLACEHOLDER ELEMENTS************************************************************************************/
.th-innovative-placeholder {
  position: relative;
  margin-bottom: 20px;
}
.th-innovative-placeholder .required-label {
  color: #2499FF;
}
.th-innovative-placeholder .validation-error-msg {
  display: none;
  font-size: 10pt;
  font-family: "quicksand";
}
.th-innovative-placeholder.validation-success input {
  border-color: #24ae7c;
}
.th-innovative-placeholder.validation-success .validation-icon {
  display: block;
}
.th-innovative-placeholder.validation-success .validation-icon .validation-success-icon {
  color: #24ae7c;
}
.th-innovative-placeholder.validation-positive input,
.th-innovative-placeholder.validation-positive select {
  border: 1.5px solid #00BB83;
}
.th-innovative-placeholder.validation-positive .validation-icon {
  display: block;
}
.th-innovative-placeholder.validation-positive .validation-icon .validation-success-icon {
  color: #00BB83;
}
.th-innovative-placeholder.validation-positive .validation-error-msg {
  display: block;
  color: #00BB83;
  font-family: "quicksand";
}
.th-innovative-placeholder.validation-error input,
.th-innovative-placeholder.validation-error select {
  border: 1.5px solid #EB6080;
}
.th-innovative-placeholder.validation-error .validation-icon {
  display: block;
}
.th-innovative-placeholder.validation-error .validation-icon .validation-error-icon {
  color: #EB6080;
}
.th-innovative-placeholder.validation-error .validation-error-msg {
  display: block;
  color: #EB6080;
  font-family: "quicksand";
}
.th-innovative-placeholder .form-control[readonly] {
  background-color: #B2C6DB55;
  border: none;
  color: #21212188;
  cursor: default;
  padding-left: 2px;
}
.th-innovative-placeholder .form-control[readonly] ~ label {
  background-color: transparent;
  left: 0;
}
.th-innovative-placeholder input {
  font-size: 14pt;
  background-color: #B2C6DB55;
  border-radius: 5px;
  border: none;
  height: 50px;
  padding-bottom: 0;
  padding-left: 14px;
  padding-top: 17px;
  font-family: "quicksand";
  color: #000000;
}
.th-innovative-placeholder input[uppercase] {
  text-transform: uppercase;
}
.th-innovative-placeholder input:focus {
  background-color: #B2C6DB55 !important;
  color: #24ae7c;
  outline: none;
}
.th-innovative-placeholder .input-icon {
  position: absolute;
  right: 10px;
  top: 17px;
  width: 20px;
  color: #000000;
  cursor: pointer;
}
.th-innovative-placeholder .option-icon-container {
  position: absolute;
  margin-left: 20px;
  margin-top: 10px;
  background: #24ae7c;
  padding: 5px;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  color: white;
  overflow: hidden;
  pointer-events: none;
}
.th-innovative-placeholder .option-icon-container img {
  margin-bottom: 10px;
}
.th-innovative-placeholder .option-img-container {
  position: absolute;
  margin-left: 20px;
  margin-top: 10px;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  overflow: hidden;
  pointer-events: none;
}
.th-innovative-placeholder .option-img-container img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.th-innovative-placeholder select {
  background-color: #B2C6DB55;
  color: #000000;
  border-radius: 5px;
  border: none;
  height: 50px;
  padding-bottom: 0;
  padding-top: 15px;
  cursor: pointer;
}
.th-innovative-placeholder select:focus {
  background-color: #B2C6DB55 !important;
  color: #24ae7c;
  outline: none;
}
.th-innovative-placeholder select.with-icon {
  padding-left: 58px;
}
.th-innovative-placeholder textarea {
  height: 110px;
  padding: 15px;
  padding-top: 20px;
  resize: none;
  font-family: "quicksand";
  font-size: 14pt;
  background-color: #B2C6DB55;
  color: #000000;
  border: none;
  padding-bottom: 0;
  border-radius: 5px;
}
.th-innovative-placeholder textarea:focus {
  background-color: #B2C6DB55 !important;
  color: #24ae7c;
  outline: none;
}
.th-innovative-placeholder .arrow {
  width: 15px;
  height: 15px;
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
}
.th-innovative-placeholder .validation-icon {
  display: none;
  width: 15px;
  height: 15px;
  float: right;
  position: absolute;
  top: 15px;
  right: 11px;
}
.th-innovative-placeholder .validation-icon img {
  width: 100%;
}
.th-innovative-placeholder .error-message {
  display: none;
  color: #EB6080;
}
.th-innovative-placeholder .success-message {
  display: none;
  color: #00BB83;
}
[data-item="calendar"] .wrapper {
  position: relative;
}
[data-item="calendar"] .wrapper .calender-container {
  position: absolute;
  right: 0;
  top: 2px;
  padding: 4px;
}
[data-item="calendar"] .wrapper .calender-container .calendar-btn {
  height: 32px;
  width: 32px;
  padding: 5px;
  filter: invert(29%) sepia(49%) saturate(8481%) hue-rotate(201deg) brightness(85%) contrast(191%);
  margin-top: 3px;
  padding-left: 7px;
  cursor: pointer;
  border-left: 1px solid #FFFFFF;
}
[data-item="calendar"] .wrapper .calendar-input {
  padding-right: 40px;
}
.th-innovative-placeholder .email.validation-icon {
  right: 23px;
}
.th-innovative-placeholder label {
  font-family: "quicksand";
  color: #24ae7c;
  position: absolute;
  margin-top: -37px;
  pointer-events: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  left: 15px;
  font-weight: normal;
}
.th-innovative-placeholder input:focus ~ label,
.th-innovative-placeholder input.innovative-placeholder ~ label {
  margin-top: -48px;
  font-size: 10pt;
  /*padding-left: 3px;*/
  padding-right: 3px;
  color: #24ae7c;
  font-family: "quicksand";
}
.th-innovative-placeholder select:focus ~ select,
.th-innovative-placeholder select:valid ~ label {
  margin-top: -47px;
  margin-left: -1px;
  font-size: 10px;
  /*padding-left: 3px;
    font-weight: bold;*/
  padding-left: 0px;
  padding-right: 3px;
  color: #24ae7c;
}
.th-innovative-placeholder select:focus ~ select.with-icon,
.th-innovative-placeholder select:valid ~ label.with-icon {
  padding-left: 45px;
}
.th-innovative-placeholder textarea:focus ~ label,
.th-innovative-placeholder textarea.innovative-placeholder ~ label {
  margin-top: -108px;
  font-size: 10pt;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
  outline: none;
}
.th-innovative-placeholder select:focus ~ select,
.th-innovative-placeholder select:valid ~ label {
  margin-top: -47px;
  /*font-size: 10px;
    padding-left: 3px;
    font-weight: bold;*/
  padding-left: 0px;
  padding-right: 3px;
  color: #24ae7c;
}
.th-innovative-placeholder label.select {
  margin-top: -42px;
  /*font-size: 10px;
    padding-left: 3px;
    font-weight: bold;*/
  padding-left: 0px;
  padding-right: 3px;
  color: #24ae7c;
  padding-top: 0px !important;
  background-color: transparent;
}
.th-innovative-placeholder select ~ label {
  margin-top: -42px;
  /*font-size: 10px;
    padding-left: 3px;
    font-weight: bold;*/
  padding-left: 0px;
  padding-right: 3px;
  color: #24ae7c;
  background-color: transparent;
}
.form-item-component input[type='checkbox'] {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: #f8fafc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  cursor: pointer;
}
.form-item-component input[type='checkbox']:checked {
  background-color: #24ae7c;
}
.form-item-component input[type='custom-number'] {
  text-align: center;
}
.form-item-component .decrease-btn {
  color: #24ae7c;
  position: absolute;
  top: -5px;
  padding: 10px;
  padding-right: 0;
  cursor: pointer;
  font-size: 20pt;
}
.form-item-component .decrease-btn:hover {
  color: #1b845e;
}
.form-item-component .decrease-btn.up-down {
  right: 0;
  top: unset;
  bottom: -15px;
  rotate: 180deg;
  height: 40px;
}
.form-item-component .increase-btn {
  color: #24ae7c;
  position: absolute;
  right: 0;
  top: -5px;
  padding: 10px;
  padding-left: 0;
  cursor: pointer;
  font-size: 20pt;
}
.form-item-component .increase-btn:hover {
  color: #1b845e;
}
.form-item-component .increase-btn.up-down {
  top: -15px;
  height: 36px;
}
.form-item-component .checkbox-item {
  margin: auto;
  margin-left: 10px;
  text-align: left;
  width: 20px;
  padding: 0;
}
.form-item-component .checkbox-item-label {
  margin: auto;
  width: calc(100% - 30px);
}
.form-item-component .checkbox-item-label p {
  margin-bottom: 0;
}
.text-component {
  font-size: 12pt;
  font-family: "quicksand";
  line-height: 16pt;
}
.text-component[small] {
  font-size: 10pt;
  line-height: 12pt;
}
.text-component[smallxs] {
  font-size: 8pt;
  line-height: 10pt;
}
.text-component[xsmall] {
  font-size: 6pt;
  line-height: 9pt;
}
.text-component[heading],
.text-component[xlarge] {
  font-size: 21pt;
  line-height: 36pt;
}
.text-component[subheading],
.text-component[large] {
  font-size: 16pt;
  line-height: 21pt;
}
.text-component[xxl] {
  font-size: 32pt;
  line-height: 23pt;
}
.text-component[uppercase] {
  text-transform: uppercase;
}
.text-component[text-center] {
  text-align: center;
}
.text-component[text-right] {
  text-align: right;
}
.text-component[text-left] {
  text-align: left;
}
.text-component[bold] {
  font-weight: bold;
}
.text-component[secondary] {
  color: #757c9a;
}
.text-component[primary] {
  color: #24ae7c;
}
.text-component[space-after] {
  margin-right: 5px;
}
.text-component[tag] {
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f0f0f0;
  border-radius: 15px;
}
.header-description-component .subtitle {
  font-size: 14pt;
  line-height: 18pt;
}
.keyword-component {
  font-family: "roboto_mono";
}
.checklist-selection-container .checklist-component {
  max-width: 650px;
  margin: auto;
}
.checklist-item-component {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px;
}
.checklist-item-component .icon-column {
  width: 50px;
  height: 50px;
}
.checklist-item-component .icon-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.checklist-item-component .text-column {
  margin: auto 0;
  padding-left: 20px;
  width: calc(100% - 50px);
}
.grid-component {
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.grid-component .grid-col {
  padding: 10px;
}
/* ---------------------------------------------------------------------------------------------------------------------
  RESPONSIVE STYLES
 ---------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 575px) {
  .grid-component {
    padding: 5px;
  }
}
@media (max-width: 991px) {
  .grid-component {
    max-width: 440px;
  }
  .grid-component .grid-col {
    flex: 0 0 auto;
    width: 50%;
    padding: 5px;
  }
}
@media (min-width: 768px) {
  .grid-component {
    max-width: 660px;
  }
  .grid-component .grid-col {
    flex: 0 0 auto;
    width: 33%;
  }
}
@media (min-width: 992px) {
  .grid-component {
    max-width: 1020px;
  }
  .grid-component .grid-col {
    flex: 0 0 auto;
    width: 33%;
  }
  .grid-component .grid-col-6 {
    flex: 0 0 auto;
    width: calc(100% / 6);
  }
}
.grid-item-component.disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0.3;
}
.grid-item-component.active a {
  border-color: #24ae7c;
}
.grid-item-component.active a .logo-container {
  display: block;
}
.grid-item-component.active a .grid-item-wrapper .img-container img {
  filter: invert(55%) sepia(56%) saturate(550%) hue-rotate(107deg) brightness(92%) contrast(87%);
}
.grid-item-component a {
  text-decoration: none;
  color: #000000;
  background-color: #FFFFFF;
  border: 2px solid #eaf0f8;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.15s;
  vertical-align: top;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.grid-item-component a .logo-container {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.grid-item-component a:hover {
  border-color: #24ae7c;
}
.grid-item-component a:hover .img-container img {
  filter: invert(55%) sepia(56%) saturate(550%) hue-rotate(107deg) brightness(92%) contrast(87%);
}
.grid-item-component a .grid-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.grid-item-component a .grid-item-wrapper .img-container {
  min-height: 150px;
  text-align: center;
}
.grid-item-component a .grid-item-wrapper .img-container img {
  min-height: 150px;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.grid-item-component a .grid-item-wrapper .label-container .text-component {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  overflow: hidden;
  text-transform: uppercase;
}
.grid-item-component a .grid-item-wrapper .sub-label-container .text-component {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  overflow: hidden;
}
.grid-item-text-component {
  max-height: 126px;
  height: 126px;
}
.grid-item-text-component a {
  padding: 28%;
}
.grid-item-text-component.active .selected-value {
  color: #24ae7c;
}
.hint-component .notification {
  color: #24ae7c;
}
.list-component {
  /* General styling */
}
.list-component .slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 50px 0;
}
.list-component .slider-wrapper {
  overflow: hidden;
  width: 80%;
  position: relative;
}
.list-component [type="submit"] {
  display: none;
}
.list-component .slider {
  transition: transform 0.5s ease;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  /* hide scrollbar but allow scrolling */
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}
.list-component .slider.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.list-component .slider::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.list-component .product-card {
  flex: 0 0 auto;
  width: 210px;
  height: 300px;
  margin-right: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.list-component .slider-btn {
  background-color: #333;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.list-component .prev-btn {
  left: 10px;
}
.list-component .next-btn {
  right: 10px;
}
.list-item-component {
  cursor: pointer;
}
.list-item-component .wrapper {
  display: flex;
  padding: 20px;
  margin: 20px;
  border: 1px solid #eaf0f8;
  position: relative;
  border-radius: 10px;
}
.list-item-component .wrapper .image-container {
  width: 150px;
  padding: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
.list-item-component .wrapper .image-container .image-component {
  height: 100%;
}
.list-item-component .wrapper .image-container .image-component img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.list-item-component .wrapper .text-container {
  padding: 10px;
  width: calc(100% - 200px);
}
.list-item-component .wrapper .text-container .text-component {
  width: -moz-fit-content;
  width: fit-content;
  white-space: collapse;
}
.list-item-component .wrapper > .logo-container {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.list-item-component .wrapper .specification-container .text-component {
  color: #757c9a;
}
.list-item-component .wrapper .specification-container .toggle-component {
  filter: grayscale(1);
  opacity: 0.3;
}
.list-item-component .wrapper .specification-container .toggle-component input {
  pointer-events: none;
}
.list-item-component .wrapper .specification-container .grid-component {
  filter: grayscale(1);
  opacity: 0.3;
}
.list-item-component .wrapper .specification-container .grid-component input {
  pointer-events: none;
}
.list-item-component.active .wrapper {
  border-color: #24ae7c;
}
.list-item-component.active .wrapper > .logo-container {
  display: block;
}
.list-item-component.active .wrapper .specification-container .text-component {
  color: #000000;
}
.list-item-component.active .wrapper .specification-container .toggle-component {
  filter: none;
  opacity: 1;
}
.list-item-component.active .wrapper .specification-container .grid-component {
  filter: none;
  opacity: 1;
}
@media (max-width: 1199px) {
  .root-area-container:not(.collapsed) .list-item-component .wrapper {
    display: block;
  }
  .root-area-container:not(.collapsed) .list-item-component .wrapper .image-container {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .root-area-container:not(.collapsed) .list-item-component .wrapper .text-container {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .list-item-component .wrapper {
    display: block;
  }
  .list-item-component .wrapper .image-container {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .list-item-component .wrapper .text-container {
    width: 100%;
  }
}
.login-modal-component .toggle-column {
  margin: auto;
}
.register-component .register-wrapper {
  margin: 10px;
  padding: 20px;
}
.register-component .register-wrapper > div {
  margin: auto;
}
.register-component .register-wrapper .password-column {
  margin-top: 20px;
}
.menu-item-component {
  display: flex;
  flex-wrap: wrap;
}
.menu-item-component .project-name {
  margin-left: 5px;
}
.tooltip {
  position: absolute;
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px;
  border-radius: 5px;
  font-size: 8pt !important;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  box-shadow: 0 0 10px 0 #b2c8de52;
  transform: translateY(-10px);
  /* Offset for the arrow */
  top: 0;
}
.tooltip:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  color: white;
}
.row-step-component .step {
  transition: all 0.2s ease-in;
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
.row-step-component .step.active {
  padding: 10px;
  display: block;
  max-height: 1000px;
}
.step-component {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.step-item-component .icon-column {
  width: 30px;
  text-align: center;
  margin: auto;
  position: relative;
}
.step-item-component .icon-column i {
  font-size: 20pt;
  color: #24ae7c;
}
.step-item-component .icon-column img.check-icon {
  width: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.step-item-component .icon-column img.dotted-line {
  height: 30px;
}
.step-item-component .icon-column .check-icon {
  opacity: 0.3;
}
.step-item-component .icon-column .delimiter {
  font-size: 10pt;
  position: absolute;
  left: 26px;
  height: 30px;
  width: 1px;
}
.step-item-component .icon-column .delimiter.delimiter-bottom {
  bottom: -16px;
}
.step-item-component .icon-column .delimiter.delimiter-top {
  top: -17px;
}
.step-item-component .text-column {
  width: calc(100% - 30px);
  margin: auto;
  opacity: 0.3;
}
.step-item-component .text-column .title-group {
  padding: 10px;
}
.step-item-component .text-column .title-group .subtitle {
  color: rgba(0, 0, 0, 0.5);
}
.step-item-component.active .check-icon {
  opacity: 1;
}
.step-item-component.active .text-column {
  opacity: 1;
}
.step-navigation-component {
  padding: 10px;
  background: #fafafa;
  border-radius: 5px;
  margin: 20px;
  position: fixed;
  bottom: 25px;
  width: calc(100vw - 540px);
  box-shadow: 0 0 10px 0 #b2c8de52;
}
.step-navigation-component button,
.step-navigation-component a {
  height: 50px;
}
.step-navigation-component button i,
.step-navigation-component a i {
  margin-top: 8px;
}
.step-navigation-component button .loader,
.step-navigation-component a .loader {
  margin-top: 8px;
}
.step-navigation-component .btn-column-right .tnk-button-component button,
.step-navigation-component .btn-column-right .tnk-button-component a {
  margin-left: auto;
}
.tree-component .wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin: 10px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  border: 1px solid transparent;
}
.tree-component .wrapper .toggle-box {
  background-color: #aeb8c7;
  cursor: pointer;
}
.tree-component .wrapper .toggle-box img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 19px;
  display: inline-block;
  transition: transform 0.2s ease;
}
.tree-component .wrapper .heading-box {
  width: 100%;
  margin: auto;
}
.tree-component .wrapper .heading-box .text {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: auto;
  margin-left: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.tree-component .wrapper .heading-box .text .type {
  margin-right: 10px;
}
.tree-component .wrapper .heading-box .text .edit-icon {
  width: 15px;
  margin-left: 10px;
  margin-top: -3px;
}
.tree-component .wrapper.expanded {
  border: 1px solid #24ae7c;
  border-bottom: none;
}
.tree-component .wrapper.expanded .toggle-box {
  background-color: #24ae7c;
}
.tree-component .wrapper.expanded .toggle-box img {
  transform: rotate(90deg);
}
.tree-component .tree-content-area {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  background-color: #e7efec;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.tree-component .tree-content-area.expanded {
  max-height: 100000px;
  /* Adjust height as needed */
  padding: 15px;
  border: 0.5px solid #00BB83;
  padding-left: 5px;
  padding-right: 5px;
}
.tree-component .tree-content-area.collapsed {
  max-height: 0;
  padding: 0 15px;
}
.tree-component .tree-content-area .tree-component .wrapper {
  margin-top: 0;
}
.tree-component .tree-content-area .tree-component .tree-content-area {
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.tree-component .tree-content-area .tree-component .tree-content-area .room-card-component {
  max-width: 155px;
  margin-left: 4px;
  margin-right: 4px;
  width: 100%;
}
.tree-component .tree-content-area .tree-component .tree-content-area.collapsed {
  padding-left: 5px;
  padding-right: 5px;
}
.tree-component .tree-content-area .tree-component .tree-content-area.expanded {
  padding: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.tree-component .tree-content-area .tree-component:last-child .tree-content-area {
  margin-bottom: 0;
}
.tree-component .tree-content-area.single-home {
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
}
.tree-component .tree-content-area.single-home.expanded {
  padding: 5px 10px;
}
.tree-component .tree-content-area.single-home .room-card-component {
  max-width: 155px;
  margin-left: 4px;
  margin-right: 4px;
  width: 100%;
}
@media (max-width: 466px) {
  .tree-component .tree-content-area .room-card-component {
    max-width: 100% !important;
  }
}
.sidebar-component {
  position: relative;
  height: calc(100vh - 65px);
  background: #fafafa;
  padding: 20px;
  overflow-y: auto;
}
.sidebar-component > *:not(.tnk-button-component) {
  padding-left: 20px;
}
.sidebar-component .header-image {
  width: 150px;
  margin: 20px;
  margin-bottom: 100px;
  margin-top: calc(20px + var(--bs-gutter-x) * 0.5);
}
.sidebar-component .step-component {
  min-height: calc(100vh - 200px - 110px - 4*20px - 1.5rem);
  margin-top: 0;
  padding-right: 5px;
}
.sidebar-component .tnk-button-component {
  justify-content: center;
}
.sidebar-component .tnk-button-component .btn-tnk {
  width: calc(100% - 40px);
  height: 50px;
  padding: 10px;
  justify-content: center;
}
.sidebar-component .sidebar-icon {
  padding: 20px;
  margin-bottom: 40px;
}
.sidebar-component .sidebar-icon img {
  height: 60px;
  width: 70%;
}
.sidebar-component .navbar-component {
  margin-bottom: 20px;
}
.sidebar-component .divider {
  margin: auto;
  margin-top: 35px;
  margin-bottom: 35px;
  border: 0.25pt solid rgba(0, 0, 0, 0.1);
  width: calc(100% - 40px);
}
.sidebar-component .sidebar-section-label {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 20px;
  margin-bottom: 20px;
}
.sidebar-component .sidebar-bottom-options {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.sidebar-component .sidebar-bottom-options button span {
  color: rgba(0, 0, 0, 0.5);
}
.sidebar-component .sidebar-bottom-options .user-info > div {
  padding: 20px;
  padding-top: 0;
}
.sidebar-component .sidebar-bottom-options .user-info .logo-column {
  width: 80px;
  margin: auto;
}
.sidebar-component .sidebar-bottom-options .user-info .logo-column .customer-logo-container {
  width: 45px;
  height: 45px;
  background: #24ae7c;
  border-radius: 10px;
  color: white;
}
.sidebar-component .sidebar-bottom-options .user-info .logo-column .customer-logo-container .logo-placeholder {
  padding-top: 10px;
}
.sidebar-component .sidebar-bottom-options .user-info .text-column {
  padding: 0;
  width: calc(100% - 80px);
  margin: auto;
}
.sidebar-component .sidebar-bottom-options .user-info .text-column .customer-container {
  text-align: left;
}
.sidebar-component .sidebar-bottom-options .user-info .text-column .customer-container .name {
  margin-bottom: 3px;
}
.sidebar-component .sidebar-bottom-options .user-info .text-column .customer-container .role {
  color: rgba(0, 0, 0, 0.5);
}
.sidebar-component .sidebar-bottom-options .single-select-component {
  padding: 20px;
  padding-bottom: 0;
  margin: 0;
}
.sidebar-component .bottom-action-container {
  position: relative;
  bottom: -3px;
  padding-right: 5px;
}
.sidebar-component .bottom-action-container.logged-in .tnk-button-component {
  margin-top: calc(100% - 338px);
}
@media (max-height: 1024px) {
  .sidebar-component {
    overflow: hidden;
    overflow-y: scroll;
  }
  .sidebar-component .bottom-action-container {
    position: relative;
  }
}
.form-item-action-component .wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.form-item-action-component .wrapper .form-item-component {
  width: 100%;
}
.form-item-action-component .wrapper .form-item-component input,
.form-item-action-component .wrapper .form-item-component select,
.form-item-action-component .wrapper .form-item-component textarea {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form-item-action-component .wrapper .form-item-component input:focus,
.form-item-action-component .wrapper .form-item-component select:focus,
.form-item-action-component .wrapper .form-item-component textarea:focus {
  box-shadow: none;
}
.form-item-action-component .wrapper .additional-block {
  margin-left: auto;
  background-color: #24ae7c;
  color: white;
  height: 50px;
  padding: 10px;
  width: 160px;
}
.form-item-action-component .wrapper .additional-block .text-component {
  margin: auto;
}
.room-card-component {
  margin: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.room-card-component .edit-icon {
  width: 50px;
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 10px;
}
.room-card-component .edit-icon img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 7px;
}
.room-card-component .card {
  background: #f0f0f0;
  padding: 10px;
  border-radius: 15px;
  border: none;
}
.room-card-component .card > div {
  display: flex;
  flex-wrap: wrap;
}
.room-card-component .card > div.heading-row {
  flex-wrap: nowrap;
}
.room-card-component .category-type,
.room-card-component .title {
  margin-top: auto;
}
.room-card-component .full-text-row {
  width: 100%;
}
.room-card-component .heading-row {
  flex-wrap: nowrap;
}
.room-card-component .heading-row .heading-icon {
  width: 15px;
  min-width: 15px;
}
.room-card-component .heading-row .heading-icon img {
  width: 10px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 0;
  margin-bottom: 5px;
}
.room-card-component .heading-row .category-type,
.room-card-component .heading-row .title {
  margin-bottom: 10px;
}
.room-card-component .heading-row .title {
  width: 100%;
  overflow: hidden;
}
.room-card-component .heading-row .title .text-component {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 19px);
}
.room-card-component .thermal-row img {
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  padding-bottom: 4px;
}
.room-card-component .product-row .title .text-component {
  white-space: wrap;
}
.room-card-component.active .card {
  border: 1px solid #24ae7c;
}
.grid-item-selection-component {
  position: relative;
}
.grid-item-selection-component .selected-value {
  position: absolute;
  top: 35px;
  pointer-events: none;
}
.grid-item-selection-component .form-item-component {
  min-width: 100px;
  margin-top: 10px;
}
.grid-item-selection-component .form-item-component select {
  background-color: transparent;
  padding-top: 0;
  color: transparent;
}
.grid-item-selection-component .form-item-component select > option {
  color: #000000;
}
.grid-item-selection-component .form-item-component select:active {
  box-shadow: none;
  background-color: transparent;
}
.grid-item-selection-component .form-item-component select:focus {
  box-shadow: none;
  background-color: transparent !important;
}
.grid-item-selection-component .form-item-component .arrow {
  margin-top: 5px;
  pointer-events: none;
}
.grid-item-selection-component.active .selected-value {
  color: #24ae7c;
}
.grid-item-amount-component .tag-amount-row .tag-column {
  height: 35px;
}
.grid-item-amount-component .tag-amount-row .tag-column .text-component {
  height: 35px;
  padding-top: 9px;
}
.grid-item-amount-component .label-container {
  margin-top: 10px;
}
.grid-item-amount-component .label-container .text-component {
  height: 60px !important;
}
.grid-item-amount-component a:hover {
  border-color: #24ae7c;
}
.grid-item-amount-component a:hover .img-container img {
  filter: none;
}
.grid-item-amount-component.active a {
  border-color: #24ae7c;
}
.grid-item-amount-component.active a .img-container img {
  filter: none !important;
}
.form-item-number-component .wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.form-item-number-component .wrapper .form-item-component {
  width: 100%;
}
.form-item-number-component .wrapper .form-item-component input,
.form-item-number-component .wrapper .form-item-component select,
.form-item-number-component .wrapper .form-item-component textarea {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  text-align: center;
  height: 35px;
  padding: 0;
  border: 1px solid #24ae7c;
  border-radius: 0;
}
.form-item-number-component .wrapper .form-item-component input:focus,
.form-item-number-component .wrapper .form-item-component select:focus,
.form-item-number-component .wrapper .form-item-component textarea:focus {
  box-shadow: none;
}
.form-item-number-component .wrapper .form-item-component .decrease-btn {
  color: #24ae7c;
  position: absolute;
  top: 8px;
  padding: 0;
  cursor: pointer;
  font-size: 12pt;
  height: 20px;
  left: calc(-5px);
  rotate: -90deg;
  width: 35px;
}
.form-item-number-component .wrapper .form-item-component .increase-btn {
  color: #24ae7c;
  position: absolute;
  right: 6px;
  top: 8px;
  padding: 0;
  cursor: pointer;
  height: 20px;
  font-size: 12pt;
  rotate: 90deg;
}
.form-item-number-component .wrapper .additional-block {
  margin-left: auto;
  background-color: #24ae7c;
  color: white;
  height: 35px;
  padding: 10px;
  width: 90px;
}
.form-item-number-component .wrapper .additional-block .text-component {
  margin: auto;
}
.modal-component .modal-dialog .modal-header {
  background-color: #B2C6DB55;
  display: block;
}
.modal-component .modal-dialog .modal-header .title-row {
  display: flex;
}
.modal-component .modal-dialog .modal-header .title-row .modal-title {
  width: auto;
  font-weight: bold;
}
.modal-component .modal-dialog .modal-header .title-row .btn-close {
  margin-top: 5px;
  font-weight: bold;
  opacity: 1;
  margin-right: 1rem;
}
.modal-component .modal-dialog .modal-body {
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
.modal-component .modal-dialog .modal-footer {
  background-color: #B2C6DB55;
}
.modal-component .modal-dialog .modal-footer > div {
  margin: 0;
}
.modal-component[large] .modal-dialog {
  max-width: 1000px;
}
.toggle-component {
  display: flex;
  font-family: "quicksand";
  font-size: 10pt;
  line-height: 12pt;
}
.toggle-component .toggle-title {
  color: rgba(0, 0, 0, 0.5);
}
.toggle-component .toggle-title > div {
  margin-top: 5px;
  margin-left: 5px;
}
.toggle-component * {
  margin: 0;
  padding: 0;
  border: none;
}
.toggle-component .switch {
  display: flex;
}
.toggle-component .switch input[type='checkbox'] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.toggle-component .switch .toggle-status-label {
  position: absolute;
  color: white;
  width: 50px;
  text-align: center;
  margin-top: 2px;
  font-size: 7pt;
  font-weight: bold;
}
.toggle-component .switch .toggle-status-label.state-active {
  left: 5px;
}
.toggle-component .switch .toggle-status-label.state-inactive {
  right: 5px;
}
.toggle-component .switch label {
  cursor: pointer;
  width: 75px;
  height: 20px;
  background-color: #EB6080;
  display: block;
  border-radius: 50em;
  position: relative;
  transition: 0.3s;
  padding: 4px;
  box-sizing: content-box;
}
.toggle-component .switch label > .state-active {
  display: none;
}
.toggle-component .switch label > .state-inactive {
  display: block;
}
.toggle-component .switch label .slider-icon.active {
  display: none;
}
.toggle-component .switch label .slider-icon.inactive {
  display: block;
  padding: 0;
  margin-left: 6px;
  margin-top: 6px;
}
.toggle-component .switch label > .slider.round {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50em;
  transition: 0.3s;
}
.toggle-component .switch input:checked + label {
  background-color: #00BB83;
}
.toggle-component .switch input:checked + label > .state-active {
  display: block;
}
.toggle-component .switch input:checked + label > .state-inactive {
  display: none;
}
.toggle-component .switch input:checked + label .slider-icon.active {
  display: block;
}
.toggle-component .switch input:checked + label .slider-icon.inactive {
  display: none;
}
.toggle-component .switch input:checked + label > .slider.round {
  transform: translateX(calc(250% + 5px));
  color: #EB6080;
}
.toggle-component .slider.round {
  width: auto;
  height: auto;
  font-family: sans-serif;
  text-align: center;
  color: gray;
  margin: 0;
  padding: 0;
}
.table-component .tabulator {
  border: none;
  background: transparent !important;
}
.table-component .tabulator .tabulator-tableholder {
  padding: 20px;
  padding-bottom: 100px;
}
.table-component .tabulator .tabulator-table {
  background: transparent;
  width: 100%;
}
.table-component .tabulator .tabulator-headers {
  width: 100%;
}
.table-component .tabulator .tabulator-header {
  background: transparent;
  font-family: "quicksand";
  font-size: 12pt;
  line-height: 21pt;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: none;
  padding-left: 50px;
  padding-right: 50px;
}
.table-component .tabulator .tabulator-header .tabulator-col {
  background: transparent;
  border-right: none;
}
.table-component .tabulator .tabulator-header .tabulator-col:hover {
  background: transparent !important;
  color: #24ae7c;
}
.table-component .tabulator .tabulator-header .tabulator-col .tabulator-col-title-holder {
  display: flex;
}
.table-component .tabulator .tabulator-header .tabulator-col .tabulator-col-title-holder .tabulator-col-title {
  width: -moz-fit-content;
  width: fit-content;
}
.table-component .tabulator .tabulator-header .tabulator-col .tabulator-col-title-holder .tabulator-col-sorter {
  position: inherit;
  margin-left: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.table-component .tabulator .tabulator-cell {
  border-right: none;
}
.table-component .tabulator .tabulator-cell[tabulator-field="action"] {
  overflow: inherit;
}
.table-component .tabulator .tabulator-row {
  background-color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% - 0px);
  border-radius: 15px;
  box-shadow: 0 0 10px 0 #b2c8de52;
  font-family: "quicksand";
  font-size: 12pt;
  line-height: 21pt;
}
.table-component .tabulator .tabulator-row .edit-pane {
  padding: 20px;
  background: #0001;
  padding-bottom: 30px;
  border-radius: 15px;
  margin-top: 20px;
}
.table-component .tabulator .tabulator-row .edit-pane:hover {
  background: transparent;
}
.table-component .tabulator .tabulator-row .edit-pane .footer-row {
  display: flex;
  justify-content: right;
}
.table-component .tabulator .tabulator-row .edit-pane .footer-row > * {
  margin-left: 10px;
}
.table-component .tabulator-row.tabulator-selectable:hover {
  background-color: #0001 !important;
}
.table-component .tabulator-row.tabulator-selectable:hover .edit-pane {
  background: transparent;
}
.table-component .tabulator-footer {
  background: transparent !important;
  border-top: none !important;
  font-family: "quicksand";
  font-size: 12pt;
  line-height: 21pt;
}
.table-component .tabulator-footer .tabulator-page {
  border: 1px solid #24ae7c !important;
  border-radius: 0 !important;
}
.table-component .tabulator-footer .tabulator-page.active {
  color: #24ae7c !important;
}
.table-component .tabulator-footer .tabulator-page:hover {
  background-color: #24ae7c !important;
  color: #FFFFFF !important;
}
.table-component .tabulator-footer .tabulator-footer-contents {
  flex-wrap: wrap;
}
.table-component .table-dropdown-menu {
  border: none;
  background: #24ae7c;
  color: white;
  box-shadow: 0 0 10px 0 #b2c8de52;
  right: -20px !important;
  top: 20px !important;
}
.table-component .table-dropdown-menu:after {
  content: '';
  position: absolute;
  top: -20px;
  right: 12px;
  transform: translateX(-50%) rotate(180deg);
  border-width: 10px;
  border-style: solid;
  border-color: #24ae7c transparent transparent transparent;
  color: #24ae7c;
}
.table-component .table-dropdown-menu a {
  color: white;
}
.table-component .table-dropdown-menu a:hover {
  background: #24ae7c;
  filter: none !important;
  color: #b3b3b3 !important;
}
.table-component .table-borderless > thead > tr > th {
  border: none !important;
  text-transform: uppercase;
  opacity: 0.5;
}
.table-component .table-borderless > thead > tr > th > div:first-child {
  width: -moz-fit-content;
  width: fit-content;
}
.table-component .table-borderless > thead > tr {
  border: none !important;
}
.table-component .table-borderless > tbody > tr {
  border: none !important;
  box-shadow: 0 0 10px 0 #b2c8de52;
  border-radius: 10px;
}
.table-component .table-borderless > tbody > tr:hover {
  border: none !important;
  background: transparent;
}
.table-component .table-borderless > tbody > tr > td {
  border: none !important;
  background: #FFFFFF;
}
.table-component .table-borderless > tbody > tr > td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table-component .table-borderless > tbody > tr > td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table-component table {
  border-spacing: 0 10px;
  border-collapse: separate;
  padding-left: 10px;
  padding-right: 10px;
}
.table-component table .row-value {
  min-height: 68px;
}
.table-component table .row-value > div {
  display: inline-table;
  margin-top: 10px;
}
.table-component table .row-sub-value {
  opacity: 0.5;
  font-size: 10pt;
}
.table-component table .row-status {
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.table-component table .row-status.row-status-active,
.table-component table .row-status.row-status-3,
.table-component table .row-status.row-status-paid {
  background-color: #00BB8323;
  color: darkgreen;
}
.table-component table .row-status.row-status-1 {
  background-color: #21212188;
  color: #FFFFFF;
}
.table-component table .row-status.row-status-pending,
.table-component table .row-status.row-status-2,
.table-component table .row-status.row-status-149,
.table-component table .row-status.row-status-open {
  background-color: #EF920023;
  color: #EF9200;
}
.table-component table .row-status.row-status-inactive,
.table-component table .row-status.row-status-99,
.table-component table .row-status.row-status-canceled {
  background-color: #EB608023;
  color: #EB6080;
}
.table-component table .card-view {
  display: block !important;
}
.table-component table .card-view .card-view-title {
  line-break: anywhere;
}
.table-component table .card-view .card-view-value {
  padding-left: 10px;
}
.table-component .fixed-table-toolbar {
  height: 0;
  overflow: hidden;
}
.table-component .row-options {
  text-align: center;
}
.table-component .row-options img {
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.table-component .row-options a:hover {
  filter: invert(20%) sepia(99%) saturate(1626%) hue-rotate(193deg) brightness(86%) contrast(103%);
}
.table-component .action-column {
  display: inline-flex;
  width: 100%;
}
.table-component .action-column > * {
  margin: auto;
}
.table-component .action-column .form-item-component .th-innovative-placeholder {
  margin-bottom: 0;
}
.table-component .action-column .form-item-component .th-innovative-placeholder select {
  min-width: 150px;
}
.table-component .action-column button img:hover {
  filter: invert(14%) sepia(93%) saturate(2719%) hue-rotate(197deg) brightness(97%) contrast(102%);
}
.table-component .pagination .page-item.active .page-link {
  background-color: #24ae7c;
  border-color: #24ae7c;
  color: #FFFFFF;
}
.table-component .pagination .page-item .page-link {
  color: #24ae7c;
}
.table-component .pagination-detail .page-list {
  display: none !important;
}
@media (max-width: 575px) {
  .table-component .tabulator .tabulator-row {
    padding: 10px;
  }
  .table-component .tabulator .tabulator-row .tabulator-responsive-collapse-toggle {
    display: none !important;
  }
  .table-component .tabulator .tabulator-row .tabulator-responsive-collapse {
    display: block !important;
  }
  .table-component .tabulator .tabulator-row .tabulator-responsive-collapse > table {
    padding: 0;
    width: 100%;
  }
  .table-component .tabulator .tabulator-row .edit-pane {
    padding: 1px;
  }
  .table-component .tabulator .tabulator-row .edit-pane .footer-row {
    display: block;
    padding-bottom: 10px;
  }
}
.request-modal-component .modal-dialog .modal-header {
  background-color: #B2C6DB55;
  display: block;
}
.request-modal-component .modal-dialog .modal-header .title-row {
  display: flex;
}
.request-modal-component .modal-dialog .modal-header .title-row .modal-title {
  width: auto;
  font-weight: bold;
}
.request-modal-component .modal-dialog .modal-header .title-row .btn-close {
  margin-top: 5px;
  font-weight: bold;
  opacity: 1;
  margin-right: 1rem;
}
.request-modal-component .modal-dialog .modal-header .text-component {
  white-space: break-spaces;
}
.request-modal-component .modal-dialog .modal-body {
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
.request-modal-component .modal-dialog .modal-footer {
  background-color: #B2C6DB55;
}
.request-modal-component .modal-dialog .modal-footer > div {
  margin: 0;
}
.request-modal-component[large] .modal-dialog {
  max-width: 1000px;
}
body {
  background: white;
}
a {
  color: #24ae7c;
}
a:hover {
  color: #0a2f22;
}
.real-hide {
  display: none !important;
}
.baselayout-header {
  min-height: 65px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #24ae7c;
  color: #FFFFFF;
}
.baselayout-header nav.navbar {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  height: 100% !important;
}
.baselayout-header nav.navbar .navbar-toggler {
  filter: invert(1) !important;
  position: absolute;
  right: 0;
  top: -50px;
}
.baselayout-header nav.navbar #navbarSupportedContent {
  justify-content: right;
}
.baselayout-header a {
  color: #FFFFFF;
  text-decoration: none;
}
.baselayout-header a:hover {
  color: #b3b3b3;
}
.baselayout-header .sidebar-toggle-container {
  margin: auto;
  margin-left: 0;
  margin-right: 0;
}
.baselayout-header .sidebar-toggle-container img {
  padding: 20px;
  width: 70px;
  filter: invert(1);
  cursor: pointer;
  max-width: 70px;
}
.baselayout-header .image-container {
  margin: auto 0;
}
.baselayout-header .image-container .image-wrapper {
  margin: auto;
  padding: 10px;
}
.baselayout-header .header-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  color: #FFFFFF;
}
.baselayout-header .header-row > * {
  margin: auto;
  margin-left: 5px;
  margin-right: 5px;
}
.baselayout-header .header-row .tnk-button-component button,
.baselayout-header .header-row .tnk-button-component a {
  height: 50px;
}
.baselayout-header .header-row .single-select-component {
  height: 50px;
}
.baselayout-header .header-row .single-select-component select {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
}
.baselayout-header .header-row .single-select-component label {
  color: #FFFFFF;
}
.baselayout-header .user-dropdown {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 13px;
  padding-left: 50px;
  height: 50px;
}
.baselayout-header .user-dropdown .option-img-container {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  overflow: hidden;
  pointer-events: none;
}
.baselayout-header .user-dropdown .option-img-container img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
.baselayout-header .user-dropdown .dropdown-menu {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 #b2c8de52;
  top: 50px !important;
  border: none;
  width: 120%;
  left: -30px;
}
.baselayout-content {
  min-height: calc(100vh - 65px - 300px);
}
.baselayout-footer {
  min-height: 300px;
  background-color: #24ae7c;
  color: #FFFFFF;
  padding: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
.baselayout-footer a {
  color: #FFFFFF;
  text-decoration: none;
}
.baselayout-footer a:hover {
  color: #b3b3b3;
}
.baselayout-footer .footer-row > div:last-child .image-container {
  margin: auto;
  height: 150px;
}
.baselayout-footer .footer-row > div:last-child .image-container .image-wrapper {
  margin: auto;
  padding: 10px;
  width: 100%;
}
.baselayout-footer .footer-row > div:last-child .image-container .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 150px;
}
.baselayout-footer .footer-row > div:first-child .image-container {
  margin: auto;
  height: 100px;
}
.baselayout-footer .footer-row > div:first-child .image-container .image-wrapper {
  margin: auto;
  width: 100%;
  height: 100%;
}
.baselayout-footer .footer-row > div:first-child .image-container .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  max-width: 200px;
  height: 100%;
}
.panel-background {
  background-color: #fafafa;
  border-radius: 5px;
  padding: 20px;
  margin: 20px;
}
.root-area-container {
  display: flex;
  background-color: #FFFFFF;
}
.root-area-container .sidebar-area {
  padding: 0;
  transition: all 500ms;
  margin-left: 0;
  max-width: 80%;
  width: 500px;
  position: fixed;
}
.root-area-container .content-area {
  padding: 0;
  transition: all 500ms;
  width: calc(100% - 500px);
  background-color: #FFFFFF;
  margin-left: 500px;
  height: calc(100vh - 90px);
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  padding-bottom: 200px;
}
.root-area-container .content-area .toolbar-component {
  width: inherit;
  min-height: 115px;
  position: fixed;
  z-index: 1;
}
.root-area-container .content-area .thiiink-base.container-fluid {
  margin-top: 115px;
  padding-top: 0.75rem;
}
.root-area-container .content-area .error-message-container {
  padding: 0;
}
.root-area-container .content-area .error-message-container .form-item-component {
  position: fixed;
  z-index: 1;
  width: fill-available;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
}
.root-area-container .content-area .error-message-container .form-item-component input {
  display: none;
}
.root-area-container .content-area .error-message-container .form-item-component .validation-error-msg {
  font-size: 16pt;
  background: white;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 10px 0 #b2c8de52;
  border-radius: 10px;
}
.root-area-container .content-area .header .subtitle {
  width: 80%;
  margin: auto;
}
.root-area-container .step-navigation-component {
  transition: all 500ms;
}
.root-area-container.mobile .content-area {
  width: calc(100% - 500px);
}
.root-area-container.collapsed .sidebar-area {
  margin-left: -500px;
}
.root-area-container.collapsed .content-area {
  width: 100%;
  margin-left: 0px;
}
.root-area-container.collapsed .step-navigation-component {
  width: calc(100vw - 40px);
}
.root-area-container.collapsed.mobile .sidebar-area {
  position: absolute;
}
@media (max-width: 1399px) {
  .baselayout-header #navbarSupportedContent.show .header-row {
    padding-bottom: 20px;
  }
  .grid-component[data-identifier="smarthomeGrid"] .grid-col {
    width: 50%;
  }
  .root-area-container.collapsed .grid-component[data-identifier="smarthomeGrid"] .grid-col {
    width: 33%;
  }
  .root-area-container .sidebar-area .sidebar-component.menu-opened {
    height: calc(100vh - 140px);
  }
  .root-area-container .content-area.menu-opened {
    max-height: calc(100vh - 140px);
  }
}
@media (max-width: 1199px) {
  .grid-component .grid-col {
    width: 50%;
  }
  .grid-component .grid-col-6 {
    width: calc(100% / 3);
    margin-bottom: 15px;
  }
  .grid-component[data-identifier="smarthomeGrid"] .grid-col {
    width: 100%;
  }
  .root-area-container .sidebar-area {
    z-index: 10;
  }
  .root-area-container .content-area {
    width: 100%;
  }
  .root-area-container .content-area > div:not(.step-navigation-component) {
    padding: 10px;
  }
  .root-area-container.collapsed .grid-component .grid-col {
    width: 33%;
  }
  .root-area-container.collapsed .grid-component .grid-col-6 {
    width: calc(100% / 6);
  }
  .root-area-container.collapsed .grid-component[data-identifier="smarthomeGrid"] .grid-col {
    width: 50%;
  }
}
@media (max-width: 880px) {
  .root-area-container .sidebar-area {
    z-index: 10;
    width: 100vw;
    max-width: 100%;
  }
  .root-area-container .sidebar-area .sidebar-component {
    height: calc(100vh - 65px);
    padding: 0;
    padding-bottom: 20px;
  }
  .root-area-container .sidebar-area .sidebar-component .bottom-action-container {
    padding-left: 0;
  }
  .root-area-container .sidebar-area .sidebar-component.menu-opened {
    height: calc(100vh - 176px);
  }
  .root-area-container .content-area {
    width: 100%;
    height: 0;
    margin-left: 0;
  }
  .root-area-container .content-area > div:not(.step-navigation-component) {
    padding: 10px;
  }
  .root-area-container .step-navigation-component {
    width: calc(100vw - 40px);
  }
  .root-area-container.collapsed .sidebar-area {
    margin-left: -100vw;
  }
  .root-area-container.collapsed .content-area {
    height: calc(100vh - 90px);
  }
}
@media (max-width: 991px) {
  .baselayout-header .header-row {
    padding-bottom: 20px;
    justify-content: center;
  }
  .baselayout-header .header-row .text-component {
    width: 40%;
    text-align: center;
    margin: 10px;
  }
  .baselayout-header nav.navbar .navbar-toggler {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .baselayout-header .image-container {
    text-align: center;
  }
  .grid-component .grid-col {
    width: 50% !important;
  }
  .grid-component .grid-col-6 {
    width: calc(100% / 3) !important;
    margin-bottom: 10px;
  }
  .grid-component[data-identifier="smarthomeGrid"] .grid-col {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .grid-component .grid-col {
    width: 100%;
  }
  .grid-component .grid-col-6 {
    width: 33%;
  }
  .header-row > .tnk-button-component,
  .header-row > .single-select-component,
  .header-row > .user-dropdown {
    margin-top: 10px;
  }
}
@media (max-width: 466px) {
  .grid-component .grid-col {
    width: 100% !important;
  }
  .grid-component .grid-col-6 {
    width: calc(100% / 3) !important;
  }
  .request-view-container .grid-component .grid-col {
    width: 50% !important;
  }
  .root-area-container .sidebar-area .sidebar-component {
    height: calc(100vh - 65px);
  }
  .root-area-container .sidebar-area .sidebar-component.menu-opened {
    height: calc(100vh - 245px);
  }
}
.request-view-container .grid-component .grid-col:first-child {
  margin-left: auto;
}
.request-view-container .grid-component .grid-col:last-child {
  margin-right: auto;
}
.request-view-container .grid-component .img-container img {
  min-height: 100px !important;
  margin-top: 25px;
}
.request-view-container .grid-component a:hover img {
  filter: none;
}
/**
SKELETON
 */
.skeleton {
  background-color: #ddd8;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.skeleton .row > div:last-child {
  width: calc(100% - 175px);
}
.skeleton .row > div:first-child {
  width: 175px;
}
.skeleton-text {
  height: 20px;
  width: 100%;
  background-color: #e0e0e0;
  margin-bottom: 10px;
}
.skeleton-image {
  width: 100%;
  height: 150px;
  background-color: #e0e0e0;
  border-radius: 100px;
}
.skeleton-image-square {
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
}
.skeleton-animate {
  position: relative;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: loading 1s infinite;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

