@charset "UTF-8";
/* Font Family Lato & Source Sans Pro */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Source+Sans+Pro:wght@400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap");
/* Color Variables */
/* Blue Colors */
/* Sand Colors */
/* Gray Colors */
/* State process Colors */
/* Page Colors */
/* Fonts as Vars in case we need them */
/* Headings */
h1 {
  font-size: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #323e4b;
  letter-spacing: 0.01em;
  letter-spacing: 0.54px;
}

label {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.54px;
  font-size: 0.9625rem;
}

h2 {
  font-size: 1.186rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #323e4b;
  text-transform: uppercase;
  letter-spacing: 0.54px;
}

h3 {
  font-size: 1.088rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  letter-spacing: 0.54px;
}

h4 {
  font-size: 0.9625rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  letter-spacing: 0.54px;
  color: #323e4b;
}

h5 {
  font-size: 0.775rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #5a7387;
  letter-spacing: 0.54px;
}

p, a {
  font-size: 0.9625rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.01em;
  letter-spacing: 0.54px;
}

/* Buttons */
.btn {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  text-transform: uppercase;
  padding: 16.5px 20px;
}
.btn:hover {
  box-shadow: none;
  border: none;
}
.btn:active {
  box-shadow: none;
  border: none;
}
.btn.default {
  background: #3c5064;
}
.btn.approved {
  background: #28C882;
}
.btn.pending {
  background: #fabe78;
}
.btn.non-active {
  background: #e0e0e0;
  color: #828282;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 14px; /* Base Font Size Goes Here */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 1024px) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 1024px) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
body {
  position: relative;
  background: white;
  color: #323e4b;
  font-family: "Lato", sans-serif;
  font-size: 1.063rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  letter-spacing: 0.54px;
}
body a {
  cursor: pointer;
  color: #4A5E6B;
}
body p {
  margin: 0;
}
@media screen and (max-width: 670px) {
  body p {
    font-size: 13px;
  }
}

body.ov-hidden {
  overflow: hidden;
}

/* Main table styles */
.table {
  background: #fcfcfc;
}
.table thead {
  background: #ebe6e1;
}
.table thead h3 {
  margin: 12px 0;
  color: #323e4b;
}
.table tbody {
  font-weight: 600;
  border: none !important;
}
.table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.063rem;
  border-color: #ffffff;
}
.table tbody tr td:first-of-type {
  padding: 0;
}
.table tbody tr td .status {
  color: #fff;
  padding: 14px 0;
  margin: 5px 0;
  text-align: center;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}
.table tbody tr td .status.cancelled {
  background: #F9524C;
}
.table tbody tr td .status.approved {
  background: #28C882;
}

.app-layout {
  display: flex;
  position: relative;
  flex-direction: row;
  min-height: 100vh; /* fallback for Js load */
  min-height: 100dvh;
}
@media screen and (max-width: 1024px) {
  .app-layout {
    min-height: 100vh;
    min-height: 100dvh;
    flex-direction: column;
  }
}

.dp__theme_light {
  --dp-background-color: #fff;
  --dp-text-color: #3B505E;
  --dp-hover-color: #d0dae1;
  --dp-hover-text-color: #1C2A3D;
  --dp-hover-icon-color: #959595;
  --dp-primary-color: #1C2A3D;
  --dp-primary-text-color: #f8f5f5;
  --dp-secondary-color: #c0c4cc;
  --dp-border-color: #1C2A3D;
  --dp-menu-border-color: #1C2A3D;
  --dp-border-color-hover: #28C882;
  --dp-disabled-color: #f6f6f6;
  --dp-scroll-bar-background: #f3f3f3;
  --dp-scroll-bar-color: #959595;
  --dp-success-color: #3B505E;
  --dp-success-color-disabled: #8ca0af;
  --dp-icon-color: #959595;
  --dp-danger-color: #ff6f60;
  --dp-highlight-color: rgba(25, 118, 210, 0.1);
}
.dp__theme_light i {
  color: #5a7387;
}

.dp__main {
  width: 100%;
}

.loading-temp-mobile {
  display: none;
  z-index: 1000;
  position: absolute;
  inset: 0;
  background-color: #EAE6E1;
}
@media (max-width: 670px) {
  .loading-temp-mobile {
    display: flex;
  }
}

.loading-temp-desktop {
  display: flex;
  z-index: 1000;
  position: absolute;
  inset: 0;
  background-color: #EAE6E1;
}
@media (max-width: 670px) {
  .loading-temp-desktop {
    display: none;
  }
}

.landing-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.site-name-title {
  font-family: "Raleway", sans-serif;
  font-size: 200px;
  line-height: 200px;
  font-weight: bold;
  color: #19A08C;
}
@media screen and (max-width: 1024px) {
  .site-name-title {
    font-size: 130px;
    line-height: 130px;
  }
}
@media screen and (max-width: 670px) {
  .site-name-title {
    font-size: 85px;
    line-height: 85px;
  }
}

.site-name-sub-title {
  font-family: "Raleway", sans-serif;
  font-size: 70px;
  color: #19A08C;
  opacity: 0.5;
  word-break: break-word;
}
@media screen and (max-width: 1024px) {
  .site-name-sub-title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 670px) {
  .site-name-sub-title {
    font-size: 35px;
    line-height: 35px;
  }
}

.is-desktop {
  display: flex !important;
}
@media screen and (max-width: 1024px) {
  .is-desktop {
    display: none !important;
  }
}

.is-less-tablet {
  display: flex !important;
}
@media screen and (min-width: 1024px) {
  .is-less-tablet {
    display: none !important;
  }
}

.is-mobile {
  display: none !important;
}
@media screen and (max-width: 670px) {
  .is-mobile {
    display: flex !important;
  }
}

.primary-text {
  color: #3B505E !important;
}
.primary-text.dark {
  color: #1C2A3D !important;
}
.primary-text.light {
  color: #4A5E6B !important;
}

.secondary-text {
  color: #19A08C !important;
}
.secondary-text.dark {
  color: #0D7263 !important;
}
.secondary-text.light {
  color: #28C882 !important;
}

dialog::backdrop {
  backdrop-filter: blur(2px) !important;
}

.public-language-widget {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.public-language-widget .n-navbar-item {
  background-color: #1C2A3D;
  height: 30px;
  border-radius: 2px;
}
.public-language-widget .n-navbar-item i, .public-language-widget .n-navbar-item h4 {
  color: white;
}
.public-language-widget .n-navbar-item:hover {
  background-color: #3B505E;
  border-radius: 2px;
}
@media screen and (max-width: 1024px) {
  .public-language-widget {
    position: relative;
    top: auto;
    right: auto;
  }
}

.n-link {
  display: block;
  cursor: pointer;
  word-break: break-all;
  color: #4b9bd7 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.n-link:hover {
  color: #5fbeff !important;
}

.n-hide {
  display: none !important;
}

.n-order-1 {
  order: 1;
}

.n-order-2 {
  order: 2;
}

.n-order-3 {
  order: 3;
}

.n-order-4 {
  order: 4;
}

path[data-primary-dark] {
  fill: #1C2A3D !important;
}

path[data-primary] {
  fill: #3B505E !important;
}

path[data-primary-light] {
  fill: #4A5E6B !important;
}

path[data-secondary-dark] {
  fill: #0D7263 !important;
}

path[data-secondary] {
  fill: #19A08C !important;
}

path[data-secondary-light] {
  fill: #28C882 !important;
}

.n-skeleton {
  position: absolute;
  z-index: 1000;
  display: flex;
  inset: 0;
  animation: skeleton-loading 1s linear infinite alternate;
  color: transparent;
}

@keyframes skeleton-loading {
  0% {
    background-color: #F5F5F5; /* FROM Color 1 */
  }
  100% {
    background-color: #E2E2E2; /* TO Color 2 */
  }
}
.n-loader {
  width: 48px;
  height: 48px;
  margin: auto;
  border: 5px solid #1C2A3D;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.highlight {
  background-color: color-mix(in srgb, #6E8A9C, white 50%) !important; /* or whatever highlight color you want */
  outline: 2px solid #6E8A9C;
}

.table-text-label {
  display: inline;
  color: color-mix(in srgb, #F9524C, white 30%);
}

.app-title-container {
  display: flex;
  position: relative;
  gap: 1rem;
  width: 28%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  background-color: #1C2A3D;
}
@media screen and (max-width: 1024px) {
  .app-title-container {
    width: 100%;
    height: 13%;
    min-height: 100px;
    padding: 1rem;
    gap: 0.25rem;
  }
}

.account-form-container {
  display: flex;
  width: 400px;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.account-form-container a h4 {
  color: #5a7387;
}
@media (max-width: 670px) {
  .account-form-container {
    width: 350px;
  }
}

.user-select-item-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  background-color: white;
}
.user-select-item-container:hover {
  background-color: #ddd;
}

.profile-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding: 1rem;
  gap: 2rem;
  border-radius: 5px;
  background-color: white;
}
.profile-card svg {
  transition: all 0.4s ease-in-out;
}
@media (max-width: 670px) {
  .profile-card {
    gap: 1rem;
  }
  .profile-card .svg-wrapper {
    width: 100%;
    height: 200px;
  }
}
.profile-card p {
  color: #3B505E;
}
.profile-card a h4 {
  color: #5a7387;
}
.profile-card.io {
  padding: 1rem;
  border-radius: 5px;
  background-color: color-mix(in srgb, #19A08C, white 90%);
}
.profile-card.ioe {
  padding: 1rem;
  border-radius: 5px;
  background-color: color-mix(in srgb, #3B505E, white 90%);
}
.profile-card:hover svg {
  transform: scale(1.05);
}

.profile-card-container {
  padding: 1rem;
}
@media (max-width: 670px) {
  .profile-card-container {
    flex-direction: column;
  }
}

.onboarding-container {
  display: flex;
  width: 100%;
  min-height: 100vh;
  overflow: auto;
  position: relative;
}
@media (max-width: 670px) {
  .onboarding-container {
    flex-direction: column;
  }
}

.onboarding-cta-text {
  text-align: center;
  font-size: 61px;
  color: #19A08C;
}
@media (max-width: 1024px) {
  .onboarding-cta-text {
    font-size: 48px;
  }
}
@media (max-width: 670px) {
  .onboarding-cta-text {
    font-size: 32px;
    padding: 0 0.25rem;
  }
}
.onboarding-cta-text.cancelled {
  color: #F9524C;
}

.onboarding-cta-text-minor {
  text-align: center;
  font-size: 48px;
  color: #19A08C;
}
@media (max-width: 1024px) {
  .onboarding-cta-text-minor {
    font-size: 32px;
  }
}
@media (max-width: 670px) {
  .onboarding-cta-text-minor {
    font-size: 26px;
  }
}
.onboarding-cta-text-minor.primary {
  color: #1C2A3D;
}

.fixed-notice {
  display: flex;
  position: absolute;
  flex-direction: column;
  gap: 0.5rem;
  bottom: 1rem;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-transform: uppercase;
}
.fixed-notice p {
  color: white;
  font-size: 12px;
  font-weight: bold;
  font-family: "Antonio", sans-serif;
  margin: 0;
}
@media (max-width: 1024px) {
  .fixed-notice {
    position: sticky;
    flex-direction: row;
    bottom: 0;
    padding: 0.5rem 1rem;
    background-color: #1C2A3D;
    min-height: 47px;
  }
  .fixed-notice img {
    width: 25px;
  }
}

.onboarding-content-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  height: 100%;
  padding: 1rem 0;
  justify-content: center;
}
@media (max-width: 1024px) {
  .onboarding-content-container {
    gap: 24px;
  }
}

.page-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  width: 100%;
  flex: 1;
  padding: 32px 64px;
  align-content: flex-start;
}
@media (max-width: 1024px) {
  .page-container {
    padding: 2rem 2rem;
    gap: 1.5rem;
    height: calc(100vh - 108px);
  }
}
@media (max-width: 670px) {
  .page-container {
    padding: 1rem 0.5rem;
    gap: 1rem;
    max-height: none;
    height: unset;
  }
}
.page-container p, .page-container h1, .page-container h2, .page-container h3, .page-container h4, .page-container h5 {
  margin: 0;
}

.dashboard-container {
  height: 100%;
  flex: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  .dashboard-container {
    order: 1;
  }
}
@media (max-width: 670px) {
  .dashboard-container {
    justify-content: center;
  }
}

.dashboard-layout {
  display: flex;
  width: 100%;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .dashboard-layout {
    gap: 0;
    flex-direction: column;
  }
}
@media (max-width: 670px) {
  .dashboard-layout {
    height: 100%;
  }
}

.tab-container {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 32px 48px;
  align-content: flex-start;
}
@media (max-width: 1024px) {
  .tab-container {
    padding: 2rem 2rem;
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .tab-container {
    padding: 0.5rem 0.5rem;
    gap: 1rem;
  }
}
.tab-container p, .tab-container h1, .tab-container h2, .tab-container h3, .tab-container h4, .tab-container h5 {
  margin: 0;
}
.tab-container.active {
  display: flex;
}
.tab-container .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .tab-container .fade {
    transition: none;
  }
}

.page-title-container {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  width: 100%;
  flex-flow: row wrap;
  align-content: flex-start;
  gap: 2rem;
}

.content-container {
  display: flex;
  position: relative;
  width: 100%;
  gap: 1.5rem;
  align-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  flex: 1 1 max-content;
}
@media (max-width: 576px) {
  .content-container {
    gap: 0.5rem;
  }
}
.content-container.nowrap {
  flex-wrap: nowrap;
}
.content-container.n-row {
  gap: 0.5rem;
  width: max-content;
  flex-grow: 0;
}
.content-container.n-column {
  gap: 0.5rem;
  flex-direction: column;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}
.content-container.n-align.flex-start {
  align-items: flex-start;
}
.content-container.n-align.flex-end {
  align-items: flex-end;
}
.content-container.n-align.center {
  align-items: center;
}
.content-container.n-gap.xSmall {
  gap: 0.5rem;
}
.content-container.n-gap.small {
  gap: 1rem;
}
.content-container.n-gap.medium {
  gap: 1.5rem;
}
.content-container.n-gap.large {
  gap: 2rem;
}
.content-container.n-gap.xLarge {
  gap: 2.5rem;
}
.content-container.n-padding.xSmall {
  padding: 0.5rem;
}
.content-container.n-padding.small {
  padding: 1rem;
}
.content-container.n-padding.medium {
  padding: 1.5rem;
}
.content-container.n-padding.large {
  padding: 2rem;
}
.content-container.n-padding.xLarge {
  padding: 2.5rem;
}
.content-container p, .content-container h1, .content-container h2, .content-container h3, .content-container h4, .content-container h5 {
  margin: 0;
}

.n-flex {
  display: flex;
  position: relative;
  justify-content: flex-start;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: none;
  background-color: unset;
  gap: unset;
}

.w-100 {
  width: 100%;
}

.w-max {
  width: max-content !important;
}

.max-w-max {
  max-width: max-content;
}

.h-100 {
  height: 100%;
}

.n-grid {
  display: grid;
}

.grid-cols-auto-90 {
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}

.grid-cols-auto-150 {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.grid-cols-auto-200 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid-cols-auto-250 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.grid-cols-auto-300 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-cols-auto-350 {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
@media screen and (max-width: 670px) {
  .grid-cols-auto-350 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

.grid-cols-auto-400 {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
@media screen and (max-width: 670px) {
  .grid-cols-auto-400 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

.grid-cols-auto-150-fill {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.grid-cols-auto-200-fill {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.grid-cols-auto-250-fill {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.grid-cols-auto-300-fill {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.grid-label-col {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media screen and (max-width: 670px) {
  .grid-label-col {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
  .grid-label-col label {
    font-size: 13px !important;
  }
}

.grid-form-col {
  grid-template-columns: repeat(2, minmax(250px, 1fr));
}
@media screen and (max-width: 670px) {
  .grid-form-col {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
  }
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.n-flex p, h1, h2, h3, h4, h5, a {
  margin: 0;
}

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

.n-row {
  flex-direction: row;
}

.wrap {
  flex-wrap: wrap;
}

.gap-xs {
  gap: 0.25rem;
}

.gap-s {
  gap: 0.5rem;
}

.gap-m {
  gap: 1rem;
}

.gap-l {
  gap: 2rem;
}

.gap-xl {
  gap: 3rem;
}

.padding-xs {
  padding: 0.25rem;
}

.padding-s {
  padding: 0.5rem;
}

.padding-m {
  padding: 1rem;
}

.padding-l {
  padding: 2rem;
}

.padding-xl {
  padding: 3rem;
}

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

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

.align-center {
  align-items: center !important;
}

.align-end {
  align-items: flex-end !important;
}

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

.g-align-end {
  align-items: end !important;
}

.g-align-start {
  align-items: start !important;
}

.g-align-center {
  align-items: center !important;
}

.n-block {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  max-width: none;
  min-width: max-content;
  background-color: unset;
  gap: unset;
}
.n-block p, .n-block h1, .n-block h2, .n-block h3, .n-block h4, .n-block h5 {
  margin: 0;
}

.input-container {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-content: space-between;
  max-width: 100%;
  width: 200px;
}
.input-container.datetime {
  width: 350px;
}
.input-container.search {
  width: 300px;
  border-right: none;
}
@media (max-width: 670px) {
  .input-container.search {
    width: 100%;
  }
}
.input-container.range {
  width: 400px;
}
@media (max-width: 670px) {
  .input-container.range {
    width: 100%;
  }
}
.input-container.multi {
  height: max-content;
  width: unset;
}
@media (max-width: 670px) {
  .input-container.multi {
    width: 100%;
  }
}
.input-container.full-width {
  width: 100%;
}
.input-container.full-width .inline-edit {
  width: 100%;
}
.input-container.inline {
  width: 280px;
}
.input-container.inline.full-width {
  width: 100%;
}
@media (max-width: 670px) {
  .input-container.inline {
    width: 100%;
    min-width: 130px;
  }
  .input-container.inline .n-button {
    min-width: 47px;
  }
}
.input-container .inline-edit {
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  justify-content: flex-start;
  width: 100%;
  max-height: 36px;
}
@media (max-width: 670px) {
  .input-container {
    width: 100%;
  }
  .input-container .inline-edit {
    width: 100%;
  }
}

.select-container {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-content: space-between;
  width: 230px;
  min-width: max-content;
}
@media (max-width: 576px) {
  .select-container {
    width: 100%;
  }
}

.datepicker-container {
  display: flex;
  position: relative;
  background-color: #ffffff;
  gap: 8px;
  padding: 0 8px;
  align-items: center;
  border: 1px solid #d7d0c8;
  border-radius: 0;
}
.datepicker-container:focus {
  outline: none;
  box-shadow: none;
  border-color: #28C882;
}

.list-item-container {
  display: flex;
  width: 100%;
  cursor: pointer;
  background-color: #fcfcfc;
  border: 1px solid #d7d0c8;
  align-items: center;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.list-item-container a {
  text-decoration: none;
  color: inherit;
}
.list-item-container figure {
  margin: 0;
}
.list-item-container:hover {
  background-color: #faf8f7;
}
.list-item-container.cancelled {
  opacity: 0.8;
  pointer-events: none;
}

.list-item-content-container {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
}

.textfield-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: space-between;
  max-width: max-content;
  width: 100%;
  min-width: 200px;
}
.textfield-container p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.textfield-container.fill {
  width: 100%;
}

.icon-container {
  display: flex;
  width: max-content;
  align-items: center;
}
.icon-container.large {
  font-size: 2.5rem;
}

.icon-button-container {
  color: #323e4b;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  width: 15px;
  height: 15px;
  z-index: 100;
}
.icon-button-container :hover {
  color: #5a7387;
}
.icon-button-container :active {
  color: #3c5064;
}

.block-container {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}

.activity-line {
  position: relative;
  height: 2px;
  background: #d7d0c8;
  width: 90px;
  min-width: 20px;
}
.activity-line:after {
  content: "";
  position: absolute;
  top: -3.8px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: #d7d0c8;
  margin: 0 auto;
  border-radius: 50%;
}

.n-sheet {
  display: flex;
  position: fixed;
  overflow: auto;
  flex-direction: column;
  background-color: white;
  gap: 2rem;
  padding: 4rem 2rem;
  tab-index: 0;
  z-index: 9999;
  height: 92vh;
  max-width: 1000px;
  width: 100%;
  bottom: -100%;
  right: 50%;
  transform: translateX(50%);
  transition: bottom 0.5s ease-out;
  box-shadow: 0px 0px 30px 9px rgba(0, 0, 0, 0.25);
  border-radius: 15px 15px 0px 0px;
}
.n-sheet.n-show {
  display: flex;
  bottom: 0;
}

.map-list-item {
  display: flex;
  width: 100%;
  max-width: 400px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}
.map-list-item span {
  display: none;
}
.map-list-item:hover {
  background-color: #fcfcfc;
}
.map-list-item.active {
  background-color: #f7f8fd;
}
.map-list-item.active:hover {
  background-color: #fcfcfc;
}
.map-list-item.active span {
  display: flex;
  height: 100%;
  width: 10px;
  background-color: #28C882;
}
.map-list-item.active i {
  color: #28C882;
}

.sidebar-container {
  display: flex;
  flex-direction: column;
  background-color: #f2f0ed;
  gap: 1rem;
  max-width: 350px;
  min-width: 350px;
  height: 100vh;
  position: sticky;
  top: 0;
}
@media (max-width: 670px) {
  .sidebar-container {
    display: none;
  }
}

.sidebar-list-item-container {
  display: flex;
  flex-direction: column;
  background-color: #d7d0c8;
  gap: 2px;
}

.sidebar-list-item {
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: space-between;
}
.sidebar-list-item.building {
  background-color: white;
  border-bottom: solid 1px #d7d0c8;
}
.sidebar-list-item.system {
  background-color: #fcfcfc;
}

.image-container {
  position: relative;
  display: flex;
}

.image-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #F9524C;
  pointer-events: none;
}

@keyframes animateRemoveButton {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
  }
}
.image-container:hover .image-overlay {
  animation-name: animateRemoveButton;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

.n-map-marker-building-container {
  display: flex;
  align-items: flex-end;
  height: 60px;
  padding: 0.5rem;
  width: 100%;
  gap: 0.5rem;
  background-color: #faf8f7;
}

.n-detailed-sidebar-container {
  display: flex;
  position: sticky;
  top: 0;
  flex-direction: column;
  background-color: #f2f0ed;
  max-width: 350px;
  height: max-content;
  gap: 1rem;
  align-items: center;
}

.n-detailed-sidebar-row-title-container {
  display: flex;
  width: 100%;
  padding: 0.75rem 1.5rem;
  gap: 0.5rem;
  align-items: center;
  background-color: #d7d0c8;
  color: #323e4b;
}
.n-detailed-sidebar-row-title-container.link {
  cursor: pointer;
}

.si-results-container {
  display: flex;
  gap: 1px;
  width: 100%;
}

.si-result-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 25px;
  color: white;
}
.si-result-container.approved {
  background-color: #28C882;
}
.si-result-container.rejected {
  background-color: #F9524C;
}
.si-result-container.cancelled {
  background-color: #f2f0ed;
  color: #323e4b;
}

.invalid-field-error {
  font-size: 0.9rem;
  display: flex;
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 100px;
  color: #F9524C;
  z-index: 1000;
}
.invalid-field-error.inline {
  border-top: 0;
}
.invalid-field-error.auto-save {
  position: absolute;
  left: 1.5rem;
  top: calc(100% - 1.5rem);
}

.proposed-date-container {
  font-size: 0.9rem;
  display: flex;
  background-color: white;
  align-items: center;
  gap: 4px;
  min-width: 100px;
  color: #5a7387;
  z-index: 1000;
  cursor: pointer;
}
.proposed-date-container p {
  font-weight: bold;
}

.selected-building-container {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1rem 0;
  gap: 0.5rem;
  background-color: white;
}
.selected-building-container:hover {
  background-color: #edf4fa;
}
.selected-building-container .fa-trash-alt {
  cursor: pointer;
}

.selected-building-list-container {
  display: flex;
  flex-direction: column;
  background-color: #d7d0c8;
  max-height: 600px;
  overflow-y: auto;
  gap: 1px;
}

.sidebar-back-navigation {
  text-decoration: none;
  width: 100%;
  color: inherit;
  min-height: 76px;
  height: 76px;
}
.sidebar-back-navigation:hover {
  color: inherit;
  background-color: #ebe6e1;
}

.building-info-owner-container {
  display: flex;
  width: 400px;
  min-width: 400px;
  height: 100%;
  max-height: 300px;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid #d7d0c8;
  background-color: #faf8f7;
  gap: 1rem;
}

.building-owner-table-container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  border: 1px solid #d7d0c8;
  background-color: #faf8f7;
}

.building-owner-item-container {
  display: flex;
  border: 1px solid #d7d0c8;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: max-content;
  max-height: 60px;
  min-height: 36px;
  padding: 0.5rem;
  overflow: hidden;
  background-color: #faf8f7;
  transition: max-height 0.2s ease-out;
  cursor: pointer;
}
.building-owner-item-container.is-owned {
  border: 1px solid #5a7387;
}
.building-owner-item-container:hover {
  background-color: #f2f0ed;
  box-shadow: 0 0 0 1px #d7d0c8;
}
.building-owner-item-container.owner-open {
  cursor: unset;
  background-color: #f2f0ed;
  transition: max-height 0.2s ease-out;
  overflow: visible;
  min-height: max-content;
  max-height: 600px;
  height: max-content;
}
.building-owner-item-container.owner-open .building-owner-content-container {
  display: flex;
}
.building-owner-item-container.owner-open .building-owner-detail-container {
  display: none;
}

.building-owner-content-container {
  display: none;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}

.building-owner-detail-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.details-page-divider {
  min-height: 6px;
  height: 6px;
  width: 100%;
  background-color: #6E8A9C;
}

.n-divider {
  min-height: 1px;
  height: 1px;
  width: 100%;
  background-color: #6E8A9C;
}

.n-divider-2 {
  min-height: 2px;
  height: 2px;
  width: 100%;
  background-color: #6E8A9C;
}

.n-divider-3 {
  min-height: 2px;
  height: 2px;
  width: 100%;
  background-color: #0D7263;
}

.n-divider-4 {
  min-height: 1px;
  height: 1px;
  width: 100%;
  background-color: #6E8A9C;
}

.navigate-back {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #5a7387;
  cursor: pointer;
  position: relative;
}
.navigate-back .n-breadcrumb-title {
  color: #5a7387;
}
.navigate-back:hover {
  color: #3c5064;
}
.navigate-back:hover .n-breadcrumb-title {
  color: #3c5064;
}

.main-content-container {
  display: flex;
  width: 100%;
  position: relative;
  flex: 1;
}
@media (max-width: 1024px) {
  .main-content-container {
    flex-direction: column;
    width: 100% !important;
  }
}

.page-header {
  min-height: 112px;
  gap: 1rem;
  border-bottom: 2px solid #707e93;
}

.header-skeleton {
  display: flex;
  height: 112px;
  min-height: 100px;
  width: 100%;
}

.auto-save-container {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-content: space-between;
  max-width: 100%;
  width: 432px;
  padding: 1.5rem;
  padding-top: 1rem;
  border-radius: 5px;
  box-shadow: none;
}
.auto-save-container.employee {
  padding: 0.5rem;
}
.auto-save-container.full-width {
  width: 100%;
}
.auto-save-container:focus-within {
  box-shadow: 0 0 0 1px #6E8A9C, -2px 2px 6px 1px color-mix(in srgb, #6E8A9C, white 60%);
}
.auto-save-container.active:active {
  box-shadow: 0 0 0 2px #6E8A9C;
}
@media (max-width: 670px) {
  .auto-save-container {
    width: 100%;
  }
}

.n-radio-container {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-content: space-between;
  max-width: 100%;
  width: max-content;
  border-radius: 5px;
  box-shadow: none;
}
.n-radio-container.full-width {
  width: 100%;
}
.n-radio-container.horizontal {
  justify-content: unset;
}
@media (max-width: 670px) {
  .n-radio-container {
    width: 100%;
  }
}

.n-checkbox-container {
  display: flex;
  position: relative;
  align-items: center;
  align-content: space-between;
  max-width: 100%;
  width: max-content;
  padding-top: 1rem;
  border-radius: 5px;
  box-shadow: none;
  gap: 0.5rem;
}
.n-checkbox-container.disabled {
  cursor: not-allowed;
}
.n-checkbox-container.disabled h4 {
  cursor: not-allowed;
  color: color-mix(in srgb, #1C2A3D, white 50%);
}
.n-checkbox-container.full-width {
  width: 100%;
}
@media (max-width: 670px) {
  .n-checkbox-container {
    width: 100%;
  }
}

.svg-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  justify-content: center;
}

.todo-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .todo-container {
    order: 2;
  }
}

.todo-container-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #1C2A3D;
  color: white;
  font-size: 20px;
  min-height: 48px;
}

.todo-container-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

.todo-container-step {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.todo-list-item {
  word-break: break-word;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  list-style-position: inside;
}

.todo-list {
  margin: 0;
  grid-gap: 0px 8px;
  padding: 0;
}

@media (max-width: 1024px) {
  .tablet-wrap {
    flex-wrap: wrap;
  }
}

.application-page-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  width: 100%;
  padding: 32px 64px;
  align-content: flex-start;
  max-height: 100vh;
  max-height: 100dvh;
}
@media (max-width: 1024px) {
  .application-page-container {
    padding: 0 2rem 2rem 2rem;
    gap: 1.5rem;
    max-height: none;
    max-height: none;
  }
}
@media (max-width: 670px) {
  .application-page-container {
    padding: 0 0.5rem 0.5rem 0.5rem;
    gap: 1rem;
    max-height: none;
    max-height: none;
  }
}
.application-page-container p, .application-page-container h1, .application-page-container h2, .application-page-container h3, .application-page-container h4, .application-page-container h5 {
  margin: 0;
}

.n-dialog {
  display: none;
  border-radius: 4px;
  max-width: 650px;
  min-width: 350px;
  border: none;
}
@media screen and (max-width: 670px) {
  .n-dialog {
    max-width: 320px;
    min-width: 320px;
  }
}

.n-dialog[open] {
  display: block;
}

.custom-backdrop::backdrop {
  backdrop-filter: none !important;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15));
}

.detail-content-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 3rem;
  width: 100%;
  gap: 2rem;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .detail-content-wrapper {
    padding: 2rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 670px) {
  .detail-content-wrapper {
    padding: 1.5rem 0.5rem;
    border-radius: 3px;
    background-color: #f8f8f8;
  }
}

.certificate-content-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .certificate-content-wrapper {
    padding: 2rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 670px) {
  .certificate-content-wrapper {
    padding: 1.5rem 0.5rem;
    border-radius: 3px;
    background-color: #f8f8f8;
  }
}

.recommendation-comment-container {
  display: flex;
  white-space: pre-wrap;
  gap: 2rem;
  width: fit-content;
  min-width: 200px;
  padding: 0.5rem 1.5rem;
  background-color: color-mix(in srgb, #d7d0c8, white 90%);
  border-left: 6px solid #d7d0c8;
}
.recommendation-comment-container.reject {
  background-color: color-mix(in srgb, #F9524C, white 90%);
  border-left: 6px solid #F9524C;
}
.recommendation-comment-container.approve {
  background-color: color-mix(in srgb, #28C882, white 90%);
  border-left: 6px solid #28C882;
}
.recommendation-comment-container.unresolved {
  background-color: color-mix(in srgb, #fabe78, white 90%);
  border-left: 6px solid #fabe78;
}

.markdown-container {
  position: relative;
  white-space: pre-wrap;
}

.profile-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  border-radius: 1000px;
  font-weight: bold;
  color: white;
  font-size: 20px;
  background-color: #19A08C;
}
@media screen and (max-width: 1024px) {
  .profile-avatar {
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
    font-size: 14px;
  }
}

.profile-avatar-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .profile-avatar-container {
    padding: 0 1rem;
  }
}

.profile-user-info {
  display: flex;
  max-width: 150px;
  flex-direction: column;
}
.profile-user-info p {
  display: -webkit-box;
  font-size: 11px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 670px) {
  .profile-user-info p {
    -webkit-line-clamp: 1;
  }
}
.profile-user-info strong {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 670px) {
  .profile-user-info {
    font-size: 12px;
  }
  .profile-user-info strong, .profile-user-info p {
    align-self: end;
  }
}

.sermi-header-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 32px 64px;
  min-height: 48px;
}
@media screen and (max-width: 1024px) {
  .sermi-header-container {
    position: sticky;
    background-color: white;
    z-index: 100;
    top: 60px;
    padding: 0;
    gap: 0.25rem;
  }
}
@media screen and (max-width: 670px) {
  .sermi-header-container {
    gap: 0.75rem;
  }
}

.extra-field-container-style {
  background-color: #fcfcfc;
  border: 1px solid #d7d0c8;
  border-radius: 4px;
}

.detail-view-field-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (max-width: 670px) {
  .detail-view-field-container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

.detail-view-dashboard-field-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}

.text-search-container:focus-within button {
  border-color: #28C882 !important;
}

@media screen and (max-width: 670px) {
  .io-details-mobile {
    flex-direction: column;
    gap: 0.75rem;
  }
}

.non-conformity-container {
  display: flex;
  width: 100%;
  padding: 8px;
  max-width: 450px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 0 4px 4px 0;
  border-left: 6px solid #3B505E;
  background: color-mix(in srgb, #3B505E, white 92%);
}
.non-conformity-container.resolved {
  border-color: #28C882;
  background: color-mix(in srgb, #28C882, white 92%);
}
.non-conformity-container.resolved .n-divider-4 {
  background-color: #28C882;
}
.non-conformity-container.unresolved {
  border-color: #fabe78;
  background: color-mix(in srgb, #fabe78, white 92%);
}
.non-conformity-container.unresolved .n-divider-4 {
  background-color: #fabe78;
}
.non-conformity-container.approved {
  border-color: #28C882;
  background: color-mix(in srgb, #28C882, white 92%);
}
.non-conformity-container.approved .n-divider-4 {
  background-color: #28C882;
}
.non-conformity-container.rejected {
  border-color: #F9524C;
  background: color-mix(in srgb, #F9524C, white 92%);
}
.non-conformity-container.rejected .n-divider-4 {
  background-color: #F9524C;
}

.non-conformity-field-container {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(90px, 140px);
  gap: 2px;
  align-self: stretch;
  align-items: start;
}

.non-conformity-history-button {
  font-size: 12px;
  color: #4b9bd7;
  min-width: fit-content;
}
.non-conformity-history-button i {
  font-size: 12px;
}

.non-conformity-comment-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.non-conformity-comment-container p {
  word-break: break-all;
}

.time-stamp {
  font-size: 11px;
  color: #6E8A9C;
}

.unresolved-container, .resolved-container, .approved-container {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media screen and (max-width: 670px) {
  .unresolved-container, .resolved-container, .approved-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 100;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3B505E;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-map-background {
  height: 100%;
  background-color: #A0FFBE;
  animation: map-background 5.4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

@keyframes map-background {
  0% {
    background-color: #A0FFBE;
  }
  50% {
    background-color: #0D7263;
  }
  100% {
    background-color: #A0FFBE;
  }
}
.map-content-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 270px;
  width: 270px;
  border-radius: 4px;
  border: solid 2px #4A5E6B;
  padding: 8px;
}
.map-content-container .status-label {
  line-height: 10px;
  font-size: 12px;
}

.gm-style-iw, .gm-style-iw-c, .gm-style-iw-d {
  padding: 1px !important;
  overflow: auto !important;
}
.gm-style-iw button, .gm-style-iw-c button, .gm-style-iw-d button {
  display: none !important;
}

.create-inspection-filter-container {
  display: flex;
  width: max-content;
  gap: 2rem;
  flex-direction: column;
  border-radius: 3px;
  padding: 0.5rem;
}

.create-inspection-form-container {
  flex-direction: column;
  display: flex;
  background-color: color-mix(in srgb, #6E8A9C, white 90%);
  border-radius: 3px;
  border: 1px solid #3B505E;
  gap: 1rem;
  max-width: fit-content;
  padding: 0.5rem;
}

.planning-container-map {
  display: grid;
  width: 100%;
  gap: 1rem;
  grid-template-columns: minmax(350px, auto) 1fr;
}
@media screen and (max-width: 670px) {
  .planning-container-map {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

.planning-container {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.map-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.map-container.open {
  background-color: color-mix(in srgb, #3B505E, white 90%);
  border-radius: 5px;
  border: 1px solid color-mix(in srgb, #3B505E, white 30%);
}

.n-accordion {
  position: relative;
}
.n-accordion i {
  transition: all 0.3s ease;
  transform: rotateZ(0deg);
}
.n-accordion.open i {
  transform: rotateZ(180deg);
}
.n-accordion.open .n-accordion-content {
  height: auto;
  max-height: 1500px;
}

.n-accordion-trigger {
  cursor: pointer;
  user-select: none;
}
.n-accordion-trigger:hover {
  opacity: 0.82;
}

.n-accordion-content {
  transition: max-height 0.3s ease;
  max-height: 0px;
  overflow: hidden;
}

.step-process-card-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
  width: 300px;
  min-height: 260px;
  max-width: 300px;
  transform: scale(0.9);
  flex: 1;
  background-color: white;
  border-radius: 4px;
  justify-self: center;
  height: 100%;
}
@media screen and (max-width: 670px) {
  .step-process-card-container {
    background-color: whitesmoke;
  }
}
.step-process-card-container .step-process-card-image {
  opacity: 0.65;
}
.step-process-card-container h3 {
  color: #828282;
  text-align: center;
}
.step-process-card-container p {
  color: #bdbdbd;
  text-align: center;
}
.step-process-card-container.current {
  transform: scale(1);
  border: 2px solid #3B505E;
}
.step-process-card-container.current .step-process-card-image {
  opacity: 1;
}
.step-process-card-container.current h3 {
  color: #1C2A3D;
}
.step-process-card-container.current p {
  color: #3B505E;
}
.step-process-card-container.current .step-process-card-marker {
  min-width: 42px;
  min-height: 42px;
  max-width: 42px;
  max-height: 42px;
  background-color: #3B505E;
  top: -1.5rem;
  left: -1.5rem;
  font-size: 32px;
}
.step-process-card-container.done .step-process-card-image {
  opacity: 1;
}
.step-process-card-container.done .step-process-card-marker {
  background-color: color-mix(in srgb, #28C882, white 80%);
  border: 1px solid #28C882;
  color: #28C882;
}
.step-process-card-container.done h3 {
  color: #1C2A3D;
}
.step-process-card-container.done p {
  color: #3B505E;
}

.step-process-card-image {
  height: 100px;
  object-fit: contain;
  width: 100%;
}

.step-process-card-marker {
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  color: white;
  background-color: #828282;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  font-size: 20px;
  font-weight: bold;
}

.process-steps-container {
  padding: 2rem;
  border: 2px solid color-mix(in srgb, #6E8A9C, white 60%);
  border-radius: 4px;
  background-color: whitesmoke;
}
@media screen and (max-width: 670px) {
  .process-steps-container {
    background-color: white;
    border: none;
  }
}

.inspector-dashboard-container {
  display: flex;
  max-width: 680px;
  width: 100%;
  flex-direction: column;
  background: #F5F5F5;
  border-radius: 4px;
  gap: 16px;
  border: 2px solid #D9E0EB;
  padding: 8px;
}

.inspector-dashboard-table-container {
  background: #F5F5F5;
  padding: 8px;
  display: flex;
  flex-direction: column;
  border: 2px solid #D9E0EB;
  border-radius: 4px;
  gap: 8px;
  flex: 1;
  max-width: fit-content;
  min-width: 370px;
}
@media screen and (max-width: 670px) {
  .inspector-dashboard-table-container {
    min-width: 300px;
    width: 100%;
    max-width: unset;
  }
}

.image-wrapper {
  cursor: pointer;
  position: relative;
}

.thumbnail {
  width: 100px;
  height: auto;
  transition: transform 0.3s ease;
}

.thumbnail:hover {
  transform: scale(1.1);
}

.popup {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.enlarged-image-container {
  width: fit-content;
  position: relative;
  display: flex;
  max-height: 80%;
  background-color: black;
}
.enlarged-image-container img {
  object-fit: contain;
  width: 100%;
  max-width: 1000px;
}

.inspection-modal-container {
  border: 1px solid #6E8A9C;
  border-radius: 4px;
}

.certificate-detail-view-container {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
@media screen and (max-width: 670px) {
  .certificate-detail-view-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

.show-more-container {
  transition: height 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.show-more-content-container {
  transition: height 0.3s ease;
  overflow: hidden;
  padding: 2px;
}
.show-more-content-container.overflowing {
  border-bottom: 1px solid color-mix(in srgb, #6E8A9C, white 60%);
}
.show-more-content-container.show-more {
  box-shadow: none;
}

.facility-details-page-container {
  display: grid;
  grid-template-columns: minmax(250px, 800px) minmax(620px, 1fr);
  gap: 16px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .facility-details-page-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    flex: 1;
  }
}

.work-order-details-page-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .work-order-details-page-container {
    display: flex;
    flex-direction: column-reverse;
    min-height: 100%;
    flex: 1;
  }
}

.n-dialog-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.n-dialog {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 350px;
  width: 100%;
}

.n-dialog h3 {
  margin-top: 0;
}

.n-dialog-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.n-dialog-actions button {
  margin-left: 10px;
}

.a4-container {
  display: flex;
  flex-direction: column;
  width: 794px;
  height: 1123px;
  overflow: hidden;
  padding: 10rem 3rem 3rem 200px;
  color: black;
  max-height: 1123px;
  position: relative;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.16), 0 8px 8px rgba(0, 0, 0, 0.2);
}

.calendar-container {
  display: flex;
  /* Adjust to your layout needs */
}

/* Draggable items container */
#external-events {
  width: 180px;
  padding: 0 10px;
  margin-right: 20px;
  border: 1px solid #ccc;
  background: #f7f7f7;
}

.external-event {
  margin: 5px 0;
  padding: 4px;
  background: #3788d8; /* or anything you like */
  color: #fff;
  cursor: grab;
  border-radius: 4px;
}

/* Calendar area */
.fullcalendar-wrapper {
  flex: 1;
  min-height: 600px; /* adjust as needed */
}

.calendar-component {
  display: flex;
  width: 100%;
  gap: 1rem;
  margin: 1rem auto;
}

/* The unassigned list on the left */
.unassigned-list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  max-height: fit-content;
  padding: 1rem;
}

/* The unassigned list on the left */
.unassigned-cars-list {
  display: flex;
  gap: 4px;
}

.unassigned-container {
  width: 200px;
  min-width: 150px;
  max-height: 600px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 8px;
  background: #fafafa;
}

/* Calendar area has some flex growth */
.calendar-mode-switch,
.calendar-nav {
  flex-grow: 1;
  text-align: center;
  margin-bottom: 1rem;
}

/* Table layout */
.calendar-table {
  height: 100%;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  user-select: none;
  table-layout: fixed;
  border: 1px solid #ccc;
}
.calendar-table .calendar-footer {
  background-color: #ccc; /* helps visually distinguish the sticky row */
  z-index: 1002;
  position: sticky;
  bottom: 0;
}
.calendar-table .calendar-footer tr {
  position: sticky;
  background: #ddd;
  z-index: 1002;
  box-shadow: 0 0 0 1px #ccc;
  border: 1px solid #ccc;
}
.calendar-table .calendar-footer td {
  min-height: 40px;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff; /* helps visually distinguish the sticky row */
}
.calendar-table .calendar-footer td .event-pill {
  font-size: 11px;
}

.calendar-table th,
.calendar-table td {
  text-align: center;
  vertical-align: top;
  position: relative;
  border: 1px solid #ccc;
  border-right: 1px dotted #e0e0e0;
  border-left: 1px dotted #e0e0e0;
}
.calendar-table th .event-pill,
.calendar-table td .event-pill {
  font-size: 11px;
}
.calendar-table th.test-bg,
.calendar-table td.test-bg {
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
}

.car-calendar-table th,
.car-calendar-table td {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  border-right: 1px dotted #e0e0e0;
  border-left: 1px dotted #e0e0e0;
  position: relative;
}
.car-calendar-table th .event-pill,
.car-calendar-table td .event-pill {
  font-size: 11px;
}
.car-calendar-table th.test-bg,
.car-calendar-table td.test-bg {
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
}

.calendar-day-header-container:hover {
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
}

.month-th {
  max-width: 45px;
  width: 100%;
  height: 40px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle !important;
  cursor: pointer;
}
.month-th.is-current {
  background-color: color-mix(in srgb, #007bff, white 75%);
}
.month-th:hover {
  background-color: color-mix(in srgb, #007bff, white 90%);
}

.calendar-day-container {
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: all;
}

.calendar-day {
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  transition: all 0.5s ease;
}
.calendar-day.absent {
  background: tomato;
}

.calendar-cell {
  width: 200px;
  position: relative;
  min-width: 60px;
  /* Make them square-ish (optional) */
}
.calendar-cell.show-end-shadow {
  box-shadow: inset -129px 0px 88px -99px rgba(0, 0, 0, 0.75);
}
.calendar-cell.show-start-shadow {
  box-shadow: inset 129px 0px 88px -99px rgba(0, 0, 0, 0.75);
}
.calendar-cell.blocked {
  background-color: color-mix(in srgb, red, white 90%);
}
.calendar-cell.absence-vacation {
  background-color: #fc9f18;
}
.calendar-cell.absence-other {
  background-color: #7400b2;
}
.calendar-cell.absence-office {
  background-color: #00cc3d;
}

.calendar-cell:nth-child(5n+1) {
  border-right: 1px solid #ccc !important;
}

.car-calendar-cell:nth-child(5n+1) {
  border-right: 1px solid #ccc !important;
}

.car-calendar-cell {
  /* Make them square-ish (optional) */
  aspect-ratio: 1/1;
  position: relative;
}
.car-calendar-cell.blocked {
  background-color: color-mix(in srgb, red, white 90%);
}

.sortable-car-cell {
  font-size: 16px;
  width: 160px;
  vertical-align: middle;
  padding: 4px;
  border: 1px solid #ccc !important;
}

.calendar-table-header-th {
  background-color: white;
  border: 1px solid #ccc !important;
  font-size: 16px;
  color: #445f6b;
  width: 100%;
}
.calendar-table-header-th.first {
  min-width: 100px;
  width: 150px;
  max-width: 200px;
}

.calendar-table-header-tr {
  height: 28px;
  max-height: 28px;
}

.calendar-day-header-th {
  border: 1px solid #ccc !important;
  font-size: 16px;
  color: #445f6b;
}

.car-week-container {
  border: 1px solid #ccc !important;
  background-color: #fffafa !important;
  height: 20px;
}

.calendar-nav-button-container {
  width: 150px;
  padding: 2px 8px;
  vertical-align: middle !important;
}

.planned-car-container {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  z-index: 1200;
  color: #445f6b;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: color-mix(in srgb, red, white 90%);
  border: 1px solid color-mix(in srgb, red, white 40%);
  border-radius: 4px;
}

/* We place the "list" container in each cell. */
.cell-list {
  width: 100%;
  height: 100%;
  padding: 4px;
  overflow-y: auto; /* If you want scroll for many events */
}

.draggable-car-cell {
  background-color: #f8f8f8;
  width: 100px;
  height: 38px;
}

.inspector-col {
  border: 1px solid #ccc;
  border-right: none;
  min-width: 100px;
  max-width: 200px;
  width: 150px; /* Optional initial width */
  white-space: nowrap; /* Prevent text wrapping */
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #F7F8FD;
  aspect-ratio: unset;
  font-size: 12px;
  word-break: break-word;
  text-align: left !important;
}

/* A small "pill" style for events */
.calendar-pill {
  display: flex;
  padding: 4px 4px;
  gap: 8px;
  width: 100%;
  min-width: 60px;
  border-radius: 4px;
  border: 1px solid #3B505E;
  align-items: center;
  background-color: white;
  cursor: move; /* indicate draggable (Sortable handles it) */
  height: 28px;
  z-index: 2;
}
.calendar-pill p {
  text-align: left;
  font-size: 10px;
}
.calendar-pill:hover {
  background-color: color-mix(in srgb, #007bff, white 90%);
}
.calendar-pill.unassigned {
  width: fit-content;
}
.calendar-pill.assigned {
  height: unset;
}
.calendar-pill.car {
  height: 22px;
  min-width: auto;
  border: 1px solid #3B505E;
}

.car-pill {
  display: flex;
  background-color: #007bff;
  color: white;
  border-radius: 4px;
  padding: 6px 4px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  cursor: move; /* indicate draggable (Sortable handles it) */
}

.calendar-mode-switch button.active {
  font-weight: bold;
  text-decoration: underline;
}

.calendar-table-wrapper {
  max-height: calc(100vh - 200px);
  height: calc(100vh - 200px);
  overflow: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.calendar-table-wrapper thead tr {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1002;
  box-shadow: 0 0 0 1px #ccc;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(1) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(2) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(3) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(4) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(5) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(6) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(7) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(8) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(9) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(10) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(11) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(12) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(13) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(14) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}
.calendar-table-wrapper table tfoot tr:nth-last-child(15) {
  vertical-align: center;
  height: 32px;
  max-height: 32px;
}

.calendar-legend {
  width: 25px;
  height: 25px;
  border: grey 1px solid;
  background-color: darkgrey;
}
.calendar-legend.absence-vacation {
  background-color: #fc9f18;
  border: color-mix(in srgb, #fc9f18, black 20%) 2px solid;
  border-radius: 4px;
}
.calendar-legend.absence-other {
  background-color: #7400b2;
  border: color-mix(in srgb, #7400b2, black 20%) 2px solid;
  border-radius: 4px;
}
.calendar-legend.absence-office {
  background-color: #00cc3d;
  border: color-mix(in srgb, #00cc3d, black 20%) 2px solid;
  border-radius: 4px;
}

.ghost-class {
  display: none;
}

.info-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px;
  border: 1px solid #8ca0af;
  border-radius: 4px;
  min-width: fit-content;
  height: fit-content;
  background-color: #edf4fa;
}
.info-container h3, .info-container p, .info-container i {
  color: #3c5064;
}
@media screen and (max-width: 670px) {
  .info-container {
    width: 100%;
    max-width: unset;
  }
}

.dialog-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dialog-actions {
  display: flex;
  gap: 16px;
}

.dashboard-table-container {
  background-color: color-mix(in srgb, #6E8A9C, white 90%);
  border-radius: 4px;
  padding: 8px;
}

.selectable-audit {
  gap: 16px;
}
.selectable-audit p {
  font-size: 16px;
}
.selectable-audit .is-filtered {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
  font-size: 12px;
  color: #1C2A3D !important;
  font-style: italic;
}
.selectable-audit .is-filtered i {
  margin-right: 8px;
}
.selectable-audit.excluded {
  background-color: #f9f9f9;
  color: #a2a2a2;
  cursor: not-allowed;
}
.selectable-audit.excluded .is-filtered {
  display: block;
}
.selectable-audit.excluded * {
  cursor: inherit !important;
}
.selectable-audit.excluded .audit-date {
  font-weight: bold;
}
.selectable-audit.include .audit-date {
  font-weight: bold;
}

.n-dropdown-choice {
  position: relative;
  width: 100%;
  max-width: 320px;
}

.n-dropdown-label {
  font-weight: 600;
  margin-bottom: 4px;
}

.n-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  cursor: pointer;
  background-color: #fff;
  transition: border-color 0.2s;
}

.n-dropdown-header:hover {
  border-color: #a0a0a0;
}

.n-selected-choice {
  display: flex;
  pointer-events: none;
  align-items: center;
  gap: 8px;
  padding-left: 8px;
}

.n-placeholder {
  color: #8c8c8c;
}

.n-chevron {
  transition: transform 0.2s;
}

.n-chevron.open {
  transform: rotate(180deg);
}

.n-dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  z-index: 10;
  /* ✅ New scroll behaviour */
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c7c7c7 transparent;
}

/* Optional: nicer custom scrollbar for WebKit browsers */
.n-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.n-dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
  border-radius: 4px;
}

.n-dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.n-dropdown-item:hover {
  background-color: #f5f8ff;
}

.n-radio-input {
  accent-color: #007aff;
}

.n-choice-label {
  flex: 1;
}

.n-choice-not-applicable {
  font-size: 0.85em;
  color: #888;
}

.n-dropdown-header.open {
  border-color: #007aff;
}

.n-inline-search {
  width: 100%;
  display: flex;
  align-items: center;
}

.n-search-input-inline {
  width: 100%;
  padding: 6px 8px;
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
  color: #333;
}

.n-search-input-inline::placeholder {
  color: #999;
}

.n-search-input-inline:focus {
  outline: none;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.15s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.list-item-title {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #6482d7;
}

.side-bar-title {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #1C2A3D;
  font-weight: 700;
}

.field-title {
  color: #323e4b;
  font-size: 1.0625rem;
  font-weight: 600;
  min-width: fit-content;
  line-height: normal;
  word-break: break-word;
}
.field-title.light {
  color: #5a7387;
}

.field-ro label {
  color: #5a7387;
  font-size: 0.9625rem;
}
.field-ro p, .field-ro a {
  font-weight: bold;
}

.section-title {
  position: relative;
  font-size: 16px;
  width: max-content;
}
.section-title:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -2px;
  right: -8px;
  left: 0;
  background: #d7d0c8;
}

.checklist-airflow {
  color: #3c5064;
  font-style: normal;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  width: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.checklist-item-name {
  color: #3c5064;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  width: 100%;
}
.checklist-item-name.has-rejection::after {
  content: "*";
  color: #F9524C;
}

.n-breadcrumb-title {
  color: #5a7387;
  cursor: pointer;
}

.field-set-container {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
}

.field-set-title {
  font-size: 16px;
  color: #5a7387;
  min-width: max-content;
}

.field-set-divider {
  display: flex;
  height: 1px;
  width: 100%;
  background: #8ca0af;
}

.list-item-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 200px;
}

.text-color.pending {
  color: #fabe78;
}
.text-color.approved {
  color: #28C882;
}
.text-color.light-blue {
  color: #5a7387;
}

.app-title {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(64px, 8vw, 105px);
  color: white;
}
@media (max-width: 670px) {
  .app-title {
    font-size: 4rem;
  }
}

.app-sub-title {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 38px);
  white-space: nowrap;
  color: white;
  opacity: 0.75;
}

.n-clamp-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n-optional-label {
  color: #323e4b;
  margin-left: 4px;
  font-size: 11px;
}

.page-title {
  font-size: clamp(16px, 2.1vw, 24px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-section-title {
  font-size: 26px;
  font-family: "Lato", sans-serif;
  line-height: 26px;
  width: 100%;
  max-width: 500px;
  border-bottom: 2px solid #6E8A9C;
}

.detail-page-title {
  font-size: 20px;
  min-width: fit-content;
  color: #1C2A3D;
}

.save-success-text {
  color: #21b072;
  font-weight: bold;
}

.center-text {
  width: 100%;
  text-align: center;
}

.left-text {
  width: 100%;
  text-align: left;
}

.right-text {
  width: 100%;
  text-align: right;
}

.c-approved {
  color: #28C882;
}

.c-pending {
  color: #fabe78;
}

.c-rejected {
  color: #F9524C;
}

.b-rejected {
  background-color: #F9524C;
}

.c-primary {
  color: #3B505E;
}
.c-primary.dark {
  color: #1C2A3D;
}
.c-primary.light {
  color: #4A5E6B;
}

.b-primary {
  background-color: #3B505E;
}
.b-primary.dark {
  background-color: #1C2A3D;
}
.b-primary.light {
  background-color: #4A5E6B;
}

.c-secondary {
  color: #19A08C;
}
.c-secondary.dark {
  color: #0D7263;
}
.c-secondary.light {
  color: #28C882;
}

.b-secondary {
  background-color: #19A08C;
}
.b-secondary.dark {
  background-color: #0D7263;
}
.b-secondary.light {
  background-color: #28C882;
}

.c-text {
  color: #003054;
}

.certificate-text {
  color: #4d4d4d;
  font-size: 20px;
}
.certificate-text.small {
  font-size: 14px;
}
.certificate-text.value {
  color: #003054;
}
.certificate-text.field {
  min-width: fit-content;
}

.mapboxgl-popup-content {
  width: 100%;
  max-width: 300px;
  border: 1px solid #6E8A9C;
  border-radius: 4px;
}
.mapboxgl-popup-content i {
  width: 16px;
  align-self: center;
  text-align: center;
}

.invalid-location-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px;
  border-radius: 4px;
  max-width: 400px;
}
.invalid-location-container i {
  color: #fabe78;
  font-size: 16px;
  margin-right: 4px;
}

.selected-location-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px;
  border: 1px solid #6E8A9C;
  border-radius: 4px;
  min-width: 300px;
  height: fit-content;
  background-color: white;
}
@media screen and (max-width: 670px) {
  .selected-location-container {
    width: 100%;
    max-width: unset;
  }
}

@keyframes flash {
  from {
    background-color: #5d5d5d;
  }
  to {
    background-color: white;
  }
}
.flash {
  animation: flash 0.3s forwards;
}

.facility-map-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
  border-radius: 4px;
}

.mapboxgl-ctrl-geocoder-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.mapboxgl-ctrl-geocoder-container .mapboxgl-ctrl-geocoder {
  max-width: unset;
  width: 100%;
  box-shadow: none;
}
.mapboxgl-ctrl-geocoder-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
  border: 1px solid #d7d0c8;
  border-radius: 2px;
  height: 36px;
  color: #5a7387;
}
.mapboxgl-ctrl-geocoder-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input:focus {
  outline: none;
  box-shadow: none;
  border-color: #28C882;
}

.map-container {
  width: 100%;
  height: auto;
  flex: 1;
  border-radius: 5px;
  border: 2px solid #5fbeff;
}

.top-80 {
  top: 80px;
}

.toast {
  background: #fff;
  width: 550px;
}
.toast .toast-header {
  border: none;
}
.toast .toast-body {
  color: #8ca0af;
  font-weight: 600;
  padding: 0 12px;
}
.toast .toast-body .btn-primary {
  padding: 7px 12px;
  font-size: 1.063rem;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  margin-right: 0 !important;
}
.toast.success {
  border: 2px solid #28C882;
  border-left: 8px solid #28C882;
}
.toast.success .btn-primary {
  background: #28C882 !important;
}
.toast.failed {
  border: 2px solid #F9524C;
  border-left: 8px solid #F9524C;
}
.toast.failed .btn-primary {
  background: #F9524C !important;
}

/* Media queries for small devices */
@media only screen and (max-width: 580px) {
  /* Sign UP & Login Page */
  /* End of  Sign UP & Login Page */
  /* User managment */
  .user-managment {
    padding: 80px 12px;
  }
  .user-managment h1 {
    font-size: 1.3125rem;
  }
  .user-managment h1 .btn-primary {
    padding: 12px 20px;
    font-size: 0.875rem;
  }
  .user-managment .user-search .form-control {
    width: 100%;
    padding: 12px;
  }
  .user-managment .user-lists {
    width: 100%;
  }
  .user-managment .user-lists .user-panel a {
    display: block;
  }
  .user-managment .user-lists .user-panel a .avatar {
    margin: 12px auto;
    width: 92px;
    height: 92px;
  }
  .user-managment .user-lists .user-panel a .list-inline {
    display: block;
    width: 100%;
  }
  .user-managment .user-lists .user-panel a .list-inline li {
    display: flex;
    width: 100%;
    margin-bottom: 12px;
  }
  .user-managment .user-lists .user-panel a .list-inline li h3 {
    margin-right: auto;
  }
  .user-managment .user-lists .user-panel a .btn-primary {
    display: none;
  }
  .user-managment .svg-helper {
    display: none;
  }
  .user-view {
    display: block;
  }
  .user-view .user-info {
    width: 100%;
    min-height: auto;
  }
  .user-view .user-info .user-avatar .avatar {
    width: 92px;
    height: 92px;
  }
  .user-view .user-content .nav-tabs .nav-item .nav-link {
    padding: 12px 25px;
  }
  .user-view .user-content .filters {
    padding: 0;
  }
  .user-view .user-content .tab-pane {
    padding: 40px 12px;
  }
  .user-view .user-content .tab-pane .info-box {
    display: block;
  }
  .user-view .user-content .tab-pane .info-box .status-box {
    width: 80%;
    margin: 12px auto;
    border-radius: 8px;
  }
  .user-view .user-content .tab-pane .info-box .status-box .status {
    border-radius: 8px;
  }
  .user-view .user-content .tab-pane .info-box .list-inline {
    display: block;
  }
  .user-view .user-content .tab-pane .info-box .list-inline li {
    margin-bottom: 12px;
    width: 45%;
    text-align: left !important;
  }
  .user-view .user-content .tab-pane .info-box .list-inline li:first-of-type {
    width: 100%;
  }
  .user-view .user-content .profile-settings {
    padding-bottom: 12px;
  }
  .user-view .user-content .profile-settings .user-edit {
    width: 100%;
    height: auto;
  }
  .user-view .user-content .profile-settings .user-edit .avatar {
    width: 92px;
    height: 92px;
    margin: 0px auto 30px auto;
  }
  .user-view .user-content .profile-settings .user-edit form .mb-4 {
    width: 100%;
  }
  .user-view .user-content .profile-settings .img-frame {
    display: none;
  }
  .buildings-list {
    padding: 80px 12px;
  }
  .buildings-list .filters {
    padding: 0;
  }
  .buildings-list .building-info a {
    display: block;
  }
  .buildings-list .building-info a figure {
    width: 100%;
    height: 250px;
  }
  .buildings-list .building-info a .list-inline {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
  .buildings-list .building-info a .list-inline li {
    width: 48%;
    margin: 8px 0;
  }
  .buildings-list .building-info a .list-inline li:first-of-type {
    width: 100%;
  }
  .buildings-list .building-info a .showMore {
    display: none;
  }
  .detailed-view {
    flex-wrap: wrap;
  }
  .detailed-view aside {
    width: 100%;
    flex-shrink: 0;
    height: auto;
  }
  .detailed-view .main-content .nav-tabs .nav-item .nav-link {
    font-size: 1rem;
    padding: 10px 20px;
  }
  .detailed-view .main-content .tab-content .tab-pane {
    padding: 12px !important;
  }
  .detailed-view .main-content .tab-content .tab-pane:first-of-type {
    height: auto;
    padding-bottom: 30px;
  }
  .detailed-view .main-content .tab-content .tab-pane:first-of-type .svg-holder {
    display: none;
  }
  .detailed-view .main-content .tab-content .tab-pane:first-of-type .system-details {
    display: block;
  }
  .detailed-view .main-content .tab-content .tab-pane:first-of-type .system-details .system-type {
    width: 100%;
  }
  .detailed-view .main-content .tab-content .tab-pane:first-of-type .system-details .table-preview {
    display: none;
  }
  .detailed-view .main-content .tab-content .tab-pane:first-of-type .system-details .accordion {
    margin-top: 12px;
  }
  .detailed-view .main-content .tab-content .tab-pane .inspection-details .filters {
    padding: 0;
  }
  .detailed-view .main-content .tab-content .tab-pane .inspection-details .info-box {
    flex-wrap: wrap;
    padding: 0;
  }
  .detailed-view .main-content .tab-content .tab-pane .inspection-details .info-box .status-box {
    width: 100%;
  }
  .detailed-view .main-content .tab-content .tab-pane .inspection-details .info-box .status-box .status {
    border-radius: 0;
  }
  .detailed-view .main-content .tab-content .tab-pane .inspection-details .info-box .list-inline {
    margin: 0 12px;
    display: block;
  }
  .detailed-view .main-content .tab-content .tab-pane .inspection-details .info-box .list-inline li {
    margin: 12px 0;
    text-align: left !important;
  }
  .detailed-view .main-content .tab-content .tab-pane .inspection-details .info-box .list-inline li:first-of-type {
    width: 100%;
  }
  .detailed-view .main-content .tab-content .tab-pane .address {
    padding: 0;
  }
  .detailed-view .main-content .tab-content .tab-pane .address h2 {
    margin-top: 12px;
  }
  .detailed-view .main-content .tab-content .tab-pane .address .maps {
    flex-wrap: wrap;
  }
  .detailed-view .main-content .tab-content .tab-pane .address .maps .map-view {
    width: 100%;
  }
  .detailed-view .main-content .tab-content .tab-pane .activity-section {
    margin: 0;
  }
  .detailed-view .main-content .tab-content .tab-pane .activity-section .filters {
    margin: 0;
    padding: 0;
  }
  .detailed-view .main-content .tab-content .tab-pane .activity-section .filters .label {
    display: none;
  }
  .detailed-view .main-content .tab-content .tab-pane .activity-section .filters .col-md-4,
  .detailed-view .main-content .tab-content .tab-pane .activity-section .filters .col-md-7 {
    flex-wrap: wrap;
  }
  .detailed-view .main-content .tab-content .tab-pane .activity-section .filters .form-select {
    width: 100%;
  }
  .detailed-view .main-content .tab-content .tab-pane .activity-section .filters .form-select {
    margin-right: 0;
  }
  .detailed-view .main-content .tab-content .tab-pane .activity-section .filters .form-group {
    width: 100%;
  }
  .detailed-view .main-content .tab-content .tab-pane .activity-section .filters .form-group:after {
    display: none;
  }
  .detailed-view .main-content .tab-content .tab-pane .activity-section .building-activity {
    display: none;
  }
  .detailed-view .main-content .tab-content .tab-pane .activity-section .mobile-activities .activity {
    display: flex;
    align-items: center;
    border: 1px solid #d7d0c8;
    border-left: 8px solid red;
    border-radius: 4px;
    height: 95px;
    padding: 0 12px;
    margin: 12px 0;
  }
  .detailed-view .main-content .tab-content .tab-pane .activity-section .mobile-activities .activity .date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    border-left: 5px solid #ddd;
    flex-shrink: 0;
    height: 100%;
    margin-left: auto;
  }
  .detailed-view .main-content .tab-content .tab-pane .activity-section .mobile-activities .activity .date h3 span {
    text-align: center;
    display: block;
  }
}
/* End of Media queries for small devices */
/* Media queries for medium devices, such as tablets or small laptops */
@media only screen and (max-width: 768px) and (min-width: 580px) {
  /* Sign UP & Login Page */
  /* End of  Sign UP & Login Page */
  /* User managment */
  .user-managment {
    padding: 80px 12px;
  }
  .user-managment h1 {
    font-size: 1.3125rem;
  }
  .user-managment h1 .btn-primary {
    padding: 12px 20px;
    font-size: 0.875rem;
  }
  .user-managment .user-search .form-control {
    width: 100%;
    padding: 12px;
  }
  .user-managment .user-lists {
    width: 100%;
  }
  .user-managment .user-lists .user-panel a {
    display: flex;
  }
  .user-managment .user-lists .user-panel a .avatar {
    margin: 0 22px 0 12px;
    width: 92px;
    height: 92px;
  }
  .user-managment .user-lists .user-panel a .list-inline {
    display: flex;
    justify-content: space-between;
    width: 70%;
  }
  .user-managment .svg-helper {
    display: none;
  }
  /* User detailed view  */
  .user-view .user-info {
    width: 40%;
    min-height: auto;
  }
  .user-view .user-info .user-avatar .avatar {
    width: 92px;
    height: 92px;
  }
  .user-view .user-content .nav-tabs .nav-item .nav-link {
    padding: 12px 20px;
  }
  .user-view .user-content .filters {
    padding: 0;
  }
  .user-view .user-content .tab-pane {
    padding: 40px 12px;
  }
  .user-view .user-content .tab-pane .info-box {
    display: block;
  }
  .user-view .user-content .tab-pane .info-box .status-box {
    width: 80%;
    margin: 12px auto;
    border-radius: 8px;
  }
  .user-view .user-content .tab-pane .info-box .status-box .status {
    border-radius: 8px;
  }
  .user-view .user-content .tab-pane .info-box .list-inline {
    display: block;
  }
  .user-view .user-content .tab-pane .info-box .list-inline li {
    margin-bottom: 12px;
    width: 45%;
    text-align: left !important;
  }
  .user-view .user-content .tab-pane .info-box .list-inline li:first-of-type {
    width: 100%;
  }
  .user-view .user-content .profile-settings {
    padding-bottom: 12px;
  }
  .user-view .user-content .profile-settings .user-edit {
    width: 100%;
  }
  .user-view .user-content .profile-settings .user-edit .avatar {
    width: 92px;
    height: 92px;
    margin: 0px auto 30px auto;
  }
  .user-view .user-content .profile-settings .user-edit form .mb-4 {
    width: 100%;
  }
  .user-view .user-content .profile-settings .img-frame {
    display: none;
  }
  .buildings-list {
    padding: 80px 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .buildings-list .filters {
    padding: 0;
  }
  .buildings-list .building-info {
    width: 48%;
  }
  .buildings-list .building-info a {
    display: block;
  }
  .buildings-list .building-info a figure {
    width: 100%;
    height: 250px;
  }
  .buildings-list .building-info a .list-inline {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
  .buildings-list .building-info a .list-inline li {
    width: 48%;
    margin: 8px 0;
  }
  .buildings-list .building-info a .list-inline li:first-of-type {
    width: 100%;
  }
  .buildings-list .building-info a .showMore {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  .accordion {
    display: none;
  }
}
.n-button {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  width: fit-content;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  position: relative;
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  border-radius: 2px;
  cursor: pointer;
  user-select: none;
  border: none;
}
.n-button i {
  position: absolute;
  font-size: 14px;
  top: 52%;
  transform: translateY(-50%);
}
.n-button.icon-right {
  padding-right: 2.2rem !important;
}
.n-button.icon-right i {
  right: 1rem;
}
.n-button.icon-left {
  padding-left: 2rem !important;
}
.n-button.icon-left i {
  left: 1rem;
}
.n-button.full-width {
  width: 100%;
}
.n-button.outlined {
  background-color: white;
  color: #3B505E;
}
.n-button.outlined:hover {
  background-color: white;
}
.n-button.outlined:active {
  background-color: #e6e6e6;
}
.n-button.outlined:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.outlined:hover {
  background-color: #eff3f5 !important;
}
.n-button.outlined:active {
  background-color: color-mix(in srgb, #3B505E, white 80%) !important;
}
.n-button.outlined:disabled {
  box-shadow: inset 0 0 0 2px #828282 !important;
  cursor: not-allowed;
}
.n-button.filled {
  background-color: #3B505E;
  color: #fff;
}
.n-button.filled:hover {
  background-color: #4f6b7d;
}
.n-button.filled:active {
  background-color: #27353f;
}
.n-button.filled:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.icon-button {
  border-radius: 3px;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}
.n-button.icon-button i {
  position: static;
  font-size: 14px;
  top: unset;
  transform: unset;
}
.n-button.small {
  border-radius: 3px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none !important;
  min-width: 120px;
  max-height: 36px;
  min-height: 36px;
  line-height: 1;
}
.n-button.small:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.small.icon-button {
  border-radius: 3px;
  padding: 0;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
}
.n-button.small.icon-button.search {
  box-shadow: none;
  border-radius: 0 2px 2px 0;
  border: 1px solid #d7d0c8;
  background-color: transparent;
}
.n-button.small.icon-left i {
  left: 0.5rem;
}
.n-button.small.icon-right i {
  right: 0.5rem;
}
.n-button.tiny {
  border-radius: 3px;
  padding: 6px 0.5rem;
  font-size: 12px;
  font-weight: 600;
  text-transform: none !important;
  min-width: 80px;
  max-height: 24px;
  line-height: 1;
}
.n-button.tiny:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.tiny.icon-button {
  border-radius: 3px;
  padding: 0;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}
.n-button.tiny.icon-button i {
  font-size: 12px;
}
.n-button.tiny.icon-button.search {
  box-shadow: none;
  border-radius: 0 2px 2px 0;
  border: 1px solid #d7d0c8;
  background-color: transparent;
}
.n-button.tiny.icon-left i {
  left: 0.5rem;
}
.n-button.tiny.icon-right i {
  right: 0.5rem;
}
.n-button:disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.n-button.primary.outlined {
  background-color: white;
  color: #1C2A3D;
  box-shadow: inset 0 0 0 2px #1C2A3D;
}
.n-button.primary.outlined:hover {
  background-color: white;
}
.n-button.primary.outlined:active {
  background-color: #e6e6e6;
}
.n-button.primary.outlined:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.primary.outlined:hover {
  background-color: color-mix(in srgb, #1C2A3D, white 90%) !important;
}
.n-button.primary.outlined:active {
  background-color: color-mix(in srgb, #1C2A3D, white 80%) !important;
}
.n-button.primary.filled {
  background-color: #1C2A3D;
  color: #fff;
}
.n-button.primary.filled:hover {
  background-color: #2c4260;
}
.n-button.primary.filled:active {
  background-color: #0c121a;
}
.n-button.primary.filled:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.secondary.outlined {
  background-color: white;
  color: #19A08C;
  box-shadow: inset 0 0 0 2px #19A08C;
}
.n-button.secondary.outlined:hover {
  background-color: white;
}
.n-button.secondary.outlined:active {
  background-color: #e6e6e6;
}
.n-button.secondary.outlined:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.secondary.outlined:hover {
  background-color: color-mix(in srgb, #19A08C, white 90%) !important;
}
.n-button.secondary.outlined:active {
  background-color: color-mix(in srgb, #19A08C, white 80%) !important;
}
.n-button.secondary.filled {
  background-color: #19A08C;
  color: #fff;
}
.n-button.secondary.filled:hover {
  background-color: #20ccb3;
}
.n-button.secondary.filled:active {
  background-color: #127465;
}
.n-button.secondary.filled:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.secondary-light.outlined {
  background-color: white;
  color: #28C882;
  box-shadow: inset 0 0 0 2px #28C882;
}
.n-button.secondary-light.outlined:hover {
  background-color: white;
}
.n-button.secondary-light.outlined:active {
  background-color: #e6e6e6;
}
.n-button.secondary-light.outlined:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.secondary-light.outlined:hover {
  background-color: color-mix(in srgb, #28C882, white 90%) !important;
}
.n-button.secondary-light.outlined:active {
  background-color: color-mix(in srgb, #28C882, white 80%) !important;
}
.n-button.secondary-light.filled {
  background-color: #28C882;
  color: #fff;
}
.n-button.secondary-light.filled:hover {
  background-color: #49db9b;
}
.n-button.secondary-light.filled:active {
  background-color: #209e66;
}
.n-button.secondary-light.filled:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.rejected.outlined {
  background-color: white;
  color: #F9524C;
  box-shadow: inset 0 0 0 2px #F9524C;
}
.n-button.rejected.outlined:hover {
  background-color: white;
}
.n-button.rejected.outlined:active {
  background-color: #e6e6e6;
}
.n-button.rejected.outlined:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.rejected.outlined:hover {
  background-color: color-mix(in srgb, #F9524C, white 90%) !important;
}
.n-button.rejected.outlined:active {
  background-color: color-mix(in srgb, #F9524C, white 80%) !important;
}
.n-button.rejected.filled {
  background-color: #F9524C;
  color: #fff;
}
.n-button.rejected.filled:hover {
  background-color: #fb827d;
}
.n-button.rejected.filled:active {
  background-color: #f7221b;
}
.n-button.rejected.filled:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.approved.outlined {
  background-color: white;
  color: #28C882;
  box-shadow: inset 0 0 0 2px #28C882;
}
.n-button.approved.outlined:hover {
  background-color: white;
}
.n-button.approved.outlined:active {
  background-color: #e6e6e6;
}
.n-button.approved.outlined:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.approved.outlined:hover {
  background-color: color-mix(in srgb, #28C882, white 90%) !important;
}
.n-button.approved.outlined:active {
  background-color: color-mix(in srgb, #28C882, white 80%) !important;
}
.n-button.approved.filled {
  background-color: #28C882;
  color: #fff;
}
.n-button.approved.filled:hover {
  background-color: #49db9b;
}
.n-button.approved.filled:active {
  background-color: #209e66;
}
.n-button.approved.filled:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.pending.outlined {
  background-color: white;
  color: #fabe78;
  box-shadow: inset 0 0 0 2px #fabe78;
}
.n-button.pending.outlined:hover {
  background-color: white;
}
.n-button.pending.outlined:active {
  background-color: #e6e6e6;
}
.n-button.pending.outlined:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.pending.outlined:hover {
  background-color: color-mix(in srgb, #fabe78, white 90%) !important;
}
.n-button.pending.outlined:active {
  background-color: color-mix(in srgb, #fabe78, white 80%) !important;
}
.n-button.pending.filled {
  background-color: #fabe78;
  color: #fff;
}
.n-button.pending.filled:hover {
  background-color: #fcd6a9;
}
.n-button.pending.filled:active {
  background-color: #f8a647;
}
.n-button.pending.filled:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.confirmed.outlined {
  background-color: white;
  color: #6482d7;
  box-shadow: inset 0 0 0 2px #6482d7;
}
.n-button.confirmed.outlined:hover {
  background-color: white;
}
.n-button.confirmed.outlined:active {
  background-color: #e6e6e6;
}
.n-button.confirmed.outlined:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.confirmed.outlined:hover {
  background-color: color-mix(in srgb, #6482d7, white 90%) !important;
}
.n-button.confirmed.outlined:active {
  background-color: color-mix(in srgb, #6482d7, white 80%) !important;
}
.n-button.confirmed.filled {
  background-color: #6482d7;
  color: #fff;
}
.n-button.confirmed.filled:hover {
  background-color: #8da3e1;
}
.n-button.confirmed.filled:active {
  background-color: #3b61cd;
}
.n-button.confirmed.filled:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.transparent {
  border: none !important;
  background-color: transparent !important;
}
.n-button.transparent:hover {
  background-color: color-mix(in srgb, #1C2A3D, white 90%) !important;
}
.n-button.transparent.filled {
  background-color: transparent;
  color: #1C2A3D;
}
.n-button.transparent.filled:hover {
  background-color: rgba(26, 26, 26, 0);
}
.n-button.transparent.filled:active {
  background-color: rgba(0, 0, 0, 0);
}
.n-button.transparent.filled:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.save {
  background-color: #28C882;
  color: #ffffff;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none !important;
  min-width: 120px;
  max-height: 36px;
  min-height: 36px;
  line-height: 1;
  text-transform: uppercase;
  min-height: unset;
  letter-spacing: 0.06em;
  height: 36px;
  min-width: 60px;
  border-radius: 0 2px 2px 0;
}
.n-button.save:hover {
  background-color: #49db9b;
}
.n-button.save:active {
  background-color: #209e66;
}
.n-button.save:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.save:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.edit {
  background-color: white;
  color: #5a7387;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none !important;
  min-width: 120px;
  max-height: 36px;
  min-height: 36px;
  line-height: 1;
  border: 1px solid #d7d0c8;
  border-left: 0px;
  height: 36px;
  min-width: 60px;
  border-radius: 0 2px 2px 0;
}
.n-button.edit:hover {
  background-color: white;
}
.n-button.edit:active {
  background-color: #e6e6e6;
}
.n-button.edit:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.edit i {
  opacity: 0.75;
  font-size: 11px;
}
.n-button.edit:disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}
.n-button.edit.disabled {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #828282;
  cursor: not-allowed;
}

.n-button-dropdown-container {
  display: flex;
  justify-content: center;
  position: relative;
  width: max-content;
  min-width: 200px;
  height: max-content;
  border-radius: 2px;
}
@media (max-width: 670px) {
  .n-button-dropdown-container {
    min-width: 150px;
  }
}
.n-button-dropdown-container.full-width {
  width: 100%;
  min-width: auto;
}
.n-button-dropdown-container.small {
  border-radius: 3px;
  min-width: 100px;
}
.n-button-dropdown-container.align-left .n-button {
  justify-content: flex-start;
}
.n-button-dropdown-container.icon {
  min-width: max-content;
}

.n-button-dropdown-button-container {
  display: none;
  overflow: hidden;
  flex-direction: column;
  position: absolute;
  top: 100%;
  z-index: 1000;
  width: 100%;
  gap: 1px;
  background-color: white;
  border: 1px solid #d7d0c8;
  opacity: 0;
  box-shadow: -2px 2px 20px -10px #323e4b;
  transition: max-height 0.3s ease-out;
}
.n-button-dropdown-button-container.align-left .n-button {
  justify-content: flex-start;
}
.n-button-dropdown-button-container.grow-up {
  top: auto;
  bottom: 100%;
}
.n-button-dropdown-button-container.open {
  display: flex;
  height: max-content;
  max-height: 500px;
  opacity: 1;
  min-width: max-content;
}
.n-button-dropdown-button-container.disabled {
  pointer-events: none;
}
.n-button-dropdown-button-container.icon {
  width: max-content;
  left: 0;
}
.n-button-dropdown-button-container.icon.right {
  right: 0;
  left: unset;
}

.n-spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.n-spinner.small {
  width: 24px;
  height: 24px;
}

.n-spinner:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: spinner 0.75s linear infinite;
  border: 3px solid #323e4b;
  border-color: #323e4b transparent #323e4b transparent;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.n-remove-icon {
  color: #323e4b;
  cursor: pointer;
}
.n-remove-icon:hover {
  opacity: 0.7;
}
.n-remove-icon:active {
  color: #3c5064;
}

.planning-item-cluster {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  background-color: #41aab9;
}
.planning-item-cluster:hover {
  background-color: #227983;
}
.planning-item-cluster.confirmed {
  background-color: #6482d7;
}
.planning-item-cluster.confirmed:hover {
  background-color: #556EB6;
}
.planning-item-cluster.ongoing {
  background-color: #fabe78;
}
.planning-item-cluster.ongoing:hover {
  background-color: #EFAE62;
}
.planning-item-cluster.approved {
  background-color: #28C882;
}
.planning-item-cluster.approved:hover {
  background-color: #21b072;
}
.planning-item-cluster.rejected {
  background-color: #F9524C;
}
.planning-item-cluster.rejected:hover {
  background-color: #EC433C;
}

.planning-item {
  position: relative;
  display: flex;
  align-items: center;
  color: #3c5064;
  text-transform: capitalize;
  padding-left: 1rem;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  height: auto;
  min-height: 26px;
  border-left: 6px solid;
  border-radius: 3px;
  border-color: #41aab9;
  background-color: #BFE7EC;
}
.planning-item:hover {
  border-color: #227983;
  color: #323e4b;
}
.planning-item.confirmed {
  border-color: #6482d7;
  background-color: #D1DAF3;
}
.planning-item.confirmed:hover {
  border-color: #556EB6;
}
.planning-item.ongoing {
  border-color: #fabe78;
  background-color: #FFE4C3;
}
.planning-item.ongoing:hover {
  border-color: #EFAE62;
}
.planning-item.approved {
  border-color: #28C882;
  background-color: #D3F6CF;
}
.planning-item.approved:hover {
  border-color: #21b072;
}
.planning-item.rejected {
  border-color: #F9524C;
  background-color: #FCE2E1;
}
.planning-item.rejected:hover {
  border-color: #EC433C;
}
.planning-item.selected {
  box-shadow: 0 0 0 2px #28C882;
}

.week-tag {
  font-size: 0.8rem;
}
.week-tag.current {
  font-size: 1rem;
  color: white;
}

.day-tag {
  font-size: 1rem;
}
.day-tag.current {
  font-size: 1.1rem;
  font-weight: 600;
}

.small-month-tag {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  font-size: 0.8rem;
}

.current-week-marker {
  display: flex;
  min-width: 35px;
  height: 35px;
  padding: 0.5rem;
  background-color: #6482d7;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
}

.calendar-header-text {
  font-weight: 600;
  color: #5a7387;
}

.planning-table {
  display: flex;
  flex-direction: column;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.planning-table td {
  display: flex;
  border: 1px solid #d7d0c8;
  padding: 0.5rem;
  position: relative;
}
.planning-table th {
  background-color: #faf8f7;
}
.planning-table td:last-of-type {
  margin-left: 1rem;
}
.planning-table th:last-of-type {
  margin-left: 1rem;
}

.planning-table-tr-header {
  display: flex;
  width: 100%;
}

.planning-table-th-inspector {
  align-items: center;
  width: 100%;
  gap: 1rem;
  padding: 0 1rem;
  display: flex;
  border: 1px solid #d7d0c8;
  height: 50px;
}

.planning-table-th-week {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 0.5rem;
  max-width: 200px;
  min-width: 200px;
  border: 1px solid #d7d0c8;
  height: 50px;
}

.planning-table-tr {
  display: flex;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
.planning-table-tr.current-date {
  background-color: #edf4fa;
}

.planning-table-td-week {
  align-items: flex-end;
  gap: 1.5rem;
  max-width: 200px;
  min-width: 200px;
  background-color: #faf8f7;
  justify-content: flex-end;
}
.planning-table-td-week.current-date {
  background-color: #edf4fa;
}
.planning-table-td-week.expanded {
  justify-content: center;
}

.planning-table-td-day {
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  max-width: 200px;
  min-width: 200px;
  background-color: #faf8f7;
}
.planning-table-td-day.current-date {
  background-color: #edf4fa;
}

.planning-table-td-inspector {
  flex-direction: column;
  gap: 4px;
  width: 100%;
  background-color: white;
  justify-content: flex-end;
}
.planning-table-td-inspector.current-date {
  background-color: #edf4fa;
}

.planning-table-td-unassigned {
  gap: 4px;
  flex-direction: column;
  max-width: 200px;
  min-width: 200px;
  background-color: white;
  justify-content: flex-end;
}
.planning-table-td-unassigned.current-date {
  background-color: #edf4fa;
}

.planning-data {
  display: none;
  height: 1px;
  position: absolute;
  pointer-events: none;
}

.inspector-marker {
  display: flex;
  width: 35px;
  height: 20px;
  border-radius: 5px;
}

.expanded-section {
  display: flex;
  flex-direction: column;
  margin: -2px;
  border: solid 2px #28C882;
  z-index: 1000;
}

.calendar-input-container {
  display: flex;
  flex-direction: column;
  width: max-content;
  padding: 1rem;
  gap: 1rem;
  background-color: #faf8f7;
  border: 1px solid #d7d0c8;
}

.building-item {
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 55px;
  justify-content: space-between;
  background-color: white;
  cursor: pointer;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
}
.building-item p {
  color: #5a7387;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.building-item:hover {
  background-color: #f7f8fd;
}
.building-item.selected {
  background-color: #F0F3FB;
}
.building-item.selected p {
  color: #5a7387;
}
.building-item.selected:hover {
  background-color: #d0dae1;
}

.navigation-item {
  display: flex;
  width: 100%;
  min-height: 55px;
  align-items: center;
  gap: 2rem;
  background-color: white;
  cursor: pointer;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
  transition: border 0.2s ease-out;
}
.navigation-item h4, .navigation-item p, .navigation-item i {
  color: #5a7387;
}
.navigation-item i {
  color: #8ca0af;
}
.navigation-item p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.navigation-item:hover {
  background-color: #f7f8fd;
}
.navigation-item:hover h4, .navigation-item:hover p, .navigation-item:hover i {
  color: #3c5064;
}
.navigation-item.selected {
  background-color: #F0F3FB;
  border-left: solid 16px #8ca0af;
  transition: all 0.2s ease-out;
}
.navigation-item.selected h4, .navigation-item.selected p, .navigation-item.selected i {
  color: #3c5064;
}
.navigation-item.selected .item-counter h5 {
  color: #3c5064;
}
.navigation-item.selected:hover {
  background-color: #d0dae1;
}

.control-point-item {
  display: flex;
  width: 100%;
  min-height: 55px;
  position: relative;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  background-color: white;
  cursor: pointer;
  padding: 0.5rem 3rem 0.5rem 1rem;
  text-transform: capitalize;
}
.control-point-item i {
  font-size: 1.5rem;
}
.control-point-item p, .control-point-item i {
  color: #5a7387;
}
.control-point-item p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.control-point-item:hover {
  background-color: #f7f8fd;
}
.control-point-item.not-applicable:hover {
  background-color: white;
}
.control-point-item.not-applicable::after {
  content: "";
  position: absolute;
  bottom: 50%;
  height: 1px;
  left: 1rem;
  width: 90%;
  background-color: rgb(126, 126, 126);
}
.control-point-item.not-applicable::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(183, 183, 183, 0.23);
}

.system-item {
  display: flex;
  width: 100%;
  min-height: 55px;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  cursor: pointer;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
}
.system-item p {
  color: #5a7387;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.system-item:hover {
  background-color: #f7f8fd;
}
.system-item.selected {
  background-color: #F0F3FB;
}
.system-item.selected p {
  color: #3c5064;
}
.system-item.selected:hover {
  background-color: #d0dae1;
}

.system-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
  padding: 1rem;
  background-color: white;
  text-transform: capitalize;
  min-height: 90px;
}
.system-header h5 {
  color: #5a7387;
}

.group-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 90px;
  padding: 1rem;
  background-color: white;
  text-transform: capitalize;
}
.group-header h5 {
  color: #5a7387;
}

.room-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 90px;
  padding: 1rem;
  background-color: white;
  text-transform: capitalize;
}
.room-header h5 {
  color: #5a7387;
}

.room-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 90px;
  padding: 1rem;
  background-color: white;
}
.room-header h5 {
  color: #5a7387;
}

.item-counter {
  color: white;
  padding: 0.5rem 1rem;
}
.item-counter h5 {
  color: #5a7387;
  font-size: 1rem;
  font-weight: bold;
  min-width: max-content;
  width: 60px;
}

.error-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 1000px;
  border: 1px solid #fdc9c7;
}
.error-counter h5 {
  color: #F9524C;
  font-size: 1rem;
  font-weight: bold;
}

.checklist-airflow-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width: 100%;
  gap: 1px;
  height: 0px;
  min-height: 0px;
  transition: min-height 0.3s ease-out;
  margin-bottom: 2px;
}
.checklist-airflow-container.open {
  transition: min-height 0.3s ease-out;
  min-height: 113px;
}

.control-point-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width: 100%;
  gap: 1px;
  height: 0px;
  max-height: 0px;
  transition: max-height 0.5s ease-out;
  background-color: white;
}
.control-point-container.open {
  transition: max-height 0.5s ease-out;
  max-height: 600px;
  height: max-content;
  overflow: visible;
}

.mobile-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  padding: 1rem;
  gap: 1rem;
  margin: 0;
  width: 100%;
  height: auto;
  max-width: none;
  background-color: #f2f0ed;
  cursor: pointer;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0px 2px 2px 0px #d7d0c8;
}
.mobile-navigation:hover {
  background-color: #faf8f7;
}
.mobile-navigation p, .mobile-navigation h1, .mobile-navigation h2, .mobile-navigation h3, .mobile-navigation h4, .mobile-navigation h5 {
  color: #5a7387;
}

.grand-parent-bread-crumb {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.grand-parent-bread-crumb h4, .grand-parent-bread-crumb h3 {
  color: #8ca0af;
}

.parent-bread-crumb {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.parent-bread-crumb h4, .parent-bread-crumb h3 {
  color: #5a7387;
}

.default-phrase-container {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background-color: #f2f0ed;
  width: 100%;
  padding: 1px 0;
}

.default-phrase-text {
  display: flex;
  width: 100%;
  padding: 1.5rem 0.5rem;
  background-color: white;
  cursor: pointer;
}
.default-phrase-text:hover {
  background-color: #faf8f7;
}

.default-phrase-go-back {
  margin-top: 3px;
  font-size: 0.9rem;
  color: #5a7387;
  cursor: pointer;
}
.default-phrase-go-back:hover {
  color: #8ca0af;
}

.bottom-button-container {
  display: flex;
  padding: 1rem;
  gap: 1rem;
  background-color: #f2f0ed;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0px -2px 2px 0px #d7d0c8;
}

.card-tree-container {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: white;
}

.checklist-card-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 82px);
  min-width: 300px;
  gap: 1px;
  padding: 1px;
  overflow: auto;
}
@media (max-width: 670px) {
  .checklist-card-column {
    max-height: inherit;
  }
}
.checklist-card-column.hide {
  display: none;
}

.card-tree-container > .checklist-card-column {
  max-width: 400px;
  background-color: #f2f0ed;
}
@media (max-width: 670px) {
  .card-tree-container > .checklist-card-column {
    max-width: 100%;
  }
}

.card-tree-container > .checklist-card-column ~ .checklist-card-column {
  max-width: 600px;
  background-color: #ebe6e1;
}

.summary-card-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 300px;
  overflow-y: auto;
  gap: 1px;
  padding: 0 1px;
}
.summary-card-column.hide {
  display: none;
}
@media (max-width: 670px) {
  .summary-card-column {
    max-width: 100%;
  }
}

.card-tree-container > .summary-card-column {
  max-width: 400px;
  background-color: #f2f0ed;
}
@media (max-width: 670px) {
  .card-tree-container > .summary-card-column {
    max-width: 100%;
  }
}

.card-tree-container > .summary-card-column ~ .summary-card-column {
  background-color: #ebe6e1;
}

.comment-marker {
  position: absolute;
  top: 16px;
  right: 12px;
}
.comment-marker i {
  font-size: 15px;
  color: #5a7387;
}

.page-tabs {
  display: flex;
  z-index: 5;
  min-height: 76px;
  background-color: #f2f0ed;
  width: 100%;
  justify-content: flex-start;
  position: sticky;
  top: 0;
}

.page-tab-presentation {
  display: flex;
  min-width: 100px;
}

.page-tab-item {
  display: flex;
  text-decoration: none;
  color: inherit;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  border: 0;
  background-color: #f2f0ed;
  font-size: 1.0625rem;
  font-weight: 600;
}
.page-tab-item:hover {
  background-color: #ebe6e1;
  color: inherit;
}
.page-tab-item.active {
  background-color: #ffffff;
  color: inherit;
}

.progress-tabs {
  display: flex;
  z-index: 5;
  min-height: 76px;
  background-color: #f2f0ed;
  width: 100%;
  justify-content: flex-start;
  position: sticky;
  top: 67px;
}

.progress-tab-item {
  display: flex;
  position: relative;
  min-width: 225px;
  border: 0;
  align-items: center;
  justify-content: center;
  background-color: #f2f0ed;
  font-size: 1.0625rem;
  font-weight: 600;
  color: inherit;
}
.progress-tab-item.active {
  background-color: #ebe6e1;
}
.progress-tab-item.done:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  height: 6px;
  background: #5a7387;
}
.progress-tab-item.done .progress-title:after, .progress-tab-item.active .progress-title:after {
  background: #5a7387;
}

.progress-title {
  position: relative;
}
.progress-title:after {
  content: "";
  position: absolute;
  left: -2rem;
  border-radius: 1000px;
  height: 1rem;
  width: 1rem;
  transform: translateY(-50%);
  top: 50%;
  background: #8ca0af;
}

.dashboard-tab-container {
  display: flex;
  gap: 0.25rem;
  width: 100%;
  height: 100%;
  min-height: 48px;
  overflow: auto;
  box-shadow: inset 0 -3px 0px 0px #707e93;
}
@media screen and (max-width: 1024px) {
  .dashboard-tab-container {
    box-shadow: -8px 0px 6px -6px rgba(0, 0, 0, 0.25) inset, 8px 0px 6px -6px rgba(0, 0, 0, 0.25) inset, inset 0 -2px 0px 0px #707e93;
    flex: 1;
  }
}
.dashboard-tab-container.primary-style {
  box-shadow: inset 0 -3px 0px 0px #6E8A9C;
}
@media screen and (max-width: 1024px) {
  .dashboard-tab-container.primary-style {
    box-shadow: -8px 0px 6px -6px rgba(0, 0, 0, 0.25) inset, 8px 0px 6px -6px rgba(0, 0, 0, 0.25) inset, inset 0 -2px 0px 0px #6E8A9C;
  }
}
.dashboard-tab-container.primary-style .dashboard-tab {
  color: #4A5E6B;
}
.dashboard-tab-container.primary-style .dashboard-tab:hover {
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
  box-shadow: inset 0 -3px 0px 0px #6E8A9C;
}
.dashboard-tab-container.primary-style .dashboard-tab:active {
  background-color: color-mix(in srgb, #6E8A9C, white 90%);
}
.dashboard-tab-container.primary-style .dashboard-tab.current {
  border-bottom: 4px solid #1C2A3D;
  box-shadow: 4px 0 0 0 white, -4px 0 0 0 white;
  color: #1C2A3D;
}
.dashboard-tab-container.primary-style .dashboard-tab.current:hover {
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
}
.dashboard-tab-container.small {
  box-shadow: inset 0 -2px 0px 0px #0D7263;
  min-height: 32px;
}
.dashboard-tab-container.small.primary-style {
  box-shadow: inset 0 -2px 0px 0px #6E8A9C;
}
.dashboard-tab-container.small .dashboard-tab {
  font-size: 11px;
  text-transform: uppercase;
  padding: 6px 12px;
  min-width: fit-content;
}
.dashboard-tab-container.small .dashboard-tab.current {
  border-bottom: 3px solid #1C2A3D;
}

.dashboard-tab {
  display: flex;
  padding: 0.5rem 1.5rem;
  min-width: 150px;
  position: relative;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  color: #19A08C;
  border-radius: 5px 5px 0 0;
}
.dashboard-tab:hover {
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
  box-shadow: inset 0 -3px 0px 0px #0D7263;
}
.dashboard-tab:active {
  background-color: color-mix(in srgb, #6E8A9C, white 90%);
}
.dashboard-tab.current {
  border-bottom: 4px solid #1C2A3D;
  box-shadow: 4px 0 0 0 white, -4px 0 0 0 white;
  color: #1C2A3D;
}
.dashboard-tab.current:hover {
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
}
@media screen and (max-width: 1024px) {
  .dashboard-tab {
    border-radius: 0;
  }
}
@media screen and (max-width: 670px) {
  .dashboard-tab {
    min-width: max-content;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 0.25rem 0.75rem;
  }
  .dashboard-tab:hover {
    box-shadow: inset 0 -2px 0px 0px #0D7263;
  }
  .dashboard-tab.current {
    border-bottom: 4px solid #1C2A3D;
    box-shadow: 4px 0 0 0 white, -6px 0 0 0 white;
  }
}

.tab-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0.25rem;
  font-size: 12px;
  background-color: #28C882;
  color: white;
  border-radius: 1000px;
}
.tab-counter.current {
  background-color: #28C882;
}
@media screen and (max-width: 670px) {
  .tab-counter {
    border: 1px solid #28C882;
    color: white;
    min-width: 16px;
    height: 16px;
    font-size: 11px;
  }
  .tab-counter.current {
    border: 1px solid #28C882;
    color: white;
  }
}

.details-tab-content {
  display: flex;
  flex-direction: column;
  border-radius: 0 0 4px 4px;
  padding: 1rem 0 0 0;
  width: 100%;
}

@keyframes moveInToast {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveInContainer {
  0% {
    top: -5rem;
  }
  100% {
    top: 4rem;
  }
}
.n-toast {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 1rem;
  gap: 0.5rem;
  min-height: 100px;
  width: 500px;
  max-width: 500px;
  background-color: white;
  border-radius: 0.25rem;
  transition: all 0.5s ease-in-out;
  border: 2px solid #323e4b;
  border-left-width: 0.5rem;
  animation-name: moveInToast;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.n-toast h3 {
  margin: 0;
  text-transform: capitalize;
  color: #323e4b;
}
.n-toast h4 {
  margin: 0;
  color: #5a7387;
}
.n-toast.toast-success {
  border-color: #28C882;
}
.n-toast.toast-error {
  border-color: #F9524C;
}
.n-toast.toast-warning {
  border-color: #fabe78;
}

.n-toast-mobile {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 0.5rem;
  gap: 0.5rem;
  min-height: 100px;
  width: 100%;
  max-width: 500px;
  background-color: white;
  transition: all 0.5s ease-in-out;
  border-radius: 0.25rem;
  border: 2px solid #323e4b;
  border-left-width: 0.5rem;
  animation-name: moveInToast;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.n-toast-mobile.toast-success {
  border-color: #28C882;
}
.n-toast-mobile.toast-error {
  border-color: #F9524C;
}
.n-toast-mobile.toast-warning {
  border-color: #fabe78;
}

.n-toast-container {
  display: flex;
  gap: 1rem;
  flex-direction: column-reverse;
  position: fixed;
  top: -5rem;
  left: 50%;
  width: 100%;
  max-width: 500px;
  transform: translateX(-50%);
  z-index: 2000;
  transition: all 0.5s ease-in-out;
  padding: 1rem;
  animation-name: moveInContainer;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

.close-toast-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.5rem;
  border-radius: 1000px;
  cursor: pointer;
  color: #323e4b;
  transition: background-color 0.1s ease-in;
}
.close-toast-container:hover {
  background-color: #e0e0e0;
}

.n-calendar-row-month {
  display: flex;
  width: 100%;
  gap: 2px;
}

.n-calendar-cell-month {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 120px;
  width: 200px;
  flex-grow: 1;
  flex-basis: 14%;
  background-color: white;
  padding-top: 4px;
}
.n-calendar-cell-month:hover {
  background-color: #edf4fa;
}
.n-calendar-cell-month.selected-cell {
  background-color: #F0F3FB;
}
.n-calendar-cell-month.padding {
  background-color: #f2f0ed;
}

.n-calendar-cell-title {
  font-size: 2rem;
  font-weight: normal;
  text-transform: capitalize;
  color: #5a7387;
}

.n-calendar-cell-week-marker {
  display: block;
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 1rem;
}

.n-calendar-cell-month-marker {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1rem;
}

.n-calendar-day {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  width: 35px;
  height: max-content;
  border-radius: 1000px;
}
.n-calendar-day h4 {
  color: #5a7387;
}
.n-calendar-day.padding h4 {
  color: #8ca0af;
}
.n-calendar-day.current {
  background-color: #6482d7;
  height: 35px;
}
.n-calendar-day.current h4 {
  font-size: 2.2rem;
  color: white;
  font-weight: normal;
}

.n-calendar-cell-item {
  display: flex;
  border-left: solid 1rem #6482d7;
  background-color: #D1DAF3;
  width: 100%;
  padding: 0.2rem;
}
.n-calendar-cell-item.approved {
  background-color: #D3F6CF;
  border-color: #44e09c;
}
.n-calendar-cell-item.padding {
  background-color: #ebe6e1;
  border-color: #44e09c;
}

.n-calendar-cell-item-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  padding: 4px;
  overflow: auto;
  width: 100%;
  height: max-content;
}

.n-table-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: white;
  width: max-content;
  padding: 0.5rem 0.25rem;
  cursor: pointer;
  border-bottom: 2px solid white;
}
.n-table-toggle svg path {
  fill: #5a7387;
}
.n-table-toggle h4 {
  color: #5a7387;
}
.n-table-toggle:hover svg path {
  fill: #323e4b;
}
.n-table-toggle:hover h4 {
  color: #323e4b;
}
.n-table-toggle.selected {
  cursor: default;
  pointer-events: none;
  border-bottom: 2px solid #3c5064;
}
.n-table-toggle.selected svg path {
  fill: #3c5064;
}
.n-table-toggle.selected h4 {
  color: #3c5064;
}

.n-system-table {
  border: 1px solid #d7d0c8;
  table-layout: fixed;
  width: 100%;
}
.n-system-table td p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.n-system-table .n-label {
  height: 25px;
}
.n-system-table .collapse td {
  background-color: #faf8f7;
}
.n-system-table tr[aria-expanded=true] .fa-plus {
  display: none;
}
.n-system-table tr[aria-expanded=true] .fa-minus {
  display: inline;
}
.n-system-table tr {
  border-bottom: solid 1px #d7d0c8;
}
.n-system-table tr .fa-plus {
  display: inline;
}
.n-system-table tr .fa-minus {
  display: none;
}
.n-system-table tr th {
  background-color: #ebe6e1;
  padding: 0.5rem;
  height: 48px;
  text-transform: capitalize;
  text-align: center;
  vertical-align: top;
}
.n-system-table tr th h3 {
  color: #3c5064;
}
.n-system-table tr th h4 {
  text-transform: lowercase;
  color: #5a7387;
}
.n-system-table tr td {
  background-color: #f2f0ed;
  white-space: nowrap;
  height: 48px;
  padding: 0.5rem;
  align-content: center;
  text-align: center;
}
.n-system-table tr:hover:not(.collapse) {
  cursor: pointer;
}
.n-system-table tr:hover:not(.collapse) td {
  background-color: #ebe6e1;
}
.n-system-table tr:hover:not(.collapse) .n-expand-row-icon {
  background-color: #ebe6e1;
}
.n-system-table tr:hover:not(.collapse) .n-expand-row-icon:hover {
  background-color: #faf8f7;
}
.n-system-table tr.selected:not(.collapse) td {
  background-color: #d0dae1;
}

.n-expand-row-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  padding: 0.1rem;
  border-radius: 1000px;
}
.n-expand-row-icon h3 {
  color: #5a7387;
}

.table-wrapper {
  overflow-x: auto;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #3B505E;
}
.table-wrapper.pdf td {
  font-weight: unset !important;
  vertical-align: top;
}
.table-wrapper .n-checkbox-container {
  padding: 0;
}
.table-wrapper .expanded-td {
  width: 100% !important;
  max-width: unset;
}
.table-wrapper.fit-content {
  max-width: fit-content;
}
.table-wrapper.fixed-width table {
  table-layout: fixed;
}
.table-wrapper.fixed-width th, .table-wrapper.fixed-width td {
  max-width: 150px;
}
.table-wrapper.small {
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
}
.table-wrapper.small th,
.table-wrapper.small td {
  padding: 8px 12px;
  font-weight: 600;
  text-align: left;
}
.table-wrapper.small .n-th-container {
  justify-content: start;
}
.table-wrapper.small .n-th-container.center {
  justify-content: center;
}
.table-wrapper.small thead tr {
  background-color: #3B505E;
}
.table-wrapper.small thead th {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}
.table-wrapper.small.fixed-height {
  min-height: 471px;
}
@media screen and (max-width: 670px) {
  .table-wrapper.small td {
    max-width: unset;
    display: block;
    width: 100%;
    padding: 2px 8px;
    text-align: right;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
    word-break: break-all;
  }
}
.table-wrapper.tiny {
  border: none;
  font-size: 11px;
}
.table-wrapper.tiny th,
.table-wrapper.tiny td {
  padding: 6px;
  font-weight: 600;
  text-align: left;
}
.table-wrapper.tiny .n-th-container {
  justify-content: start;
}
.table-wrapper.tiny tr {
  background-color: unset;
}
.table-wrapper.tiny thead tr {
  background-color: unset;
  border-bottom: 1px solid color-mix(in srgb, #323e4b, white 80%);
}
.table-wrapper.tiny thead p {
  font-size: 11px;
}
.table-wrapper.tiny thead th {
  color: #323e4b;
  font-size: 11px;
  text-transform: uppercase;
}
.table-wrapper.tiny thead th .sortable-th {
  gap: 0px;
}
.table-wrapper.tiny thead th i {
  font-size: 13px;
}
.table-wrapper.tiny .status-label {
  font-size: 10px;
  line-height: 10px;
  margin: auto;
  height: unset;
}
.table-wrapper.tiny.fixed-height {
  min-height: 306.5px;
}
@media screen and (max-width: 670px) {
  .table-wrapper.tiny {
    background-color: white;
  }
  .table-wrapper.tiny td {
    max-width: unset;
    display: block;
    width: 100%;
    padding: 2px 8px;
    text-align: right;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
  }
}
.table-wrapper.light {
  border: 1px solid #6E8A9C;
}
.table-wrapper.light thead tr {
  background-color: white;
  border-bottom: 1px solid #6E8A9C;
}
.table-wrapper.light thead th {
  color: #3B505E;
}
.table-wrapper.light thead th .selected-sortable-icon {
  color: color-mix(in srgb, #6E8A9C, white 50%);
}
.table-wrapper table {
  border-spacing: 0;
  width: 100%;
}
.table-wrapper table th,
.table-wrapper table td {
  max-width: 250px;
  padding: 16px 24px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-wrapper table th .status-label,
.table-wrapper table td .status-label {
  margin: auto;
}
.table-wrapper table tbody tr {
  background-color: White;
}
.table-wrapper table tbody td {
  color: #1C2A3D;
}
.table-wrapper table tbody tr.expandable-row:hover {
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
  cursor: pointer;
}
.table-wrapper table tbody tr.expandable-row:active {
  background-color: color-mix(in srgb, #6E8A9C, white 90%);
}
.table-wrapper table tbody .unexpandable-row:nth-child(2n) {
  background-color: color-mix(in srgb, #6E8A9C, white 90%);
}
.table-wrapper table tbody .expandable-row:nth-child(2n) {
  background-color: color-mix(in srgb, #6E8A9C, white 90%);
}
.table-wrapper table tbody .expanded-info {
  display: none;
  padding: 0.5rem;
}
.table-wrapper table tbody .expanded-row {
  display: none;
  position: relative;
  background-color: color-mix(in srgb, #4A5E6B, white 95%);
  border-bottom: 1px solid #6E8A9C;
}
.table-wrapper table tbody .expanded-row td {
  font-weight: 400;
  padding: 0.25rem;
}
.table-wrapper table tbody .expanded-row.show {
  display: table-row;
}
@media screen and (max-width: 670px) {
  .table-wrapper table tbody .expanded-row.show {
    display: flex;
  }
}
.table-wrapper table tbody .expanded-row.show .expanded-info {
  display: block;
}
.table-wrapper table thead tr {
  background-color: #3B505E;
}
.table-wrapper table thead th {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 670px) {
  .table-wrapper {
    border: none;
    overflow: unset;
    width: 100%;
    background-color: white !important;
    max-width: unset !important;
  }
  .table-wrapper .status-label {
    width: 100%;
  }
  .table-wrapper thead {
    display: none;
  }
  .table-wrapper tbody, .table-wrapper tr, .table-wrapper td, .table-wrapper th {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: unset !important;
  }
  .table-wrapper tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    max-width: calc(100vw - 16px);
    border-radius: 4px;
  }
  .table-wrapper th, .table-wrapper td {
    padding: 12px 15px !important;
    text-align: left;
  }
  .table-wrapper td {
    text-align: right;
    padding-left: 50% !important;
    position: relative;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  .table-wrapper td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
  }
  .table-wrapper .expanded-row td {
    padding-left: 15px !important;
  }
}

.sortable-th {
  width: 40px;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}
.sortable-th.hidden i {
  display: none;
}
.sortable-th.ascending i {
  transform: rotateX(0deg);
}
.sortable-th.descending i {
  transform: rotateX(180deg);
}

.selected-sortable-icon {
  color: #4A5E6B;
}

.pagination-container {
  display: flex;
  gap: 0.25rem;
  width: 100%;
  justify-content: center;
  padding: 0 0 1rem 0;
}
@media screen and (max-width: 1024px) {
  .pagination-container .pagination-button {
    height: 36px;
    min-width: 36px;
  }
  .pagination-container .pagination-button.end {
    min-width: 48px;
  }
}

.pagination-button {
  display: flex;
  outline: none;
  min-width: 24px;
  gap: 0.5rem;
  height: 24px;
  padding: 0.25rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.01em;
  border-radius: 2px;
  border: none;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.pagination-button i {
  font-size: 10px;
  margin-top: 2px;
}
.pagination-button.end {
  padding: 0.25rem 1rem;
  min-width: 64px;
  background-color: transparent;
}
.pagination-button:hover {
  background-color: color-mix(in srgb, transparent, black 5%);
}
.pagination-button.tiny {
  font-size: 11px;
  padding: 0.15rem;
  height: 18px;
  min-width: 18px;
}
.pagination-button.tiny p, .pagination-button.tiny i {
  font-size: 11px;
}

.pagination-container button.active {
  font-weight: bold;
  background-color: #3B505E;
  color: white;
}

.no-border {
  border: none !important;
}

.n-th-container {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.n-th-container.can-sort p {
  text-decoration: underline;
}
.n-th-container.can-sort:hover {
  cursor: pointer;
  color: #6E8A9C;
}

.results-container {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  color: #1C2A3D;
  top: -1.5rem;
  padding: 0.15rem 0.5rem;
  background-color: color-mix(in srgb, #6E8A9C, white 90%);
  border-radius: 4px;
}

.table-wrapping-class.download {
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .table-wrapping-class.download {
    margin-top: calc(36px + 0.5rem);
  }
}

.download-table-button {
  position: absolute;
  right: 0;
  top: calc(-36px - 0.5rem);
}

.section-row {
  color: #1C2A3D !important;
  background-color: unset !important;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  border-bottom: 1px solid #6E8A9C;
}

.unexpandable-row.clickable:hover {
  background-color: color-mix(in srgb, #6E8A9C, white 80%) !important;
  cursor: pointer;
}

.table-container {
  overflow-x: auto;
}
.table-container .responsive-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1em;
  min-width: 300px;
  border: 1px solid #ddd;
}
.table-container th, .table-container td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
}
.table-container thead tr {
  background-color: #3B505E;
  color: white;
}
@media (max-width: 600px) {
  .table-container .responsive-table {
    border: none;
  }
  .table-container thead {
    display: none;
  }
  .table-container tbody, .table-container tr, .table-container td, .table-container th {
    display: block;
    width: 100%;
  }
  .table-container tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .table-container td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  .table-container td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
  }
}

.see-details-td {
  display: none;
}
@media screen and (max-width: 670px) {
  .see-details-td {
    display: table-cell;
  }
}

.n-navbar {
  display: flex;
  flex-direction: column;
  position: sticky;
  padding-bottom: 0.5rem;
  justify-content: space-between;
  width: 60px;
  min-width: 60px;
  height: 100vh;
  top: 0;
  background-color: #1C2A3D;
  color: white;
  transition: width 0.2s ease-in-out;
  text-decoration: none;
  z-index: 2000;
}
.n-navbar a {
  color: inherit;
}
.n-navbar h4 {
  margin: 0;
  opacity: 0;
  color: white;
  width: 100%;
}
.n-navbar i {
  min-width: 19px;
}
.n-navbar.expanded {
  width: 230px;
  min-width: 230px;
}
.n-navbar.expanded h4 {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .n-navbar {
    display: none;
  }
}

.n-navbar-item {
  text-decoration: none;
  position: relative;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0 1.5rem;
  align-items: center;
  background-color: #1C2A3D;
  color: white;
  gap: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
}
.n-navbar-item i {
  font-size: 19px;
}
.n-navbar-item:hover {
  background-color: #3B505E;
}
.n-navbar-item.selected {
  background-color: #3B505E;
}

.n-navbar-collapse-item {
  text-decoration: none;
  position: relative;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0 1.5rem;
  align-items: center;
  color: white;
  gap: 1.5rem;
  overflow: hidden;
  background-color: #28C882;
}
.n-navbar-collapse-item:hover {
  background-color: #19A08C;
}

.n-navbar-company-name {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 20px;
  padding: 0.5rem 1rem;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
.n-navbar-company-name.expanded {
  opacity: 1;
}

.n-navbar-placeholder {
  display: flex;
  flex-direction: column;
  position: sticky;
  width: 60px;
  min-width: 60px;
  height: 100vh;
  height: 100 dvh;
  top: 0;
  background-color: #1C2A3D;
  z-index: 1020;
}
@media screen and (max-width: 1024px) {
  .n-navbar-placeholder {
    position: sticky;
    left: 0;
    width: 100%;
    min-width: 60px;
    height: 60px;
    background-color: #28C882;
  }
}

.n-navbar-mobile {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  z-index: 1020;
  min-width: 60px;
  background-color: #28C882;
  color: white;
  transition: height 0.2s ease-in-out;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .n-navbar-mobile {
    display: none;
  }
}
.n-navbar-mobile a {
  color: inherit;
}
.n-navbar-mobile h4 {
  transition: all 0.2s ease-in-out;
  margin: 0;
  opacity: 0;
  color: white;
  width: 100%;
}
.n-navbar-mobile i {
  min-width: 19px;
}
.n-navbar-mobile .n-navbar-collapse-item {
  background-color: #28C882;
  width: 60px;
}
.n-navbar-mobile.expanded h4 {
  opacity: 1;
}
.n-navbar-mobile.expanded .n-navbar-mobile-content {
  height: calc(100% - 60px);
  background-color: #1C2A3D;
}
.n-navbar-mobile.expanded .n-navbar-collapse-item h4 {
  display: none;
}
.n-navbar-mobile.expanded .n-navbar-mobile-top-content {
  display: none;
}

.n-navbar-mobile-content {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  top: 60px;
  height: 0;
  transition: all 0.2s ease-in-out;
  overflow: auto;
}

.n-navbar-mobile-top-content {
  display: flex;
  margin-left: auto;
  gap: 1rem;
}
.n-navbar-mobile-top-content .n-navbar-item {
  width: max-content;
  padding: 0.5rem;
  gap: 0.5rem;
}
.n-navbar-mobile-top-content .n-navbar-item h4 {
  opacity: 1;
  width: auto;
}
@media (max-width: 350px) {
  .n-navbar-mobile-top-content .n-navbar-item h4 {
    display: none;
  }
}

body.modal-open {
  overflow: hidden;
}

.modal-dialog {
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.modal-dialog.small {
  width: 300px;
  max-width: 300px !important;
}
.modal-dialog.large {
  width: 800px;
  max-width: 800px !important;
}
.modal-dialog.x-large {
  width: 1140px;
  max-width: 1140px !important;
}
.modal-dialog.fit {
  width: fit-content;
}

.modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.n-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.15s linear;
  opacity: 1;
}
.n-modal.fade:not(.show) {
  opacity: 0;
  pointer-events: none;
}
.n-modal.fit .modal-dialog {
  max-width: 100%;
  width: max-content !important;
}

.n-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.n-modal-header {
  display: flex;
  background-color: white;
  color: #1C2A3D;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
}

.n-modal-title {
  color: #1C2A3D;
  margin: 0;
}

.n-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1C2A3D;
  background-color: white;
  font-size: 1rem;
  height: 50px;
  width: 50px;
}
.n-modal-close:hover {
  background-color: whitesmoke;
}

.n-modal-body {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 auto;
  overflow-y: auto;
  gap: 1rem;
}

.n-modal-footer {
  position: sticky;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: end;
  padding: 8px 16px;
  background-color: #F6F6F6;
}
.n-modal-footer.center {
  justify-content: center;
}

.modal-stepper {
  display: flex;
  width: 100%;
  gap: 0.5rem;
  background-color: #faf8f7;
  border-bottom: solid 1px #d7d0c8;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

.modal-step-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modal-step {
  display: flex;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  align-items: center;
  justify-content: center;
  background-color: #f2f0ed;
  box-shadow: inset 0 0 0 1px #d7d0c8;
}
.modal-step p {
  font-size: 1rem;
  color: #5a7387;
}
.modal-step.current {
  min-width: 45px;
  min-height: 45px;
  width: 45px;
  height: 45px;
  background-color: #ebe6e1;
  box-shadow: inset 0 0 0 2px #d7d0c8;
}
.modal-step.current p {
  font-size: 1.2rem;
  color: #323e4b;
}
.modal-step.small {
  transform: scale(0.7);
}
.modal-step:hover:not(.current) {
  cursor: pointer;
  background-color: #faf8f7;
}

.modal-step-line {
  display: flex;
  height: 2px;
  min-width: 20px;
  width: 40px;
  background-color: #ebe6e1;
}

.n-popper {
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 5px;
  top: 105%;
  padding: 0.5rem;
  background-color: white;
  border: 1px solid #d7d0c8;
}

.close-dialog-container {
  position: absolute;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  top: 0.5rem;
  right: 0.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 25;
}
.close-dialog-container:hover i {
  color: #323e4b;
}
.close-dialog-container i {
  color: #8ca0af;
}

.form-group {
  position: relative;
}
.form-group label {
  color: #323e4b;
  font-size: 0.875rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin: 12px 0;
}
.form-group label.label-bold {
  font-size: 1.063rem;
  font-weight: 600;
}
.form-group label span {
  color: red;
}
.form-group .form-control {
  border: 1px solid #d7d0c8;
  padding: 14px 20px;
  color: #5a7387;
}
.form-group .form-control:focus {
  box-shadow: none;
  border-color: #28C882;
}
.form-group .form-control.datepicker {
  padding-right: 35px;
}
.form-group .form-control.interactive {
  padding-right: 85px;
}
.form-group .fa-calendar {
  position: absolute;
  top: 80%;
  transform: translate(0, -80%);
  right: 12px;
  color: #5a7387;
  font-size: 21px;
}
.form-group .fa-pen {
  position: absolute;
  top: 80%;
  transform: translate(0, -80%);
  right: 12px;
  color: #5a7387;
  font-size: 21px;
  color: #28C882;
}
.form-group .btn-secondary-info {
  padding: 13.5px 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.form-group .btn-secondary-info i {
  margin: 0 18px;
}

.form-check-input {
  box-shadow: none;
  min-width: 15px;
  width: 15px;
  min-height: 15px;
  height: 15px;
  margin: 0;
}
.form-check-input.disabled {
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
  border-color: color-mix(in srgb, #1C2A3D, white 20%);
}
.form-check-input:checked {
  background-color: #1C2A3D;
  border-color: #1C2A3D;
}
.form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(35, 73, 161, 0.49);
  border-color: #1C2A3D;
}
.form-check-input.checkbox {
  border-radius: 0;
}
@media (max-width: 670px) {
  .form-check-input {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }
  .form-check-input:checked {
    background-color: #1C2A3D;
    border-color: #1C2A3D;
  }
  .form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(35, 73, 161, 0.49);
    border-color: #1C2A3D;
  }
  .form-check-input.checkbox {
    border-radius: 0;
  }
}

.dropdown-toggle {
  color: #3c5064;
}
.dropdown-toggle:hover {
  color: #5a7387;
}
.dropdown-toggle:after {
  display: none;
}

.inspector-box {
  position: relative;
  padding: 16px;
  background: #F0F3FB;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.188rem;
}
.inspector-box span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5a7387;
}
.inspector-box i {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #5a7387;
  font-size: 18px;
}

.combobox-item {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  margin-bottom: 12px;
  background: #faf8f7;
  font-size: 1.063rem;
  color: #5a7387;
}
.combobox-item .status {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background: #6482d7;
  margin-right: 20px;
}
.combobox-item:hover {
  background: #f2f0ed;
}
.combobox-item.selected {
  background: #ebe6e1;
  color: #3c5064;
}

.btn-accept {
  background: #D3F6CF;
  color: #44e09c;
  width: 70px;
  height: 70px;
  padding: 0;
  font-size: 31px;
}

.btn-declined {
  background: #FCE2E1;
  color: #EC433C;
  width: 70px;
  height: 70px;
  padding: 0;
  font-size: 31px;
}

.textfield {
  border: 1px solid #d7d0c8;
  border-radius: 2px;
  width: 100%;
  padding: 0 0.5rem;
  height: 36px;
  background-color: white;
}
.textfield.search {
  border-right: 0px;
  border-radius: 2px 0 0 2px;
  padding: 0 40px 0 0.5rem;
}
.textfield.inline {
  border-right: 0px;
  color: #5a7387;
}
.textfield:focus {
  outline: none;
  box-shadow: none;
  color: #3c5064;
  border-color: #28C882;
}
.textfield.error {
  border: 1px solid #F9524C;
}
.textfield.disabled {
  pointer-events: none;
  background-color: #f6f6f6;
}

.n-textarea {
  border: 1px solid #d7d0c8;
  border-radius: 2px;
  width: 100%;
  padding: 0.5rem;
  background-color: white;
}
.n-textarea.inline {
  border-right: 0px;
  color: #5a7387;
}
.n-textarea:focus {
  outline: none;
  box-shadow: none;
  color: #3c5064;
  border-color: #28C882;
}
.n-textarea.error {
  border: 1px solid #F9524C;
}
.n-textarea.disabled {
  background-color: #f6f6f6;
}

.n-textarea::-webkit-scrollbar {
  width: 6px;
}

.n-textarea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.n-textarea::-webkit-scrollbar-thumb {
  background-color: #6E8A9C;
}

.datepicker {
  border: 1px solid #d7d0c8;
  border-radius: 2px;
  width: 100%;
  padding: 0 0.5rem;
  padding-left: 2.5rem;
  height: 36px;
  color: #5a7387;
}
.datepicker.inline {
  border-right: 0px;
}
.datepicker:focus {
  outline: none;
  box-shadow: none;
  border-color: #28C882;
}
.datepicker.error {
  border: 1px solid #F9524C;
}

.select {
  display: flex;
  width: 100%;
  border: 1px solid #d7d0c8;
  height: 36px;
  border-radius: 2px;
  padding: 0 2rem 0 0.5rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  cursor: pointer;
  color: #5a7387;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select.inline {
  border-right: 0px;
  background-image: unset;
}
.select.inline:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.select:focus {
  outline: none;
  box-shadow: none;
  border-color: #28C882;
}
.select.error {
  border: 1px solid #F9524C;
}
.select.disabled {
  pointer-events: none;
  background-color: #f6f6f6;
  color: #828282;
  background-image: none;
}

.n-toggle {
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  background: #faf8f7;
  min-height: 2.5rem;
  min-width: 100px;
  width: max-content;
  color: #323e4b;
  padding: 1rem;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  border: none;
}
.n-toggle.selected {
  background: #5a7387;
  color: #ffffff;
}
.n-toggle.selected:hover {
  background: #3c5064;
}
.n-toggle.selected:focus {
  background: #3c5064;
}
.n-toggle.selected:active {
  background: #3c5064;
}
.n-toggle:hover {
  background: #f2f0ed;
}
.n-toggle:focus {
  background: #faf8f7;
}
.n-toggle:active {
  background: #faf8f7;
}

.n-severity-toggle-container {
  display: flex;
  width: 100%;
  overflow: hidden;
  background-color: #d7d0c8;
  padding: 1px;
  gap: 1px;
}

.n-severity-toggle-button {
  display: flex;
  padding: 0.5rem 1rem;
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: white;
}
.n-severity-toggle-button.disabled {
  pointer-events: none;
  background-color: #f2f0ed;
}
.n-severity-toggle-button.disabled.selected.low {
  background-color: #D3F6CF;
  border: 1px solid #28C882;
}
.n-severity-toggle-button.disabled.selected.medium {
  background-color: #FFE4C3;
  border: 1px solid #fabe78;
}
.n-severity-toggle-button.disabled.selected.high {
  background-color: #FCE2E1;
  border: 1px solid #F9524C;
}
.n-severity-toggle-button.disabled.selected p {
  color: inherit;
}
.n-severity-toggle-button:hover.low {
  background-color: #D3F6CF;
}
.n-severity-toggle-button:hover.medium {
  background-color: #FFE4C3;
}
.n-severity-toggle-button:hover.high {
  background-color: #FCE2E1;
}
.n-severity-toggle-button.selected {
  cursor: default;
}
.n-severity-toggle-button.selected.low {
  background-color: #28C882;
}
.n-severity-toggle-button.selected.medium {
  background-color: #fabe78;
}
.n-severity-toggle-button.selected.high {
  background-color: #F9524C;
}
.n-severity-toggle-button.selected p {
  color: white;
}

.n-radio {
  height: 15px;
  width: 15px;
  max-height: 15px;
  max-width: 15px;
  min-width: 15px;
  min-height: 15px;
  border: 1px solid #d7d0c8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1000px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.n-radio:checked {
  background-color: #3c5064;
  border-color: #323e4b;
}
.n-radio:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(60, 80, 100, 0.25);
  border-color: #323e4b;
}

.n-search {
  border: none;
  width: 100%;
  padding: 0 0.5rem;
  height: 2.5rem;
  background-color: white;
  border-right: 0;
}
.n-search:focus {
  outline: none;
  box-shadow: none;
  color: #3c5064;
}
.n-search.disabled {
  pointer-events: none;
  background-color: #f6f6f6;
}

.n-search-button {
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  gap: 0.5rem;
  height: 35px;
  width: 35px;
  min-width: 35px;
  min-height: 35px;
  padding: 0;
  background-color: #ffffff;
  border-left: 0;
  cursor: pointer;
}
.n-search-button i {
  color: #3c5064;
  font-size: 1rem;
  font-weight: 600;
}
.n-search-button.disabled i {
  color: #828282;
}

.search-container {
  display: flex;
  width: 100%;
  border: 1px solid #d7d0c8;
  align-items: center;
  border-radius: 2px;
  color: #ffffff;
}
.search-container:focus, .search-container:active, .search-container:hover {
  border-color: #28C882;
}

.inline-undo {
  color: #1C2A3D;
  text-decoration: none;
  width: max-content;
  font-size: 12px;
}
.inline-undo i {
  margin-top: 3px;
}

.inline-undo-container {
  position: relative;
  padding: 2px;
  line-height: 1rem;
}

.n-file-input-file {
  width: 100%;
  max-width: 320px;
  align-items: center;
  background-color: #edf4fa;
  padding: 0.5rem;
  border-radius: 3px;
  border: 1px solid #d0dae1;
}
.n-file-input-file i {
  font-size: 18px;
}
.n-file-input-file a {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #323e4b;
}
.n-file-input-file a:hover {
  color: #8ca0af;
}

.remove-item {
  font-size: 12px !important;
  cursor: pointer;
  margin-left: auto;
}
.remove-item:hover {
  opacity: 0.8;
}

.input-history-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  z-index: 1500;
  padding: 0.5rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: white;
  border-radius: 5px;
  left: 0;
  top: calc(100% + 4px);
}
.input-history-container .meta-info p {
  font-size: 12px;
  opacity: 0.5;
}

.skeleton:empty {
  display: flex;
  min-height: 230px;
  animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
  0% {
    background-color: #f3f3f3;
  }
  100% {
    background-color: grey;
  }
}
.n-auto-save-text-field {
  border: 1px solid #d7d0c8;
  border-radius: 2px;
  width: 100%;
  padding: 0 0.5rem;
  height: 2.5rem;
  background-color: white;
}
.n-auto-save-text-field:focus {
  outline: none;
  box-shadow: none;
  color: #3c5064;
  border-color: #28C882;
}
.n-auto-save-text-field.error {
  border: 1px solid #F9524C;
}
.n-auto-save-text-field.disabled {
  pointer-events: none;
  background-color: #f6f6f6;
}

.n-radio-label-container {
  display: flex;
  gap: 0.25rem;
  flex-direction: column;
}
.n-radio-label-container.horizontal {
  gap: 1rem;
  flex-direction: row;
  margin: auto 0;
}
.n-radio-label-container.horizontal .n-radio-button {
  gap: 0.25rem;
}

.n-radio-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 20px;
  font-size: 16px;
  font-size: 1rem;
  color: #323e4b;
  font-weight: 500;
  cursor: pointer;
}
.n-radio-button input[type=radio] {
  accent-color: #323e4b;
}
.n-radio-button input[type=radio]:checked + span {
  color: #323e4b;
  font-weight: 600;
}
.n-radio-button:hover {
  color: #5a7387;
}

.n-tooltip {
  /* ... */
  display: none;
  flex-direction: column;
  background-color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0.5rem;
  width: max-content;
  max-width: 450px;
  z-index: 2050;
  border-radius: 3px;
  white-space: pre-line;
  border: 1px solid #4A5E6B;
}
@media screen and (max-width: 670px) {
  .n-tooltip {
    max-width: 250px;
  }
}
.n-tooltip .n-button.transparent {
  border-radius: 0;
}
.n-tooltip .n-button:nth-child(2n).transparent {
  margin: 2px 0;
}
.n-tooltip.full-width {
  width: 100%;
}

.n-tooltip[data-show] {
  display: flex;
}

.circle-loader {
  margin: 0 0 30px 10px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #28C882;
  animation-name: loader-spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  right: calc(18px + 0.5rem);
  top: 48%;
  display: none;
  vertical-align: top;
  box-sizing: content-box;
}
.circle-loader.show {
  display: inline-block;
}

.circle-loader,
.circle-loader:after {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #28C882;
  transition: border 500ms ease-out;
}

.load-error {
  -webkit-animation: none;
  animation: none;
  border-color: #F9524C;
  transition: border 500ms ease-out;
}

.checkmark {
  display: none;
  box-sizing: content-box;
  position: relative;
}
.checkmark.show {
  display: block;
}
.checkmark.draw:after {
  opacity: 1;
  height: 9px;
  width: 4.5px;
  transform-origin: left top;
  border-right: 2px solid #28C882;
  border-top: 2px solid #28C882;
  content: "";
  left: 4.5px;
  top: 9px;
  position: absolute;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark.error {
  position: absolute;
  left: 8px;
  top: 4.5px;
  width: 9px;
  height: 9px;
}
.checkmark.error:before, .checkmark.error:after {
  position: absolute;
  content: " ";
  height: 9px;
  width: 2px;
  background-color: #F9524C;
}
.checkmark.error:before {
  transform: rotate(45deg);
}
.checkmark.error:after {
  transform: rotate(-45deg);
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 4.5px;
    opacity: 1;
  }
  40% {
    height: 9px;
    width: 4.5px;
    opacity: 1;
  }
  100% {
    height: 9px;
    width: 4.5px;
    opacity: 1;
  }
}
.choice-toggle {
  padding: 1rem;
  border-radius: 3px;
  max-width: 250px;
  font-weight: bold;
}
.choice-toggle.reject {
  color: color-mix(in srgb, #F9524C, black 20%);
  border: 1px solid #F9524C;
  background-color: color-mix(in srgb, #F9524C 20%, white);
}
.choice-toggle.reject input[type=radio] {
  accent-color: color-mix(in srgb, #F9524C, black 20%);
}
.choice-toggle.approve {
  color: color-mix(in srgb, #28C882, black 20%);
  border: 1px solid #28C882;
  background-color: color-mix(in srgb, #28C882 20%, white);
}
.choice-toggle.approve input[type=radio] {
  accent-color: color-mix(in srgb, #28C882, black 20%);
}

.multi-select {
  display: flex;
  border: 1px solid #d7d0c8;
  border-radius: 2px;
  min-height: 2.5rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  cursor: pointer;
  color: #5a7387;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  width: max-content;
  gap: 0.25rem;
  min-width: 200px;
  max-width: 300px;
  flex-wrap: wrap;
  padding: 0.25rem 2.25rem 0.25rem 0.25rem;
  max-height: 55px;
  overflow-y: auto;
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 670px) {
  .multi-select {
    width: 100%;
    max-width: 400px;
  }
}
.multi-select textarea, .multi-select input {
  outline: none;
  border: none;
}
.multi-select.full-width {
  width: 100%;
  max-width: unset;
}
.multi-select.inline {
  border-right: 0px;
  background-image: unset;
}
.multi-select.inline:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.multi-select:focus {
  outline: none;
  box-shadow: none;
  border-color: #28C882;
}
.multi-select.error {
  border: 1px solid #F9524C;
}
.multi-select.disabled {
  pointer-events: none;
  background-color: #f6f6f6;
  color: #828282;
  background-image: none;
}

.multi-select-item {
  display: flex;
  width: 100%;
  padding: 0.25rem;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
}
.multi-select-item:hover {
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
}

.multi-select-group-item {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: solid 1px #bbbbbb;
}

.multi-selected-item-pill {
  display: flex;
  gap: 0.5rem;
  max-height: 24px;
  max-width: 160px;
  flex-basis: max-content;
  padding: 0 0.25rem;
  font-weight: bold;
  text-transform: capitalize;
  align-items: center;
  border-radius: 4px;
  background-color: white;
  border: 1px solid color-mix(in srgb, #6E8A9C, white 80%);
  font-size: 12px;
  color: #4A5E6B;
}
.multi-selected-item-pill p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.multi-selected-item-pill:hover {
  cursor: pointer;
  background-color: color-mix(in srgb, #6E8A9C, white 95%);
  color: #6E8A9C;
}
.multi-selected-item-pill i {
  font-size: 12px;
}

.range-divider {
  width: 20px;
  min-height: 1px;
  height: 1px;
  background-color: #d7d0c8;
}

.toggle-container {
  display: flex;
  align-items: center;
  width: fit-content;
  /* Rounded sliders */
}
.toggle-container .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.toggle-container .switch.small {
  width: 50px;
  height: 28px;
}
.toggle-container .switch.small .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  z-index: 10;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.toggle-container .switch.small input:checked + .slider:before {
  left: 0px;
}
.toggle-container .switch.small .left-toggle-icon {
  left: 6px;
  font-size: 18px;
}
.toggle-container .switch.small .right-toggle-icon {
  right: 4px;
  font-size: 18px;
}
.toggle-container .switch.disabled .slider {
  cursor: not-allowed !important;
  background-color: #828282;
}
.toggle-container .switch.disabled input:focus + .slider {
  box-shadow: 0 0 1px #828282;
}
.toggle-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-container .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  z-index: 10;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.toggle-container input:checked + .slider {
  background-color: #3B505E;
}
.toggle-container input:focus + .slider {
  box-shadow: 0 0 1px #3B505E;
}
.toggle-container.approved input:checked + .slider {
  background-color: #28C882;
}
.toggle-container.approved input:focus + .slider {
  box-shadow: 0 0 1px #28C882;
}
.toggle-container input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.toggle-container .slider.round {
  border-radius: 5px;
}
.toggle-container .slider.round:before {
  border-radius: 3px;
}
.toggle-container .is-active + p {
  color: #2196F3;
}
.toggle-container .left-toggle-icon {
  color: white;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.toggle-container .right-toggle-icon {
  color: white;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.toggle-container .disabled-right-toggle-icon {
  color: white;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.toggle-container .disabled-left-toggle-icon {
  color: white;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.remove-input {
  display: flex;
  transform: scale(0.5);
  border-radius: 50%;
  position: absolute;
  right: 40px;
}
.remove-input i {
  transform: scale(1.5) !important;
}

.image-preview {
  position: relative;
  box-shadow: 0 0 0 1px #d7d0c8;
  border-radius: 4px;
  max-width: 100px;
}

.image-preview-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
}
.image-preview-container.small {
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  width: 100%;
}

.preview-img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
}
.preview-img.small {
  height: 50px;
}

.choice-option {
  display: flex;
  gap: 8px;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.choice-option.selected {
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
}
.choice-option.not-applicable {
  border-color: #8c8c8c !important;
  cursor: not-allowed;
}

.car-icon {
  font-size: 24px;
  margin-right: 10px;
}

.choice-label {
  flex-grow: 1;
  font-size: 16px;
}

.choice-not-applicable {
  color: red;
  font-size: 14px;
}

.radio-input {
  margin-left: auto;
  pointer-events: none;
}

.radio-container {
  border: 1px solid #d7d0c8;
  padding: 4px;
}

.label {
  display: inline-block;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 21px 49px;
  margin: 12px 0;
}
.label.label-rounded {
  border-radius: 30px;
}
.label.label-left {
  border-radius: 0 30px 30px 0;
}
.label.label-right {
  border-radius: 30px 0 0 30px;
}
.label.label-small {
  font-size: 1.063rem;
  padding: 9.5px 18.5px;
}
.label.default {
  background: #3c5064;
}
.label.approved {
  background: #28C882;
}
.label.rejected {
  background: #F9524C;
}
.label.confirmed {
  background: #fabe78;
}

.item-status-label {
  display: flex;
  flex: 1 1 auto;
  width: 160px;
  font-size: 18px;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
.item-status-label.done {
  background-color: #28C882;
}
.item-status-label.rejected {
  background-color: #F9524C;
}
.item-status-label.confirmed {
  background-color: #6482d7;
}
.item-status-label.ongoing {
  background-color: #fabe78;
}
.item-status-label.in-review {
  background-color: #357d9d;
}
.item-status-label.cancelled {
  background-color: #d7d0c8;
  color: #3c5064;
}

.n-label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 100%;
  border-radius: 0 1000px 1000px 0;
  padding: 4px 8px;
  color: #323e4b;
  background-color: #d7d0c8;
}
.n-label.label-right {
  border-radius: 1000px 0 0 1000px;
}
.n-label.label-left {
  border-radius: 0 1000px 1000px 0;
}
.n-label.pill {
  border-radius: 1000px;
}
.n-label.small {
  height: 25px;
}
.n-label.approved {
  background-color: #21b072;
  color: white;
}
.n-label.rejected {
  background-color: #F9524C;
  color: white;
}
.n-label.confirmed {
  background-color: #6482d7;
  color: white;
}
.n-label.ongoing {
  background-color: #fabe78;
  color: white;
}
.n-label.in-review {
  background-color: #357d9d;
  color: white;
}

.severity-level-label {
  display: flex;
  height: 35px;
  width: 80px;
}
.severity-level-label p {
  margin: auto;
  font-weight: bold;
  color: white;
}
.severity-level-label.ok {
  background-color: #28C882;
}
.severity-level-label.medium {
  background-color: #fabe78;
}
.severity-level-label.high {
  background-color: #F9524C;
}
@media (max-width: 670px) {
  .severity-level-label {
    width: 60px;
  }
}

.svg-inspector-left {
  transform: rotateY(180deg);
  height: 392px;
  width: 384px;
  background-repeat: no-repeat;
  opacity: 0.5;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}

.status-label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: max-content;
  height: 27px;
  padding: 4px 12px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  /* confirmed */
  /* pending */
  /* rejected */
  /* created */
  /* approved */
  /* decision */
  /* sent */
}
.status-label.unknown {
  border: 1px solid #828282;
  color: #828282;
}
.status-label.confirmed {
  border: 1px solid #6482d7;
  color: #6482d7;
}
.status-label.pending {
  border: 1px solid #fabe78;
  color: #fabe78;
}
.status-label.rejected {
  border: 1px solid #F9524C;
  color: #F9524C;
}
.status-label.created {
  border: 1px solid #41aab9;
  color: #41aab9;
}
.status-label.approved {
  border: 1px solid #28C882;
  color: #28C882;
}
.status-label.decision {
  border: 1px solid #BB6BD9;
  color: #BB6BD9;
}
.status-label.sent {
  border: 1px solid #828282;
  color: #828282;
}
.status-label:before {
  content: attr(data-string);
  white-space: nowrap;
  overflow: hidden;
}
.status-label.small {
  min-width: 28px;
  width: fit-content;
}
.status-label.small:before {
  width: 11px;
  letter-spacing: 1ch;
  content: attr(data-string);
  white-space: nowrap;
  overflow: hidden;
}
.status-label.small:hover:before {
  padding: 0 4px;
  width: max-content;
  max-width: max-content;
  letter-spacing: unset;
  content: attr(data-string);
  white-space: nowrap;
  overflow: hidden;
}

.text-label {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.text-label.approve {
  color: #21b072;
}
.text-label.reject {
  color: #F9524C;
}

.text-label {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 670px) {
  .text-label {
    font-size: 12px;
  }
}
.text-label.approve {
  color: #21b072;
}
.text-label.reject {
  color: #F9524C;
}

/* Basic Title */
.basic {
  padding: 32px 12px;
}
.basic span {
  font-size: 1.188rem;
  font-weight: 600;
  display: block;
  color: #323e4b;
}
.basic span:nth-of-type(2) {
  font-size: 1.063rem;
  color: #5a7387;
  margin-top: 32px;
}
.basic .list-unstyled {
  margin: 32px 0 0 0;
}
.basic .list-unstyled span {
  display: inline-block;
}

.add-room {
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.add-room .col span {
  display: block;
}

.wizard-top-container {
  display: flex;
  position: relative;
  min-height: 125px;
  height: 125px;
}
.wizard-top-container.has-scroll {
  z-index: 2;
  box-shadow: 0px 0px 6px #323e4b;
}
@media screen and (max-width: 670px) {
  .wizard-top-container {
    box-shadow: none;
    min-height: 85px;
    height: 85px;
  }
}

.wizard-content-container {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  min-height: 300px;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: white;
}

.wizard-step-container {
  display: flex;
  position: relative;
  background-color: white;
  min-width: 200px;
  width: 200px;
  padding: 1rem 2rem;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #4A5E6B;
}
.wizard-step-container.current-step {
  width: 100%;
  background-color: #1C2A3D;
}
.wizard-step-container.current-step h1 {
  font-size: 48px;
  color: white;
}
@media screen and (max-width: 1024px) {
  .wizard-step-container.current-step {
    display: flex;
    padding: 1rem;
  }
  .wizard-step-container.current-step h1 {
    font-size: 32px;
  }
  .wizard-step-container.current-step h3 {
    font-size: 1rem;
  }
  .wizard-step-container.current-step p {
    font-size: 1rem;
  }
}
.wizard-step-container.current-step h3, .wizard-step-container.current-step p {
  color: white;
}
.wizard-step-container h3, .wizard-step-container p {
  color: #1C2A3D;
}
.wizard-step-container:hover:not(.current-step) {
  cursor: pointer;
  background-color: #edf4fa;
}
@media screen and (max-width: 1024px) {
  .wizard-step-container {
    display: none;
  }
}

.main-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.next-step-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #1C2A3D;
}

.previous-step-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #1C2A3D;
}

.wizard-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #8ca0af;
  justify-content: space-between;
  max-width: 1135px;
  background-color: white;
  overflow: hidden;
  z-index: 5;
  transition: width 0.3s ease-out;
}

.wizard-bottom-container {
  display: flex;
  align-items: center;
  padding: 2rem;
  justify-content: space-between;
  background-color: white;
  border-top: 1px solid #8ca0af;
}
.wizard-bottom-container.has-scroll {
  z-index: 2;
  box-shadow: 0px 0px 6px #323e4b;
}
@media screen and (max-width: 670px) {
  .wizard-bottom-container {
    box-shadow: none;
  }
}

.review-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  border-radius: 5px;
  align-items: end;
  padding: 1rem;
  gap: 1rem;
}
.review-options .auto-save-container {
  padding: 0;
}
.review-options .input-container.inline {
  width: 400px;
}
.review-options:focus, .review-options:focus-within {
  box-shadow: 0 0 0 1px #6E8A9C, -2px 2px 6px 1px color-mix(in srgb, #6E8A9C, white 60%);
}
@media (max-width: 670px) {
  .review-options .input-container {
    width: 100%;
  }
}
.review-options .auto-save-container:focus-within, .review-options .n-radio-container:focus-within {
  box-shadow: none;
}

.wizard-container {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .wizard-container {
    height: 100%;
  }
}
.wizard-container.grid {
  display: grid;
  grid-template-columns: minmax(350px, auto) minmax(320px, 350px);
  column-gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .wizard-container.grid {
    display: flex;
    flex-direction: column;
  }
}

.wizard-comment-block {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 1 auto;
  border-radius: 5px;
  border: 1px solid #8ca0af;
  height: 100%;
  background-color: white;
  max-width: 400px;
  padding: 1rem;
  min-width: 250px;
  padding-bottom: 2rem;
  overflow: hidden;
  transition: width 0.3s ease-out, transform 0.3s ease-out;
}
.wizard-comment-block.closed {
  width: 0px;
  min-width: 0px;
  border: none;
  transform: translateX(-450px);
  opacity: 0;
}
@media (max-width: 1200px) {
  .wizard-comment-block {
    max-width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .wizard-comment-block {
    position: fixed;
    inset: 0;
    min-width: auto;
    top: 60px;
    z-index: 1050;
    max-width: unset;
    height: calc(100dvh - 60px);
    max-height: calc(100dvh - 60px);
  }
  .wizard-comment-block.closed {
    position: fixed;
    bottom: 100%;
    height: 0;
    width: 100%;
    border: none;
    transform: translateY(100%);
    padding: 0;
  }
}

.comment-close-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1rem;
  right: 1rem;
  width: 24px;
  height: 24px;
  color: #1C2A3D;
  z-index: 10;
}
.comment-close-icon:hover {
  color: #4A5E6B;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .comment-close-icon {
    top: 0.5rem;
    right: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .comment-close-icon {
    display: none;
  }
}

.comment-close-icon-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media (min-width: 1024px) {
  .comment-close-icon-button {
    display: none;
  }
}

.chat-box {
  display: flex;
  flex-direction: column;
  padding: 1rem 0.5rem;
  gap: 1rem;
  height: 100%;
  overflow-y: auto;
  background-color: #fafafa;
  white-space: pre-wrap;
  border: 1px solid #d7d0c8;
  border-radius: 5px;
  max-height: calc(100dvh - 320px - 7rem);
}
@media (max-width: 1024px) {
  .chat-box {
    max-height: calc(100dvh - 320px - 0.5rem);
  }
}

.chat-message {
  width: max-content;
  max-width: 90%;
  padding: 0.5rem 1rem;
  background-color: #ebe6e1;
  position: relative;
  word-break: break-word;
}
.chat-message.left {
  border-radius: 3px 1rem 1rem 1rem;
  background-color: #f7f8fd;
  border: 1px solid #6482d7;
}
.chat-message.right {
  border-radius: 1rem 3px 1rem 1rem;
  align-self: self-end;
  background-color: #fff7f3;
  border: 1px solid #fabe78;
}

.comment-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.comment-block.closed {
  display: none;
}

.conformity-block {
  height: 100%;
}
.conformity-block.closed {
  display: none;
}

.options-container {
  max-width: 300px;
  height: max-content;
  justify-self: center;
}
.options-container .icon-button {
  width: 100%;
  max-width: unset !important;
}
@media (max-width: 670px) {
  .options-container {
    max-width: 400px;
    justify-self: start;
  }
}

.step-side-bar {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  height: auto;
  border-right: 1px solid #1C2A3D;
}
@media screen and (max-width: 1024px) {
  .step-side-bar {
    width: 86px;
    max-width: 86px;
  }
  .step-side-bar .step-side-bar-title {
    padding: 0;
  }
  .step-side-bar .step-side-bar-title .side-bar-title {
    text-align: center;
    font-size: 9px;
  }
  .step-side-bar .step-side-bar-content {
    display: none;
  }
  .step-side-bar .wizard-side-bar-step {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .step-side-bar {
    flex-direction: row;
    background-color: white;
    width: 100%;
    max-width: 100%;
    position: sticky;
    top: 60px;
    z-index: 1010;
    border-right: none;
    border-bottom: 1px solid #1C2A3D;
  }
}

.step-side-bar-title {
  display: flex;
  padding: 2rem;
  height: 150px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .step-side-bar-title {
    display: none;
  }
}

.step-side-bar-content {
  display: flex;
  gap: 0.25rem;
  flex-direction: column;
  max-width: 300px;
}
@media (max-width: 670px) {
  .step-side-bar-content {
    display: none;
  }
}

.wizard-side-bar-step {
  display: flex;
  padding: 1rem;
  align-items: center;
  width: 100%;
  height: 86px;
}
@media (max-width: 670px) {
  .wizard-side-bar-step {
    justify-content: center;
    padding: 0.5rem 1rem;
  }
}
.wizard-side-bar-step.current {
  background-color: #edf4fa;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .wizard-side-bar-step.current {
    justify-content: center;
  }
  .wizard-side-bar-step.current .wizard-step-marker {
    background-color: #edf4fa;
    border-width: 3px;
  }
}
.wizard-side-bar-step:hover {
  cursor: pointer;
  background-color: #edf4fa;
}

.wizard-step-marker {
  display: flex;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #1C2A3D;
  background-color: white;
  color: #1C2A3D;
  font-weight: bold;
}
.wizard-step-marker.done {
  background-color: #28C882;
  border: none;
}
.wizard-step-marker.done i p {
  color: white !important;
}
.wizard-step-marker.has-error {
  border-color: #F9524C;
  color: #F9524C;
  background-color: white;
}

.wizard-issue-marker {
  display: flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #F9524C;
  color: white;
  font-weight: bold;
  font-size: 11px !important;
}

.todo-task {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  gap: 1rem;
  border-radius: 5px;
  padding: 0 0.5rem;
}
.todo-task:hover {
  background-color: #edf4fa;
}

.todo-task-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.todo-task-title-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #1C2A3D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.todo-task-title-layout {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #3B505E;
}
.todo-task-title-layout .wizard-step-marker.done i, .todo-task-title-layout .wizard-step-marker.done p {
  color: white !important;
}

.todo-task-layout {
  display: grid;
  padding: 1rem;
  border-radius: 4px;
  width: 100%;
  gap: 1rem;
  border: 1px solid #3B505E;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  background-color: color-mix(in srgb, #6E8A9C, white 95%);
}
@media screen and (max-width: 670px) {
  .todo-task-layout {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-bottom: 2rem;
  }
}

.todo-task-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  gap: 0.25rem;
  height: fit-content;
  max-height: calc(108px + 1.5rem);
  overflow: hidden;
}
.todo-task-list.expanded {
  max-height: none;
}
.todo-task-list.expanded .exp {
  transform: rotate(180deg);
}

.exp {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 1000px;
  width: 2rem;
  height: 2rem;
  color: #1C2A3D;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
.exp:hover {
  color: #4A5E6B;
}

.add-facility-dialog-container {
  border-radius: 4px;
  background-color: color-mix(in srgb, #6E8A9C, white 90%);
}

.employee-info-container {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  width: 100%;
  background-color: #fcfcfc;
  border: 1px solid #d7d0c8;
  border-radius: 4px;
}
.employee-info-container.review {
  background-color: white;
}
.employee-info-container.review .review-options {
  background-color: color-mix(in srgb, #6E8A9C, white 90%);
}
@media screen and (max-width: 670px) {
  .employee-info-container {
    padding: 0.5rem;
    border: none;
    background-color: white;
  }
}

.todo-description {
  transition: all 0.3s ease-out;
  font-size: 11px;
}

.io-todo-container {
  max-width: 450px;
  height: max-content;
  gap: 2px;
  padding: 8px;
  border-radius: 4px;
}
.io-todo-container h1 {
  color: #F9524C;
}
@media screen and (max-width: 670px) {
  .io-todo-container {
    cursor: pointer;
    transition: all 0.3s ease-in;
    max-width: 100%;
    position: sticky;
    z-index: 5;
    top: 59px;
    right: 0;
    margin: 0;
    left: 0;
    border-radius: 0;
    background-color: #F9524C;
    color: white;
    border: 0;
    border-bottom: 2px solid color-mix(in srgb, #6E8A9C, white 60%);
  }
  .io-todo-container h1, .io-todo-container h4 {
    color: white;
  }
  .io-todo-container .todo-content {
    overflow: hidden;
    transition: all 0.3s ease-out;
    max-height: 0px;
  }
  .io-todo-container .io-todo-item {
    transition: all 0.1s ease-in;
  }
  .io-todo-container .todo-description {
    margin-top: 8px;
  }
}
@media screen and (max-width: 670px) {
  .io-todo-container.open .todo-description {
    margin-top: 0;
  }
  .io-todo-container.open .todo-content {
    height: 100%;
    max-height: 500px;
  }
  .io-todo-container.open .io-todo-item {
    margin-top: 0px;
  }
  .io-todo-container.open i {
    transform: rotate(180deg);
  }
}

.todo-item-header {
  min-height: 30px;
  transition: all 0.1s ease-in;
}
@media screen and (max-width: 670px) {
  .todo-item-header:active {
    background-color: color-mix(in srgb, whitesmoke, black 15%);
  }
}

.io-todo-item {
  padding: 0.25rem;
  border-radius: 2px;
  justify-content: space-between;
  font-size: 14px;
  gap: 4px;
}
@media screen and (max-width: 670px) {
  .io-todo-item {
    padding: 0.5rem 0.25rem;
  }
}

.non-conf-comment {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  border-radius: 4px;
  width: 92%;
  background-color: white;
}
.non-conf-comment p {
  font-size: 12px;
  word-break: break-all;
}
.non-conf-comment.recipient {
  background-color: white;
  margin-left: auto;
  border: 2px solid color-mix(in srgb, #5fbeff, white 70%);
}
.non-conf-comment.recipient .comment-meta {
  flex-direction: row-reverse !important;
}
.non-conf-comment.comment {
  border: 2px solid color-mix(in srgb, #5fbeff, white 70%);
}

.conformity-box {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  border: 1px solid #8ca0af;
  overflow: hidden;
}

.conformity-state-container {
  padding: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  color: white;
  position: sticky;
  top: 0;
  z-index: 5;
}
.conformity-state-container.awaiting-decision {
  background-color: #0D7263;
}
.conformity-state-container.costumer {
  background-color: #707e93;
}

.conformity-item-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.conformity-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.conformity-item-header {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  width: 100%;
  align-items: center;
  cursor: pointer;
}
.conformity-item-header.open i {
  transform: rotateX(180deg);
}
.conformity-item-header h4, .conformity-item-header i {
  pointer-events: none;
}
.conformity-item-header:hover {
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
}

.conformity-item-content {
  max-height: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: color-mix(in srgb, #6E8A9C, white 90%);
  padding: 0;
  gap: 0;
}

.conformity-header {
  display: flex;
  color: #1C2A3D;
  flex-direction: column;
  min-height: 125px;
  width: 100%;
  justify-content: space-between;
}

.conformity-tabs-container {
  display: flex;
  height: 48px;
  font-size: 12px;
}
.conformity-tabs-container .tab-counter {
  background-color: white;
  color: #1C2A3D;
}
.conformity-tabs-container .dashboard-tab {
  width: 100%;
  background-color: white;
  border-radius: 0;
  gap: 0.25rem;
}

.conformity-chat-box {
  display: flex;
  flex-direction: column;
  padding: 1rem 0.5rem;
  gap: 1rem;
  height: 100%;
  font-size: 12px;
  background-color: #fafafa;
  white-space: pre-wrap;
  border: 1px solid #d7d0c8;
  border-radius: 5px;
}

.dp__input_wrap {
  position: relative;
  width: 100%;
  box-sizing: unset;
}

.dp__input_wrap:focus {
  border-color: var(--dp-border-color-hover);
  outline: none;
}

.dp__input {
  background-color: var(--dp-background-color);
  border-radius: var(--dp-border-radius);
  font-family: var(--dp-font-family);
  border: 1px solid var(--dp-border-color);
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  font-size: var(--dp-font-size);
  line-height: calc(var(--dp-font-size) * 1.5);
  padding: var(--dp-input-padding);
  color: var(--dp-text-color);
  box-sizing: border-box;
}

.dp__input::placeholder {
  opacity: 0.7;
}

.dp__input:hover {
  border-color: var(--dp-border-color-hover);
}

.dp__input_reg {
  caret-color: rgba(0, 0, 0, 0);
}

.dp__input_focus {
  border-color: var(--dp-border-color-hover);
}

.dp__disabled {
  background: var(--dp-disabled-color);
}

.dp__disabled::placeholder {
  color: var(--dp-disabled-color-text);
}

.dp__input_icons {
  display: inline-block;
  width: var(--dp-font-size);
  height: var(--dp-font-size);
  stroke-width: 0;
  font-size: var(--dp-font-size);
  line-height: calc(var(--dp-font-size) * 1.5);
  padding: 6px 12px;
  color: var(--dp-icon-color);
  box-sizing: content-box;
}

.dp__input_icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  color: var(--dp-icon-color);
}

.dp__clear_icon {
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--dp-icon-color);
}

.dp__input_icon_pad {
  padding-inline-start: var(--dp-input-icon-padding);
}

.dp__input_valid {
  box-shadow: 0 0 var(--dp-border-radius) var(--dp-success-color);
  border-color: var(--dp-success-color);
}

.dp__input_valid:hover {
  border-color: var(--dp-success-color);
}

.dp__input_invalid {
  box-shadow: 0 0 var(--dp-border-radius) var(--dp-danger-color);
  border-color: var(--dp-danger-color);
}

.dp__input_invalid:hover {
  border-color: var(--dp-danger-color);
}

.dp__menu {
  background: var(--dp-background-color);
  border-radius: var(--dp-border-radius);
  min-width: var(--dp-menu-min-width);
  font-family: var(--dp-font-family);
  font-size: var(--dp-font-size);
  user-select: none;
  border: 1px solid var(--dp-menu-border-color);
  box-sizing: border-box;
}

.dp__menu::after {
  box-sizing: border-box;
}

.dp__menu::before {
  box-sizing: border-box;
}

.dp__menu:focus {
  border: 1px solid var(--dp-menu-border-color);
  outline: none;
}

.dp--menu-wrapper {
  position: absolute;
  z-index: 99999;
}

.dp__menu_inner {
  padding: var(--dp-menu-padding);
}

.dp--menu--inner-stretched {
  padding: 6px 0;
}

.dp__menu_index {
  z-index: 99999;
}

.dp__menu_readonly, .dp__menu_disabled {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.dp__menu_disabled {
  background: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.dp__menu_readonly {
  background: rgba(0, 0, 0, 0);
  cursor: default;
}

.dp__arrow_top {
  left: 50%;
  top: 0;
  height: 12px;
  width: 12px;
  background-color: var(--dp-background-color);
  position: absolute;
  border-inline-end: 1px solid var(--dp-menu-border-color);
  border-top: 1px solid var(--dp-menu-border-color);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.dp__arrow_bottom {
  left: 50%;
  bottom: 0;
  height: 12px;
  width: 12px;
  background-color: var(--dp-background-color);
  position: absolute;
  border-inline-end: 1px solid var(--dp-menu-border-color);
  border-bottom: 1px solid var(--dp-menu-border-color);
  transform: translate(-50%, 50%) rotate(45deg);
}

.dp__action_extra {
  text-align: center;
  padding: 2px 0;
}

.dp--preset-dates {
  padding: 5px;
  border-inline-end: 1px solid var(--dp-border-color);
}

@media only screen and (width <= 600px) {
  .dp--preset-dates {
    display: flex;
    align-self: center;
    border: none;
    overflow-x: auto;
    max-width: calc(var(--dp-menu-width) - var(--dp-action-row-padding) * 2);
  }
}
.dp__sidebar_left {
  padding: 5px;
  border-inline-end: 1px solid var(--dp-border-color);
}

.dp__sidebar_right {
  padding: 5px;
  margin-inline-end: 1px solid var(--dp-border-color);
}

.dp--preset-range {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: left;
  white-space: nowrap;
  color: var(--dp-text-color);
  border-radius: var(--dp-border-radius);
  transition: var(--dp-common-transition);
}

.dp--preset-range:hover {
  background-color: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
  cursor: pointer;
}

@media only screen and (width <= 600px) {
  .dp--preset-range {
    border: 1px solid var(--dp-border-color);
    margin: 0 3px;
  }
  .dp--preset-range:first-child {
    margin-left: 0;
  }
  .dp--preset-range:last-child {
    margin-right: 0;
  }
}
.dp__menu_content_wrapper {
  display: flex;
}

@media only screen and (width <= 600px) {
  .dp__menu_content_wrapper {
    flex-direction: column-reverse;
  }
}
.dp__calendar_header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dp-text-color);
  white-space: nowrap;
  font-weight: bold;
}

.dp__calendar_header_item {
  text-align: center;
  flex-grow: 1;
  height: var(--dp-cell-size);
  padding: var(--dp-cell-padding);
  width: var(--dp-cell-size);
  box-sizing: border-box;
}

.dp__calendar_row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: var(--dp-row-margin);
}

.dp__calendar_item {
  text-align: center;
  flex-grow: 1;
  box-sizing: border-box;
  color: var(--dp-text-color);
}

.dp__calendar {
  position: relative;
}

.dp__calendar_header_cell {
  border-bottom: thin solid var(--dp-border-color);
  padding: var(--dp-calendar-header-cell-padding);
}

.dp__cell_inner {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: var(--dp-cell-border-radius);
  height: var(--dp-cell-size);
  padding: var(--dp-cell-padding);
  width: var(--dp-cell-size);
  border: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  position: relative;
}

.dp__cell_inner:hover {
  transition: all 0.2s;
}

.dp__cell_auto_range_start, .dp__date_hover_start:hover, .dp__range_start {
  border-end-end-radius: 0;
  border-start-end-radius: 0;
}

.dp__cell_auto_range_end, .dp__date_hover_end:hover, .dp__range_end {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}

.dp__range_end, .dp__range_start, .dp__active_date {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}

.dp__cell_auto_range_end, .dp__cell_auto_range_start {
  border-top: 1px dashed var(--dp-primary-color);
  border-bottom: 1px dashed var(--dp-primary-color);
}

.dp__date_hover_end:hover, .dp__date_hover_start:hover, .dp__date_hover:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}

.dp__cell_offset {
  color: var(--dp-secondary-color);
}

.dp__cell_disabled {
  color: var(--dp-secondary-color);
  cursor: not-allowed;
}

.dp__range_between {
  background: var(--dp-range-between-dates-background-color);
  color: var(--dp-range-between-dates-text-color);
  border-radius: 0;
  border: 1px solid var(--dp-range-between-border-color);
}

.dp__range_between_week {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
  border-radius: 0;
  border-top: 1px solid var(--dp-primary-color);
  border-bottom: 1px solid var(--dp-primary-color);
}

.dp__today {
  border: 1px solid var(--dp-primary-color);
}

.dp__week_num {
  color: var(--dp-secondary-color);
  text-align: center;
}

.dp__cell_auto_range {
  border-radius: 0;
  border-top: 1px dashed var(--dp-primary-color);
  border-bottom: 1px dashed var(--dp-primary-color);
}

.dp__cell_auto_range_start {
  border-inline-start: 1px dashed var(--dp-primary-color);
}

.dp__cell_auto_range_end {
  border-inline-end: 1px dashed var(--dp-primary-color);
}

.dp__calendar_header_separator {
  width: 100%;
  height: 1px;
  background: var(--dp-border-color);
}

.dp__calendar_next {
  margin-inline-start: var(--dp-multi-calendars-spacing);
}

.dp__marker_line, .dp__marker_dot {
  height: 5px;
  background-color: var(--dp-marker-color);
  position: absolute;
  bottom: 0;
}

.dp__marker_dot {
  width: 5px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.dp__marker_line {
  width: 100%;
  left: 0;
}

.dp__marker_tooltip {
  position: absolute;
  border-radius: var(--dp-border-radius);
  background-color: var(--dp-tooltip-color);
  padding: 5px;
  border: 1px solid var(--dp-border-color);
  z-index: 99999;
  box-sizing: border-box;
  cursor: default;
}

.dp__tooltip_content {
  white-space: nowrap;
}

.dp__tooltip_text {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  color: var(--dp-text-color);
}

.dp__tooltip_mark {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--dp-text-color);
  color: var(--dp-text-color);
  margin-inline-end: 5px;
}

.dp__arrow_bottom_tp {
  bottom: 0;
  height: 8px;
  width: 8px;
  background-color: var(--dp-tooltip-color);
  position: absolute;
  border-inline-end: 1px solid var(--dp-border-color);
  border-bottom: 1px solid var(--dp-border-color);
  transform: translate(-50%, 50%) rotate(45deg);
}

.dp__instance_calendar {
  position: relative;
  width: 100%;
}

@media only screen and (width <= 600px) {
  .dp__flex_display {
    flex-direction: column;
  }
}
.dp__cell_highlight {
  background-color: var(--dp-highlight-color);
}

.dp__month_year_row {
  display: flex;
  align-items: center;
  height: var(--dp-month-year-row-height);
  color: var(--dp-text-color);
  box-sizing: border-box;
}

.dp__inner_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: var(--dp-month-year-row-button-size);
  width: var(--dp-month-year-row-button-size);
  color: var(--dp-icon-color);
  text-align: center;
  border-radius: 50%;
}

.dp__inner_nav svg {
  height: var(--dp-button-icon-height);
  width: var(--dp-button-icon-height);
}

.dp__inner_nav:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-icon-color);
}

[dir=rtl] .dp__inner_nav {
  transform: rotate(180deg);
}

.dp__inner_nav_disabled:hover, .dp__inner_nav_disabled {
  background: var(--dp-disabled-color);
  color: var(--dp-disabled-color-text);
  cursor: not-allowed;
}

.dp--year-select, .dp__month_year_select {
  text-align: center;
  cursor: pointer;
  height: var(--dp-month-year-row-height);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--dp-border-radius);
  box-sizing: border-box;
  color: var(--dp-text-color);
}

.dp--year-select:hover, .dp__month_year_select:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
  transition: var(--dp-common-transition);
}

.dp__month_year_select {
  width: 50%;
}

.dp--year-select {
  width: 100%;
}

.dp__month_year_wrap {
  display: flex;
  width: 100%;
}

.dp__year_disable_select {
  justify-content: space-around;
}

.dp__overlay {
  width: 100%;
  background: var(--dp-background-color);
  transition: opacity 1s ease-out;
  z-index: 99999;
  font-family: var(--dp-font-family);
  color: var(--dp-text-color);
  box-sizing: border-box;
}

.dp--overlay-absolute {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.dp--overlay-relative {
  position: relative;
}

.dp__overlay_container::-webkit-scrollbar-track {
  box-shadow: var(--dp-scroll-bar-background);
  background-color: var(--dp-scroll-bar-background);
}

.dp__overlay_container::-webkit-scrollbar {
  width: 5px;
  background-color: var(--dp-scroll-bar-background);
}

.dp__overlay_container::-webkit-scrollbar-thumb {
  background-color: var(--dp-scroll-bar-color);
  border-radius: 10px;
}

.dp__overlay:focus {
  border: none;
  outline: none;
}

.dp__container_flex {
  display: flex;
}

.dp__container_block {
  display: block;
}

.dp__overlay_container {
  flex-direction: column;
  overflow-y: auto;
}

.dp__time_picker_overlay_container {
  height: 100%;
}

.dp__overlay_row {
  padding: 0;
  box-sizing: border-box;
  display: flex;
  margin-inline-start: auto;
  margin-inline-end: auto;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  align-items: center;
}

.dp__flex_row {
  flex: 1;
}

.dp__overlay_col {
  box-sizing: border-box;
  width: 33%;
  padding: var(--dp-overlay-col-padding);
  white-space: nowrap;
}

.dp__overlay_cell_pad {
  padding: var(--dp-common-padding) 0;
}

.dp__overlay_cell_active {
  cursor: pointer;
  border-radius: var(--dp-border-radius);
  text-align: center;
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}

.dp__overlay_cell {
  cursor: pointer;
  border-radius: var(--dp-border-radius);
  text-align: center;
}

.dp__overlay_cell:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
  transition: var(--dp-common-transition);
}

.dp__cell_in_between {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}

.dp__over_action_scroll {
  right: 5px;
  box-sizing: border-box;
}

.dp__overlay_cell_disabled {
  cursor: not-allowed;
  background: var(--dp-disabled-color);
}

.dp__overlay_cell_disabled:hover {
  background: var(--dp-disabled-color);
}

.dp__overlay_cell_active_disabled {
  cursor: not-allowed;
  background: var(--dp-primary-disabled-color);
}

.dp__overlay_cell_active_disabled:hover {
  background: var(--dp-primary-disabled-color);
}

.dp__btn, .dp--qr-btn, .dp--time-invalid, .dp--time-overlay-btn {
  border: none;
  font: inherit;
  transition: var(--dp-common-transition);
  line-height: normal;
}

.dp--year-mode-picker {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: var(--dp-cell-size);
}

.dp--tp-wrap {
  max-width: var(--dp-menu-min-width);
}

.dp__time_input {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-family: var(--dp-font-family);
  color: var(--dp-text-color);
}

.dp__time_col_reg_block {
  padding: 0 20px;
}

.dp__time_col_reg_inline {
  padding: 0 10px;
}

.dp__time_col_reg_with_button {
  padding: 0 15px;
}

.dp__time_col_sec {
  padding: 0 10px;
}

.dp__time_col_sec_with_button {
  padding: 0 5px;
}

.dp__time_col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dp__time_col_block {
  font-size: var(--dp-time-font-size);
}

.dp__time_display {
  cursor: pointer;
  color: var(--dp-text-color);
  border-radius: var(--dp-border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp__time_display:hover:enabled {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}

.dp__time_display_block {
  padding: 0 3px;
}

.dp__time_display_inline {
  padding: 5px;
}

.dp__time_picker_inline_container {
  display: flex;
  width: 100%;
  justify-content: center;
}

.dp__inc_dec_button {
  padding: 5px;
  margin: 0;
  height: var(--dp-time-inc-dec-button-size);
  width: var(--dp-time-inc-dec-button-size);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  color: var(--dp-icon-color);
  box-sizing: border-box;
}

.dp__inc_dec_button svg {
  height: var(--dp-time-inc-dec-button-size);
  width: var(--dp-time-inc-dec-button-size);
}

.dp__inc_dec_button:hover {
  background: var(--dp-hover-color);
  color: var(--dp-primary-color);
}

.dp__inc_dec_button_inline {
  width: 100%;
  padding: 0;
  height: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.dp__inc_dec_button_disabled:hover, .dp__inc_dec_button_disabled {
  background: var(--dp-disabled-color);
  color: var(--dp-disabled-color-text);
  cursor: not-allowed;
}

.dp__pm_am_button {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
  border: none;
  padding: var(--dp-common-padding);
  border-radius: var(--dp-border-radius);
  cursor: pointer;
}

.dp__tp_inline_btn_bar {
  width: 100%;
  height: 4px;
  background-color: var(--dp-secondary-color);
  transition: var(--dp-common-transition);
  border-collapse: collapse;
}

.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r {
  background-color: var(--dp-primary-color);
  transform: rotate(12deg) scale(1.15) translateY(-2px);
}

.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l {
  background-color: var(--dp-primary-color);
  transform: rotate(-12deg) scale(1.15) translateY(-2px);
}

.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r {
  background-color: var(--dp-primary-color);
  transform: rotate(-12deg) scale(1.15) translateY(-2px);
}

.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l {
  background-color: var(--dp-primary-color);
  transform: rotate(12deg) scale(1.15) translateY(-2px);
}

.dp--time-overlay-btn {
  background: none;
}

.dp--time-invalid {
  background-color: var(--dp-disabled-color);
}

.dp__action_row {
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--dp-action-row-padding);
  box-sizing: border-box;
  color: var(--dp-text-color);
  flex-flow: row nowrap;
}

.dp__action_row svg {
  height: var(--dp-button-icon-height);
  width: auto;
}

.dp__selection_preview {
  display: block;
  color: var(--dp-text-color);
  font-size: var(--dp-preview-font-size);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dp__action_buttons {
  display: flex;
  flex: 0;
  align-items: center;
  justify-content: flex-end;
  margin-inline-start: auto;
}

.dp__action_button {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: var(--dp-action-buttons-padding);
  line-height: var(--dp-action-button-height);
  margin-inline-start: 3px;
  height: var(--dp-action-button-height);
  cursor: pointer;
  border-radius: var(--dp-border-radius);
  font-size: var(--dp-preview-font-size);
  font-family: var(--dp-font-family);
}

.dp__action_select {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}

.dp__action_select:hover {
  background: var(--dp-primary-color);
  transition: var(--dp-action-row-transtion);
}

.dp__action_select:disabled {
  background: var(--dp-primary-disabled-color);
  cursor: not-allowed;
}

.dp__action_cancel {
  color: var(--dp-text-color);
  border: 1px solid var(--dp-border-color);
}

.dp__action_cancel:hover {
  border-color: var(--dp-primary-color);
  transition: var(--dp-action-row-transtion);
}

.dp-quarter-picker-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: var(--dp-menu-min-width);
}

.dp--qr-btn {
  width: 100%;
  padding: var(--dp-common-padding);
}

.dp--qr-btn:not(.dp--highlighted, .dp--qr-btn-active, .dp--qr-btn-disabled, .dp--qr-btn-between) {
  background: none;
}

.dp--qr-btn:hover:not(.dp--qr-btn-active, .dp--qr-btn-disabled) {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
  transition: var(--dp-common-transition);
}

.dp--quarter-items {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  justify-content: space-evenly;
}

.dp--qr-btn-active {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}

.dp--qr-btn-between {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}

.dp--qr-btn-disabled {
  cursor: not-allowed;
  background: var(--dp-disabled-color);
}

.dp--qr-btn-disabled:hover {
  background: var(--dp-disabled-color);
}

.dp__btn, .dp--time-overlay-btn, .dp--time-invalid, .dp--qr-btn {
  border: none;
  font: inherit;
  transition: var(--dp-common-transition);
  line-height: normal;
}

.dp--year-mode-picker {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: var(--dp-cell-size);
}

:root {
  --dp-common-transition: all 0.1s ease-in;
  --dp-menu-padding: 6px 8px;
  --dp-animation-duration: 0.1s;
  --dp-menu-appear-transition-timing: cubic-bezier(.4, 0, 1, 1);
  --dp-transition-timing: ease-out;
  --dp-action-row-transtion: all 0.2s ease-in;
  --dp-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --dp-border-radius: 4px;
  --dp-cell-border-radius: 4px;
  --dp-transition-length: 22px;
  --dp-transition-timing-general: 0.1s;
  --dp-button-height: 35px;
  --dp-month-year-row-height: 35px;
  --dp-month-year-row-button-size: 25px;
  --dp-button-icon-height: 20px;
  --dp-calendar-wrap-padding: 0 5px;
  --dp-cell-size: 35px;
  --dp-cell-padding: 5px;
  --dp-common-padding: 10px;
  --dp-input-icon-padding: 35px;
  --dp-input-padding: 6px 30px 6px 12px;
  --dp-menu-min-width: 260px;
  --dp-action-buttons-padding: 1px 6px;
  --dp-row-margin: 5px 0;
  --dp-calendar-header-cell-padding: 0.5rem;
  --dp-multi-calendars-spacing: 10px;
  --dp-overlay-col-padding: 3px;
  --dp-time-inc-dec-button-size: 32px;
  --dp-font-size: 1rem;
  --dp-preview-font-size: 0.8rem;
  --dp-time-font-size: 2rem;
  --dp-action-button-height: 22px;
  --dp-action-row-padding: 8px ;
}

.dp__theme_dark {
  --dp-background-color: #212121;
  --dp-text-color: #fff;
  --dp-hover-color: #484848;
  --dp-hover-text-color: #fff;
  --dp-hover-icon-color: #959595;
  --dp-primary-color: #005cb2;
  --dp-primary-disabled-color: #61a8ea;
  --dp-primary-text-color: #fff;
  --dp-secondary-color: #a9a9a9;
  --dp-border-color: #2d2d2d;
  --dp-menu-border-color: #2d2d2d;
  --dp-border-color-hover: #aaaeb7;
  --dp-disabled-color: #737373;
  --dp-disabled-color-text: #d0d0d0;
  --dp-scroll-bar-background: #212121;
  --dp-scroll-bar-color: #484848;
  --dp-success-color: #00701a;
  --dp-success-color-disabled: #428f59;
  --dp-icon-color: #959595;
  --dp-danger-color: #e53935;
  --dp-marker-color: #e53935;
  --dp-tooltip-color: #3e3e3e;
  --dp-highlight-color: rgb(0 92 178 / 20%);
  --dp-range-between-dates-background-color: var(--dp-hover-color, #484848);
  --dp-range-between-dates-text-color: var(--dp-hover-text-color, #fff);
  --dp-range-between-border-color: var(--dp-hover-color, #fff) ;
}

.dp__theme_light {
  --dp-background-color: #fff;
  --dp-text-color: #212121;
  --dp-hover-color: #f3f3f3;
  --dp-hover-text-color: #212121;
  --dp-hover-icon-color: #959595;
  --dp-primary-color: #1976d2;
  --dp-primary-disabled-color: #6bacea;
  --dp-primary-text-color: #f8f5f5;
  --dp-secondary-color: #c0c4cc;
  --dp-border-color: #ddd;
  --dp-menu-border-color: #ddd;
  --dp-border-color-hover: #aaaeb7;
  --dp-disabled-color: #f6f6f6;
  --dp-scroll-bar-background: #f3f3f3;
  --dp-scroll-bar-color: #959595;
  --dp-success-color: #76d275;
  --dp-success-color-disabled: #a3d9b1;
  --dp-icon-color: #959595;
  --dp-danger-color: #ff6f60;
  --dp-marker-color: #ff6f60;
  --dp-tooltip-color: #fafafa;
  --dp-disabled-color-text: #8e8e8e;
  --dp-highlight-color: rgb(25 118 210 / 10%);
  --dp-range-between-dates-background-color: var(--dp-hover-color, #f3f3f3);
  --dp-range-between-dates-text-color: var(--dp-hover-text-color, #212121);
  --dp-range-between-border-color: var(--dp-hover-color, #f3f3f3) ;
}

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

.dp__btn {
  background: none;
}

.dp__main {
  font-family: var(--dp-font-family);
  user-select: none;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.dp__pointer {
  cursor: pointer;
}

.dp__icon {
  stroke: currentcolor;
  fill: currentcolor;
}

.dp__button {
  width: 100%;
  text-align: center;
  color: var(--dp-icon-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: var(--dp-common-padding);
  box-sizing: border-box;
  height: var(--dp-button-height);
}

.dp__button.dp__overlay_action {
  position: absolute;
  bottom: 0;
}

.dp__button:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-icon-color);
}

.dp__button svg {
  height: var(--dp-button-icon-height);
  width: auto;
}

.dp__button_bottom {
  border-bottom-left-radius: var(--dp-border-radius);
  border-bottom-right-radius: var(--dp-border-radius);
}

.dp__flex_display {
  display: flex;
}

.dp__flex_display_with_input {
  flex-direction: column;
  align-items: flex-start;
}

.dp__relative {
  position: relative;
}

.calendar-next-enter-active, .calendar-next-leave-active, .calendar-prev-enter-active, .calendar-prev-leave-active {
  transition: all var(--dp-transition-timing-general) ease-out;
}

.calendar-next-enter-from {
  opacity: 0;
  transform: translateX(var(--dp-transition-length));
}

.calendar-next-leave-to {
  opacity: 0;
  transform: translateX(calc(var(--dp-transition-length) * -1));
}

.calendar-prev-enter-from {
  opacity: 0;
  transform: translateX(calc(var(--dp-transition-length) * -1));
}

.calendar-prev-leave-to {
  opacity: 0;
  transform: translateX(var(--dp-transition-length));
}

.dp-menu-appear-bottom-enter-active, .dp-menu-appear-bottom-leave-active, .dp-menu-appear-top-enter-active, .dp-menu-appear-top-leave-active, .dp-slide-up-enter-active, .dp-slide-up-leave-active, .dp-slide-down-enter-active, .dp-slide-down-leave-active {
  transition: all var(--dp-animation-duration) var(--dp-transition-timing);
}

.dp-menu-appear-top-enter-from, .dp-menu-appear-top-leave-to, .dp-slide-down-leave-to, .dp-slide-up-enter-from {
  opacity: 0;
  transform: translateY(var(--dp-transition-length));
}

.dp-menu-appear-bottom-enter-from, .dp-menu-appear-bottom-leave-to, .dp-slide-down-enter-from, .dp-slide-up-leave-to {
  opacity: 0;
  transform: translateY(calc(var(--dp-transition-length) * -1));
}

.dp--arrow-btn-nav {
  transition: var(--dp-common-transition);
}

.dp--highlighted {
  background-color: var(--dp-highlight-color);
}


.n-inline-loader {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* space between spinner and text */
  font-size: 0.95rem; /* tweak as needed */
  line-height: 1;
  z-index: 10000;
  position: absolute;
  top: 8px;
  transform: translateX(10%);
  right: 50%;
}

/* Spinner: simple CSS ring */
.n-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: n-spin 0.8s linear infinite;
}

/* Text pulse */
.n-pulse {
  opacity: 0.35;
  animation: n-pulse 1.2s ease-in-out infinite;
}

@keyframes n-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes n-pulse {
  0% {
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.35;
  }
}
.n-map-container {
  flex-direction: column;
  gap: 16px;
  min-height: 400px;
}
@media (max-width: 670px) {
  .n-map-container {
    padding-top: 16px;
  }
}

.route-list-item {
  padding: 8px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  border-bottom: 1px solid #eee;
}
.route-list-item .field-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.route-list-item:hover {
  background-color: color-mix(in srgb, #6E8A9C, white 80%);
}

header h1 {
  font-size: 2em;
  margin-bottom: 10px;
}

header p {
  font-size: 1.2em;
  color: #555;
}

.actions h2,
.javascript-code h2 {
  font-size: 1.5em;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  color: #007bff;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  margin: 15px 0;
}

li strong {
  color: #007bff;
}

pre {
  background-color: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow-x: auto;
}

code {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  background-color: #f1f1f1;
  padding: 2px 4px;
  border-radius: 3px;
}

.javascript code {
  color: #c7254e;
  background-color: #f9f2f4;
}

code {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  padding: 2px 4px;
  border-radius: 3px;
  display: inline;
}

/* Keywords */
code .keyword {
  color: #66d9ef; /* Light blue for keywords */
}

/* Strings */
code .string {
  color: #a6e22e; /* Green for strings */
}

/* Numbers */
code .number {
  color: #ae81ff; /* Purple for numbers */
}

/* Comments */
code .comment {
  color: #75715e; /* Grey for comments */
  font-style: italic;
}

/* Functions */
code .function {
  color: #fd971f; /* Orange for functions */
}

/* Variable Names */
code .variable {
  color: #f8f8f2; /* Default color for variable names */
}

/* Operators */
code .operator {
  color: #f92672; /* Pink for operators */
}

/* Example of inline code styling */
.javascript code {
  color: #f8f8f2;
}

.calibration-title {
  font-size: 120px;
}

.pdf-footer {
  position: absolute;
  left: 2rem;
  bottom: 3rem;
  width: 17%;
  font-size: 11px;
  white-space: nowrap;
}

.cert-signature-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
  margin-top: auto;
  width: 80%;
}

.certificate-signature-fields {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.certificate-signature-fields p {
  width: 100%;
  text-align: center;
}

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