@font-face { font-family: "DIN Pro Medium"; src: url("/fonts/din-pro-medium.woff"); font-display: swap; font-style: normal; font-weight: 500 }
@font-face { font-family: "DIN Pro Condensed Regular"; src: url("/fonts/din-pro-condensed-regular.woff"); font-display: swap; font-style: normal; font-weight: 500 }
/* @font-face { font-family: "DIN Pro Medium"; src: url("https://framerusercontent.com/assets/zise75jDhC1C3LDXGZ1U2E9qME.woff2"); font-display: swap; font-style: normal; font-weight: 500 }
@font-face { font-family: "DIN Pro Condensed Medium"; src: url("https://framerusercontent.com/assets/n0O3zLYfmPopobsnLRDCJsupO0o.woff2"); font-display: swap; font-style: normal; font-weight: 500 }
@font-face { font-family: "DIN Pro Condensed Bold"; src: url("https://framerusercontent.com/assets/hLc94YB4pRTBxPmR28akLHo9tQ.woff2"); font-display: swap; font-style: normal; font-weight: 700 }
@font-face { font-family: "DIN Pro Bold"; src: url("https://framerusercontent.com/assets/g9LQCB0SZwOV5R3q79X5ymF7AJw.woff2"); font-display: swap }
@font-face { font-family: "DIN Pro Bold Italic"; src: url("https://framerusercontent.com/assets/j51b6krzF4oCLdarMrYq4qfo6F4.woff2"); font-display: swap }
@font-face { font-family: "DIN Pro Medium Italic"; src: url("https://framerusercontent.com/assets/1vx2Zu1kBZpzzvPlUvYk7bxio.woff2"); font-display: swap }
@font-face { font-family: "DIN Pro Italic"; src: url("https://framerusercontent.com/assets/wT6a6WzfAD1m93j0RCRPJGoSg7U.woff2"); font-display: swap } */

html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: "DIN Pro Medium", sans-serif !important;
    font-size: 18px;

    display: flex;
    flex-direction: column;
}

main {
    flex: 1;   /* takes up remaining space */
}

h1 {
    font-family: "DIN Pro Condensed Regular", sans-serif !important;
    font-size: 72px !important;
}

h2 {
    font-family: "DIN Pro Condensed Regular", sans-serif !important;
    font-size: 32px !important;
}

h4 {
    font-family: "DIN Pro Condensed Regular", sans-serif !important;
}

h5 {
    font-family: "DIN Pro Condensed Regular", sans-serif !important;
}

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled,
.btn-primary:focus,
.btn-primary:focus-visible {
    background-color: #002c4e;   /* custom color */
    color: white;
    border-radius: 2px;
    padding: 18px 24px;
    font-family: "DIN Pro Medium", sans-serif;
}

.btn-primary:hover {
    background-color: #457B9D;   /* custom color */
    color: white;
    border-radius: 2px;
    padding: 18px 24px;
    font-family: "DIN Pro Medium", sans-serif;
}

.btn-danger {
    background-color: #D1495B;   /* custom color */
    color: white;
    border-radius: 2px;
    padding: 18px 24px;
    font-family: "DIN Pro Medium", sans-serif;
}

.bg-primary {
    background-color: #002c4e !important;   /* custom color */
}

.full-height {
    height: calc(100vh - 100px); 
}

.error {
    color: red;
    display: none;
}

.card-logo {
    width: 25px;
    height: auto;
    margin-right: 8px;
}

.selectize-dropdown, .selectize-input, .selectize-input input, select {
    color: #303030;
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}

.form-select-llp {
    --mdb-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 4.5px 12px 3.68px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--mdb-surface-color);
    appearance: none;
    border: var(--mdb-border-width) solid var(--mdb-border-color);
    border-radius: var(--mdb-border-radius);
    box-shadow: var(--mdb-box-shadow-inset);
    transition: all .2s linear;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    background-color: #f9f9f9;
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
    margin-bottom: 15px;
}

.accordion-button {
    font-family: "DIN Pro Condensed Regular", sans-serif !important;
    font-size: 1.3rem !important;
}

.accordion-item-disabled {
    pointer-events: none;
    opacity: 0.5;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.form-control[required] + label::after,
.form-label.required::after {
  content: " *";
  color: red;
}

.collapse-error-banner {
    background-color: #f8d7da; /* soft red */
    border-left: 4px solid #dc3545; 
    padding: 10px;
}

.step-error .accordion-header .accordion-button {
    background-color: #f8d7da;
    color: #b71c1c;
    border-left: 5px solid #dc3545;
}

.step-error .accordion-header .accordion-button::before {
    content: "*";
    color: #dc3545;
    font-weight: bold;
    padding-right: 3px;
}
