:root {
  font-family: "Open Sans", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  font-variation-settings: normal;
  tab-size: 4;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

.nav {
  background-color: rgb(52, 5, 96);
  width: 100%;
  z-index: 10;
}

.nav > div:first-child {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.nav-start {
  align-items: center;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 10px;
}

.nav-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 50px;
  position: relative;
}

.nav-sidePanel {
  background: #432b78;
  box-sizing: border-box;
  height: 100vh;
  left: 0px;
  padding: 70px 20px 0;
  position: fixed;
  top: 0px;
  width: 140px;
  display: none;
}

.nav-actions {
  align-items: center;
  bottom: 0px;
  display: none;
  padding-right: 0.5rem;
  position: absolute;
  right: 0;
  top: 0px;
}

@media screen and (min-width: 900px) {
  .nav {
    position: fixed;
    top: 0;
  }

  .nav-mobile {
    display: none;
  }

  .nav-actions {
    display: flex;
    margin-left: 1.5rem;
    padding-right: 0;
  }

  .nav > div:first-child {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .nav-start {
    align-items: stretch;
    flex-direction: row;
    justify-content: start;
    padding: 0;
  }

  .nav-sidePanel {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .nav > div:first-child {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.main {
  margin-bottom: auto;
  padding: 1rem 1.5rem;
}

.main-innerContent {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.navLinks {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  overflow-x: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: 0; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.navLinks::-webkit-scrollbar {
  display: none;
}

.navLink {
  align-content: flex-start;
  align-items: center;
  color: rgb(255 255 255);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-decoration: inherit;
  white-space: nowrap;
}

@media screen and (min-width: 640px) {
  .navLink {
    flex-direction: row;
    font-size: 14px;
    line-height: 40px;
    margin: 0;
  }

  .navLink-text {
    margin-left: 7px;
  }

  .navLinks {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 900px) {
  .navLink {
    line-height: normal;
  }
}

@media (min-width: 1200px) {
  .navLinks {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.navLink-separator {
  border-left: 1px solid #fff;
  height: 25px;
}

.navLink-horizontalSeparator {
  margin: 0.75rem 0;
}

.navLink-icon {
  display: inline;
  width: 1rem;
  min-height: 21px;
}

@media screen and (min-width: 900px) {
  .main {
    margin-left: 9rem;
    padding-top: 5rem;
  }

  .navLink-icon {
    width: 0.75rem;
  }

  .main-innerContent {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .main-innerContent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.button {
  -webkit-appearance: button;
  appearance: button;
  background-image: none;
  background-color: rgb(255 255 255);
  border-radius: 0.25rem;
  color: rgb(131 102 194);
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-transform: none;
}

.inlineFormButton,
.inlineDangerButton {
  appearance: button;
  background-color: rgb(131 102 194);
  border-color: #e5e7eb;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: rgb(255 255 255);
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  padding-bottom: 0.625rem;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0.625rem;
  text-transform: none;
}

.inlineDangerButton {
  background-color: #d9534f;
}

.inlineFormButton img {
  vertical-align: baseline;
}

.dateField {
  appearance: none;
  background-color: rgb(245 245 245);
  border-color: rgb(209 213 219);
  border-radius: 0.25rem;
  border-width: 2px;
  color: rgb(17 24 39);
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  width: 100%;
}

.dateField-valid {
  border-color: rgb(209 213 219);
}

.dateField-invalid {
  border-color: rgb(204 0 0);
}

/* Links */

.eaLink {
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: rgb(131, 102, 194);
  cursor: pointer;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
}

.eaLink > img {
  display: inline;
  width: 0.5rem;
}

@media screen and (min-width: 960px) {
  .eaLink {
    font-size: 0.75rem;
  }

  .eaLink > img {
    display: inline;
    width: 0.75rem;
  }
}

.cancelLink {
  background-color: rgb(185 28 28);
  border-color: #e5e7eb;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0;
  color: rgb(255 255 255);
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-decoration: inherit;
  text-transform: uppercase;
}

.deleteLink,
.editLink {
  background-color: rgb(131 102 194);
  border-radius: 0.25rem;
  color: rgb(255 255 255);
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-decoration: inherit;
}

.newLink {
  box-sizing: border-box;
  background-color: rgb(131 102 194);
  border-radius: 0.25rem;
  color: rgb(255 255 255);
  display: inline-block;
  font-size: 0.875rem;
  height: fit-content;
  line-height: 1.25;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  text-decoration: inherit;
  width: fit-content;
}

/* Flash */

.flash {
  border-radius: 0.5rem;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  line-height: 1.5rem;
}

.flash-notice {
  background-color: rgb(219 234 254);
  color: rgb(29 78 216);
}

.flash-alert {
  background-color: rgb(254, 226, 226);
  color: rgb(185, 28, 28);
}

.flash-button {
  -webkit-appearance: button;
  appearance: button;
  background-color: transparent;
  background-image: none;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.flash-closeIcon {
  cursor: pointer;
  color: inherit;
  display: block;
  line-height: inherit;
  margin-left: 0.75rem;
  width: 0.75rem;
}

.companySelector {
  color: white;
  font-size: 1.2em;
  font-weight: 300;
  position: relative;
}

.companySelector span {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  margin-left: 2px;
  border-top: 6px solid white;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 0;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

#companies_dialog {
  margin: 0;
  min-height: 100vh;
  min-width: 100vw;
  padding: 0;
}

#companies_dialog::backdrop {
  background-color: transparent;
}

.companiesDialog {
  background-color: #340560;
  color: white;
  font-weight: 200;
  line-height: 2.2em;
  min-height: 100vh;
  min-width: 100vw;
  padding: 10px 50px 20px 20px;
  position: relative;
  width: 100vw;
}

.companiesDialog label {
  font-size: 14px;
}

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

.companiesDialog-select:hover {
  text-decoration: underline;
}

.companiesDialog-select-hidden {
  display: none;
}

.companiesDialog-filter {
  appearance: none;
  background-color: rgb(245, 245, 245);
  border-radius: 0.25rem;
  border: 2px solid #d7d7d7;
  color: rgb(17, 24, 39);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 20px;
  padding: 5px;
  width: 100%;
}

.companiesDialog-filter::placeholder {
  color: rgb(107, 114, 128);
}

.companiesDialog-filter:focus {
  background-color: white;
  outline: none;
}

.companiesDialog-close {
  cursor: pointer;
  font-size: 28px;
  font-weight: bold;
  line-height: 25px;
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}

@media screen and (min-width: 720px) {
  .companiesDialog {
    min-width: 400px;
    width: 400px;
  }

  #companies_dialog {
    min-width: fit-content;
  }
}

.contactUsButton {
  background-color: #432b78;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  font-size: 11px;
  padding: 7px 10px;
  position: fixed;
  right: -24px;
  top: 50%;
  transform: rotate(-90deg) translateX(50%);
  z-index: 9;
}

.print-page-break {
  display: none !important;
}

.themedIcon {
  filter: invert(44%) sepia(48%) saturate(589%) hue-rotate(217deg)
    brightness(91%) contrast(89%);
}
