@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Oswald:300,400,500,700&display=swap);
:root {
  --primary-color: #333399;
  --secondary-color: #BF1B28;
  --success-color: #007531;
  --info-color: #17a2b8;
  --warning-color: #f08a24;
  --danger-color: #f04124;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  --body-bg: #f5f7fc;
  --body-color: #1b1f2a;
  --text-muted: #5a6475;
  --link-color: #333399;
  --link-hover-color: #22226b;
  --font-family-base: Roboto, Helvetica Neue, Arial, sans-serif;
  --font-size-base: 16px;
  --line-height-base: 1.5;
  --border-radius: 0.375rem;
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --transition-base: all 0.2s ease-in-out;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1f2a;
  text-align: left;
  background-color: #f5f7fc;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 14px;
}

mark {
  padding: 0.1875em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #333399;
  text-decoration: none;
}
a:hover {
  color: #22226b;
  text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 14px;
  color: #000;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 14px;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 14px;
  color: #fff;
  background-color: #212529;
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #5a6475;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.sr_only, .sr_only_focusable:not(:focus):not(:focus-within),
.visually_hidden_focusable:not(:focus):not(:focus-within),
.visually_hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
}
h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 16px;
}

.display_1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

.lead {
  font-size: 18px;
  font-weight: 300;
}

.fs_1 {
  font-size: 40px;
}

.fs_2 {
  font-size: 32px;
}

.fs_3 {
  font-size: 28px;
}

.fs_4 {
  font-size: 24px;
}

.fs_5 {
  font-size: 20px;
}

.fs_6 {
  font-size: 16px;
}

.fs_xs {
  font-size: 12px;
}

.fs_sm {
  font-size: 14px;
}

.fs_base {
  font-size: 16px;
}

.fs_lg {
  font-size: 18px;
}

.fs_xl {
  font-size: 24px;
}

.fs_xxl {
  font-size: 28px;
}

.fw_light {
  font-weight: 300;
}

.fw_lighter {
  font-weight: lighter;
}

.fw_normal {
  font-weight: 400;
}

.fw_medium {
  font-weight: 500;
}

.fw_semibold {
  font-weight: 600;
}

.fw_bold {
  font-weight: 700;
}

.fw_bolder {
  font-weight: bolder;
}

.fst_italic {
  font-style: italic;
}

.fst_normal {
  font-style: normal;
}

.lh_1 {
  line-height: 1;
}

.lh_sm {
  line-height: 1.25;
}

.lh_base {
  line-height: 1.5;
}

.lh_lg {
  line-height: 2;
}

.font_monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font_sans_serif {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.font_serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.font_condensed {
  font-family: "Oswald", "Arial Narrow", sans-serif;
}

.text_start {
  text-align: left;
}

.text_end {
  text-align: right;
}

.text_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
}

.text_start {
  text-align: left;
}

.text_end {
  text-align: right;
}

.text_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
}

@media (min-width: 640px) {
  .text_medium_start {
    text-align: left;
  }
  .text_medium_end {
    text-align: right;
  }
  .text_medium_center {
    text-align: center;
  }
  .text_medium_justify {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .text_large_start {
    text-align: left;
  }
  .text_large_end {
    text-align: right;
  }
  .text_large_center {
    text-align: center;
  }
  .text_large_justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text_xlarge_start {
    text-align: left;
  }
  .text_xlarge_end {
    text-align: right;
  }
  .text_xlarge_center {
    text-align: center;
  }
  .text_xlarge_justify {
    text-align: justify;
  }
}
@media (min-width: 1400px) {
  .text_xxlarge_start {
    text-align: left;
  }
  .text_xxlarge_end {
    text-align: right;
  }
  .text_xxlarge_center {
    text-align: center;
  }
  .text_xxlarge_justify {
    text-align: justify;
  }
}
.text_lowercase {
  text-transform: lowercase;
}

.text_uppercase {
  text-transform: uppercase;
}

.text_capitalize {
  text-transform: capitalize;
}

.text_decoration_none {
  text-decoration: none;
}

.text_decoration_underline {
  text-decoration: underline;
}

.text_decoration_line_through {
  text-decoration: line-through;
}

.text_wrap {
  white-space: normal;
}

.text_nowrap {
  white-space: nowrap;
}

.text_truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text_break {
  word-wrap: break-word;
  word-break: break-word;
}

.text_primary {
  color: #333399;
}

.text_secondary {
  color: #BF1B28;
}

.text_success {
  color: #007531;
}

.text_info {
  color: #17a2b8;
}

.text_warning {
  color: #f08a24;
}

.text_danger {
  color: #f04124;
}

.text_light {
  color: #f8f9fa;
}

.text_dark {
  color: #343a40;
}

.text_body {
  color: #1b1f2a;
}

.text_muted {
  color: #5a6475;
}

.text_white {
  color: #fff;
}

.text_black {
  color: #000;
}

.text_gray_100 {
  color: #f8f9fa;
}

.text_gray_200 {
  color: #e9ecef;
}

.text_gray_300 {
  color: #dee2e6;
}

.text_gray_400 {
  color: #ced4da;
}

.text_gray_500 {
  color: #adb5bd;
}

.text_gray_600 {
  color: #6c757d;
}

.text_gray_700 {
  color: #495057;
}

.text_gray_800 {
  color: #343a40;
}

.text_gray_900 {
  color: #212529;
}

.mark,
mark {
  padding: 0.1875em;
  background-color: #fcf8e3;
}

.small {
  font-size: 14px;
}

.initialism {
  font-size: 14px;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 18px;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote_footer {
  margin-bottom: 1rem;
  font-size: 14px;
  color: #5a6475;
}
.blockquote_footer::before {
  content: "— ";
}

.list_unstyled {
  padding-left: 0;
  list-style: none;
}

.list_inline {
  padding-left: 0;
  list-style: none;
}

.list_inline_item {
  display: inline-block;
}
@media (max-width: 639.98px) {
  h1, .h1 {
    font-size: 34px;
  }
  h2, .h2 {
    font-size: 27.2px;
  }
  h3, .h3 {
    font-size: 25.2px;
  }
  h4, .h4 {
    font-size: 21.6px;
  }
  .display_1 {
    font-size: 48px;
  }
  .display_2 {
    font-size: 44px;
  }
  .display_3 {
    font-size: 40px;
  }
  .display_4 {
    font-size: 32px;
  }
  .display_5 {
    font-size: 28px;
  }
  .display_6 {
    font-size: 24px;
  }
}
.container,
.container_fluid,
.container_xxlarge,
.container_xlarge,
.container_large,
.container_medium,
.container_small {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

.container_small {
  max-width: 100%;
}

@media (min-width: 640px) {
  .container_medium {
    max-width: 540px;
  }
}

@media (min-width: 1024px) {
  .container_large {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  .container_xlarge {
    max-width: 960px;
  }
}

@media (min-width: 1400px) {
  .container_xxlarge {
    max-width: 1140px;
  }
}

.row, .row_lg, .row_sm, .row_no_gutters {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  width: 100%;
}

.row_no_gutters {
  gap: 0;
}

.row_sm {
  gap: 0.5rem;
}

.row_lg {
  gap: 1.5rem;
}

.columns,
.col {
  grid-column: span 12;
  min-width: 0;
}

.col_auto {
  grid-column: auto;
  width: auto;
}

.row_cols_1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.row_cols_1 > * {
  grid-column: span 1;
}

.row_cols_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.row_cols_2 > * {
  grid-column: span 1;
}

.row_cols_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.row_cols_3 > * {
  grid-column: span 1;
}

.row_cols_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.row_cols_4 > * {
  grid-column: span 1;
}

.row_cols_5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.row_cols_5 > * {
  grid-column: span 1;
}

.row_cols_6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.row_cols_6 > * {
  grid-column: span 1;
}

.row_cols_7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
}
.row_cols_7 > * {
  grid-column: span 1;
}

.row_cols_8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1rem;
}
.row_cols_8 > * {
  grid-column: span 1;
}

.row_cols_9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 1rem;
}
.row_cols_9 > * {
  grid-column: span 1;
}

.row_cols_10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 1rem;
}
.row_cols_10 > * {
  grid-column: span 1;
}

.row_cols_11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 1rem;
}
.row_cols_11 > * {
  grid-column: span 1;
}

.row_cols_12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.row_cols_12 > * {
  grid-column: span 1;
}

.small_1,
.col_1 {
  grid-column: span 1;
}

.small_2,
.col_2 {
  grid-column: span 2;
}

.small_3,
.col_3 {
  grid-column: span 3;
}

.small_4,
.col_4 {
  grid-column: span 4;
}

.small_5,
.col_5 {
  grid-column: span 5;
}

.small_6,
.col_6 {
  grid-column: span 6;
}

.small_7,
.col_7 {
  grid-column: span 7;
}

.small_8,
.col_8 {
  grid-column: span 8;
}

.small_9,
.col_9 {
  grid-column: span 9;
}

.small_10,
.col_10 {
  grid-column: span 10;
}

.small_11,
.col_11 {
  grid-column: span 11;
}

.small_12,
.col_12 {
  grid-column: span 12;
}

@media (min-width: 640px) {
  .medium_1 {
    grid-column: span 1;
  }
  .medium_2 {
    grid-column: span 2;
  }
  .medium_3 {
    grid-column: span 3;
  }
  .medium_4 {
    grid-column: span 4;
  }
  .medium_5 {
    grid-column: span 5;
  }
  .medium_6 {
    grid-column: span 6;
  }
  .medium_7 {
    grid-column: span 7;
  }
  .medium_8 {
    grid-column: span 8;
  }
  .medium_9 {
    grid-column: span 9;
  }
  .medium_10 {
    grid-column: span 10;
  }
  .medium_11 {
    grid-column: span 11;
  }
  .medium_12 {
    grid-column: span 12;
  }
  .medium_auto {
    grid-column: auto;
    width: auto;
  }
  .row_cols_medium_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row_cols_medium_1 > * {
    grid-column: span 1;
  }
  .row_cols_medium_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row_cols_medium_2 > * {
    grid-column: span 1;
  }
  .row_cols_medium_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row_cols_medium_3 > * {
    grid-column: span 1;
  }
  .row_cols_medium_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row_cols_medium_4 > * {
    grid-column: span 1;
  }
  .row_cols_medium_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row_cols_medium_5 > * {
    grid-column: span 1;
  }
  .row_cols_medium_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .row_cols_medium_6 > * {
    grid-column: span 1;
  }
  .row_cols_medium_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .row_cols_medium_7 > * {
    grid-column: span 1;
  }
  .row_cols_medium_8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .row_cols_medium_8 > * {
    grid-column: span 1;
  }
  .row_cols_medium_9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .row_cols_medium_9 > * {
    grid-column: span 1;
  }
  .row_cols_medium_10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .row_cols_medium_10 > * {
    grid-column: span 1;
  }
  .row_cols_medium_11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .row_cols_medium_11 > * {
    grid-column: span 1;
  }
  .row_cols_medium_12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .row_cols_medium_12 > * {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .large_1 {
    grid-column: span 1;
  }
  .large_2 {
    grid-column: span 2;
  }
  .large_3 {
    grid-column: span 3;
  }
  .large_4 {
    grid-column: span 4;
  }
  .large_5 {
    grid-column: span 5;
  }
  .large_6 {
    grid-column: span 6;
  }
  .large_7 {
    grid-column: span 7;
  }
  .large_8 {
    grid-column: span 8;
  }
  .large_9 {
    grid-column: span 9;
  }
  .large_10 {
    grid-column: span 10;
  }
  .large_11 {
    grid-column: span 11;
  }
  .large_12 {
    grid-column: span 12;
  }
  .large_auto {
    grid-column: auto;
    width: auto;
  }
  .row_cols_large_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row_cols_large_1 > * {
    grid-column: span 1;
  }
  .row_cols_large_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row_cols_large_2 > * {
    grid-column: span 1;
  }
  .row_cols_large_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row_cols_large_3 > * {
    grid-column: span 1;
  }
  .row_cols_large_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row_cols_large_4 > * {
    grid-column: span 1;
  }
  .row_cols_large_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row_cols_large_5 > * {
    grid-column: span 1;
  }
  .row_cols_large_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .row_cols_large_6 > * {
    grid-column: span 1;
  }
  .row_cols_large_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .row_cols_large_7 > * {
    grid-column: span 1;
  }
  .row_cols_large_8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .row_cols_large_8 > * {
    grid-column: span 1;
  }
  .row_cols_large_9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .row_cols_large_9 > * {
    grid-column: span 1;
  }
  .row_cols_large_10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .row_cols_large_10 > * {
    grid-column: span 1;
  }
  .row_cols_large_11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .row_cols_large_11 > * {
    grid-column: span 1;
  }
  .row_cols_large_12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .row_cols_large_12 > * {
    grid-column: span 1;
  }
}
@media (min-width: 1200px) {
  .xlarge_1 {
    grid-column: span 1;
  }
  .xlarge_2 {
    grid-column: span 2;
  }
  .xlarge_3 {
    grid-column: span 3;
  }
  .xlarge_4 {
    grid-column: span 4;
  }
  .xlarge_5 {
    grid-column: span 5;
  }
  .xlarge_6 {
    grid-column: span 6;
  }
  .xlarge_7 {
    grid-column: span 7;
  }
  .xlarge_8 {
    grid-column: span 8;
  }
  .xlarge_9 {
    grid-column: span 9;
  }
  .xlarge_10 {
    grid-column: span 10;
  }
  .xlarge_11 {
    grid-column: span 11;
  }
  .xlarge_12 {
    grid-column: span 12;
  }
  .xlarge_auto {
    grid-column: auto;
    width: auto;
  }
  .row_cols_xlarge_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row_cols_xlarge_1 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row_cols_xlarge_2 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row_cols_xlarge_3 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row_cols_xlarge_4 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row_cols_xlarge_5 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .row_cols_xlarge_6 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .row_cols_xlarge_7 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .row_cols_xlarge_8 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .row_cols_xlarge_9 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .row_cols_xlarge_10 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .row_cols_xlarge_11 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .row_cols_xlarge_12 > * {
    grid-column: span 1;
  }
}
@media (min-width: 1400px) {
  .xxlarge_1 {
    grid-column: span 1;
  }
  .xxlarge_2 {
    grid-column: span 2;
  }
  .xxlarge_3 {
    grid-column: span 3;
  }
  .xxlarge_4 {
    grid-column: span 4;
  }
  .xxlarge_5 {
    grid-column: span 5;
  }
  .xxlarge_6 {
    grid-column: span 6;
  }
  .xxlarge_7 {
    grid-column: span 7;
  }
  .xxlarge_8 {
    grid-column: span 8;
  }
  .xxlarge_9 {
    grid-column: span 9;
  }
  .xxlarge_10 {
    grid-column: span 10;
  }
  .xxlarge_11 {
    grid-column: span 11;
  }
  .xxlarge_12 {
    grid-column: span 12;
  }
  .xxlarge_auto {
    grid-column: auto;
    width: auto;
  }
  .row_cols_xxlarge_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row_cols_xxlarge_1 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row_cols_xxlarge_2 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row_cols_xxlarge_3 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row_cols_xxlarge_4 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row_cols_xxlarge_5 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .row_cols_xxlarge_6 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .row_cols_xxlarge_7 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .row_cols_xxlarge_8 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .row_cols_xxlarge_9 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .row_cols_xxlarge_10 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .row_cols_xxlarge_11 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .row_cols_xxlarge_12 > * {
    grid-column: span 1;
  }
}
.order_1 {
  order: 1;
}

.order_2 {
  order: 2;
}

.order_3 {
  order: 3;
}

.order_4 {
  order: 4;
}

.order_5 {
  order: 5;
}

.order_6 {
  order: 6;
}

.order_7 {
  order: 7;
}

.order_8 {
  order: 8;
}

.order_9 {
  order: 9;
}

.order_10 {
  order: 10;
}

.order_11 {
  order: 11;
}

.order_12 {
  order: 12;
}

.order_first {
  order: -1;
}

.order_last {
  order: 13;
}

.order_1 {
  order: 1;
}

.order_2 {
  order: 2;
}

.order_3 {
  order: 3;
}

.order_4 {
  order: 4;
}

.order_5 {
  order: 5;
}

.order_6 {
  order: 6;
}

.order_7 {
  order: 7;
}

.order_8 {
  order: 8;
}

.order_9 {
  order: 9;
}

.order_10 {
  order: 10;
}

.order_11 {
  order: 11;
}

.order_12 {
  order: 12;
}

.order_first {
  order: -1;
}

.order_last {
  order: 13;
}

@media (min-width: 640px) {
  .order_medium_1 {
    order: 1;
  }
  .order_medium_2 {
    order: 2;
  }
  .order_medium_3 {
    order: 3;
  }
  .order_medium_4 {
    order: 4;
  }
  .order_medium_5 {
    order: 5;
  }
  .order_medium_6 {
    order: 6;
  }
  .order_medium_7 {
    order: 7;
  }
  .order_medium_8 {
    order: 8;
  }
  .order_medium_9 {
    order: 9;
  }
  .order_medium_10 {
    order: 10;
  }
  .order_medium_11 {
    order: 11;
  }
  .order_medium_12 {
    order: 12;
  }
  .order_medium_first {
    order: -1;
  }
  .order_medium_last {
    order: 13;
  }
}
@media (min-width: 1024px) {
  .order_large_1 {
    order: 1;
  }
  .order_large_2 {
    order: 2;
  }
  .order_large_3 {
    order: 3;
  }
  .order_large_4 {
    order: 4;
  }
  .order_large_5 {
    order: 5;
  }
  .order_large_6 {
    order: 6;
  }
  .order_large_7 {
    order: 7;
  }
  .order_large_8 {
    order: 8;
  }
  .order_large_9 {
    order: 9;
  }
  .order_large_10 {
    order: 10;
  }
  .order_large_11 {
    order: 11;
  }
  .order_large_12 {
    order: 12;
  }
  .order_large_first {
    order: -1;
  }
  .order_large_last {
    order: 13;
  }
}
@media (min-width: 1200px) {
  .order_xlarge_1 {
    order: 1;
  }
  .order_xlarge_2 {
    order: 2;
  }
  .order_xlarge_3 {
    order: 3;
  }
  .order_xlarge_4 {
    order: 4;
  }
  .order_xlarge_5 {
    order: 5;
  }
  .order_xlarge_6 {
    order: 6;
  }
  .order_xlarge_7 {
    order: 7;
  }
  .order_xlarge_8 {
    order: 8;
  }
  .order_xlarge_9 {
    order: 9;
  }
  .order_xlarge_10 {
    order: 10;
  }
  .order_xlarge_11 {
    order: 11;
  }
  .order_xlarge_12 {
    order: 12;
  }
  .order_xlarge_first {
    order: -1;
  }
  .order_xlarge_last {
    order: 13;
  }
}
@media (min-width: 1400px) {
  .order_xxlarge_1 {
    order: 1;
  }
  .order_xxlarge_2 {
    order: 2;
  }
  .order_xxlarge_3 {
    order: 3;
  }
  .order_xxlarge_4 {
    order: 4;
  }
  .order_xxlarge_5 {
    order: 5;
  }
  .order_xxlarge_6 {
    order: 6;
  }
  .order_xxlarge_7 {
    order: 7;
  }
  .order_xxlarge_8 {
    order: 8;
  }
  .order_xxlarge_9 {
    order: 9;
  }
  .order_xxlarge_10 {
    order: 10;
  }
  .order_xxlarge_11 {
    order: 11;
  }
  .order_xxlarge_12 {
    order: 12;
  }
  .order_xxlarge_first {
    order: -1;
  }
  .order_xxlarge_last {
    order: 13;
  }
}
.offset_0 {
  grid-column-start: 1;
}

.offset_1 {
  grid-column-start: 2;
}

.offset_2 {
  grid-column-start: 3;
}

.offset_3 {
  grid-column-start: 4;
}

.offset_4 {
  grid-column-start: 5;
}

.offset_5 {
  grid-column-start: 6;
}

.offset_6 {
  grid-column-start: 7;
}

.offset_7 {
  grid-column-start: 8;
}

.offset_8 {
  grid-column-start: 9;
}

.offset_9 {
  grid-column-start: 10;
}

.offset_10 {
  grid-column-start: 11;
}

.offset_11 {
  grid-column-start: 12;
}

.offset_0 {
  grid-column-start: 1;
}

.offset_1 {
  grid-column-start: 2;
}

.offset_2 {
  grid-column-start: 3;
}

.offset_3 {
  grid-column-start: 4;
}

.offset_4 {
  grid-column-start: 5;
}

.offset_5 {
  grid-column-start: 6;
}

.offset_6 {
  grid-column-start: 7;
}

.offset_7 {
  grid-column-start: 8;
}

.offset_8 {
  grid-column-start: 9;
}

.offset_9 {
  grid-column-start: 10;
}

.offset_10 {
  grid-column-start: 11;
}

.offset_11 {
  grid-column-start: 12;
}

@media (min-width: 640px) {
  .offset_medium_0 {
    grid-column-start: 1;
  }
  .offset_medium_1 {
    grid-column-start: 2;
  }
  .offset_medium_2 {
    grid-column-start: 3;
  }
  .offset_medium_3 {
    grid-column-start: 4;
  }
  .offset_medium_4 {
    grid-column-start: 5;
  }
  .offset_medium_5 {
    grid-column-start: 6;
  }
  .offset_medium_6 {
    grid-column-start: 7;
  }
  .offset_medium_7 {
    grid-column-start: 8;
  }
  .offset_medium_8 {
    grid-column-start: 9;
  }
  .offset_medium_9 {
    grid-column-start: 10;
  }
  .offset_medium_10 {
    grid-column-start: 11;
  }
  .offset_medium_11 {
    grid-column-start: 12;
  }
}
@media (min-width: 1024px) {
  .offset_large_0 {
    grid-column-start: 1;
  }
  .offset_large_1 {
    grid-column-start: 2;
  }
  .offset_large_2 {
    grid-column-start: 3;
  }
  .offset_large_3 {
    grid-column-start: 4;
  }
  .offset_large_4 {
    grid-column-start: 5;
  }
  .offset_large_5 {
    grid-column-start: 6;
  }
  .offset_large_6 {
    grid-column-start: 7;
  }
  .offset_large_7 {
    grid-column-start: 8;
  }
  .offset_large_8 {
    grid-column-start: 9;
  }
  .offset_large_9 {
    grid-column-start: 10;
  }
  .offset_large_10 {
    grid-column-start: 11;
  }
  .offset_large_11 {
    grid-column-start: 12;
  }
}
@media (min-width: 1200px) {
  .offset_xlarge_0 {
    grid-column-start: 1;
  }
  .offset_xlarge_1 {
    grid-column-start: 2;
  }
  .offset_xlarge_2 {
    grid-column-start: 3;
  }
  .offset_xlarge_3 {
    grid-column-start: 4;
  }
  .offset_xlarge_4 {
    grid-column-start: 5;
  }
  .offset_xlarge_5 {
    grid-column-start: 6;
  }
  .offset_xlarge_6 {
    grid-column-start: 7;
  }
  .offset_xlarge_7 {
    grid-column-start: 8;
  }
  .offset_xlarge_8 {
    grid-column-start: 9;
  }
  .offset_xlarge_9 {
    grid-column-start: 10;
  }
  .offset_xlarge_10 {
    grid-column-start: 11;
  }
  .offset_xlarge_11 {
    grid-column-start: 12;
  }
}
@media (min-width: 1400px) {
  .offset_xxlarge_0 {
    grid-column-start: 1;
  }
  .offset_xxlarge_1 {
    grid-column-start: 2;
  }
  .offset_xxlarge_2 {
    grid-column-start: 3;
  }
  .offset_xxlarge_3 {
    grid-column-start: 4;
  }
  .offset_xxlarge_4 {
    grid-column-start: 5;
  }
  .offset_xxlarge_5 {
    grid-column-start: 6;
  }
  .offset_xxlarge_6 {
    grid-column-start: 7;
  }
  .offset_xxlarge_7 {
    grid-column-start: 8;
  }
  .offset_xxlarge_8 {
    grid-column-start: 9;
  }
  .offset_xxlarge_9 {
    grid-column-start: 10;
  }
  .offset_xxlarge_10 {
    grid-column-start: 11;
  }
  .offset_xxlarge_11 {
    grid-column-start: 12;
  }
}
.row_flex, .row_flex_no_gutters {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row_flex > *, .row_flex_no_gutters > * {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.row_flex_no_gutters {
  margin-right: 0;
  margin-left: 0;
}
.row_flex_no_gutters > * {
  padding-right: 0;
  padding-left: 0;
}

.flex_fill {
  flex: 1 1 auto;
}

.flex_grow_0 {
  flex-grow: 0;
}

.flex_grow_1 {
  flex-grow: 1;
}

.flex_shrink_0 {
  flex-shrink: 0;
}

.flex_shrink_1 {
  flex-shrink: 1;
}

.align_items_start {
  align-items: start;
}

.align_items_end {
  align-items: end;
}

.align_items_center {
  align-items: center;
}

.align_items_stretch {
  align-items: stretch;
}

.justify_content_start {
  justify-content: start;
}

.justify_content_end {
  justify-content: end;
}

.justify_content_center {
  justify-content: center;
}

.justify_content_between {
  justify-content: space-between;
}

.justify_content_around {
  justify-content: space-around;
}

.justify_content_evenly {
  justify-content: space-evenly;
}

.align_self_start {
  align-self: start;
}

.align_self_end {
  align-self: end;
}

.align_self_center {
  align-self: center;
}

.align_self_stretch {
  align-self: stretch;
}

.justify_self_start {
  justify-self: start;
}

.justify_self_end {
  justify-self: end;
}

.justify_self_center {
  justify-self: center;
}

.justify_self_stretch {
  justify-self: stretch;
}

.align_items_start {
  align-items: start;
}

.align_items_end {
  align-items: end;
}

.align_items_center {
  align-items: center;
}

.align_items_stretch {
  align-items: stretch;
}

.justify_content_start {
  justify-content: start;
}

.justify_content_end {
  justify-content: end;
}

.justify_content_center {
  justify-content: center;
}

.justify_content_between {
  justify-content: space-between;
}

.justify_content_around {
  justify-content: space-around;
}

.justify_content_evenly {
  justify-content: space-evenly;
}

@media (min-width: 640px) {
  .align_items_medium_start {
    align-items: start;
  }
  .align_items_medium_end {
    align-items: end;
  }
  .align_items_medium_center {
    align-items: center;
  }
  .align_items_medium_stretch {
    align-items: stretch;
  }
  .justify_content_medium_start {
    justify-content: start;
  }
  .justify_content_medium_end {
    justify-content: end;
  }
  .justify_content_medium_center {
    justify-content: center;
  }
  .justify_content_medium_between {
    justify-content: space-between;
  }
  .justify_content_medium_around {
    justify-content: space-around;
  }
  .justify_content_medium_evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  .align_items_large_start {
    align-items: start;
  }
  .align_items_large_end {
    align-items: end;
  }
  .align_items_large_center {
    align-items: center;
  }
  .align_items_large_stretch {
    align-items: stretch;
  }
  .justify_content_large_start {
    justify-content: start;
  }
  .justify_content_large_end {
    justify-content: end;
  }
  .justify_content_large_center {
    justify-content: center;
  }
  .justify_content_large_between {
    justify-content: space-between;
  }
  .justify_content_large_around {
    justify-content: space-around;
  }
  .justify_content_large_evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1200px) {
  .align_items_xlarge_start {
    align-items: start;
  }
  .align_items_xlarge_end {
    align-items: end;
  }
  .align_items_xlarge_center {
    align-items: center;
  }
  .align_items_xlarge_stretch {
    align-items: stretch;
  }
  .justify_content_xlarge_start {
    justify-content: start;
  }
  .justify_content_xlarge_end {
    justify-content: end;
  }
  .justify_content_xlarge_center {
    justify-content: center;
  }
  .justify_content_xlarge_between {
    justify-content: space-between;
  }
  .justify_content_xlarge_around {
    justify-content: space-around;
  }
  .justify_content_xlarge_evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1400px) {
  .align_items_xxlarge_start {
    align-items: start;
  }
  .align_items_xxlarge_end {
    align-items: end;
  }
  .align_items_xxlarge_center {
    align-items: center;
  }
  .align_items_xxlarge_stretch {
    align-items: stretch;
  }
  .justify_content_xxlarge_start {
    justify-content: start;
  }
  .justify_content_xxlarge_end {
    justify-content: end;
  }
  .justify_content_xxlarge_center {
    justify-content: center;
  }
  .justify_content_xxlarge_between {
    justify-content: space-between;
  }
  .justify_content_xxlarge_around {
    justify-content: space-around;
  }
  .justify_content_xxlarge_evenly {
    justify-content: space-evenly;
  }
}
.gap_0 {
  gap: 0;
}

.gap_1 {
  gap: 0.25rem;
}

.gap_2 {
  gap: 0.5rem;
}

.gap_3 {
  gap: 0.75rem;
}

.gap_4 {
  gap: 1rem;
}

.gap_5 {
  gap: 1.25rem;
}

.gap_6 {
  gap: 1.5rem;
}

.row_gap_0 {
  row-gap: 0;
}

.row_gap_1 {
  row-gap: 0.25rem;
}

.row_gap_2 {
  row-gap: 0.5rem;
}

.row_gap_3 {
  row-gap: 0.75rem;
}

.row_gap_4 {
  row-gap: 1rem;
}

.row_gap_5 {
  row-gap: 1.25rem;
}

.row_gap_6 {
  row-gap: 1.5rem;
}

.column_gap_0 {
  column-gap: 0;
}

.column_gap_1 {
  column-gap: 0.25rem;
}

.column_gap_2 {
  column-gap: 0.5rem;
}

.column_gap_3 {
  column-gap: 0.75rem;
}

.column_gap_4 {
  column-gap: 1rem;
}

.column_gap_5 {
  column-gap: 1.25rem;
}

.column_gap_6 {
  column-gap: 1.5rem;
}

.m_0 {
  margin: 0;
}

.mt_0,
.my_0 {
  margin-top: 0;
}

.mr_0,
.mx_0 {
  margin-right: 0;
}

.mb_0,
.my_0 {
  margin-bottom: 0;
}

.ml_0,
.mx_0 {
  margin-left: 0;
}

.m_1 {
  margin: 0.25rem;
}

.mt_1,
.my_1 {
  margin-top: 0.25rem;
}

.mr_1,
.mx_1 {
  margin-right: 0.25rem;
}

.mb_1,
.my_1 {
  margin-bottom: 0.25rem;
}

.ml_1,
.mx_1 {
  margin-left: 0.25rem;
}

.m_2 {
  margin: 0.5rem;
}

.mt_2,
.my_2 {
  margin-top: 0.5rem;
}

.mr_2,
.mx_2 {
  margin-right: 0.5rem;
}

.mb_2,
.my_2 {
  margin-bottom: 0.5rem;
}

.ml_2,
.mx_2 {
  margin-left: 0.5rem;
}

.m_3 {
  margin: 0.75rem;
}

.mt_3,
.my_3 {
  margin-top: 0.75rem;
}

.mr_3,
.mx_3 {
  margin-right: 0.75rem;
}

.mb_3,
.my_3 {
  margin-bottom: 0.75rem;
}

.ml_3,
.mx_3 {
  margin-left: 0.75rem;
}

.m_4 {
  margin: 1rem;
}

.mt_4,
.my_4 {
  margin-top: 1rem;
}

.mr_4,
.mx_4 {
  margin-right: 1rem;
}

.mb_4,
.my_4 {
  margin-bottom: 1rem;
}

.ml_4,
.mx_4 {
  margin-left: 1rem;
}

.m_5 {
  margin: 1.25rem;
}

.mt_5,
.my_5 {
  margin-top: 1.25rem;
}

.mr_5,
.mx_5 {
  margin-right: 1.25rem;
}

.mb_5,
.my_5 {
  margin-bottom: 1.25rem;
}

.ml_5,
.mx_5 {
  margin-left: 1.25rem;
}

.m_6 {
  margin: 1.5rem;
}

.mt_6,
.my_6 {
  margin-top: 1.5rem;
}

.mr_6,
.mx_6 {
  margin-right: 1.5rem;
}

.mb_6,
.my_6 {
  margin-bottom: 1.5rem;
}

.ml_6,
.mx_6 {
  margin-left: 1.5rem;
}

.m_8 {
  margin: 2rem;
}

.mt_8,
.my_8 {
  margin-top: 2rem;
}

.mr_8,
.mx_8 {
  margin-right: 2rem;
}

.mb_8,
.my_8 {
  margin-bottom: 2rem;
}

.ml_8,
.mx_8 {
  margin-left: 2rem;
}

.m_10 {
  margin: 2.5rem;
}

.mt_10,
.my_10 {
  margin-top: 2.5rem;
}

.mr_10,
.mx_10 {
  margin-right: 2.5rem;
}

.mb_10,
.my_10 {
  margin-bottom: 2.5rem;
}

.ml_10,
.mx_10 {
  margin-left: 2.5rem;
}

.m_12 {
  margin: 3rem;
}

.mt_12,
.my_12 {
  margin-top: 3rem;
}

.mr_12,
.mx_12 {
  margin-right: 3rem;
}

.mb_12,
.my_12 {
  margin-bottom: 3rem;
}

.ml_12,
.mx_12 {
  margin-left: 3rem;
}

.m_16 {
  margin: 4rem;
}

.mt_16,
.my_16 {
  margin-top: 4rem;
}

.mr_16,
.mx_16 {
  margin-right: 4rem;
}

.mb_16,
.my_16 {
  margin-bottom: 4rem;
}

.ml_16,
.mx_16 {
  margin-left: 4rem;
}

.m_20 {
  margin: 5rem;
}

.mt_20,
.my_20 {
  margin-top: 5rem;
}

.mr_20,
.mx_20 {
  margin-right: 5rem;
}

.mb_20,
.my_20 {
  margin-bottom: 5rem;
}

.ml_20,
.mx_20 {
  margin-left: 5rem;
}

.m_24 {
  margin: 6rem;
}

.mt_24,
.my_24 {
  margin-top: 6rem;
}

.mr_24,
.mx_24 {
  margin-right: 6rem;
}

.mb_24,
.my_24 {
  margin-bottom: 6rem;
}

.ml_24,
.mx_24 {
  margin-left: 6rem;
}

.p_0 {
  padding: 0;
}

.pt_0,
.py_0 {
  padding-top: 0;
}

.pr_0,
.px_0 {
  padding-right: 0;
}

.pb_0,
.py_0 {
  padding-bottom: 0;
}

.pl_0,
.px_0 {
  padding-left: 0;
}

.p_1 {
  padding: 0.25rem;
}

.pt_1,
.py_1 {
  padding-top: 0.25rem;
}

.pr_1,
.px_1 {
  padding-right: 0.25rem;
}

.pb_1,
.py_1 {
  padding-bottom: 0.25rem;
}

.pl_1,
.px_1 {
  padding-left: 0.25rem;
}

.p_2 {
  padding: 0.5rem;
}

.pt_2,
.py_2 {
  padding-top: 0.5rem;
}

.pr_2,
.px_2 {
  padding-right: 0.5rem;
}

.pb_2,
.py_2 {
  padding-bottom: 0.5rem;
}

.pl_2,
.px_2 {
  padding-left: 0.5rem;
}

.p_3 {
  padding: 0.75rem;
}

.pt_3,
.py_3 {
  padding-top: 0.75rem;
}

.pr_3,
.px_3 {
  padding-right: 0.75rem;
}

.pb_3,
.py_3 {
  padding-bottom: 0.75rem;
}

.pl_3,
.px_3 {
  padding-left: 0.75rem;
}

.p_4 {
  padding: 1rem;
}

.pt_4,
.py_4 {
  padding-top: 1rem;
}

.pr_4,
.px_4 {
  padding-right: 1rem;
}

.pb_4,
.py_4 {
  padding-bottom: 1rem;
}

.pl_4,
.px_4 {
  padding-left: 1rem;
}

.p_5 {
  padding: 1.25rem;
}

.pt_5,
.py_5 {
  padding-top: 1.25rem;
}

.pr_5,
.px_5 {
  padding-right: 1.25rem;
}

.pb_5,
.py_5 {
  padding-bottom: 1.25rem;
}

.pl_5,
.px_5 {
  padding-left: 1.25rem;
}

.p_6 {
  padding: 1.5rem;
}

.pt_6,
.py_6 {
  padding-top: 1.5rem;
}

.pr_6,
.px_6 {
  padding-right: 1.5rem;
}

.pb_6,
.py_6 {
  padding-bottom: 1.5rem;
}

.pl_6,
.px_6 {
  padding-left: 1.5rem;
}

.p_8 {
  padding: 2rem;
}

.pt_8,
.py_8 {
  padding-top: 2rem;
}

.pr_8,
.px_8 {
  padding-right: 2rem;
}

.pb_8,
.py_8 {
  padding-bottom: 2rem;
}

.pl_8,
.px_8 {
  padding-left: 2rem;
}

.p_10 {
  padding: 2.5rem;
}

.pt_10,
.py_10 {
  padding-top: 2.5rem;
}

.pr_10,
.px_10 {
  padding-right: 2.5rem;
}

.pb_10,
.py_10 {
  padding-bottom: 2.5rem;
}

.pl_10,
.px_10 {
  padding-left: 2.5rem;
}

.p_12 {
  padding: 3rem;
}

.pt_12,
.py_12 {
  padding-top: 3rem;
}

.pr_12,
.px_12 {
  padding-right: 3rem;
}

.pb_12,
.py_12 {
  padding-bottom: 3rem;
}

.pl_12,
.px_12 {
  padding-left: 3rem;
}

.p_16 {
  padding: 4rem;
}

.pt_16,
.py_16 {
  padding-top: 4rem;
}

.pr_16,
.px_16 {
  padding-right: 4rem;
}

.pb_16,
.py_16 {
  padding-bottom: 4rem;
}

.pl_16,
.px_16 {
  padding-left: 4rem;
}

.p_20 {
  padding: 5rem;
}

.pt_20,
.py_20 {
  padding-top: 5rem;
}

.pr_20,
.px_20 {
  padding-right: 5rem;
}

.pb_20,
.py_20 {
  padding-bottom: 5rem;
}

.pl_20,
.px_20 {
  padding-left: 5rem;
}

.p_24 {
  padding: 6rem;
}

.pt_24,
.py_24 {
  padding-top: 6rem;
}

.pr_24,
.px_24 {
  padding-right: 6rem;
}

.pb_24,
.py_24 {
  padding-bottom: 6rem;
}

.pl_24,
.px_24 {
  padding-left: 6rem;
}

.m_n1 {
  margin: -0.25rem;
}

.mt_n1,
.my_n1 {
  margin-top: -0.25rem;
}

.mr_n1,
.mx_n1 {
  margin-right: -0.25rem;
}

.mb_n1,
.my_n1 {
  margin-bottom: -0.25rem;
}

.ml_n1,
.mx_n1 {
  margin-left: -0.25rem;
}

.m_n2 {
  margin: -0.5rem;
}

.mt_n2,
.my_n2 {
  margin-top: -0.5rem;
}

.mr_n2,
.mx_n2 {
  margin-right: -0.5rem;
}

.mb_n2,
.my_n2 {
  margin-bottom: -0.5rem;
}

.ml_n2,
.mx_n2 {
  margin-left: -0.5rem;
}

.m_n3 {
  margin: -0.75rem;
}

.mt_n3,
.my_n3 {
  margin-top: -0.75rem;
}

.mr_n3,
.mx_n3 {
  margin-right: -0.75rem;
}

.mb_n3,
.my_n3 {
  margin-bottom: -0.75rem;
}

.ml_n3,
.mx_n3 {
  margin-left: -0.75rem;
}

.m_n4 {
  margin: -1rem;
}

.mt_n4,
.my_n4 {
  margin-top: -1rem;
}

.mr_n4,
.mx_n4 {
  margin-right: -1rem;
}

.mb_n4,
.my_n4 {
  margin-bottom: -1rem;
}

.ml_n4,
.mx_n4 {
  margin-left: -1rem;
}

.m_n5 {
  margin: -1.25rem;
}

.mt_n5,
.my_n5 {
  margin-top: -1.25rem;
}

.mr_n5,
.mx_n5 {
  margin-right: -1.25rem;
}

.mb_n5,
.my_n5 {
  margin-bottom: -1.25rem;
}

.ml_n5,
.mx_n5 {
  margin-left: -1.25rem;
}

.m_n6 {
  margin: -1.5rem;
}

.mt_n6,
.my_n6 {
  margin-top: -1.5rem;
}

.mr_n6,
.mx_n6 {
  margin-right: -1.5rem;
}

.mb_n6,
.my_n6 {
  margin-bottom: -1.5rem;
}

.ml_n6,
.mx_n6 {
  margin-left: -1.5rem;
}

.m_n8 {
  margin: -2rem;
}

.mt_n8,
.my_n8 {
  margin-top: -2rem;
}

.mr_n8,
.mx_n8 {
  margin-right: -2rem;
}

.mb_n8,
.my_n8 {
  margin-bottom: -2rem;
}

.ml_n8,
.mx_n8 {
  margin-left: -2rem;
}

.m_n10 {
  margin: -2.5rem;
}

.mt_n10,
.my_n10 {
  margin-top: -2.5rem;
}

.mr_n10,
.mx_n10 {
  margin-right: -2.5rem;
}

.mb_n10,
.my_n10 {
  margin-bottom: -2.5rem;
}

.ml_n10,
.mx_n10 {
  margin-left: -2.5rem;
}

.m_n12 {
  margin: -3rem;
}

.mt_n12,
.my_n12 {
  margin-top: -3rem;
}

.mr_n12,
.mx_n12 {
  margin-right: -3rem;
}

.mb_n12,
.my_n12 {
  margin-bottom: -3rem;
}

.ml_n12,
.mx_n12 {
  margin-left: -3rem;
}

.m_n16 {
  margin: -4rem;
}

.mt_n16,
.my_n16 {
  margin-top: -4rem;
}

.mr_n16,
.mx_n16 {
  margin-right: -4rem;
}

.mb_n16,
.my_n16 {
  margin-bottom: -4rem;
}

.ml_n16,
.mx_n16 {
  margin-left: -4rem;
}

.m_n20 {
  margin: -5rem;
}

.mt_n20,
.my_n20 {
  margin-top: -5rem;
}

.mr_n20,
.mx_n20 {
  margin-right: -5rem;
}

.mb_n20,
.my_n20 {
  margin-bottom: -5rem;
}

.ml_n20,
.mx_n20 {
  margin-left: -5rem;
}

.m_n24 {
  margin: -6rem;
}

.mt_n24,
.my_n24 {
  margin-top: -6rem;
}

.mr_n24,
.mx_n24 {
  margin-right: -6rem;
}

.mb_n24,
.my_n24 {
  margin-bottom: -6rem;
}

.ml_n24,
.mx_n24 {
  margin-left: -6rem;
}

.m_auto {
  margin: auto;
}

.mt_auto,
.my_auto {
  margin-top: auto;
}

.mr_auto,
.mx_auto {
  margin-right: auto;
}

.mb_auto,
.my_auto {
  margin-bottom: auto;
}

.ml_auto,
.mx_auto {
  margin-left: auto;
}

.m_0 {
  margin: 0;
}

.mt_0,
.my_0 {
  margin-top: 0;
}

.mr_0,
.mx_0 {
  margin-right: 0;
}

.mb_0,
.my_0 {
  margin-bottom: 0;
}

.ml_0,
.mx_0 {
  margin-left: 0;
}

.m_1 {
  margin: 0.25rem;
}

.mt_1,
.my_1 {
  margin-top: 0.25rem;
}

.mr_1,
.mx_1 {
  margin-right: 0.25rem;
}

.mb_1,
.my_1 {
  margin-bottom: 0.25rem;
}

.ml_1,
.mx_1 {
  margin-left: 0.25rem;
}

.m_2 {
  margin: 0.5rem;
}

.mt_2,
.my_2 {
  margin-top: 0.5rem;
}

.mr_2,
.mx_2 {
  margin-right: 0.5rem;
}

.mb_2,
.my_2 {
  margin-bottom: 0.5rem;
}

.ml_2,
.mx_2 {
  margin-left: 0.5rem;
}

.m_3 {
  margin: 0.75rem;
}

.mt_3,
.my_3 {
  margin-top: 0.75rem;
}

.mr_3,
.mx_3 {
  margin-right: 0.75rem;
}

.mb_3,
.my_3 {
  margin-bottom: 0.75rem;
}

.ml_3,
.mx_3 {
  margin-left: 0.75rem;
}

.m_4 {
  margin: 1rem;
}

.mt_4,
.my_4 {
  margin-top: 1rem;
}

.mr_4,
.mx_4 {
  margin-right: 1rem;
}

.mb_4,
.my_4 {
  margin-bottom: 1rem;
}

.ml_4,
.mx_4 {
  margin-left: 1rem;
}

.m_5 {
  margin: 1.25rem;
}

.mt_5,
.my_5 {
  margin-top: 1.25rem;
}

.mr_5,
.mx_5 {
  margin-right: 1.25rem;
}

.mb_5,
.my_5 {
  margin-bottom: 1.25rem;
}

.ml_5,
.mx_5 {
  margin-left: 1.25rem;
}

.m_6 {
  margin: 1.5rem;
}

.mt_6,
.my_6 {
  margin-top: 1.5rem;
}

.mr_6,
.mx_6 {
  margin-right: 1.5rem;
}

.mb_6,
.my_6 {
  margin-bottom: 1.5rem;
}

.ml_6,
.mx_6 {
  margin-left: 1.5rem;
}

.m_8 {
  margin: 2rem;
}

.mt_8,
.my_8 {
  margin-top: 2rem;
}

.mr_8,
.mx_8 {
  margin-right: 2rem;
}

.mb_8,
.my_8 {
  margin-bottom: 2rem;
}

.ml_8,
.mx_8 {
  margin-left: 2rem;
}

.m_10 {
  margin: 2.5rem;
}

.mt_10,
.my_10 {
  margin-top: 2.5rem;
}

.mr_10,
.mx_10 {
  margin-right: 2.5rem;
}

.mb_10,
.my_10 {
  margin-bottom: 2.5rem;
}

.ml_10,
.mx_10 {
  margin-left: 2.5rem;
}

.m_12 {
  margin: 3rem;
}

.mt_12,
.my_12 {
  margin-top: 3rem;
}

.mr_12,
.mx_12 {
  margin-right: 3rem;
}

.mb_12,
.my_12 {
  margin-bottom: 3rem;
}

.ml_12,
.mx_12 {
  margin-left: 3rem;
}

.m_16 {
  margin: 4rem;
}

.mt_16,
.my_16 {
  margin-top: 4rem;
}

.mr_16,
.mx_16 {
  margin-right: 4rem;
}

.mb_16,
.my_16 {
  margin-bottom: 4rem;
}

.ml_16,
.mx_16 {
  margin-left: 4rem;
}

.m_20 {
  margin: 5rem;
}

.mt_20,
.my_20 {
  margin-top: 5rem;
}

.mr_20,
.mx_20 {
  margin-right: 5rem;
}

.mb_20,
.my_20 {
  margin-bottom: 5rem;
}

.ml_20,
.mx_20 {
  margin-left: 5rem;
}

.m_24 {
  margin: 6rem;
}

.mt_24,
.my_24 {
  margin-top: 6rem;
}

.mr_24,
.mx_24 {
  margin-right: 6rem;
}

.mb_24,
.my_24 {
  margin-bottom: 6rem;
}

.ml_24,
.mx_24 {
  margin-left: 6rem;
}

.p_0 {
  padding: 0;
}

.pt_0,
.py_0 {
  padding-top: 0;
}

.pr_0,
.px_0 {
  padding-right: 0;
}

.pb_0,
.py_0 {
  padding-bottom: 0;
}

.pl_0,
.px_0 {
  padding-left: 0;
}

.p_1 {
  padding: 0.25rem;
}

.pt_1,
.py_1 {
  padding-top: 0.25rem;
}

.pr_1,
.px_1 {
  padding-right: 0.25rem;
}

.pb_1,
.py_1 {
  padding-bottom: 0.25rem;
}

.pl_1,
.px_1 {
  padding-left: 0.25rem;
}

.p_2 {
  padding: 0.5rem;
}

.pt_2,
.py_2 {
  padding-top: 0.5rem;
}

.pr_2,
.px_2 {
  padding-right: 0.5rem;
}

.pb_2,
.py_2 {
  padding-bottom: 0.5rem;
}

.pl_2,
.px_2 {
  padding-left: 0.5rem;
}

.p_3 {
  padding: 0.75rem;
}

.pt_3,
.py_3 {
  padding-top: 0.75rem;
}

.pr_3,
.px_3 {
  padding-right: 0.75rem;
}

.pb_3,
.py_3 {
  padding-bottom: 0.75rem;
}

.pl_3,
.px_3 {
  padding-left: 0.75rem;
}

.p_4 {
  padding: 1rem;
}

.pt_4,
.py_4 {
  padding-top: 1rem;
}

.pr_4,
.px_4 {
  padding-right: 1rem;
}

.pb_4,
.py_4 {
  padding-bottom: 1rem;
}

.pl_4,
.px_4 {
  padding-left: 1rem;
}

.p_5 {
  padding: 1.25rem;
}

.pt_5,
.py_5 {
  padding-top: 1.25rem;
}

.pr_5,
.px_5 {
  padding-right: 1.25rem;
}

.pb_5,
.py_5 {
  padding-bottom: 1.25rem;
}

.pl_5,
.px_5 {
  padding-left: 1.25rem;
}

.p_6 {
  padding: 1.5rem;
}

.pt_6,
.py_6 {
  padding-top: 1.5rem;
}

.pr_6,
.px_6 {
  padding-right: 1.5rem;
}

.pb_6,
.py_6 {
  padding-bottom: 1.5rem;
}

.pl_6,
.px_6 {
  padding-left: 1.5rem;
}

.p_8 {
  padding: 2rem;
}

.pt_8,
.py_8 {
  padding-top: 2rem;
}

.pr_8,
.px_8 {
  padding-right: 2rem;
}

.pb_8,
.py_8 {
  padding-bottom: 2rem;
}

.pl_8,
.px_8 {
  padding-left: 2rem;
}

.p_10 {
  padding: 2.5rem;
}

.pt_10,
.py_10 {
  padding-top: 2.5rem;
}

.pr_10,
.px_10 {
  padding-right: 2.5rem;
}

.pb_10,
.py_10 {
  padding-bottom: 2.5rem;
}

.pl_10,
.px_10 {
  padding-left: 2.5rem;
}

.p_12 {
  padding: 3rem;
}

.pt_12,
.py_12 {
  padding-top: 3rem;
}

.pr_12,
.px_12 {
  padding-right: 3rem;
}

.pb_12,
.py_12 {
  padding-bottom: 3rem;
}

.pl_12,
.px_12 {
  padding-left: 3rem;
}

.p_16 {
  padding: 4rem;
}

.pt_16,
.py_16 {
  padding-top: 4rem;
}

.pr_16,
.px_16 {
  padding-right: 4rem;
}

.pb_16,
.py_16 {
  padding-bottom: 4rem;
}

.pl_16,
.px_16 {
  padding-left: 4rem;
}

.p_20 {
  padding: 5rem;
}

.pt_20,
.py_20 {
  padding-top: 5rem;
}

.pr_20,
.px_20 {
  padding-right: 5rem;
}

.pb_20,
.py_20 {
  padding-bottom: 5rem;
}

.pl_20,
.px_20 {
  padding-left: 5rem;
}

.p_24 {
  padding: 6rem;
}

.pt_24,
.py_24 {
  padding-top: 6rem;
}

.pr_24,
.px_24 {
  padding-right: 6rem;
}

.pb_24,
.py_24 {
  padding-bottom: 6rem;
}

.pl_24,
.px_24 {
  padding-left: 6rem;
}

@media (min-width: 640px) {
  .m_medium_0 {
    margin: 0;
  }
  .mt_medium_0,
  .my_medium_0 {
    margin-top: 0;
  }
  .mr_medium_0,
  .mx_medium_0 {
    margin-right: 0;
  }
  .mb_medium_0,
  .my_medium_0 {
    margin-bottom: 0;
  }
  .ml_medium_0,
  .mx_medium_0 {
    margin-left: 0;
  }
  .m_medium_1 {
    margin: 0.25rem;
  }
  .mt_medium_1,
  .my_medium_1 {
    margin-top: 0.25rem;
  }
  .mr_medium_1,
  .mx_medium_1 {
    margin-right: 0.25rem;
  }
  .mb_medium_1,
  .my_medium_1 {
    margin-bottom: 0.25rem;
  }
  .ml_medium_1,
  .mx_medium_1 {
    margin-left: 0.25rem;
  }
  .m_medium_2 {
    margin: 0.5rem;
  }
  .mt_medium_2,
  .my_medium_2 {
    margin-top: 0.5rem;
  }
  .mr_medium_2,
  .mx_medium_2 {
    margin-right: 0.5rem;
  }
  .mb_medium_2,
  .my_medium_2 {
    margin-bottom: 0.5rem;
  }
  .ml_medium_2,
  .mx_medium_2 {
    margin-left: 0.5rem;
  }
  .m_medium_3 {
    margin: 0.75rem;
  }
  .mt_medium_3,
  .my_medium_3 {
    margin-top: 0.75rem;
  }
  .mr_medium_3,
  .mx_medium_3 {
    margin-right: 0.75rem;
  }
  .mb_medium_3,
  .my_medium_3 {
    margin-bottom: 0.75rem;
  }
  .ml_medium_3,
  .mx_medium_3 {
    margin-left: 0.75rem;
  }
  .m_medium_4 {
    margin: 1rem;
  }
  .mt_medium_4,
  .my_medium_4 {
    margin-top: 1rem;
  }
  .mr_medium_4,
  .mx_medium_4 {
    margin-right: 1rem;
  }
  .mb_medium_4,
  .my_medium_4 {
    margin-bottom: 1rem;
  }
  .ml_medium_4,
  .mx_medium_4 {
    margin-left: 1rem;
  }
  .m_medium_5 {
    margin: 1.25rem;
  }
  .mt_medium_5,
  .my_medium_5 {
    margin-top: 1.25rem;
  }
  .mr_medium_5,
  .mx_medium_5 {
    margin-right: 1.25rem;
  }
  .mb_medium_5,
  .my_medium_5 {
    margin-bottom: 1.25rem;
  }
  .ml_medium_5,
  .mx_medium_5 {
    margin-left: 1.25rem;
  }
  .m_medium_6 {
    margin: 1.5rem;
  }
  .mt_medium_6,
  .my_medium_6 {
    margin-top: 1.5rem;
  }
  .mr_medium_6,
  .mx_medium_6 {
    margin-right: 1.5rem;
  }
  .mb_medium_6,
  .my_medium_6 {
    margin-bottom: 1.5rem;
  }
  .ml_medium_6,
  .mx_medium_6 {
    margin-left: 1.5rem;
  }
  .m_medium_8 {
    margin: 2rem;
  }
  .mt_medium_8,
  .my_medium_8 {
    margin-top: 2rem;
  }
  .mr_medium_8,
  .mx_medium_8 {
    margin-right: 2rem;
  }
  .mb_medium_8,
  .my_medium_8 {
    margin-bottom: 2rem;
  }
  .ml_medium_8,
  .mx_medium_8 {
    margin-left: 2rem;
  }
  .m_medium_10 {
    margin: 2.5rem;
  }
  .mt_medium_10,
  .my_medium_10 {
    margin-top: 2.5rem;
  }
  .mr_medium_10,
  .mx_medium_10 {
    margin-right: 2.5rem;
  }
  .mb_medium_10,
  .my_medium_10 {
    margin-bottom: 2.5rem;
  }
  .ml_medium_10,
  .mx_medium_10 {
    margin-left: 2.5rem;
  }
  .m_medium_12 {
    margin: 3rem;
  }
  .mt_medium_12,
  .my_medium_12 {
    margin-top: 3rem;
  }
  .mr_medium_12,
  .mx_medium_12 {
    margin-right: 3rem;
  }
  .mb_medium_12,
  .my_medium_12 {
    margin-bottom: 3rem;
  }
  .ml_medium_12,
  .mx_medium_12 {
    margin-left: 3rem;
  }
  .m_medium_16 {
    margin: 4rem;
  }
  .mt_medium_16,
  .my_medium_16 {
    margin-top: 4rem;
  }
  .mr_medium_16,
  .mx_medium_16 {
    margin-right: 4rem;
  }
  .mb_medium_16,
  .my_medium_16 {
    margin-bottom: 4rem;
  }
  .ml_medium_16,
  .mx_medium_16 {
    margin-left: 4rem;
  }
  .m_medium_20 {
    margin: 5rem;
  }
  .mt_medium_20,
  .my_medium_20 {
    margin-top: 5rem;
  }
  .mr_medium_20,
  .mx_medium_20 {
    margin-right: 5rem;
  }
  .mb_medium_20,
  .my_medium_20 {
    margin-bottom: 5rem;
  }
  .ml_medium_20,
  .mx_medium_20 {
    margin-left: 5rem;
  }
  .m_medium_24 {
    margin: 6rem;
  }
  .mt_medium_24,
  .my_medium_24 {
    margin-top: 6rem;
  }
  .mr_medium_24,
  .mx_medium_24 {
    margin-right: 6rem;
  }
  .mb_medium_24,
  .my_medium_24 {
    margin-bottom: 6rem;
  }
  .ml_medium_24,
  .mx_medium_24 {
    margin-left: 6rem;
  }
  .p_medium_0 {
    padding: 0;
  }
  .pt_medium_0,
  .py_medium_0 {
    padding-top: 0;
  }
  .pr_medium_0,
  .px_medium_0 {
    padding-right: 0;
  }
  .pb_medium_0,
  .py_medium_0 {
    padding-bottom: 0;
  }
  .pl_medium_0,
  .px_medium_0 {
    padding-left: 0;
  }
  .p_medium_1 {
    padding: 0.25rem;
  }
  .pt_medium_1,
  .py_medium_1 {
    padding-top: 0.25rem;
  }
  .pr_medium_1,
  .px_medium_1 {
    padding-right: 0.25rem;
  }
  .pb_medium_1,
  .py_medium_1 {
    padding-bottom: 0.25rem;
  }
  .pl_medium_1,
  .px_medium_1 {
    padding-left: 0.25rem;
  }
  .p_medium_2 {
    padding: 0.5rem;
  }
  .pt_medium_2,
  .py_medium_2 {
    padding-top: 0.5rem;
  }
  .pr_medium_2,
  .px_medium_2 {
    padding-right: 0.5rem;
  }
  .pb_medium_2,
  .py_medium_2 {
    padding-bottom: 0.5rem;
  }
  .pl_medium_2,
  .px_medium_2 {
    padding-left: 0.5rem;
  }
  .p_medium_3 {
    padding: 0.75rem;
  }
  .pt_medium_3,
  .py_medium_3 {
    padding-top: 0.75rem;
  }
  .pr_medium_3,
  .px_medium_3 {
    padding-right: 0.75rem;
  }
  .pb_medium_3,
  .py_medium_3 {
    padding-bottom: 0.75rem;
  }
  .pl_medium_3,
  .px_medium_3 {
    padding-left: 0.75rem;
  }
  .p_medium_4 {
    padding: 1rem;
  }
  .pt_medium_4,
  .py_medium_4 {
    padding-top: 1rem;
  }
  .pr_medium_4,
  .px_medium_4 {
    padding-right: 1rem;
  }
  .pb_medium_4,
  .py_medium_4 {
    padding-bottom: 1rem;
  }
  .pl_medium_4,
  .px_medium_4 {
    padding-left: 1rem;
  }
  .p_medium_5 {
    padding: 1.25rem;
  }
  .pt_medium_5,
  .py_medium_5 {
    padding-top: 1.25rem;
  }
  .pr_medium_5,
  .px_medium_5 {
    padding-right: 1.25rem;
  }
  .pb_medium_5,
  .py_medium_5 {
    padding-bottom: 1.25rem;
  }
  .pl_medium_5,
  .px_medium_5 {
    padding-left: 1.25rem;
  }
  .p_medium_6 {
    padding: 1.5rem;
  }
  .pt_medium_6,
  .py_medium_6 {
    padding-top: 1.5rem;
  }
  .pr_medium_6,
  .px_medium_6 {
    padding-right: 1.5rem;
  }
  .pb_medium_6,
  .py_medium_6 {
    padding-bottom: 1.5rem;
  }
  .pl_medium_6,
  .px_medium_6 {
    padding-left: 1.5rem;
  }
  .p_medium_8 {
    padding: 2rem;
  }
  .pt_medium_8,
  .py_medium_8 {
    padding-top: 2rem;
  }
  .pr_medium_8,
  .px_medium_8 {
    padding-right: 2rem;
  }
  .pb_medium_8,
  .py_medium_8 {
    padding-bottom: 2rem;
  }
  .pl_medium_8,
  .px_medium_8 {
    padding-left: 2rem;
  }
  .p_medium_10 {
    padding: 2.5rem;
  }
  .pt_medium_10,
  .py_medium_10 {
    padding-top: 2.5rem;
  }
  .pr_medium_10,
  .px_medium_10 {
    padding-right: 2.5rem;
  }
  .pb_medium_10,
  .py_medium_10 {
    padding-bottom: 2.5rem;
  }
  .pl_medium_10,
  .px_medium_10 {
    padding-left: 2.5rem;
  }
  .p_medium_12 {
    padding: 3rem;
  }
  .pt_medium_12,
  .py_medium_12 {
    padding-top: 3rem;
  }
  .pr_medium_12,
  .px_medium_12 {
    padding-right: 3rem;
  }
  .pb_medium_12,
  .py_medium_12 {
    padding-bottom: 3rem;
  }
  .pl_medium_12,
  .px_medium_12 {
    padding-left: 3rem;
  }
  .p_medium_16 {
    padding: 4rem;
  }
  .pt_medium_16,
  .py_medium_16 {
    padding-top: 4rem;
  }
  .pr_medium_16,
  .px_medium_16 {
    padding-right: 4rem;
  }
  .pb_medium_16,
  .py_medium_16 {
    padding-bottom: 4rem;
  }
  .pl_medium_16,
  .px_medium_16 {
    padding-left: 4rem;
  }
  .p_medium_20 {
    padding: 5rem;
  }
  .pt_medium_20,
  .py_medium_20 {
    padding-top: 5rem;
  }
  .pr_medium_20,
  .px_medium_20 {
    padding-right: 5rem;
  }
  .pb_medium_20,
  .py_medium_20 {
    padding-bottom: 5rem;
  }
  .pl_medium_20,
  .px_medium_20 {
    padding-left: 5rem;
  }
  .p_medium_24 {
    padding: 6rem;
  }
  .pt_medium_24,
  .py_medium_24 {
    padding-top: 6rem;
  }
  .pr_medium_24,
  .px_medium_24 {
    padding-right: 6rem;
  }
  .pb_medium_24,
  .py_medium_24 {
    padding-bottom: 6rem;
  }
  .pl_medium_24,
  .px_medium_24 {
    padding-left: 6rem;
  }
}
@media (min-width: 1024px) {
  .m_large_0 {
    margin: 0;
  }
  .mt_large_0,
  .my_large_0 {
    margin-top: 0;
  }
  .mr_large_0,
  .mx_large_0 {
    margin-right: 0;
  }
  .mb_large_0,
  .my_large_0 {
    margin-bottom: 0;
  }
  .ml_large_0,
  .mx_large_0 {
    margin-left: 0;
  }
  .m_large_1 {
    margin: 0.25rem;
  }
  .mt_large_1,
  .my_large_1 {
    margin-top: 0.25rem;
  }
  .mr_large_1,
  .mx_large_1 {
    margin-right: 0.25rem;
  }
  .mb_large_1,
  .my_large_1 {
    margin-bottom: 0.25rem;
  }
  .ml_large_1,
  .mx_large_1 {
    margin-left: 0.25rem;
  }
  .m_large_2 {
    margin: 0.5rem;
  }
  .mt_large_2,
  .my_large_2 {
    margin-top: 0.5rem;
  }
  .mr_large_2,
  .mx_large_2 {
    margin-right: 0.5rem;
  }
  .mb_large_2,
  .my_large_2 {
    margin-bottom: 0.5rem;
  }
  .ml_large_2,
  .mx_large_2 {
    margin-left: 0.5rem;
  }
  .m_large_3 {
    margin: 0.75rem;
  }
  .mt_large_3,
  .my_large_3 {
    margin-top: 0.75rem;
  }
  .mr_large_3,
  .mx_large_3 {
    margin-right: 0.75rem;
  }
  .mb_large_3,
  .my_large_3 {
    margin-bottom: 0.75rem;
  }
  .ml_large_3,
  .mx_large_3 {
    margin-left: 0.75rem;
  }
  .m_large_4 {
    margin: 1rem;
  }
  .mt_large_4,
  .my_large_4 {
    margin-top: 1rem;
  }
  .mr_large_4,
  .mx_large_4 {
    margin-right: 1rem;
  }
  .mb_large_4,
  .my_large_4 {
    margin-bottom: 1rem;
  }
  .ml_large_4,
  .mx_large_4 {
    margin-left: 1rem;
  }
  .m_large_5 {
    margin: 1.25rem;
  }
  .mt_large_5,
  .my_large_5 {
    margin-top: 1.25rem;
  }
  .mr_large_5,
  .mx_large_5 {
    margin-right: 1.25rem;
  }
  .mb_large_5,
  .my_large_5 {
    margin-bottom: 1.25rem;
  }
  .ml_large_5,
  .mx_large_5 {
    margin-left: 1.25rem;
  }
  .m_large_6 {
    margin: 1.5rem;
  }
  .mt_large_6,
  .my_large_6 {
    margin-top: 1.5rem;
  }
  .mr_large_6,
  .mx_large_6 {
    margin-right: 1.5rem;
  }
  .mb_large_6,
  .my_large_6 {
    margin-bottom: 1.5rem;
  }
  .ml_large_6,
  .mx_large_6 {
    margin-left: 1.5rem;
  }
  .m_large_8 {
    margin: 2rem;
  }
  .mt_large_8,
  .my_large_8 {
    margin-top: 2rem;
  }
  .mr_large_8,
  .mx_large_8 {
    margin-right: 2rem;
  }
  .mb_large_8,
  .my_large_8 {
    margin-bottom: 2rem;
  }
  .ml_large_8,
  .mx_large_8 {
    margin-left: 2rem;
  }
  .m_large_10 {
    margin: 2.5rem;
  }
  .mt_large_10,
  .my_large_10 {
    margin-top: 2.5rem;
  }
  .mr_large_10,
  .mx_large_10 {
    margin-right: 2.5rem;
  }
  .mb_large_10,
  .my_large_10 {
    margin-bottom: 2.5rem;
  }
  .ml_large_10,
  .mx_large_10 {
    margin-left: 2.5rem;
  }
  .m_large_12 {
    margin: 3rem;
  }
  .mt_large_12,
  .my_large_12 {
    margin-top: 3rem;
  }
  .mr_large_12,
  .mx_large_12 {
    margin-right: 3rem;
  }
  .mb_large_12,
  .my_large_12 {
    margin-bottom: 3rem;
  }
  .ml_large_12,
  .mx_large_12 {
    margin-left: 3rem;
  }
  .m_large_16 {
    margin: 4rem;
  }
  .mt_large_16,
  .my_large_16 {
    margin-top: 4rem;
  }
  .mr_large_16,
  .mx_large_16 {
    margin-right: 4rem;
  }
  .mb_large_16,
  .my_large_16 {
    margin-bottom: 4rem;
  }
  .ml_large_16,
  .mx_large_16 {
    margin-left: 4rem;
  }
  .m_large_20 {
    margin: 5rem;
  }
  .mt_large_20,
  .my_large_20 {
    margin-top: 5rem;
  }
  .mr_large_20,
  .mx_large_20 {
    margin-right: 5rem;
  }
  .mb_large_20,
  .my_large_20 {
    margin-bottom: 5rem;
  }
  .ml_large_20,
  .mx_large_20 {
    margin-left: 5rem;
  }
  .m_large_24 {
    margin: 6rem;
  }
  .mt_large_24,
  .my_large_24 {
    margin-top: 6rem;
  }
  .mr_large_24,
  .mx_large_24 {
    margin-right: 6rem;
  }
  .mb_large_24,
  .my_large_24 {
    margin-bottom: 6rem;
  }
  .ml_large_24,
  .mx_large_24 {
    margin-left: 6rem;
  }
  .p_large_0 {
    padding: 0;
  }
  .pt_large_0,
  .py_large_0 {
    padding-top: 0;
  }
  .pr_large_0,
  .px_large_0 {
    padding-right: 0;
  }
  .pb_large_0,
  .py_large_0 {
    padding-bottom: 0;
  }
  .pl_large_0,
  .px_large_0 {
    padding-left: 0;
  }
  .p_large_1 {
    padding: 0.25rem;
  }
  .pt_large_1,
  .py_large_1 {
    padding-top: 0.25rem;
  }
  .pr_large_1,
  .px_large_1 {
    padding-right: 0.25rem;
  }
  .pb_large_1,
  .py_large_1 {
    padding-bottom: 0.25rem;
  }
  .pl_large_1,
  .px_large_1 {
    padding-left: 0.25rem;
  }
  .p_large_2 {
    padding: 0.5rem;
  }
  .pt_large_2,
  .py_large_2 {
    padding-top: 0.5rem;
  }
  .pr_large_2,
  .px_large_2 {
    padding-right: 0.5rem;
  }
  .pb_large_2,
  .py_large_2 {
    padding-bottom: 0.5rem;
  }
  .pl_large_2,
  .px_large_2 {
    padding-left: 0.5rem;
  }
  .p_large_3 {
    padding: 0.75rem;
  }
  .pt_large_3,
  .py_large_3 {
    padding-top: 0.75rem;
  }
  .pr_large_3,
  .px_large_3 {
    padding-right: 0.75rem;
  }
  .pb_large_3,
  .py_large_3 {
    padding-bottom: 0.75rem;
  }
  .pl_large_3,
  .px_large_3 {
    padding-left: 0.75rem;
  }
  .p_large_4 {
    padding: 1rem;
  }
  .pt_large_4,
  .py_large_4 {
    padding-top: 1rem;
  }
  .pr_large_4,
  .px_large_4 {
    padding-right: 1rem;
  }
  .pb_large_4,
  .py_large_4 {
    padding-bottom: 1rem;
  }
  .pl_large_4,
  .px_large_4 {
    padding-left: 1rem;
  }
  .p_large_5 {
    padding: 1.25rem;
  }
  .pt_large_5,
  .py_large_5 {
    padding-top: 1.25rem;
  }
  .pr_large_5,
  .px_large_5 {
    padding-right: 1.25rem;
  }
  .pb_large_5,
  .py_large_5 {
    padding-bottom: 1.25rem;
  }
  .pl_large_5,
  .px_large_5 {
    padding-left: 1.25rem;
  }
  .p_large_6 {
    padding: 1.5rem;
  }
  .pt_large_6,
  .py_large_6 {
    padding-top: 1.5rem;
  }
  .pr_large_6,
  .px_large_6 {
    padding-right: 1.5rem;
  }
  .pb_large_6,
  .py_large_6 {
    padding-bottom: 1.5rem;
  }
  .pl_large_6,
  .px_large_6 {
    padding-left: 1.5rem;
  }
  .p_large_8 {
    padding: 2rem;
  }
  .pt_large_8,
  .py_large_8 {
    padding-top: 2rem;
  }
  .pr_large_8,
  .px_large_8 {
    padding-right: 2rem;
  }
  .pb_large_8,
  .py_large_8 {
    padding-bottom: 2rem;
  }
  .pl_large_8,
  .px_large_8 {
    padding-left: 2rem;
  }
  .p_large_10 {
    padding: 2.5rem;
  }
  .pt_large_10,
  .py_large_10 {
    padding-top: 2.5rem;
  }
  .pr_large_10,
  .px_large_10 {
    padding-right: 2.5rem;
  }
  .pb_large_10,
  .py_large_10 {
    padding-bottom: 2.5rem;
  }
  .pl_large_10,
  .px_large_10 {
    padding-left: 2.5rem;
  }
  .p_large_12 {
    padding: 3rem;
  }
  .pt_large_12,
  .py_large_12 {
    padding-top: 3rem;
  }
  .pr_large_12,
  .px_large_12 {
    padding-right: 3rem;
  }
  .pb_large_12,
  .py_large_12 {
    padding-bottom: 3rem;
  }
  .pl_large_12,
  .px_large_12 {
    padding-left: 3rem;
  }
  .p_large_16 {
    padding: 4rem;
  }
  .pt_large_16,
  .py_large_16 {
    padding-top: 4rem;
  }
  .pr_large_16,
  .px_large_16 {
    padding-right: 4rem;
  }
  .pb_large_16,
  .py_large_16 {
    padding-bottom: 4rem;
  }
  .pl_large_16,
  .px_large_16 {
    padding-left: 4rem;
  }
  .p_large_20 {
    padding: 5rem;
  }
  .pt_large_20,
  .py_large_20 {
    padding-top: 5rem;
  }
  .pr_large_20,
  .px_large_20 {
    padding-right: 5rem;
  }
  .pb_large_20,
  .py_large_20 {
    padding-bottom: 5rem;
  }
  .pl_large_20,
  .px_large_20 {
    padding-left: 5rem;
  }
  .p_large_24 {
    padding: 6rem;
  }
  .pt_large_24,
  .py_large_24 {
    padding-top: 6rem;
  }
  .pr_large_24,
  .px_large_24 {
    padding-right: 6rem;
  }
  .pb_large_24,
  .py_large_24 {
    padding-bottom: 6rem;
  }
  .pl_large_24,
  .px_large_24 {
    padding-left: 6rem;
  }
}
@media (min-width: 1200px) {
  .m_xlarge_0 {
    margin: 0;
  }
  .mt_xlarge_0,
  .my_xlarge_0 {
    margin-top: 0;
  }
  .mr_xlarge_0,
  .mx_xlarge_0 {
    margin-right: 0;
  }
  .mb_xlarge_0,
  .my_xlarge_0 {
    margin-bottom: 0;
  }
  .ml_xlarge_0,
  .mx_xlarge_0 {
    margin-left: 0;
  }
  .m_xlarge_1 {
    margin: 0.25rem;
  }
  .mt_xlarge_1,
  .my_xlarge_1 {
    margin-top: 0.25rem;
  }
  .mr_xlarge_1,
  .mx_xlarge_1 {
    margin-right: 0.25rem;
  }
  .mb_xlarge_1,
  .my_xlarge_1 {
    margin-bottom: 0.25rem;
  }
  .ml_xlarge_1,
  .mx_xlarge_1 {
    margin-left: 0.25rem;
  }
  .m_xlarge_2 {
    margin: 0.5rem;
  }
  .mt_xlarge_2,
  .my_xlarge_2 {
    margin-top: 0.5rem;
  }
  .mr_xlarge_2,
  .mx_xlarge_2 {
    margin-right: 0.5rem;
  }
  .mb_xlarge_2,
  .my_xlarge_2 {
    margin-bottom: 0.5rem;
  }
  .ml_xlarge_2,
  .mx_xlarge_2 {
    margin-left: 0.5rem;
  }
  .m_xlarge_3 {
    margin: 0.75rem;
  }
  .mt_xlarge_3,
  .my_xlarge_3 {
    margin-top: 0.75rem;
  }
  .mr_xlarge_3,
  .mx_xlarge_3 {
    margin-right: 0.75rem;
  }
  .mb_xlarge_3,
  .my_xlarge_3 {
    margin-bottom: 0.75rem;
  }
  .ml_xlarge_3,
  .mx_xlarge_3 {
    margin-left: 0.75rem;
  }
  .m_xlarge_4 {
    margin: 1rem;
  }
  .mt_xlarge_4,
  .my_xlarge_4 {
    margin-top: 1rem;
  }
  .mr_xlarge_4,
  .mx_xlarge_4 {
    margin-right: 1rem;
  }
  .mb_xlarge_4,
  .my_xlarge_4 {
    margin-bottom: 1rem;
  }
  .ml_xlarge_4,
  .mx_xlarge_4 {
    margin-left: 1rem;
  }
  .m_xlarge_5 {
    margin: 1.25rem;
  }
  .mt_xlarge_5,
  .my_xlarge_5 {
    margin-top: 1.25rem;
  }
  .mr_xlarge_5,
  .mx_xlarge_5 {
    margin-right: 1.25rem;
  }
  .mb_xlarge_5,
  .my_xlarge_5 {
    margin-bottom: 1.25rem;
  }
  .ml_xlarge_5,
  .mx_xlarge_5 {
    margin-left: 1.25rem;
  }
  .m_xlarge_6 {
    margin: 1.5rem;
  }
  .mt_xlarge_6,
  .my_xlarge_6 {
    margin-top: 1.5rem;
  }
  .mr_xlarge_6,
  .mx_xlarge_6 {
    margin-right: 1.5rem;
  }
  .mb_xlarge_6,
  .my_xlarge_6 {
    margin-bottom: 1.5rem;
  }
  .ml_xlarge_6,
  .mx_xlarge_6 {
    margin-left: 1.5rem;
  }
  .m_xlarge_8 {
    margin: 2rem;
  }
  .mt_xlarge_8,
  .my_xlarge_8 {
    margin-top: 2rem;
  }
  .mr_xlarge_8,
  .mx_xlarge_8 {
    margin-right: 2rem;
  }
  .mb_xlarge_8,
  .my_xlarge_8 {
    margin-bottom: 2rem;
  }
  .ml_xlarge_8,
  .mx_xlarge_8 {
    margin-left: 2rem;
  }
  .m_xlarge_10 {
    margin: 2.5rem;
  }
  .mt_xlarge_10,
  .my_xlarge_10 {
    margin-top: 2.5rem;
  }
  .mr_xlarge_10,
  .mx_xlarge_10 {
    margin-right: 2.5rem;
  }
  .mb_xlarge_10,
  .my_xlarge_10 {
    margin-bottom: 2.5rem;
  }
  .ml_xlarge_10,
  .mx_xlarge_10 {
    margin-left: 2.5rem;
  }
  .m_xlarge_12 {
    margin: 3rem;
  }
  .mt_xlarge_12,
  .my_xlarge_12 {
    margin-top: 3rem;
  }
  .mr_xlarge_12,
  .mx_xlarge_12 {
    margin-right: 3rem;
  }
  .mb_xlarge_12,
  .my_xlarge_12 {
    margin-bottom: 3rem;
  }
  .ml_xlarge_12,
  .mx_xlarge_12 {
    margin-left: 3rem;
  }
  .m_xlarge_16 {
    margin: 4rem;
  }
  .mt_xlarge_16,
  .my_xlarge_16 {
    margin-top: 4rem;
  }
  .mr_xlarge_16,
  .mx_xlarge_16 {
    margin-right: 4rem;
  }
  .mb_xlarge_16,
  .my_xlarge_16 {
    margin-bottom: 4rem;
  }
  .ml_xlarge_16,
  .mx_xlarge_16 {
    margin-left: 4rem;
  }
  .m_xlarge_20 {
    margin: 5rem;
  }
  .mt_xlarge_20,
  .my_xlarge_20 {
    margin-top: 5rem;
  }
  .mr_xlarge_20,
  .mx_xlarge_20 {
    margin-right: 5rem;
  }
  .mb_xlarge_20,
  .my_xlarge_20 {
    margin-bottom: 5rem;
  }
  .ml_xlarge_20,
  .mx_xlarge_20 {
    margin-left: 5rem;
  }
  .m_xlarge_24 {
    margin: 6rem;
  }
  .mt_xlarge_24,
  .my_xlarge_24 {
    margin-top: 6rem;
  }
  .mr_xlarge_24,
  .mx_xlarge_24 {
    margin-right: 6rem;
  }
  .mb_xlarge_24,
  .my_xlarge_24 {
    margin-bottom: 6rem;
  }
  .ml_xlarge_24,
  .mx_xlarge_24 {
    margin-left: 6rem;
  }
  .p_xlarge_0 {
    padding: 0;
  }
  .pt_xlarge_0,
  .py_xlarge_0 {
    padding-top: 0;
  }
  .pr_xlarge_0,
  .px_xlarge_0 {
    padding-right: 0;
  }
  .pb_xlarge_0,
  .py_xlarge_0 {
    padding-bottom: 0;
  }
  .pl_xlarge_0,
  .px_xlarge_0 {
    padding-left: 0;
  }
  .p_xlarge_1 {
    padding: 0.25rem;
  }
  .pt_xlarge_1,
  .py_xlarge_1 {
    padding-top: 0.25rem;
  }
  .pr_xlarge_1,
  .px_xlarge_1 {
    padding-right: 0.25rem;
  }
  .pb_xlarge_1,
  .py_xlarge_1 {
    padding-bottom: 0.25rem;
  }
  .pl_xlarge_1,
  .px_xlarge_1 {
    padding-left: 0.25rem;
  }
  .p_xlarge_2 {
    padding: 0.5rem;
  }
  .pt_xlarge_2,
  .py_xlarge_2 {
    padding-top: 0.5rem;
  }
  .pr_xlarge_2,
  .px_xlarge_2 {
    padding-right: 0.5rem;
  }
  .pb_xlarge_2,
  .py_xlarge_2 {
    padding-bottom: 0.5rem;
  }
  .pl_xlarge_2,
  .px_xlarge_2 {
    padding-left: 0.5rem;
  }
  .p_xlarge_3 {
    padding: 0.75rem;
  }
  .pt_xlarge_3,
  .py_xlarge_3 {
    padding-top: 0.75rem;
  }
  .pr_xlarge_3,
  .px_xlarge_3 {
    padding-right: 0.75rem;
  }
  .pb_xlarge_3,
  .py_xlarge_3 {
    padding-bottom: 0.75rem;
  }
  .pl_xlarge_3,
  .px_xlarge_3 {
    padding-left: 0.75rem;
  }
  .p_xlarge_4 {
    padding: 1rem;
  }
  .pt_xlarge_4,
  .py_xlarge_4 {
    padding-top: 1rem;
  }
  .pr_xlarge_4,
  .px_xlarge_4 {
    padding-right: 1rem;
  }
  .pb_xlarge_4,
  .py_xlarge_4 {
    padding-bottom: 1rem;
  }
  .pl_xlarge_4,
  .px_xlarge_4 {
    padding-left: 1rem;
  }
  .p_xlarge_5 {
    padding: 1.25rem;
  }
  .pt_xlarge_5,
  .py_xlarge_5 {
    padding-top: 1.25rem;
  }
  .pr_xlarge_5,
  .px_xlarge_5 {
    padding-right: 1.25rem;
  }
  .pb_xlarge_5,
  .py_xlarge_5 {
    padding-bottom: 1.25rem;
  }
  .pl_xlarge_5,
  .px_xlarge_5 {
    padding-left: 1.25rem;
  }
  .p_xlarge_6 {
    padding: 1.5rem;
  }
  .pt_xlarge_6,
  .py_xlarge_6 {
    padding-top: 1.5rem;
  }
  .pr_xlarge_6,
  .px_xlarge_6 {
    padding-right: 1.5rem;
  }
  .pb_xlarge_6,
  .py_xlarge_6 {
    padding-bottom: 1.5rem;
  }
  .pl_xlarge_6,
  .px_xlarge_6 {
    padding-left: 1.5rem;
  }
  .p_xlarge_8 {
    padding: 2rem;
  }
  .pt_xlarge_8,
  .py_xlarge_8 {
    padding-top: 2rem;
  }
  .pr_xlarge_8,
  .px_xlarge_8 {
    padding-right: 2rem;
  }
  .pb_xlarge_8,
  .py_xlarge_8 {
    padding-bottom: 2rem;
  }
  .pl_xlarge_8,
  .px_xlarge_8 {
    padding-left: 2rem;
  }
  .p_xlarge_10 {
    padding: 2.5rem;
  }
  .pt_xlarge_10,
  .py_xlarge_10 {
    padding-top: 2.5rem;
  }
  .pr_xlarge_10,
  .px_xlarge_10 {
    padding-right: 2.5rem;
  }
  .pb_xlarge_10,
  .py_xlarge_10 {
    padding-bottom: 2.5rem;
  }
  .pl_xlarge_10,
  .px_xlarge_10 {
    padding-left: 2.5rem;
  }
  .p_xlarge_12 {
    padding: 3rem;
  }
  .pt_xlarge_12,
  .py_xlarge_12 {
    padding-top: 3rem;
  }
  .pr_xlarge_12,
  .px_xlarge_12 {
    padding-right: 3rem;
  }
  .pb_xlarge_12,
  .py_xlarge_12 {
    padding-bottom: 3rem;
  }
  .pl_xlarge_12,
  .px_xlarge_12 {
    padding-left: 3rem;
  }
  .p_xlarge_16 {
    padding: 4rem;
  }
  .pt_xlarge_16,
  .py_xlarge_16 {
    padding-top: 4rem;
  }
  .pr_xlarge_16,
  .px_xlarge_16 {
    padding-right: 4rem;
  }
  .pb_xlarge_16,
  .py_xlarge_16 {
    padding-bottom: 4rem;
  }
  .pl_xlarge_16,
  .px_xlarge_16 {
    padding-left: 4rem;
  }
  .p_xlarge_20 {
    padding: 5rem;
  }
  .pt_xlarge_20,
  .py_xlarge_20 {
    padding-top: 5rem;
  }
  .pr_xlarge_20,
  .px_xlarge_20 {
    padding-right: 5rem;
  }
  .pb_xlarge_20,
  .py_xlarge_20 {
    padding-bottom: 5rem;
  }
  .pl_xlarge_20,
  .px_xlarge_20 {
    padding-left: 5rem;
  }
  .p_xlarge_24 {
    padding: 6rem;
  }
  .pt_xlarge_24,
  .py_xlarge_24 {
    padding-top: 6rem;
  }
  .pr_xlarge_24,
  .px_xlarge_24 {
    padding-right: 6rem;
  }
  .pb_xlarge_24,
  .py_xlarge_24 {
    padding-bottom: 6rem;
  }
  .pl_xlarge_24,
  .px_xlarge_24 {
    padding-left: 6rem;
  }
}
@media (min-width: 1400px) {
  .m_xxlarge_0 {
    margin: 0;
  }
  .mt_xxlarge_0,
  .my_xxlarge_0 {
    margin-top: 0;
  }
  .mr_xxlarge_0,
  .mx_xxlarge_0 {
    margin-right: 0;
  }
  .mb_xxlarge_0,
  .my_xxlarge_0 {
    margin-bottom: 0;
  }
  .ml_xxlarge_0,
  .mx_xxlarge_0 {
    margin-left: 0;
  }
  .m_xxlarge_1 {
    margin: 0.25rem;
  }
  .mt_xxlarge_1,
  .my_xxlarge_1 {
    margin-top: 0.25rem;
  }
  .mr_xxlarge_1,
  .mx_xxlarge_1 {
    margin-right: 0.25rem;
  }
  .mb_xxlarge_1,
  .my_xxlarge_1 {
    margin-bottom: 0.25rem;
  }
  .ml_xxlarge_1,
  .mx_xxlarge_1 {
    margin-left: 0.25rem;
  }
  .m_xxlarge_2 {
    margin: 0.5rem;
  }
  .mt_xxlarge_2,
  .my_xxlarge_2 {
    margin-top: 0.5rem;
  }
  .mr_xxlarge_2,
  .mx_xxlarge_2 {
    margin-right: 0.5rem;
  }
  .mb_xxlarge_2,
  .my_xxlarge_2 {
    margin-bottom: 0.5rem;
  }
  .ml_xxlarge_2,
  .mx_xxlarge_2 {
    margin-left: 0.5rem;
  }
  .m_xxlarge_3 {
    margin: 0.75rem;
  }
  .mt_xxlarge_3,
  .my_xxlarge_3 {
    margin-top: 0.75rem;
  }
  .mr_xxlarge_3,
  .mx_xxlarge_3 {
    margin-right: 0.75rem;
  }
  .mb_xxlarge_3,
  .my_xxlarge_3 {
    margin-bottom: 0.75rem;
  }
  .ml_xxlarge_3,
  .mx_xxlarge_3 {
    margin-left: 0.75rem;
  }
  .m_xxlarge_4 {
    margin: 1rem;
  }
  .mt_xxlarge_4,
  .my_xxlarge_4 {
    margin-top: 1rem;
  }
  .mr_xxlarge_4,
  .mx_xxlarge_4 {
    margin-right: 1rem;
  }
  .mb_xxlarge_4,
  .my_xxlarge_4 {
    margin-bottom: 1rem;
  }
  .ml_xxlarge_4,
  .mx_xxlarge_4 {
    margin-left: 1rem;
  }
  .m_xxlarge_5 {
    margin: 1.25rem;
  }
  .mt_xxlarge_5,
  .my_xxlarge_5 {
    margin-top: 1.25rem;
  }
  .mr_xxlarge_5,
  .mx_xxlarge_5 {
    margin-right: 1.25rem;
  }
  .mb_xxlarge_5,
  .my_xxlarge_5 {
    margin-bottom: 1.25rem;
  }
  .ml_xxlarge_5,
  .mx_xxlarge_5 {
    margin-left: 1.25rem;
  }
  .m_xxlarge_6 {
    margin: 1.5rem;
  }
  .mt_xxlarge_6,
  .my_xxlarge_6 {
    margin-top: 1.5rem;
  }
  .mr_xxlarge_6,
  .mx_xxlarge_6 {
    margin-right: 1.5rem;
  }
  .mb_xxlarge_6,
  .my_xxlarge_6 {
    margin-bottom: 1.5rem;
  }
  .ml_xxlarge_6,
  .mx_xxlarge_6 {
    margin-left: 1.5rem;
  }
  .m_xxlarge_8 {
    margin: 2rem;
  }
  .mt_xxlarge_8,
  .my_xxlarge_8 {
    margin-top: 2rem;
  }
  .mr_xxlarge_8,
  .mx_xxlarge_8 {
    margin-right: 2rem;
  }
  .mb_xxlarge_8,
  .my_xxlarge_8 {
    margin-bottom: 2rem;
  }
  .ml_xxlarge_8,
  .mx_xxlarge_8 {
    margin-left: 2rem;
  }
  .m_xxlarge_10 {
    margin: 2.5rem;
  }
  .mt_xxlarge_10,
  .my_xxlarge_10 {
    margin-top: 2.5rem;
  }
  .mr_xxlarge_10,
  .mx_xxlarge_10 {
    margin-right: 2.5rem;
  }
  .mb_xxlarge_10,
  .my_xxlarge_10 {
    margin-bottom: 2.5rem;
  }
  .ml_xxlarge_10,
  .mx_xxlarge_10 {
    margin-left: 2.5rem;
  }
  .m_xxlarge_12 {
    margin: 3rem;
  }
  .mt_xxlarge_12,
  .my_xxlarge_12 {
    margin-top: 3rem;
  }
  .mr_xxlarge_12,
  .mx_xxlarge_12 {
    margin-right: 3rem;
  }
  .mb_xxlarge_12,
  .my_xxlarge_12 {
    margin-bottom: 3rem;
  }
  .ml_xxlarge_12,
  .mx_xxlarge_12 {
    margin-left: 3rem;
  }
  .m_xxlarge_16 {
    margin: 4rem;
  }
  .mt_xxlarge_16,
  .my_xxlarge_16 {
    margin-top: 4rem;
  }
  .mr_xxlarge_16,
  .mx_xxlarge_16 {
    margin-right: 4rem;
  }
  .mb_xxlarge_16,
  .my_xxlarge_16 {
    margin-bottom: 4rem;
  }
  .ml_xxlarge_16,
  .mx_xxlarge_16 {
    margin-left: 4rem;
  }
  .m_xxlarge_20 {
    margin: 5rem;
  }
  .mt_xxlarge_20,
  .my_xxlarge_20 {
    margin-top: 5rem;
  }
  .mr_xxlarge_20,
  .mx_xxlarge_20 {
    margin-right: 5rem;
  }
  .mb_xxlarge_20,
  .my_xxlarge_20 {
    margin-bottom: 5rem;
  }
  .ml_xxlarge_20,
  .mx_xxlarge_20 {
    margin-left: 5rem;
  }
  .m_xxlarge_24 {
    margin: 6rem;
  }
  .mt_xxlarge_24,
  .my_xxlarge_24 {
    margin-top: 6rem;
  }
  .mr_xxlarge_24,
  .mx_xxlarge_24 {
    margin-right: 6rem;
  }
  .mb_xxlarge_24,
  .my_xxlarge_24 {
    margin-bottom: 6rem;
  }
  .ml_xxlarge_24,
  .mx_xxlarge_24 {
    margin-left: 6rem;
  }
  .p_xxlarge_0 {
    padding: 0;
  }
  .pt_xxlarge_0,
  .py_xxlarge_0 {
    padding-top: 0;
  }
  .pr_xxlarge_0,
  .px_xxlarge_0 {
    padding-right: 0;
  }
  .pb_xxlarge_0,
  .py_xxlarge_0 {
    padding-bottom: 0;
  }
  .pl_xxlarge_0,
  .px_xxlarge_0 {
    padding-left: 0;
  }
  .p_xxlarge_1 {
    padding: 0.25rem;
  }
  .pt_xxlarge_1,
  .py_xxlarge_1 {
    padding-top: 0.25rem;
  }
  .pr_xxlarge_1,
  .px_xxlarge_1 {
    padding-right: 0.25rem;
  }
  .pb_xxlarge_1,
  .py_xxlarge_1 {
    padding-bottom: 0.25rem;
  }
  .pl_xxlarge_1,
  .px_xxlarge_1 {
    padding-left: 0.25rem;
  }
  .p_xxlarge_2 {
    padding: 0.5rem;
  }
  .pt_xxlarge_2,
  .py_xxlarge_2 {
    padding-top: 0.5rem;
  }
  .pr_xxlarge_2,
  .px_xxlarge_2 {
    padding-right: 0.5rem;
  }
  .pb_xxlarge_2,
  .py_xxlarge_2 {
    padding-bottom: 0.5rem;
  }
  .pl_xxlarge_2,
  .px_xxlarge_2 {
    padding-left: 0.5rem;
  }
  .p_xxlarge_3 {
    padding: 0.75rem;
  }
  .pt_xxlarge_3,
  .py_xxlarge_3 {
    padding-top: 0.75rem;
  }
  .pr_xxlarge_3,
  .px_xxlarge_3 {
    padding-right: 0.75rem;
  }
  .pb_xxlarge_3,
  .py_xxlarge_3 {
    padding-bottom: 0.75rem;
  }
  .pl_xxlarge_3,
  .px_xxlarge_3 {
    padding-left: 0.75rem;
  }
  .p_xxlarge_4 {
    padding: 1rem;
  }
  .pt_xxlarge_4,
  .py_xxlarge_4 {
    padding-top: 1rem;
  }
  .pr_xxlarge_4,
  .px_xxlarge_4 {
    padding-right: 1rem;
  }
  .pb_xxlarge_4,
  .py_xxlarge_4 {
    padding-bottom: 1rem;
  }
  .pl_xxlarge_4,
  .px_xxlarge_4 {
    padding-left: 1rem;
  }
  .p_xxlarge_5 {
    padding: 1.25rem;
  }
  .pt_xxlarge_5,
  .py_xxlarge_5 {
    padding-top: 1.25rem;
  }
  .pr_xxlarge_5,
  .px_xxlarge_5 {
    padding-right: 1.25rem;
  }
  .pb_xxlarge_5,
  .py_xxlarge_5 {
    padding-bottom: 1.25rem;
  }
  .pl_xxlarge_5,
  .px_xxlarge_5 {
    padding-left: 1.25rem;
  }
  .p_xxlarge_6 {
    padding: 1.5rem;
  }
  .pt_xxlarge_6,
  .py_xxlarge_6 {
    padding-top: 1.5rem;
  }
  .pr_xxlarge_6,
  .px_xxlarge_6 {
    padding-right: 1.5rem;
  }
  .pb_xxlarge_6,
  .py_xxlarge_6 {
    padding-bottom: 1.5rem;
  }
  .pl_xxlarge_6,
  .px_xxlarge_6 {
    padding-left: 1.5rem;
  }
  .p_xxlarge_8 {
    padding: 2rem;
  }
  .pt_xxlarge_8,
  .py_xxlarge_8 {
    padding-top: 2rem;
  }
  .pr_xxlarge_8,
  .px_xxlarge_8 {
    padding-right: 2rem;
  }
  .pb_xxlarge_8,
  .py_xxlarge_8 {
    padding-bottom: 2rem;
  }
  .pl_xxlarge_8,
  .px_xxlarge_8 {
    padding-left: 2rem;
  }
  .p_xxlarge_10 {
    padding: 2.5rem;
  }
  .pt_xxlarge_10,
  .py_xxlarge_10 {
    padding-top: 2.5rem;
  }
  .pr_xxlarge_10,
  .px_xxlarge_10 {
    padding-right: 2.5rem;
  }
  .pb_xxlarge_10,
  .py_xxlarge_10 {
    padding-bottom: 2.5rem;
  }
  .pl_xxlarge_10,
  .px_xxlarge_10 {
    padding-left: 2.5rem;
  }
  .p_xxlarge_12 {
    padding: 3rem;
  }
  .pt_xxlarge_12,
  .py_xxlarge_12 {
    padding-top: 3rem;
  }
  .pr_xxlarge_12,
  .px_xxlarge_12 {
    padding-right: 3rem;
  }
  .pb_xxlarge_12,
  .py_xxlarge_12 {
    padding-bottom: 3rem;
  }
  .pl_xxlarge_12,
  .px_xxlarge_12 {
    padding-left: 3rem;
  }
  .p_xxlarge_16 {
    padding: 4rem;
  }
  .pt_xxlarge_16,
  .py_xxlarge_16 {
    padding-top: 4rem;
  }
  .pr_xxlarge_16,
  .px_xxlarge_16 {
    padding-right: 4rem;
  }
  .pb_xxlarge_16,
  .py_xxlarge_16 {
    padding-bottom: 4rem;
  }
  .pl_xxlarge_16,
  .px_xxlarge_16 {
    padding-left: 4rem;
  }
  .p_xxlarge_20 {
    padding: 5rem;
  }
  .pt_xxlarge_20,
  .py_xxlarge_20 {
    padding-top: 5rem;
  }
  .pr_xxlarge_20,
  .px_xxlarge_20 {
    padding-right: 5rem;
  }
  .pb_xxlarge_20,
  .py_xxlarge_20 {
    padding-bottom: 5rem;
  }
  .pl_xxlarge_20,
  .px_xxlarge_20 {
    padding-left: 5rem;
  }
  .p_xxlarge_24 {
    padding: 6rem;
  }
  .pt_xxlarge_24,
  .py_xxlarge_24 {
    padding-top: 6rem;
  }
  .pr_xxlarge_24,
  .px_xxlarge_24 {
    padding-right: 6rem;
  }
  .pb_xxlarge_24,
  .py_xxlarge_24 {
    padding-bottom: 6rem;
  }
  .pl_xxlarge_24,
  .px_xxlarge_24 {
    padding-left: 6rem;
  }
}
.d_none {
  display: none;
}

.d_inline {
  display: inline;
}

.d_inline_block {
  display: inline-block;
}

.d_block {
  display: block;
}

.d_grid {
  display: grid;
}

.d_table {
  display: table;
}

.d_table_row {
  display: table-row;
}

.d_table_cell {
  display: table-cell;
}

.d_flex {
  display: flex;
}

.d_inline_flex {
  display: inline-flex;
}

.d_none {
  display: none;
}

.d_inline {
  display: inline;
}

.d_inline_block {
  display: inline-block;
}

.d_block {
  display: block;
}

.d_grid {
  display: grid;
}

.d_table {
  display: table;
}

.d_table_row {
  display: table-row;
}

.d_table_cell {
  display: table-cell;
}

.d_flex {
  display: flex;
}

.d_inline_flex {
  display: inline-flex;
}

@media (min-width: 640px) {
  .d_medium_none {
    display: none;
  }
  .d_medium_inline {
    display: inline;
  }
  .d_medium_inline_block {
    display: inline-block;
  }
  .d_medium_block {
    display: block;
  }
  .d_medium_grid {
    display: grid;
  }
  .d_medium_table {
    display: table;
  }
  .d_medium_table_row {
    display: table-row;
  }
  .d_medium_table_cell {
    display: table-cell;
  }
  .d_medium_flex {
    display: flex;
  }
  .d_medium_inline_flex {
    display: inline-flex;
  }
}
@media (min-width: 1024px) {
  .d_large_none {
    display: none;
  }
  .d_large_inline {
    display: inline;
  }
  .d_large_inline_block {
    display: inline-block;
  }
  .d_large_block {
    display: block;
  }
  .d_large_grid {
    display: grid;
  }
  .d_large_table {
    display: table;
  }
  .d_large_table_row {
    display: table-row;
  }
  .d_large_table_cell {
    display: table-cell;
  }
  .d_large_flex {
    display: flex;
  }
  .d_large_inline_flex {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .d_xlarge_none {
    display: none;
  }
  .d_xlarge_inline {
    display: inline;
  }
  .d_xlarge_inline_block {
    display: inline-block;
  }
  .d_xlarge_block {
    display: block;
  }
  .d_xlarge_grid {
    display: grid;
  }
  .d_xlarge_table {
    display: table;
  }
  .d_xlarge_table_row {
    display: table-row;
  }
  .d_xlarge_table_cell {
    display: table-cell;
  }
  .d_xlarge_flex {
    display: flex;
  }
  .d_xlarge_inline_flex {
    display: inline-flex;
  }
}
@media (min-width: 1400px) {
  .d_xxlarge_none {
    display: none;
  }
  .d_xxlarge_inline {
    display: inline;
  }
  .d_xxlarge_inline_block {
    display: inline-block;
  }
  .d_xxlarge_block {
    display: block;
  }
  .d_xxlarge_grid {
    display: grid;
  }
  .d_xxlarge_table {
    display: table;
  }
  .d_xxlarge_table_row {
    display: table-row;
  }
  .d_xxlarge_table_cell {
    display: table-cell;
  }
  .d_xxlarge_flex {
    display: flex;
  }
  .d_xxlarge_inline_flex {
    display: inline-flex;
  }
}
.flex_row {
  flex-direction: row;
}

.flex_column {
  flex-direction: column;
}

.flex_row_reverse {
  flex-direction: row-reverse;
}

.flex_column_reverse {
  flex-direction: column-reverse;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_nowrap {
  flex-wrap: nowrap;
}

.flex_wrap_reverse {
  flex-wrap: wrap-reverse;
}

.justify_content_start {
  justify-content: flex-start;
}

.justify_content_end {
  justify-content: flex-end;
}

.justify_content_center {
  justify-content: center;
}

.justify_content_between {
  justify-content: space-between;
}

.justify_content_around {
  justify-content: space-around;
}

.justify_content_evenly {
  justify-content: space-evenly;
}

.align_items_start {
  align-items: flex-start;
}

.align_items_end {
  align-items: flex-end;
}

.align_items_center {
  align-items: center;
}

.align_items_baseline {
  align-items: baseline;
}

.align_items_stretch {
  align-items: stretch;
}

.align_content_start {
  align-content: flex-start;
}

.align_content_end {
  align-content: flex-end;
}

.align_content_center {
  align-content: center;
}

.align_content_between {
  align-content: space-between;
}

.align_content_around {
  align-content: space-around;
}

.align_content_stretch {
  align-content: stretch;
}

.align_self_auto {
  align-self: auto;
}

.align_self_start {
  align-self: flex-start;
}

.align_self_end {
  align-self: flex-end;
}

.align_self_center {
  align-self: center;
}

.align_self_baseline {
  align-self: baseline;
}

.align_self_stretch {
  align-self: stretch;
}

.flex_fill {
  flex: 1 1 auto;
}

.flex_grow_0 {
  flex-grow: 0;
}

.flex_grow_1 {
  flex-grow: 1;
}

.flex_shrink_0 {
  flex-shrink: 0;
}

.flex_shrink_1 {
  flex-shrink: 1;
}

.position_static {
  position: static;
}

.position_relative {
  position: relative;
}

.position_absolute {
  position: absolute;
}

.position_fixed {
  position: fixed;
}

.position_sticky {
  position: sticky;
}

.top_0 {
  top: 0;
}

.top_50 {
  top: 50%;
}

.top_100 {
  top: 100%;
}

.bottom_0 {
  bottom: 0;
}

.bottom_50 {
  bottom: 50%;
}

.bottom_100 {
  bottom: 100%;
}

.start_0 {
  left: 0;
}

.start_50 {
  left: 50%;
}

.start_100 {
  left: 100%;
}

.end_0 {
  right: 0;
}

.end_50 {
  right: 50%;
}

.end_100 {
  right: 100%;
}

.translate_middle {
  transform: translate(-50%, -50%);
}

.translate_middle_x {
  transform: translateX(-50%);
}

.translate_middle_y {
  transform: translateY(-50%);
}

.w_25 {
  width: 25%;
}

.w_50 {
  width: 50%;
}

.w_75 {
  width: 75%;
}

.w_100 {
  width: 100%;
}

.w_auto {
  width: auto;
}

.mw_100 {
  max-width: 100%;
}

.vw_100 {
  width: 100vw;
}

.min_vw_100 {
  min-width: 100vw;
}

.h_25 {
  height: 25%;
}

.h_50 {
  height: 50%;
}

.h_75 {
  height: 75%;
}

.h_100 {
  height: 100%;
}

.h_auto {
  height: auto;
}

.mh_100 {
  max-height: 100%;
}

.vh_100 {
  height: 100vh;
}

.min_vh_100 {
  min-height: 100vh;
}

.overflow_auto {
  overflow: auto;
}

.overflow_hidden {
  overflow: hidden;
}

.overflow_visible {
  overflow: visible;
}

.overflow_scroll {
  overflow: scroll;
}

.overflow_x_auto {
  overflow-x: auto;
}

.overflow_x_hidden {
  overflow-x: hidden;
}

.overflow_x_visible {
  overflow-x: visible;
}

.overflow_x_scroll {
  overflow-x: scroll;
}

.overflow_y_auto {
  overflow-y: auto;
}

.overflow_y_hidden {
  overflow-y: hidden;
}

.overflow_y_visible {
  overflow-y: visible;
}

.overflow_y_scroll {
  overflow-y: scroll;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hide_small {
  display: none !important;
}

.show_small {
  display: block !important;
}

.show_small_inline {
  display: inline !important;
}

.show_small_inline_block {
  display: inline-block !important;
}

.show_small_flex {
  display: flex !important;
}

.show_small_inline_flex {
  display: inline-flex !important;
}

.show_small_grid {
  display: grid !important;
}

@media (min-width: 640px) {
  .hide_medium {
    display: none !important;
  }
  .show_medium {
    display: block !important;
  }
  .show_medium_inline {
    display: inline !important;
  }
  .show_medium_inline_block {
    display: inline-block !important;
  }
  .show_medium_flex {
    display: flex !important;
  }
  .show_medium_inline_flex {
    display: inline-flex !important;
  }
  .show_medium_grid {
    display: grid !important;
  }
}
@media (min-width: 1024px) {
  .hide_large {
    display: none !important;
  }
  .show_large {
    display: block !important;
  }
  .show_large_inline {
    display: inline !important;
  }
  .show_large_inline_block {
    display: inline-block !important;
  }
  .show_large_flex {
    display: flex !important;
  }
  .show_large_inline_flex {
    display: inline-flex !important;
  }
  .show_large_grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .hide_xlarge {
    display: none !important;
  }
  .show_xlarge {
    display: block !important;
  }
  .show_xlarge_inline {
    display: inline !important;
  }
  .show_xlarge_inline_block {
    display: inline-block !important;
  }
  .show_xlarge_flex {
    display: flex !important;
  }
  .show_xlarge_inline_flex {
    display: inline-flex !important;
  }
  .show_xlarge_grid {
    display: grid !important;
  }
}
@media (min-width: 1400px) {
  .hide_xxlarge {
    display: none !important;
  }
  .show_xxlarge {
    display: block !important;
  }
  .show_xxlarge_inline {
    display: inline !important;
  }
  .show_xxlarge_inline_block {
    display: inline-block !important;
  }
  .show_xxlarge_flex {
    display: flex !important;
  }
  .show_xxlarge_inline_flex {
    display: inline-flex !important;
  }
  .show_xxlarge_grid {
    display: grid !important;
  }
}
@media (min-width: 640px) {
  .visible_small_only {
    display: none !important;
  }
}

.visible_medium_only {
  display: none !important;
}
@media (min-width: 640px) {
  .visible_medium_only {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .visible_medium_only {
    display: none !important;
  }
}

.visible_large_only {
  display: none !important;
}
@media (min-width: 1024px) {
  .visible_large_only {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible_large_only {
    display: none !important;
  }
}

.visible_xlarge_only {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible_xlarge_only {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible_xlarge_only {
    display: none !important;
  }
}

.visible_xxlarge_only {
  display: none !important;
}
@media (min-width: 1400px) {
  .visible_xxlarge_only {
    display: block !important;
  }
}

@media (min-width: 640px) {
  .hidden_small_only {
    display: block !important;
  }
}

.hidden_medium_only {
  display: block !important;
}
@media (min-width: 640px) {
  .hidden_medium_only {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden_medium_only {
    display: block !important;
  }
}

.hidden_large_only {
  display: block !important;
}
@media (min-width: 1024px) {
  .hidden_large_only {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden_large_only {
    display: block !important;
  }
}

.hidden_xlarge_only {
  display: block !important;
}
@media (min-width: 1200px) {
  .hidden_xlarge_only {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden_xlarge_only {
    display: block !important;
  }
}

.hidden_xxlarge_only {
  display: block !important;
}
@media (min-width: 1400px) {
  .hidden_xxlarge_only {
    display: none !important;
  }
}

.sr_only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sr_only_focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media print {
  .d_print_none {
    display: none !important;
  }
  .d_print_inline {
    display: inline !important;
  }
  .d_print_inline_block {
    display: inline-block !important;
  }
  .d_print_block {
    display: block !important;
  }
  .d_print_grid {
    display: grid !important;
  }
  .d_print_table {
    display: table !important;
  }
  .d_print_table_row {
    display: table-row !important;
  }
  .d_print_table_cell {
    display: table-cell !important;
  }
  .d_print_flex {
    display: flex !important;
  }
  .d_print_inline_flex {
    display: inline-flex !important;
  }
}
.bg_primary {
  background-color: #333399;
}

.bg_secondary {
  background-color: #BF1B28;
}

.bg_success {
  background-color: #007531;
}

.bg_info {
  background-color: #17a2b8;
}

.bg_warning {
  background-color: #f08a24;
}

.bg_danger {
  background-color: #f04124;
}

.bg_light {
  background-color: #f8f9fa;
}

.bg_dark {
  background-color: #343a40;
}

.bg_body {
  background-color: #f5f7fc;
}

.bg_white {
  background-color: #fff;
}

.bg_transparent {
  background-color: transparent;
}

.bg_gray_100 {
  background-color: #f8f9fa;
}

.bg_gray_200 {
  background-color: #e9ecef;
}

.bg_gray_300 {
  background-color: #dee2e6;
}

.bg_gray_400 {
  background-color: #ced4da;
}

.bg_gray_500 {
  background-color: #adb5bd;
}

.bg_gray_600 {
  background-color: #6c757d;
}

.bg_gray_700 {
  background-color: #495057;
}

.bg_gray_800 {
  background-color: #343a40;
}

.bg_gray_900 {
  background-color: #212529;
}

.testback_01 {
  background-color: #EBEBEB;
}

.testback_02 {
  background-color: #7BCE7B;
}

.testback_03 {
  background-color: #B5B5E1;
}

.border {
  border: 1px solid #dee2e6;
}

.border_0 {
  border: 0;
}

.border_top {
  border-top: 1px solid #dee2e6;
}

.border_top_0 {
  border-top: 0;
}

.border_end {
  border-right: 1px solid #dee2e6;
}

.border_end_0 {
  border-right: 0;
}

.border_bottom {
  border-bottom: 1px solid #dee2e6;
}

.border_bottom_0 {
  border-bottom: 0;
}

.border_start {
  border-left: 1px solid #dee2e6;
}

.border_start_0 {
  border-left: 0;
}

.border_primary {
  border-color: #333399;
}

.border_secondary {
  border-color: #BF1B28;
}

.border_success {
  border-color: #007531;
}

.border_info {
  border-color: #17a2b8;
}

.border_warning {
  border-color: #f08a24;
}

.border_danger {
  border-color: #f04124;
}

.border_light {
  border-color: #f8f9fa;
}

.border_dark {
  border-color: #343a40;
}

.border_white {
  border-color: #fff;
}

.rounded {
  border-radius: 0.375rem;
}

.rounded_0 {
  border-radius: 0;
}

.rounded_1 {
  border-radius: 0.25rem;
}

.rounded_2 {
  border-radius: 0.375rem;
}

.rounded_3 {
  border-radius: 0.5rem;
}

.rounded_4 {
  border-radius: 1rem;
}

.rounded_circle {
  border-radius: 50%;
}

.rounded_pill {
  border-radius: 50rem;
}

.rounded_top {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded_end {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded_bottom {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded_start {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.shadow_none {
  box-shadow: none;
}

.shadow_sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.shadow_lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.opacity_0 {
  opacity: 0;
}

.opacity_25 {
  opacity: 0.25;
}

.opacity_50 {
  opacity: 0.5;
}

.opacity_75 {
  opacity: 0.75;
}

.opacity_100 {
  opacity: 1;
}

.cursor_auto {
  cursor: auto;
}

.cursor_pointer {
  cursor: pointer;
}

.cursor_wait {
  cursor: wait;
}

.cursor_text {
  cursor: text;
}

.cursor_move {
  cursor: move;
}

.cursor_help {
  cursor: help;
}

.cursor_not_allowed {
  cursor: not-allowed;
}

.user_select_all {
  user-select: all;
}

.user_select_auto {
  user-select: auto;
}

.user_select_none {
  user-select: none;
}

.pe_none {
  pointer-events: none;
}

.pe_auto {
  pointer-events: auto;
}

.z_0 {
  z-index: 0;
}

.z_1 {
  z-index: 1;
}

.z_2 {
  z-index: 2;
}

.z_3 {
  z-index: 3;
}

.z_auto {
  z-index: auto;
}

.z_dropdown {
  z-index: 1000;
}

.z_sticky {
  z-index: 1020;
}

.z_fixed {
  z-index: 1030;
}

.z_modal_backdrop {
  z-index: 1040;
}

.z_modal {
  z-index: 1050;
}

.z_popover {
  z-index: 1070;
}

.z_tooltip {
  z-index: 1080;
}

body.dark_mode,
html.dark_mode body {
  background-color: #1a1a1a;
  color: #e4e4e4;
}
body.dark_mode a,
html.dark_mode body a {
  color: #6666cc;
}
body.dark_mode a:hover,
html.dark_mode body a:hover {
  color: rgb(55%, 55%, 85%);
}
body.dark_mode .text_muted,
html.dark_mode body .text_muted {
  color: #808080 !important;
}
body.dark_mode .card,
html.dark_mode body .card {
  background-color: #2d2d2d;
  border-color: #404040;
  color: #e4e4e4;
}
body.dark_mode .card_header,
body.dark_mode .card_footer,
html.dark_mode body .card_header,
html.dark_mode body .card_footer {
  background-color: #2d2d2d;
  border-color: #404040;
}
body.dark_mode .form_control,
body.dark_mode .form_select,
html.dark_mode body .form_control,
html.dark_mode body .form_select {
  background-color: #2d2d2d;
  border-color: #404040;
  color: #e4e4e4;
}
body.dark_mode .form_control:focus,
body.dark_mode .form_select:focus,
html.dark_mode body .form_control:focus,
html.dark_mode body .form_select:focus {
  background-color: #2d2d2d;
  border-color: #6666cc;
  color: #e4e4e4;
}
body.dark_mode .form_control::placeholder,
body.dark_mode .form_select::placeholder,
html.dark_mode body .form_control::placeholder,
html.dark_mode body .form_select::placeholder {
  color: #808080;
}
body.dark_mode .form_label,
html.dark_mode body .form_label {
  color: #e4e4e4;
}
body.dark_mode .form_text,
html.dark_mode body .form_text {
  color: #b0b0b0;
}
body.dark_mode .input_group_text,
html.dark_mode body .input_group_text {
  background-color: #2d2d2d;
  border-color: #404040;
  color: #e4e4e4;
}
body.dark_mode .alert_primary,
html.dark_mode body .alert_primary {
  background-color: rgb(5%, 5%, 15%);
  border-color: rgb(10%, 10%, 30%);
  color: rgb(70%, 70%, 90%);
}
body.dark_mode .alert_success,
html.dark_mode body .alert_success {
  background-color: hsl(145.1282051282, 100%, -7.0588235294%);
  border-color: rgb(0%, 5.8823529412%, 2.4635495224%);
  color: rgb(25.8823529412%, 100%, 56.9230769231%);
}
body.dark_mode .alert_info,
html.dark_mode body .alert_info {
  background-color: rgb(2.3529411765%, 16.5728900256%, 18.8235294118%);
  border-color: rgb(4.5751633987%, 32.2250639386%, 36.6013071895%);
  color: rgb(65.4901960784%, 91.5601023018%, 95.6862745098%);
}
body.dark_mode .alert_warning,
html.dark_mode body .alert_warning {
  background-color: rgb(45.1432880845%, 24.1176470588%, 3.0920060332%);
  border-color: rgb(63.8612368024%, 34.1176470588%, 4.3740573152%);
  color: rgb(45.1432880845%, 24.1176470588%, 3.0920060332%);
}
body.dark_mode .alert_danger,
html.dark_mode body .alert_danger {
  background-color: rgb(45.1432880845%, 9.069884364%, 3.0920060332%);
  border-color: rgb(63.8612368024%, 12.8305681247%, 4.3740573152%);
  color: rgb(99.245852187%, 90.4474610357%, 88.9894419306%);
}
body.dark_mode .navbar,
html.dark_mode body .navbar {
  background-color: #2d2d2d;
  border-color: #404040;
}
body.dark_mode .navbar_light,
html.dark_mode body .navbar_light {
  background-color: #2d2d2d;
  border-color: #404040;
}
body.dark_mode .navbar_light .navbar_brand,
body.dark_mode .navbar_light .navbar_nav .nav_link,
html.dark_mode body .navbar_light .navbar_brand,
html.dark_mode body .navbar_light .navbar_nav .nav_link {
  color: #e4e4e4;
}
body.dark_mode .navbar_light .navbar_brand:hover,
body.dark_mode .navbar_light .navbar_nav .nav_link:hover,
html.dark_mode body .navbar_light .navbar_brand:hover,
html.dark_mode body .navbar_light .navbar_nav .nav_link:hover {
  color: #6666cc;
}
body.dark_mode .navbar_light .navbar_toggler,
html.dark_mode body .navbar_light .navbar_toggler {
  color: #e4e4e4;
  border-color: #404040;
}
body.dark_mode table,
html.dark_mode body table {
  color: #e4e4e4;
  border-color: #404040;
}
body.dark_mode .border,
html.dark_mode body .border {
  border-color: #404040 !important;
}
body.dark_mode .border_top,
html.dark_mode body .border_top {
  border-top-color: #404040 !important;
}
body.dark_mode .border_bottom,
html.dark_mode body .border_bottom {
  border-bottom-color: #404040 !important;
}
body.dark_mode .border_start,
html.dark_mode body .border_start {
  border-left-color: #404040 !important;
}
body.dark_mode .border_end,
html.dark_mode body .border_end {
  border-right-color: #404040 !important;
}
body.dark_mode .demo_column,
html.dark_mode body .demo_column {
  background: black;
  border-color: #003366;
  color: #e4e4e4;
}
body.dark_mode .demo_row,
html.dark_mode body .demo_row {
  background: #2d2d2d;
}
body.dark_mode .section_title,
html.dark_mode body .section_title {
  background: #3a3a3a;
  color: #e4e4e4;
}
body.dark_mode .breakpoint_info,
html.dark_mode body .breakpoint_info {
  background: rgb(22.7450980392%, 17.0588235294%, 0%);
  border-color: rgb(42.7450980392%, 32.0588235294%, 0%);
  color: #e4e4e4;
}
body.dark_mode .hero,
html.dark_mode body .hero {
  background: linear-gradient(135deg, #2d2d2d 0%, #3a3a3a 100%);
  color: #e4e4e4;
}
body.dark_mode .breadcrumb_item.active,
html.dark_mode body .breadcrumb_item.active {
  color: #808080;
}
body.dark_mode .breadcrumb_item::before,
html.dark_mode body .breadcrumb_item::before {
  color: #808080;
}
body.dark_mode .pagination_container,
html.dark_mode body .pagination_container {
  background: #2d2d2d;
  border-color: #404040;
}
body.dark_mode .pagination_container .page_item,
html.dark_mode body .pagination_container .page_item {
  color: #e4e4e4;
  border-right-color: #404040;
}
body.dark_mode .pagination_container .page_item:hover:not(.page_item_disabled):not(.page_item_active),
html.dark_mode body .pagination_container .page_item:hover:not(.page_item_disabled):not(.page_item_active) {
  background-color: #3a3a3a;
}
body.dark_mode .pagination_container .page_item.page_item_active,
html.dark_mode body .pagination_container .page_item.page_item_active {
  background-color: #2d2d2d;
  color: #e4e4e4;
}
body.dark_mode .pagination_container .page_item.page_item_disabled,
html.dark_mode body .pagination_container .page_item.page_item_disabled {
  color: #808080;
}
body.dark_mode .bg_white,
html.dark_mode body .bg_white {
  background-color: #2d2d2d !important;
}
body.dark_mode .bg_light,
html.dark_mode body .bg_light {
  background-color: #3a3a3a !important;
}
body.dark_mode .bg_gray_100,
html.dark_mode body .bg_gray_100 {
  background-color: #2d2d2d !important;
}
body.dark_mode .bg_gray_200,
html.dark_mode body .bg_gray_200 {
  background-color: #3a3a3a !important;
}
body.dark_mode footer,
html.dark_mode body footer {
  background-color: #3a3a3a !important;
  color: #e4e4e4 !important;
}
body.dark_mode footer .footer_text,
html.dark_mode body footer .footer_text {
  color: #e4e4e4;
}
body.dark_mode footer .footer_text a,
html.dark_mode body footer .footer_text a {
  color: #b0b0b0;
}
body.dark_mode footer .footer_text a:hover,
html.dark_mode body footer .footer_text a:hover {
  color: #e4e4e4;
}
body.dark_mode .footer_main,
html.dark_mode body .footer_main {
  background-color: #1a1a1a !important;
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light,
html.dark_mode body .footer_main_light {
  background-color: #2d2d2d !important;
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_title,
html.dark_mode body .footer_main_light .footer_title {
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_business_name,
html.dark_mode body .footer_main_light .footer_business_info .footer_business_name {
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_address,
html.dark_mode body .footer_main_light .footer_business_info .footer_address {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_contact_item,
html.dark_mode body .footer_main_light .footer_business_info .footer_contact_item {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_contact_item a,
html.dark_mode body .footer_main_light .footer_business_info .footer_contact_item a {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_contact_item a:hover,
html.dark_mode body .footer_main_light .footer_business_info .footer_contact_item a:hover {
  color: #6666cc !important;
}
body.dark_mode .footer_main_light .footer_menu a,
html.dark_mode body .footer_main_light .footer_menu a {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_menu a:hover,
html.dark_mode body .footer_main_light .footer_menu a:hover {
  color: #6666cc !important;
}
body.dark_mode .footer_main_light .footer_hours .footer_hours_item,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item {
  border-bottom-color: #404040 !important;
}
body.dark_mode .footer_main_light .footer_hours .footer_hours_item .hours_day,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item .hours_day {
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_hours .footer_hours_item .hours_time,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item .hours_time {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_hours .footer_hours_item.hours_current .hours_day,
body.dark_mode .footer_main_light .footer_hours .footer_hours_item.hours_current .hours_time,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item.hours_current .hours_day,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item.hours_current .hours_time {
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_social .social_icon,
html.dark_mode body .footer_main_light .footer_social .social_icon {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_bottom,
html.dark_mode body .footer_main_light .footer_bottom {
  border-top-color: #404040 !important;
}
body.dark_mode .footer_bottom .footer_copyright,
body.dark_mode .footer_bottom .footer_credits,
html.dark_mode body .footer_bottom .footer_copyright,
html.dark_mode body .footer_bottom .footer_credits {
  color: #808080 !important;
}
body.dark_mode .footer_bottom .footer_copyright a,
body.dark_mode .footer_bottom .footer_credits a,
html.dark_mode body .footer_bottom .footer_copyright a,
html.dark_mode body .footer_bottom .footer_credits a {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_bottom .footer_copyright a:hover,
body.dark_mode .footer_bottom .footer_credits a:hover,
html.dark_mode body .footer_bottom .footer_copyright a:hover,
html.dark_mode body .footer_bottom .footer_credits a:hover {
  color: #e4e4e4 !important;
}
body.dark_mode .vehicle_card,
html.dark_mode body .vehicle_card {
  background-color: #2d2d2d;
  border-color: #404040;
  color: #e4e4e4;
}
body.dark_mode .vehicle_title,
html.dark_mode body .vehicle_title {
  color: #e4e4e4;
}
body.dark_mode .vehicle_payment .payment_amount,
html.dark_mode body .vehicle_payment .payment_amount {
  color: #e4e4e4;
}
body.dark_mode .vehicle_stock strong,
body.dark_mode .vehicle_mileage strong,
html.dark_mode body .vehicle_stock strong,
html.dark_mode body .vehicle_mileage strong {
  color: #e4e4e4;
}
body.dark_mode .vehicle_dealer,
html.dark_mode body .vehicle_dealer {
  background-color: #3a3a3a;
  border-top-color: #404040;
  color: #b0b0b0;
}
body.dark_mode .vehicle_dealer .dealer_name,
html.dark_mode body .vehicle_dealer .dealer_name {
  color: #e4e4e4;
}
body.dark_mode .vehicle_dealer .dealer_location,
html.dark_mode body .vehicle_dealer .dealer_location {
  color: #808080;
}
body.dark_mode .vehicle_details,
html.dark_mode body .vehicle_details {
  border-top-color: #404040;
}
body.dark_mode .vehicle_card_horizontal,
html.dark_mode body .vehicle_card_horizontal {
  background-color: #2d2d2d;
  border-color: rgb(57.1196754564%, 46.4097363083%, 3.2724814064%);
}
body.dark_mode .vehicle_horizontal_title,
html.dark_mode body .vehicle_horizontal_title {
  color: #e4e4e4;
}
body.dark_mode .vehicle_horizontal_payment .payment_value,
html.dark_mode body .vehicle_horizontal_payment .payment_value {
  color: #e4e4e4;
}
body.dark_mode .vehicle_specs_container,
html.dark_mode body .vehicle_specs_container {
  background-color: #2d2d2d;
}
body.dark_mode .vehicle_specs_table tr:nth-child(odd),
html.dark_mode body .vehicle_specs_table tr:nth-child(odd) {
  background-color: #2d2d2d;
}
body.dark_mode .vehicle_specs_table tr:nth-child(even),
html.dark_mode body .vehicle_specs_table tr:nth-child(even) {
  background-color: #3a3a3a;
}
body.dark_mode .vehicle_specs_table td:first-child, body.dark_mode .vehicle_specs_table td:nth-child(3),
html.dark_mode body .vehicle_specs_table td:first-child,
html.dark_mode body .vehicle_specs_table td:nth-child(3) {
  color: #b0b0b0;
}
body.dark_mode .vehicle_specs_table td:nth-child(2), body.dark_mode .vehicle_specs_table td:nth-child(4),
html.dark_mode body .vehicle_specs_table td:nth-child(2),
html.dark_mode body .vehicle_specs_table td:nth-child(4) {
  color: #e4e4e4;
}
body.dark_mode .vehicle_horizontal_features,
html.dark_mode body .vehicle_horizontal_features {
  background-color: #3a3a3a;
  border-left-color: rgb(96.6817496229%, 57.9688285571%, 51.5535444947%);
  color: #e4e4e4;
}
body.dark_mode .top_info_bar,
html.dark_mode body .top_info_bar {
  background-color: #3a3a3a;
  border-bottom-color: #404040;
}
body.dark_mode .top_info_bar_light,
html.dark_mode body .top_info_bar_light {
  background-color: #2d2d2d;
  color: #e4e4e4;
  border-bottom-color: #404040;
}
body.dark_mode .top_info_bar_light .top_info_day .day_name,
html.dark_mode body .top_info_bar_light .top_info_day .day_name {
  color: #e4e4e4;
}
body.dark_mode .top_info_bar_light .top_info_day .day_hours,
html.dark_mode body .top_info_bar_light .top_info_day .day_hours {
  color: #b0b0b0;
}
body.dark_mode .top_info_bar_light .top_info_day.current_day .day_name,
html.dark_mode body .top_info_bar_light .top_info_day.current_day .day_name {
  font-weight: 900;
}
body.dark_mode .top_info_bar_light .top_info_day.current_day .day_hours,
html.dark_mode body .top_info_bar_light .top_info_day.current_day .day_hours {
  color: #e4e4e4;
  font-weight: 700;
}
body.dark_mode .top_info_bar_light .top_info_day.closed .day_hours,
html.dark_mode body .top_info_bar_light .top_info_day.closed .day_hours {
  color: #808080;
}
body.dark_mode .top_info_bar_light .top_info_contact,
html.dark_mode body .top_info_bar_light .top_info_contact {
  color: #e4e4e4;
}
body.dark_mode .top_info_bar_light .top_info_contact .contact_item i,
html.dark_mode body .top_info_bar_light .top_info_contact .contact_item i {
  color: #b0b0b0;
}
body.dark_mode .top_info_bar_light .top_info_contact .contact_item a,
html.dark_mode body .top_info_bar_light .top_info_contact .contact_item a {
  color: #e4e4e4;
}
body.dark_mode .top_info_bar_light .top_info_contact .contact_item a:hover,
html.dark_mode body .top_info_bar_light .top_info_contact .contact_item a:hover {
  color: #6666cc;
}

.vehicle_grid, .vehicle_grid_4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .vehicle_grid, .vehicle_grid_4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .vehicle_grid, .vehicle_grid_4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .vehicle_grid_4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.vehicle_card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.vehicle_card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transform: translateY(-4px);
  text-decoration: none;
}

.vehicle_image {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
  background-color: #e9ecef;
}
.vehicle_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.vehicle_card:hover .vehicle_image img {
  transform: scale(1.1);
}

.vehicle_badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.vehicle_badge_new {
  background-color: #28a745;
  color: #fff;
}

.vehicle_badge_lower_price {
  background-color: #dc3545;
  color: #fff;
}

.vehicle_badge_sold_badge {
  background-color: #6c757d;
  color: #fff;
}

.vehicle_sold_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vehicle_sold_overlay::before {
  content: "SOLD";
  font-size: 4rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0px;
  transform: rotate(-15deg);
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.6);
  line-height: 1;
}
@media (min-width: 640px) {
  .vehicle_sold_overlay::before {
    font-size: 5rem;
    letter-spacing: 0px;
  }
}

.vehicle_content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vehicle_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  min-height: 2.6rem;
}

.vehicle_listed {
  font-size: 0.875rem;
  color: #f04124;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.vehicle_payment {
  min-height: 2.5rem;
  margin-bottom: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.vehicle_payment .payment_label {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.vehicle_payment .payment_amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #343a40;
  line-height: 1;
}
.vehicle_payment .payment_amount sup {
  font-size: 0.7em;
  top: -0.5em;
}

.vehicle_price {
  margin-bottom: 0.25rem;
}
.vehicle_price .price_amount {
  font-size: 2.25rem;
  font-weight: 700;
  color: #f04124;
  line-height: 1;
}
.vehicle_price .price_amount sup {
  font-size: 0.6em;
  top: -0.8em;
}

.vehicle_price_subtitle {
  font-size: 0.6875rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 0.75rem;
}

.vehicle_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  border-top: 1px solid #e9ecef;
  font-size: 0.8125rem;
  margin-top: auto;
}

.vehicle_stock {
  color: #6c757d;
}
.vehicle_stock strong {
  color: #f04124;
  font-weight: 600;
}

.vehicle_mileage {
  color: #6c757d;
  text-align: right;
}
.vehicle_mileage strong {
  color: #343a40;
  font-weight: 700;
}
.vehicle_mileage .mileage_unit {
  font-size: 0.75rem;
  color: #adb5bd;
  font-weight: 400;
}

.vehicle_dealer {
  padding: 0.5rem 1rem;
  background-color: #212529;
  color: #fff;
  text-align: center;
  font-size: 0.8125rem;
  border-top: 1px solid #dee2e6;
}
.vehicle_dealer .dealer_name {
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 0.125rem;
}
.vehicle_dealer .dealer_location {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
}

.vehicle_card_horizontal {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f4d03f;
  border: 3px solid #f4d03f;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  margin-bottom: 1.25rem;
  padding: 20px;
}
.vehicle_card_horizontal:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transform: translateY(-2px);
  text-decoration: none;
}

.vehicle_horizontal_content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .vehicle_horizontal_content {
    flex-direction: row;
    gap: 1.25rem;
  }
}

.vehicle_horizontal_image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  flex-shrink: 0;
  border: 2px solid #dee2e6;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .vehicle_horizontal_image {
    width: 45%;
  }
}
.vehicle_horizontal_image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease;
}
.vehicle_card_horizontal:hover .vehicle_horizontal_image img {
  transform: scale(1.05);
}

.vehicle_horizontal_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #343a40;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .vehicle_horizontal_title {
    font-size: 1.75rem;
  }
}

.vehicle_horizontal_details {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.vehicle_horizontal_badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  z-index: 10;
}
.vehicle_horizontal_badge.badge_new {
  background-color: #28a745;
  color: #fff;
}
.vehicle_horizontal_badge.badge_lower_price {
  background-color: #dc3545;
  color: #fff;
}

.vehicle_horizontal_pricing {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0.75rem;
  gap: 1rem;
}

.vehicle_horizontal_payment {
  text-align: right;
}
.vehicle_horizontal_payment .payment_frequency {
  font-size: 0.875rem;
  color: #495057;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.vehicle_horizontal_payment .payment_value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #343a40;
  line-height: 1;
}
.vehicle_horizontal_payment .payment_value sup {
  font-size: 0.7em;
}

.vehicle_horizontal_price {
  text-align: right;
}
.vehicle_horizontal_price .price_value {
  font-size: 3rem;
  font-weight: 700;
  color: #dc3545;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.vehicle_horizontal_price .price_value sup {
  font-size: 0.6em;
}
@media (min-width: 640px) {
  .vehicle_horizontal_price .price_value {
    font-size: 3.25rem;
  }
}
.vehicle_horizontal_price .price_label {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vehicle_specs_container {
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 0.5rem;
  margin-bottom: 0.75rem;
}

.vehicle_specs_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.vehicle_specs_table tr:nth-child(odd) {
  background-color: #fff;
}
.vehicle_specs_table tr:nth-child(even) {
  background-color: #e8e8e8;
}
.vehicle_specs_table td {
  padding: 0.25rem 0.5rem;
  border: none;
  vertical-align: middle;
  line-height: 1.3;
}
.vehicle_specs_table td:first-child {
  font-weight: 600;
  color: #495057;
  white-space: nowrap;
  width: 20%;
  font-size: 0.6875rem;
}
.vehicle_specs_table td:nth-child(2) {
  color: #343a40;
  font-weight: 500;
  width: 30%;
}
.vehicle_specs_table td:nth-child(3) {
  font-weight: 600;
  color: #495057;
  white-space: nowrap;
  width: 20%;
  font-size: 0.6875rem;
}
.vehicle_specs_table td:nth-child(4) {
  color: #343a40;
  font-weight: 500;
  width: 30%;
}

.vehicle_horizontal_features {
  font-size: 0.875rem;
  color: #343a40;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  background-color: #e8e8e8;
  border-left: 4px solid #f04124;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 0.375rem;
}

.vehicle_horizontal_actions {
  display: flex;
  gap: 0.75rem;
  margin-top: auto;
  flex-wrap: wrap;
}
.vehicle_horizontal_actions .btn {
  flex: 1;
  min-width: 180px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
}
.vehicle_horizontal_actions .btn i {
  font-size: 1.125rem;
}

.btn_vehicle_photos {
  background-color: #ff6b35;
  border-color: #ff6b35;
  color: #fff;
}
.btn_vehicle_photos:hover {
  background-color: rgb(100%, 27.3073189672%, 0.7843137255%);
  border-color: rgb(100%, 27.3073189672%, 0.7843137255%);
}

.btn_vehicle_info {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn_vehicle_info:hover {
  background-color: #000;
  border-color: #000;
}

.btn {
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1f2a;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 16px;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: #1b1f2a;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}

.btn_primary {
  color: #fff;
  background-color: #333399;
  border-color: #333399;
}
.btn_primary:hover {
  color: #fff;
  background-color: rgb(16.25%, 16.25%, 48.75%);
  border-color: rgb(15%, 15%, 45%);
}
.btn_primary:focus, .btn_primary.focus {
  color: #fff;
  background-color: rgb(16.25%, 16.25%, 48.75%);
  border-color: rgb(15%, 15%, 45%);
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.5);
}
.btn_primary.disabled, .btn_primary:disabled {
  color: #fff;
  background-color: #333399;
  border-color: #333399;
}
.btn_primary:not(:disabled):not(.disabled):active, .btn_primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(15%, 15%, 45%);
  border-color: rgb(13.75%, 13.75%, 41.25%);
}
.btn_primary:not(:disabled):not(.disabled):active:focus, .btn_primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.5);
}

.btn_secondary {
  color: #fff;
  background-color: #BF1B28;
  border-color: #BF1B28;
}
.btn_secondary:hover {
  color: #fff;
  background-color: rgb(61.7597589495%, 8.730437129%, 12.9339809318%);
  border-color: rgb(57.3790250045%, 8.1111710739%, 12.0165497392%);
}
.btn_secondary:focus, .btn_secondary.focus {
  color: #fff;
  background-color: rgb(61.7597589495%, 8.730437129%, 12.9339809318%);
  border-color: rgb(57.3790250045%, 8.1111710739%, 12.0165497392%);
  box-shadow: 0 0 0 0.2rem rgba(191, 27, 40, 0.5);
}
.btn_secondary.disabled, .btn_secondary:disabled {
  color: #fff;
  background-color: #BF1B28;
  border-color: #BF1B28;
}
.btn_secondary:not(:disabled):not(.disabled):active, .btn_secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(57.3790250045%, 8.1111710739%, 12.0165497392%);
  border-color: rgb(52.9982910595%, 7.4919050189%, 11.0991185465%);
}
.btn_secondary:not(:disabled):not(.disabled):active:focus, .btn_secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 27, 40, 0.5);
}

.btn_success {
  color: #fff;
  background-color: #007531;
  border-color: #007531;
}
.btn_success:hover {
  color: #fff;
  background-color: rgb(0%, 30.8823529412%, 12.9336349925%);
  border-color: rgb(0%, 25.8823529412%, 10.8396178984%);
}
.btn_success:focus, .btn_success.focus {
  color: #fff;
  background-color: rgb(0%, 30.8823529412%, 12.9336349925%);
  border-color: rgb(0%, 25.8823529412%, 10.8396178984%);
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 49, 0.5);
}
.btn_success.disabled, .btn_success:disabled {
  color: #fff;
  background-color: #007531;
  border-color: #007531;
}
.btn_success:not(:disabled):not(.disabled):active, .btn_success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(0%, 25.8823529412%, 10.8396178984%);
  border-color: rgb(0%, 20.8823529412%, 8.7456008044%);
}
.btn_success:not(:disabled):not(.disabled):active:focus, .btn_success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 49, 0.5);
}

.btn_info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn_info:hover {
  color: #fff;
  background-color: rgb(7.3529411765%, 51.7902813299%, 58.8235294118%);
  border-color: rgb(6.7973856209%, 47.8772378517%, 54.3790849673%);
}
.btn_info:focus, .btn_info.focus {
  color: #fff;
  background-color: rgb(7.3529411765%, 51.7902813299%, 58.8235294118%);
  border-color: rgb(6.7973856209%, 47.8772378517%, 54.3790849673%);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn_info.disabled, .btn_info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn_info:not(:disabled):not(.disabled):active, .btn_info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(6.7973856209%, 47.8772378517%, 54.3790849673%);
  border-color: rgb(6.2418300654%, 43.9641943734%, 49.9346405229%);
}
.btn_info:not(:disabled):not(.disabled):active:focus, .btn_info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn_warning {
  color: #343a40;
  background-color: #f08a24;
  border-color: #f08a24;
}
.btn_warning:hover {
  color: #343a40;
  background-color: rgb(87.2586726998%, 46.6176470588%, 5.9766214178%);
  border-color: rgb(82.5791855204%, 44.1176470588%, 5.6561085973%);
}
.btn_warning:focus, .btn_warning.focus {
  color: #343a40;
  background-color: rgb(87.2586726998%, 46.6176470588%, 5.9766214178%);
  border-color: rgb(82.5791855204%, 44.1176470588%, 5.6561085973%);
  box-shadow: 0 0 0 0.2rem rgba(240, 138, 36, 0.5);
}
.btn_warning.disabled, .btn_warning:disabled {
  color: #343a40;
  background-color: #f08a24;
  border-color: #f08a24;
}
.btn_warning:not(:disabled):not(.disabled):active, .btn_warning:not(:disabled):not(.disabled).active {
  color: #343a40;
  background-color: rgb(82.5791855204%, 44.1176470588%, 5.6561085973%);
  border-color: rgb(77.8996983409%, 41.6176470588%, 5.3355957768%);
}
.btn_warning:not(:disabled):not(.disabled):active:focus, .btn_warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 138, 36, 0.5);
}

.btn_danger {
  color: #fff;
  background-color: #f04124;
  border-color: #f04124;
}
.btn_danger:hover {
  color: #fff;
  background-color: rgb(87.2586726998%, 17.5314228255%, 5.9766214178%);
  border-color: rgb(82.5791855204%, 16.5912518854%, 5.6561085973%);
}
.btn_danger:focus, .btn_danger.focus {
  color: #fff;
  background-color: rgb(87.2586726998%, 17.5314228255%, 5.9766214178%);
  border-color: rgb(82.5791855204%, 16.5912518854%, 5.6561085973%);
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.5);
}
.btn_danger.disabled, .btn_danger:disabled {
  color: #fff;
  background-color: #f04124;
  border-color: #f04124;
}
.btn_danger:not(:disabled):not(.disabled):active, .btn_danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(82.5791855204%, 16.5912518854%, 5.6561085973%);
  border-color: rgb(77.8996983409%, 15.6510809452%, 5.3355957768%);
}
.btn_danger:not(:disabled):not(.disabled):active:focus, .btn_danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.5);
}

.btn_light {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn_light:hover {
  color: #343a40;
  background-color: rgb(88.5049019608%, 90.1470588235%, 91.7892156863%);
  border-color: rgb(85.5882352941%, 87.6470588235%, 89.7058823529%);
}
.btn_light:focus, .btn_light.focus {
  color: #343a40;
  background-color: rgb(88.5049019608%, 90.1470588235%, 91.7892156863%);
  border-color: rgb(85.5882352941%, 87.6470588235%, 89.7058823529%);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn_light.disabled, .btn_light:disabled {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn_light:not(:disabled):not(.disabled):active, .btn_light:not(:disabled):not(.disabled).active {
  color: #343a40;
  background-color: rgb(85.5882352941%, 87.6470588235%, 89.7058823529%);
  border-color: rgb(82.6715686275%, 85.1470588235%, 87.6225490196%);
}
.btn_light:not(:disabled):not(.disabled):active:focus, .btn_light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn_dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn_dark:hover {
  color: #fff;
  background-color: rgb(13.6680189317%, 15.2450980392%, 16.8221771467%);
  border-color: rgb(11.4266396214%, 12.7450980392%, 14.0635564571%);
}
.btn_dark:focus, .btn_dark.focus {
  color: #fff;
  background-color: rgb(13.6680189317%, 15.2450980392%, 16.8221771467%);
  border-color: rgb(11.4266396214%, 12.7450980392%, 14.0635564571%);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn_dark.disabled, .btn_dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn_dark:not(:disabled):not(.disabled):active, .btn_dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(11.4266396214%, 12.7450980392%, 14.0635564571%);
  border-color: rgb(9.185260311%, 10.2450980392%, 11.3049357674%);
}
.btn_dark:not(:disabled):not(.disabled):active:focus, .btn_dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn_outline_primary {
  color: #333399;
  background-color: transparent;
  border-color: #333399;
}
.btn_outline_primary:hover {
  color: #fff;
  background-color: #333399;
  border-color: #333399;
}
.btn_outline_primary:focus, .btn_outline_primary.focus {
  color: #fff;
  background-color: #333399;
  border-color: #333399;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.5);
}
.btn_outline_primary.disabled, .btn_outline_primary:disabled {
  color: #333399;
  background-color: transparent;
  border-color: #333399;
}
.btn_outline_primary:not(:disabled):not(.disabled):active, .btn_outline_primary:not(:disabled):not(.disabled).active {
  color: #333399;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(13.75%, 13.75%, 41.25%);
}
.btn_outline_primary:not(:disabled):not(.disabled):active:focus, .btn_outline_primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.5);
}

.btn_outline_secondary {
  color: #BF1B28;
  background-color: transparent;
  border-color: #BF1B28;
}
.btn_outline_secondary:hover {
  color: #fff;
  background-color: #BF1B28;
  border-color: #BF1B28;
}
.btn_outline_secondary:focus, .btn_outline_secondary.focus {
  color: #fff;
  background-color: #BF1B28;
  border-color: #BF1B28;
  box-shadow: 0 0 0 0.2rem rgba(191, 27, 40, 0.5);
}
.btn_outline_secondary.disabled, .btn_outline_secondary:disabled {
  color: #BF1B28;
  background-color: transparent;
  border-color: #BF1B28;
}
.btn_outline_secondary:not(:disabled):not(.disabled):active, .btn_outline_secondary:not(:disabled):not(.disabled).active {
  color: #BF1B28;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(52.9982910595%, 7.4919050189%, 11.0991185465%);
}
.btn_outline_secondary:not(:disabled):not(.disabled):active:focus, .btn_outline_secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 27, 40, 0.5);
}

.btn_outline_success {
  color: #007531;
  background-color: transparent;
  border-color: #007531;
}
.btn_outline_success:hover {
  color: #fff;
  background-color: #007531;
  border-color: #007531;
}
.btn_outline_success:focus, .btn_outline_success.focus {
  color: #fff;
  background-color: #007531;
  border-color: #007531;
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 49, 0.5);
}
.btn_outline_success.disabled, .btn_outline_success:disabled {
  color: #007531;
  background-color: transparent;
  border-color: #007531;
}
.btn_outline_success:not(:disabled):not(.disabled):active, .btn_outline_success:not(:disabled):not(.disabled).active {
  color: #007531;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(0%, 20.8823529412%, 8.7456008044%);
}
.btn_outline_success:not(:disabled):not(.disabled):active:focus, .btn_outline_success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 49, 0.5);
}

.btn_outline_info {
  color: #17a2b8;
  background-color: transparent;
  border-color: #17a2b8;
}
.btn_outline_info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn_outline_info:focus, .btn_outline_info.focus {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn_outline_info.disabled, .btn_outline_info:disabled {
  color: #17a2b8;
  background-color: transparent;
  border-color: #17a2b8;
}
.btn_outline_info:not(:disabled):not(.disabled):active, .btn_outline_info:not(:disabled):not(.disabled).active {
  color: #17a2b8;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(6.2418300654%, 43.9641943734%, 49.9346405229%);
}
.btn_outline_info:not(:disabled):not(.disabled):active:focus, .btn_outline_info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn_outline_warning {
  color: #f08a24;
  background-color: transparent;
  border-color: #f08a24;
}
.btn_outline_warning:hover {
  color: #343a40;
  background-color: #f08a24;
  border-color: #f08a24;
}
.btn_outline_warning:focus, .btn_outline_warning.focus {
  color: #343a40;
  background-color: #f08a24;
  border-color: #f08a24;
  box-shadow: 0 0 0 0.2rem rgba(240, 138, 36, 0.5);
}
.btn_outline_warning.disabled, .btn_outline_warning:disabled {
  color: #f08a24;
  background-color: transparent;
  border-color: #f08a24;
}
.btn_outline_warning:not(:disabled):not(.disabled):active, .btn_outline_warning:not(:disabled):not(.disabled).active {
  color: #f08a24;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(77.8996983409%, 41.6176470588%, 5.3355957768%);
}
.btn_outline_warning:not(:disabled):not(.disabled):active:focus, .btn_outline_warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 138, 36, 0.5);
}

.btn_outline_danger {
  color: #f04124;
  background-color: transparent;
  border-color: #f04124;
}
.btn_outline_danger:hover {
  color: #fff;
  background-color: #f04124;
  border-color: #f04124;
}
.btn_outline_danger:focus, .btn_outline_danger.focus {
  color: #fff;
  background-color: #f04124;
  border-color: #f04124;
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.5);
}
.btn_outline_danger.disabled, .btn_outline_danger:disabled {
  color: #f04124;
  background-color: transparent;
  border-color: #f04124;
}
.btn_outline_danger:not(:disabled):not(.disabled):active, .btn_outline_danger:not(:disabled):not(.disabled).active {
  color: #f04124;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(77.8996983409%, 15.6510809452%, 5.3355957768%);
}
.btn_outline_danger:not(:disabled):not(.disabled):active:focus, .btn_outline_danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.5);
}

.btn_outline_light {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
}
.btn_outline_light:hover {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn_outline_light:focus, .btn_outline_light.focus {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn_outline_light.disabled, .btn_outline_light:disabled {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
}
.btn_outline_light:not(:disabled):not(.disabled):active, .btn_outline_light:not(:disabled):not(.disabled).active {
  color: #f8f9fa;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(82.6715686275%, 85.1470588235%, 87.6225490196%);
}
.btn_outline_light:not(:disabled):not(.disabled):active:focus, .btn_outline_light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn_outline_dark {
  color: #343a40;
  background-color: transparent;
  border-color: #343a40;
}
.btn_outline_dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn_outline_dark:focus, .btn_outline_dark.focus {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn_outline_dark.disabled, .btn_outline_dark:disabled {
  color: #343a40;
  background-color: transparent;
  border-color: #343a40;
}
.btn_outline_dark:not(:disabled):not(.disabled):active, .btn_outline_dark:not(:disabled):not(.disabled).active {
  color: #343a40;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(9.185260311%, 10.2450980392%, 11.3049357674%);
}
.btn_outline_dark:not(:disabled):not(.disabled):active:focus, .btn_outline_dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn_sm {
  font-size: 14px;
  border-radius: 0.25rem;
}

.btn_lg {
  font-size: 18px;
  border-radius: 0.5rem;
}

.btn_block {
  display: block;
  width: 100%;
}

.btn_link {
  font-weight: 400;
  color: #333399;
  text-decoration: none;
}
.btn_link:hover {
  color: #22226b;
  text-decoration: underline;
}
.btn_link:focus {
  text-decoration: underline;
}
.btn_link:disabled, .btn_link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.form_control, .form_control_lg, .form_control_sm {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1f2a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form_control:focus, .form_control_lg:focus, .form_control_sm:focus {
  color: #1b1f2a;
  background-color: #fff;
  border-color: rgb(47.5%, 47.5%, 82.5%);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.form_control::placeholder, .form_control_lg::placeholder, .form_control_sm::placeholder {
  color: #1b1f2a;
  opacity: 0.5;
}
.form_control:disabled, .form_control_lg:disabled, .form_control_sm:disabled, .form_control[readonly], [readonly].form_control_lg, [readonly].form_control_sm {
  background-color: #e9ecef;
  opacity: 1;
}

.form_control_sm {
  font-size: 14px;
  border-radius: 0.25rem;
}

.form_control_lg {
  font-size: 18px;
  border-radius: 0.5rem;
}

.form_label, .form_label_lg, .form_label_sm {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 500;
  color: #1b1f2a;
}

.form_label_sm {
  font-size: 14px;
}

.form_label_lg {
  font-size: 18px;
}

.form_text {
  margin-top: 0.25rem;
  font-size: 14px;
  color: #5a6475;
}

.form_group {
  margin-bottom: 1rem;
}

.form_check, .form_switch, .form_check_inline {
  position: relative;
  display: block;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  min-height: 1.5rem;
}

.form_check_input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.form_check_input[type=checkbox] + .form_check_label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  user-select: none;
}
.form_check_input[type=checkbox] + .form_check_label::before {
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 0.125rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 2px solid #ced4da;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}
.form_check_input[type=checkbox] + .form_check_label::after {
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 0.125rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}
.form_check_input[type=checkbox]:checked + .form_check_label::before {
  background-color: #333399;
  border-color: #333399;
}
.form_check_input[type=checkbox]:checked + .form_check_label::after {
  opacity: 1;
  transform: scale(1);
}
.form_check_input[type=checkbox]:focus + .form_check_label::before {
  border-color: #333399;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.form_check_input[type=checkbox]:disabled + .form_check_label {
  opacity: 0.5;
  cursor: not-allowed;
}
.form_check_input[type=checkbox]:disabled + .form_check_label::before {
  background-color: #e9ecef;
}
.form_check_input[type=checkbox]:not(:disabled):not(:checked):hover + .form_check_label::before {
  border-color: #333399;
}
.form_check_input[type=radio] + .form_check_label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  user-select: none;
}
.form_check_input[type=radio] + .form_check_label::before {
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 0.125rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 2px solid #ced4da;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.form_check_input[type=radio] + .form_check_label::after {
  content: "";
  position: absolute;
  left: -1.4375rem;
  top: 0.4375rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}
.form_check_input[type=radio]:checked + .form_check_label::before {
  background-color: #333399;
  border-color: #333399;
}
.form_check_input[type=radio]:checked + .form_check_label::after {
  opacity: 1;
  transform: scale(1);
}
.form_check_input[type=radio]:focus + .form_check_label::before {
  border-color: #333399;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.form_check_input[type=radio]:disabled + .form_check_label {
  opacity: 0.5;
  cursor: not-allowed;
}
.form_check_input[type=radio]:disabled + .form_check_label::before {
  background-color: #e9ecef;
}
.form_check_input[type=radio]:not(:disabled):not(:checked):hover + .form_check_label::before {
  border-color: #333399;
}

.form_check_label {
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
}

.form_check_inline {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0;
}

.form_switch {
  padding-left: 4rem;
}
.form_switch .form_check_input {
  width: 3.5rem;
  height: 1.75rem;
  margin-left: -4rem;
  margin-top: 0;
  border-radius: 2rem;
  background-color: #ced4da;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 1;
  z-index: 1;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form_switch .form_check_input::before, .form_switch .form_check_input::after {
  display: none !important;
}
.form_switch .form_check_input::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.form_switch .form_check_input::after {
  content: "OFF" !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0.625rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5px;
  padding-right: 0.375rem;
  pointer-events: none;
}
.form_switch .form_check_input:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
  outline: none;
}
.form_switch .form_check_input:checked {
  background-color: #333399;
}
.form_switch .form_check_input:checked::before {
  transform: translateX(1.75rem);
}
.form_switch .form_check_input:checked::after {
  content: "ON" !important;
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 0.375rem;
}
.form_switch .form_check_input:checked:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.form_switch .form_check_input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form_switch .form_check_label::before, .form_switch .form_check_label::after {
  display: none !important;
}

.input_group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.input_group .form_control, .input_group .form_control_sm, .input_group .form_control_lg {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input_group > .form_control:not(:last-child), .input_group > .form_control_sm:not(:last-child), .input_group > .form_control_lg:not(:last-child),
.input_group > .input_group_text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input_group > .form_control:not(:first-child), .input_group > .form_control_sm:not(:first-child), .input_group > .form_control_lg:not(:first-child),
.input_group > .input_group_text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input_group > .form_control:not(:first-child):not(:last-child), .input_group > .form_control_sm:not(:first-child):not(:last-child), .input_group > .form_control_lg:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input_group_text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1f2a;
  text-align: center;
  white-space: nowrap;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input_group_prepend,
.input_group_append {
  display: flex;
}
.input_group_prepend .btn,
.input_group_append .btn {
  position: relative;
  z-index: 2;
}
.input_group_prepend .btn:focus,
.input_group_append .btn:focus {
  z-index: 3;
}

.input_group_sm .form_control, .input_group_sm .form_control_sm, .input_group_sm .form_control_lg,
.input_group_sm .input_group_text {
  font-size: 14px;
  border-radius: 0.25rem;
}

.input_group_lg .form_control, .input_group_lg .form_control_sm, .input_group_lg .form_control_lg,
.input_group_lg .input_group_text {
  font-size: 18px;
  border-radius: 0.5rem;
}

.form_floating {
  position: relative;
}
.form_floating .form_control, .form_floating .form_control_sm, .form_floating .form_control_lg {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form_floating .form_control::placeholder, .form_floating .form_control_sm::placeholder, .form_floating .form_control_lg::placeholder {
  color: transparent;
}
.form_floating .form_control:focus, .form_floating .form_control_sm:focus, .form_floating .form_control_lg:focus, .form_floating .form_control:not(:placeholder-shown), .form_floating .form_control_sm:not(:placeholder-shown), .form_floating .form_control_lg:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form_floating .form_control:focus ~ label, .form_floating .form_control_sm:focus ~ label, .form_floating .form_control_lg:focus ~ label, .form_floating .form_control:not(:placeholder-shown) ~ label, .form_floating .form_control_sm:not(:placeholder-shown) ~ label, .form_floating .form_control_lg:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form_floating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form_floating textarea.form_control, .form_floating textarea.form_control_sm, .form_floating textarea.form_control_lg {
  height: auto;
  min-height: calc(3.5rem + 2px);
}

.form_range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form_range:focus {
  outline: 0;
}
.form_range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f7fc, 0 0 0 0.25rem rgba(51, 51, 153, 0.25);
}
.form_range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f7fc, 0 0 0 0.25rem rgba(51, 51, 153, 0.25);
}
.form_range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #333399;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.form_range::-webkit-slider-thumb:active {
  background-color: #6666cc;
}
.form_range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form_range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #333399;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.form_range::-moz-range-thumb:active {
  background-color: #6666cc;
}
.form_range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form_range:disabled {
  pointer-events: none;
}
.form_range:disabled::-webkit-slider-thumb {
  background-color: #ced4da;
}
.form_range:disabled::-moz-range-thumb {
  background-color: #ced4da;
}

.form_file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.5rem + 2px);
  margin-bottom: 0;
}

.form_file_input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.form_file_input:focus ~ .form_file_label {
  border-color: #333399;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.form_file_input:disabled ~ .form_file_label {
  background-color: #e9ecef;
  opacity: 0.5;
  cursor: not-allowed;
}

.form_file_label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1f2a;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: all 0.15s ease;
}
.form_file_label::after {
  content: "Browse";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #1b1f2a;
  background-color: #f8f9fa;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.375rem 0.375rem 0;
}

.valid_feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 14px;
  color: #007531;
}

.invalid_feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 14px;
  color: #f04124;
}

.was_validated .form_control:valid, .was_validated .form_control_sm:valid, .was_validated .form_control_lg:valid,
.was_validated .form_select:valid,
.was_validated .form_select_lg:valid,
.was_validated .form_select_sm:valid {
  border-color: #007531;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was_validated .form_control:valid:focus, .was_validated .form_control_sm:valid:focus, .was_validated .form_control_lg:valid:focus,
.was_validated .form_select:valid:focus,
.was_validated .form_select_lg:valid:focus,
.was_validated .form_select_sm:valid:focus {
  border-color: #007531;
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 49, 0.25);
}
.was_validated .form_control:valid ~ .valid_feedback, .was_validated .form_control_sm:valid ~ .valid_feedback, .was_validated .form_control_lg:valid ~ .valid_feedback,
.was_validated .form_select:valid ~ .valid_feedback,
.was_validated .form_select_lg:valid ~ .valid_feedback,
.was_validated .form_select_sm:valid ~ .valid_feedback {
  display: block;
}
.was_validated .form_control:invalid, .was_validated .form_control_sm:invalid, .was_validated .form_control_lg:invalid,
.was_validated .form_select:invalid,
.was_validated .form_select_lg:invalid,
.was_validated .form_select_sm:invalid {
  border-color: #f04124;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was_validated .form_control:invalid:focus, .was_validated .form_control_sm:invalid:focus, .was_validated .form_control_lg:invalid:focus,
.was_validated .form_select:invalid:focus,
.was_validated .form_select_lg:invalid:focus,
.was_validated .form_select_sm:invalid:focus {
  border-color: #f04124;
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.25);
}
.was_validated .form_control:invalid ~ .invalid_feedback, .was_validated .form_control_sm:invalid ~ .invalid_feedback, .was_validated .form_control_lg:invalid ~ .invalid_feedback,
.was_validated .form_select:invalid ~ .invalid_feedback,
.was_validated .form_select_lg:invalid ~ .invalid_feedback,
.was_validated .form_select_sm:invalid ~ .invalid_feedback {
  display: block;
}

.is_valid {
  border-color: #007531 !important;
}
.is_valid:focus {
  border-color: #007531 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 49, 0.25) !important;
}
.is_valid ~ .valid_feedback {
  display: block;
}

.is_invalid {
  border-color: #f04124 !important;
}
.is_invalid:focus {
  border-color: #f04124 !important;
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.25) !important;
}
.is_invalid ~ .invalid_feedback {
  display: block;
}

.form_select, .form_select_lg, .form_select_sm {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1f2a;
  background-color: #fff;
  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='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.form_select:focus, .form_select_lg:focus, .form_select_sm:focus {
  border-color: #333399;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.form_select:disabled, .form_select_lg:disabled, .form_select_sm:disabled {
  background-color: #e9ecef;
  opacity: 0.5;
  cursor: not-allowed;
}
.form_select[multiple], [multiple].form_select_lg, [multiple].form_select_sm, .form_select[size]:not([size="1"]), [size].form_select_lg:not([size="1"]), [size].form_select_sm:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form_select_sm {
  font-size: 14px;
  border-radius: 0.25rem;
}

.form_select_lg {
  font-size: 18px;
  border-radius: 0.5rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card_body {
  flex: 1 1 auto;
  padding: 1rem;
}

.card_title {
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-weight: 500;
}

.card_subtitle {
  margin-bottom: 0;
  font-size: 14px;
  color: #5a6475;
}

.card_text:last-child {
  margin-bottom: 0;
}

.card_link:hover {
  text-decoration: none;
}
.card_link + .card_link {
  margin-left: 0.75rem;
}

.card_header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0.375rem 0.375rem 0 0;
}
.card_header:first-child {
  border-radius: 0.375rem;
}

.card_footer {
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  border-radius: 0 0 0.375rem 0.375rem;
}
.card_footer:last-child {
  border-radius: 0.375rem;
}

.card_img,
.card_img_top,
.card_img_bottom {
  width: 100%;
}

.card_img,
.card_img_top {
  border-radius: 0.375rem 0.375rem 0 0;
}

.card_img,
.card_img_bottom {
  border-radius: 0 0 0.375rem 0.375rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

.alert_primary {
  color: hsl(240, 50%, -10%);
  background-color: rgb(77.5%, 77.5%, 92.5%);
  border-color: rgb(62.5%, 62.5%, 87.5%);
}

.alert_secondary {
  color: hsl(355.243902439, 75.2293577982%, -7.2549019608%);
  background-color: rgb(96.9643820831%, 78.5258139953%, 79.9874078072%);
  border-color: rgb(94.4873178629%, 61.0028782155%, 63.6571325778%);
}

.alert_success {
  color: hsl(145.1282051282, 100%, -27.0588235294%);
  background-color: rgb(35.8823529412%, 100%, 62.735042735%);
  border-color: rgb(15.8823529412%, 100%, 51.1111111111%);
}

.alert_info {
  color: hsl(188.198757764, 77.7777777778%, -9.4117647059%);
  background-color: rgb(74.3790849673%, 93.7340153453%, 96.7973856209%);
  border-color: rgb(56.6013071895%, 89.3861892583%, 94.5751633987%);
}

.alert_warning {
  color: rgb(7.7073906486%, 4.1176470588%, 0.5279034691%);
  background-color: rgb(99.8868778281%, 99.1176470588%, 98.3484162896%);
  border-color: rgb(98.604826546%, 89.1176470588%, 79.6304675716%);
}

.alert_danger {
  color: rgb(7.7073906486%, 1.5485168426%, 0.5279034691%);
  background-color: rgb(99.8868778281%, 98.5671191554%, 98.3484162896%);
  border-color: rgb(98.604826546%, 82.327802916%, 79.6304675716%);
}

.alert_light {
  color: rgb(39.7058823529%, 47.6470588235%, 55.5882352941%);
  background-color: #f8f9fa;
  border-color: rgb(79.7549019608%, 82.6470588235%, 85.5392156863%);
}

.alert_dark {
  color: rgb(69.9256254226%, 72.7450980392%, 75.5645706558%);
  background-color: #343a40;
  border-color: rgb(33.8404327248%, 37.7450980392%, 41.6497633536%);
}

.alert_link {
  font-weight: 700;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.badge_primary {
  background-color: #333399;
}

.badge_secondary {
  background-color: #BF1B28;
}

.badge_success {
  background-color: #007531;
}

.badge_info {
  background-color: #17a2b8;
}

.badge_warning {
  background-color: #f08a24;
  color: #343a40;
}

.badge_danger {
  background-color: #f04124;
}

.badge_light {
  background-color: #f8f9fa;
  color: #343a40;
}

.badge_dark {
  background-color: #343a40;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.375rem;
}

.breadcrumb_item + .breadcrumb_item {
  padding-left: 0.5rem;
}
.breadcrumb_item + .breadcrumb_item::before {
  float: left;
  padding-right: 0.5rem;
  color: #5a6475;
  content: "/";
}
.breadcrumb_item.active {
  color: #5a6475;
}

.pagination_container, .pagination_container_lg, .pagination_container_sm {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0;
  list-style: none;
  margin: 0;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
}
.pagination_container .page_item, .pagination_container_lg .page_item, .pagination_container_sm .page_item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  background-color: transparent;
  color: #1b1f2a;
  text-decoration: none;
  border: none;
  border-right: 1px solid #dee2e6;
  transition: all 0.15s ease;
  position: relative;
}
.pagination_container .page_item:last-child, .pagination_container_lg .page_item:last-child, .pagination_container_sm .page_item:last-child {
  border-right: none;
}
.pagination_container .page_item a, .pagination_container_lg .page_item a, .pagination_container_sm .page_item a, .pagination_container .page_item span, .pagination_container_lg .page_item span, .pagination_container_sm .page_item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
}
.pagination_container .page_item:hover:not(.page_item_disabled):not(.page_item_active), .pagination_container_lg .page_item:hover:not(.page_item_disabled):not(.page_item_active), .pagination_container_sm .page_item:hover:not(.page_item_disabled):not(.page_item_active) {
  background-color: #f8f9fa;
  color: #1b1f2a;
}
.pagination_container .page_item.page_item_active, .pagination_container_lg .page_item.page_item_active, .pagination_container_sm .page_item.page_item_active {
  background-color: #fff;
  color: #1b1f2a;
  font-weight: 600;
  box-shadow: inset 0 0 0 2px #000;
  z-index: 1;
}
.pagination_container .page_item.page_item_active a, .pagination_container_lg .page_item.page_item_active a, .pagination_container_sm .page_item.page_item_active a, .pagination_container .page_item.page_item_active span, .pagination_container_lg .page_item.page_item_active span, .pagination_container_sm .page_item.page_item_active span {
  color: #1b1f2a;
}
.pagination_container .page_item.page_item_disabled, .pagination_container_lg .page_item.page_item_disabled, .pagination_container_sm .page_item.page_item_disabled {
  color: #5a6475;
  cursor: not-allowed;
  background-color: transparent;
}
.pagination_container .page_item.page_item_disabled a, .pagination_container_lg .page_item.page_item_disabled a, .pagination_container_sm .page_item.page_item_disabled a, .pagination_container .page_item.page_item_disabled span, .pagination_container_lg .page_item.page_item_disabled span, .pagination_container_sm .page_item.page_item_disabled span {
  color: #5a6475;
  cursor: not-allowed;
}
.pagination_container .page_item.page_item_disabled:hover, .pagination_container_lg .page_item.page_item_disabled:hover, .pagination_container_sm .page_item.page_item_disabled:hover {
  background-color: transparent;
  color: #5a6475;
}

.pagination_container_sm {
  border-radius: 0.375rem;
}
.pagination_container_sm .page_item {
  min-width: 1.75rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.pagination_container_sm .page_item a, .pagination_container_sm .page_item span {
  padding: 0.125rem 0.25rem;
}

.pagination_container_lg {
  border-radius: 0.625rem;
}
.pagination_container_lg .page_item {
  min-width: 2.75rem;
  height: 2.75rem;
  font-size: 1rem;
}
.pagination_container_lg .page_item a, .pagination_container_lg .page_item span {
  padding: 0.375rem 0.75rem;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center,
.text_centre {
  text-align: center !important;
}

.text_justify {
  text-align: justify !important;
}

.text_lowercase,
.lcase {
  text-transform: lowercase !important;
}

.text_uppercase,
.ucase {
  text-transform: uppercase !important;
}

.text_capitalize,
.capitalize {
  text-transform: capitalize !important;
}

.text_normal {
  font-weight: 400 !important;
}

.text_medium {
  font-weight: 500 !important;
}

.text_bold {
  font-weight: 700 !important;
}

.text_muted {
  color: #5a6475 !important;
}

.text_primary {
  color: #333399 !important;
}

.text_secondary {
  color: #BF1B28 !important;
}

.text_success {
  color: #007531 !important;
}

.text_danger {
  color: #f04124 !important;
}

.text_warning {
  color: #f08a24 !important;
}

.text_info {
  color: #17a2b8 !important;
}

.text_light {
  color: #f8f9fa !important;
}

.text_dark {
  color: #343a40 !important;
}

.text_white {
  color: #fff !important;
}

.bg_primary {
  background-color: #333399 !important;
}

.bg_secondary {
  background-color: #BF1B28 !important;
}

.bg_success {
  background-color: #007531 !important;
}

.bg_danger {
  background-color: #f04124 !important;
}

.bg_warning {
  background-color: #f08a24 !important;
}

.bg_info {
  background-color: #17a2b8 !important;
}

.bg_light {
  background-color: #f8f9fa !important;
}

.bg_dark {
  background-color: #343a40 !important;
}

.bg_white {
  background-color: #fff !important;
}

.bg_transparent {
  background-color: transparent !important;
}

.no_margin,
.m_0 {
  margin: 0 !important;
}

.no_padding,
.p_0 {
  padding: 0 !important;
}

.mt_1 {
  margin-top: 0.25rem !important;
}

.mt_2 {
  margin-top: 0.5rem !important;
}

.mt_3 {
  margin-top: 0.75rem !important;
}

.mt_4 {
  margin-top: 1rem !important;
}

.mt_5 {
  margin-top: 1.25rem !important;
}

.mt_6 {
  margin-top: 1.5rem !important;
}

.mb_1 {
  margin-bottom: 0.25rem !important;
}

.mb_2 {
  margin-bottom: 0.5rem !important;
}

.mb_3 {
  margin-bottom: 0.75rem !important;
}

.mb_4 {
  margin-bottom: 1rem !important;
}

.mb_5 {
  margin-bottom: 1.25rem !important;
}

.mb_6 {
  margin-bottom: 1.5rem !important;
}

.ml_1 {
  margin-left: 0.25rem !important;
}

.ml_2 {
  margin-left: 0.5rem !important;
}

.ml_3 {
  margin-left: 0.75rem !important;
}

.ml_4 {
  margin-left: 1rem !important;
}

.ml_5 {
  margin-left: 1.25rem !important;
}

.ml_6 {
  margin-left: 1.5rem !important;
}

.mr_1 {
  margin-right: 0.25rem !important;
}

.mr_2 {
  margin-right: 0.5rem !important;
}

.mr_3 {
  margin-right: 0.75rem !important;
}

.mr_4 {
  margin-right: 1rem !important;
}

.mr_5 {
  margin-right: 1.25rem !important;
}

.mr_6 {
  margin-right: 1.5rem !important;
}

.pt_1 {
  padding-top: 0.25rem !important;
}

.pt_2 {
  padding-top: 0.5rem !important;
}

.pt_3 {
  padding-top: 0.75rem !important;
}

.pt_4 {
  padding-top: 1rem !important;
}

.pt_5 {
  padding-top: 1.25rem !important;
}

.pt_6 {
  padding-top: 1.5rem !important;
}

.pb_1 {
  padding-bottom: 0.25rem !important;
}

.pb_2 {
  padding-bottom: 0.5rem !important;
}

.pb_3 {
  padding-bottom: 0.75rem !important;
}

.pb_4 {
  padding-bottom: 1rem !important;
}

.pb_5 {
  padding-bottom: 1.25rem !important;
}

.pb_6 {
  padding-bottom: 1.5rem !important;
}

.pl_1 {
  padding-left: 0.25rem !important;
}

.pl_2 {
  padding-left: 0.5rem !important;
}

.pl_3 {
  padding-left: 0.75rem !important;
}

.pl_4 {
  padding-left: 1rem !important;
}

.pl_5 {
  padding-left: 1.25rem !important;
}

.pl_6 {
  padding-left: 1.5rem !important;
}

.pr_1 {
  padding-right: 0.25rem !important;
}

.pr_2 {
  padding-right: 0.5rem !important;
}

.pr_3 {
  padding-right: 0.75rem !important;
}

.pr_4 {
  padding-right: 1rem !important;
}

.pr_5 {
  padding-right: 1.25rem !important;
}

.pr_6 {
  padding-right: 1.5rem !important;
}

.d_none,
.hidden,
.nix_display {
  display: none !important;
}

.d_block {
  display: block !important;
}

.d_inline {
  display: inline !important;
}

.d_inline_block {
  display: inline-block !important;
}

.d_flex {
  display: flex !important;
}

.d_inline_flex {
  display: inline-flex !important;
}

.d_grid {
  display: grid !important;
}

.invisible {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

.float_left {
  float: left !important;
}

.float_right {
  float: right !important;
}

.float_none {
  float: none !important;
}

.clear_left {
  clear: left !important;
}

.clear_right {
  clear: right !important;
}

.clear_both,
.clearfix {
  clear: both !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border_0 {
  border: 0 !important;
}

.border_top {
  border-top: 1px solid #dee2e6 !important;
}

.border_right {
  border-right: 1px solid #dee2e6 !important;
}

.border_bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border_left {
  border-left: 1px solid #dee2e6 !important;
}

.bordered {
  border: 1px solid #dee2e6 !important;
}

.rounded {
  border-radius: 0.375rem !important;
}

.rounded_sm {
  border-radius: 0.25rem !important;
}

.rounded_lg {
  border-radius: 0.5rem !important;
}

.rounded_circle {
  border-radius: 50% !important;
}

.rounded_pill {
  border-radius: 50rem !important;
}

.rounded_0 {
  border-radius: 0 !important;
}

.radius {
  border-radius: 0.375rem !important;
}

.shadow_none {
  box-shadow: none !important;
}

.shadow_sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow_lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.cursor_pointer,
.clickable,
.clickable_div_box {
  cursor: pointer !important;
}

.cursor_default {
  cursor: default !important;
}

.cursor_not_allowed {
  cursor: not-allowed !important;
}

.cursor_move {
  cursor: move !important;
}

.cursor_grab {
  cursor: grab !important;
}

.cursor_grabbing {
  cursor: grabbing !important;
}

.position_static {
  position: static !important;
}

.position_relative {
  position: relative !important;
}

.position_absolute {
  position: absolute !important;
}

.position_fixed {
  position: fixed !important;
}

.position_sticky {
  position: sticky !important;
}

.w_25 {
  width: 25% !important;
}

.w_50 {
  width: 50% !important;
}

.w_75 {
  width: 75% !important;
}

.w_100 {
  width: 100% !important;
}

.w_auto {
  width: auto !important;
}

.h_25 {
  height: 25% !important;
}

.h_50 {
  height: 50% !important;
}

.h_75 {
  height: 75% !important;
}

.h_100 {
  height: 100% !important;
}

.h_auto {
  height: auto !important;
}

.flex_row {
  flex-direction: row !important;
}

.flex_column {
  flex-direction: column !important;
}

.flex_wrap {
  flex-wrap: wrap !important;
}

.flex_nowrap {
  flex-wrap: nowrap !important;
}

.justify_start {
  justify-content: flex-start !important;
}

.justify_end {
  justify-content: flex-end !important;
}

.justify_center {
  justify-content: center !important;
}

.justify_between {
  justify-content: space-between !important;
}

.justify_around {
  justify-content: space-around !important;
}

.align_start {
  align-items: flex-start !important;
}

.align_end {
  align-items: flex-end !important;
}

.align_center {
  align-items: center !important;
}

.align_baseline {
  align-items: baseline !important;
}

.align_stretch {
  align-items: stretch !important;
}

.overflow_auto {
  overflow: auto !important;
}

.overflow_hidden {
  overflow: hidden !important;
}

.overflow_visible {
  overflow: visible !important;
}

.overflow_scroll {
  overflow: scroll !important;
}

.user_select_none {
  user-select: none !important;
}

.user_select_all {
  user-select: all !important;
}

.user_select_auto {
  user-select: auto !important;
}

.pointer_events_none {
  pointer-events: none !important;
}

.pointer_events_auto {
  pointer-events: auto !important;
}

.responsive_img, .img_fluid,
.img_responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.img_thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.sticky_header_wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: transparent;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
}
.navbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.navbar .navbar_brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: inherit;
  text-decoration: none;
  color: #343a40;
  order: 1;
}
.navbar .navbar_brand:hover, .navbar .navbar_brand:focus {
  text-decoration: none;
  color: #333399;
}
.navbar .navbar_toggler {
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  background: none !important;
  border: none;
  color: inherit;
  cursor: pointer;
  margin-left: auto;
  order: 3;
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .navbar .navbar_toggler {
    display: none;
  }
}
.navbar .navbar_toggler:hover, .navbar .navbar_toggler:focus {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background: none !important;
}
.navbar .navbar_toggler:active, .navbar .navbar_toggler:focus {
  box-shadow: none;
  background: none !important;
}
.navbar .navbar_toggler i {
  font-size: inherit;
  color: inherit;
}
.navbar .navbar_collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  order: 4;
  display: none;
}
@media (min-width: 1024px) {
  .navbar .navbar_collapse {
    display: flex !important;
    flex-basis: auto;
    order: 2;
    margin-left: auto;
  }
}
.navbar .navbar_collapse.show {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}
.navbar .navbar_nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .navbar .navbar_nav {
    flex-direction: row;
  }
}
.navbar .navbar_nav .nav_item {
  margin-bottom: 0;
}
.navbar .navbar_nav .nav_link {
  display: block;
  padding: 0.5rem 1rem;
  color: #1b1f2a;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.navbar .navbar_nav .nav_link:hover, .navbar .navbar_nav .nav_link:focus {
  color: #333399;
  text-decoration: none;
}
.navbar .navbar_nav .nav_link.active {
  color: #333399;
  font-weight: 500;
}
.navbar .navbar_nav .nav_link.disabled {
  color: #5a6475;
  pointer-events: none;
  cursor: default;
}
.navbar .navbar_text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #1b1f2a;
}

.navbar_light {
  background-color: #f8f9fa;
  border-color: #dee2e6;
}
.navbar_light .navbar_brand {
  color: #343a40;
}
.navbar_light .navbar_brand:hover, .navbar_light .navbar_brand:focus {
  color: #333399;
}
.navbar_light .navbar_toggler {
  color: #343a40;
  border-color: #dee2e6;
}
.navbar_light .navbar_nav .nav_link {
  color: #1b1f2a;
}
.navbar_light .navbar_nav .nav_link:hover, .navbar_light .navbar_nav .nav_link:focus {
  color: #333399;
}
.navbar_light .navbar_nav .nav_link.active {
  color: #333399;
}

.navbar_dark {
  background-color: #343a40;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar_dark .navbar_brand {
  color: #fff;
}
.navbar_dark .navbar_brand:hover, .navbar_dark .navbar_brand:focus {
  color: rgba(255, 255, 255, 0.9);
}
.navbar_dark .navbar_toggler {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar_dark .navbar_nav .nav_link {
  color: rgba(255, 255, 255, 0.8);
}
.navbar_dark .navbar_nav .nav_link:hover, .navbar_dark .navbar_nav .nav_link:focus {
  color: #fff;
}
.navbar_dark .navbar_nav .nav_link.active {
  color: #fff;
}

.navbar_primary {
  background-color: #333399;
  border-color: rgb(15%, 15%, 45%);
}
.navbar_primary .navbar_brand {
  color: #fff;
}
.navbar_primary .navbar_brand:hover, .navbar_primary .navbar_brand:focus {
  color: rgba(255, 255, 255, 0.9);
}
.navbar_primary .navbar_toggler {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar_primary .navbar_nav .nav_link {
  color: rgba(255, 255, 255, 0.8);
}
.navbar_primary .navbar_nav .nav_link:hover, .navbar_primary .navbar_nav .nav_link:focus {
  color: #fff;
}
.navbar_primary .navbar_nav .nav_link.active {
  color: #fff;
}

@media (min-width: 640px) {
  html {
    height: 100%;
  }
  body {
    height: auto;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex !important;
    flex-direction: column !important;
  }
  .main_content {
    flex: 1 0 auto !important;
    display: flex;
    flex-direction: column;
  }
  footer {
    flex-shrink: 0 !important;
    margin-top: auto !important;
  }
}
.footer_text {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
.footer_text a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer_text a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_logo {
  height: 20px;
  margin: -4px 4px 0px 0px;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

.footer_leaf_icon {
  height: 18px;
  margin: -2px 4px 0px 0px;
  vertical-align: middle;
}

.footer_main, .footer_main_light {
  background-color: #343a40;
  color: rgba(255, 255, 255, 0.9);
  padding: 2rem 0 1rem 0;
}
@media (min-width: 640px) {
  .footer_main, .footer_main_light {
    padding: 2.5rem 0 1.5rem 0;
  }
}

.footer_content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .footer_content {
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .footer_content {
    grid-template-columns: 2fr 1.25fr 1.25fr 1fr;
    gap: 1.5rem;
  }
}

.footer_column {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer_business_info .footer_business_name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.footer_business_info .footer_address {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
}
.footer_business_info .footer_address i {
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer_business_info .footer_contact_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer_business_info .footer_contact_item i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}
.footer_business_info .footer_contact_item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer_business_info .footer_contact_item a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_menu li {
  margin-bottom: 0.5rem;
}
.footer_menu a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
  display: inline-block;
}
.footer_menu a:hover {
  color: #fff;
  text-decoration: underline;
  transform: translateX(4px);
}
.footer_menu a::before {
  content: "›";
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer_hours .footer_hours_list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer_hours .footer_hours_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9375rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_hours .footer_hours_item:last-child {
  border-bottom: none;
}
.footer_hours .footer_hours_item .hours_day {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  min-width: 80px;
}
.footer_hours .footer_hours_item .hours_time {
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
}
.footer_hours .footer_hours_item.hours_closed .hours_time {
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}
.footer_hours .footer_hours_item.hours_current {
  background-color: rgba(51, 51, 153, 0.1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.375rem;
  border-bottom-color: #333399;
}
.footer_hours .footer_hours_item.hours_current .hours_day {
  color: #fff;
  font-weight: 700;
}
.footer_hours .footer_hours_item.hours_current .hours_time {
  color: #fff;
  font-weight: 600;
}

.footer_social .footer_social_icons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.footer_social .social_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}
.footer_social .social_icon:hover {
  background-color: #333399;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(51, 51, 153, 0.4);
}
.footer_social .social_icon.social_facebook:hover {
  background-color: #1877f2;
}
.footer_social .social_icon.social_twitter:hover {
  background-color: #1da1f2;
}
.footer_social .social_icon.social_instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.footer_social .social_icon.social_linkedin:hover {
  background-color: #0077b5;
}
.footer_social .social_icon.social_youtube:hover {
  background-color: #ff0000;
}
.footer_social .social_icon.social_tiktok:hover {
  background-color: #000000;
}

.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  margin-top: 1rem;
}
.footer_bottom .footer_bottom_content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 640px) {
  .footer_bottom .footer_bottom_content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.footer_bottom .footer_copyright {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer_bottom .footer_copyright a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.footer_bottom .footer_copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer_bottom .footer_credits {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer_bottom .footer_credits a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 600;
}
.footer_bottom .footer_credits a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_main_light {
  background-color: #f8f9fa;
  color: #1b1f2a;
}
.footer_main_light .footer_title {
  color: #343a40;
}
.footer_main_light .footer_business_info .footer_business_name {
  color: #343a40;
}
.footer_main_light .footer_business_info .footer_address {
  color: #495057;
}
.footer_main_light .footer_business_info .footer_address i {
  color: #6c757d;
}
.footer_main_light .footer_business_info .footer_contact_item {
  color: #495057;
}
.footer_main_light .footer_business_info .footer_contact_item i {
  color: #6c757d;
}
.footer_main_light .footer_business_info .footer_contact_item a {
  color: #495057;
}
.footer_main_light .footer_business_info .footer_contact_item a:hover {
  color: #333399;
}
.footer_main_light .footer_menu a {
  color: #495057;
}
.footer_main_light .footer_menu a:hover {
  color: #333399;
}
.footer_main_light .footer_menu a::before {
  color: #ced4da;
}
.footer_main_light .footer_hours .footer_hours_item {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.footer_main_light .footer_hours .footer_hours_item .hours_day {
  color: #343a40;
}
.footer_main_light .footer_hours .footer_hours_item .hours_time {
  color: #6c757d;
}
.footer_main_light .footer_hours .footer_hours_item.hours_closed .hours_time {
  color: #ced4da;
}
.footer_main_light .footer_hours .footer_hours_item.hours_current {
  background-color: rgba(51, 51, 153, 0.1);
  border-bottom-color: #333399;
}
.footer_main_light .footer_hours .footer_hours_item.hours_current .hours_day,
.footer_main_light .footer_hours .footer_hours_item.hours_current .hours_time {
  color: #343a40;
  font-weight: 700;
}
.footer_main_light .footer_social .social_icon {
  background-color: rgba(0, 0, 0, 0.05);
  color: #495057;
}
.footer_main_light .footer_social .social_icon:hover {
  color: #fff;
}
.footer_main_light .footer_bottom {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.footer_main_light .footer_bottom .footer_copyright,
.footer_main_light .footer_bottom .footer_credits {
  color: #6c757d;
}
.footer_main_light .footer_bottom .footer_copyright a,
.footer_main_light .footer_bottom .footer_credits a {
  color: #495057;
}
.footer_main_light .footer_bottom .footer_copyright a:hover,
.footer_main_light .footer_bottom .footer_credits a:hover {
  color: #333399;
}

.hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #333399 0%, rgb(12.5%, 12.5%, 37.5%) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero.hero_overlay::before {
  opacity: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero .hero_text {
    max-width: 100%;
  }
}
.hero .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_large {
  position: relative;
  min-height: 120vh;
  background: linear-gradient(135deg, #333399 0%, rgb(12.5%, 12.5%, 37.5%) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 2rem 0;
  overflow: hidden;
}
.hero_large::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_large.hero_overlay::before {
  opacity: 1;
}
.hero_large .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_large .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_large .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_large .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_large .hero_text {
    max-width: 100%;
  }
}
.hero_large .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_large .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_large .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_large .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_large .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_large .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_large .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_compact {
  position: relative;
  min-height: 80vh;
  background: linear-gradient(135deg, #333399 0%, rgb(12.5%, 12.5%, 37.5%) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  overflow: hidden;
}
.hero_compact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_compact.hero_overlay::before {
  opacity: 1;
}
.hero_compact .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_compact .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_compact .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_compact .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_compact .hero_text {
    max-width: 100%;
  }
}
.hero_compact .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_compact .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_compact .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_compact .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_compact .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_compact .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_compact .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_dark {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #343a40 0%, #000 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero_dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_dark.hero_overlay::before {
  opacity: 1;
}
.hero_dark .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_dark .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_dark .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_dark .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_dark .hero_text {
    max-width: 100%;
  }
}
.hero_dark .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_dark .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_dark .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_dark .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_dark .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_dark .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_dark .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_light {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #343a40;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero_light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_light.hero_overlay::before {
  opacity: 1;
}
.hero_light .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_light .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_light .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_light .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_light .hero_text {
    max-width: 100%;
  }
}
.hero_light .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_light .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_light .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_light .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_light .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_light .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_light .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_primary {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #333399 0%, rgb(10%, 10%, 30%) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero_primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_primary.hero_overlay::before {
  opacity: 1;
}
.hero_primary .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_primary .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_primary .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_primary .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_primary .hero_text {
    max-width: 100%;
  }
}
.hero_primary .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_primary .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_primary .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_primary .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_primary .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_primary .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_primary .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_secondary {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #BF1B28 0%, rgb(39.8560892247%, 5.6341068538%, 8.3468249685%) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero_secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_secondary.hero_overlay::before {
  opacity: 1;
}
.hero_secondary .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_secondary .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_secondary .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_secondary .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_secondary .hero_text {
    max-width: 100%;
  }
}
.hero_secondary .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_secondary .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_secondary .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_secondary .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_secondary .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_secondary .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_secondary .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.gallery {
  width: 100%;
}
.gallery .gallery_main {
  position: relative;
  margin-bottom: 0.5rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.3s ease;
}
.gallery .gallery_main:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.gallery .gallery_main img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.gallery .gallery_main:hover img {
  transform: scale(1.02);
}
.gallery .gallery_main::after {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(52, 58, 64, 0.7);
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.gallery .gallery_main:hover::after {
  opacity: 1;
}
.gallery .gallery_thumbs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(51, 51, 153, 0.3) transparent;
}
.gallery .gallery_thumbs::-webkit-scrollbar {
  height: 4px;
}
.gallery .gallery_thumbs::-webkit-scrollbar-track {
  background: rgba(222, 226, 230, 0.3);
  border-radius: 2px;
}
.gallery .gallery_thumbs::-webkit-scrollbar-thumb {
  background: rgba(51, 51, 153, 0.5);
  border-radius: 2px;
}
.gallery .gallery_thumbs::-webkit-scrollbar-thumb:hover {
  background: rgba(51, 51, 153, 0.7);
}
.gallery .gallery_thumbs .gallery_thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.25rem;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.gallery .gallery_thumbs .gallery_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery .gallery_thumbs .gallery_thumb:hover {
  border-color: rgba(51, 51, 153, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.gallery .gallery_thumbs .gallery_thumb.active {
  border-color: #333399;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 639.98px) {
  .gallery .gallery_thumbs {
    gap: 0.25rem;
  }
  .gallery .gallery_thumbs .gallery_thumb {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: -0.02) {
  .gallery .gallery_thumbs .gallery_thumb {
    width: 56px;
    height: 56px;
  }
}

.gallery_large {
  width: 100%;
}
.gallery_large .gallery_main {
  position: relative;
  margin-bottom: 0.75rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.3s ease;
}
.gallery_large .gallery_main:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.gallery_large .gallery_main img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.gallery_large .gallery_main:hover img {
  transform: scale(1.02);
}
.gallery_large .gallery_main::after {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(52, 58, 64, 0.7);
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.gallery_large .gallery_main:hover::after {
  opacity: 1;
}
.gallery_large .gallery_thumbs {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(51, 51, 153, 0.3) transparent;
}
.gallery_large .gallery_thumbs::-webkit-scrollbar {
  height: 4px;
}
.gallery_large .gallery_thumbs::-webkit-scrollbar-track {
  background: rgba(222, 226, 230, 0.3);
  border-radius: 2px;
}
.gallery_large .gallery_thumbs::-webkit-scrollbar-thumb {
  background: rgba(51, 51, 153, 0.5);
  border-radius: 2px;
}
.gallery_large .gallery_thumbs::-webkit-scrollbar-thumb:hover {
  background: rgba(51, 51, 153, 0.7);
}
.gallery_large .gallery_thumbs .gallery_thumb {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.25rem;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.gallery_large .gallery_thumbs .gallery_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery_large .gallery_thumbs .gallery_thumb:hover {
  border-color: rgba(51, 51, 153, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.gallery_large .gallery_thumbs .gallery_thumb.active {
  border-color: #333399;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 639.98px) {
  .gallery_large .gallery_thumbs {
    gap: 0.25rem;
  }
  .gallery_large .gallery_thumbs .gallery_thumb {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: -0.02) {
  .gallery_large .gallery_thumbs .gallery_thumb {
    width: 70px;
    height: 70px;
  }
}

.gallery_compact {
  width: 100%;
}
.gallery_compact .gallery_main {
  position: relative;
  margin-bottom: 0.25rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.3s ease;
}
.gallery_compact .gallery_main:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.gallery_compact .gallery_main img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.gallery_compact .gallery_main:hover img {
  transform: scale(1.02);
}
.gallery_compact .gallery_main::after {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(52, 58, 64, 0.7);
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.gallery_compact .gallery_main:hover::after {
  opacity: 1;
}
.gallery_compact .gallery_thumbs {
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(51, 51, 153, 0.3) transparent;
}
.gallery_compact .gallery_thumbs::-webkit-scrollbar {
  height: 4px;
}
.gallery_compact .gallery_thumbs::-webkit-scrollbar-track {
  background: rgba(222, 226, 230, 0.3);
  border-radius: 2px;
}
.gallery_compact .gallery_thumbs::-webkit-scrollbar-thumb {
  background: rgba(51, 51, 153, 0.5);
  border-radius: 2px;
}
.gallery_compact .gallery_thumbs::-webkit-scrollbar-thumb:hover {
  background: rgba(51, 51, 153, 0.7);
}
.gallery_compact .gallery_thumbs .gallery_thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.25rem;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.gallery_compact .gallery_thumbs .gallery_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery_compact .gallery_thumbs .gallery_thumb:hover {
  border-color: rgba(51, 51, 153, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.gallery_compact .gallery_thumbs .gallery_thumb.active {
  border-color: #333399;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 639.98px) {
  .gallery_compact .gallery_thumbs {
    gap: 0.25rem;
  }
  .gallery_compact .gallery_thumbs .gallery_thumb {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: -0.02) {
  .gallery_compact .gallery_thumbs .gallery_thumb {
    width: 42px;
    height: 42px;
  }
}

.top_info_bar, .top_info_bar_light, .top_info_bar_secondary, .top_info_bar_primary {
  background-color: #343a40;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.375rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top_info_bar .container, .top_info_bar_light .container, .top_info_bar_secondary .container, .top_info_bar_primary .container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.top_info_hours {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 640px) {
  .top_info_hours {
    gap: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: visible;
  }
}

.day_label,
.day_label_long,
.day_label_short {
  display: inline;
}

.day_label_short {
  display: none;
}

@media (max-width: 639.98px) {
  .day_label_long {
    display: none;
  }
  .day_label_short {
    display: inline;
  }
}
.top_info_day {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 0.25rem 0.5rem;
  border-left: 4px solid rgba(255, 255, 255, 0.2);
  flex: 1;
  min-width: 0;
  transition: all 0.2s ease;
}
@media (min-width: 640px) {
  .top_info_day {
    align-items: flex-start;
    text-align: left;
    padding: 0.25rem 0.75rem;
  }
}
.top_info_day .day_name {
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.125rem;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 640px) {
  .top_info_day .day_name {
    font-size: 0.6875rem;
    line-height: 1.3;
  }
}
.top_info_day .day_hours {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.7);
  white-space: normal;
  line-height: 1.1;
}
@media (min-width: 640px) {
  .top_info_day .day_hours {
    font-size: 0.6875rem;
    line-height: 1.3;
  }
}
.top_info_day.current_day {
  border-left-color: #BF1B28;
  background-color: rgba(191, 27, 40, 0.15);
}
.top_info_day.current_day .day_name {
  color: #fff;
  font-weight: 900;
}
.top_info_day.current_day .day_hours {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}
.top_info_day.closed .day_hours {
  color: rgba(255, 255, 255, 0.4);
}

.top_info_contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
}
@media (min-width: 640px) {
  .top_info_contact {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 1.5rem;
    font-size: 0.75rem;
  }
}
.top_info_contact .contact_item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  white-space: nowrap;
}
.top_info_contact .contact_item i {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}
.top_info_contact .contact_item a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}
.top_info_contact .contact_item a:hover {
  color: #fff;
  text-decoration: underline;
}
.top_info_contact .contact_item:first-child {
  flex-basis: 100%;
}
@media (min-width: 640px) {
  .top_info_contact .contact_item:first-child {
    flex-basis: auto;
  }
}

.top_info_bar_primary {
  background-color: #333399;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.top_info_bar_secondary {
  background-color: #BF1B28;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.top_info_bar_light {
  background-color: #e9ecef;
  color: #343a40;
  border-bottom-color: #dee2e6;
}
.top_info_bar_light .top_info_day {
  border-left-color: rgba(52, 58, 64, 0.2);
}
.top_info_bar_light .top_info_day .day_name {
  color: #343a40;
}
.top_info_bar_light .top_info_day .day_hours {
  color: #6c757d;
}
.top_info_bar_light .top_info_day.current_day {
  border-left-color: #BF1B28;
  background-color: rgba(191, 27, 40, 0.15);
}
.top_info_bar_light .top_info_day.current_day .day_name {
  color: #343a40;
  font-weight: 900;
}
.top_info_bar_light .top_info_day.current_day .day_hours {
  color: #1b1f2a;
  font-weight: 700;
}
.top_info_bar_light .top_info_day.closed .day_hours {
  color: #ced4da;
}
.top_info_bar_light .top_info_contact {
  color: #343a40;
}
.top_info_bar_light .top_info_contact .contact_item i {
  color: #6c757d;
}
.top_info_bar_light .top_info_contact .contact_item a {
  color: #343a40;
}
.top_info_bar_light .top_info_contact .contact_item a:hover {
  color: #333399;
}

/*
// Old inline code commented out - now in separate files
.vehicle_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: spacing(4);
  margin-bottom: spacing(6);

  @include media_up(medium) {
    grid-template-columns: repeat(2, 1fr);
    gap: spacing(5);
  }

  @include media_up(large) {
    grid-template-columns: repeat(3, 1fr);
    gap: spacing(6);
  }
}

// 4-column variant
.vehicle_grid_4 {
  @extend .vehicle_grid;

  @include media_up(xlarge) {
    grid-template-columns: repeat(4, 1fr);
  }
}

// Vehicle Card Component
.vehicle_card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: $white;
  border: 1px solid $border_color;
  @include border_radius($border_radius);
  @include box_shadow($box_shadow_sm);
  overflow: hidden;
  @include transition(all 0.3s ease);
  text-decoration: none;
  color: inherit;

  &:hover {
    @include box_shadow($box_shadow_lg);
    transform: translateY(-4px);
    text-decoration: none;
  }
}

// Vehicle Image Container
.vehicle_image {
  position: relative;
  width: 100%;
  padding-top: 66.67%; // 3:2 aspect ratio
  overflow: hidden;
  background-color: $gray_200;

  img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    @include transition(transform 0.5s ease);
  }

  // Image zoom on hover
  .vehicle_card:hover & img {
    transform: scale(1.1);
  }
}

// Status Badges (New Listing, Lower Price, SOLD badge)
.vehicle_badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba($black, 0.3);
  line-height: 1.2;
}

.vehicle_badge_new {
  background-color: #28a745;
  color: $white;
}

.vehicle_badge_lower_price {
  background-color: #dc3545;
  color: $white;
}

.vehicle_badge_sold_badge {
  background-color: #6c757d;
  color: $white;
}

// SOLD Overlay (diagonal text across image)
.vehicle_sold_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba($black, 0.4);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;

  &::before {
    content: 'SOLD';
    font-size: 4rem;
    font-weight: 900;
    color: rgba($white, 0.6);
    text-transform: uppercase;
    letter-spacing: 0px;
    transform: rotate(-15deg);
    text-shadow: 3px 3px 12px rgba($black, 0.6);
    line-height: 1;

    @include media_up(medium) {
      font-size: 5rem;
      letter-spacing: 0px;
    }
  }
}

// Vehicle Card Content
.vehicle_content {
  padding: spacing(4);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vehicle_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: $dark_color;
  margin-bottom: spacing(3);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  min-height: 2.6rem; // Hold space for 2 lines
}

// Listed date (optional)
.vehicle_listed {
  font-size: 0.875rem;
  color: $danger_color;
  font-weight: 600;
  margin-bottom: spacing(2);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

// Payment info (bi-weekly)
.vehicle_payment {
  min-height: 2.5rem; // Hold space even if empty
  margin-bottom: spacing(1);
  display: flex;
  flex-direction: column;
  gap: spacing(1);

  .payment_label {
    font-size: 0.75rem;
    color: $gray_600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
  }

  .payment_amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: $dark_color;
    line-height: 1;

    sup {
      font-size: 0.7em;
      top: -0.5em;
    }
  }
}

// Main price
.vehicle_price {
  margin-bottom: spacing(1);

  .price_amount {
    font-size: 2.25rem;
    font-weight: 700;
    color: $danger_color;
    line-height: 1;

    sup {
      font-size: 0.6em;
      top: -0.8em;
    }
  }
}

.vehicle_price_subtitle {
  font-size: 0.6875rem;
  color: $gray_600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: spacing(3);
}

// Vehicle details (stock, mileage)
.vehicle_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: spacing(3);
  border-top: 1px solid $gray_200;
  font-size: 0.8125rem;
  margin-top: auto; // Push to bottom of card
}

.vehicle_stock {
  color: $gray_600;

  strong {
    color: $danger_color;
    font-weight: 600;
  }
}

.vehicle_mileage {
  color: $gray_600;
  text-align: right;

  strong {
    color: $dark_color;
    font-weight: 700;
  }

  .mileage_unit {
    font-size: 0.75rem;
    color: $gray_500;
    font-weight: 400;
  }
}

// Dealer info (optional at bottom) - only shows if present
.vehicle_dealer {
  padding: spacing(2) spacing(4);
  background-color: $gray_900;
  color: $white;
  text-align: center;
  font-size: 0.8125rem;
  border-top: 1px solid $gray_300;

  .dealer_name {
    font-weight: 700;
    color: $white;
    display: block;
    margin-bottom: 0.125rem;
  }

  .dealer_location {
    color: rgba($white, 0.7);
    font-size: 0.75rem;
  }
}

// ===== VEHICLE HORIZONTAL CARD (Format #2) =====
// Landscape/horizontal layout with image on left, details on right
.vehicle_card_horizontal {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f4d03f; // Gold/yellow background
  border: 3px solid #f4d03f; // Gold/yellow border
  @include border_radius($border_radius_lg);
  @include box_shadow($box_shadow);
  @include transition(all 0.3s ease);
  text-decoration: none;
  color: inherit;
  margin-bottom: spacing(5);
  padding: 20px; // 20px padding on outer container

  &:hover {
    @include box_shadow($box_shadow_lg);
    transform: translateY(-2px);
    text-decoration: none;
  }
}

// Wrapper for horizontal layout
.vehicle_horizontal_content {
  display: flex;
  flex-direction: column;
  gap: spacing(4);

  @include media_up(large) {
    flex-direction: row;
    gap: spacing(5);
  }
}

// Vehicle Image Container
.vehicle_horizontal_image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: $white;
  flex-shrink: 0;
  border: 2px solid $gray_300;
  @include border_radius($border_radius);
  display: flex;
  align-items: center;
  justify-content: center;

  @include media_up(large) {
    width: 45%;
  }

  img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    @include transition(transform 0.5s ease);
  }

  // Image zoom on hover
  .vehicle_card_horizontal:hover & img {
    transform: scale(1.05);
  }
}

// Title at the very top (above image)
.vehicle_horizontal_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: $dark_color;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-bottom: spacing(2);

  @include media_up(medium) {
    font-size: 1.75rem;
  }
}

// Vehicle Details Container
.vehicle_horizontal_details {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

// Badge in top right (absolute positioned)
.vehicle_horizontal_badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba($black, 0.3);
  white-space: nowrap;
  z-index: 10;

  &.badge_new {
    background-color: #28a745;
    color: $white;
  }

  &.badge_lower_price {
    background-color: #dc3545;
    color: $white;
  }
}

// Pricing Section (payment left, price right)
.vehicle_horizontal_pricing {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: spacing(3);
  gap: spacing(4);
}

.vehicle_horizontal_payment {
  text-align: right;

  .payment_frequency {
    font-size: 0.875rem;
    color: $gray_700;
    font-weight: 500;
    margin-bottom: spacing(1);
  }

  .payment_value {
    font-size: 1.5rem;
    font-weight: 700;
    color: $dark_color;
    line-height: 1;

    sup {
      font-size: 0.7em;
    }
  }
}

.vehicle_horizontal_price {
  text-align: right;

  .price_value {
    font-size: 3rem;
    font-weight: 700;
    color: #dc3545;
    line-height: 1;
    margin-bottom: spacing(1);

    sup {
      font-size: 0.6em;
    }

    @include media_up(medium) {
      font-size: 3.25rem;
    }
  }

  .price_label {
    font-size: 0.75rem;
    color: $gray_600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
}

// Specifications Table Container
.vehicle_specs_container {
  background-color: $white;
  @include border_radius($border_radius);
  padding: spacing(2);
  margin-bottom: spacing(3);
}

// Specifications Table
.vehicle_specs_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;

  tr {
    &:nth-child(odd) {
      background-color: $white;
    }

    &:nth-child(even) {
      background-color: #e8e8e8;
    }
  }

  td {
    padding: spacing(1) spacing(2);
    border: none;
    vertical-align: middle;
    line-height: 1.3;

    &:first-child {
      font-weight: 600;
      color: $gray_700;
      white-space: nowrap;
      width: 20%;
      font-size: 0.6875rem;
    }

    &:nth-child(2) {
      color: $dark_color;
      font-weight: 500;
      width: 30%;
    }

    &:nth-child(3) {
      font-weight: 600;
      color: $gray_700;
      white-space: nowrap;
      width: 20%;
      font-size: 0.6875rem;
    }

    &:nth-child(4) {
      color: $dark_color;
      font-weight: 500;
      width: 30%;
    }
  }
}

// Features text
.vehicle_horizontal_features {
  font-size: 0.875rem;
  color: $dark_color;
  margin-bottom: spacing(3);
  padding: spacing(2) spacing(3);
  background-color: #e8e8e8;
  border-left: 4px solid $danger_color;
  line-height: 1.4;
  font-weight: 700;
  @include border_radius($border_radius);
}

// Action Buttons
.vehicle_horizontal_actions {
  display: flex;
  gap: spacing(3);
  margin-top: auto;
  flex-wrap: wrap;

  .btn {
    flex: 1;
    min-width: 180px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: spacing(2);
    padding: 0.625rem spacing(4);
    font-size: 0.875rem;
    line-height: 1.2;

    i {
      font-size: 1.125rem;
    }
  }
}

// Button specific styles for vehicle cards
.btn_vehicle_photos {
  background-color: #ff6b35;
  border-color: #ff6b35;
  color: $white;

  &:hover {
    background-color: color.adjust(#ff6b35, $lightness: -10%);
    border-color: color.adjust(#ff6b35, $lightness: -10%);
  }
}

.btn_vehicle_info {
  background-color: $dark_color;
  border-color: $dark_color;
  color: $white;

  &:hover {
    background-color: $black;
    border-color: $black;
  }
}
*/
.ei_tooltip {
  position: absolute;
  z-index: 10200;
  display: block;
  background: #333333;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  border-radius: 4px;
  pointer-events: none;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.ei_tooltip > .nub {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
  left: 10px;
  pointer-events: none;
}
.ei_tooltip.ei_tip_top > .nub {
  border-color: #333333 transparent transparent transparent;
  top: auto;
  bottom: -10px;
}

.my_sidebar {
  grid-column: span 12;
}
@media (min-width: 640px) {
  .my_sidebar {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .my_sidebar {
    grid-column: span 4;
  }
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .has-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .has-dropdown .has-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-content {
  padding: 20px 40px 60px 40px;
}

.page-wrapper {
  height: 100vh;
  padding-top: 60px;
}
.page-wrapper .sidebar-wrapper {
  left: -320px;
}
.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}
.page-wrapper .theme.blueRanger-theme {
  background: #1e2229;
}

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 320px;
  }
}
@media only screen and (max-width: 25.875em) {
  .page-wrapper .sidebar-wrapper {
    left: -320px !important;
  }
  .page-wrapper.toggled .sidebar-wrapper {
    left: -320px !important;
  }
  .page-wrapper.mobile-menu-open .sidebar-wrapper {
    left: 0px !important;
    z-index: 1000;
  }
  .page-wrapper .page-content {
    padding: 10px !important;
    width: 100%;
  }
  .page-wrapper.mobile-menu-open .page-content {
    padding: 10px !important;
  }
  .page-wrapper.mobile-menu-open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
}
@media only screen and (min-width: 25.9375em) and (max-width: 40em) {
  .page-wrapper .sidebar-wrapper {
    left: -320px !important;
  }
  .page-wrapper.toggled .sidebar-wrapper {
    left: -320px !important;
  }
  .page-wrapper.mobile-menu-open .sidebar-wrapper {
    left: 0px !important;
    z-index: 1000;
  }
  .page-wrapper .page-content {
    padding: 10px !important;
    width: 100%;
  }
  .page-wrapper.mobile-menu-open .page-content {
    padding: 10px !important;
  }
  .page-wrapper.mobile-menu-open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
}
@media only screen and (max-width: 25.875em) {
  .top_bar_lr {
    padding: 6px 6px 0px 0px !important;
  }
  .ai_menu_top {
    padding: 4px 0px 0px 6px !important;
  }
  .ai_logo_menu {
    margin: 0px 0px 0px -2px !important;
  }
}
@media only screen and (min-width: 25.9375em) and (max-width: 40em) {
  .top_bar_lr {
    padding: 6px 6px 0px 0px !important;
  }
  .ai_menu_top {
    padding: 4px 0px 0px 6px !important;
  }
  .ai_logo_menu {
    margin: 0px 0px 0px -2px !important;
  }
}
.top_bar_lr {
  position: fixed; /* Sticks the bar to the viewport */
  top: 0px;
  right: 0px;
  left: 0px;
  padding: 6px 20px 0px 0px;
  height: 52px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 0 #dadce0;
  z-index: 100; /* Ensures it appears above other content */
}

.sidebar_head_logo {
  width: 200px;
  margin: 0px 0px 0px 14px;
}

#show-sidebar {
  position: fixed;
  left: -50px; /* Start hidden */
  top: 0;
  border-radius: 0 8px 8px 0;
  width: 50px;
  height: 50px;
  background-color: #343a40;
  padding: 10px 10px 0 10px;
  z-index: 999;
  cursor: pointer;
  transition: transform 0.5s ease, left 0.5s ease; /* Smooth transition for sliding */
}
#show-sidebar.visible {
  transform: translateX(0px); /* Slide into view */
  left: 0; /* Adjust position to align with the viewport */
}
#show-sidebar:hover {
  background-color: rgb(11.4266396214%, 12.7450980392%, 14.0635564571%);
}

.fa-solid.fa-bars {
  font-size: 32px;
  font-weight: 900;
  color: #EBEBEB;
}

/*.page-wrapper.toggled #show-sidebar {
	left: -40px;
}
*/
.page-wrapper.toggled {
  /* Sidebar open state */
}
.page-wrapper.not-toggled {
  /* Sidebar closed state, if necessary */
}

.sidebar-wrapper {
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -320px;
  z-index: 999;
  background: #384859;
  display: flex;
  flex-direction: column;
  transform: translateX(0);
  transition: left 0.3s ease;
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper a {
  text-decoration: none;
  color: #EBEBEB;
}

.sidebar-content {
  flex: 1;
  overflow-y: auto;
  position: relative;
  padding-bottom: 150px;
}
.sidebar-content.desktop {
  overflow-y: auto;
}

.sidebar-wrapper .sidebar-brand {
  padding: 10px 12px 6px 4px;
  display: flex;
  align-items: center;
  background-color: #222222;
}
.sidebar-wrapper .sidebar-brand > a {
  font-weight: bold;
  flex-grow: 1;
  color: #EBEBEB;
}
.sidebar-wrapper .sidebar-brand > a:hover {
  color: #FFFF6B;
}
.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
  color: #EBEBEB;
  width: 40px;
  height: 48px;
  text-align: center;
  margin: 0px -12px 0px 21px;
  padding: 9px 0px 0px 0px;
  float: right;
}
.sidebar-wrapper .sidebar-brand #close-sidebar:hover {
  color: #FFFF6B;
}

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
  border-top: 1px solid #464a52;
  box-shadow: 0px -1px 5px #282c33;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
  color: #6c7b88;
}
.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
  color: #EBEBEB;
}
.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  background: #222222;
  color: #EBEBEB;
}
.sidebar-wrapper .sidebar-menu ul li a:hover {
  color: #FFFF6B;
}
.sidebar-wrapper .sidebar-menu ul li a:hover i {
  color: #16c7ff;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu .has-dropdown > a:after {
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
  color: #EBEBEB;
}
.sidebar-wrapper .sidebar-menu .has-dropdown.active > a {
  color: #FFFF6B;
}
.sidebar-wrapper .sidebar-menu .has-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
  color: #FFFF6B;
}
.sidebar-wrapper .sidebar-menu .has-dropdown.active > a i {
  color: #EBEBEB;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}
.sidebar-wrapper .sidebar-menu .has-dropdown .has-submenu {
  display: none;
  background: rgba(0, 0, 0, 0.2);
}
.sidebar-wrapper .sidebar-menu .has-dropdown .has-submenu ul {
  padding: 5px 0;
}
.sidebar-wrapper .sidebar-menu .has-dropdown .has-submenu li.submenu_no_access_note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 15px 8px 25px;
  color: #EBEBEB;
  font-size: 12px;
  line-height: 1.4;
  cursor: default;
}
.sidebar-wrapper .sidebar-menu .has-dropdown .has-submenu li.submenu_no_access_note i {
  margin-top: 2px;
  font-size: 11px;
  color: #EBEBEB;
}
.sidebar-wrapper .sidebar-menu .has-dropdown .has-submenu li {
  padding-left: 25px;
  font-size: 13px;
}
.sidebar-wrapper .sidebar-menu .has-dropdown .has-submenu li a {
  color: #EBEBEB;
  transition: all 0.3s ease;
  border-radius: 10px 0px 0px 10px;
}
.sidebar-wrapper .sidebar-menu .has-dropdown .has-submenu li a:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f111";
  font-weight: 900;
  font-style: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  font-size: 8px;
  color: #EBEBEB;
}
.sidebar-wrapper .sidebar-menu .has-dropdown .has-submenu li a:hover {
  color: #FFFF6B;
  background-color: #1A222A;
}
.sidebar-wrapper .sidebar-menu .has-dropdown .has-submenu li a:hover:before {
  color: #16c7ff;
}

.sidebar-wrapper .sidebar-footer {
  position: fixed;
  bottom: 0;
  width: 280px;
  background: #222222;
  box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #464a52;
  z-index: 2;
  height: auto;
}
.sidebar-wrapper .sidebar-footer .user_info_container {
  padding: 10px 0px 0px 0px;
  margin-top: 45px;
}
.sidebar-wrapper .sidebar-footer .user_info_container .user-pic {
  float: left;
  width: 80px;
  border-radius: 50px;
  margin: 0px 0px 20px 8px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-footer .user_info_container .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.sidebar-wrapper .sidebar-footer .user_info_container .user-info {
  float: left;
  margin-top: 4px;
  color: #EBEBEB;
}
.sidebar-wrapper .sidebar-footer .user_info_container .user-info > span {
  display: block;
}
.sidebar-wrapper .sidebar-footer .user_info_container .user-info .user-role {
  font-size: 12px;
}
.sidebar-wrapper .sidebar-footer .user_info_container .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}
.sidebar-wrapper .sidebar-footer .user_info_container .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}
.sidebar-wrapper .sidebar-footer .badge_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  background-color: #384859;
  padding: 8px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-evenly;
}

.user_icon_stack {
  float: left;
  margin: 0px 0px 0px -8px;
}

.user_foot_icon {
  font-size: 1.5rem;
  color: #EBEBEB;
}
.user_foot_icon:hover {
  color: #FFFF6B;
}

.NewMenuBubble {
  border-radius: 4px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: bold;
  padding: 2px;
  color: #222222;
  background-color: #FCFED4;
}

::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #606060;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(27.6470588235%, 27.6470588235%, 27.6470588235%);
}
::-webkit-scrollbar-thumb:active {
  background: rgb(22.6470588235%, 22.6470588235%, 22.6470588235%);
}
::-webkit-scrollbar-track {
  background: #C7C7C7;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: rgb(73.0392156863%, 73.0392156863%, 73.0392156863%);
}
::-webkit-scrollbar-track:active {
  background: rgb(68.0392156863%, 68.0392156863%, 68.0392156863%);
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.blueRanger-theme .sidebar-wrapper {
  background: #384859;
}

.foot_bar_dashb {
  height: 24px !important;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #B6B6B6;
  background-color: #EBEBEB;
  border-top: 1px #B6B6B6 solid;
}

.custom-nav-menu,
.custom-nav-dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-nav-menu--right {
  float: right;
}

.custom-nav-menu__item {
  position: relative;
  display: inline-block;
}
.custom-nav-menu__item--dropdown:hover > .custom-nav-dropdown, .custom-nav-menu__item--dropdown.is-active > .custom-nav-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

.custom-nav-menu__button {
  color: #384859;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 0rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: none;
}
.custom-nav-menu__button:hover {
  background-color: #f5f5f5;
  color: #007531;
}

.custom-nav-menu__icon {
  margin: 8px -10px 0px 0px;
}

.custom-nav-menu__arrow {
  font-size: 0.8rem;
  margin-left: 0.3rem;
}

.custom-nav-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  margin-top: 3px;
  padding: 0.5rem 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease-in-out;
}
.custom-nav-dropdown:hover, .is-active > .custom-nav-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

.custom-nav-dropdown__item {
  position: relative;
  display: block;
  width: 100%;
}
.custom-nav-dropdown__item--nested:hover > .custom-nav-dropdown, .custom-nav-dropdown__item--nested.is-active > .custom-nav-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}
.custom-nav-dropdown__item--active > .custom-nav-dropdown__link {
  font-weight: bold;
}

.custom-nav-dropdown--nested {
  top: -0.5rem;
  right: 100%;
  margin-top: 0;
  margin-right: 1px;
}

.custom-nav-dropdown__link {
  display: block;
  padding: 0.7rem 1rem;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}
.custom-nav-dropdown__link:hover {
  background: #f5f5f5;
}
.custom-nav-dropdown__link--selected {
  background-color: #f8f8f8;
}
.custom-nav-dropdown__link--disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}

.custom-nav-dropdown__divider {
  height: 1px;
  background: #e5e5e5;
  margin: 0.5rem 0;
}

@media only screen and (max-width: 25.875em) {
  .custom-nav-menu__button {
    padding: 0 !important;
  }
  .custom-nav-menu__item--dropdown {
    position: static;
  }
  .custom-nav-dropdown {
    width: 100%;
    position: absolute;
    left: 0;
    right: auto;
  }
  .custom-nav-dropdown--nested {
    top: 0;
    left: 0;
    right: auto;
    position: fixed;
    height: 100vh;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 25.9375em) and (max-width: 40em) {
  .custom-nav-menu__button {
    padding: 0 !important;
  }
}
.dashb_head_icon_container_large {
  float: right;
  margin: 0px 0px 0px 0px;
  display: inline-block;
}

.dashb_head_icon {
  float: right;
  padding: 8px 8px 8px 8px;
  color: #384859;
  font-size: 1.5rem;
}
.dashb_head_icon:HOVER {
  color: #007531;
  background-color: #EBEBEB;
}

.dashb_icon_light {
  float: right;
  margin: 12px 6px 0px 14px;
  color: #384859;
  font-size: 1.5rem;
}

.dashb_head_icon.message-head {
  font-size: 2.1rem;
  margin: -2px 0px 0px 8px;
}
.dashb_head_icon.message-head:HOVER {
  color: #007531;
}

@media only screen and (max-width: 25.875em) {
  .dashb_head_icon {
    padding: 10px 4px 8px 4px !important;
  }
  .dashb_icon_light {
    margin: 6px 6px 0px 6px !important;
    font-size: 1.75rem !important;
  }
}
@media only screen and (min-width: 25.9375em) and (max-width: 40em) {
  .dashb_head_icon {
    padding: 10px 4px 8px 4px !important;
  }
  .dashb_icon_light {
    margin: 6px 6px 0px 6px !important;
    font-size: 1.75rem !important;
  }
}
.item_type_head_icon {
  float: left;
  margin: 4px 8px 0px 0px;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.dashboard_main_heading_container {
  margin: 0px 10px 0px 70px;
  white-space: nowrap;
  overflow: hidden;
}

.page-wrapper.toggled .dashboard_main_heading_container {
  margin-left: 300px;
}

.large_heading {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #222222;
  font-size: 2.25rem;
  letter-spacing: -0.05em;
  font-weight: 700;
  line-height: 2.25rem;
  display: inline-block;
}

.large_heading_secondary {
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  font-weight: 700;
  line-height: 1.5rem;
  color: #A5A5A5;
  display: inline-block;
  margin: 0px 0px 10px 10px;
}

.dynamic_page_subheading {
  display: inline;
  font-size: 1.25rem;
  font-weight: bold;
  color: rgb(43.7058823529%, 43.7058823529%, 43.7058823529%);
}

.dashboard_multi_dealer_name {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #A5A5A5;
  letter-spacing: -0.01em;
  margin: 0px 0px 0px 10px;
  vertical-align: baseline;
}

.admin_dashboard_dealer_name {
  font-size: 2rem;
  font-weight: 700;
  color: #A5A5A5;
  letter-spacing: -0.01em;
  float: right;
  margin: -2px 15px 0px 0px;
}

.main_page_container {
  min-height: 650px;
}

.foot_bar_text {
  display: block;
  text-align: center;
  font-size: 0.625rem;
  line-height: 24px;
  color: #B6B6B6;
  padding: 0px 90px 0px 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.foot_bar_dashb .lr_phase_badge {
  float: right;
  font-size: 0.625rem;
  line-height: 1;
  padding: 0.2rem 0.4rem;
  margin: 3px 8px 0px 0px;
}

@media only screen and (max-width: 40em) {
  .dashboard_main_heading_container {
    display: none;
  }
  .dashb_icon_light {
    display: none;
  }
  .page-content,
  main.lr_page_body {
    overflow-x: clip;
  }
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CCCCCC;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #CCCCCC;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #CCCCCC;
}

:-moz-placeholder { /* Firefox 18- */
  color: #CCCCCC;
}

:placeholder-shown { /* Standard one last! */
  color: #CCCCCC;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  20%, 60% {
    transform: translateX(-15px); /* Large move left */
  }
  40%, 80% {
    transform: translateX(15px); /* Large move right */
  }
}
.shake {
  animation: shake 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
  transform-origin: center;
}

.form_separator {
  border-top: 2px #BF1B28 solid;
  margin: 20px 0px 30px 0px;
}

.form_section_heading {
  background-color: rgb(9.5%, 9.5%, 28.5%);
  font-size: 1.25rem;
  font-weight: 700;
  padding: 15px 20px 15px 20px;
  margin: 20px 0px 20px 0px;
  color: #fffec3;
  border-radius: 10px;
}

.form_large_heading {
  float: left;
  color: #333399;
  font-size: 2.25rem;
  letter-spacing: -0.05em;
  font-weight: 700;
  line-height: 2.25rem;
  white-space: nowrap;
  margin: 0px 0px 10px 0px;
}

.form_large_heading.with_radio {
  margin: 24px 0px 10px 0px;
}

.form_section_container {
  padding: 20px !important;
  border: #999999 2px solid;
  border-radius: 5px;
}

.form_terms {
  font-size: 0.625rem;
  line-height: 0.6875rem;
}

.dollar_input_icon {
  background-color: #FFCCFF;
  position: relative;
  left: 8px;
  bottom: -28px;
  width: 12px;
  height: 0px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333399;
}

.dollar_input_icon.dollar_no_label {
  bottom: -7px;
}

.dollar_input_icon_large {
  position: relative;
  left: 8px;
  bottom: -16px;
  width: 12px;
  height: 0px;
  font-size: 2rem;
  font-weight: 700;
  color: #333399;
}

.math_input_icon_large {
  position: relative;
  left: -18px;
  bottom: -18px;
  width: 12px;
  height: 0px;
  font-size: 2rem;
  font-weight: 700;
}

input.dollar_input {
  padding-left: 20px;
}

.dollar_input_icon.qualiflyer_icon {
  bottom: -34px;
  color: #333399;
}

.calc_icon {
  position: relative;
  right: -160px;
  top: 20px;
  width: 12px;
  height: 0px;
  font-size: 2rem;
  font-weight: 700;
  color: #3D3D3D;
}

.counter {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0px 20px 0px 0px;
  font-size: 1rem;
  font-weight: bold;
  color: #ccc;
}

.percent_input_icon {
  background-color: #FFCCFF;
  position: relative;
  left: 70px;
  bottom: -28px;
  width: 12px;
  height: 0px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333399;
}

.percent_input_icon.qualiflyer_icon {
  bottom: -34px;
  left: 65px;
  color: #333399;
  width: 200px;
}

.side_button {
  float: left;
}

input.uber_form_textbox, select.uber_form_dropdown {
  font-size: 1.25rem;
  font-weight: 700;
  height: 2.75rem;
  color: #3D3D3D;
}

select.uber_form_dropdown.side_selector {
  float: left;
  margin: 12px 0px 0px 0px;
  border-radius: 0px 12px 12px 0px;
}

textarea.uber_form_textarea {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3D3D3D;
  min-height: 200px;
}

textarea.uber_form_textarea.medium_textarea {
  min-height: 88px;
}

textarea.uber_form_textarea.small_textarea {
  min-height: 68px;
}

.lrSmsEmbedSection {
  margin-top: 10px;
}
.lrSmsEmbedSection .small_text {
  font-size: 1.25rem;
}
.lrSmsEmbedSection .ultra_small_text {
  font-size: 0.875rem;
  color: #777;
}
.lrSmsEmbedSection .lrSmsEmbedMeta {
  margin: 0px 0px 12px 0px;
}
.lrSmsEmbedSection .lrSmsEmbedActionsRow {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px 0px 10px 0px;
}
.lrSmsEmbedSection .lrSmsEmbedTable {
  width: 100%;
  border-collapse: collapse;
  margin: 0px;
}
.lrSmsEmbedSection .lrSmsEmbedTable th {
  font-size: 1.25rem;
}
.lrSmsEmbedSection .lrSmsEmbedTable td {
  font-size: 0.875rem;
  vertical-align: top;
}
.lrSmsEmbedSection .lrSmsEmbedColExpiry {
  width: 90px;
}
.lrSmsEmbedSection .lrSmsEmbedColActions {
  width: 130px;
}
.lrSmsEmbedSection .lrSmsEmbedLoading {
  color: #777;
}
.lrSmsEmbedSection .lrSmsEmbedAdmin {
  margin: 0px 0px 12px 0px;
}
.lrSmsEmbedSection .lrSmsAdminHeaderRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.lrSmsEmbedSection .lrSmsAdminHeaderLeft {
  flex: 1 1 auto;
  min-width: 320px;
}
.lrSmsEmbedSection .lrSmsAdminTitle {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 0px 0px 0px 0px;
}
.lrSmsEmbedSection .lrSmsAdminHelp {
  margin: 0px 0px 10px 0px;
}
.lrSmsEmbedSection .lrSmsAdminHeaderRight {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}
.lrSmsEmbedSection .lrSmsAdminTokenRow {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}
.lrSmsEmbedSection .lrSmsAdminTokenInput {
  width: 100%;
}
.lrSmsEmbedSection .lrSmsAdminStatusRow {
  margin-top: 6px;
}
.lrSmsEmbedSection .lrSmsSecretResults {
  margin-top: 10px;
}
.lrSmsEmbedSection .lrSmsAdminTextarea {
  width: 100%;
  min-height: 55px;
  font-size: 0.875rem;
}
.lrSmsEmbedSection .lrSmsAdminWarn {
  margin-top: 8px;
  color: #B00020;
}
.lrSmsEmbedSection .lrSmsIconButton {
  min-width: 40px;
  text-align: center;
}

.lrSmsEmbedModalTitle {
  margin-bottom: 10px;
}

.lrSmsEmbedTextarea {
  width: 100%;
  min-height: 90px;
}

.lrSmsEmbedTextareaSmall {
  width: 100%;
  min-height: 55px;
  height: auto;
  overflow: hidden;
  resize: none;
  padding: 10px 12px 18px 12px;
}

.lrSmsModalCopyRow {
  display: flex;
  gap: 10px;
  align-items: center;
}

.lrSmsEmbedModalActions {
  margin-top: 14px;
}
.lrSmsEmbedModalActions #lrSmsEmbedModalStatus {
  margin-left: 10px;
  color: #777;
}

.radio_button_bar_small {
  float: left;
  margin: 0px 20px 0px 0px;
}

input.small_form_textbox, select.small_form_dropdown {
  font-size: 0.875rem;
  font-weight: 700;
  height: 2rem;
  color: #3D3D3D;
}

textarea.small_form_textarea {
  font-size: 0.875rem;
  font-weight: 700;
  color: #3D3D3D;
  min-height: 60px;
}

input.tiny_form_textbox, select.tiny_form_dropdown {
  font-size: 0.875rem;
  font-weight: 700;
  height: 2rem;
  color: #3D3D3D;
  margin: 0px 0px 0px 0px;
}

select.tiny_form_dropdown_colour {
  font-size: 0.875rem;
  font-weight: 700;
  height: 2rem;
  color: #3D3D3D;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  width: 40%;
}

textarea.tiny_form_textarea {
  font-size: 0.875rem;
  font-weight: 700;
  color: #3D3D3D;
  min-height: 60px;
  margin: 0px 0px 0px 0px;
}

td.tiny_td {
  padding: 0px 0px 0px 0px;
}

input.tiny_form_textbox.vin_textbox {
  margin: -6px 0px 0px 0px;
}

.button.add_item_tiny_go {
  font-size: 0.75rem;
  font-weight: bold;
  float: right;
  margin: 7px 10px 0px 0px;
  padding: 3px 6px 3px 6px;
}

.button.add_item_tiny_reset {
  font-size: 0.75rem;
  font-weight: bold;
  float: left;
  background-color: #f08a24;
  margin: 7px 0px 0px 4px;
  padding: 3px 6px 3px 6px;
}

.button.test_vin_tiny {
  font-size: 0.625rem;
  font-weight: bold;
  float: left;
  margin: 7px 4px 0px 20px;
  padding: 3px 6px 3px 6px;
  clear: both;
  clear: both;
}

.uber_form_prefix {
  font-size: 1.25rem;
  height: 2.75rem;
  padding: 0px 50px 0px 5px;
}

span.postfix.uber_form_postfix_button {
  height: 2.75rem;
  background: none;
  border: none;
}

.postfix_button {
  margin: 3px 0px 0px 0px;
}

.textbox_label {
  text-align: left;
  font-weight: 700;
  margin: 0px 8px 0px 0px !important;
}

.textbox_label_right {
  text-align: right;
  font-weight: 700;
  margin: 0px 14px -2px 0px;
}

.textbox_label_below {
  text-align: left;
  font-weight: 700;
  margin: -14px 8px 0px 0px !important;
}

.textbox_label_explainer {
  float: left;
  margin: -16px 0px 0px 0px;
  font-size: 0.625rem;
  font-weight: normal;
  color: #007531;
}

.form_checkbox {
  float: left;
}

.form_acknowledge_text {
  float: left;
  font-size: 0.875rem;
  position: absolute;
  margin: -5px 0px 10px 20px;
  width: auto;
}

.form_acknowledge_sub_text {
  clear: left;
  font-size: 0.625rem;
}

.trade_in_container {
  padding-left: 40px;
  margin-bottom: 15px;
}

input.textbox_invisible:read-only {
  font-size: 2.5rem;
  font-weight: 700;
  height: 2.75rem;
  color: #007531;
  background-color: #FFFFFF;
  border: none;
  box-shadow: none;
}

input.textbox_invisible_right:read-only {
  font-size: 2.5rem;
  font-weight: 700;
  height: 2.75rem;
  color: #007531;
  background-color: #FFFFFF;
  border: none;
  box-shadow: none;
  text-align: right;
}

input.new_format_currency:read-only {
  font-size: 2.5rem;
  font-weight: 700;
  height: 2.75rem;
  color: #007531;
  background-color: #FFFFFF;
  border: none;
  box-shadow: none;
  text-align: right;
}

.form_social_icon {
  float: left;
  margin: 0px 10px 0px 0px;
}

.social_media_heading {
  font-weight: bold;
  margin: 20px 0px 0px 0px;
}

.button.extra_tiny {
  font-size: 0.75rem;
  font-weight: bold;
  margin: 14px 5px 0px 10px;
  padding: 3px 6px 3px 6px;
  background-color: #f08a24;
}

/* Canadian Postal Code Formatter Styles */
.postal-code-error {
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.5) !important;
  transition: all 0.3s ease;
}

.postal-code-error-msg {
  animation: fadeIn 0.3s ease-in;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.2;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Optional: Style for valid postal codes */
.postal-code-valid {
  background-color: #e8f5e8 !important;
  border-color: #28a745 !important;
}

/* Optional: Placeholder styling */
input[data-postal-code=true]::placeholder,
.postal-code::placeholder {
  color: #999;
  font-style: italic;
}

input[type=checkbox] + label, input[type=radio] + label {
  margin-right: 0rem;
}

.radio_toolbar_tiny input[type=radio] {
  display: none;
}

.radio_toolbar_tiny label {
  text-align: center;
  display: inline-block;
  background-color: #17a2b8;
  margin: 0px 0px 0px 0px !important;
  padding: 4px 0px 3px 0px;
  font-size: 1.25rem;
}

.radio_toolbar_tiny input[type=radio]:checked + label {
  color: #f5f5f5;
  font-weight: bold;
  background-color: #333399;
  border-radius: 12px;
  padding: 8px 0px 6px 0px;
}

.radio_toolbar input[type=radio] {
  display: none;
}

.radio_toolbar label {
  color: #636363;
  text-align: center;
  display: inline-block;
  background-color: #A0D3E8;
  margin: 0px 0px 5px 0px !important;
  padding: 4px 15px 3px 15px;
  font-size: 1.25rem;
}

.radio_toolbar input[type=radio]:checked + label {
  color: #f5f5f5;
  font-weight: bold;
  background-color: #007531;
  border-radius: 12px;
}

.radio_toolbar_small input[type=radio] {
  display: none;
}

.radio_toolbar_small label {
  color: #636363;
  text-align: center;
  display: inline-block;
  margin: 0px 0px 5px 0px !important;
  padding: 5px 10px 5px 10px;
  background-color: #A0D3E8;
  border-radius: 12px;
}

.radio_toolbar_small input[type=radio]:checked + label {
  color: #f5f5f5;
  font-weight: bold;
  background-color: #007531;
  border-radius: 12px;
}

.radio_toolbar_large input[type=radio] {
  display: none;
}

.radio_toolbar_large label {
  color: #636363;
  text-align: center;
  display: inline-block;
  margin: 0px 0px 5px 0px !important;
  padding: 5px 15px 5px 15px;
  background-color: #A0D3E8;
  font-size: 1.275rem;
  border-radius: 12px;
}

.radio_toolbar_large input[type=radio]:checked + label {
  color: #f5f5f5;
  font-weight: bold;
  background-color: #007531;
  border-radius: 12px;
}

.radio_toolbar_large_row {
  margin: 0px 0px 0px 0px;
}

.radio_toolbar_large_side_label {
  float: left;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2rem;
  margin: 3px 0px 20px 10px;
  overflow: hidden;
  white-space: nowrap;
}

.trade_inspection_panel {
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 12px;
}

.trade_inspection_panel_inactive {
  padding: 10px;
  background-color: #F7F7F7;
  border-radius: 12px;
}

.form-button-radio {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 0.75rem;
  vertical-align: middle;
}
.form-button-radio__option {
  cursor: pointer;
  display: inline-flex;
  margin: 0;
  position: relative;
}
.form-button-radio__option + .form-button-radio__option {
  margin-left: 0.2rem;
}
.form-button-radio__option input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.form-button-radio__button {
  background: #b9e1f2;
  border: 0;
  border-radius: 0;
  color: #5a5a5a;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  min-width: 3.15rem;
  padding: 0.55rem 0.85rem;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.12s ease, color 0.12s ease, box-shadow 0.12s ease;
  user-select: none;
}
.form-button-radio__option:first-child .form-button-radio__button {
  border-bottom-left-radius: 0.55rem;
  border-top-left-radius: 0.55rem;
}
.form-button-radio__option:nth-last-of-type(1) .form-button-radio__button {
  border-bottom-right-radius: 0.55rem;
  border-top-right-radius: 0.55rem;
}
.form-button-radio__option input[type=radio]:checked + .form-button-radio__button, .form-button-radio__option.is-active .form-button-radio__button {
  background: #008a3d;
  color: #fff;
}
.form-button-radio__option input[type=radio]:focus + .form-button-radio__button, .form-button-radio__option input[type=radio]:focus-visible + .form-button-radio__button {
  box-shadow: 0 0 0 0.18rem rgba(0, 140, 186, 0.45);
  outline: 0;
  position: relative;
  z-index: 1;
}
.form-button-radio__option input[type=radio]:disabled + .form-button-radio__button {
  background: #e7e7e7;
  color: #999;
  cursor: not-allowed;
  opacity: 0.8;
}
.form-button-radio__label {
  color: inherit;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 0.65rem;
}
.form-button-radio--stacked {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.form-button-radio--stacked .form-button-radio__label {
  margin-left: 0;
}
.form-button-radio--full {
  display: flex;
}
.form-button-radio--full .form-button-radio__option,
.form-button-radio--full .form-button-radio__button {
  flex: 1 1 auto;
}
.form-button-radio--small .form-button-radio__button {
  font-size: 0.75rem;
  min-width: 2.65rem;
  padding: 0.42rem 0.65rem;
}
.form-button-radio--small .form-button-radio__label {
  font-size: 0.8rem;
}

.form-button-radio-list {
  display: grid;
  gap: 0.55rem;
}
.form-button-radio-list .form-button-radio {
  margin-bottom: 0;
}

.photo_placeholder {
  width: 100%;
  padding-bottom: 75%;
  background: #e9ecef;
}

.invoice_buttons {
  margin: 31px 0px 0px 0px;
}

.form_button_group {
  float: right;
  text-align: right;
  margin: 30px 0px 0px 0px;
}

.form_button_group.bill_of_sale {
  margin: 20px 0px 0px 0px;
}

.recalculate_button {
  float: right;
  text-align: right;
  margin: 18px 40px 0px 0px;
  background-color: #007531;
}

#financing_tbl {
  width: 100%;
}

.financing_table {
  width: 100%;
}

.financing_button {
  margin: -20px 0px 40px 0px;
}

.blockGrid_form_row_selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blockGrid_form_row_selector > li {
  display: block;
  height: auto;
  float: none;
  padding: 0;
}

.blockGrid_form_selector_container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blockGrid_form_selector_container > li {
  display: block;
  height: auto;
  float: none;
  padding: 0;
}

.blockGrid_form_selector_label {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blockGrid_form_selector_label > li {
  display: block;
  height: auto;
  float: none;
  padding: 0;
}

.blockGrid_form_row_button {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blockGrid_form_row_button > li {
  display: block;
  height: auto;
  float: none;
  padding: 0;
}

.form_row_container {
  width: 100%;
  border: 1px solid #bf1b28;
  margin: 0px 0px 20px 0px;
  padding: 0px 10px 0px 10px;
  background-color: #ebebeb;
}

.form_row_display_selector_button {
  width: 100%;
}

.form_selector_container {
  width: 100%;
  border: 1px solid #bf1b28;
  margin: 0px 0px 20px 0px;
  padding: 10px;
  background-color: #ffffff;
}

.form_selector_label {
  font-size: 0.75rem;
  font-weight: bold;
  border: 1px solid #bf1b28;
  padding: 0px 0px 0px 5px;
  color: #ffffff;
  background-color: #bf1b28;
}

label.form_setup_radio_button_label {
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 0.75rem;
  padding: 8px 0px 6px 0px;
  border-radius: 12px;
}

.email_head_container {
  padding: 0px 0px 20px 0px;
  overflow: visible;
}

.email_from_to_cc_container {
  padding: 0;
  margin: 0;
}

.email_from_to_cc_row {
  clear: both;
  padding: 0;
  margin: 0;
}

select.email_from_panel {
  clear: both;
  float: left;
  font-size: 0.75rem;
  padding: 0px 20px 0px 20px;
  margin: 0px 0px 10px 0px;
  border: #B3B0AD 1px solid;
  border-radius: 8px;
  height: 30px;
  background-color: #FFFFFF;
}

.email_from_to_cc_panel {
  clear: both;
  float: left;
  text-align: center;
  font-size: 0.75rem;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 10px 0px;
  border: #B3B0AD 1px solid;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.email_from_to_cc_panel.docurocket_panel {
  border: none;
}
.email_from_to_cc_panel.docurocket_heading {
  font-weight: bold;
  font-size: 22px;
  margin: 3px 0px 0px 0px;
  border: none;
}
.email_from_to_cc_panel.docurocket_panel--role-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background-color: #eef3fb;
  border: 1px solid #c8d6ec;
  border-radius: 999px;
  color: #2a4365;
  font-weight: 600;
  font-size: 0.8125rem;
  text-align: left;
  cursor: default;
}
.email_from_to_cc_panel.docurocket_panel--role-chip .docurocket_panel__lock {
  font-size: 12px;
  color: #6b7d99;
}
.email_from_to_cc_panel.docurocket_panel--role-chip .docurocket_panel__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.docurocket-missing-banner {
  background-color: #fff8e6;
  border-left: 4px solid #f0ad4e;
  padding: 10px 14px;
  margin: 0 0 12px 0;
  border-radius: 4px;
  color: #5a4500;
}
.docurocket-missing-banner__heading {
  font-weight: 700;
  margin-bottom: 4px;
}
.docurocket-missing-banner__heading i {
  color: #f0ad4e;
  margin-right: 6px;
}
.docurocket-missing-banner__body {
  font-size: 0.875rem;
  line-height: 1.4;
}

.email_send_button.email_send_button--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(0.4);
}
.email_send_button.email_send_button--disabled:hover {
  opacity: 0.5;
}

.email_subject_panel {
  clear: both;
  float: left;
  text-align: center;
  font-size: 0.75rem;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 10px 0px;
  background-color: #FFFFFF;
}

.email-header-title .message_send_icon {
  font-size: 2rem;
}

.docurocket_email_send_heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #A5A5A5;
  margin: 5px 0px 0px 0px;
}

#EmailDocument {
  border-radius: 8px;
  box-sizing: border-box;
}

.email_address_row {
  padding: 2px 0px 6px 10px;
  margin: 0px 0px 0px 10px;
  border-bottom: #B3B0AD 1px solid;
  font-size: 0.875rem;
  font-weight: 700;
}
.email_address_row.docurocket_heading {
  font-weight: bold;
  font-size: 22px;
  margin: 7px 0px 0px 10px;
}

.email_subject_row {
  padding: 2px 0px 6px 10px;
  font-size: 0.875rem;
  font-weight: 700;
}

input.email_address_textbox {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  height: 24px;
  font-size: 0.875rem;
  font-weight: 700;
}

.email_send_button {
  float: left;
  text-align: center;
  font-size: 0.75rem;
  padding: 8px 10px;
  margin: 0px 0px 10px 0px;
  border: #B3B0AD 1px solid !important;
  min-height: 75px;
  min-width: 80px;
  width: auto !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.email_send_button:HOVER {
  background-color: #EBEBEB;
}

.email_send_icon {
  position: relative;
  margin: 2px 0px 8px 0px;
}

.email_tool_icon {
  float: right;
  margin: 8px 0px 0px 0px;
}

.icon_edit_signature {
  float: left;
  margin: 10px 0px 0px 20px;
}

.email_tools_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 10px 0;
}

.email_header_tool_icon {
  font-size: 1.75rem;
  color: #007531;
  cursor: pointer;
  transition: color 0.2s ease;
}
.email_header_tool_icon:hover {
  color: #005522;
}
.email_header_tool_icon.email_tool_disabled {
  color: #999;
  cursor: not-allowed;
  opacity: 0.5;
}
.email_header_tool_icon.email_tool_disabled:hover {
  color: #999;
}

.email_header_ai_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.email_header_ai_button:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.4);
}
.email_header_ai_button .ai_logo_header {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.file_attachment_container_header {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 200px;
}

.sending_attachment_row {
  display: none;
  width: 100%;
  min-height: 0;
  margin: 8px 0;
  padding: 0 10px;
}

#sending_attachment_container,
.sending_attachment_container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
}
#sending_attachment_container:empty,
.sending_attachment_container:empty {
  display: none;
}

.sending_attachment_thumb_wrapper {
  width: 48px;
  height: 36px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
  background: #f5f5f5;
}
.sending_attachment_thumb_wrapper:hover {
  border-color: #0a0;
}

.sending_attachment_thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sending_attachment_file {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 8px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: default;
}
.sending_attachment_file i {
  font-size: 18px;
  color: #666;
  margin-bottom: 2px;
}
.sending_attachment_file:hover {
  border-color: #0a0;
}

.sending_attachment_filename {
  font-size: 9px;
  color: #666;
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.email_signature_edit_row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
}
.email_signature_edit_row i {
  color: #666;
  cursor: pointer;
  transition: color 0.2s ease;
}
.email_signature_edit_row i:hover {
  color: #007531;
}

.email_signature_edit_label {
  font-size: 0.875rem;
  color: #666;
}

.tox-tinymce {
  border: 1px solid #B3B0AD !important;
  border-radius: 4px !important;
}
.tox-tinymce:focus-within {
  border-color: #007531 !important;
  box-shadow: none !important;
  outline: none !important;
}

.tox .tox-edit-area {
  outline: none !important;
}
.tox .tox-edit-area:focus {
  outline: none !important;
}

.tox .tox-edit-area__iframe {
  outline: none !important;
  border: none !important;
}
.tox .tox-edit-area__iframe:focus {
  outline: none !important;
  border: none !important;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  box-shadow: none !important;
}

.tox .tox-toolbar-overlord {
  background: none !important;
}

#CustomerMessageDocumentSend .tox-tinymce {
  margin-top: 10px;
}
#CustomerMessageDocumentSend {
  overflow: visible;
}
#CustomerMessageDocumentSend .close-reveal-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #B3B0AD;
  border-radius: 4px;
  background-color: #fff;
  color: #666;
  font-size: 1.5rem;
  line-height: 1;
  top: 15px;
  right: 15px;
}
#CustomerMessageDocumentSend .close-reveal-modal:hover {
  background-color: #f5f5f5;
  color: #333;
}

.reveal-modal .has-tip + .tooltip,
.tooltip {
  z-index: 10200 !important;
}

.tox-tinymce-aux {
  z-index: 10100 !important;
}

.tox .tox-dialog-wrap {
  z-index: 10100 !important;
}

.tox .tox-dialog-wrap__backdrop {
  z-index: 10099 !important;
}

.email-modal-draggable.reveal-modal {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.email-modal-draggable.is-dragging, .email-modal-draggable.is-resizing {
  user-select: none;
  transition: none !important;
}
.email-modal-draggable.is-dragging *, .email-modal-draggable.is-resizing * {
  user-select: none;
}
.email-modal-draggable.is-positioned {
  margin: 0 !important;
}
.email-modal-draggable.is-maximized {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  transform: none !important;
}
.email-modal-draggable.is-minimized {
  height: auto !important;
  min-height: 50px !important;
}
.email-modal-draggable.is-minimized .email-modal-body,
.email-modal-draggable.is-minimized .email-resize-handle {
  display: none !important;
}

.email-modal-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-bottom: 1px solid #ddd;
  height: 44px;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.email-header-drag-area {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 16px;
  cursor: move;
  user-select: none;
  height: 100%;
  min-height: 44px;
}
.email-header-drag-area:hover {
  background: rgba(0, 0, 0, 0.03);
}
.email-header-drag-area:active {
  background: rgba(0, 0, 0, 0.06);
  cursor: grabbing;
}

.email-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
.email-header-title i {
  color: #007531;
  font-size: 16px;
}

.email-header-controls {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.email-control-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 3px;
  transition: all 0.2s ease;
  color: #666;
}
.email-control-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #333;
}
.email-control-btn.close-btn:hover {
  background: #dc3545;
  color: #fff;
}
.email-control-btn.maximize-btn.is-maximized i:before {
  content: "\f066";
}
.email-control-btn i {
  font-size: 12px;
}

.email-resize-handle {
  position: absolute;
  z-index: 10;
}

.email-resize-e {
  top: 44px;
  right: 0;
  width: 8px;
  height: calc(100% - 44px);
  cursor: ew-resize;
}
.email-resize-e:hover {
  background: rgba(0, 117, 49, 0.1);
}

.email-resize-s {
  bottom: 0;
  left: 0;
  width: calc(100% - 16px);
  height: 8px;
  cursor: ns-resize;
}
.email-resize-s:hover {
  background: rgba(0, 117, 49, 0.1);
}

.email-resize-se {
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: nwse-resize;
}
.email-resize-se:hover {
  background: rgba(0, 117, 49, 0.2);
}
.email-resize-se::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
}

.email-modal-body {
  overflow-y: auto;
  max-height: calc(100% - 60px);
}

.form-select-calendar {
  max-width: 15rem;
  width: 100%;
}
.form-select-calendar__input {
  background: #fff;
  border: 1px solid #9f9f9f;
  border-radius: 0.35rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  color: #4a4a4a;
  font-size: 1.05rem;
  font-weight: 700;
  height: 2.45rem;
  line-height: 1.2;
  max-width: 15rem;
  padding: 0.45rem 0.7rem;
  width: 100%;
}
.form-select-calendar__input::placeholder {
  color: #7d7d7d;
  font-weight: 400;
}
.form-select-calendar__input:focus {
  border-color: #777;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(0, 0, 0, 0.12);
  outline: 0;
}

.ui-datepicker.form-select-calendar__calendar {
  background: #efefef;
  border: 1px solid #8e8e8e;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
  font-family: inherit;
  padding: 0.25rem;
  width: 16.75rem;
  z-index: 10050 !important;
}
.ui-datepicker.form-select-calendar__calendar .ui-datepicker-header {
  background: #c9c9c9;
  border: 1px solid #aaa;
  border-radius: 0.25rem;
  color: #222;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.35rem 2rem;
}
.ui-datepicker.form-select-calendar__calendar .ui-datepicker-title {
  line-height: 1.25;
  margin: 0;
  text-align: center;
}
.ui-datepicker.form-select-calendar__calendar .ui-datepicker-prev,
.ui-datepicker.form-select-calendar__calendar .ui-datepicker-next {
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  height: 0.8rem;
  top: 0.55rem;
  width: 0.8rem;
}
.ui-datepicker.form-select-calendar__calendar .ui-datepicker-prev {
  left: 0.75rem;
}
.ui-datepicker.form-select-calendar__calendar .ui-datepicker-next {
  right: 0.75rem;
}
.ui-datepicker.form-select-calendar__calendar .ui-datepicker-prev span,
.ui-datepicker.form-select-calendar__calendar .ui-datepicker-next span {
  display: none;
}
.ui-datepicker.form-select-calendar__calendar .ui-datepicker-prev::before,
.ui-datepicker.form-select-calendar__calendar .ui-datepicker-next::before {
  color: #fff;
  display: block;
  font-size: 0.65rem;
  line-height: 0.8rem;
  text-align: center;
}
.ui-datepicker.form-select-calendar__calendar .ui-datepicker-prev::before {
  content: "‹";
}
.ui-datepicker.form-select-calendar__calendar .ui-datepicker-next::before {
  content: "›";
}
.ui-datepicker.form-select-calendar__calendar table {
  background: #f9f9f9;
  border-collapse: collapse;
  font-size: 0.82rem;
  margin: 0.35rem 0 0;
  width: 100%;
}
.ui-datepicker.form-select-calendar__calendar th {
  background: #fff;
  border: 0;
  color: #000;
  font-weight: 700;
  padding: 0.35rem 0.2rem;
  text-align: center;
}
.ui-datepicker.form-select-calendar__calendar td {
  border: 1px solid #c8c8c8;
  padding: 0;
}
.ui-datepicker.form-select-calendar__calendar td a,
.ui-datepicker.form-select-calendar__calendar td span {
  background: #f5f5f5;
  border: 0;
  color: #555;
  display: block;
  padding: 0.25rem 0.35rem;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker.form-select-calendar__calendar td a:hover,
.ui-datepicker.form-select-calendar__calendar td a.ui-state-hover {
  background: #e6f2f8;
  color: #222;
}
.ui-datepicker.form-select-calendar__calendar td .ui-state-active,
.ui-datepicker.form-select-calendar__calendar td .ui-state-highlight {
  background: #fff6be;
  color: #000;
  font-weight: 700;
}
.ui-datepicker.form-select-calendar__calendar .ui-datepicker-other-month span,
.ui-datepicker.form-select-calendar__calendar .ui-datepicker-other-month a {
  background: #e8e8e8;
  color: #999;
}

.success {
  color: #007531;
}

.alert {
  color: #f04124;
}

.btn_primary {
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1f2a;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 16px;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn_primary:hover {
  color: #1b1f2a;
  text-decoration: none;
}
.btn_primary:focus, .btn_primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.btn_primary.disabled, .btn_primary:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn_primary:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn_primary:not(:disabled):not(.disabled):active, .btn_primary:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn_primary:not(:disabled):not(.disabled):active:focus, .btn_primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.btn_primary {
  color: #fff;
  background-color: #333399;
  border-color: #333399;
}
.btn_primary:hover {
  color: #fff;
  background-color: rgb(16.25%, 16.25%, 48.75%);
  border-color: rgb(15%, 15%, 45%);
}
.btn_primary:focus, .btn_primary.focus {
  color: #fff;
  background-color: rgb(16.25%, 16.25%, 48.75%);
  border-color: rgb(15%, 15%, 45%);
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.5);
}
.btn_primary.disabled, .btn_primary:disabled {
  color: #fff;
  background-color: #333399;
  border-color: #333399;
}
.btn_primary:not(:disabled):not(.disabled):active, .btn_primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(15%, 15%, 45%);
  border-color: rgb(13.75%, 13.75%, 41.25%);
}
.btn_primary:not(:disabled):not(.disabled):active:focus, .btn_primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.5);
}

.btn_secondary {
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1f2a;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 16px;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn_secondary:hover {
  color: #1b1f2a;
  text-decoration: none;
}
.btn_secondary:focus, .btn_secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.btn_secondary.disabled, .btn_secondary:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn_secondary:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn_secondary:not(:disabled):not(.disabled):active, .btn_secondary:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn_secondary:not(:disabled):not(.disabled):active:focus, .btn_secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.btn_secondary {
  color: #333333;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}
.btn_secondary:hover {
  color: #333333;
  background-color: rgb(83.0882352941%, 83.0882352941%, 83.0882352941%);
  border-color: rgb(80.5882352941%, 80.5882352941%, 80.5882352941%);
}
.btn_secondary:focus, .btn_secondary.focus {
  color: #333333;
  background-color: rgb(83.0882352941%, 83.0882352941%, 83.0882352941%);
  border-color: rgb(80.5882352941%, 80.5882352941%, 80.5882352941%);
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}
.btn_secondary.disabled, .btn_secondary:disabled {
  color: #333333;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}
.btn_secondary:not(:disabled):not(.disabled):active, .btn_secondary:not(:disabled):not(.disabled).active {
  color: #333333;
  background-color: rgb(80.5882352941%, 80.5882352941%, 80.5882352941%);
  border-color: rgb(78.0882352941%, 78.0882352941%, 78.0882352941%);
}
.btn_secondary:not(:disabled):not(.disabled):active:focus, .btn_secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}

.btn_success {
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1f2a;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 16px;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn_success:hover {
  color: #1b1f2a;
  text-decoration: none;
}
.btn_success:focus, .btn_success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.btn_success.disabled, .btn_success:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn_success:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn_success:not(:disabled):not(.disabled):active, .btn_success:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn_success:not(:disabled):not(.disabled):active:focus, .btn_success:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.btn_success {
  color: #fff;
  background-color: #007531;
  border-color: #007531;
}
.btn_success:hover {
  color: #fff;
  background-color: rgb(0%, 30.8823529412%, 12.9336349925%);
  border-color: rgb(0%, 25.8823529412%, 10.8396178984%);
}
.btn_success:focus, .btn_success.focus {
  color: #fff;
  background-color: rgb(0%, 30.8823529412%, 12.9336349925%);
  border-color: rgb(0%, 25.8823529412%, 10.8396178984%);
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 49, 0.5);
}
.btn_success.disabled, .btn_success:disabled {
  color: #fff;
  background-color: #007531;
  border-color: #007531;
}
.btn_success:not(:disabled):not(.disabled):active, .btn_success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(0%, 25.8823529412%, 10.8396178984%);
  border-color: rgb(0%, 20.8823529412%, 8.7456008044%);
}
.btn_success:not(:disabled):not(.disabled):active:focus, .btn_success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 49, 0.5);
}

.btn_info {
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1f2a;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 16px;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn_info:hover {
  color: #1b1f2a;
  text-decoration: none;
}
.btn_info:focus, .btn_info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.btn_info.disabled, .btn_info:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn_info:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn_info:not(:disabled):not(.disabled):active, .btn_info:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn_info:not(:disabled):not(.disabled):active:focus, .btn_info:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.btn_info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn_info:hover {
  color: #fff;
  background-color: rgb(7.3529411765%, 51.7902813299%, 58.8235294118%);
  border-color: rgb(6.7973856209%, 47.8772378517%, 54.3790849673%);
}
.btn_info:focus, .btn_info.focus {
  color: #fff;
  background-color: rgb(7.3529411765%, 51.7902813299%, 58.8235294118%);
  border-color: rgb(6.7973856209%, 47.8772378517%, 54.3790849673%);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn_info.disabled, .btn_info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn_info:not(:disabled):not(.disabled):active, .btn_info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(6.7973856209%, 47.8772378517%, 54.3790849673%);
  border-color: rgb(6.2418300654%, 43.9641943734%, 49.9346405229%);
}
.btn_info:not(:disabled):not(.disabled):active:focus, .btn_info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn_warning {
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1f2a;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 16px;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn_warning:hover {
  color: #1b1f2a;
  text-decoration: none;
}
.btn_warning:focus, .btn_warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.btn_warning.disabled, .btn_warning:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn_warning:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn_warning:not(:disabled):not(.disabled):active, .btn_warning:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn_warning:not(:disabled):not(.disabled):active:focus, .btn_warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.btn_warning {
  color: #343a40;
  background-color: #f08a24;
  border-color: #f08a24;
}
.btn_warning:hover {
  color: #343a40;
  background-color: rgb(87.2586726998%, 46.6176470588%, 5.9766214178%);
  border-color: rgb(82.5791855204%, 44.1176470588%, 5.6561085973%);
}
.btn_warning:focus, .btn_warning.focus {
  color: #343a40;
  background-color: rgb(87.2586726998%, 46.6176470588%, 5.9766214178%);
  border-color: rgb(82.5791855204%, 44.1176470588%, 5.6561085973%);
  box-shadow: 0 0 0 0.2rem rgba(240, 138, 36, 0.5);
}
.btn_warning.disabled, .btn_warning:disabled {
  color: #343a40;
  background-color: #f08a24;
  border-color: #f08a24;
}
.btn_warning:not(:disabled):not(.disabled):active, .btn_warning:not(:disabled):not(.disabled).active {
  color: #343a40;
  background-color: rgb(82.5791855204%, 44.1176470588%, 5.6561085973%);
  border-color: rgb(77.8996983409%, 41.6176470588%, 5.3355957768%);
}
.btn_warning:not(:disabled):not(.disabled):active:focus, .btn_warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 138, 36, 0.5);
}

.btn_danger {
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1f2a;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 16px;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn_danger:hover {
  color: #1b1f2a;
  text-decoration: none;
}
.btn_danger:focus, .btn_danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.btn_danger.disabled, .btn_danger:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn_danger:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn_danger:not(:disabled):not(.disabled):active, .btn_danger:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn_danger:not(:disabled):not(.disabled):active:focus, .btn_danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 51, 153, 0.25);
}
.btn_danger {
  color: #fff;
  background-color: #f04124;
  border-color: #f04124;
}
.btn_danger:hover {
  color: #fff;
  background-color: rgb(87.2586726998%, 17.5314228255%, 5.9766214178%);
  border-color: rgb(82.5791855204%, 16.5912518854%, 5.6561085973%);
}
.btn_danger:focus, .btn_danger.focus {
  color: #fff;
  background-color: rgb(87.2586726998%, 17.5314228255%, 5.9766214178%);
  border-color: rgb(82.5791855204%, 16.5912518854%, 5.6561085973%);
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.5);
}
.btn_danger.disabled, .btn_danger:disabled {
  color: #fff;
  background-color: #f04124;
  border-color: #f04124;
}
.btn_danger:not(:disabled):not(.disabled):active, .btn_danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(82.5791855204%, 16.5912518854%, 5.6561085973%);
  border-color: rgb(77.8996983409%, 15.6510809452%, 5.3355957768%);
}
.btn_danger:not(:disabled):not(.disabled):active:focus, .btn_danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.5);
}

form label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #4D4D4D;
}

input.form_control,
select.form_select,
textarea.form_control {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3D3D3D;
}

input.form_control,
select.form_select {
  height: 2.75rem;
}

.uber_form_textbox,
.uber_form_textarea {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin: 0px 0px 16px 0px;
  transition: border-color 0.15s linear, background 0.15s linear;
}
.uber_form_textbox:focus,
.uber_form_textarea:focus {
  outline: none;
  border-color: #999999;
  background-color: #FAFAFA;
}

select.uber_form_dropdown {
  background-color: #FAFAFA;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  padding: 4px 32px 4px 8px;
  margin: 0px 0px 16px 0px;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' fill='%23333333'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 9px 6px;
}
select.uber_form_dropdown:focus {
  outline: none;
  border-color: #999999;
}

.uber_form_textbox:disabled,
select.uber_form_dropdown:disabled,
.uber_form_textarea:disabled {
  background-color: #DDDDDD;
  cursor: not-allowed;
}

label small {
  font-size: 60%;
  text-transform: capitalize;
  color: #676767;
}

.no_label {
  display: block;
  margin: 21px 0px 0px 0px;
}

.radio_toolbar a {
  color: #636363;
  text-align: center;
  display: inline-block;
  background-color: #A0D3E8;
  margin: 0px 0px 5px 0px !important;
  padding: 4px 15px 3px 15px;
  font-size: 1.25rem;
  text-decoration: none;
  border: none;
  border-radius: 0;
}
.radio_toolbar a:hover {
  color: #333333;
}

.radio_toolbar a.is_active {
  color: #f5f5f5;
  font-weight: bold;
  background-color: #007531;
  border-radius: 12px;
}

.radio_toolbar label:has(input[type=radio]:checked) {
  color: #f5f5f5;
  font-weight: bold;
  background-color: #007531;
  border-radius: 12px;
}

.admin_only {
  background-color: #FFFFD5;
  border: 1px solid #A5A5A5;
  border-radius: 8px;
  padding: 5px;
  margin: 0px 0px 10px 0px;
}

.radio_toolbar label,
.radio_toolbar_small label,
.radio_toolbar_large label,
.radio_toolbar_tiny label {
  display: inline-block !important;
  width: auto !important;
}

label .radio_toolbar,
label .radio_toolbar_small,
label .radio_toolbar_large {
  display: block;
  margin: 2px 0px 0px 0px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  background-color: hsl(59, 100%, 109.2352941176%);
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  height: 44px;
  font-size: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 6px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #222222 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #222222 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.lr_page_toolbar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0px 0px 10px 0px;
}

.lr_list_container {
  margin-top: 20px;
  padding: 5px 5px 5px 5px;
  border: 1px solid #A5A5A5;
  border-radius: 8px;
  overflow-x: auto;
}

table.lr_item_table {
  width: 100%;
  border-collapse: collapse;
}
table.lr_item_table th {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background-color: rgb(9.5%, 9.5%, 28.5%);
  color: #FFFFFF;
  padding: 8px;
  white-space: nowrap;
}
table.lr_item_table td {
  font-weight: 700;
  padding: 6px 8px;
  white-space: nowrap;
}
table.lr_item_table td a {
  color: #1b1f2a;
  font-weight: 700;
  text-decoration: none;
}
table.lr_item_table td a:hover {
  color: #333399;
  text-decoration: underline;
}
table.lr_item_table tbody tr:nth-child(odd) {
  background-color: #e7e7e7;
}
table.lr_item_table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
table.lr_item_table tbody tr.new_listing {
  background-color: #92EE92;
}
table.lr_item_table tbody tr.lower_price {
  background-color: #FFFFCC;
}
table.lr_item_table tbody tr.sorry_sold {
  background-color: #A0D3E8;
}
table.lr_item_table tbody tr.archived {
  background-color: #f5ead4;
}
table.lr_item_table tbody tr:hover {
  background-color: hsl(59, 100%, 109.2352941176%);
}

.dashboard_filter_container {
  background-color: #EBEBEB;
  width: 100%;
}

.lr_list_filter {
  padding: 10px 12px 12px 12px;
  border-radius: 8px;
  margin: 0px 0px 10px 0px;
}
.lr_list_filter label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #333399;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.lr_list_filter select.form_select,
.lr_list_filter input.form_control {
  width: 100%;
  height: auto;
  font-size: 1rem;
  font-weight: 700;
  color: #3D3D3D;
}

.lr_list_result_line {
  font-size: 0.875rem;
  color: #5a6475;
  margin: 0px 0px 5px 0px;
}

.lr_filter_actions {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-bottom: 2px;
}

table.lr_item_table select.form_select {
  width: auto;
  height: auto;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 2px 6px;
}

.lr_filter_group {
  display: inline-flex;
  margin: 0px 0px 10px 0px;
}
.lr_filter_group a {
  background-color: #181849;
  color: #FFFFFF;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 10px 20px 11px 20px;
  text-decoration: none;
  border-radius: 0;
}
.lr_filter_group a:first-child {
  border-radius: 6px 0px 0px 6px;
}
.lr_filter_group a:last-child {
  border-radius: 0px 6px 6px 0px;
}
.lr_filter_group a:hover {
  background-color: #333399;
  color: #FFFFFF;
}
.lr_filter_group a.is_active {
  background-color: #007531;
  color: #FFFFFF;
}

.lr_list_topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.lr_list_top_icons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.icon_heading_filter,
.action_icon {
  font-size: 2.25rem;
  color: #333399;
  text-decoration: none;
}
.icon_heading_filter:hover,
.action_icon:hover {
  color: #007531;
}

.icon_heading_filter.is_fresh {
  color: #007531;
}
.icon_heading_filter.is_fresh:hover {
  color: #333399;
}

.icon_clear_button {
  font-size: 2rem;
  color: #333333;
  text-decoration: none;
}
.icon_clear_button:hover {
  color: #f04124;
}

.lr_sort_dropdown {
  position: relative;
}

.sort_button {
  appearance: none;
  border: none;
  cursor: pointer;
  background-color: #333399;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 6px;
}
.sort_button:hover {
  background-color: rgb(9.5%, 9.5%, 28.5%);
}

.lr_sort_menu,
.lr_date_filter_panel {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 4px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  z-index: 60;
  min-width: 190px;
  padding: 6px 0;
}

.lr_sort_menu a {
  display: block;
  padding: 8px 16px;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
}
.lr_sort_menu a:hover {
  background-color: #f5f5f5;
}
.lr_sort_menu a.is_active {
  color: #007531;
}

.lr_date_filter_panel {
  padding: 12px;
  min-width: 230px;
}
.lr_date_filter_panel label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #4D4D4D;
  margin: 6px 0 2px;
}
.lr_date_filter_panel input {
  width: 100%;
}
.lr_date_filter_panel .lr_date_filter_actions {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  margin-top: 10px;
}

.lr_mobile_only {
  display: none !important;
}

.lr_facet_selects {
  display: none;
}

@media only screen and (max-width: 40em) {
  .lr_mobile_only {
    display: inline-flex !important;
  }
  .lr_hide_mobile {
    display: none !important;
  }
  .lr_facet_selects {
    display: flex;
    gap: 8px;
    margin: 0px 0px 8px 0px;
  }
  .lr_facet_selects select.form_select {
    flex: 1 1 50%;
    min-width: 0;
    height: 2.5rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #3D3D3D;
  }
  .lr_filter_group.lr_scope_row {
    grid-template-columns: repeat(5, 1fr);
  }
  .lr_filter_group.lr_scope_row a {
    font-size: 0.625rem;
    padding: 11px 2px;
    letter-spacing: 0;
  }
  .lr_filter_group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 1px;
    width: 100%;
    background-color: #181849;
    border-radius: 8px;
    overflow: hidden;
    margin: 0px 0px 6px 0px;
  }
  .lr_filter_group a {
    text-align: center;
    padding: 11px 6px;
    font-size: 0.6875rem;
  }
  .lr_filter_group a:first-child, .lr_filter_group a:last-child {
    border-radius: 0;
  }
  .lr_list_topbar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
  }
  .lr_list_top_icons {
    margin-left: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 4px;
  }
  .lr_list_top_icons .icon_heading_filter,
  .lr_list_top_icons .action_icon {
    font-size: 1.75rem;
  }
  .lr_list_top_icons .icon_clear_button {
    font-size: 1.6rem;
  }
  .lr_list_top_icons .sort_button {
    padding: 8px 10px;
    white-space: nowrap;
  }
  .lr_list_filter {
    display: none;
  }
  .lr_list_filter.is_open {
    display: block;
  }
  .lr_list_filter label {
    font-size: 0.6875rem;
  }
  .lr_list_result_line {
    margin: 4px 0px 8px 0px;
  }
}
.lr_scope_pills {
  display: inline-flex;
  margin: 0px 0px 10px 0px;
}
.lr_scope_pills a {
  background-color: #333399;
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 14px 28px 15px 28px;
  text-decoration: none;
}
.lr_scope_pills a:first-child {
  border-radius: 1000px 0px 0px 1000px;
}
.lr_scope_pills a:last-child {
  border-radius: 0px 1000px 1000px 0px;
}
.lr_scope_pills a:hover {
  background-color: rgb(9.5%, 9.5%, 28.5%);
  color: #FFFFFF;
}
.lr_scope_pills a.is_active {
  background-color: #007531;
  font-weight: 700;
}

.lr_pagination {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 1rem;
  font-weight: 700;
}
.lr_pagination .lr_page_label {
  color: #4D4D4D;
  margin-right: 4px;
}
.lr_pagination a,
.lr_pagination strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0px 6px;
  border-radius: 50%;
}
.lr_pagination a {
  color: #999999;
  text-decoration: none;
}
.lr_pagination a:hover {
  background-color: #e7e7e7;
  color: #333399;
}
.lr_pagination strong {
  background-color: #333399;
  color: #FFFFFF;
}

.lr_compact_list {
  margin-top: 15px;
}

.lr_compact_head {
  display: grid;
  grid-template-columns: 90px minmax(140px, 4fr) minmax(120px, 3fr) minmax(100px, 3fr) minmax(150px, 1.6fr);
  column-gap: 10px;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  background-color: rgb(9.5%, 9.5%, 28.5%);
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
}
.lr_compact_head > span,
.lr_compact_head > a {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lr_compact_head .lr_cc_vehicle a {
  margin-right: 8px;
}
.lr_compact_head a.compact_heading {
  color: #FFFFFF;
  text-decoration: none;
}
.lr_compact_head a.compact_heading:hover {
  color: hsl(59, 100%, 109.2352941176%);
  text-decoration: underline;
}
.lr_compact_head a.compact_heading.is_sorted_asc::after {
  content: " ▲";
  font-size: 0.6875rem;
}
.lr_compact_head a.compact_heading.is_sorted_desc::after {
  content: " ▼";
  font-size: 0.6875rem;
}
.lr_compact_head .lr_cc_invoice {
  text-align: right;
}

a.lr_compact_row {
  position: relative;
  display: grid;
  grid-template-columns: 90px minmax(140px, 4fr) minmax(120px, 3fr) minmax(100px, 3fr) minmax(150px, 1.6fr);
  grid-template-areas: "photo vehicle customer staff invoice" "photo vinstk  city     .     updated";
  column-gap: 10px;
  row-gap: 2px;
  padding: 10px 10px 6px 10px;
  border-bottom: 2px #9C9C9C solid;
  color: #1b1f2a;
  text-decoration: none;
}
a.lr_compact_row span {
  min-width: 0;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 1px;
}
a.lr_compact_row .lr_cc_photo {
  grid-area: photo;
  align-self: center;
}
a.lr_compact_row .lr_cc_photo img,
a.lr_compact_row .lr_cc_photo .lr_cc_photo_empty {
  display: block;
  width: 80px;
  height: 60px;
  border-radius: 3px;
  object-fit: cover;
}
a.lr_compact_row .lr_cc_photo .lr_cc_photo_empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.08);
  color: #888888;
  font-size: 1.5rem;
}
a.lr_compact_row:hover .lr_cc_photo img {
  box-shadow: 0 0 6px 1px rgba(51, 51, 153, 0.5);
}
a.lr_compact_row .lr_cc_vehicle {
  grid-area: vehicle;
  font-weight: 700;
}
a.lr_compact_row .lr_cc_customer {
  grid-area: customer;
}
a.lr_compact_row .lr_cc_staff {
  grid-area: staff;
}
a.lr_compact_row .lr_cc_invoice {
  grid-area: invoice;
  text-align: right;
}
a.lr_compact_row .lr_cc_vinstk {
  grid-area: vinstk;
  display: flex;
  align-items: baseline;
  gap: 24px;
}
a.lr_compact_row .lr_cc_vinstk span {
  font-size: 0.875rem;
}
a.lr_compact_row .lr_cc_vinstk .lr_cc_vin {
  flex: 0 1 auto;
}
a.lr_compact_row .lr_cc_city {
  grid-area: city;
}
a.lr_compact_row .lr_cc_updated {
  grid-area: updated;
  text-align: right;
  font-size: 0.875rem;
}
a.lr_compact_row:nth-of-type(odd) {
  background-color: #e7e7e7;
}
a.lr_compact_row:nth-of-type(even) {
  background-color: #FFFFFF;
}
a.lr_compact_row.is_closed {
  background-color: #92EE92;
}
a.lr_compact_row:hover {
  background-color: hsl(59, 100%, 109.2352941176%);
}

a.lr_compact_row .list_icon_docurocket {
  position: absolute;
  top: 5px;
  right: 160px;
  z-index: 20;
  height: 60px;
}

a.lr_compact_row .list_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.25;
  z-index: 10;
  overflow: visible;
  pointer-events: none;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .lr_compact_head {
    grid-template-columns: 90px minmax(0, 1.4fr) minmax(0, 1fr) auto;
  }
  .lr_compact_head .lr_cc_staff {
    display: none;
  }
  a.lr_compact_row {
    grid-template-columns: 90px minmax(0, 1.4fr) minmax(0, 1fr) auto;
    grid-template-areas: "photo vehicle customer invoice" "photo vinstk  staff    updated";
  }
  a.lr_compact_row .lr_cc_city {
    display: none;
  }
  a.lr_compact_row .lr_cc_staff {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 40em) {
  .lr_compact_head {
    display: none;
  }
  a.lr_compact_row {
    grid-template-columns: 72px 1fr auto;
    grid-template-areas: "photo   vehicle  vehicle" "photo   customer invoice" "vinstk  vinstk   vinstk" "updated updated  updated";
  }
  a.lr_compact_row .lr_cc_vehicle {
    white-space: normal;
  }
  a.lr_compact_row .lr_cc_city,
  a.lr_compact_row .lr_cc_staff {
    display: none;
  }
  a.lr_compact_row .lr_cc_photo img,
  a.lr_compact_row .lr_cc_photo .lr_cc_photo_empty {
    width: 64px;
    height: 48px;
  }
  a.lr_compact_row .lr_cc_vinstk {
    flex-wrap: wrap;
    gap: 2px 16px;
  }
}
.lr_inline_panel {
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid #A5A5A5;
  border-radius: 8px;
  background-color: #FFFFFF;
}

.lr_item_card {
  position: relative;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  margin: 0px 0px 14px 0px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.lr_item_card:hover {
  z-index: 20;
  background-color: hsl(59, 100%, 109.2352941176%);
}
.lr_item_card.odd {
  background-color: #e7e7e7;
}
.lr_item_card.sorry_sold {
  background-color: #A0D3E8;
}
.lr_item_card.archived {
  background-color: #f5ead4;
}

.lr_item_card_head {
  padding: 8px 12px 0px 12px;
}

.lr_item_card .itemList_YearMakeModelName {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lr_item_card .itemList_YearMakeModelName a {
  color: #1b1f2a;
  text-decoration: none;
}
.lr_item_card .itemList_YearMakeModelName a:hover {
  color: #333399;
}

.lr_item_card_price {
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}
.lr_item_card_price.ask_for_price {
  color: #007531;
}

.lr_item_card_body {
  display: flex;
  gap: 12px;
  padding: 6px 12px 10px 12px;
  align-items: flex-start;
}

.lr_item_card_photo {
  flex: 0 0 160px;
  position: relative;
}
.lr_item_card_photo picture img {
  width: 160px;
  min-height: 120px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.lr_photo_price_overlay {
  display: none;
}

.lr_sticker_mobile {
  display: none;
}

.aux_photo_icon_container {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #bbbbbb;
  text-decoration: none;
  z-index: 1;
  cursor: pointer;
}

.aux_photo_icon {
  width: 26px;
  height: 20px;
  background-color: #d6d6d6;
  border: 2px solid #FFFFFF;
  color: #000000;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 1px 0px 0px 0px;
}

.lr_item_card_photo_placeholder {
  width: 160px;
  height: 120px;
  border-radius: 4px;
  background-color: rgb(9.5%, 9.5%, 28.5%);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.75rem;
}
.lr_item_card_photo_placeholder i {
  font-size: 2.5rem;
  opacity: 0.75;
}

.lr_item_card_specs {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 700;
  font-size: 0.875rem;
}
.lr_item_card_specs .spec_label {
  font-size: 0.75rem;
  color: #333399;
}
.lr_item_card_specs .spec_muted {
  color: #6F6F6F;
}
.lr_item_card_specs > div {
  margin: 0px 0px 3px 0px;
}

.lr_item_toolbox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 6px 12px;
  border-top: 1px solid #CCCCCC;
  border-radius: 0px 0px 10px 10px;
}
.lr_item_toolbox .item_list_toolbox_status_text {
  font-size: 1.5rem;
  font-weight: 900;
  min-width: 164px;
}
.lr_item_toolbox.toolbox_available {
  background-color: #FFFEC3;
  color: #222222;
}
.lr_item_toolbox.toolbox_incoming {
  background-color: #00E05E;
  color: #222222;
}
.lr_item_toolbox.toolbox_enroute {
  background-color: #A0D3E8;
  color: #222222;
}
.lr_item_toolbox.toolbox_hold {
  background-color: rgb(9.5%, 9.5%, 28.5%);
  color: #fffec3;
}
.lr_item_toolbox.toolbox_sold, .lr_item_toolbox.toolbox_scrapped {
  background-color: #222222;
  color: #fffec3;
}
.lr_item_toolbox.toolbox_archived {
  background-color: #958261;
  color: #FFFFFF;
}

.lr_item_toolbox_icons {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lr_item_toolbox_icons a,
.lr_item_toolbox_icons i {
  color: #333399;
  font-size: 1.5rem;
  padding: 0px 5px;
  text-decoration: none;
}
.lr_item_toolbox_icons a:hover,
.lr_item_toolbox_icons i:hover {
  color: #007531;
}
.toolbox_sold .lr_item_toolbox_icons a,
.toolbox_sold .lr_item_toolbox_icons i, .toolbox_scrapped .lr_item_toolbox_icons a,
.toolbox_scrapped .lr_item_toolbox_icons i, .toolbox_hold .lr_item_toolbox_icons a,
.toolbox_hold .lr_item_toolbox_icons i {
  color: inherit;
}
.toolbox_sold .lr_item_toolbox_icons a:hover, .toolbox_scrapped .lr_item_toolbox_icons a:hover, .toolbox_hold .lr_item_toolbox_icons a:hover {
  color: #00E05E;
}

.lr_item_toolbox_tasks {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.icon_status_colour_true {
  color: #333399 !important;
  opacity: 1;
}

.icon_status_colour_false {
  opacity: 0.3;
}

.lr_item_toolbox_icons .card_star_group {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.fa_star_item_list_left,
.fa_star_item_list_right {
  opacity: 0.5;
  font-size: 0.7em !important;
  padding: 0px !important;
  margin: 0px -2px;
}

.lr_item_toolbox_tasks .task_btn {
  min-width: 58px;
  border: none;
  border-radius: 8px;
  padding: 7px 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #B7B7B7;
}
.lr_item_toolbox_tasks .task_btn.task_status_1 {
  background-color: #f04124;
}
.lr_item_toolbox_tasks .task_btn.task_status_2, .lr_item_toolbox_tasks .task_btn.task_status_4 {
  background-color: #007531;
}
.lr_item_toolbox_tasks .task_btn.task_status_3 {
  background-color: #333333;
}
.lr_item_toolbox_tasks .task_btn.task_status_5 {
  background-color: #B7B7B7;
}
.lr_item_toolbox_tasks .task_btn:hover {
  background-color: #222222;
  color: #FFFFFF;
}

.lr_colour_swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #999999;
  border-radius: 3px;
  vertical-align: -2px;
  margin: 0px 2px 0px 6px;
}

.lr_item_card_tagline {
  font-size: 1rem;
  font-weight: 700;
  color: #BF1B28;
  margin: 4px 0px 0px 0px;
}

.lr_item_card_pricing {
  text-align: right;
  margin-left: auto;
  flex: 0 0 auto;
  min-width: 170px;
}

.itemList_payment_container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 5px;
}

.itemList_payment_label {
  font-size: 0.625rem;
  font-weight: 400;
  color: #222222;
  margin-top: 14px;
  white-space: nowrap;
  text-transform: capitalize;
}

.itemList_payment_amount {
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem;
  color: #222222;
  white-space: nowrap;
}

.itemList_price_payment_asterisk {
  color: #BF1B28;
  font-size: 20px;
  font-weight: 700;
  vertical-align: 6px;
  margin: 0px 0px 0px 1px;
}

.lr_item_card_price.with_payment {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 2px;
}

.itemList_item_sticker {
  position: absolute;
  top: -6px;
  right: 8px;
  max-width: 65px;
  transform: rotate(8deg);
  z-index: 2;
}

.itemList_ItemGrossPrice {
  font-size: 0.875rem;
  font-weight: 400;
  color: #BF1B28;
}

.itemList_ItemPrice_label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333399;
  margin: 0px 4px 0px 0px;
}

.lr_item_card_price.with_was {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0px;
}

.disclaimer_heading {
  color: #999999;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0px 5px 0px;
}

.disclaimer_container {
  width: 100%;
  background: #FCFBE3;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  gap: 8px;
}

.disclaimer_asterisk {
  color: #BF1B28;
  font-size: 18px;
  font-weight: 700;
}

.disclaimer {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
}

.language_select_icon_manage_inventory {
  position: relative;
  display: inline-flex;
  justify-content: center;
}
.language_select_icon_manage_inventory > i {
  font-size: 1.5rem;
  padding: 0px 5px;
  cursor: pointer;
}
.language_select_icon_manage_inventory .language_select_container {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 106px;
  padding: 5px;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 5;
}
.language_select_icon_manage_inventory:hover .language_select_container, .language_select_icon_manage_inventory:focus-within .language_select_container {
  display: flex;
  gap: 4px;
  justify-content: center;
}

.lr_photo_lightbox_overlay {
  position: fixed;
  inset: 0;
  background: rgba(27, 31, 42, 0.75);
  z-index: 9500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
  cursor: pointer;
}
.lr_photo_lightbox_overlay img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 6px;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.5);
}
.lr_photo_lightbox_overlay .lr_photo_lightbox_count {
  color: #FFFFFF;
  font-weight: 700;
}

@media only screen and (max-width: 40em) {
  .lr_item_card .itemList_YearMakeModelName {
    white-space: normal;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .lr_item_card_body {
    flex-wrap: wrap;
    row-gap: 0;
  }
  .lr_item_card_photo {
    flex: 1 1 calc(100% + 24px);
    order: 1;
    margin: 0px -12px;
  }
  .lr_item_card_photo picture img {
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: cover;
    border-radius: 0;
  }
  .lr_item_card_photo_placeholder {
    width: 100%;
    border-radius: 0;
  }
  .lr_photo_price_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: hidden;
    background: linear-gradient(to top, rgba(10, 12, 20, 0.85) 0%, rgba(10, 12, 20, 0.55) 60%, rgba(10, 12, 20, 0) 100%);
    padding: 30px 56px 8px 12px;
    color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
    pointer-events: none;
  }
  .lr_photo_price_overlay .itemList_ItemGrossPrice {
    color: #FFB3B3;
    white-space: nowrap;
  }
  .lr_photo_price_overlay .lr_item_card_price {
    font-size: 1.4rem;
    color: #FFFFFF;
    margin: 0;
  }
  .lr_photo_price_overlay .lr_item_card_price.ask_for_price {
    color: #8FE7B2;
  }
  .lr_photo_price_overlay .itemList_ItemPrice_label {
    color: #C9D4FF;
  }
  .lr_photo_price_overlay .itemList_price_payment_asterisk {
    color: #FF8A8A;
    font-size: 16px;
    vertical-align: 4px;
  }
  .lr_photo_price_overlay .itemList_payment_container {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-left: 0;
  }
  .lr_photo_price_overlay .itemList_payment_amount {
    font-size: 1.15rem;
    line-height: 1.15rem;
    color: #FFFFFF;
    font-weight: 700;
  }
  .lr_photo_price_overlay .itemList_payment_label {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.625rem;
  }
  .lr_sticker_mobile {
    display: block;
    top: 8px;
    right: 8px;
    z-index: 3;
  }
  .aux_photo_icon_container {
    top: auto;
    bottom: 10px;
    right: 10px;
    z-index: 3;
  }
  .aux_photo_icon {
    width: 42px;
    height: 32px;
    font-size: 16px;
    line-height: 26px;
    padding: 1px 0px 0px 0px;
  }
  .lr_item_card_photo_placeholder {
    height: 200px;
  }
  .lr_item_card_photo_placeholder span,
  .lr_item_card_photo_placeholder i {
    position: relative;
    top: -28px;
  }
  .lr_item_card_specs {
    flex: 1 1 100%;
    order: 3;
    padding-top: 6px;
  }
  .lr_item_card_specs > div {
    margin: 0px 0px 2px 0px;
    overflow-wrap: anywhere;
  }
  .lr_item_toolbox {
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .lr_item_toolbox .item_list_toolbox_status_text {
    min-width: 100%;
    font-size: 1.25rem;
  }
  .lr_item_toolbox_icons {
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .lr_item_toolbox_tasks {
    margin-left: 0;
  }
  .language_select_icon_manage_inventory .language_select_container {
    left: auto;
    right: -10px;
    transform: none;
  }
}
@media only screen and (max-width: 25.875em) {
  .lr_item_toolbox_icons a,
  .lr_item_toolbox_icons i {
    font-size: 1.35rem;
    padding: 0px 4px;
  }
}
.lr_item_toolbox_icons .chooser_button {
  width: 40px;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  padding: 6px;
  margin: 0px 0px 0px 2px;
  color: #FFFFFF;
  background-color: #333399;
  border-radius: 8px;
}
.lr_item_toolbox_icons .chooser_button:hover {
  background-color: #007531;
  color: #FFFFFF;
}

.lr_add_item .select_button_heading {
  display: block;
  float: none;
  font-size: 1.375rem;
  font-weight: 700;
  margin: 4px 0px 8px 0px;
}
.lr_add_item .lr_heading_note {
  font-size: 0.875rem;
  font-weight: 400;
  color: #5a6475;
}
.lr_add_item label:not(.item_button) {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  color: #4d4d4d;
  margin: 10px 0px 4px 0px;
}
.lr_add_item hr {
  border: 0;
  border-top: 1px solid #dddddd;
  margin: 18px 0px;
}
.lr_add_item .row {
  margin: 0;
}
.lr_add_item .lr_vin_row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0px 0px 0px;
}
.lr_add_item .lr_vin_input {
  font-size: 1.75rem;
  flex: 1 1 auto;
  min-width: 0;
}
.lr_add_item .lr_vin_lookup_btn {
  flex: 0 0 auto;
  white-space: nowrap;
}
.lr_add_item .lr_vin_actions {
  margin: 10px 0px 4px 0px;
}
.lr_add_item .reset_button {
  background-color: #f08a24;
  border-color: #f08a24;
  color: #ffffff;
}
.lr_add_item .reset_button:hover {
  background-color: #f04124;
  border-color: #f04124;
}
.lr_add_item .lr_inline_toolbar {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.lr_add_item .lr_wear_input {
  max-width: 170px;
}
.lr_add_item .lr_condition_shield .fa-shield-blank.success {
  color: #007531;
}
.lr_add_item .lr_condition_shield .fa-shield-blank.disabled {
  color: #c3c3c3;
}
.lr_add_item .icon_status_colour_true {
  color: #007531;
}
.lr_add_item .icon_status_colour_false {
  color: #c3c3c3;
}
.lr_add_item .lr_future_box {
  border: 2px solid #c3c3c3;
  border-radius: 6px;
  background-color: #f5f5f5;
  height: 160px;
  text-align: center;
  padding: 28px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}
.lr_add_item .lr_future_box h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0px 0px 6px 0px;
}
.lr_add_item .lr_future_box_label {
  font-size: 1.5rem;
  font-weight: 700;
}

.lr_add_item .lr_source_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0px 0px 8px 0px;
}

.lr_add_item .lr_source_head .select_button_heading {
  margin: 0;
}

.lr_add_item .select_button_container {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  padding: 8px 12px;
}

.lr_add_item .select_button_side_label {
  font-size: 1rem;
  font-weight: 700;
}

.lr_add_item .button_select_button {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 6px 14px;
}

.lr_modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 1rem;
  overflow: auto;
}

.lr_modal.nix_display {
  display: none;
}

.lr_modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(32, 33, 36, 0.45);
}

.lr_modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 36rem;
  background: #ffffff;
  border-radius: 6px;
  padding: 1.25rem 1.35rem 1.5rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.lr_modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.65rem;
  appearance: none;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #5f6368;
}

.lr_modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 1.25rem;
}

.text_error {
  color: #f04124;
  font-weight: 700;
}

.lr_modal__panel--wide {
  max-width: 56rem;
}

.lr_modal_section {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 18px 0px 8px 0px;
  padding: 0px 0px 4px 0px;
  border-bottom: 2px solid #333399;
}

.lr_modal .textbox_label {
  display: block;
  font-size: 0.8125rem;
  color: #4d4d4d;
  margin: 6px 0px 2px 0px;
}

.lr_ws_search_row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 8px 0px 4px 0px;
}

.lr_ws_search_row .uber_form_textbox {
  flex: 1 1 auto;
  margin: 0;
}

.lr_ws_search_row .btn_success {
  flex: 0 0 auto;
  white-space: nowrap;
}

.lr_ws_results {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 4px 10px;
  margin: 0px 0px 6px 0px;
  max-height: 180px;
  overflow-y: auto;
}

.lr_ws_result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 6px 0px;
  border-bottom: 1px solid #eeeeee;
}

.lr_ws_result:last-child {
  border-bottom: 0;
}

.lr_ws_list {
  max-height: 340px;
  overflow-y: auto;
}

.lr_ws_row {
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr 1.4fr auto;
  gap: 10px;
  align-items: center;
  padding: 8px 6px;
  border-bottom: 2px solid #cccccc;
  font-size: 0.875rem;
}

.lr_ws_row:nth-child(odd) {
  background-color: #f2f2f2;
}

.lr_ws_sub {
  font-size: 0.75rem;
  color: #5a6475;
}

.lr_ws_col_actions {
  white-space: nowrap;
}

.lr_ws_col_actions .btn_primary,
.lr_ws_col_actions .btn_secondary {
  padding: 4px 10px;
  font-size: 0.8125rem;
}

@media only screen and (max-width: 40em) {
  .lr_ws_row {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.radio_toolbar_large input:disabled + label.item_button,
.radio_toolbar_large label.item_button.disabled {
  background-color: #EBEBEB;
  color: #999999;
  cursor: not-allowed;
}

.lr_dup_panel {
  border: 1px solid #dddddd;
  border-left: 6px solid #b23b3b;
  border-radius: 4px;
  background-color: #fbfbfb;
  padding: 14px 16px;
  margin: 10px 0px 16px 0px;
}

.lr_dup_panel_title {
  font-size: 1.125rem;
  font-weight: 800;
  margin: 0px 0px 4px 0px;
}

.lr_dup_panel_title .fa-triangle-exclamation {
  color: #b23b3b;
}

.lr_dup_panel_intro {
  font-size: 0.95rem;
  color: #666666;
  margin: 0px 0px 14px 0px;
}

.lr_dup_card {
  border: 1px solid #dddddd;
  border-left: 6px solid #b23b3b;
  border-radius: 4px;
  padding: 12px 14px;
  margin: 0px 0px 12px 0px;
  background-color: #ffffff;
  overflow: hidden;
}

.lr_dup_card_photo {
  float: left;
  width: 110px;
  margin: 0px 14px 8px 0px;
  border-radius: 3px;
}

.lr_dup_card_title {
  font-size: 1.125rem;
  font-weight: 800;
  color: #222222;
  margin: 0px 0px 8px 0px;
  word-break: break-word;
}

.lr_dup_card_status {
  display: inline-block;
  background-color: #b23b3b;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 3px;
  padding: 3px 9px;
  margin-left: 8px;
  vertical-align: middle;
}

.lr_dup_card_grid {
  overflow: hidden;
  margin: 0px 0px 10px 0px;
}

.lr_dup_card_cell {
  float: left;
  min-width: 110px;
  margin: 0px 20px 8px 0px;
}

.lr_dup_card_label {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #999999;
}

.lr_dup_card_value {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #333333;
  word-break: break-word;
}

.lr_dup_card_actions {
  clear: both;
  text-align: right;
}

.lr_dup_panel_footer {
  border-top: 1px solid #eeeeee;
  padding-top: 12px;
  text-align: right;
}

.lr_dup_panel_footer .btn_secondary {
  margin-left: 8px;
}

.item_standard_colour_container {
  position: relative;
  padding: 8px;
  line-height: 120%;
  text-align: center;
  width: 100%;
  max-width: 250px;
  height: 90px;
  z-index: 0;
  border: 2px solid #C3C3C3;
  border-radius: 16px;
  margin: 12px 0px 4px 0px;
  font-size: 0.8125rem;
}

.item_standard_colour_container .lr_swatch_note {
  font-size: 0.6875rem;
}

.item_standard_material_overlay_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 90px;
  z-index: 5;
  border: 2px solid #C3C3C3;
  border-radius: 16px;
  margin: -2px -2px 0px 0px;
  opacity: 0.55;
  pointer-events: none;
}

.material_1 {
  background: url(../images/colour_swatch/cloth.png) center center;
}

.material_2 {
  background: url(../images/colour_swatch/leather.png) center center;
}

.material_3 {
  background: url(../images/colour_swatch/velour.png) center center;
}

.material_4 {
  background: url(../images/colour_swatch/vinyl.png) center center;
}

.material_5 {
  background: url(../images/colour_swatch/leather.png) center center;
}

.material_6 {
  background: url(../images/colour_swatch/leatherette-cloth.png) center center;
}

.material_7 {
  background: url(../images/colour_swatch/leatherette-cloth.png) center center;
}

.material_8 {
  background: url(../images/colour_swatch/vinyl.png) center center;
}

.material_9 {
  background: url(../images/colour_swatch/velour.png) center center;
}

.material_10 {
  background: url(../images/colour_swatch/leather.png) center center;
}

.material_11 {
  background: url(../images/colour_swatch/leatherette-cloth.png) center center;
}

.item_standard_colour.standard_colour_1 {
  background-color: #EBEBEB;
}

.item_standard_colour.standard_colour_2 {
  background-color: #F5F5DC;
}

.item_standard_colour.standard_colour_3 {
  background-color: #808080;
  color: #FFFFFF;
}

.item_standard_colour.standard_colour_4 {
  background-color: #FFD700;
}

.item_standard_colour.standard_colour_5 {
  background-color: #800080;
  color: #FFFFFF;
}

.item_standard_colour.standard_colour_6 {
  background-color: #785027;
  color: #FFFFFF;
}

.item_standard_colour.standard_colour_7 {
  background-color: #FFFFFF;
}

.item_standard_colour.standard_colour_8 {
  background-color: #0000FF;
  color: #FFFFFF;
}

.item_standard_colour.standard_colour_9 {
  background-color: #E60000;
  color: #FFFFFF;
}

.item_standard_colour.standard_colour_10 {
  background-color: #000000;
  color: #FFFFFF;
}

.item_standard_colour.standard_colour_11 {
  background-color: #008000;
  color: #FFFFFF;
}

.item_standard_colour.standard_colour_12 {
  background-color: #C0C0C0;
}

.item_standard_colour.standard_colour_13 {
  background-color: #FFA500;
}

.item_standard_colour.standard_colour_14 {
  background-color: #FFFF00;
}

.item_standard_colour.standard_colour_15 {
  background-color: #800020;
  color: #FFFFFF;
}

.item_standard_colour.standard_colour_16 {
  background-color: #D2B48C;
}

.item_standard_colour.standard_colour_17 {
  background-color: #36454F;
  color: #FFFFFF;
}

.item_standard_colour.standard_colour_18 {
  background-color: #E8DED1;
}

.lr_item_add_features .item_feature_selector_blocks_container {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.lr_item_add_features .item_feature_selector_blocks_container > li {
  flex: 1 1 220px;
  max-width: 320px;
}
.lr_item_add_features .item_feature_selector {
  display: block;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  min-height: 96px;
}
.lr_item_add_features .item_feature_selector.standard {
  border-color: #2f6fed;
  background: #eef4ff;
}
.lr_item_add_features .item_feature_selector.optional {
  border-color: #e67e22;
  background: #fff4e8;
}
.lr_item_add_features .item_feature_selector.included,
.lr_item_add_features .item_feature_selector.selected {
  border-color: #1f8a4c;
  background: #eaf8ef;
}
.lr_item_add_features .item_feature_selector.defective {
  border-color: #c0392b;
  background: #fdecea;
}
.lr_item_add_features .item_feature_status {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: lowercase;
  margin-top: 6px;
  color: #5a6475;
}
.lr_item_add_features .item_feature_group_name {
  font-weight: 700;
  margin: 12px 0 8px;
}
.lr_item_add_features .lr_step2_section {
  margin-bottom: 1.25rem;
}
.lr_item_add_features .radio_toolbar_large {
  margin-top: 8px;
}
.lr_item_add_features .radio_toolbar_large input.radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.lr_item_add_features .item_feature_selector_button {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 6px;
  border: 1px solid #c5cad3;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8125rem;
}
.lr_item_add_features .radio_toolbar_large input.radio:checked + .item_feature_selector_button {
  background: #2f6fed;
  border-color: #2f6fed;
  color: #fff;
}

.lr_item_edit {
  float: none;
  clear: both;
}

.lr_item_edit_header {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0px 0px 6px 0px;
}
.lr_item_edit_header .form_large_heading {
  float: none;
  margin: 0px;
  white-space: normal;
}

.lr_item_edit_condition {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgb(43.7058823529%, 43.7058823529%, 43.7058823529%);
  padding-bottom: 4px;
}
.lr_item_edit_condition.is_new {
  color: #007531;
}
.lr_item_edit_condition.is_asis {
  color: #BF1B28;
}

.lr_prevnext {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 6px;
}
.lr_prevnext a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #333399;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  padding: 5px 12px;
  border: 1px solid #A5A5A5;
  border-radius: 6px;
  white-space: nowrap;
  background-color: #f5f5f5;
}
.lr_prevnext a:hover {
  background-color: #fffec3;
}

.lr_item_edit_context {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: rgb(43.7058823529%, 43.7058823529%, 43.7058823529%);
  margin: 0px 0px 10px 0px;
}
.lr_item_edit_context strong {
  color: #1b1f2a;
}

.lr_status_chip {
  display: inline-block;
  background-color: rgb(9.5%, 9.5%, 28.5%);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 3px 12px;
  border-radius: 12px;
}

.lr_item_toolbar {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  margin: 0px 0px 16px 0px;
  padding: 8px 10px;
  background-color: #f5f5f5;
  border: 1px solid #A5A5A5;
  border-radius: 8px;
}
.lr_item_toolbar a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #333399;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
}
.lr_item_toolbar a i {
  font-size: 1.125rem;
}
.lr_item_toolbar a:hover {
  background-color: #fffec3;
  color: #333399;
}
.lr_item_toolbar a.is_on {
  color: #007531;
}
.lr_item_toolbar .lr_toolbar_sep {
  width: 1px;
  height: 22px;
  background-color: #A5A5A5;
  margin: 0px 4px;
}

.lr_item_edit_section {
  background-color: #FFFFFF;
  border: 1px solid #A5A5A5;
  border-radius: 8px;
  padding: 16px 20px 20px 20px;
  margin: 0px 0px 20px 0px;
}
.lr_item_edit_section > .form_section_heading {
  margin: -16px -20px 16px -20px;
  border-radius: 8px 8px 0px 0px;
  padding: 12px 20px 12px 20px;
}
.lr_item_edit_section > .form_section_heading .text_muted {
  color: #fffec3;
  font-weight: 400;
  font-size: 1rem;
}

.lr_item_edit_columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
@media (max-width: 64em) {
  .lr_item_edit_columns {
    grid-template-columns: minmax(0, 1fr);
  }
}

.lr_item_edit label {
  display: block;
  font-size: 0.875rem;
  color: rgb(43.7058823529%, 43.7058823529%, 43.7058823529%);
  margin: 10px 0px 2px 0px;
}

.lr_item_edit label.lr_check_label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #1b1f2a;
  margin: 6px 0px;
}

.lr_item_edit .select_button_heading {
  margin-top: 14px;
}

.lr_vin_row {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.lr_vin_row .uber_form_textbox {
  flex: 1 1 auto;
  margin: 0px;
}
.lr_vin_row .btn_secondary {
  flex: 0 0 auto;
}

.lr_spec_edit {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 12px 20px;
  margin-top: 4px;
}

.lr_spec_field {
  min-width: 0px;
  border-top: solid 1px #BF1B28;
  padding-top: 5px;
}
.lr_spec_field label {
  margin: 0px 0px 2px 0px;
  font-size: 0.6875rem;
  color: rgb(43.7058823529%, 43.7058823529%, 43.7058823529%);
}
.lr_spec_field .form_control,
.lr_spec_field .form_select {
  width: 100%;
  font-weight: 700;
}

.lr_price_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0px 16px;
}

.lr_price_actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.lr_photo_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
  margin: 12px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
.lr_photo_grid li {
  position: relative;
  margin: 0px;
  border: 1px solid #6f6f6f;
  border-radius: 6px;
  overflow: hidden;
  background-color: #e9ecef;
}

.lr_photo_thumb {
  display: block;
  width: 100%;
  height: 105px;
  object-fit: cover;
}

.lr_photo_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 4px 6px;
  font-size: 0.75rem;
  color: rgb(43.7058823529%, 43.7058823529%, 43.7058823529%);
  background-color: #FFFFFF;
}

.lr_photo_ctrls {
  display: flex;
  gap: 2px;
}
.lr_photo_ctrls button {
  border: 1px solid #A5A5A5;
  background-color: #f5f5f5;
  color: #333399;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  cursor: pointer;
}
.lr_photo_ctrls button:hover {
  background-color: #fffec3;
}
.lr_photo_ctrls button.btn_photo_delete, .lr_photo_ctrls button.btn_defect_delete {
  color: #BF1B28;
}

.lr_photo_order {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: rgba(24, 24, 73, 0.85);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 1px 8px;
  border-radius: 10px;
  pointer-events: none;
}

.lr_photo_upload_row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 8px 0px 0px 0px;
}

.lr_feature_group_heading {
  clear: both;
  font-size: 1.25rem;
  font-weight: 900;
  margin: 18px 0px 10px 0px;
  color: #1b1f2a;
}
.lr_feature_group_heading:first-child {
  margin-top: 4px;
}

.lr_feature_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 6px 20px;
}

.lr_feature_chip {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  border-top: solid 1px #BF1B28;
  padding: 6px 0px 2px 0px;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: rgb(43.7058823529%, 43.7058823529%, 43.7058823529%);
}
.lr_feature_chip input {
  flex: 0 0 auto;
  margin: 0px;
}
.lr_feature_chip.is_on {
  color: #1b1f2a;
  font-weight: 700;
}
.lr_feature_chip .lr_feature_state {
  font-size: 0.6875rem;
  color: #007531;
  font-weight: 400;
}

.lr_task_actions {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 40rem;
}
.lr_task_actions label {
  flex: 1 1 240px;
  margin: 0px;
}
.lr_task_actions .btn_secondary {
  flex: 0 0 auto;
}

.lr_yesno_inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.lr_yesno_inline label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0px;
  font-size: 1rem;
  color: #1b1f2a;
}

.lr_edit_subpanel {
  border: 2px solid #A5A5A5;
  border-radius: 8px;
  padding: 14px 16px;
  margin: 10px 0px 0px 0px;
  max-width: 48rem;
  background-color: #f5f5f5;
}

.lr_item_edit .lr_section_note {
  font-size: 0.75rem;
  color: rgb(43.7058823529%, 43.7058823529%, 43.7058823529%);
  margin: 0px 0px 10px 0px;
}

.lr_prev_next {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.lr_prev_next a,
.lr_prev_next span {
  font-size: 1.25rem;
}
.lr_prev_next .text_muted {
  color: #A5A5A5;
}

.lr_colour_row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.lr_colour_row .form_control,
.lr_colour_row .form_select {
  flex: 1 1 140px;
}

.lr_colour_swatch {
  width: 36px;
  height: 36px;
  border: 1px solid #A5A5A5;
  border-radius: 4px;
  flex: 0 0 36px;
}

.lr_colour_swatch.standard_colour_1 {
  background-color: #EBEBEB;
}

.lr_colour_swatch.standard_colour_2 {
  background-color: #F5F5DC;
}

.lr_colour_swatch.standard_colour_3 {
  background-color: #808080;
}

.lr_colour_swatch.standard_colour_4 {
  background-color: #FFD700;
}

.lr_colour_swatch.standard_colour_5 {
  background-color: #800080;
}

.lr_colour_swatch.standard_colour_6 {
  background-color: #785027;
}

.lr_colour_swatch.standard_colour_7 {
  background-color: #FFFFFF;
}

.lr_colour_swatch.standard_colour_8 {
  background-color: #0000FF;
}

.lr_colour_swatch.standard_colour_9 {
  background-color: #E60000;
}

.lr_colour_swatch.standard_colour_10 {
  background-color: #000000;
}

.lr_colour_swatch.standard_colour_11 {
  background-color: #008000;
}

.lr_colour_swatch.standard_colour_12 {
  background-color: #C0C0C0;
}

.lr_colour_swatch.standard_colour_13 {
  background-color: #FFA500;
}

.lr_colour_swatch.standard_colour_14 {
  background-color: #FFFF00;
}

.lr_colour_swatch.standard_colour_15 {
  background-color: #800020;
}

.lr_colour_swatch.standard_colour_16 {
  background-color: #D2B48C;
}

.lr_colour_swatch.standard_colour_17 {
  background-color: #36454F;
}

.lr_colour_swatch.standard_colour_18 {
  background-color: #E8DED1;
}

.lr_price_hero {
  margin: 0px 0px 12px 0px;
}
.lr_price_hero .lr_price_freq {
  display: block;
  font-size: 0.75rem;
  text-transform: capitalize;
  color: rgb(43.7058823529%, 43.7058823529%, 43.7058823529%);
}
.lr_price_hero .lr_price_amount {
  font-size: 2rem;
  font-weight: 900;
  color: #1b1f2a;
}
.lr_price_hero .lr_price_asterisk {
  color: #BF1B28;
  font-size: 1.25rem;
  vertical-align: super;
}

.lr_item_disclaimer .lr_disclaimer_text {
  background-color: #FCFBE3;
  padding: 12px 14px;
  font-size: 0.75rem;
  line-height: 1.45;
}
.lr_item_disclaimer .lr_disclaimer_asterisk {
  color: #BF1B28;
  font-weight: 700;
  margin-right: 4px;
}

/* Classic manage-0280 Vehicle Analytics */
.page-content.lr_page_item_analytics {
  background-color: #DBFFDB;
}

.item_analytics_topbar {
  margin-bottom: 0.75rem;
}

.item_analytics_page {
  clear: both;
  margin-top: 10px;
}

.item_analytics_status_filter {
  margin: 0;
}

.item_analytics_table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
}
.item_analytics_table th,
.item_analytics_table td {
  padding: 8px 10px;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
  font-weight: normal;
}
.item_analytics_table th {
  background-color: #F5F5F5;
  font-weight: 700;
  border-bottom: 2px #9C9C9C solid;
}
.item_analytics_table tbody tr {
  background-color: #FFFFFF;
}
.item_analytics_table tbody tr td {
  border-bottom: 2px #9C9C9C solid;
}
.item_analytics_table tbody tr:nth-child(even) {
  background-color: #E7E7E7;
}
.item_analytics_table tbody tr:hover {
  background-color: #FCFED4;
}
.item_analytics_table tbody tr:nth-child(even):hover {
  background-color: #FCFED4;
}
.item_analytics_table a {
  color: inherit;
  text-decoration: none;
}
.item_analytics_table a:hover {
  text-decoration: underline;
}

.item_analytics_th_sort a {
  display: inline-block;
  white-space: nowrap;
}
.item_analytics_th_sort.item_analytics_th_sort--active a {
  color: #333399;
  font-weight: 700;
}
.item_analytics_th_sort .item_analytics_sort_icon {
  margin-left: 6px;
  font-size: 0.85em;
  vertical-align: middle;
  color: #333399;
}

.item_analytics_th_photo,
.item_analytics_photo_cell {
  width: 72px;
}

.item_analytics_photo {
  display: block;
  width: 56px;
  height: auto;
  border-radius: 3px;
}

.item_analytics_photo_placeholder {
  display: block;
  width: 56px;
  height: 42px;
  border-radius: 3px;
  background: #d0d0d0;
}

.item_analytics_pricing_cell {
  white-space: nowrap;
}

.item_analytics_pricing_link {
  display: inline-block;
  line-height: 1.3;
}
.item_analytics_pricing_link:hover {
  text-decoration: none;
}

.item_analytics_price_now {
  display: block;
  font-weight: 700;
}

.item_analytics_price_changes {
  display: block;
  font-size: 12px;
  color: #666666;
}

.item_analytics_leads_cell {
  white-space: nowrap;
  text-align: center;
}

.item_analytics_lead_icon {
  font-size: 18px;
  margin-right: 6px;
  border-bottom: none;
  color: #333399;
}
.item_analytics_lead_icon.disabled {
  opacity: 0.35;
  cursor: default;
  color: #888888;
}

.item_analytics_lead_count {
  font-size: 13px;
}

.item_analytics_repairs_cell {
  min-width: 70px;
}

.item_analytics_empty {
  text-align: center;
  color: #666666;
  padding: 24px 10px;
}

.item_analytics_modal {
  position: fixed;
  inset: 0;
  z-index: 10040;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item_analytics_modal.nix_display {
  display: none !important;
}

.item_analytics_modal_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.item_analytics_modal_panel {
  position: relative;
  z-index: 1;
  width: min(720px, 92vw);
  max-height: 85vh;
  overflow: auto;
  background: #ffffff;
  border-radius: 6px;
  padding: 1.25rem 1.5rem 1.5rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.item_analytics_modal_close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  border: 0;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  color: #666666;
}

.item_price_history_status,
.item_lead_summary_status {
  margin: 10px 0 16px 0;
  color: #666666;
}

.item_price_history_table_wrap,
.item_lead_summary_table_wrap {
  max-height: 320px;
  overflow: auto;
}

.item_price_history_table,
.item_lead_summary_table {
  width: 100%;
  border-collapse: collapse;
}
.item_price_history_table th,
.item_price_history_table td,
.item_lead_summary_table th,
.item_lead_summary_table td {
  padding: 8px 10px;
  border-bottom: 1px solid #E2E2E2;
  text-align: left;
  vertical-align: top;
  font-size: 13px;
  font-weight: normal;
}
.item_price_history_table th,
.item_lead_summary_table th {
  background-color: #F5F5F5;
  font-weight: 700;
}

.item_lead_summary_row_clickable {
  cursor: pointer;
}
.item_lead_summary_row_clickable:hover {
  background: #FCFED4;
}

.item_lead_summary_nexus_cell {
  width: 36px;
  text-align: center;
}

.item_lead_summary_crm_icon {
  color: #333399;
  font-size: 1.1rem;
}

.item_lead_summary_message {
  max-width: 240px;
}

.lr_tab_bar {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0px 0px 20px 0px;
  border-bottom: 3px solid rgb(9.5%, 9.5%, 28.5%);
}
.lr_tab_bar .bos_tab_btn {
  border: none;
  border-radius: 8px 8px 0px 0px;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 22px;
  cursor: pointer;
}
.lr_tab_bar .bos_tab_btn.btn_secondary {
  background-color: #DDDDDD;
  color: #333333;
}
.lr_tab_bar .bos_tab_btn.btn_secondary:hover {
  background-color: #CCCCCC;
  color: #333333;
}
.lr_tab_bar .bos_tab_btn.btn_primary {
  background-color: rgb(9.5%, 9.5%, 28.5%);
  color: #fffec3;
}

.page-content.lr_page_bos {
  background-color: #DBFFDB;
  min-height: calc(100vh - 60px);
}

.lr_action_toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 1.25rem 0px 0px 0px;
  padding: 12px;
  background-color: #EBEBEB;
  border-radius: 8px;
}

.msg_layout {
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  gap: 1rem;
  align-items: start;
}

.msg_list {
  max-height: 70vh;
  overflow: auto;
  border: 1px solid #A5A5A5;
  border-radius: 8px;
  background-color: #ffffff;
}

.msg_list_item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.65rem 0.75rem;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  cursor: pointer;
}
.msg_list_item:nth-child(even) {
  background-color: #f5f5f5;
}
.msg_list_item.is_open {
  font-weight: 700;
  background-color: #DFF5DF;
}
.msg_list_item.is_active {
  background-color: #fffec3;
}
.msg_list_item:hover {
  background-color: hsl(59, 100%, 109.2352941176%);
}

.msg_list_meta {
  color: #5a6475;
  font-size: 0.85rem;
  font-weight: 400;
}

.msg_detail {
  border: 1px solid #A5A5A5;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 1rem;
  min-height: 320px;
}

.msg_body {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
  overflow-wrap: anywhere;
}

.msg_compose {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #A5A5A5;
  border-radius: 8px;
  background-color: #ffffff;
  display: none;
}

.msg_toolbar_group {
  display: inline-flex;
  flex-wrap: wrap;
}
.msg_toolbar_group .btn_primary,
.msg_toolbar_group .btn_secondary {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #666666;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-bottom: 3px solid transparent;
}
.msg_toolbar_group .btn_secondary:hover {
  background: transparent;
  color: #333399;
}
.msg_toolbar_group .btn_primary {
  color: #333399;
  border-bottom: 3px solid #007531;
}

.msg_empty_state {
  text-align: center;
  padding: 3rem 1rem;
}
.msg_empty_state img {
  max-width: 300px;
  width: 80%;
  opacity: 0.35;
  margin: 0px 0px 1rem 0px;
}
.msg_empty_state p {
  color: #A5A5A5;
  font-weight: 700;
  font-size: 1.25rem;
}

@media (max-width: 720px) {
  .msg_layout {
    grid-template-columns: 1fr;
  }
  .msg_layout.is_reading .msg_list_wrap {
    display: none;
  }
  .msg_layout:not(.is_reading) .msg_detail_wrap {
    display: none;
  }
  .msg_list {
    max-height: none;
  }
}
.sms_layout {
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  gap: 1rem;
  align-items: start;
}

.sms_list {
  max-height: 70vh;
  overflow: auto;
  border: 1px solid #A5A5A5;
  border-radius: 8px;
  background-color: #ffffff;
}

.sms_list_item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.65rem 0.75rem;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  cursor: pointer;
}
.sms_list_item:nth-child(even) {
  background-color: #f5f5f5;
}
.sms_list_item:hover {
  background-color: hsl(59, 100%, 109.2352941176%);
}
.sms_list_item.is_active {
  background-color: #fffec3;
}
.sms_list_item.has_unread {
  font-weight: 700;
}

.sms_list_meta {
  color: #5a6475;
  font-size: 0.85rem;
  font-weight: 400;
}

.sms_detail {
  border: 1px solid #A5A5A5;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 1rem;
  min-height: 320px;
}

.sms_thread {
  max-height: 48vh;
  overflow: auto;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sms_bubble {
  max-width: 85%;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.sms_bubble.inbound {
  align-self: flex-start;
  background: #eef2f6;
}
.sms_bubble.outbound {
  align-self: flex-end;
  background: #A0D3E8;
}

.sms_bubble_meta {
  font-size: 0.75rem;
  color: #5a6475;
  margin-top: 0.25rem;
}

.sms_profile {
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

@media (max-width: 720px) {
  .sms_layout {
    grid-template-columns: 1fr;
  }
  .sms_layout.is_reading .sms_list_wrap {
    display: none;
  }
  .sms_layout:not(.is_reading) .sms_detail_wrap {
    display: none;
  }
  .sms_list {
    max-height: none;
  }
}
.customer_manage_heading_container {
  background-color: #333399;
  border-color: #BBBBBB;
  border-style: solid;
  border-width: 2px 0px 1px 1px;
  padding: 5px 10px 5px 10px;
  width: 100%;
  margin: 20px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.customer_manage_heading {
  color: #FFFFFF;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.05em;
}

.customer_manage_button {
  background-color: #FFFFFF;
  color: #333399;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.customer_manage_button:hover {
  background-color: #007531;
  color: #FFFFFF;
}

.customer_manage_body {
  border-color: #BBBBBB;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  padding: 10px;
  background-color: rgb(82.0671319375%, 91.6942505816%, 95.6583582586%);
  margin: 0px 0px 10px 0px;
}

.lr_staff_on_deck__error {
  color: #f04124;
}

.lr_staff_on_deck__tracker,
.lr_staff_on_deck__intro {
  display: block;
  clear: both;
  margin-bottom: 0.5rem;
}

.lr_staff_on_deck__tracker .primary {
  color: #333399;
}

.lr_staff_on_deck__table .text_centre {
  text-align: center;
}

.lr_staff_on_deck__label {
  font-weight: 600;
  margin-right: 0.25rem;
}

.lr_staff_on_deck__missing {
  display: inline-block;
  padding: 0.35rem 0.6rem;
  background: #f04124;
  color: #ffffff;
  border-radius: 0.25rem;
  font-size: 0.85rem;
  cursor: help;
}

.lr_staff_on_deck__readonly {
  display: inline-block;
  min-width: 3.25rem;
  padding: 0.35rem 0.7rem;
  border-radius: 0.25rem;
  font-weight: 700;
  color: #ffffff;
}

.lr_staff_on_deck__readonly.is_yes {
  background: #007531;
}

.lr_staff_on_deck__readonly.is_no {
  background: #f04124;
}

.lr_staff_on_deck__up_next {
  font-weight: 700;
  color: #333399;
}

.lr_staff_on_deck__override.tiny {
  padding: 0.35rem 0.65rem;
  font-size: 0.85rem;
}

@media (max-width: 640px) {
  .lr_staff_on_deck__table .hide_for_small {
    display: none;
  }
}
.lr_reception_form {
  max-width: 1100px;
}

.lr_reception_search {
  margin-bottom: 1rem;
}

.lr_reception_photo {
  display: block;
  width: 100%;
  max-width: 280px;
  min-height: 140px;
  object-fit: cover;
  border: 1px solid #bbbbbb;
  border-radius: 12px;
  background-color: #f5f5f5;
  margin-top: 1.5rem;
}
.lr_reception_photo.photo_placeholder {
  background-image: linear-gradient(135deg, #eee 25%, #f8f8f8 25%, #f8f8f8 50%, #eee 50%, #eee 75%, #f8f8f8 75%);
  background-size: 24px 24px;
}

.lr_reception_actions {
  margin: 1rem 0;
}

.lr_reception_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9000;
  padding: 1rem;
}

.lr_reception_modal {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.25rem;
  width: min(560px, 100%);
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}
.lr_reception_modal h2 {
  margin-top: 0;
}
.lr_reception_modal label {
  display: block;
  margin-top: 0.75rem;
}

.lr_reception_modal_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 1rem;
}

.lr_reception_dup_card {
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  background: #fafafa;
}
.lr_reception_dup_card .btn_use_existing {
  margin-top: 0.5rem;
}

.lr_reception_strength {
  font-size: 0.75rem;
  font-weight: 700;
  color: #333399;
  margin-left: 0.35rem;
}

#contactPrefToolbar,
#customerSourceToolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
#contactPrefToolbar input[type=radio],
#customerSourceToolbar input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#contactPrefToolbar label,
#customerSourceToolbar label {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border: 1px solid #bbbbbb;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
  font-weight: 600;
}
#contactPrefToolbar input[type=radio]:checked + label,
#customerSourceToolbar input[type=radio]:checked + label {
  background: #333399;
  border-color: #333399;
  color: #ffffff;
}

.lr_account_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0px 0px 16px 0px;
  padding: 4px 0px 0px 0px;
  background: #ffffff;
  border-bottom: 1px solid #d8d8d8;
  position: sticky;
  top: 52px;
  z-index: 90;
}

.lr_account_tabs li {
  list-style: none;
  margin: 0;
}

.lr_account_tabs li:has(button[data-tab=admin]) {
  margin-left: auto;
}

.lr_account_tabs button {
  appearance: none;
  cursor: pointer;
  font: inherit;
  display: block;
  background: #f3f3f3;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  border-radius: 4px 4px 0px 0px;
  color: #333333;
  padding: 9px 12px;
}

.lr_account_tabs button.is_active {
  background: #ffffff;
  color: #111111;
  font-weight: 700;
}

.lr_account_tabs button[data-tab=admin],
.lr_account_tabs button[data-tab=admin].is_active {
  background: #243b53;
  border-color: #243b53;
  color: #ffffff;
  font-weight: 700;
}

.lr_account_tabs button[data-tab=admin]:hover {
  background: #1b2f45;
  border-color: #1b2f45;
}

.lr_account_panel {
  display: none;
}

.lr_account_panel.is_active {
  display: block;
}

.lr_account_section {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin: 0px 0px 16px 0px;
  padding: 14px;
}

.lr_account_section h3 {
  margin: 0 0 0.75rem;
}

.lr_account_summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
  margin: 12px 0px;
}

.lr_account_metric {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px;
}

.lr_account_metric__label {
  color: #666666;
  font-size: 11px;
  text-transform: uppercase;
}

.lr_account_metric__value {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}

.lr_account_field {
  margin-bottom: 1rem;
}

.lr_account_field__title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.lr_account_field .text_muted {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.9rem;
}

.lr_account_radios {
  margin-bottom: 0;
}

.lr_account_radios .form-button-radio__button {
  text-transform: none;
  min-width: 0;
  white-space: nowrap;
}

.lr_account_row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-bottom: 1px solid #eceff1;
}

.lr_account_row--stack {
  flex-direction: column;
  align-items: stretch;
}

.lr_account_row--stack .lr_account_row__control {
  flex: 1 1 auto;
  width: 100%;
}

.lr_account_row:last-child {
  border-bottom: none;
}

.lr_account_row__label {
  flex: 1 1 12rem;
  min-width: 10rem;
  padding-top: 0.35rem;
}

.lr_account_row__control {
  flex: 2 1 18rem;
  min-width: 14rem;
}

.lr_account_table {
  width: 100%;
  border-collapse: collapse;
}

.lr_account_table th,
.lr_account_table td {
  border-bottom: 1px solid #eceff1;
  padding: 0.5rem 0.4rem;
  text-align: left;
  vertical-align: top;
}

.lr_account_empty {
  color: #5f6368;
  font-style: italic;
}

.lr_account_admin_subtabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1rem;
}

.lr_account_admin_subtab {
  appearance: none;
  border: 1px solid #d8d8d8;
  background: #f3f3f3;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  padding: 0.45rem 0.85rem;
  color: #333;
}

.lr_account_admin_subtab.is_active {
  background: #243b53;
  border-color: #243b53;
  color: #fff;
  font-weight: 700;
}

.lr_account_admin_subpanel {
  display: none;
}

.lr_account_admin_subpanel.is_active {
  display: block;
}

.lr_account_admin_section_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.lr_account_admin_muted {
  color: #5f6368;
  font-size: 0.9rem;
}

.lr_account_admin_summary {
  margin: 0.75rem 0;
}

.lr_account_admin_summary_bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.lr_account_admin_pill {
  display: inline-block;
  background: #eef2f6;
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  font-size: 0.85rem;
}

.lr_account_admin_pill--warn {
  background: #fff4e5;
  color: #8a4b00;
}

.lr_account_admin_filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.35rem;
}

.lr_account_admin_table_wrap {
  overflow: auto;
  max-width: 100%;
}

.lr_account_admin_matrix_wrap {
  max-height: 70vh;
}

.lr_account_admin_matrix th,
.lr_account_admin_matrix td {
  white-space: nowrap;
}

.lr_account_admin_sort {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0;
  text-align: left;
}

.lr_account_admin_dealer_link {
  appearance: none;
  background: transparent;
  border: 0;
  color: #333399;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
}

.lr_account_admin_dealer_link:hover {
  text-decoration: underline;
}

.lr_account_admin_dealer_name {
  display: block;
  font-weight: 700;
}

.lr_account_admin_bubble {
  appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 2.75rem;
  padding: 0.25rem 0.55rem;
}

.lr_account_admin_bubble.is_enabled {
  background: #007531;
  color: #fff;
}

.lr_account_admin_bubble.is_disabled {
  background: #dadce0;
  color: #3c4043;
}

.lr_account_admin_sms_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.lr_account_admin_sms_dealer {
  margin-top: 0.4rem;
  max-width: 18rem;
}

.lr_account_ai_schedule_status {
  background: #f5f6fa;
  border-left: 4px solid #333399;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1rem;
}

.lr_account_ai_schedule_status.is_auto {
  border-left-color: #007531;
}

.lr_account_ai_schedule_status small {
  display: block;
  margin-top: 0.35rem;
  opacity: 0.85;
}

.lr_account_ai_schedule_warning {
  color: #f04124;
  font-weight: 600;
  margin: 0 0 0.75rem;
}

.lr_account_ai_schedule_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.lr_account_ai_schedule_meta {
  color: #555;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.lr_account_table_wrap {
  overflow-x: auto;
}

.lr_account_ai_schedule_table th,
.lr_account_ai_schedule_table td {
  vertical-align: middle;
}

.lr_account_error_text {
  color: #f04124;
}

.lr_account_embed_editor td {
  vertical-align: top;
}

.lr_company_tabs,
.lr_staff_tabs,
.lr_admin_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  list-style: none;
  margin: 14px 0px 20px 0px;
  padding: 0;
}

.lr_company_tabs li,
.lr_staff_tabs li,
.lr_admin_tabs li {
  list-style: none;
  margin: 0;
}

.lr_company_tabs button,
.lr_staff_tabs button,
.lr_admin_tabs a {
  appearance: none;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: #333399;
  background: #efefef;
  border: 0;
  border-radius: 0;
  padding: 8px 16px;
}

.lr_company_tabs button:hover,
.lr_staff_tabs button:hover,
.lr_admin_tabs a:hover {
  background: #e2e2e2;
}

.lr_company_tabs button.is_active,
.lr_staff_tabs button.is_active,
.lr_admin_tabs a.is_active {
  background: #333399;
  color: #ffffff;
}

.lr_company_tabs button.is_pending {
  color: #9a9a9a;
  cursor: not-allowed;
}

.lr_company_panel {
  display: none;
}

.lr_company_panel.is_active {
  display: block;
}

.lr_company label {
  display: block;
  margin: 0px 0px 4px 0px;
}

.lr_company .form_control,
.lr_company .form_select,
.lr_company textarea.form_control {
  width: 100%;
  margin: 0px 0px 16px 0px;
}

.lr_company hr {
  border: 0;
  border-top: 1px solid #dddddd;
  margin: 4px 0px 20px 0px;
}

.lr_label_hint {
  font-size: 0.75rem;
  font-weight: 400;
  color: #808080;
  text-transform: uppercase;
}

.lr_company .form_control:disabled,
.lr_company .form_control[readonly] {
  background: #f2f2f2;
  color: #6a6a6a;
  cursor: not-allowed;
}

.lr_prefix_group {
  display: flex;
  align-items: stretch;
}

.lr_prefix_group .lr_prefix {
  display: flex;
  align-items: center;
  height: 2.75rem;
  padding: 0px 12px;
  background: #f2f2f2;
  border: 1px solid #cccccc;
  border-right: 0;
  border-radius: 6px 0px 0px 6px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
}

.lr_prefix_group .form_control {
  border-radius: 0px 6px 6px 0px;
  flex: 1 1 auto;
}

.lr_copy_group {
  display: flex;
  align-items: stretch;
}

.lr_copy_group .form_control {
  border-radius: 6px 0px 0px 6px;
  flex: 1 1 auto;
  margin: 0;
}

.lr_copy_group button {
  cursor: pointer;
  height: 2.75rem;
  padding: 0px 14px;
  background: #333399;
  color: #ffffff;
  border: 1px solid #333399;
  border-radius: 0px 6px 6px 0px;
  font-size: 1rem;
}

.lr_copy_group button:hover {
  background: #22226b;
}

.lr_company_actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  margin: 8px 0px 0px 0px;
}
.lr_company_actions .btn_primary {
  font-size: 0.8125rem;
  padding: 14px 28px 15px 28px;
  border-radius: 6px;
}

.lr_btn_tiny {
  display: inline-block;
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 10px 20px 11px 20px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
}

.lr_btn_tiny_navy {
  background-color: #333399;
}
.lr_btn_tiny_navy:hover {
  background-color: #22226b;
  color: #FFFFFF;
}

.lr_btn_tiny_green {
  background-color: #007531;
}
.lr_btn_tiny_green:hover {
  background-color: #005A25;
  color: #FFFFFF;
}

.lr_btn_tiny_red {
  background-color: #f04124;
}
.lr_btn_tiny_red:hover {
  background-color: #C22F1B;
  color: #FFFFFF;
}

.lr_btn_tiny_dark {
  background-color: #222222;
}
.lr_btn_tiny_dark:hover {
  background-color: #444444;
  color: #FFFFFF;
}

.lr_company .lr_btn_add_staff {
  display: inline-block;
  font-size: 0.8125rem;
  white-space: nowrap;
  padding: 12px 16px;
  border-radius: 6px;
  text-align: center;
}

.lr_website_open {
  display: flex;
  align-items: center;
  color: #333399;
  margin: 0px 0px 16px 10px;
}
.lr_website_open:hover {
  color: #22226b;
}

.lr_website_open.is_disabled {
  color: #BBBBBB;
  cursor: not-allowed;
}

.lr_company_cookie_tools {
  text-align: right;
}

.lr_company_cookie_readout {
  white-space: pre-line;
  word-break: break-all;
  text-align: left;
  font-size: 0.75rem;
  color: #4D4D4D;
  margin: 8px 0px 0px 0px;
  max-height: 140px;
  overflow: auto;
}

.lr_company_anniversary {
  display: inline-block;
  font-style: italic;
  font-weight: 700;
  color: #007531;
  margin: 0px 0px 16px 0px;
}

.lr_company textarea.form_control {
  min-height: 8rem;
  resize: vertical;
}

.lr_company_dept {
  margin: 0px 0px 8px 0px;
}

.lr_company_dept_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0px 0px 12px 0px;
}

.lr_company_dept_head .form_large_heading {
  float: none;
  margin: 0;
}

.lr_company_dept_head .radio_toolbar {
  margin-left: auto;
}

.lr_company_map {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}
@media (min-width: 64em) {
  .lr_company_map {
    grid-template-columns: minmax(240px, 1fr) minmax(0, 3fr);
  }
}

.lr_company_map_embed iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.lr_company_map_address {
  margin: 16px 0px 0px 0px;
}

.lr_company_map_address .icon_page_heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
}

.lr_company_map_address .icon_page_subheading {
  font-size: 1rem;
  color: #4d4d4d;
  margin: 0px 0px 8px 0px;
}

.lr_company .radio_toolbar_small {
  margin: 0px 0px 16px 0px;
}

.lr_company_admin_bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-left: auto;
}

.lr_company_admin_tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-left: auto;
  padding: 5px 12px;
}

.lr_company_admin_icon {
  color: #333399;
  font-size: 1.5rem;
}

.lr_company_admin_icon:hover {
  color: #22226b;
}

.lr_company_admin_flags {
  margin: 0px 0px 16px 0px;
}

.lr_company_flag {
  display: inline-block;
  vertical-align: top;
  margin: 0px 24px 6px 0px;
}

.lr_company_flag > label {
  display: block;
  font-weight: 700;
  margin: 0px 0px 2px 0px;
}

.lr_company_demo {
  background: #fff8e6;
  border: 1px solid #e0c36c;
  border-radius: 8px;
  padding: 20px;
  margin: 0px 0px 20px 0px;
}

.lr_company_demo h5 {
  margin: 0px 0px 8px 0px;
}

.lr_company_demo_results {
  max-height: 160px;
  overflow: auto;
  background: #ffffff;
  border: 1px solid #dddddd;
  margin: 0px 0px 12px 0px;
}

.lr_company_demo_hit {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  padding: 8px 10px;
  cursor: pointer;
}

.lr_company_demo_hit:hover {
  background: #f5f5f5;
}

.lr_company_demo_selected,
.lr_company_demo_status {
  font-weight: 700;
  margin: 8px 0px 0px 0px;
}

.lr_company_demo_wipe {
  background: #7a1010;
  color: #ffffff;
  border-color: #7a1010;
}

.lr_company_demo_report {
  max-height: 220px;
  overflow: auto;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 8px;
  margin: 8px 0px 0px 0px;
}

.lr_company_delete {
  appearance: none;
  cursor: pointer;
  color: #222222;
  font-size: 1rem;
  line-height: 1;
  margin: 16px 0px 0px 0px;
  padding: 8px 10px;
  width: fit-content;
}
.lr_company_delete:hover {
  color: #f04124;
}

.lr_pricing_section {
  margin: 1.25rem 0 1.75rem;
}

.lr_pricing_section h3 {
  margin: 0 0 0.75rem;
}

.lr_pricing_field {
  margin-bottom: 0.9rem;
}

.lr_pricing_field__title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.lr_pricing_field .text_muted {
  margin-top: 0.25rem;
  font-size: 0.9rem;
}

.lr_pricing_radios {
  margin-bottom: 0;
}

.lr_pricing_radios .form-button-radio__button {
  text-transform: none;
  min-width: 0;
}

.lr_social_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  border-bottom: 1px solid #dadce0;
}

.lr_social_tabs button {
  appearance: none;
  border: 1px solid transparent;
  border-bottom: none;
  background: transparent;
  color: #3c4043;
  cursor: pointer;
  font: inherit;
  padding: 0.55rem 0.85rem;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
}

.lr_social_tabs button.is_active {
  background: #ffffff;
  border-color: #dadce0;
  color: #111111;
  font-weight: 700;
}

.lr_social_panel {
  display: none;
  padding: 1rem 0 1.5rem;
}

.lr_social_panel.is_active {
  display: block;
}

.lr_social_card {
  border: 1px solid #dadce0;
  border-radius: 4px;
  padding: 0.85rem 1rem 1rem;
  margin-bottom: 1rem;
  background: #ffffff;
  min-height: 12rem;
}

.lr_social_card__head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}

.lr_social_card__head h3 {
  margin: 0;
  font-size: 1.15rem;
}

.lr_social_icon {
  font-size: 1.75rem;
  color: #333399;
}

.lr_social_icon--off {
  opacity: 0.35;
  filter: grayscale(1);
}

.lr_social_label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.lr_social_toggle {
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid #eceff1;
}

.lr_social_toggle--soon {
  opacity: 0.75;
}

.lr_social_radios {
  margin: 0.35rem 0 0;
}

.lr_social_radios .form-button-radio__button {
  text-transform: none;
  min-width: 0;
}

.lr_social_test_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #eceff1;
}

.lr_social_empty {
  color: #5f6368;
  font-style: italic;
}

.lr_holiday_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  border-bottom: 1px solid #dadce0;
}

.lr_holiday_tabs button {
  appearance: none;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  background: #f3f3f3;
  color: #333333;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0.55rem 1rem;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
}

.lr_holiday_tabs button.is_active {
  background: #333399;
  border-color: #333399;
  color: #ffffff;
  font-weight: 700;
}

.lr_holiday_toolbar {
  margin: 1rem 0 0.5rem;
  text-align: right;
}

.lr_holiday_toolbar .btn_primary {
  background-color: #007531;
  border-color: #007531;
  font-weight: 700;
  padding: 0.75rem 1.75rem;
}
.lr_holiday_toolbar .btn_primary:hover {
  background-color: #005a25;
  border-color: #005a25;
}

.lr_holiday h2.form_large_heading,
.lr_holiday_modal h2.form_large_heading {
  float: none;
  display: block;
  font-size: 1.6875rem;
  line-height: 1.2;
  margin: 12px 0 4px;
}

.overview-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 0.75rem 0;
  font-size: 0.85rem;
  color: #3c4043;
}

.overview-calendar-legend__swatch {
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 2px;
  margin-right: 0.3rem;
  vertical-align: middle;
}

.overview-calendar-legend__swatch--stat {
  background: #339;
}

.overview-calendar-legend__swatch--closed {
  background: #585b5d;
}

.overview-calendar-strip {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0 0 1.5rem;
}

.overview-calendar-strip__month {
  flex: 1 1 0;
  min-width: 14rem;
}

.lr_overview_cal {
  background: #efefef;
  border: 1px solid #8e8e8e;
  padding: 0.25rem;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.lr_overview_cal__header {
  background: #c9c9c9;
  border: 1px solid #aaa;
  border-radius: 0.25rem;
  color: #222;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  text-align: center;
}

.lr_overview_cal__title {
  line-height: 1.25;
}

.lr_overview_cal__table {
  background: #f9f9f9;
  border-collapse: collapse;
  font-size: 0.82rem;
  margin: 0.35rem 0 0;
  width: 100%;
}

.lr_overview_cal__table th {
  background: #fff;
  border: 0;
  color: #000;
  font-weight: 700;
  padding: 0.35rem 0.2rem;
  text-align: center;
}

.lr_overview_cal__table td {
  border: 1px solid #c8c8c8;
  padding: 0;
}

.lr_overview_cal__table td span {
  background: #f5f5f5;
  color: #555;
  cursor: default;
  display: block;
  padding: 0.25rem 0.35rem;
  text-align: right;
}

.lr_overview_cal__table td.lr_overview_cal__other span {
  background: #e8e8e8;
  color: #999;
}

.lr_overview_cal__table td span.is_today {
  background: #fffccf !important;
  color: #000;
  font-weight: 700;
}

.cal-day--stat span {
  background: #339 !important;
  color: #ff0 !important;
  font-weight: 700 !important;
}

.cal-day--closed span {
  background: #585b5d !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.lr_holiday_section_title {
  margin: 1.5rem 0 0.75rem;
  font-size: 1.6875rem;
  font-weight: 700;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
}

.lr_holiday_label {
  display: block;
  font-weight: 600;
  margin: 0.85rem 0 0.3rem;
}

.lr_holiday_empty {
  color: #5f6368;
  margin: 0.5rem 0 1rem;
}

.lr_holiday_card {
  border: 0;
  border-left: 4px solid #f04124;
  border-radius: 10px;
  padding: 1rem 1.15rem 1.1rem;
  margin-bottom: 1rem;
  background: #f2f2f2;
  min-height: 10rem;
}

.lr_holiday_card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.lr_holiday_card__head h4 {
  margin: 0;
  font-size: 1.05rem;
}

.lr_holiday_badge {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #333399;
  background: #e6e6f5;
  padding: 0.15rem 0.4rem;
  border-radius: 3px;
  white-space: nowrap;
}

.lr_holiday_dates,
.lr_holiday_status_line,
.lr_holiday_banner_flag {
  margin: 0.25rem 0;
  color: #3c4043;
}

.lr_holiday_banner_flag {
  color: #007531;
  font-size: 0.9rem;
  font-weight: 700;
}

.lr_holiday_chip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  width: 100%;
  text-align: left;
  border: 1px dashed #dadce0;
  border-radius: 4px;
  background: #fafafa;
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font: inherit;
}

.lr_holiday_chip:hover:not([disabled]) {
  border-color: #333399;
  background: #e6e6f5;
}

.lr_holiday_chip--set,
.lr_holiday_chip[disabled] {
  opacity: 0.65;
  cursor: default;
  border-style: solid;
}

.lr_holiday_chip span {
  color: #5f6368;
  font-size: 0.9rem;
}

.lr_holiday_radios {
  margin-bottom: 0.5rem;
}

.lr_holiday_notice {
  margin: 0 0 0.75rem;
  color: #333399;
  font-weight: 700;
  font-size: 0.95rem;
}

.lr_holiday_modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 1rem;
  overflow: auto;
}

.lr_holiday_modal.nix_display {
  display: none;
}

.lr_holiday_modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(32, 33, 36, 0.45);
}

.lr_holiday_modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 36rem;
  background: #ffffff;
  border-radius: 6px;
  padding: 1.25rem 1.35rem 1.5rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.lr_holiday_modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.65rem;
  appearance: none;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #5f6368;
}

.lr_holiday_modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 1.25rem;
}

.lr_event_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
}

.lr_event_tabs button {
  appearance: none;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  background: #f3f3f3;
  color: #333333;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0.55rem 1rem;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
}

.lr_event_tabs button.is_active {
  background: #333399;
  border-color: #333399;
  color: #ffffff;
  font-weight: 700;
}

.lr_event .form_large_heading {
  float: none;
  clear: both;
  display: block;
  font-size: 27px;
  margin: 1rem 0 0.75rem;
}

.lr_event_toolbar {
  margin: 1rem 0 0.5rem;
  text-align: right;
}

.lr_event_toolbar .btn_primary {
  background-color: #007531;
  border-color: #007531;
  font-weight: 700;
  padding: 0.75rem 1.75rem;
}
.lr_event_toolbar .btn_primary:hover {
  background-color: #005a25;
  border-color: #005a25;
}

.lr_event_section_title {
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 27px;
  margin: 1.25rem 0 0.65rem;
  padding: 10px;
}

.lr_event_label {
  color: #4d4d4d;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 0.85rem 0 0.3rem;
}

.lr_event_empty {
  color: #5f6368;
  margin: 0.5rem 0 1rem;
}

.lr_event_card {
  background: #f2f2f2;
  border: 1px solid #dcdcdc;
  border-left: 4px solid #f04124;
  border-radius: 10px;
  margin-bottom: 1rem;
  min-height: 10rem;
  padding: 0.85rem 1rem 1rem;
}

.lr_event_card--open {
  border-left-color: #007531;
}

.lr_event_card--closed {
  border-left-color: #f04124;
}

.lr_event_card__head {
  margin-bottom: 0.35rem;
}

.lr_event_card__head h4 {
  font-size: 1.05rem;
  margin: 0.15rem 0 0;
}

.lr_event_badge {
  color: #5f6368;
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.lr_event_dates,
.lr_event_status_line,
.lr_event_banner_flag {
  color: #3c4043;
  margin: 0.25rem 0;
}

.lr_event_banner_flag {
  color: #007531;
  font-size: 0.9rem;
  font-weight: 700;
}

.lr_event_radios {
  margin-bottom: 0.5rem;
}

.lr_event_modal {
  align-items: flex-start;
  display: flex;
  inset: 0;
  justify-content: center;
  overflow: auto;
  padding: 2rem 1rem;
  position: fixed;
  z-index: 1200;
}

.lr_event_modal.nix_display {
  display: none;
}

.lr_event_modal__backdrop {
  background: rgba(32, 33, 36, 0.45);
  inset: 0;
  position: fixed;
}

.lr_event_modal__panel {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  max-width: 36rem;
  padding: 1.25rem 1.35rem 1.5rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.lr_event_modal__panel .form_large_heading {
  float: none;
  font-size: 1.5rem;
  margin: 0 2rem 0.75rem 0;
}

.lr_event_modal__close {
  appearance: none;
  background: transparent;
  border: 0;
  color: #5f6368;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  right: 0.65rem;
  top: 0.5rem;
}

.lr_event_modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 1.25rem;
}

#btnDeleteEvent {
  background-color: #f04124;
  border-color: #f04124;
  color: #ffffff;
}

.lr_staff_edit {
  max-width: 1100px;
}
.lr_staff_edit label.textbox_label {
  display: block;
}
.lr_staff_edit input.uber_form_textbox,
.lr_staff_edit select.uber_form_dropdown,
.lr_staff_edit textarea.uber_form_textarea {
  width: 100%;
  max-width: 100%;
}

.lr_staff_edit_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin: 0px 0px 10px 0px;
}
.lr_staff_edit_head .form_large_heading {
  white-space: normal;
}

.lr_staff_head_icons {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}
.lr_staff_head_icons .lr_staff_head_icon {
  color: #333399;
  text-decoration: none;
}
.lr_staff_head_icons .lr_staff_head_icon:hover {
  color: #007531;
}
.lr_staff_head_icons .lr_staff_head_icon i + i {
  margin-left: 0.35rem;
}
.lr_staff_head_icons .lr_staff_head_icon_key {
  color: #007531;
}
.lr_staff_head_icons .lr_staff_head_icon_key:hover {
  color: #333399;
}

.staff_tab_panel {
  margin: 0px 0px 20px 0px;
}
.staff_tab_panel hr {
  border: none;
  border-top: 1px solid #DDDDDD;
  margin: 20px 0px 20px 0px;
}

.lr_staff_photo_box {
  text-align: center;
}
.lr_staff_photo_box img {
  max-width: 100%;
  border-radius: 0px;
  margin: 0px 0px 10px 0px;
}
.lr_staff_photo_box .textbox_label {
  text-align: left;
}
.lr_staff_photo_box .radio_toolbar_small {
  display: inline-block;
}

.lr_staff_photo_controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin: 4px 0px 0px 0px;
}

.lr_staff_photo_upload_icon,
.lr_staff_photo_delete_icon {
  color: #333399;
  text-decoration: none;
}
.lr_staff_photo_upload_icon:hover,
.lr_staff_photo_delete_icon:hover {
  color: #007531;
}

.lr_staff_photo_delete_icon.disabled {
  color: #B7B7B7;
  cursor: not-allowed;
  pointer-events: none;
}

.lr_staff_factory_panel {
  margin: 20px 0px 0px 0px;
  padding: 20px;
  background-color: #F2F2F2;
  border-radius: 8px;
}
.lr_staff_factory_panel .ultra_small_text {
  font-size: 0.75rem;
  color: #666666;
  margin: 4px 0px 0px 0px;
}

.lr_staff_factory_title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0px 0px 8px 0px;
}
.lr_staff_factory_title i {
  margin-right: 6px;
}

.lr_staff_factory_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 8px 0px 4px 0px;
}
.lr_staff_factory_row button {
  cursor: pointer;
}

.lr_note_success {
  color: #007531;
}

.lr_note_primary {
  color: #333399;
  font-weight: 700;
}

.lr_staff_connector {
  display: flex;
  align-items: stretch;
  gap: 0px;
}
.lr_staff_connector input.uber_form_textbox {
  flex: 1 1 auto;
  border-radius: 5px 0px 0px 5px;
  margin: 0px;
}
.lr_staff_connector button {
  border-radius: 0px 5px 5px 0px;
  padding: 0px 16px;
  cursor: pointer;
}

.lr_pwd_msg {
  display: inline-block;
  font-weight: 700;
  margin: 4px 0px 0px 2px;
}

.lr_pwd_generate {
  display: flex;
  align-items: flex-end;
}
.lr_pwd_generate button {
  cursor: pointer;
  margin: 0px 0px 2px 0px;
}

.lr_staff_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 10px 0px 0px 0px;
}
.lr_staff_footer button {
  cursor: pointer;
  padding: 16px 32px 17px 32px;
  border-radius: 6px;
  font-size: 1rem;
}

.lr_tab_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 4px 0px;
}
.lr_tab_nav .lr_tab_next {
  margin-left: auto;
}

.lr_tab_prev,
.lr_tab_next {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  padding: 14px 28px 15px 28px;
  border-radius: 6px;
}

.lr_tab_next {
  background-color: #007531;
}
.lr_tab_next:hover {
  background-color: #005b26;
}

.lr_tab_prev {
  background-color: #f04124;
}
.lr_tab_prev:hover {
  background-color: #d32a0e;
}

.lr_staff_footer_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.lr_staff_sync_banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0px 0px 16px 0px;
  padding: 12px 16px;
  background-color: #FFF8E6;
  border: 1px solid #E0C36A;
  border-radius: 8px;
}
.lr_staff_sync_banner i {
  margin-right: 6px;
}
.lr_staff_sync_banner a {
  color: #333399;
  font-weight: 700;
}
.lr_staff_sync_banner button {
  cursor: pointer;
  flex-shrink: 0;
}

.lr_staff_inactive_badge {
  display: inline-block;
  background-color: #999999;
  color: #FFFFFF;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 5px;
}

.lr_staff_list_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0px 0px 10px 0px;
}

.lr_staff_list_intro {
  margin: 0px 0px 10px 0px;
}

.lr_staff_list_actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.lr_staff_list_actions .btn_success,
.lr_staff_list_actions .btn_secondary {
  cursor: pointer;
}

.lr_staff_icon_link {
  color: #007531;
  text-decoration: none;
}
.lr_staff_icon_link:hover {
  color: #333399;
}

.DealerStaff_list_table {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-collapse: separate;
  border-spacing: 0px;
  margin: 0px 0px 20px 0px;
}
.DealerStaff_list_table thead {
  background-color: #F5F5F5;
}
.DealerStaff_list_table th {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  padding: 8px 10px 10px 10px;
}
.DealerStaff_list_table td {
  font-size: 0.875rem;
  line-height: 18px;
  padding: 9px 10px 9px 10px;
  vertical-align: middle;
}
.DealerStaff_list_table tbody tr:nth-of-type(even) {
  background-color: #E2E2E2;
}
.DealerStaff_list_table .fni_customer_label {
  color: #8C8C8C;
}
.DealerStaff_list_table .fni_customer_phone {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 1px;
}
.DealerStaff_list_table .lr_staff_login_pending {
  color: #A5A5A5;
  font-weight: 700;
}
.DealerStaff_list_table .lr_staff_login_yes {
  color: #007531;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
.DealerStaff_list_table .lr_staff_login_no {
  color: #A2A2A2;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.lr_staff_photo_cell {
  width: 53px;
}
.lr_staff_photo_cell .staff_photo_icon {
  display: block;
  width: 40px;
  max-width: none;
}

.lr_staff_photo_placeholder {
  padding: 4px 4px 8px 4px;
  text-align: center;
  background-color: #898991;
  height: 44px;
  min-width: 40px;
}
.lr_staff_photo_placeholder > div {
  padding: 4px 0px 0px 0px;
  background-color: #EBEBEB;
  height: 32px;
}

.lr_staff_support_note {
  color: #f04124;
  font-weight: 700;
}

.lr_hours .form_large_heading {
  float: none;
  display: block;
  white-space: normal;
}
.lr_hours .radio_toolbar_small label {
  font-size: 0.875rem;
}

.lr_hours_add_dept {
  float: right;
  margin: 0px 10px 0px 0px;
}

.lr_hours_add_dept a {
  display: inline-block;
  background-color: #007531;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 6px;
  text-decoration: none;
}
.lr_hours_add_dept a:hover {
  background-color: #005a25;
  color: #ffffff;
}

.lr_hours_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  list-style: none;
  clear: left;
  margin: 0px 0px 16px 0px;
  padding: 0px;
}
.lr_hours_tabs li {
  margin: 0px;
}
.lr_hours_tabs a {
  display: inline-block;
  background-color: #efefef;
  color: #333399;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 16px;
  text-decoration: none;
}
.lr_hours_tabs a:hover {
  background-color: #fffec3;
  color: #333399;
}
.lr_hours_tabs li.is_active a {
  background-color: #333399;
  color: #ffffff;
}

.lr_hours_grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  align-items: start;
}
@media (min-width: 40em) {
  .lr_hours_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 64em) {
  .lr_hours_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.lr_hours_day {
  background-color: #f2f2f2;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 6px 10px 0px 10px;
  margin-bottom: 20px;
}

.lr_hours_day_name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
}

.lr_hours_openclosed {
  padding: 10px 0px 0px 0px;
}

.lr_hours_appt {
  clear: both;
  padding: 5px 0px 0px 10px;
}
.lr_hours_appt label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #4d4d4d;
  margin-left: 6px;
}

.lr_hours_times {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  padding: 6px 4px 0px 10px;
}
.lr_hours_times label {
  font-size: 1rem;
  font-weight: 700;
  color: #4d4d4d;
}
.lr_hours_times select.form_control {
  height: 37px;
  font-size: 0.875rem;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding: 6px 8px;
  margin-bottom: 16px;
}

.lr_hours_times.is_closed {
  display: none;
}

.lr_hours_update {
  text-align: center;
  padding: 40px 0px 40px 0px;
}

.lr_hours_update_btn {
  background-color: #007531;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  padding: 16px 32px 17px 32px;
  border-radius: 6px;
  cursor: pointer;
}
.lr_hours_update_btn:hover {
  background-color: #005a25;
}

.lr_hours_check {
  display: block;
  margin: 16px auto 0px auto;
  cursor: pointer;
  line-height: 1;
}

.lr_hours_check--success {
  color: #007531;
}

.lr_hours_check--alert {
  color: #f04124;
}

.lr_hours_check--warning {
  color: #f08a24;
}

.lr_hours_check_caption {
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #f04124;
}

.lr_hours_table {
  width: 100%;
  border: 1px solid #dddddd;
  border-collapse: separate;
  border-spacing: 0px;
  background-color: #ffffff;
  margin: 0px 0px 20px 0px;
}
@media (min-width: 64em) {
  .lr_hours_table {
    width: 50%;
  }
}
.lr_hours_table caption {
  font-size: 1rem;
  color: #222222;
  padding: 0px 0px 8px 0px;
  text-align: center;
}
.lr_hours_table caption span {
  font-size: 1.5rem;
  color: #007531;
  font-weight: 700;
}
.lr_hours_table td {
  padding: 9px 10px;
  font-size: 0.875rem;
  color: #222222;
}
.lr_hours_table thead td {
  font-size: 1.25rem;
  font-weight: 700;
}
.lr_hours_table tbody td:first-child {
  font-weight: 700;
}
.lr_hours_table tbody tr:nth-child(odd) {
  background-color: #e2e2e2;
}
.lr_hours_table .holiday_name {
  color: #BF1B28;
}

.lr_admin_dealers .lr_admin_intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: 0px 0px 16px 0px;
}
.lr_admin_dealers .lr_admin_toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin: 0px 0px 8px 0px;
}
.lr_admin_dealers .lr_admin_scope {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.lr_admin_dealers .lr_admin_scope_chip {
  display: inline-block;
  background-color: #a0d3e8;
  color: #636363;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 6px;
  text-decoration: none;
}
.lr_admin_dealers .lr_admin_scope_chip:hover {
  background-color: #8ac4dd;
  color: #333333;
}
.lr_admin_dealers .lr_admin_scope_chip.is_active {
  background-color: #007531;
  color: #FFFFFF;
}
.lr_admin_dealers .lr_admin_filter_row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0px 0px 0px;
}
.lr_admin_dealers .lr_admin_filter_row .form_control {
  max-width: 28rem;
  margin: 0;
}
.lr_admin_dealers .lr_admin_colour_key {
  flex: 0 0 auto;
  text-align: right;
}
.lr_admin_dealers .lr_colour_key_title {
  font-weight: 700;
  margin: 0px 0px 6px 0px;
}
.lr_admin_dealers .lr_colour_key_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, auto));
  gap: 6px;
}
.lr_admin_dealers .lr_colour_key_chip {
  border: 2px solid #222222;
  border-radius: 4px;
  padding: 0px 4px;
  font-size: 0.875rem;
  text-align: left;
  white-space: nowrap;
}
.lr_admin_dealers .lr_key_trial_inactive {
  background-color: #f7c088;
}
.lr_admin_dealers .lr_key_inactive {
  background-color: #ffff6b;
}
.lr_admin_dealers .lr_key_trial_active {
  background-color: #00e05e;
}
.lr_admin_dealers .lr_key_dashboard {
  background-color: #a0d3e8;
}
.lr_admin_dealers .lr_tab_heart {
  color: #d33a52;
  margin-right: 5px;
}
.lr_admin_dealers .lr_quiet {
  color: #808080;
}

.lr_admin_dealer_list {
  width: 100%;
  table-layout: auto;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  margin: 0px 0px 20px 0px;
  border-collapse: separate;
}
.lr_admin_dealer_list th,
.lr_admin_dealer_list td {
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 8px 12px;
  vertical-align: top;
  text-align: left;
  color: #222222;
}
.lr_admin_dealer_list th {
  font-weight: 700;
  white-space: nowrap;
}
.lr_admin_dealer_list tbody tr:nth-child(even) {
  background-color: #E2E2E2;
}
.lr_admin_dealer_list tbody tr.lr_row_inactive {
  background-color: #ffff6b;
}
.lr_admin_dealer_list tbody tr.lr_row_dashboard {
  background-color: #a0d3e8;
}
.lr_admin_dealer_list tbody tr.lr_row_trial_inactive {
  background-color: #f7c088;
}
.lr_admin_dealer_list tbody tr.lr_row_trial_active {
  background-color: #00e05e;
}
.lr_admin_dealer_list .lr_col_name {
  min-width: 170px;
}
.lr_admin_dealer_list .lr_col_address {
  white-space: normal;
  max-width: 220px;
}
.lr_admin_dealer_list .lr_col_phone {
  font-weight: 700;
}
.lr_admin_dealer_list .lr_dealer_name_link {
  display: inline-block;
  margin: 6px 0px 0px 0px;
  font-weight: 700;
  color: #333399;
  text-decoration: none;
  white-space: nowrap;
}
.lr_admin_dealer_list .lr_dealer_name_link:hover {
  color: #22226b;
}
.lr_admin_dealer_list .lr_dealer_status {
  display: block;
  font-size: 0.6875rem;
  padding-left: 10px;
}
.lr_admin_dealer_list .lr_item_type_link {
  font-size: 2em;
  text-decoration: none;
  color: #68B0AD;
}
.lr_admin_dealer_list .lr_item_type_link.is_upgraded {
  color: #006837;
}
.lr_admin_dealer_list .btn_favourite {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.lr_admin_dealer_list .btn_favourite i {
  font-size: 20px;
  color: #b7b7b7;
  vertical-align: middle;
}
.lr_admin_dealer_list .btn_favourite:hover i, .lr_admin_dealer_list .btn_favourite.is_favourite i {
  color: #d33a52;
}
.lr_admin_dealer_list .lr_col_centre {
  text-align: center;
}
.lr_admin_dealer_list .lr_assign_btn {
  appearance: none;
  display: inline-block;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #333399;
  padding: 5px;
  border-radius: 6px;
  white-space: nowrap;
}
.lr_admin_dealer_list .lr_assign_none {
  background-color: #f04124;
}
.lr_admin_dealer_list .lr_assign_none:hover {
  background-color: #C22F1B;
}
.lr_admin_dealer_list .lr_assign_mine {
  appearance: none;
  background: none;
  border: 0;
  padding: 5px;
  cursor: pointer;
  font-size: 2em;
  color: #4aabd3;
}
.lr_admin_dealer_list .lr_assign_mine:hover {
  color: #2f8db5;
}
.lr_admin_dealer_list .lr_assign_btn.staff_60 {
  background-color: #222222;
}
.lr_admin_dealer_list .lr_assign_btn.staff_10121 {
  background-color: #C71585;
}
.lr_admin_dealer_list .lr_assign_btn.staff_13033 {
  background-color: #2950f7;
}
.lr_admin_dealer_list .lr_tools_cell {
  min-width: 140px;
}
.lr_admin_dealer_list .lr_tools_row {
  display: flex;
  gap: 5px;
  margin: 0px 0px 5px 0px;
}
.lr_admin_dealer_list .lr_crm_tool_icon {
  font-size: 2em;
  color: #333399;
  text-decoration: none;
}
.lr_admin_dealer_list .lr_crm_tool_icon:hover {
  color: #22226b;
}
.lr_admin_dealer_list .lr_type_badge {
  display: inline-block;
  color: #FFFFFF;
  padding: 2px 7px;
  font-size: 0.6875rem;
  white-space: nowrap;
  border-radius: 6px;
  background-color: #00805a;
}
.lr_admin_dealer_list .lr_type_badge.lr_type_new {
  background-color: #2f6fbf;
}
.lr_admin_dealer_list .lr_type_badge.lr_type_wholesale {
  background-color: #7a4fbf;
}
.lr_admin_dealer_list .lr_type_badge.lr_type_unknown {
  background-color: #999999;
}
.lr_admin_dealer_list .lr_import_badge {
  display: inline-block;
  color: #FFFFFF;
  padding: 1px 5px;
  font-size: 0.625rem;
  border-radius: 6px;
  background-color: #00b050;
}
.lr_admin_dealer_list .lr_import_badge.lr_import_running {
  background-color: #4aabd3;
}
.lr_admin_dealer_list .lr_import_badge.lr_import_failed {
  background-color: #e04b4b;
}
.lr_admin_dealer_list .lr_import_badge.lr_import_stale {
  background-color: #f7c088;
  color: #222222;
}
.lr_admin_dealer_list .lr_meta_small {
  font-size: 0.6875rem;
}

.nexusiq_icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/logo/icon_NexusIQ_head_colour.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
}

.nexusiq_icon:hover {
  background-image: url(../images/logo/icon_NexusIQ_head_colour-HOVER.svg);
}

.nexusiq_icon_2x {
  font-size: 2em;
}

.nexusiq_icon.disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.lr_assign_panel {
  margin: 20px 0px 0px 0px;
  padding: 16px;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  max-width: 34rem;
}
.lr_assign_panel h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333399;
  margin: 0px 0px 12px 0px;
}
.lr_assign_panel label {
  display: block;
  margin: 0px 0px 4px 0px;
}
.lr_assign_panel .form_select {
  max-width: 28rem;
}
.lr_assign_panel .lr_assign_panel_actions {
  display: flex;
  gap: 8px;
  margin: 12px 0px 0px 0px;
}

.nix_display {
  display: none !important;
}

.lr_guest_shell {
  min-height: 100vh;
  background: #f5f7fc;
}

.lr_guest_header {
  padding: 1rem 1.25rem;
  background: #ffffff;
  box-shadow: 0 1px 0 #dadce0;
}

.lr_guest_main {
  padding: 2rem 1.25rem;
}

.lr_topbar_context {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding-left: 0.5rem;
}

.lr_topbar_dealer {
  color: #1b1f2a;
  font-size: 0.9rem;
}

.lr_page_body {
  padding-top: 0.5rem;
}

.lr_phase_badge {
  display: inline-block;
  background: #1f60ff;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.2rem 0.55rem;
  border-radius: 0.25rem;
  vertical-align: middle;
}

.menu_not_ready {
  opacity: 0.65;
}

.lr_toast_overlay {
  position: fixed;
  inset: 0;
  background: rgba(27, 31, 42, 0.45);
  z-index: 9000;
}

.lr_toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9001;
  min-width: 240px;
  max-width: 90vw;
  padding: 1.25rem 1.75rem;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #1b1f2a;
  text-align: center;
  font-size: 1.05rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.lr_toast__success {
  border-top: 4px solid #007531;
}

.lr_toast__error {
  border-top: 4px solid #f04124;
}

.lr_toast__warning {
  border-top: 4px solid #f08a24;
}

/*# sourceMappingURL=app--LotRanger.css.map */
