﻿@charset "UTF-8";
:root {
  --black: #000000;
  --white: #ffffff;
  --primary: #00001c;
  --secondary: #bbe2ff;
  --oceanBlue: #366bff;
  --skyBlue: #83c7ff;
  --third: #deea34;
  --fourth: #2a7137;
  --disabled: #808080;
  --gradient1: #bbe2ff;
  --gradient2: #5c40ff;
  --gradient3: #000000;
  --gradient: linear-gradient( 90deg, rgba(188, 186, 255, 1) 0%, rgba(92, 64, 255, 1) 50%, rgba(0, 0, 0, 1) 100% );
}

/*.content {
    padding-left: 1rem;
    padding-Right: 1rem;
}*/
.site-main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20rem;
  overflow: auto;
}

.site-body {
  font-size: 1.2rem;
}

#site, #site h1, #site h2, #site h2 {
  font-family: Neue-Light;
}

#site h1, #site h2 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

#site h3 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 125%;
  font-weight: bold;
}

#site header {
  color: rgb(255, 255, 255, var(--tw-text-opacity));
  padding: 32px 24px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-image: url(/images/gradient.webp);
  background-position-y: top;
  background-size: cover;
}
#site header .inner {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#site header .inner .fa-bars {
  display: none;
}
#site header .inner img {
  width: 100px;
}
#site header .ang-header-menu {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin-left: auto;
}
#site header .ang-header-menu a {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  color: #BBE2FF;
}
#site header .ang-header-menu a i {
  margin-left: 0.5rem;
  transform: rotate(315deg);
}
#site header .ang-header-menu a:hover {
  text-decoration: underline;
}

/* Reconnect */
.components-reconnect-overlay {
  padding: 1rem !important;
}
.components-reconnect-overlay .components-reconnect-dialog {
  max-width: 20rem !important;
  width: initial !important;
}

/* Nav */
.nav-item .nav-link {
  padding: 0.5rem;
}

.nav-submenu {
  background-color: #ffffff;
  color: #000000;
  font-size: 1rem;
}
.nav-submenu a {
  color: #000000 !important;
}
.nav-submenu .nav-link {
  margin-right: auto;
}
.nav-submenu .nav-expand {
  padding: 8px 12px;
}

.breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}
.breadcrumb .breadcrumb-item a {
  color: #ffffff;
}

/* Forms */
button.time-report-button {
  padding-top: 8px !important;
  padding-bottom: 7px !important;
}

input.form-control, textarea.form-control, select.form-select, .input-group .input-group-text, button.time-report-button {
  padding: 10px;
  border-radius: 8px;
  border: 0;
  font-family: Neue-Light;
  background-color: #e1e1e1;
}

input.form-control, select.form-select, .input-group .input-group-text, button.time-report-button {
  height: 44px;
}

.disabled input.form-control, .disabled textarea.form-control, .disabled .input-group-text, .disabled button.time-report-button {
  background-color: #e9ecef;
}

.input-save-success .form-control, .input-save-success .input-group-text {
  background-color: #d4efdf;
  font-weight: bold;
}

.input-save-error .form-control, .input-save-error .input-group-text {
  background-color: #f6ddcc;
}

/* Card */
.card-header {
  font-weight: bold;
  background-color: #ffffff;
  border-bottom-color: #eeeeee;
}
.card-header a {
  margin-left: auto;
}

.card-content-page figure.table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  max-width: 100%;
}
.card-content-page figure.table table {
  min-width: max-content;
  width: 100%;
  border-collapse: collapse;
}
.card-content-page figure.table::after {
  content: "↔";
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
  opacity: 0.4;
  pointer-events: none;
  font-size: 0.9rem;
}
.card-content-page table {
  width: 100%;
}
.card-content-page table tr {
  border-bottom-color: #e3e3e3;
}
.card-content-page table tr td {
  padding: 8px 6px;
}

/* Text */
.ang-text-lightblue {
  color: #BBE2FF;
}

.ang-text-menuitem {
  color: #83C7FF;
  text-decoration: none;
  font-weight: bold;
  margin: 0.5rem 0;
  display: inline-block;
}

.ang-text-highlighted {
  display: inline-block;
  padding: 2px 10px;
  background-color: #26264f;
  border-radius: 8px;
}

/* Shadows */
.text-shadow-sm {
  text-shadow: 0 0 17px var(--tw-shadow-color);
}

.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

/* Sections */
section.ang-section {
  padding: 6rem 0;
  background-color: var(--primary);
}

section.ang-section h1, section.ang-section h2 {
  font-weight: bold;
}

section.ang-section-lightblue {
  /*background-color: #BBE2FF;*/
  background-color: transparent;
  /*color: #000000;*/
}

section.ang-section-gradient {
  background: rgb(0, 0, 0);
  background: linear-gradient(43deg, rgb(0, 0, 0) 0%, rgb(68, 47, 189) 30%, rgb(75, 52, 209) 70%, rgb(0, 0, 0) 100%);
}

.form-floating .form-label {
  color: #000000;
}

.ang-header-caption h1 {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 2rem;
}
.ang-header-caption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ang-header-caption .ang-btn {
  margin-bottom: 1rem;
}
.ang-header-caption .ang-btn:hover {
  color: #ffffff;
}

.ang-header-caption ul li {
  display: inline-block;
  width: 200px;
  margin-right: 1rem;
}

.ang-btn {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #bbe2ff;
  border-radius: 2rem;
  border: 3px solid;
  transition: border-image 1s ease-in-out;
  color: #000;
  padding: 8px 40px;
}
.ang-btn:hover {
  text-decoration: none;
  background: #bbe2ff;
  color: #333333;
}
.ang-btn:focus, .ang-btn:active {
  outline: none;
  box-shadow: none;
}

.ang-imgblock {
  height: 60vh;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 8rem;
}

.ang-imgstyle:before {
  content: "";
  position: absolute;
  top: -75px;
  left: -75px;
  height: 150px;
  width: 150px;
  border-radius: 75px;
  background-color: rgb(0, 0, 28, var(--tw-bg-opacity));
}

.ang-imgstyle:after {
  content: "";
  position: absolute;
  bottom: -75px;
  right: -75px;
  height: 150px;
  width: 150px;
  border-radius: 75px;
  background-color: rgb(0, 0, 28, var(--tw-bg-opacity));
}

/* Onboarding */
.ang-steps-onboarding li a {
  text-decoration: none;
}
.ang-steps-onboarding li.active a {
  text-decoration: underline;
  font-weight: bold;
}

.ang-content-onboarding {
  margin-top: 7em;
  left: 0;
  padding: 3rem 0 8rem 0;
  color: #fff;
  overflow: auto;
}

.ang-footer-onboarding {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  /*background-color: #BBE2FF;*/
  background-color: rgb(0, 0, 28, var(--tw-bg-opacity));
}
.ang-footer-onboarding .ang-footer-onboarding-btns {
  gap: 1rem;
  height: 4rem;
}
.ang-footer-onboarding .ang-footer-onboarding-btns button {
  /*border-radius: 0;*/
  /*border: 0;*/
  font-size: 1.2rem;
  /*padding: 0 1.4rem;*/
}

/* Contact form */
.ang-contact-form-container {
  max-width: 700px;
  margin: 0 auto;
}

/* Time reporting */
.time-report-day-submitted {
  height: 44px;
  padding: 10px;
  margin-bottom: 4px;
  border-radius: 8px;
  border: 0;
  font-family: Neue-Light;
  background-color: #e1e1e1;
}

@media (max-width: 640px) {
  .sidebar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 101;
  }
  .nav-scrollable {
    position: fixed;
    top: 56px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: #00001c;
  }
  .site-main {
    margin-top: 56px;
    padding-top: 1rem;
    position: initial;
    overflow: initial;
  }
  .site-main .top-row {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .site-body {
    font-size: 1rem;
  }
  #site h1 {
    font-size: 2rem;
  }
  #site h2 {
    font-size: 1.5rem;
  }
  #site header {
    height: initial;
    padding: 20px 15px 10px 15px;
  }
  #site header .inner {
    display: block;
  }
  #site header .inner > a {
    display: block;
    text-align: center;
  }
  #site header .inner .fa-bars {
    float: right;
    font-size: 2rem;
    display: block;
  }
  #site header .ang-header-menu {
    display: none;
    margin: 1.5rem 0 0 0;
    padding: 0;
  }
  #site header .ang-header-menu.open {
    display: block;
  }
  #site header .ang-header-menu a {
    padding: 0.5rem 0;
  }
  /*    .content {
          padding-left: 0.5rem;
          padding-Right: 0.5rem;
      }*/
  /* Card */
  .card-body {
    padding: 0.5rem;
  }
  .ang-imgblock {
    padding: 2rem;
  }
  .ang-header-caption ul li {
    width: initial;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  section.ang-section {
    padding: 6rem 1rem;
  }
  .ang-steps-onboarding ol {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
  }
  .ang-steps-onboarding ol li {
    display: none;
  }
  .ang-steps-onboarding ol li.active {
    display: inline-block;
  }
  .ang-steps-onboarding ol li.active a {
    text-decoration: initial;
  }
  .ang-footer-onboarding .container {
    padding: 0;
  }
}
@font-face {
  font-family: Neue-Light;
  src: url(/fonts/NeueHaasGrotDisp-45Light.otf);
}
@font-face {
  font-family: Neue-LightItalic;
  src: url(/fonts/NeueHaasGrotDisp-46LightItalic.otf);
}
@font-face {
  font-family: Neue-Roman;
  src: url(/fonts/NeueHaasGrotDisp-55Roman.otf);
}
@font-face {
  font-family: Neue-RomanItalic;
  src: url(/fonts/NeueHaasGrotDisp-56RomanItalic.otf);
}
@font-face {
  font-family: Neue-Medium;
  src: url(/fonts/NeueHaasGrotDisp-65Medium.otf);
}
@font-face {
  font-family: Neue-MediumItalic;
  src: url(/fonts/NeueHaasGrotDisp-66MediumItalic.otf);
}
@font-face {
  font-family: Neue-Bold;
  src: url(/fonts/NeueHaasGrotDisp-75Bold.otf);
}
@font-face {
  font-family: Neue-BoldItalic;
  src: url(/fonts/NeueHaasGrotDisp-76BoldItalic.otf);
}
/* AI Chat Mobile Design */
.ai-chat-mobile-header {
  display: block;
}

@media (max-width: 767.98px) {
  .ai-chat-mobile-header {
    color: #ffffff;
  }
  .ai-chat-container {
    position: fixed;
    top: 56px;
  }
  .ai-chat-main {
    height: calc(100vh - 100px) !important;
  }
  .mobile-conversations-overlay {
    display: none;
    padding: 0;
  }
  .mobile-conversations-overlay.show {
    display: block;
  }
}
