@charset "UTF-8";
/*
##############################
# IMPORTS
##############################
*/
/*
##############################
# FLEXBOX
##############################
*/
/*
##############################
# UTILITY
##############################
*/
/*
##############################
# ANIMATION
##############################
*/
/*
##############################
# NORMALIZE
##############################
*/
/*
##############################
# FLEXBOX
##############################
*/
/*
##############################
# UTILITY
##############################
*/
/*
##############################
# ANIMATION
##############################
*/
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border-spacing: 0px;
}

table {
  border-collapse: collapse;
}

input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  select {
    -webkit-appearance: none;
    appearance: none;
  }
}
/*
##############################
# COLORS
##############################
*/
/*
##############################
# TYPOGRAPHY
##############################
*/
body, textarea, input, button, select, option {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

h1, .h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.2px;
  color: #161a1e;
}

h2, .h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #161a1e;
}

h3, .h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #161a1e;
  margin-bottom: 2px;
}

h5, .h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  color: #161a1e;
}

p, .p, li {
  font-weight: 400;
  font-size: 14px;
  color: #3b4856;
  line-height: 1.7;
}

p.s {
  font-size: 12px;
}

strong {
  color: #161a1e;
  font-weight: 600;
}

a, .a {
  color: #6aa84c;
  text-decoration: none;
}
a:hover, .a:hover {
  color: #398d43;
  text-decoration: underline;
}

.ai-warn, .ai-warn strong {
  color: #e36b25;
}

/*
##############################
# PATTERNS
##############################
*/
h1 + p {
  margin-top: 20px;
}

/*
##############################
# VARIABLES
##############################
*/
/*
##############################
# BODY
##############################
*/
body {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  background-color: #ffffff;
  height: 100%;
  margin: 0px;
  overflow: hidden;
}

#div-body {
  flex: 1;
  overflow-x: hidden;
  background: #bbc7cf;
  background-image: radial-gradient(circle at 20% 0, #eef2f5, #bbc7cf 150%);
}

/*
##############################
# UTILITY
##############################
*/
.ai-nw {
  white-space: nowrap;
}

.ai-dn {
  display: none !important;
}

.ai-db {
  display: block;
}

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

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

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

.ai-mtn {
  margin-top: 0px !important;
}

.ai-mts {
  margin-top: 10px;
}

.ai-mtm {
  margin-top: 20px;
}

.ai-mtl {
  margin-top: 40px;
}

.ai-mtxl {
  margin-top: 55px;
}

.ai-mrn {
  margin-right: 0px !important;
}

.ai-mrs {
  margin-right: 10px;
}

.ai-mrm {
  margin-right: 20px;
}

.ai-mrl {
  margin-right: 40px;
}

.ai-mrxl {
  margin-right: 60px;
}

.ai-mbn {
  margin-bottom: 0px !important;
}

.ai-mbs {
  margin-bottom: 10px;
}

.ai-mbm {
  margin-bottom: 20px;
}

.ai-mbl {
  margin-bottom: 40px;
}

.ai-mbxl {
  margin-bottom: 55px;
}

.ai-mln {
  margin-left: 0px !important;
}

.ai-mls {
  margin-left: 10px;
}

.ai-mlm {
  margin-left: 20px;
}

.ai-mll {
  margin-left: 40px;
}

.ai-mlxl {
  margin-left: 60px;
}

.ai-100 {
  width: 100%;
}

.ai-660 {
  max-width: 660px;
}

.ai-nopad {
  padding: 0px !important;
}

.ai-pad {
  padding: 60px 60px;
  position: relative;
}

.ai-collapse {
  transition: 0.5s;
  max-height: 0px;
  overflow: hidden;
}
.ai-collapse--open {
  max-height: 1000px;
}

/*
##############################
# LAYOUTS
##############################
*/
.ai-50-50 {
  display: flex;
  gap: 20px;
}
.ai-50-50 > div {
  width: 50%;
}

.ai-layout {
  display: flex;
}
.ai-layout--summary {
  border-top: 1px solid #dee5eb;
  padding-top: 20px;
}
.ai-layout--summary > div:first-child {
  width: 280px;
  padding-right: 60px;
}
.ai-layout--summary > div:last-child {
  flex: 1;
}

/*
##############################
# PATTERNS
##############################
*/
.ai-title {
  margin-bottom: 60px;
  max-width: 600px;
}

.ai-utility {
  display: flex;
  position: absolute;
  top: 60px;
  right: 60px;
  list-style: none;
}
.ai-utility a {
  box-shadow: 0px 0px 10px white;
  background-color: #bbc7cf;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  text-align: center;
  margin: 0px 0px 10px 10px;
  color: #ffffff;
  line-height: 58px;
  text-decoration: none;
  font-size: 20px;
}
.ai-utility a:hover {
  background-image: radial-gradient(circle at 50% 0, #aad058, #398d43 200%);
}
.ai-utility a.fa-circle-plus {
  background-color: #3567b0;
}
.ai-utility a.fa-envelope {
  background-color: #aad058;
}

.ai-toolbar {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /*
  position: sticky;
  z-index: 10;
  top: 10px;
  */
  gap: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.ai-toolbar > div:first-child {
  display: flex;
  flex: 1;
}
.ai-toolbar--2 > div:first-child, .ai-toolbar--2 > div:nth-child(2) {
  flex: 1;
  width: 50%;
}
.ai-toolbar form {
  width: 100%;
}
.ai-toolbar .ai-form__input, .ai-toolbar .ai-form__select, .ai-toolbar select, .ai-toolbar .ai-form__predict {
  background-color: !important;
  margin-bottom: 0px;
}
.ai-toolbar .ai-button.fa-solid {
  font-size: 16px;
  padding: 0px;
  width: 60px;
}
.ai-toolbar .ai-form__field button:first-child {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.ai-toolbar .ai-form__segment {
  width: 100%;
  gap: 1px;
}
.ai-toolbar .ai-form__segment > button {
  flex: 1;
  width: 100%;
}
.ai-toolbar .ai-form__segment > button:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.ai-toolbar .ai-form__segment > button:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ai-noresults {
  padding: 120px 60px;
  text-align: center;
}
.ai-noresults > * {
  max-width: 420px;
  margin: auto;
}
.ai-noresults p {
  margin: 10px auto 40px auto;
}

/*
##############################
# SECTION
##############################
*/
.ai-section {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 10px;
  border-radius: 16px;
}

/*
##############################
# BUTTONS
##############################
*/
.ai-button {
  cursor: pointer;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #3567b0;
  padding: 0px 30px 0px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 8px;
  position: relative;
}
.ai-button--neutral {
  color: #ffffff;
  background-color: #bbc7cf;
}
.ai-button--warn {
  background-color: #f7991c;
}
.ai-button--success {
  background-color: #398d43;
}
.ai-button--load:before {
  -webkit-animation-name: load;
  -moz-animation-name: load;
  animation: load;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
}
.ai-button:hover {
  color: #ffffff;
  background-image: radial-gradient(circle at 50% 0, #aad058, #398d43 180%);
}
.ai-button:disabled, .ai-button[disabled], .ai-button:disabled:hover, .ai-button[disabled]:hover {
  background: #dee5eb;
  color: #bbc7cf;
  cursor: auto;
}
.ai-button.fa-regular {
  font-weight: 400;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
##############################
# MODAL
##############################
*/
.ai-shade {
  transition: 0.5s;
  background-color: #161a1e;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 400;
  display: none;
}
.ai-shade--open {
  opacity: 0.8;
}

.ai-modal {
  transition: 0.4s;
  position: fixed;
  width: calc(100% - 120px);
  max-width: 1000px;
  max-height: calc(100% - 120px);
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 500;
  display: none;
  opacity: 0;
  margin: auto;
}
.ai-modal--dialog {
  max-width: 600px;
}
.ai-modal__window {
  transition: 0.6s;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
  border-radius: 16px;
  position: relative;
  background-color: #ffffff;
  overflow-y: auto;
  height: auto;
  max-height: 100%;
  top: 50%;
  scale: 0;
  opacity: 0;
  transform: translateY(-50%);
}
.ai-modal__wrapper {
  padding: 60px;
}
.ai-modal__close {
  position: sticky;
  width: 100%;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
.ai-modal__close button {
  float: right;
  height: 60px;
  width: 60px;
  font-size: 15px;
  color: #bbc7cf;
  background-color: transparent;
  cursor: pointer;
}
.ai-modal__close button:hover {
  color: #e36b25;
}
.ai-modal--open {
  opacity: 1;
}
.ai-modal--open .ai-modal__window {
  -webkit-animation-name: modal;
  -moz-animation-name: modal;
  animation: modal;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.ai-modal__bar {
  display: flex;
  background-color: #ffffff;
  border: 20px solid #ffffff;
  width: 100%;
  position: sticky;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  gap: 20px;
}
.ai-modal__bar > div {
  flex: 1 1 0;
}
.ai-modal__bar > div button {
  width: 100%;
}
@keyframes modal {
  0% {
    opacity: 0;
    scale: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    scale: 1.1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
/*
##############################
# TABLE
##############################
*/
.ai-table {
  width: 100%;
  position: relative;
  border-collapse: separate;
}
.ai-table thead {
  position: sticky;
  top: 10px;
  z-index: 1;
}
.ai-table thead:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  background: #ffffff;
  top: -10px;
}
.ai-table th {
  background-color: #3b4856;
  color: #ffffff;
  text-align: left;
  vertical-align: bottom;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px 10px 20px;
  line-height: 20px;
  /*
  position: sticky;
  border-top: 10px solid map-get($color,nw);
  top: 0px;
  z-index: 1;
  */
}
.ai-table th:first-child {
  border-top-left-radius: 8px;
}
.ai-table th:last-child {
  border-top-right-radius: 8px;
}
.ai-table th.ai-tar {
  text-align: right;
}
.ai-table__category {
  position: sticky;
  top: 50px;
  z-index: 10;
}
.ai-table__category td {
  background: #eef2f5;
  font-weight: 900;
  color: #3b4856 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px !important;
  line-height: 20px !important;
}
.ai-table__sort {
  cursor: pointer;
}
.ai-table__sort > span {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.ai-table__sort > span:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 600;
  right: -20px;
  top: -2px;
}
.ai-table__sort:hover > span:after {
  content: "";
}
.ai-table__sort--ascending span:after {
  content: "";
}
.ai-table__sort--ascending:hover span:after {
  content: "";
}
.ai-table__sort--descending span:after {
  content: "";
}
.ai-table td {
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 20px;
  color: #3b4856;
  border-bottom: 1px solid #dee5eb;
}
.ai-table td.ai-tar {
  text-align: right;
}
.ai-table tr:last-child td {
  border-bottom: 0px;
}
.ai-table__wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: auto;
  max-height: 440px;
}
.ai-table__actions {
  display: flex;
  -moz-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
  -ms-flex-pack: right;
}
.ai-table__actions button.fa-solid, .ai-table__actions button.fa-regular {
  width: 42px;
  height: 42px;
  padding: 0px;
  font-size: 16px;
  background-color: transparent;
  color: #3b4856;
  border-radius: 0px;
}
.ai-table__actions button.fa-solid:hover, .ai-table__actions button.fa-regular:hover {
  background: transparent;
  color: #aad058;
}
.ai-table--select td {
  padding: 20px 20px 20px 70px;
  position: relative;
  cursor: pointer;
}
.ai-table--select td p {
  max-width: 720px;
}
.ai-table--select td:before {
  font-family: "Font Awesome 6 Free";
  content: "";
  position: absolute;
  font-size: 18px;
  left: 22px;
  top: 20px;
}
.ai-table--select td:hover, .ai-table--select td:hover * {
  color: #aad058;
}
.ai-table--select td.selected {
  background-image: radial-gradient(circle at 20% 0, #aad058, #398d43 100%);
  border-color: #ffffff;
  color: #ffffff;
}
.ai-table--select td.selected * {
  color: #ffffff;
}
.ai-table--select td.selected:before {
  content: "";
}
.ai-table-summary {
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
}
.ai-table-summary a {
  flex: 1;
  border-radius: 8px;
  padding: 10px;
  background-color: #bbc7cf;
  background-image: radial-gradient(circle at 30% 0, #bbc7cf, #3b4856 300%);
  color: #ffffff;
  min-height: 100px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 20px;
  cursor: pointer;
}
.ai-table-summary a span {
  display: block;
  font-weight: 700;
  font-size: 34px;
  margin-top: 10px;
}
.ai-table-summary a:hover {
  text-decoration: none;
  background-image: radial-gradient(circle at 30% 0, #aad058, #398d43 200%);
}
.ai-table-summary a.selected, .ai-table-summary a:hover.selected {
  background-color: #95a6b0;
  background-image: radial-gradient(circle at 30% 0, #677b89, #3b4856 300%);
  position: relative;
}
.ai-table-summary a.selected:after, .ai-table-summary a:hover.selected:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  content: "";
}

.ai-thead--round th:first-child {
  border-bottom-left-radius: 8px;
}
.ai-thead--round th:last-child {
  border-bottom-right-radius: 8px;
}

/*
##############################
# TABS
##############################
*/
.ai-tabs > ul {
  display: flex;
  margin-bottom: 60px;
  margin-top: -10px;
  border-bottom: 1px solid #bbc7cf;
  list-style-type: none;
  position: relative;
  width: 100%;
}
.ai-tabs > ul > li {
  padding: 15px 20px 10px 20px;
  cursor: pointer;
  font-size: 14px;
  color: #161a1e;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 5px solid transparent;
}
.ai-tabs > ul > li span {
  font-weight: 400;
}
.ai-tabs > ul > li:hover {
  color: #398d43;
  border-color: #aad058;
}
.ai-tabs > div {
  display: none;
  padding-bottom: 100px;
}
.ai-tabs--1 > ul > li:nth-child(1) {
  border-color: #aad058;
}
.ai-tabs--1 > div:nth-child(2) {
  display: block;
}
.ai-tabs--2 > ul > li:nth-child(2) {
  border-color: #aad058;
}
.ai-tabs--2 > div:nth-child(3) {
  display: block;
}
.ai-tabs--3 > ul > li:nth-child(3) {
  border-color: #aad058;
}
.ai-tabs--3 > div:nth-child(4) {
  display: block;
}
.ai-tabs--4 > ul > li:nth-child(4) {
  border-color: #aad058;
}
.ai-tabs--4 > div:nth-child(5) {
  display: block;
}
.ai-tabs--5 > ul > li:nth-child(5) {
  border-color: #aad058;
}
.ai-tabs--5 > div:nth-child(6) {
  display: block;
}
.ai-tabs--6 > ul > li:nth-child(6) {
  border-color: #aad058;
}
.ai-tabs--6 > div:nth-child(7) {
  display: block;
}

/*
##############################
# BREADCRUMB
##############################
*/
.ai-breadcrumb {
  display: flex;
  list-style-type: none;
  margin-bottom: 20px;
}
.ai-breadcrumb li {
  position: relative;
}
.ai-breadcrumb li:not(:last-child):after {
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 600;
  right: -20px;
  margin: 0px 10px;
  content: "";
}
.ai-breadcrumb li:last-child {
  font-weight: 600;
}

/*
##############################
# ACTION BAR
##############################
*/
.ai-actionbar {
  display: flex;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  background-color: #dee5eb;
  position: fixed;
  bottom: 0px;
  width: calc(100% - 280px);
  padding: 20px 60px;
  z-index: 100;
  gap: 20px;
}
.ai-actionbar button {
  min-width: 150px;
}
.ai-actionbar button span {
  display: inline-block;
  margin-right: 10px;
}

/*
##############################
# FORMS
##############################
*/
.ai-form {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
.ai-form__field {
  position: relative;
  width: 100%;
}
.ai-form__field--email input, .ai-form__field--email label, .ai-form__field--phone input, .ai-form__field--phone label, .ai-form__field--mobile input, .ai-form__field--mobile label, .ai-form__field--fax input, .ai-form__field--fax label, .ai-form__field--location input, .ai-form__field--location label, .ai-form__field--coordinates input, .ai-form__field--coordinates label, .ai-form__field--date input, .ai-form__field--date label, .ai-form__field--currency input, .ai-form__field--currency label {
  padding-left: 55px;
}
.ai-form__field--email:before, .ai-form__field--phone:before, .ai-form__field--mobile:before, .ai-form__field--fax:before, .ai-form__field--location:before, .ai-form__field--coordinates:before, .ai-form__field--date:before, .ai-form__field--currency:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 600;
  left: 15px;
  top: 20px;
  color: #3b4856;
}
.ai-form__field--email:before {
  content: "";
  font-weight: 400;
}
.ai-form__field--phone:before {
  content: "";
}
.ai-form__field--mobile:before {
  content: "";
}
.ai-form__field--fax:before {
  content: "";
}
.ai-form__field--location:before {
  content: "";
}
.ai-form__field--coordinates:before {
  content: "";
}
.ai-form__field--date:before {
  content: "";
  font-weight: 400;
}
.ai-form__field--currency:before {
  content: "$";
}
.ai-form__field--search input, .ai-form__field--datepicker input {
  padding-left: 70px;
}
.ai-form__field--search label, .ai-form__field--datepicker label {
  left: 55px;
}
.ai-form__field--password input[type=text], .ai-form__field--password input[type=password], .ai-form__field--search input[type=text], .ai-form__field--search input[type=password], .ai-form__field--query input[type=text], .ai-form__field--query input[type=password], .ai-form__field--datepicker input[type=text], .ai-form__field--datepicker input[type=password] {
  padding-right: 70px;
}
.ai-form__field--password label, .ai-form__field--search label, .ai-form__field--query label, .ai-form__field--datepicker label {
  max-width: calc(100% - 30px);
}
.ai-form__field--password button, .ai-form__field--search button, .ai-form__field--query button, .ai-form__field--datepicker button {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  background: transparent;
  color: #3b4856;
  cursor: pointer;
  font-size: 16px;
  top: 0px;
  right: 0px;
  padding: 22px;
  width: 60px;
  height: 60px;
  text-align: center;
  z-index: 1;
}
@media (hover: hover) {
  .ai-form__field--password button:hover, .ai-form__field--search button:hover, .ai-form__field--query button:hover, .ai-form__field--datepicker button:hover {
    background-color: #3b4856;
    background-image: radial-gradient(circle at 50% 0, #aad058, #398d43 150%);
    color: #ffffff;
  }
}
.ai-form__field--password button.fa-magnifying-glass, .ai-form__field--search button.fa-magnifying-glass, .ai-form__field--query button.fa-magnifying-glass, .ai-form__field--datepicker button.fa-magnifying-glass {
  left: 0px;
}
.ai-form__field--password button.fa-angle-left, .ai-form__field--search button.fa-angle-left, .ai-form__field--query button.fa-angle-left, .ai-form__field--datepicker button.fa-angle-left {
  left: 0px;
}
.ai-form__field--date .ai-form__predict--open, .ai-form__field--datepicker .ai-form__predict--open {
  max-height: 500px;
}
.ai-form__field--time .ai-form__select {
  padding-right: 0px;
}
.ai-form__field--time .ai-form__segment {
  order: 3;
  margin-left: 20px;
}
.ai-form__field--time .ai-form__segment button {
  background-color: transparent;
  font-weight: 600;
  font-size: 12px;
}
.ai-form__field--time .ai-form__segment button:hover {
  color: #ffffff;
  background-color: #677b89;
  background-image: none;
}
.ai-form__field--time .ai-form__segment button.selected, .ai-form__field--time .ai-form__segment button.selected:hover {
  color: #ffffff;
  background-color: #bbc7cf;
}
.ai-form__field--time .ai-form__segment button:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ai-form__field--textarea label {
  z-index: 10;
}
.ai-form__field--textarea:before {
  background: linear-gradient(180deg, #dee5eb 0%, #eef2f5 50%, transparent 100%);
  border-radius: 12px;
  z-index: 5;
  position: absolute;
  width: calc(100% - 12px);
  height: 35px;
  display: block;
  content: "";
}
.ai-form__field:has(input[type=file]):after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  content: "";
  position: absolute;
  top: 22px;
  right: 15px;
  color: #3b4856;
}
.ai-form__field--processing > input, .ai-form__field--processing > textarea {
  -webkit-animation-name: processing;
  -moz-animation-name: processing;
  animation: processing;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.ai-form__input, .ai-form__textarea, .ai-form__select {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: inset 0px 5px 10px rgba(59, 72, 86, 0.1);
  border-bottom: 1px solid rgba(59, 72, 86, 0.05);
  border-radius: 8px;
  width: 100%;
  font-size: 14px;
  height: 60px;
  color: #3b4856;
  background-color: #eef2f5;
  margin-bottom: 20px;
  outline: 0;
  line-height: 1.5;
}
.ai-form__input option, .ai-form__textarea option, .ai-form__select option {
  font-size: 14px;
}
.ai-form__input:focus, .ai-form__textarea:focus, .ai-form__select:focus {
  background-image: radial-gradient(circle at 20%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 100%);
}
.ai-form__input, .ai-form__textarea {
  padding: 28px 10px 10px 15px;
  resize: none;
}
.ai-form__textarea {
  position: relative;
  height: 200px;
}
.ai-form__input[type=file] {
  cursor: pointer;
}
.ai-form__input[type=file]::file-selector-button {
  display: none;
}
.ai-form__checkbox {
  -webkit-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}
.ai-form__checkbox label {
  cursor: pointer;
  display: block;
  padding-top: 5px;
  line-height: 20px;
}
.ai-form__checkbox label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 8px;
  display: block;
  text-align: center;
}
.ai-form__checkbox input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  height: 0px;
  width: 0px;
}
.ai-form__checkbox input:checked ~ label {
  font-size: 12px;
  font-weight: 600;
}
.ai-form__checkbox input:checked ~ label:before {
  content: "";
}
.ai-form__select {
  display: flex;
  padding-right: 15px;
}
.ai-form__select select {
  flex: 1;
  margin: 0px;
  position: relative;
  width: 100%;
  height: 59px;
  padding: 3px 15px 0px 15px;
  order: 2;
  font-size: 14px;
  color: #3b4856;
  background-color: transparent;
}
.ai-form__select label {
  font-size: 12px;
  font-weight: 600;
  color: #161a1e;
  background-color: transparent;
  position: relative;
  border-right: 1px solid #dee5eb;
  padding: 2px 15px 0px 15px;
  line-height: 58px;
  min-width: 100px;
}
.ai-form__select--multiple {
  height: 125px;
  padding-right: 15px;
}
.ai-form__select--multiple select, .ai-form__select--multiple select:focus {
  padding: 15px 0px 0px 15px;
  height: 124px;
}
.ai-form__select--multiple select option, .ai-form__select--multiple select:focus option {
  padding: 4px 0px 2px 15px;
}
.ai-form__label {
  transition: 0.25s;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  top: 21px;
  left: 0px;
  padding: 0px 15px;
  color: #3b4856;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.ai-form__predict {
  transition: 0.25s;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  max-width: 480px;
  top: 70px;
  z-index: 505;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 0px;
  border-radius: 8px;
}
.ai-form__predict a {
  display: block;
  width: 100%;
  padding: 0px 15px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #3b4856;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.ai-form__predict a .fa-solid {
  margin-right: 10px;
}
.ai-form__predict a:hover {
  background-color: #aad058;
  background-image: radial-gradient(circle at 20% 0, #aad058, #398d43 180%);
}
.ai-form__predict a:hover * {
  color: #ffffff;
}
.ai-form__predict a strong, .ai-form__predict a span {
  display: block;
  line-height: 1.6;
}
.ai-form__predict a strong {
  padding-top: 12px;
}
.ai-form__predict a span {
  padding-bottom: 12px;
  font-size: 12px;
}
.ai-form__predict--open {
  max-height: 220px;
  border-width: 0px 0px 1px 0px;
}
.ai-form__segment {
  display: flex;
}
.ai-form__segment > button, .ai-form__segment > a {
  margin: 0px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 0px;
  text-align: center;
  background-color: #eef2f5;
  font-weight: 600;
  cursor: pointer;
}
.ai-form__segment > button:hover, .ai-form__segment > a:hover {
  color: #ffffff;
  background-color: #aad058;
  background-image: radial-gradient(circle at 50% 0, #aad058, #398d43 220%);
}
.ai-form__segment > button.selected, .ai-form__segment > button.selected:hover, .ai-form__segment > a.selected, .ai-form__segment > a.selected:hover {
  color: #ffffff;
  background-color: #aad058;
  background-image: none;
}

.ai-form__field input:focus ~ label,
.ai-form__field input:not(:placeholder-shown) ~ label,
.ai-form__field textarea:focus ~ label,
.ai-form__field textarea:not(:placeholder-shown) ~ label {
  top: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #161a1e;
}
@keyframes processing {
  0% {
    background-color: #eef2f5;
  }
  33.333% {
    background-color: #ffffff;
  }
  66.666% {
    background-color: #dee5eb;
  }
  100% {
    background-color: #eef2f5;
  }
}
/*
##############################
# DATE PICKER
##############################
*/
.ai-datepicker {
  width: 100%;
}
.ai-datepicker__head {
  display: flex;
  width: 100%;
}
.ai-datepicker__head p {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 58px;
  color: #161a1e;
}
.ai-datepicker__head button {
  display: block;
  width: 60px;
  height: 60px;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.ai-datepicker__head button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  color: #161a1e;
  line-height: 58px;
}
.ai-datepicker__head button:first-child {
  border-radius: 0px;
  border-top-left-radius: 8px;
}
.ai-datepicker__head button:first-child:before {
  content: "";
}
.ai-datepicker__head button:last-child:before {
  content: "";
}
.ai-datepicker__head button:hover {
  background-image: radial-gradient(circle at 50% 0, #aad058, #398d43 180%);
  background-color: #f7991c;
}
.ai-datepicker__head button:hover:before {
  color: #ffffff;
}
.ai-datepicker__week {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  background: linear-gradient(#ffffff 50%, #eef2f5);
  padding: 10px 0px 10px 0px;
}
.ai-datepicker__week p {
  width: 14.285%;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #161a1e;
  line-height: 38px;
}
.ai-datepicker__days {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.ai-datepicker__days div {
  cursor: pointer;
  width: 14.285%;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 58px;
  color: #3b4856;
  border-radius: 8px;
}
.ai-datepicker__days div:hover {
  background-color: #f7991c;
  background-image: radial-gradient(circle at 50% 0, #aad058, #398d43 180%);
  color: #ffffff;
}
.ai-datepicker__day--disabled {
  color: #bbc7cf !important;
  cursor: default !important;
}
.ai-datepicker__day--disabled:hover {
  background: transparent !important;
}
.ai-datepicker__day--selected {
  color: #ffffff !important;
  background: #3b4856;
}
.ai-datepicker__day--selected:hover {
  background: #3b4856 !important;
}

/*
##############################
# POLICY
##############################
*/
.ai-policy {
  list-style: none;
  margin-bottom: 20px;
}
.ai-policy li {
  position: relative;
  padding-left: 20px;
  color: #e36b25;
}
.ai-policy li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 600;
  margin-left: -19px;
  color: #e36b25;
  content: "";
}
.ai-policy li.ai-pass {
  color: #3b4856;
}
.ai-policy li.ai-pass:before {
  color: #3b4856;
  content: "";
}

/*
##############################
# AUTHENTICATION
##############################
*/
.ai-authentication {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transition: 0.5s;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 60px;
  background: #bbc7cf;
  background-image: radial-gradient(circle at 50%, white, rgba(255, 255, 255, 0) 100%);
  overflow: auto;
  z-index: 1000;
  opacity: 1;
}
.ai-authentication__frame {
  transition: 0.25s;
  display: flex;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  opacity: 1;
}
.ai-authentication__logo {
  display: block;
  max-height: 100px;
}
.ai-authentication__form {
  padding: 60px 60px 100px 60px;
}
.ai-authentication__form .ai-form {
  padding: 40px 0px 40px 0px;
}
.ai-authentication--closed {
  opacity: 0;
}
.ai-authentication--closed .w-authentication__frame {
  width: 0px;
  opacity: 0;
}

.ai-vcode {
  display: flex;
}
.ai-vcode > .ai-form__field {
  margin-right: 10px;
}
.ai-vcode > .ai-form__field:last-child {
  margin-right: 0px;
}
.ai-vcode > .ai-form__field input {
  padding: 10px;
  font-size: 24px;
  text-align: center;
}

.ai-policy {
  list-style: none;
  margin-bottom: 20px;
}
.ai-policy li {
  position: relative;
  padding-left: 20px;
}
.ai-policy li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 600;
  margin-left: -19px;
  content: "";
}
.ai-policy li.ai-pass:before {
  content: "";
}

/*
##############################
# NAVIGATION
##############################
*/
#div-head {
  box-shadow: inset 0px 0px 90px #161a1e;
  background-color: #161a1e;
  background-image: radial-gradient(circle at 20% 0, #161a1e, #3b4856 100%);
  width: 280px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ai-navigation__logo {
  width: 100%;
  cursor: pointer;
}
.ai-navigation__logo img {
  transition: 0.25s;
  display: block;
  padding: 42px 20px 42px 20px;
  max-height: 120px;
}
.ai-navigation__logo:hover img {
  filter: drop-shadow(0px 0px 30px #bbc7cf);
}
.ai-navigation__section {
  width: 100%;
  display: block;
  list-style-type: none;
  padding-top: 0px;
  background: linear-gradient(rgba(59, 72, 86, 0.3), rgba(59, 72, 86, 0) 60px);
}
.ai-navigation__section a {
  display: block;
  width: 100%;
  line-height: 60px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  color: #ffffff;
  padding: 0px 40px 0px 56px;
}
.ai-navigation__section a span {
  display: block;
  background: #aad058;
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 19px;
  height: 21px;
  line-height: 20px !important;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  width: 40px;
}
.ai-navigation__section a:before, .ai-navigation__section a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 0px;
  text-align: center;
  width: 20px;
  color: #ffffff;
}
.ai-navigation__section a:after {
  transition: 0.5s;
  left: auto;
  right: 20px;
}
.ai-navigation__section a:hover {
  background-image: radial-gradient(circle at 20% 0, #aad058, #398d43 100%);
}
.ai-navigation__group {
  transition: 0.5s;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-color: #161a1e;
  overflow: hidden;
  max-height: 0px;
}
.ai-navigation__group a {
  font-weight: 400;
}
.ai-navigation__group--open {
  max-height: 500px;
}
.ai-navigation__selected a, .ai-navigation__selected a:hover {
  background-color: #3b4856;
  background-image: none;
}

.ai-icon-customers:before {
  content: "";
}

.ai-icon-schedule:before {
  content: "";
}

.ai-icon-workorders:before {
  content: "";
}

.ai-icon-knowledge:before {
  content: "";
}

.ai-icon-reports:before {
  content: "";
}

.ai-icon-insights:before {
  content: "";
}

.ai-icon-settings:before {
  content: "";
}

.ai-icon-branches:before {
  content: "";
}

.ai-icon-divisions:before {
  content: "";
}

.ai-icon-options:before {
  content: "";
}

.ai-icon-services:before {
  content: "";
}

.ai-icon-users:before {
  content: "";
}

.ai-icon-user:before {
  content: "";
}

.ai-icon-signout:before {
  content: "";
}

.ai-icon-accordion:after {
  content: "";
}

.ai-icon-accordion--open:after {
  transform: rotate(180deg);
}

/*
##############################
# PROFILE
##############################
*/
.ai-table--profile td:first-child {
  min-width: 280px;
}
.ai-table--profile td:nth-child(2) {
  width: 100%;
}
.ai-table--profile td p {
  margin-bottom: 12px;
}

/*
##############################
# HELP
##############################
*/
.ai-help {
  transition: 0.3s;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  box-shadow: 0px 0px 30px rgba(59, 72, 86, 0.5);
  position: absolute;
  bottom: -620px;
  right: 10px;
  z-index: 100;
  background-color: #ffffff;
  width: 540px;
  max-width: calc(100% - 20px);
  padding: 10px;
  gap: 10px;
  border-radius: 16px;
}
.ai-help__head {
  display: flex;
}
.ai-help__head h5 {
  flex: 1;
  line-height: 40px;
  padding-left: 10px;
}
.ai-help__head button {
  height: 40px;
  width: 40px;
  font-size: 12px;
  background: transparent;
  cursor: pointer;
}
.ai-help__head button:hover {
  color: #e36b25;
}
.ai-help__chat {
  height: 465px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ai-help__messages {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.ai-help__messages > div:first-child {
  margin-top: auto;
}
.ai-help__message {
  padding: 10px;
  width: 100%;
  position: relative;
}
.ai-help__message--user {
  margin: 10px 0px 0px auto;
  width: 70%;
}
.ai-help__message--user p {
  background-image: radial-gradient(circle at 20% 0, #eef2f5, #dee5eb 80%);
  background-color: #dee5eb;
  position: relative;
  float: right;
  padding: 10px 20px;
  border-radius: 8px;
  text-align: right;
}
.ai-help__message--system {
  margin: 10px 0px 0px 0px;
  position: relative;
  float: left;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #3b4856;
  line-height: 1.7;
}
.ai-help__message--system ul {
  list-style-type: disc;
}
.ai-help__message--system ul, .ai-help__message--system ol {
  margin: 10px 0px;
}
.ai-help__message--system ul li, .ai-help__message--system ol li {
  margin-left: 15px;
}
.ai-help__message--system .ai-button {
  display: block;
  margin: 20px 0px;
}
.ai-help__timestamp {
  font-size: 10px;
  white-space: nowrap;
  display: block;
  color: #677b89;
  margin-top: 3px;
}
.ai-help__wait {
  display: flex;
  padding: 20px 30px;
}
.ai-help__wait > span {
  animation: wait 1.5s ease-in-out infinite;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  scale: 1;
  opacity: 0.3;
  margin: 2px;
  background-color: #3b4856;
}
.ai-help__wait > span:nth-child(1) {
  animation-delay: 0s;
}
.ai-help__wait > span:nth-child(2) {
  animation-delay: 0.333s;
}
.ai-help__wait > span:nth-child(3) {
  animation-delay: 0.666s;
}
.ai-help__form input {
  margin-bottom: 0px;
}
.ai-help--open {
  bottom: 10px;
}
@keyframes wait {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  33% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}
/*
##############################
# SERVICES
##############################
*/
.ai-table--services th:nth-child(2),
.ai-table--services td:nth-child(2) {
  width: 50%;
}
.ai-table--services th:nth-child(3),
.ai-table--services td:nth-child(3) {
  width: 50%;
  text-align: right;
}

.ai-swatch {
  display: block;
  width: 40px;
  height: 21px;
  margin: 11px 0px 11px 11px;
  border-radius: 4px;
}
.ai-swatch--0 {
  background-color: #eef2f5;
}
.ai-swatch--1 {
  background-color: #f7991c;
}
.ai-swatch--2 {
  background-color: #3567b0;
}
.ai-swatch--3 {
  background-color: #b0c1cc;
}
.ai-swatch--4 {
  background-color: #0f9034;
}
.ai-swatch--5 {
  background-color: #cc3ca8;
}
.ai-swatch--6 {
  background-color: #fbbe01;
}
.ai-swatch--7 {
  background-color: #3b4856;
}
.ai-swatch--8 {
  background-color: #75daf8;
}
.ai-swatch--9 {
  background-color: #e46a16;
}
.ai-swatch--10 {
  background-color: #1fa5aa;
}
.ai-swatch--11 {
  background-color: #081446;
}
.ai-swatch--12 {
  background-color: #7575f8;
}
.ai-swatch--13 {
  background-color: #e05041;
}
.ai-swatch--14 {
  background-color: #ffe030;
}
.ai-swatch--15 {
  background-color: #677b89;
}
.ai-swatch--16 {
  background-color: #5fd154;
}
.ai-swatch--17 {
  background-color: #de75f8;
}
.ai-swatch--18 {
  background-color: #161a1e;
}
.ai-swatch--19 {
  background-color: #dfe6ec;
}
.ai-swatch--20 {
  background-color: #35c27e;
}
.ai-swatch--21 {
  background-color: #0a3999;
}
.ai-swatch--22 {
  background-color: #fff38e;
}
.ai-swatch--23 {
  background-color: #045e54;
}
.ai-swatch--24 {
  background-color: #7d278f;
}

/*
##############################
# HISTORY
##############################
*/
#ul-service-history {
  margin-top: 20px;
  margin-left: 12px;
  font-size: 14px;
}
#ul-service-history a {
  cursor: pointer;
  padding-left: 5px;
}

/*
##############################
# STATUS
##############################
*/
.ai-status {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}
.ai-status--0, .ai-status--1 {
  background-color: #86d3eb;
}
.ai-status--0:before, .ai-status--1:before {
  content: "";
}
.ai-status--2 {
  background-color: #f8bd14;
}
.ai-status--2:before {
  content: "";
}
.ai-status--3 {
  background-color: #aad058;
}
.ai-status--3:before {
  content: "";
}
.ai-status--4 {
  background-color: #bbc7cf;
}
.ai-status--4:before {
  content: "";
}
.ai-status--5 {
  background-color: #f7991c;
}
.ai-status--5:before {
  content: "";
}
.ai-status:hover {
  background-image: radial-gradient(circle at 50% 0, #aad058, #398d43 200%);
}

/*
##############################
# KNOWLEDGE
##############################
*/
.ai-knowledge {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  position: fixed;
  bottom: 20px;
  width: calc(100% - 400px);
  height: calc(100% - 240px);
}
.ai-knowledge input {
  margin-bottom: 0px;
}
.ai-knowledge section {
  margin-top: 10px;
}
.ai-knowledge__chat {
  transition: 0.5s;
  flex: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px;
}
.ai-knowledge__chat--active {
  flex: 1;
}
.ai-knowledge__messages {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.ai-knowledge__messages > div:first-child {
  margin-top: auto;
}
.ai-knowledge__messages .ai-help__message--system {
  max-width: 600px;
}
.ai-knowledge__messages .ai-help__message--system a {
  text-decoration: underline;
}
.ai-knowledge__messages .ai-help__message--system a:hover {
  color: #e36b25;
}