header {
  color: #33444A;
}
header hr {
  color: #CBCDCD;
  background-color: #CBCDCD;
  opacity: 1;
}
header a svg {
  color: #9230E3;
  font-size: 2rem;
}
header .navbar .fiat-btn {
  border-radius: 4px;
  margin-right: 1rem;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 4px;
  font-family: "Gilroy Regular";
}
header .navbar .fiat-btn svg {
  font-size: 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
header div.user-details {
  font-size: 0.7rem;
}
header .navigation {
  background-color: #FBF7FF;
  color: #461F65;
}
header .bg-light-grey {
  background-color: #FBF7FF;
}
header .parent-nav-item:hover button, header .parent-nav-item:focus-within button {
  display: block;
}
header .parent-nav-item:hover button:hover, header .parent-nav-item:hover button:focus-within, header .parent-nav-item:focus-within button:hover, header .parent-nav-item:focus-within button:focus-within {
  background-color: #461F65;
  color: #fff;
}
header .nav-item .nav-link.active {
  color: #461F65;
}
header .nav-item .btn-logout {
  z-index: 100;
  display: none;
  list-style: none;
  top: 100%;
  width: max-content;
}
header .nav-item span, header .nav-item a {
  padding: 0 1em;
  display: inline-block;
}
header .nav-item span.nav-icon {
  color: #461F65;
  display: inline-flex;
  padding: 0;
}
header .nav-item .router-link-active {
  color: #9230E3;
  text-decoration: underline;
}
header button {
  background-color: #fff;
  border: 0;
  border-radius: 0.25rem;
  font-size: 1;
}
header button div svg {
  color: #461F65;
  padding-right: 10px;
  font-size: 1rem;
}
header button.nav-link.avatar {
  background-color: #9230E3;
  color: #F7FDFF;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header button.nav-link.avatar:focus, header button.nav-link.avatar:hover {
  border: 2px solid #461F65;
  background-color: #9230E3;
  padding: 0.9rem;
}
header #main-nav {
  color: #9230E3;
  padding: 2em 0;
  font-weight: 600;
}
header .avatar-menu {
  list-style-type: none;
  padding: 0;
  margin-top: 1rem;
  color: #461F65;
  font-weight: bold;
}
header .account-link {
  color: #fff;
}
@media (max-width: 740px) {
  header .header-title p {
    font-size: 1rem;
  }
  header button.nav-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  header .user-account {
    float: none !important;
    padding: 0 !important;
  }
  header .nav-item-separator {
    display: none;
  }
}
@media (max-width: 575.98px) {
  header button.nav-item {
    width: 100% !important;
  }
}

@font-face {
  font-family: "Gilroy Regular";
  src: url("../fonts/GilroyRegular/font.woff2") format("woff");
  line-height: normal;
  font-feature-settings: "clig" off, "liga" off;
}
@font-face {
  font-family: "Gilroy Heavy";
  src: url("../fonts/GilroyHeavy/font.woff2") format("woff");
  line-height: normal;
  font-feature-settings: "clig" off, "liga" off;
}
@font-face {
  font-family: "Gilroy Extra Bold";
  src: url("../fonts/GilroyExtraBold/font.woff2") format("woff");
  line-height: normal;
  font-feature-settings: "clig" off, "liga" off;
}
@font-face {
  font-family: "Gilroy Bold";
  src: url("../fonts/GilroyBold/font.woff2") format("woff");
  line-height: normal;
  font-feature-settings: "clig" off, "liga" off;
}
@font-face {
  font-family: "Gilroy SemiBold";
  src: url("../fonts/GilroySemiBold/font.woff2") format("woff");
  line-height: normal;
  font-feature-settings: "clig" off, "liga" off;
}
@font-face {
  font-family: "Gilroy Medium";
  src: url("../fonts/GilroyMedium/font.woff2") format("woff");
  line-height: normal;
  font-feature-settings: "clig" off, "liga" off;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans/PublicSans-Regular.woff2") format("woff");
  line-height: normal;
  font-feature-settings: "clig" off, "liga" off;
}
@font-face {
  font-family: "Public Sans SemiBold";
  src: url("../fonts/PublicSans/PublicSans-SemiBold.woff2") format("woff");
  line-height: normal;
  font-feature-settings: "clig" off, "liga" off;
}
@font-face {
  font-family: "Public Sans Bold";
  src: url("../fonts/PublicSans/PublicSans-Bold.woff2") format("woff");
  line-height: normal;
  font-feature-settings: "clig" off, "liga" off;
}
@font-face {
  font-family: "Public Sans Medium";
  src: url("../fonts/PublicSans/PublicSans-Medium.woff2") format("woff");
  line-height: normal;
  font-feature-settings: "clig" off, "liga" off;
}
@font-face {
  font-family: "Public Sans Extra Bold";
  src: url("../fonts/PublicSans/PublicSans-ExtraBold.woff2") format("woff");
  line-height: normal;
  font-feature-settings: "clig" off, "liga" off;
}
footer {
  background-color: #002937;
  color: #EEF6F6;
  font-weight: 500;
  margin-left: 0;
}

.footer ul.menu {
  display: block;
  text-align: center;
  margin: 3em auto;
  padding: 0;
}

.footer ul.menu li {
  display: inline-block;
}
.footer ul.menu li a {
  margin: 0 1.5rem;
}

.footer ul.menu li:before {
  color: #A6BAC1;
  content: "|";
  display: inline;
}

.footer ul.menu li:first-child:before {
  content: "";
}

.footer a {
  display: inline-block;
  color: #EEF6F6;
  margin: 0 0.5rem;
}

.footer a:hover, .footer a:focus {
  color: #fff;
  background: #004a7f;
  border-bottom: #00293c;
}

.footer p {
  margin: 3rem 1rem;
  text-align: center;
}

@media (max-width: 768px) {
  .footer ul.menu li {
    display: block;
    text-align: left;
    margin-top: 1em;
  }
  .footer ul.menu li:before {
    content: none;
  }
  .footer p {
    margin-left: 0.5em;
    text-align: left;
  }
}
form {
  height: 100%;
}
form h2 {
  margin-bottom: 1rem;
}
form div.vue-app {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 1800px) {
  body .container {
    max-width: 1500px;
  }
}
@media (min-width: 2400px) {
  body .container {
    max-width: 2000px;
  }
}
body b {
  font-family: "Public Sans Bold";
}
body .user-home-content .card {
  height: 100%;
}
body .fade-leave-active {
  transition: opacity 0.5s ease;
}
body .fade-enter-active {
  transition: opacity 0.5s ease 0.5s;
}
body .fade-enter-from,
body .fade-leave-to {
  opacity: 0;
  top: 0;
}
body .fiat-page-form {
  min-width: 450px;
}
body .fiat-page-form .fiat-masked-text-box, body .fiat-page-form .fiat-text-box .k-textbox, body .fiat-page-form .fiat-drop-down-list .k-dropdownlist,
body .fiat-page-form .vue-tel-input {
  max-width: 400px;
}
body .fiat-page-form .fiat-date-picker .k-datepicker {
  width: 400px;
}
body .fiat-page-form.form-content {
  background-color: var(--white, #FFFFFF);
}
body .fiat-label.k-label {
  font-family: "Public Sans Bold";
}
body .fiat-page-buttons {
  margin-top: 1rem;
  padding-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body button.k-button.fiat-button {
  appearance: button;
  font-family: "Public Sans";
  font-weight: normal;
  border-radius: 6px;
  border: 3px solid transparent;
}
body button.k-button.fiat-button.k-button-solid-primary {
  color: #fff !important;
  background-color: #9230E3;
}
body button.k-button.fiat-button.k-button-solid-primary:hover:not(:disabled) {
  background-color: #461F65;
}
body button.k-button.fiat-button.k-button-solid-primary:active:not(:disabled) {
  background-color: #461F65;
}
body button.k-button.fiat-button.k-button-solid-primary:focus {
  background-color: #9230E3;
  border: 3px solid #fff;
  outline: 3px solid #90B6F0;
}
body button.k-button.fiat-button.k-button-solid-primary:disabled, body button.k-button.fiat-button.k-button-solid-primary.k-disabled {
  background-color: #CBCDCD;
  color: #515A5D !important;
  cursor: not-allowed;
  opacity: 0.65;
}
body button.k-button.fiat-button.k-button-solid-primary svg {
  color: #fff;
}
body button.k-button.fiat-button:focus {
  border: 3px solid #fff;
  outline: 3px solid #90B6F0;
}
body button.k-button.fiat-button.k-button-outline-secondary, body button.k-button.fiat-button.k-button-solid-secondary {
  outline: 1px solid #33444A;
  color: #33444A;
  background-color: transparent;
}
body button.k-button.fiat-button.k-button-outline-secondary:focus, body button.k-button.fiat-button.k-button-solid-secondary:focus {
  background-color: #CBCDCD;
  border: 3px solid #fff;
  outline: 3px solid #90B6F0;
}
body button.k-button.fiat-button.k-button-outline-secondary:hover:not(:disabled), body button.k-button.fiat-button.k-button-solid-secondary:hover:not(:disabled) {
  background-color: #461F65;
  color: #fff;
}
body button.k-button.fiat-button.k-button-outline-secondary:active:not(:disabled), body button.k-button.fiat-button.k-button-solid-secondary:active:not(:disabled) {
  background-color: #461F65;
}
body button.k-button.fiat-button.k-button-outline-secondary:disabled, body button.k-button.fiat-button.k-button-outline-secondary.k-disabled, body button.k-button.fiat-button.k-button-solid-secondary:disabled, body button.k-button.fiat-button.k-button-solid-secondary.k-disabled {
  background-color: #F7FDFF;
  color: #A6BAC1;
  outline: 1px solid #A6BAC1;
  cursor: not-allowed;
  opacity: 0.65;
}
body .fiat-cancel-link {
  color: #212529;
}
body .fiat-card-actions .delete-card-action {
  text-decoration: underline;
  color: #212529;
}
body .fiat-card-actions .edit-card-action {
  background-color: #CBCDCD;
  border-color: #CBCDCD;
}
body .alert.fiat-alert {
  font-family: "Public Sans";
}
body .alert-link {
  font-family: "Public Sans SemiBold";
}
body .form-content,
body .drawer-navigation-content {
  background-color: #fff;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #DEE2E6;
}
body .form-content {
  padding: 1.5rem;
}
body .horizontal-stepper {
  padding: 1rem;
}
body .card-hr {
  width: 100%;
  height: 1px;
  margin: auto;
}
body .loader-display {
  text-align: center;
}
body dl.fiat-dl dt, body .review-content dt {
  opacity: 0.65;
}
body dl.fiat-dl dd, body .review-content dd {
  font-family: "Public Sans Bold";
  font-weight: 600;
  margin-bottom: 0.5rem;
}
body dl.fiat-dl.fiat-dl-close dd, body .review-content.fiat-dl-close dd {
  margin-bottom: 0;
}
body dl.fiat-dl div.fiat-dl-hz, body .review-content div.fiat-dl-hz {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
body dl.fiat-dl div.fiat-dl-hz .fiat-dl-column, body .review-content div.fiat-dl-hz .fiat-dl-column {
  display: flex;
  flex-direction: column;
}
body .review-content .fiat-expansion-panel {
  margin-bottom: 1rem;
}
body .review-content h2 {
  font-size: large;
  font-weight: 400;
  font-family: "Gilroy Semibold";
}
@media print {
  body .review-content div.fiat-expansion-panel {
    break-inside: avoid-page;
  }
  body .review-content div.k-child-animation-container {
    max-height: none !important;
  }
}
body .stepper-body {
  width: 100%;
  position: relative;
  padding-top: 1rem;
}

.fiat-side-panel .side-panel div.side-panel-title {
  font-family: "Gilroy Bold", "Lexend", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}
.fiat-side-panel .fiat-vertical-nav .vertical-nav-content {
  overflow: scroll;
  height: 100%;
}
.fiat-side-panel .side-panel-content:has(> div.fiat-vertical-nav) {
  height: 100%;
}

@media (max-width: 499px) {
  .fiat-side-panel .side-panel {
    width: 100%;
  }
}
@media print {
  header,
  footer,
  nav,
  button {
    display: none !important;
  }
  a[type=button] {
    display: none !important;
  }
  div.row {
    margin-left: 0rem;
  }
  main > .container {
    max-width: 100%;
  }
  .fiat-notification-group {
    display: none !important;
  }
}
.terms-of-use {
  font-size: clamp(0.5rem, 3vw, 16px) !important;
}
.terms-of-use label.k-checkbox-label {
  text-align: start;
}

.k-card.fiat-card.pop-out {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.k-card.fiat-card.pop-out .add-icon {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 25%;
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.k-card.fiat-card.pop-out.add-card {
  height: 200px;
  width: 200px;
  text-decoration: none;
  color: black;
}
.k-card.fiat-card.pop-out.add-card .card-label {
  text-align: center;
}

.k-card.fiat-card.pop-out:hover, .k-card.fiat-card.pop-out:focus {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.card-header {
  font-family: "Gilroy Bold", "Lexend", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}

.card-desc {
  white-space: pre-line;
}

/* converts \n to <br> in layout */
.disabled-card {
  background-color: #e7e7e7 !important;
  color: #707070;
}

.disabled-title {
  color: #707070;
}

button.btn-logout {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  white-space: nowrap;
}
button.btn-logout.btn-outline-dark {
  color: #461F65;
  border-color: #461F65;
  background-color: #fff;
}
button.btn-logout.btn-outline-dark:hover, button.btn-logout.btn-outline-dark:active {
  color: #fff;
  background-color: #461F65;
  border-color: #461F65;
}

.login-dropdown .login-panel {
  max-width: min(500px, 95vw);
  width: max-content;
  top: calc(100% + 0.5rem);
  z-index: 1050;
}

.digitalidcontainer p, .digitalidcontainer a {
  font-size: clamp(0.75rem, 3.5vw, 18px) !important;
}
.digitalidcontainer .digitalidbutton a {
  padding-left: clamp(5px, 4vw, 30px) !important;
}
.digitalidcontainer img {
  width: clamp(40px, 30vw, 70px) !important;
}

.login-dropdown .login-panel::before {
  content: "";
  position: absolute;
  right: 0.85rem;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.125);
}

.login-dropdown .login-panel::after {
  content: "";
  position: absolute;
  right: 0.85rem;
  top: -5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFFFFF;
}

.login-dropdown .btn.btn-sm {
  white-space: nowrap;
}

.login-dropdown .card::before {
  content: "";
  position: absolute;
  right: 0.85rem;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.125);
}

.login-dropdown .card::after {
  content: "";
  position: absolute;
  right: 0.85rem;
  top: -5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFFFFF;
}

div.fixed-flex {
  flex: 0 0 auto;
}

.fiat-purple-chip {
  background-color: #6F42C1 !important;
  color: white !important;
}

.fiat-cyan-chip {
  background-color: #17A2B8 !important;
  color: white !important;
}

.fiat-blue-chip {
  background-color: #007BFF !important;
  color: white !important;
}

.fiat-red-chip {
  background-color: #ae3b41 !important;
  color: white !important;
}

.fiat-pink-chip {
  background-color: #E83E8C !important;
  color: white !important;
}

.fiat-orange-chip {
  background-color: #FD7E14 !important;
  color: white !important;
}

.fiat-yellow-chip {
  background-color: #FFC107 !important;
  color: white !important;
}

.fiat-green-chip {
  background-color: #28A745 !important;
  color: white !important;
}

ol.k-step-list.k-step-list-vertical .k-step-label {
  display: block;
}
ol.k-step-list.k-step-list-vertical span.k-step-text {
  max-width: calc(12em - (var(--kendo-icon-size, 1rem) + var(--kendo-icon-spacing, 0.5rem)));
}

.k-stepper .k-step-done span.k-step-indicator {
  border-color: #461F65;
  background-color: #461F65;
}
.k-stepper .k-step-done:hover {
  cursor: pointer;
}
.k-stepper .k-step-done:hover span.k-step-indicator {
  border-color: #461F65 !important;
  background-color: #9230E3 !important;
}
.k-stepper .k-step-current span.k-step-indicator, .k-stepper .k-step-current .k-step:hover span.k-step-indicator {
  border-color: #9230E3 !important;
  background-color: #9230E3 !important;
}
.k-stepper span.k-step-indicator {
  border-color: #A6BAC1;
  background-color: #A6BAC1;
}
.k-stepper .k-step:hover span.k-step-indicator {
  border-color: #A6BAC1;
  background-color: #A6BAC1;
}

.fiat-stepper {
  background-color: #EEF6F6;
  border-radius: 8px;
  border-style: none;
  padding: 1em;
}

div.fiat-grid {
  font-family: "Public Sans Semibold";
}
div.fiat-grid td {
  font-family: "Public Sans Semibold";
}
div.fiat-grid span.k-column-title {
  white-space: normal;
}

div.business-names-grid-container {
  container-type: inline-size;
}
div.business-names-grid-container .grid-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
}

@container (max-width: 350px) {
  .grid-buttons {
    flex-direction: column;
  }
  .grid-buttons div {
    margin-top: 1rem;
  }
}
div.k-dialog-wrapper#fiatComfirmDialog .k-dialog {
  max-width: min(90vw, 410px);
}

dl.fiat-dl.declaration-user div.fiat-dl-hz {
  grid-template-columns: max-content max-content auto;
}
dl.fiat-dl.declaration-user div.fiat-dl-hz .fiat-dl-column {
  padding: 1rem;
}

.k-upload.hide-select-button .k-upload-button {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #515A5D !important;
  color: #fff;
}

.os-table-wrapper {
  overflow-x: auto;
}

.os-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.95rem;
}

.os-table th,
.os-table td {
  border: 1px solid #e5e7eb;
  padding: 0.5rem 0.6rem;
  vertical-align: top;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.os-table thead th {
  background: #f8fafc;
  text-align: left;
  font-weight: 600;
}

.os-empty {
  padding: 0.75rem 0.5rem;
  color: #666;
}

:deep(td) {
  text-wrap: auto;
}

.os-print-wrapper {
  display: none;
}

.os-print-table {
  width: 100%;
  border-collapse: collapse;
  page-break-inside: avoid;
  font-size: 0.95rem;
}

.os-print-table th,
.os-print-table td {
  border: 1px solid #e5e7eb;
  padding: 0.45rem 0.55rem;
  vertical-align: top;
}

.os-name-row .os-name-cell {
  background: #f1f5f9;
  text-align: left;
  font-weight: 700;
  font-size: 1rem;
}

.os-label {
  width: 40%;
  text-align: left;
  font-weight: 600;
  background: #fafafa;
}

.os-value {
  width: 60%;
}

.os-divider td {
  border: 0;
  padding: 0.35rem 0;
}

@media screen {
  .screen-only {
    display: block;
  }
  .print-only {
    display: none;
  }
}
@media print {
  .screen-only {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .os-name-row,
  .os-name-row + tr,
  .os-divider {
    page-break-inside: avoid;
  }
  .os-print-table th,
  .os-print-table td {
    padding: 0.35rem 0.45rem;
  }
}
.digitalidcontainer {
  max-width: 430px;
  border: 2px solid #979797;
  border-radius: 6px;
  background-color: #EEEEEE;
  font-family: sans-serif;
  margin-bottom: 16px;
}

.digitalidbutton {
  text-align: center;
}

.digitalidbutton a {
  display: inline-block;
  border: none;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  background-color: #000;
  margin: 25px;
  padding: 12.5px 30px;
}

.digitalidbutton a:hover,
.digitalidbutton a:focus {
  background-color: #333;
}

.digitalidbutton img {
  width: 70px;
  vertical-align: middle;
  padding-right: 20px;
}

.digitalidcontent {
  text-align: center;
  background-color: #EEEEEE;
  border-radius: 0 0 5px 5px;
  border-top: 2px solid #979797;
}

.digitalidcontent p {
  margin: 0;
  padding: 25px;
  color: #313131;
}

.digitalidcontent a {
  color: #00698F;
}

main > .container {
  padding: 20px 15px 10px;
}

body {
  --kendo-font-family: "Public Sans", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  --kendo-font-family-semi-bold: "Public Sans SemiBold";
  --kendo-font-family-bold: "Public Sans Bold";
  --kendo-font-family-medium: "Public Sans Medium";
  --kendo-font-family-extra-bold: "Public Sans Extra Bold";
  font-family: var(--kendo-font-family);
  background-color: #fff !important;
}
body h1, body h2 {
  font-family: "Gilroy Bold", "Lexend", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  font-weight: bold;
}
body h3, body h4, body h5, body h6 {
  font-family: var(--kendo-font-family-bold);
  font-weight: bold;
}
body h1 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -1px;
}
body h2 {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.8px;
}
body h3 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.6px;
}
body h4 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.4px;
}
body h5 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.2px;
}
body h6 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
}

.fiat-link {
  cursor: pointer;
  color: #0d6efd;
  text-decoration: underline;
}

.digitalid-adjustments {
  position: absolute;
  top: 3.5rem;
  right: 2rem;
  z-index: 1000;
  cursor: pointer;
}

.readonly-text {
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-word;
}

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