/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  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;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  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;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  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;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  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-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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;
  transition: transform 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, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  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;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !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;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !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-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.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;
}

.shadow-none {
  box-shadow: none !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;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !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;
  }
  thead {
    display: table-header-group;
  }
  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;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* line 4, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__wrapper {
  width: 100%;
  padding: 16px 24px 24px;
  background: #E2F3FC;
  border-radius: 26px;
}

/* line 11, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs {
  background-color: white;
  border-radius: 99px;
  width: fit-content;
  color: #212121;
  margin-bottom: 22px;
}

/* line 18, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs ul {
  margin: 0;
  padding: 4px;
  list-style: none;
  display: flex;
}

/* line 25, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs li {
  position: relative;
}

/* line 29, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  padding: 9px 16px;
}

/* line 39, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs a:hover {
  text-decoration: none;
}

/* line 45, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs .active {
  border-radius: 99px;
  background-color: #F9A529;
}

/* line 49, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs .active a {
  color: white;
}

/* line 53, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs .active a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: calc(50% - 12px);
  background: transparent;
  width: 12px;
  height: 6px;
  background-image: linear-gradient(to bottom right, transparent 50%, white 0), linear-gradient(to top right, white 50%, transparent 0);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: left, right;
}

/* line 71, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__form {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 8px;
}

/* line 78, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__field-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 85, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__field-wrapper label {
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #9E9E9E;
  margin-left: 16px;
}

/* line 92, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__input-wrapper {
  display: flex;
  gap: 8px;
  background: white;
  padding: 13px 16px;
  border: 1px solid #DADCE0;
  border-radius: 50px;
  width: 100%;
  text-align: start;
}

/* line 103, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__input-wrapper input {
  border: none;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  width: 100%;
}

/* line 109, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__input-wrapper input::placeholder {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #BDBDBD;
  text-align: start;
}

/* line 116, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__input-wrapper input[type='search']:focus {
  outline: none;
  caret-color: #F9A529;
  border: none !important;
  box-shadow: none !important;
}

/* line 123, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__input-wrapper input:focus-visible {
  outline: none;
  border: none !important;
}

/* line 129, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__input-wrapper:focus-within {
  border: 1px solid #009CDE;
}

/* line 134, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__validation-error {
  padding-top: 2px;
  padding-left: 40px;
  text-align: start;
  font-family: "Primary";
  font-style: normal;
  font-weight: "normal";
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #c62828;
}

/* line 142, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__grow {
  flex-grow: 1;
}

/* line 146, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__form-button {
  align-self: center;
  margin-top: 16px;
}

/* line 150, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__form-button button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: none;
  border-radius: 100%;
  padding: 0;
}

/* line 161, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__form-button button:focus {
  outline: none;
}

/* line 166, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__form-button .icon {
  background: #F9A529;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* line 178, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__form-button .text {
  display: none;
}

/* line 185, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__close-button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  right: 16px;
}

/* line 193, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__field-check-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  align-self: center;
  position: relative;
  margin: 16px 8px 0;
}

/* line 205, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__check-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* line 211, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__check-wrapper label {
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  color: #212121;
  margin: 0;
}

/* line 220, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search .readyon-datepicker input:focus-visible {
  outline: none;
}

@media (max-width: 1150px) {
  /* line 227, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* line 233, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__grow {
    width: 100%;
  }
  /* line 237, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__field-wrapper {
    width: 100%;
  }
  /* line 241, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__form-button {
    width: 100%;
  }
  /* line 244, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__form-button button {
    width: 100%;
  }
  /* line 248, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__form-button .icon {
    display: none;
  }
  /* line 252, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__form-button .text {
    display: inline;
    border-radius: 100px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 262, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__tabs, .component-search__tabs ul, .component-search__tabs li {
    width: 100%;
  }
  /* line 265, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__tabs a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* line 274, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.next-arrow-wrapper {
  align-self: flex-start;
  margin-top: 36px;
}

@media (max-width: 1150px) {
  /* line 274, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .next-arrow-wrapper {
    transform: rotate(90deg);
    align-self: center;
    margin: 8px;
  }
}

/* line 285, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.vertical-separator {
  height: 70px;
  width: 1px;
  background-color: #DADCE0;
}

@media (max-width: 1150px) {
  /* line 285, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .vertical-separator {
    display: none;
  }
}

/* line 296, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.radio {
  height: 0;
  width: 0;
  display: block;
}

/* line 302, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.radiomark {
  cursor: pointer;
  text-indent: -9999px;
  height: 18px;
  width: 18px;
  border: 1px solid #9E9E9E;
  background: white;
  display: block;
  position: relative;
  border-radius: 18px;
}

/* line 315, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.radiomark:after {
  content: '';
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #E2F3FC;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 328, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.radio:checked ~ .radiomark:after {
  display: block;
}

/* line 332, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.radio:checked + .radiomark {
  background: #F9A529;
  border: 1px solid #F9A529;
}
/* line 3, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.blue {
  color: #009CDE;
}

/* line 7, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.dark_blue {
  color: #00239C;
}

/* line 12, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.orange-button {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: white;
  background: #F9A529;
  padding: 10px 32px;
  border-radius: 50px;
  border: none;
}

/* line 21, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.orange-button:hover {
  background: rgba(255, 167, 38, 0.9);
}

/* line 25, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
a.orange-button {
  text-decoration: none;
  color: white;
}

/* line 29, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
a.orange-button:hover, a.orange-button:focus, a.orange-button:active {
  text-decoration: none !important;
  color: white;
}

/* line 37, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.track-section {
  background-color: white;
  background-image: url(/assets/shipment_management/landing_page/map-522851cfe67ad55916efa08e0c3c243c14d7f6770cd0b3ae596a868321516f2e.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-top: 32px;
  padding-bottom: 170px;
}

/* line 46, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.track-section__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 87px;
  text-align: center;
  color: #212121;
}

/* line 51, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.track-section__content {
  width: 90%;
  background: #F7FCFF;
  border: 1px solid #212121;
  box-shadow: 0px 4px 16px rgba(0, 57, 85, 0.16);
  border-radius: 36px;
  margin: 40px auto 0;
  padding: 24px;
}

@media (max-width: 1025px) {
  /* line 62, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .track-section__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    padding: 5px;
  }
}

/* line 70, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section {
  background-color: white;
  background-image: url(/assets/shipment_management/landing_page/description-bg-45a898e7b93a67b31a6a3465cbeb352af50997f742a56dc51d0caeeeac8c8836.svg);
  background-blend-mode: multiply;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 80px 80px 0;
}

/* line 80, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__main {
  display: flex;
  justify-content: space-between;
}

/* line 85, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 96, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  text-align: start;
  max-width: 70%;
  padding-top: 16px;
}

/* line 104, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__tablet {
  margin-top: -144px;
  position: relative;
}

/* line 108, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__tablet .gif-wrapper {
  position: relative;
  width: 100%;
}

/* line 113, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__tablet .gif {
  position: absolute;
  width: 84%;
  top: calc(9% + 5px);
  right: calc(7% + 5px);
  border-radius: 8px;
}

@media (max-width: 1145px) {
  /* line 113, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__tablet .gif {
    top: calc(9% - 2px);
    right: calc(7% + 5px);
  }
}

@media (max-width: 1060px) {
  /* line 113, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__tablet .gif {
    top: calc(9% + 5px);
    right: calc(7% + 5px);
  }
}

@media (max-width: 530px) {
  /* line 113, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__tablet .gif {
    top: calc(9% + 3px);
    right: calc(7% + 3px);
  }
}

/* line 137, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__elements {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}

/* line 145, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}

/* line 153, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__item .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  color: #212121;
}

/* line 158, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__item .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  max-width: 85%;
}

/* line 165, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__action {
  display: flex;
  padding: 40px 40px 120px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1060px) {
  /* line 70, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section {
    background-size: auto 100%;
    padding: 40px 40px 0;
  }
  /* line 176, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__main {
    flex-direction: column;
  }
  /* line 180, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__tablet {
    margin: 0;
  }
  /* line 184, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    flex-direction: row;
    gap: 4px;
    padding: 5px;
  }
  /* line 191, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__subtitle {
    text-align: center;
    margin: auto;
  }
  /* line 197, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__item .title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
  }
}

@media (max-width: 960px) {
  /* line 204, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__elements {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  /* line 210, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__title {
    flex-direction: column;
    align-items: center;
  }
  /* line 215, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__subtitle {
    max-width: 95%;
  }
}

@media (max-width: 476px) {
  /* line 70, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section {
    padding: 24px 24px 0;
  }
  /* line 224, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__item img {
    width: 100px;
    height: 100px;
  }
}

/* line 232, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section {
  padding: 120px 80px;
  background: white;
}

/* line 236, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 242, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section__questions {
  max-width: 50%;
}

/* line 246, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section__icon {
  margin-left: 50px;
}

/* line 249, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section__icon img {
  max-width: 100%;
}

/* line 254, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section__item {
  margin-bottom: 40px;
}

/* line 257, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section__item .question {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-align: start;
  color: #212121;
  margin-top: 24px;
  margin-bottom: 16px;
}

/* line 265, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section__item .answer {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-align: start;
  color: #212121;
}

@media (max-width: 1025px) {
  /* line 273, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .question-section__icon {
    display: none;
  }
  /* line 277, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .question-section__questions {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 232, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .question-section {
    padding: 60px 30px;
  }
}
/* Taskaty Themed Pagination Styles */

/* Base pagination link style */
.taskaty-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 10px 16px;
  background-color: white;
  color: #495057;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* Hover effect for pagination links */
.taskaty-pagination-link:hover {
  background-color: #fff3e0;
  border-color: #F9A529;
  color: #F9A529;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(249, 165, 41, 0.2);
}

/* Current/active page style */
.taskaty-pagination-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 10px 16px;
  background: linear-gradient(135deg, #F9A529 0%, #ffb84d 100%);
  color: white;
  border: 2px solid #F9A529;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(249, 165, 41, 0.3);
  font-style: normal;
}

/* Navigation buttons (Prev/Next) - Orange text */
.taskaty-pagination-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 10px 16px;
  background-color: white;
  color: #F9A529;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.taskaty-pagination-nav-btn:hover {
  background-color: #fff3e0;
  border-color: #F9A529;
  color: #F9A529;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(249, 165, 41, 0.2);
}

/* Gap/ellipsis style */
.taskaty-pagination-gap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 10px 16px;
  background-color: transparent;
  color: #6c757d;
  border: none;
  font-weight: 600;
  font-size: 14px;
}

/* Taskaty Simple Layout Styles */

/* Theme Colors */
:root {
  --taskaty-primary: #F9A529;
  --taskaty-primary-hover: #e89415;
  --taskaty-bg: #f7fcff;
  --taskaty-border: #dadce0;
  --taskaty-dark: #212121;
}

/* Base Styles */
body {
  background-color: var(--taskaty-bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Header Styles */
.taskaty-header {
  background: white;
  border-bottom: 1px solid var(--taskaty-border);
  padding: 1rem 0;
  margin-bottom: 2rem;
  box-shadow: 0 1px 4px rgba(33, 33, 33, 0.08);
}

.taskaty-header h1 {
  color: #212121;
  font-weight: 700;
  font-size: 28px;
  margin: 0;
}

/* Button Overrides */
.btn-primary, 
.badge-primary {
  background-color: var(--taskaty-primary) !important;
  border-color: var(--taskaty-primary) !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--taskaty-primary-hover) !important;
  border-color: var(--taskaty-primary-hover) !important;
}

.btn-outline-primary {
  color: var(--taskaty-primary);
  border-color: var(--taskaty-primary);
}

.btn-outline-primary:hover {
  background-color: var(--taskaty-primary);
  border-color: var(--taskaty-primary);
  color: white;
}

/* Card Styles */
.card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(33, 33, 33, 0.08);
}

.card-header {
  background-color: var(--taskaty-primary) !important;
  border: none;
  border-radius: 8px 8px 0 0 !important;
}

/* Taskaty Cards */
.taskaty-card {
  border: 1px solid var(--taskaty-border);
  box-shadow: 0 2px 8px rgba(33, 33, 33, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.taskaty-card .card-header {
  background: linear-gradient(135deg, #F9A529 0%, #ffb84d 100%);
  border-bottom: none;
  color: white;
  font-weight: 600;
}

.bg-taskaty-primary {
  background: linear-gradient(135deg, #F9A529 0%, #ffb84d 100%) !important;
}

.bg-taskaty-dark {
  background: #212121 !important;
}

.text-taskaty-dark {
  color: var(--taskaty-dark) !important;
}

/* Table Styles */
.table thead th {
  background-color: #212121;
  color: white;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(249, 165, 41, 0.05);
}

.taskaty-table {
  border-collapse: separate;
  border-spacing: 0;
}

.taskaty-table thead {
  background: linear-gradient(135deg, #F9A529 0%, #ffb84d 100%);
}

.taskaty-table thead th {
  color: white;
  font-weight: 600;
  border: none;
  padding: 12px 16px;
}

.taskaty-table tbody tr:hover {
  background-color: rgba(249, 165, 41, 0.05);
}

.thead-taskaty-dark {
  background: #212121 !important;
}

.thead-taskaty-dark th {
  color: white !important;
}

.table-danger {
  background-color: rgba(244, 67, 54, 0.1) !important;
}

.table-warning {
  background-color: rgba(255, 179, 0, 0.15) !important;
}

/* Alert Styles */
.alert-info {
  background-color: rgba(249, 165, 41, 0.1);
  border-color: var(--taskaty-primary);
  color: #212121;
}

.taskaty-alert {
  border-left: 4px solid var(--taskaty-primary);
  border-radius: 4px;
}

/* Badge Styles */
.badge-taskaty-primary {
  background-color: var(--taskaty-primary);
  color: white;
}

.badge-warning {
  background-color: #FFB300 !important;
}

.badge-success {
  background-color: #4CAF50 !important;
}

.badge-danger {
  background-color: #F44336 !important;
}

.taskaty-count-badge {
  font-size: 14px;
  padding: 6px 12px;
}

.taskaty-badge {
  font-size: 16px;
  padding: 8px 16px;
}

/* Task Row Status Colors */
.task-row-overdue {
  background-color: #fff5f5;
  border-left: 4px solid #dc3545;
}

.task-row-today {
  background-color: #fffbea;
  border-left: 4px solid #ffc107;
}

.task-row-upcoming {
  background-color: #f0f9ff;
  border-left: 4px solid #17a2b8;
}

/* Select2 Taskaty Theme */
.select2-container--default .select2-selection--single {
  border: 1px solid #dadce0;
  border-radius: 6px;
  height: 40px;
  transition: all 0.2s ease;
}

.select2-container--default .select2-selection--single:hover {
  border-color: var(--taskaty-primary);
}

.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: var(--taskaty-primary);
  box-shadow: 0 0 0 3px rgba(249, 165, 41, 0.1);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  color: #212121;
  padding-left: 12px;
  font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #757575;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #212121 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--taskaty-primary) transparent;
}

/* Select2 Dropdown */
.select2-dropdown {
  border: 1px solid #dadce0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-top: 4px;
}

.select2-container--default .select2-results__option {
  padding: 10px 16px;
  font-weight: 500;
  color: #212121;
  transition: all 0.2s ease;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(249, 165, 41, 0.1);
  color: var(--taskaty-primary);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(249, 165, 41, 0.2);
  color: var(--taskaty-primary);
  font-weight: 600;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: rgba(249, 165, 41, 0.25);
}

.select2-search--dropdown {
  padding: 8px;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #dadce0;
  border-radius: 4px;
  padding: 8px 12px;
  font-weight: 500;
}

.select2-search--dropdown .select2-search__field:focus {
  border-color: var(--taskaty-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(249, 165, 41, 0.1);
}

.select2-results__message {
  color: #757575;
  padding: 12px 16px;
}

/* Ant Design Select Styled */
.ant-select-styled {
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 4px 11px;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23212121' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 35px;
}

.ant-select-styled:hover {
  border-color: #F9A529;
}

.ant-select-styled:focus {
  border-color: #F9A529;
  outline: none;
  box-shadow: 0 0 0 2px rgba(249, 165, 41, 0.1);
}

.ant-select-styled option {
  padding: 8px 12px;
  font-weight: 500;
}

/* Ant Design Button */
.ant-btn-primary {
  height: 40px;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid var(--taskaty-primary);
  background-color: var(--taskaty-primary);
  color: white;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.043);
}

.ant-btn-primary:hover {
  background-color: #ffb84d;
  border-color: #ffb84d;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(249, 165, 41, 0.3);
}

.ant-btn-primary:active {
  background-color: #e89415;
  border-color: #e89415;
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(249, 165, 41, 0.3);
}

.ant-btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(249, 165, 41, 0.1);
}

/* Nowlun Header Styles */
.header-nav {
  background: white;
  border-bottom: 1px solid #DADCE0;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navbar-brand img {
  height: 40px;
}

.nav-wrapper {
  justify-content: flex-end;
}

.navbar-nav {
  align-items: center;
}

.nav-link {
  color: #212121 !important;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 16px;
}

.nav-link:hover {
  color: #039BE5 !important;
}

.app-nav-divider {
  height: 18px;
  width: 1px;
  background-color: #dadce0;
  margin: 0 12px;
}

/* Dropdown Styles */
.dropdown-menu {
  border: 1px solid #dadce0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 8px 0;
  margin-top: 8px;
}

.dropdown-item {
  color: #212121;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: rgba(249, 165, 41, 0.1);
  color: var(--taskaty-primary);
  text-decoration: none;
}

.dropdown-item:active {
  background-color: rgba(249, 165, 41, 0.2);
  color: var(--taskaty-primary);
}

.dropdown-toggle::after {
  border-top-color: #212121;
}

.dropdown-wrapper .dropdown-menu {
  min-width: 200px;
}

.product-menu,
.user-menu {
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* User Menu */
.nav-user {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.nav-user-name {
  font-weight: 700;
  font-size: 16px;
  color: #212121;
}

.nav-user-address {
  font-size: 12px;
  color: #212121;
  opacity: 0.72;
}

/* Button Styles */
.btn-secondary.round {
  background-color: #F9A529;
  border: none;
  border-radius: 50px;
  color: white;
  font-weight: 700;
  padding: 10px 24px;
}

.btn-secondary.round:hover {
  background-color: #e89415;
}


/*
Trix 0.10.1
Copyright © 2017 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }
trix-toolbar * {
  box-sizing: border-box; }
trix-toolbar .button_row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
trix-toolbar .button_group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }
  trix-toolbar .button_group button, trix-toolbar .button_group input[type=button] {
    position: relative;
    float: left;
    font-size: inherit;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background: transparent; }
    trix-toolbar .button_group button:not(:first-child), trix-toolbar .button_group input[type=button]:not(:first-child) {
      border-left: 1px solid #ccc; }
    trix-toolbar .button_group button:not(:disabled), trix-toolbar .button_group input[type=button]:not(:disabled) {
      cursor: pointer; }
    trix-toolbar .button_group button.active, trix-toolbar .button_group input[type=button].active {
      background: #cbeefa; }
    trix-toolbar .button_group button.icon, trix-toolbar .button_group input[type=button].icon {
      width: 2.6em;
      height: 1.6em;
      max-width: calc(0.8em + 4vw);
      text-indent: -9999px; }
      @media (max-device-width: 768px) {
        trix-toolbar .button_group button.icon, trix-toolbar .button_group input[type=button].icon {
          height: 2em;
          max-width: calc(0.8em + 3.5vw); } }
      trix-toolbar .button_group button.icon::before, trix-toolbar .button_group input[type=button].icon::before {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.6;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
        @media (max-device-width: 768px) {
          trix-toolbar .button_group button.icon::before, trix-toolbar .button_group input[type=button].icon::before {
            right: 6%;
            left: 6%; } }
      trix-toolbar .button_group button.icon.bold::before, trix-toolbar .button_group input[type=button].icon.bold::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.italic::before, trix-toolbar .button_group input[type=button].icon.italic::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.link::before, trix-toolbar .button_group input[type=button].icon.link::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.strike::before, trix-toolbar .button_group input[type=button].icon.strike::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.quote::before, trix-toolbar .button_group input[type=button].icon.quote::before {
        background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.heading-1::before, trix-toolbar .button_group input[type=button].icon.heading-1::before {
        background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.code::before, trix-toolbar .button_group input[type=button].icon.code::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.bullets::before, trix-toolbar .button_group input[type=button].icon.bullets::before {
        background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.numbers::before, trix-toolbar .button_group input[type=button].icon.numbers::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.undo::before, trix-toolbar .button_group input[type=button].icon.undo::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.redo::before, trix-toolbar .button_group input[type=button].icon.redo::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.nesting-level.decrease::before, trix-toolbar .button_group input[type=button].icon.nesting-level.decrease::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.nesting-level.increase::before, trix-toolbar .button_group input[type=button].icon.nesting-level.increase::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.active::before, trix-toolbar .button_group input[type=button].icon.active::before {
        opacity: 1; }
      trix-toolbar .button_group button.icon:disabled::before, trix-toolbar .button_group input[type=button].icon:disabled::before {
        opacity: 0.125; }
    trix-toolbar .button_group button:not(.icon), trix-toolbar .button_group input[type=button]:not(.icon) {
      font-size: 0.75em;
      font-weight: 600;
      white-space: nowrap;
      padding: 0 0.5em;
      color: rgba(0, 0, 0, 0.6); }
      @media (max-device-width: 768px) {
        trix-toolbar .button_group button:not(.icon), trix-toolbar .button_group input[type=button]:not(.icon) {
          letter-spacing: -0.01em;
          padding: 0 0.3em; } }
      trix-toolbar .button_group button:not(.icon).active, trix-toolbar .button_group input[type=button]:not(.icon).active {
        color: black; }
      trix-toolbar .button_group button:not(.icon):disabled, trix-toolbar .button_group input[type=button]:not(.icon):disabled {
        color: rgba(0, 0, 0, 0.125); }
trix-toolbar .dialogs {
  position: relative; }
  trix-toolbar .dialogs .dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0.75em;
    padding: 15px 10px;
    background: #fff;
    box-shadow: 0 0.3em 1em #ccc;
    border-top: 2px solid #888;
    border-radius: 5px;
    z-index: 5; }
    trix-toolbar .dialogs .dialog input {
      font-size: inherit;
      font-weight: normal; }
    trix-toolbar .dialogs .dialog input[type=url], trix-toolbar .dialogs .dialog input[type=text] {
      padding: 0.5em 0.8em;
      margin: 0 10px 0 0;
      border-radius: 3px;
      border: 1px solid #bbb;
      background-color: #fff;
      box-shadow: none;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none; }
      trix-toolbar .dialogs .dialog input[type=url].validate:invalid, trix-toolbar .dialogs .dialog input[type=text].validate:invalid {
        box-shadow: #F00 0px 0px 1.5px 1px; }
    trix-toolbar .dialogs .dialog .button_group input[type=button] {
      font-size: inherit;
      padding: 0.5em;
      border-bottom: none; }
    trix-toolbar .dialogs .dialog.link_dialog {
      max-width: 600px; }
      trix-toolbar .dialogs .dialog.link_dialog .link_url_fields {
        display: flex;
        align-items: baseline; }
        trix-toolbar .dialogs .dialog.link_dialog .link_url_fields input[type=url] {
          flex: 1; }
        trix-toolbar .dialogs .dialog.link_dialog .link_url_fields .button_group {
          flex: 0 0 content;
          margin: 0; }
trix-editor [data-trix-mutable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  trix-editor [data-trix-mutable=true] ::-moz-selection {
    background: none; }
  trix-editor [data-trix-mutable=true] img {
    box-shadow: 0 0 0 2px highlight; }
  trix-editor [data-trix-mutable=true].attachment.attachment-file {
    box-shadow: 0 0 0 2px highlight;
    border-color: transparent; }
trix-editor .attachment:hover {
  cursor: default; }
trix-editor .attachment.attachment-preview .caption:hover {
  cursor: text; }
trix-editor .attachment button.remove {
  cursor: pointer; }
  trix-editor .attachment button.remove.icon {
    text-indent: -9999px;
    display: block;
    position: absolute;
    z-index: 1;
    padding: 0;
    margin: 0;
    top: -1.1em;
    left: calc(50% - 0.8em);
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    border-radius: 50%;
    text-indent: -9999px;
    background-color: #fff;
    border: 2px solid highlight;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
    trix-editor .attachment button.remove.icon::before {
      display: inline-block;
      position: absolute;
      top: 0.1em;
      right: 0.1em;
      bottom: 0.1em;
      left: 0.1em;
      opacity: 0.75;
      content: "";
      background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  trix-editor .attachment button.remove:hover {
    border-color: #333; }
    trix-editor .attachment button.remove:hover::before {
      opacity: 1; }
trix-editor .attachment .caption.caption-editing textarea {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
trix-editor .attachment progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9; }
@charset "UTF-8";
.trix-content {
  line-height: 1.5; }
  .trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0; }
  .trix-content blockquote {
    margin: 0 0 0 0.3em;
    padding: 0 0 0 0.6em;
    border-left: 0.3em solid #ccc; }
  .trix-content pre {
    font-family: monospace;
    font-size: 0.9em;
    margin: 0;
    padding: 0.5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto; }
  .trix-content ul, .trix-content ol, .trix-content li {
    margin: 0;
    padding: 0; }
    .trix-content ul li, .trix-content ol li, .trix-content li li {
      margin-left: 1em; }
  .trix-content img {
    max-width: 100%;
    height: auto; }
  .trix-content a[data-trix-attachment] {
    color: inherit;
    text-decoration: none; }
    .trix-content a[data-trix-attachment]:hover, .trix-content a[data-trix-attachment]:visited:hover {
      color: inherit; }
  .trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0; }
    .trix-content .attachment .caption {
      padding: 0;
      text-align: center; }
      .trix-content .attachment .caption .size:before {
        content: ' · '; }
    .trix-content .attachment.attachment-preview {
      width: 100%;
      text-align: center; }
      .trix-content .attachment.attachment-preview .caption {
        color: #666;
        font-size: 0.9em;
        line-height: 1.2; }
    .trix-content .attachment.attachment-file {
      color: #333;
      line-height: 1;
      margin: 0 2px 2px 0;
      padding: 0.4em 1em;
      border: 1px solid #bbb;
      border-radius: 5px; }
/* line 13, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 22, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 31, app/assets/stylesheets/actiontext.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
/* line 1, app/assets/stylesheets/animation.scss */
.floating-button {
  z-index: 100;
  border-radius: 50%;
  box-shadow: 0px 4px 56px 0px #002A3F29;
  animation: updown 15s ease 1s infinite normal none running;
}

@keyframes updown {
  0%, 12%, 25%, 75% {
    transform: scale(1);
  }
  6%, 18% {
    transform: scale(1.3);
  }
}
/* line 3, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] {
  direction: rtl;
}

/* line 7, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .product-menu, body[data-locale='ar'] .user-menu, body[data-locale='ar'] .locale-menu, body[data-locale='ar'] .resources-menu {
  text-align: start;
}

/* line 13, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .footer__content__address[data-address='EG'] {
  order: 2;
}

/* line 16, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .footer__content__address[data-address='SA'] {
  order: 1;
}

/* line 23, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .home-hero .multiple-lines__concealer {
  right: unset;
  left: 0;
}

/* line 28, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .rolling-deals-section {
  --preferred-direction: 1;
}

/* line 32, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .good-deal-section__arrows {
  justify-content: flex-end;
}

/* line 38, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .good-deal-section .info__location img,
body[data-locale='ar'] .bookmark-section .info__location img {
  transform: rotate(180deg);
}

/* line 44, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .faq-section::after {
  left: unset;
  right: 46%;
}

/* line 50, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .right-quote,
body[data-locale='ar'] .left-quote {
  transform: scaleX(-1);
}

/* line 56, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .next-arrow-wrapper {
  --direction-scale: -1;
}

/* line 61, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .search-price-description-section__hero .port-bg {
  transform: scaleX(-1);
}

/* line 65, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .search-price-description-section__hero .tablet-bg {
  right: unset;
  left: 50px;
}

/* line 76, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .merged-input .extra-selector.destination .component-search__input-wrapper,
body[data-locale='ar'] .merged-input .location-selector.origin .component-search__input-wrapper {
  border-radius: 0 50px 50px 0 !important;
}

/* line 83, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .merged-input .extra-selector.origin .component-search__input-wrapper,
body[data-locale='ar'] .merged-input .location-selector.destination .component-search__input-wrapper {
  border-radius: 50px 0 0 50px !important;
  border-right: none;
}

@media (max-width: 768px) {
  /* line 94, app/assets/stylesheets/ar.scss */
  body[data-locale='ar'] .merged-input .extra-selector.destination .component-search__input-wrapper,
body[data-locale='ar'] .merged-input .location-selector.origin .component-search__input-wrapper,
body[data-locale='ar'] .merged-input .extra-selector.origin .component-search__input-wrapper,
body[data-locale='ar'] .merged-input .location-selector.destination .component-search__input-wrapper {
    border-radius: 50px !important;
  }
}

/* line 101, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .search-select-item-label span {
  text-align: right;
}

/* line 105, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .popover-done-button-wrapper {
  justify-content: flex-start;
}

/* line 109, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] #cargo:not(:placeholder-shown) {
  direction: ltr;
  text-align: right;
}

/* line 117, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .login-signup-form input[type='tel'] {
  direction: rtl;
}
/* line 4, app/assets/stylesheets/article.scss */
.article__content {
  padding: 32px;
  max-width: 800px;
  margin: 0 12%;
}

@media (min-width: 769px) {
  /* line 4, app/assets/stylesheets/article.scss */
  .article__content {
    max-width: 800px;
    margin: 0 auto;
  }
}

/* line 14, app/assets/stylesheets/article.scss */
.article__header {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
  margin: 70px;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
  max-width: 50%;
  background: #F7FCFF;
  box-shadow: 0px 12px 24px -6px rgba(24, 26, 42, 0.2);
  border-radius: 12px;
  top: 75%;
  left: 9%;
  padding: 50px;
}

@media (max-width: 1500px) {
  /* line 14, app/assets/stylesheets/article.scss */
  .article__header {
    padding: 15px;
  }
}

@media (max-width: 1100px) {
  /* line 14, app/assets/stylesheets/article.scss */
  .article__header {
    padding: 15px;
    top: 60%;
    left: 8%;
    max-width: 60%;
    gap: 5px;
  }
}

/* line 46, app/assets/stylesheets/article.scss */
.article__header-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 46px;
  text-align: center;
  text-align: start;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

/* line 58, app/assets/stylesheets/article.scss */
.article__header-date {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: white;
  background-color: #129EDA;
  border-radius: 6px;
  padding: 4px 10px;
}

@media (max-width: 1250px) {
  /* line 69, app/assets/stylesheets/article.scss */
  .article__header-title {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    text-align: start;
  }
}

@media (max-width: 800px) {
  /* line 14, app/assets/stylesheets/article.scss */
  .article__header {
    max-width: unset;
    left: 0;
  }
}

@media (max-width: 650px) {
  /* line 14, app/assets/stylesheets/article.scss */
  .article__header {
    margin: 40px;
  }
  /* line 82, app/assets/stylesheets/article.scss */
  .article__header-title {
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
}

/* line 89, app/assets/stylesheets/article.scss */
.article__body {
  margin-top: 25%;
  margin-left: 20%;
  margin-right: -24%;
  overflow-wrap: break-word;
}

@media (max-width: 1150px) {
  /* line 89, app/assets/stylesheets/article.scss */
  .article__body {
    margin: 0 auto;
    margin-top: 3%;
  }
}

/* line 100, app/assets/stylesheets/article.scss */
.article__body .trix-content ul,
.article__body .trix-content ol {
  margin: 1rem 0 1rem 1.5rem;
  padding: 0;
}

/* line 106, app/assets/stylesheets/article.scss */
.article__body .trix-content ul {
  list-style-type: disc;
}

/* line 110, app/assets/stylesheets/article.scss */
.article__body .trix-content ol {
  list-style-type: decimal;
}

/* line 114, app/assets/stylesheets/article.scss */
.article__body .trix-content ul ul {
  list-style-type: circle;
}

/* line 118, app/assets/stylesheets/article.scss */
.article__body .trix-content ol ol {
  list-style-type: lower-alpha;
}

/* line 122, app/assets/stylesheets/article.scss */
.article__body .trix-content li {
  display: list-item;
  margin-bottom: 0.35rem;
  padding: 0;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  text-align: start;
}

@media (max-width: 1150px) {
  /* line 122, app/assets/stylesheets/article.scss */
  .article__body .trix-content li {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    text-align: start;
  }
}

/* line 134, app/assets/stylesheets/article.scss */
.article__body .trix-content li::marker {
  color: #129eda;
}

/* line 138, app/assets/stylesheets/article.scss */
.article__body .trix-content h1 {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  text-align: start;
  margin-bottom: 18px;
}

@media (max-width: 1150px) {
  /* line 138, app/assets/stylesheets/article.scss */
  .article__body .trix-content h1 {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 35px;
    text-align: center;
    text-align: start;
  }
}

/* line 149, app/assets/stylesheets/article.scss */
.article__body .trix-content div {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  text-align: start;
}

@media (max-width: 1150px) {
  /* line 149, app/assets/stylesheets/article.scss */
  .article__body .trix-content div {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    text-align: start;
  }
}

/* line 159, app/assets/stylesheets/article.scss */
.article__body .trix-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

/* line 165, app/assets/stylesheets/article.scss */
.article__body .trix-content th,
.article__body .trix-content td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: start;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

/* line 173, app/assets/stylesheets/article.scss */
.article__body .trix-content th {
  background-color: #f7fcff;
  font-weight: 500;
}

/* line 178, app/assets/stylesheets/article.scss */
.article__body .trix-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 4px;
}

/* line 185, app/assets/stylesheets/article.scss */
.article__body .trix-content a {
  color: #129eda;
  text-decoration: underline;
}

/* line 190, app/assets/stylesheets/article.scss */
.article__body .paragraph {
  margin: 30px 0px 10px;
}

/* line 194, app/assets/stylesheets/article.scss */
.article__body .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  margin-bottom: 18px;
}

/* line 200, app/assets/stylesheets/article.scss */
.article__body .text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 207, app/assets/stylesheets/article.scss */
.article__body.rtl {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 211, app/assets/stylesheets/article.scss */
.article__body.rtl .trix-content ul,
.article__body.rtl .trix-content ol {
  margin: 1rem 1.5rem 1rem 0;
}

/* line 217, app/assets/stylesheets/article.scss */
.article__banner {
  position: relative;
  z-index: -1;
}

/* line 221, app/assets/stylesheets/article.scss */
.article__banner img {
  width: 90%;
  height: 610px;
  object-fit: cover;
  border-radius: 12px;
  margin-left: 5%;
}

/* line 229, app/assets/stylesheets/article.scss */
.article__banner img.canada {
  object-position: center 60%;
}

/* line 233, app/assets/stylesheets/article.scss */
.article__banner img.tension {
  object-position: center 40%;
}

/* line 237, app/assets/stylesheets/article.scss */
.article__banner img.price-rise {
  object-position: center 60%;
  object-fit: revert;
}

/* line 242, app/assets/stylesheets/article.scss */
.article__banner img.msc {
  object-position: center 80%;
}

/* line 246, app/assets/stylesheets/article.scss */
.article__banner img.customs-exempt {
  object-position: center 75%;
}

/* line 250, app/assets/stylesheets/article.scss */
.article__banner img.tarros {
  object-position: center 60%;
}

/* line 254, app/assets/stylesheets/article.scss */
.article__banner img.hapag {
  object-position: center 45%;
}

/* line 258, app/assets/stylesheets/article.scss */
.article__banner img.hapag2 {
  object-position: center 70%;
}

/* line 262, app/assets/stylesheets/article.scss */
.article__banner img.yard {
  object-position: center 100%;
}

/* line 266, app/assets/stylesheets/article.scss */
.article__banner img.opportunity {
  object-position: center 10%;
}

/* line 270, app/assets/stylesheets/article.scss */
.article__banner img.one {
  object-position: center 65%;
}

/* line 274, app/assets/stylesheets/article.scss */
.article__banner img.severe_weather {
  object-position: center 40%;
}

/* line 278, app/assets/stylesheets/article.scss */
.article__banner img.suez_economy {
  object-position: center 65%;
}

/* line 282, app/assets/stylesheets/article.scss */
.article__banner img.cma3 {
  object-position: center 60%;
}

/* line 286, app/assets/stylesheets/article.scss */
.article__banner img.maersk {
  object-position: center 65%;
}

/* line 290, app/assets/stylesheets/article.scss */
.article__banner img.hodeidah {
  object-position: center 60%;
}

/* line 295, app/assets/stylesheets/article.scss */
.article__link {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  text-align: center;
}

/* line 299, app/assets/stylesheets/article.scss */
.article__link a {
  color: #00239C;
  text-decoration: underline;
}

/* line 303, app/assets/stylesheets/article.scss */
.article__link a:hover {
  color: #00239C;
}

/* line 309, app/assets/stylesheets/article.scss */
.article__actions {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 10px;
}

/* line 316, app/assets/stylesheets/article.scss */
.article__actions-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  margin-bottom: 10px;
}
@charset "UTF-8";
/* line 3, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  visibility: visible;
  z-index: 20;
  overflow: auto;
  background-color: rgba(193, 201, 210, 0.7);
  /* Multiline “Additional details” — not the tall single-purpose textarea height above */
}

/* line 19, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form input[type=text], .ask-for-more-form select, .ask-for-more-form textarea {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  height: 50px;
  width: 100%;
  padding: 0 16px;
  outline: none;
  border: 1px solid #e0e4ec;
  border-radius: 6px;
}

/* line 31, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form select {
  color: grey;
}

/* line 35, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form textarea {
  height: 250px;
  resize: none;
  padding: 16px;
}

/* line 42, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form textarea#detail-additional {
  height: auto;
  min-height: 5rem;
  max-height: 18rem;
  resize: vertical;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

/* line 51, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .assign-to-myself {
  margin-top: 4px;
}

/* line 55, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .wrapper-cancel {
  position: absolute;
  top: 0px;
  right: 20px;
  cursor: pointer;
  display: flex;
  padding: 6px;
}

/* line 64, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__wrapper {
  background: #fff;
  border-radius: 15px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100vh;
  width: 50%;
  overflow: scroll;
}

/* line 76, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__wrapper .field-box {
  margin-bottom: 10px;
}

/* line 81, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  text-align: start;
  margin-bottom: 30px;
  position: relative;
}

/* line 88, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
}

/* line 95, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

/* line 104, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__field {
  width: 48%;
}

/* line 107, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__field-large {
  width: 100%;
}

/* line 113, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__label {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  text-align: start;
  margin-bottom: 8px;
}

/* line 118, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__label .required {
  color: #c62828;
  margin-left: 2px;
}

/* line 124, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-details-fields .ask-for-more-form__field {
  margin-bottom: 4px;
}

/* line 128, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from {
  width: 100%;
  padding: 20px 22px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fafc 0%, #f3f6fa 100%);
  border: 1px solid #e8edf4;
  box-shadow: 0 1px 2px rgba(33, 33, 33, 0.04);
}

/* line 136, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}

/* line 143, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__label {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-align: start;
  color: #1a202c;
}

/* line 148, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__label .required {
  color: #c62828;
  margin-left: 2px;
}

/* line 154, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__hint {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #718096;
  text-align: start;
}

/* line 160, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 10px;
}

/* line 166, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__option {
  position: relative;
  min-width: 0;
}

/* line 171, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 183, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__pill {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  min-height: 64px;
  padding: 14px 16px;
  margin-bottom: 0;
  cursor: pointer;
  border: 1.5px solid #e0e6ef;
  border-radius: 10px;
  background: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

/* line 199, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__pill:hover {
  border-color: #b8c5d6;
  background: #fbfcfe;
}

/* line 205, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__input:checked + .ask-for-more-quote-from__pill, .ask-for-more-form .ask-for-more-quote-from__input:checked + .ask-for-more-quote-from__pill:hover {
  border-color: #039BE5;
  background: rgba(3, 155, 229, 0.08);
  box-shadow: 0 0 0 1px rgba(3, 155, 229, 0.2);
}

/* line 211, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__input:checked + .ask-for-more-quote-from__pill .ask-for-more-quote-from__pill-title, .ask-for-more-form .ask-for-more-quote-from__input:checked + .ask-for-more-quote-from__pill:hover .ask-for-more-quote-from__pill-title {
  color: #0277bd;
}

/* line 215, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__input:checked + .ask-for-more-quote-from__pill .ask-for-more-quote-from__pill-desc, .ask-for-more-form .ask-for-more-quote-from__input:checked + .ask-for-more-quote-from__pill:hover .ask-for-more-quote-from__pill-desc {
  color: #039BE5;
}

/* line 220, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__pill-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2d3748;
}

/* line 225, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__pill-desc {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #718096;
}

/* line 230, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__input:focus-visible + .ask-for-more-quote-from__pill {
  outline: none;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.25);
}

/* line 236, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 14px;
  margin-bottom: 8px;
  border: 1px solid #e0e4ec;
  border-radius: 8px;
  background: #fbfcfe;
}

/* line 248, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-row__name {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-align: start;
}

/* line 256, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-counter {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  border: 1px solid #e0e4ec;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

/* line 266, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-counter__step {
  width: 36px;
  padding: 0;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #4a5568;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

/* line 276, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-counter__step:hover {
  background: #eef1f7;
  color: #1a202c;
}

/* line 281, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-counter__step:active {
  background: #e0e4ec;
}

/* line 285, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-counter__step:disabled {
  color: #c1c9d2;
  cursor: not-allowed;
  background: #fff;
}

/* line 292, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-counter__value {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 48px;
  height: 36px;
  text-align: center;
  padding: 0;
  outline: none;
  border: none;
  border-left: 1px solid #e0e4ec;
  border-right: 1px solid #e0e4ec;
  border-radius: 0;
  background: #fff;
  -moz-appearance: textfield;
}

/* line 307, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-counter__value::-webkit-outer-spin-button, .ask-for-more-form .ask-for-more-container-counter__value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 970px) {
  /* line 317, app/assets/stylesheets/ask-for-more.scss */
  .ask-for-more-form__wrapper {
    width: 80%;
  }
  /* line 321, app/assets/stylesheets/ask-for-more.scss */
  .ask-for-more-form__content {
    flex-direction: column;
  }
  /* line 325, app/assets/stylesheets/ask-for-more.scss */
  .ask-for-more-form__fields {
    flex-direction: column;
  }
  /* line 329, app/assets/stylesheets/ask-for-more.scss */
  .ask-for-more-form__field {
    width: 100%;
  }
}

@media (max-width: 500px) {
  /* line 335, app/assets/stylesheets/ask-for-more.scss */
  .ask-for-more-form__wrapper {
    width: 100%;
  }
}

/* line 342, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

/* line 355, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-alert__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(193, 201, 210, 0.7);
}

/* line 364, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-alert__box {
  position: relative;
  background: #fff;
  border: 1px solid #e0e4ec;
  border-radius: 15px;
  padding: 24px 28px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(33, 33, 33, 0.15);
}

/* line 375, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-alert__message {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #212121;
  margin-bottom: 20px;
  text-align: start;
}

/* line 382, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-alert__ok {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 12px 24px;
  background-color: #039BE5;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* line 394, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-alert__ok:hover {
  background-color: #0280bd;
}

/* line 398, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-alert__ok:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 155, 229, 0.3);
}
/* line 4, app/assets/stylesheets/blog.scss */
.blog__content {
  padding: 40px 63px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1150px) {
  /* line 4, app/assets/stylesheets/blog.scss */
  .blog__content {
    flex-direction: column;
    padding: 40px 25px;
  }
}

/* line 15, app/assets/stylesheets/blog.scss */
.blog__header {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
  margin: 70px;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
  max-width: 50%;
  background: #F7FCFF;
  box-shadow: 0px 12px 24px -6px rgba(24, 26, 42, 0.2);
  border-radius: 12px;
  top: 75%;
  left: 9%;
  padding: 50px;
}

@media (max-width: 1500px) {
  /* line 15, app/assets/stylesheets/blog.scss */
  .blog__header {
    padding: 15px;
  }
}

@media (max-width: 1100px) {
  /* line 15, app/assets/stylesheets/blog.scss */
  .blog__header {
    padding: 15px;
    top: 60%;
    left: 8%;
    max-width: 60%;
    gap: 5px;
  }
}

/* line 47, app/assets/stylesheets/blog.scss */
.blog__header-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 46px;
  text-align: center;
  text-align: start;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

/* line 59, app/assets/stylesheets/blog.scss */
.blog__header-date {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: white;
  background-color: #129EDA;
  border-radius: 6px;
  padding: 4px 10px;
}

@media (max-width: 1250px) {
  /* line 70, app/assets/stylesheets/blog.scss */
  .blog__header-title {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    text-align: start;
  }
}

@media (max-width: 800px) {
  /* line 15, app/assets/stylesheets/blog.scss */
  .blog__header {
    max-width: unset;
    left: 0;
  }
}

@media (max-width: 650px) {
  /* line 15, app/assets/stylesheets/blog.scss */
  .blog__header {
    margin: 40px;
  }
  /* line 83, app/assets/stylesheets/blog.scss */
  .blog__header-title {
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
}

/* line 90, app/assets/stylesheets/blog.scss */
.blog__table {
  background-color: #F7FCFF;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  padding: 20px;
  margin: 0 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: sticky;
  height: fit-content;
  max-height: 800px;
  max-width: 20%;
  min-width: 19%;
  top: 40px;
  left: 75%;
  overflow-y: scroll;
}

@media (max-width: 1150px) {
  /* line 90, app/assets/stylesheets/blog.scss */
  .blog__table {
    position: static;
    margin: 25px;
    margin-top: 5%;
    max-width: 100%;
  }
}

@media (max-width: 512px) {
  /* line 90, app/assets/stylesheets/blog.scss */
  .blog__table {
    position: static;
    margin: 0;
    width: 100%;
    max-width: unset;
  }
}

/* line 121, app/assets/stylesheets/blog.scss */
.blog__table-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  text-align: start;
  margin-bottom: 18px;
  color: #212121;
}

@media (max-width: 512px) {
  /* line 121, app/assets/stylesheets/blog.scss */
  .blog__table-title {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
}

/* line 133, app/assets/stylesheets/blog.scss */
.blog__table ol {
  font-size: medium;
  font-family: 'Secondary', sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 140, app/assets/stylesheets/blog.scss */
.blog__table ol li {
  padding: 10px 15px;
  border-bottom: 1px solid #E2E2E2;
  transition: background-color 0.3s;
  font-weight: 500;
  overflow-wrap: break-word;
  text-align: start;
}

/* line 148, app/assets/stylesheets/blog.scss */
.blog__table ol li:last-child {
  border-bottom: none;
}

/* line 152, app/assets/stylesheets/blog.scss */
.blog__table ol li:hover {
  background-color: #ffff;
}

/* line 156, app/assets/stylesheets/blog.scss */
.blog__table ol li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

/* line 161, app/assets/stylesheets/blog.scss */
.blog__table ol li a:hover {
  color: #F9A529;
  text-decoration: wavy;
}

/* line 170, app/assets/stylesheets/blog.scss */
.blog__body {
  margin-top: 9%;
  margin-left: -24%;
  margin-right: 20%;
  max-width: 50%;
  overflow-wrap: break-word;
}

/* line 177, app/assets/stylesheets/blog.scss */
.blog__body .trix-content ul,
.blog__body .trix-content ol {
  margin: 1rem 0 1rem 1.5rem;
  padding: 0;
}

/* line 183, app/assets/stylesheets/blog.scss */
.blog__body .trix-content ul {
  list-style-type: disc;
}

/* line 187, app/assets/stylesheets/blog.scss */
.blog__body .trix-content ol {
  list-style-type: decimal;
}

/* line 191, app/assets/stylesheets/blog.scss */
.blog__body .trix-content ul ul {
  list-style-type: circle;
}

/* line 195, app/assets/stylesheets/blog.scss */
.blog__body .trix-content ol ol {
  list-style-type: lower-alpha;
}

@media (max-width: 1150px) {
  /* line 170, app/assets/stylesheets/blog.scss */
  .blog__body {
    margin: 0 auto;
    margin-top: 3%;
    max-width: 70%;
  }
}

/* line 205, app/assets/stylesheets/blog.scss */
.blog__body .trix-content li {
  display: list-item;
  margin-bottom: 0.35rem;
  padding: 0;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  text-align: start;
}

@media (max-width: 1150px) {
  /* line 205, app/assets/stylesheets/blog.scss */
  .blog__body .trix-content li {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    text-align: start;
  }
}

/* line 218, app/assets/stylesheets/blog.scss */
.blog__body .trix-content li::marker {
  color: #129eda;
}

/* line 222, app/assets/stylesheets/blog.scss */
.blog__body .trix-content h1 {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  text-align: start;
  margin-bottom: 18px;
}

@media (max-width: 1150px) {
  /* line 222, app/assets/stylesheets/blog.scss */
  .blog__body .trix-content h1 {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 35px;
    text-align: center;
    text-align: start;
  }
}

/* line 233, app/assets/stylesheets/blog.scss */
.blog__body .trix-content div {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  text-align: start;
}

@media (max-width: 1150px) {
  /* line 233, app/assets/stylesheets/blog.scss */
  .blog__body .trix-content div {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    text-align: start;
  }
}

/* line 243, app/assets/stylesheets/blog.scss */
.blog__body .trix-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

/* line 249, app/assets/stylesheets/blog.scss */
.blog__body .trix-content th,
.blog__body .trix-content td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: start;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

/* line 257, app/assets/stylesheets/blog.scss */
.blog__body .trix-content th {
  background-color: #f7fcff;
  font-weight: 500;
}

/* line 262, app/assets/stylesheets/blog.scss */
.blog__body .trix-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 4px;
}

/* line 269, app/assets/stylesheets/blog.scss */
.blog__body .trix-content a {
  color: #129eda;
  text-decoration: underline;
}

/* line 274, app/assets/stylesheets/blog.scss */
.blog__body .paragraph {
  margin: 35px 0px 15px;
}

/* line 278, app/assets/stylesheets/blog.scss */
.blog__body .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  text-align: start;
  margin-bottom: 18px;
}

/* line 284, app/assets/stylesheets/blog.scss */
.blog__body .text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  text-align: start;
  color: #212121;
  margin: 8px 0;
}

/* line 292, app/assets/stylesheets/blog.scss */
.blog__body.rtl {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 296, app/assets/stylesheets/blog.scss */
.blog__body.rtl .trix-content ul,
.blog__body.rtl .trix-content ol {
  margin: 1rem 1.5rem 1rem 0;
}

/* line 302, app/assets/stylesheets/blog.scss */
.blog__banner {
  position: relative;
}

/* line 305, app/assets/stylesheets/blog.scss */
.blog__banner img {
  width: 90%;
  height: 610px;
  object-fit: cover;
  border-radius: 12px;
  margin-left: 5%;
}

/* line 314, app/assets/stylesheets/blog.scss */
.blog__link {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  text-align: center;
}

/* line 318, app/assets/stylesheets/blog.scss */
.blog__link a {
  color: #00239C;
  text-decoration: underline;
}

/* line 322, app/assets/stylesheets/blog.scss */
.blog__link a:hover {
  color: #00239C;
}

/* line 328, app/assets/stylesheets/blog.scss */
.blog__actions {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

/* line 336, app/assets/stylesheets/blog.scss */
.blog__actions-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-align: start;
}

/* line 342, app/assets/stylesheets/blog.scss */
.blog__disclaimer {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 8px 24px;
  background-color: #EB5757;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-align: left;
  color: #FFF;
}

@media (max-width: 800px) {
  /* line 342, app/assets/stylesheets/blog.scss */
  .blog__disclaimer {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-align: left;
  }
}
/* line 3, app/assets/stylesheets/book.scss */
.book {
  --page-padding: 40px;
  --details-padding: 24px;
}

/* line 7, app/assets/stylesheets/book.scss */
.book__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 27px var(--page-padding) 0;
  overflow: hidden;
  background: #F7FCFF;
  border-bottom: 2px solid #212121;
  border-radius: 0 0 140px 140px;
}

/* line 22, app/assets/stylesheets/book.scss */
.book__wrapper .search-card-book-shipping-wrapper .search-card-info-text {
  display: block;
}

/* line 26, app/assets/stylesheets/book.scss */
.book__wrapper .search-card-book-shipping-wrapper .search-card-info-price {
  width: unset;
}

@media (max-width: 400px) {
  /* line 31, app/assets/stylesheets/book.scss */
  .book__wrapper .search-card-book-shipping-wrapper .search-card-info-text {
    display: none;
  }
  /* line 35, app/assets/stylesheets/book.scss */
  .book__wrapper .search-card-book-shipping-wrapper .search-card-info-price {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  /* line 39, app/assets/stylesheets/book.scss */
  .book__wrapper .search-card-book-shipping-wrapper .search-card-info-price div {
    text-align: center;
  }
}

/* line 47, app/assets/stylesheets/book.scss */
.book__header {
  margin-bottom: 32px;
}

/* line 48, app/assets/stylesheets/book.scss */
.book__header h1 {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: #212121;
}

/* line 56, app/assets/stylesheets/book.scss */
.book__waiting-time-table {
  border-collapse: collapse;
}

/* line 59, app/assets/stylesheets/book.scss */
.book__waiting-time-table th,
.book__waiting-time-table td {
  padding: 2px 32px 2px 0;
  text-align: start;
  vertical-align: top;
}

/* line 66, app/assets/stylesheets/book.scss */
.book__waiting-time-table th:last-child,
.book__waiting-time-table td:last-child {
  padding-right: 0;
}

/* line 72, app/assets/stylesheets/book.scss */
.book__ref-validation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1014px;
  width: 100%;
  padding: 13px 24px;
  border-radius: 16px;
  border: 1px dashed #DADCE0;
  background: white;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  color: #9E9E9E;
}

/* line 88, app/assets/stylesheets/book.scss */
.book__ref-validation .ref,
.book__ref-validation .validation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 95, app/assets/stylesheets/book.scss */
.book__ref-validation .ref {
  justify-content: flex-start;
  gap: 8px;
}

/* line 100, app/assets/stylesheets/book.scss */
.book__ref-validation .validation {
  justify-content: flex-end;
  gap: 14px;
}

/* line 105, app/assets/stylesheets/book.scss */
.book__ref-validation .tag {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #212121;
  border-radius: 20px;
  background: #F7FCFF;
  padding: 7px 16px;
}

/* line 115, app/assets/stylesheets/book.scss */
.book__condition-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 0 var(--page-padding);
}

/* line 125, app/assets/stylesheets/book.scss */
.book__condition-header {
  margin-bottom: 5px;
}

/* line 126, app/assets/stylesheets/book.scss */
.book__condition-header h2 {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  color: #212121;
}

/* line 134, app/assets/stylesheets/book.scss */
.book__condition-body {
  border-right: 1px solid #212121;
  border-top: 1px solid #212121;
  border-left: 2px solid #212121;
  border-bottom: 2px solid #212121;
  border-radius: 36px;
  padding: 24px;
  margin-bottom: 24px;
  text-align: start;
  max-width: 1014px;
}

/* line 147, app/assets/stylesheets/book.scss */
.book__condition-body ul {
  margin: 0;
  padding-left: 24px;
  list-style-image: url(/assets/condition-list-style-5a2a90ae70efec6734475ab25f2e46ecb0242e90b8e449f4f0c9841d105529bc.svg);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 158, app/assets/stylesheets/book.scss */
.book__action-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 var(--page-padding);
  margin: 32px 0;
}

/* line 168, app/assets/stylesheets/book.scss */
.book__action-wrapper > * {
  flex-basis: 224px;
}

@media (max-width: 500px) {
  /* line 158, app/assets/stylesheets/book.scss */
  .book__action-wrapper {
    flex-wrap: wrap-reverse;
    padding: var(--page-padding);
  }
  /* line 176, app/assets/stylesheets/book.scss */
  .book__action-wrapper > * {
    flex-grow: 1;
  }
}

@media (max-width: 550px) {
  /* line 3, app/assets/stylesheets/book.scss */
  .book {
    --page-padding: 18px;
    --details-padding: 6px;
  }
  /* line 187, app/assets/stylesheets/book.scss */
  .book__wrapper {
    border-radius: 0 0 70px 70px;
  }
  /* line 190, app/assets/stylesheets/book.scss */
  .book__wrapper .search-card-details-breakdown {
    padding: 0 var(--details-padding);
  }
}

/* line 198, app/assets/stylesheets/book.scss */
.book-bulk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 64px 192px 364px 80px;
}

/* line 206, app/assets/stylesheets/book.scss */
.book-bulk__header {
  max-width: 624px;
}

/* line 209, app/assets/stylesheets/book.scss */
.book-bulk__header__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: var(--Main-Dark, #212121);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: start;
  margin-bottom: 16px;
}

/* line 221, app/assets/stylesheets/book.scss */
.book-bulk__header__subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: var(--Secondary-Dark, #9E9E9E);
  text-align: start;
  margin-bottom: 32px;
}

/* line 230, app/assets/stylesheets/book.scss */
.book-bulk__action {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
}

/* line 236, app/assets/stylesheets/book.scss */
.book-bulk__action__text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: var(--Tritary-Dark, #BDBDBD);
  text-align: start;
}

/* line 242, app/assets/stylesheets/book.scss */
.book-bulk__action__button {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: var(--Secondary-Orange, #F9A529);
  text-align: start;
  text-transform: uppercase;
  outline: none;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0px;
}

@media (max-width: 1330px) {
  /* line 198, app/assets/stylesheets/book.scss */
  .book-bulk {
    padding: 64px 80px 364px 80px;
  }
  /* line 259, app/assets/stylesheets/book.scss */
  .book-bulk__icon img {
    width: 300px;
  }
}

@media (max-width: 1090px) {
  /* line 198, app/assets/stylesheets/book.scss */
  .book-bulk {
    flex-direction: column-reverse;
    padding: 20px;
  }
  /* line 269, app/assets/stylesheets/book.scss */
  .book-bulk__header__title, .book-bulk__header__subtitle {
    text-align: center;
  }
  /* line 274, app/assets/stylesheets/book.scss */
  .book-bulk__action {
    flex-direction: column;
    justify-content: center;
  }
  /* line 280, app/assets/stylesheets/book.scss */
  .book-bulk__icon img {
    width: 200px;
  }
}
/* line 1, app/assets/stylesheets/book_shipping.scss */
.book-shipping {
  background: #f7fcff;
  background: url(/assets/detailsbg-8765a1a2ca50b41e02c68f5b725a2cbb8c3d89c6368a7f66ae9d0716c1d67779.svg);
  border-bottom-left-radius: 500px;
  border-bottom-right-radius: 500px;
}

@media (max-width: 1370px) {
  /* line 1, app/assets/stylesheets/book_shipping.scss */
  .book-shipping {
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
  }
}

@media (max-width: 1250px) {
  /* line 1, app/assets/stylesheets/book_shipping.scss */
  .book-shipping {
    border-bottom-left-radius: 250px;
    border-bottom-right-radius: 250px;
  }
}

@media (max-width: 1000px) {
  /* line 1, app/assets/stylesheets/book_shipping.scss */
  .book-shipping {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}

/* line 18, app/assets/stylesheets/book_shipping.scss */
.book-shipping .search-card-details-breakdown,
.book-shipping .search-card-details {
  background: transparent;
}

/* line 24, app/assets/stylesheets/book_shipping.scss */
.final-shipping-instruction {
  background: #f7fcff;
  background: url(/assets/detailsbg-8765a1a2ca50b41e02c68f5b725a2cbb8c3d89c6368a7f66ae9d0716c1d67779.svg);
  border-bottom-left-radius: 500px;
  border-bottom-right-radius: 500px;
}

@media (max-width: 1370px) {
  /* line 24, app/assets/stylesheets/book_shipping.scss */
  .final-shipping-instruction {
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
  }
}

@media (max-width: 1250px) {
  /* line 24, app/assets/stylesheets/book_shipping.scss */
  .final-shipping-instruction {
    border-bottom-left-radius: 250px;
    border-bottom-right-radius: 250px;
  }
}

@media (max-width: 1000px) {
  /* line 24, app/assets/stylesheets/book_shipping.scss */
  .final-shipping-instruction {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}

/* line 41, app/assets/stylesheets/book_shipping.scss */
.final-shipping-instruction .search-card-details-breakdown,
.final-shipping-instruction .search-card-details {
  background: transparent;
}

/* line 47, app/assets/stylesheets/book_shipping.scss */
.book-shipping-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 51, app/assets/stylesheets/book_shipping.scss */
.book-shipping-container h1 {
  margin: 32px 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  color: #212121;
}

/* line 60, app/assets/stylesheets/book_shipping.scss */
.final-shipping-instruction-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 64, app/assets/stylesheets/book_shipping.scss */
.final-shipping-instruction-container h1 {
  margin: 32px 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  color: #212121;
}

/* line 73, app/assets/stylesheets/book_shipping.scss */
.search-card-book-shipping-wrapper {
  width: 100%;
  max-width: 800px;
}

/* line 76, app/assets/stylesheets/book_shipping.scss */
.search-card-book-shipping-wrapper .search-card-result {
  padding-left: 0;
  padding-right: 0;
}

/* line 83, app/assets/stylesheets/book_shipping.scss */
.search-card-book-shipping-wrapper .search-card-details-breakdown-list {
  display: none;
}

/* line 86, app/assets/stylesheets/book_shipping.scss */
.search-card-book-shipping-wrapper .fa-angle-up {
  display: none;
}

/* line 89, app/assets/stylesheets/book_shipping.scss */
.search-card-book-shipping-wrapper .fa-angle-down {
  display: inline-block;
}

/* line 94, app/assets/stylesheets/book_shipping.scss */
.search-card-book-shipping-wrapper.expanded .fa-angle-up {
  display: inline-block;
}

/* line 97, app/assets/stylesheets/book_shipping.scss */
.search-card-book-shipping-wrapper.expanded .fa-angle-down {
  display: none;
}

/* line 101, app/assets/stylesheets/book_shipping.scss */
.search-card-book-shipping-wrapper:not(:last-child) {
  margin-bottom: 24px;
}

/* line 106, app/assets/stylesheets/book_shipping.scss */
.card-side2 {
  position: relative;
  left: 900px;
  bottom: 25px;
}

/* line 112, app/assets/stylesheets/book_shipping.scss */
.ship-booking-header {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 16px;
}

/* line 118, app/assets/stylesheets/book_shipping.scss */
.ship-booking-header .ref {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #9e9e9e;
  margin-bottom: 4px;
}

/* line 125, app/assets/stylesheets/book_shipping.scss */
.ship-booking-header .tag {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 8px 14px;
  background: #212121;
  border-radius: 30px;
  margin-bottom: 16px;
}

/* line 135, app/assets/stylesheets/book_shipping.scss */
.ship-booking-header .valid {
  font-size: 14px;
  line-height: 16px;
  color: #9e9e9e;
}

/* line 142, app/assets/stylesheets/book_shipping.scss */
.booking-condition {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 40px;
}

/* line 149, app/assets/stylesheets/book_shipping.scss */
.booking-condition h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #212121;
  margin-bottom: 32px;
}

/* line 159, app/assets/stylesheets/book_shipping.scss */
.declaration-info, .instruction-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 40px;
}

/* line 166, app/assets/stylesheets/book_shipping.scss */
.declaration-info h2, .instruction-info h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #848484;
  margin-bottom: 32px;
}

/* line 174, app/assets/stylesheets/book_shipping.scss */
.declaration-info strong, .instruction-info strong {
  color: red;
}

/* line 179, app/assets/stylesheets/book_shipping.scss */
.booking-condition-info {
  width: 100%;
  max-width: 656px;
  margin-bottom: 44px;
}

/* line 184, app/assets/stylesheets/book_shipping.scss */
.booking-condition-info p {
  font-size: 16px;
  line-height: 18px;
  color: #212121;
  margin-bottom: 0;
}

/* line 190, app/assets/stylesheets/book_shipping.scss */
.booking-condition-info p:not(:last-child) {
  margin-bottom: 24px;
}

/* line 195, app/assets/stylesheets/book_shipping.scss */
.shipping-declaration-forms-container {
  width: 100%;
  max-width: 656px;
  margin-bottom: 44px;
}

/* line 200, app/assets/stylesheets/book_shipping.scss */
.shipping-declaration-forms-container p {
  font-size: 16px;
  line-height: 18px;
  color: #212121;
  margin-bottom: 0;
}

/* line 206, app/assets/stylesheets/book_shipping.scss */
.shipping-declaration-forms-container p:not(:last-child) {
  margin-bottom: 24px;
}

/* line 211, app/assets/stylesheets/book_shipping.scss */
.border-card {
  padding: 32px 24px 36px 28px;
  margin: 0 0 -4px -4px;
  background: #e5f2fa;
  border-radius: 36px;
  position: relative;
}

/* line 217, app/assets/stylesheets/book_shipping.scss */
.border-card::before {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  border-radius: 36px;
}

/* line 228, app/assets/stylesheets/book_shipping.scss */
.border-card[data-read]::before {
  background: #F7FCFF;
}

/* line 233, app/assets/stylesheets/book_shipping.scss */
.border-card[data-read] .headline,
.border-card[data-read] .message,
.border-card[data-read] .date {
  color: #9E9E9E;
}

/* line 241, app/assets/stylesheets/book_shipping.scss */
.border-card-content {
  position: relative;
}

/* line 245, app/assets/stylesheets/book_shipping.scss */
.button-wrapper {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
}

/* line 249, app/assets/stylesheets/book_shipping.scss */
.button-wrapper button {
  width: 224px;
}

/* line 252, app/assets/stylesheets/book_shipping.scss */
.button-wrapper button:not(:last-child) {
  margin-bottom: 16px;
}
/* line 3, app/assets/stylesheets/break_bulk.scss */
.break_bulk {
  --page-padding: 80px;
  padding: 32px 0 120px;
  /* Firefox */
  /* Hide border */
  /* Hide dropdown arrow */
  /* Optional: Remove focus outline */
  /* Set specific height */
  /* Center the text vertically */
  /* Adjust arrow position if you have one */
}

/* line 8, app/assets/stylesheets/break_bulk.scss */
.break_bulk__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background-color: white;
  background-image: url(/assets/break_bulk/ship-bulk-2c1d05b394f0639b45172221190452a69fa094a42cde55a011b79b78bdfd8642.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 0 var(--page-padding) 70px;
}

/* line 23, app/assets/stylesheets/break_bulk.scss */
.break_bulk__header__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #212121;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 33, app/assets/stylesheets/break_bulk.scss */
.break_bulk__header__subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  max-width: 845px;
  width: 100%;
}

/* line 43, app/assets/stylesheets/break_bulk.scss */
.break_bulk__hero img {
  width: 100%;
}

/* line 49, app/assets/stylesheets/break_bulk.scss */
.break_bulk__waves img {
  width: 100%;
}

/* line 54, app/assets/stylesheets/break_bulk.scss */
.break_bulk__info {
  padding: 120px var(--page-padding) 60px;
}

/* line 57, app/assets/stylesheets/break_bulk.scss */
.break_bulk__info__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  color: #212121;
}

/* line 63, app/assets/stylesheets/break_bulk.scss */
.break_bulk__info__images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 60px;
}

/* line 71, app/assets/stylesheets/break_bulk.scss */
.break_bulk__info__images img {
  width: 100%;
}

/* line 75, app/assets/stylesheets/break_bulk.scss */
.break_bulk__info__images__entry-split {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

/* line 85, app/assets/stylesheets/break_bulk.scss */
.break_bulk__advantages {
  padding: 60px var(--page-padding) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

/* line 94, app/assets/stylesheets/break_bulk.scss */
.break_bulk__advantages__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #212121;
  text-transform: capitalize;
}

/* line 100, app/assets/stylesheets/break_bulk.scss */
.break_bulk__advantages__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

/* line 107, app/assets/stylesheets/break_bulk.scss */
.break_bulk__advantages__entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 294px;
  gap: 24px;
}

/* line 115, app/assets/stylesheets/break_bulk.scss */
.break_bulk__advantages__entry__text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
}

/* line 122, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form {
  background: #F7FCFF;
  padding: 60px var(--page-padding) 0;
}

/* line 127, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__body {
  width: 100%;
  background: white;
  border-width: 2px 2px 4px 2px;
  border-style: solid;
  border-color: #212121;
  border-radius: 36px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

/* line 146, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__header__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  color: #212121;
  margin-bottom: 32px;
}

/* line 153, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__header__subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
}

/* line 159, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__separator {
  width: 100%;
  overflow: hidden;
}

/* line 163, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__separator img {
  min-width: 1200px;
  width: 100%;
}

/* line 169, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

/* line 177, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__section__icon img {
  width: 40px;
}

/* line 182, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__section__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #212121;
}

/* line 188, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__route_information, .break_bulk__form__cargo_description, .break_bulk__form__dimensions, .break_bulk__form__documents, .break_bulk__form__contact {
  width: 100%;
}

/* line 195, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__route_information__content, .break_bulk__form__cargo_description__content, .break_bulk__form__dimensions__content, .break_bulk__form__documents__content, .break_bulk__form__contact__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

/* line 204, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__dimensions__content {
  flex-wrap: wrap;
}

/* line 207, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__dimensions__content > div {
  flex: 1 0 calc(20% - 24px);
}

/* line 214, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__documents__content {
  flex-direction: column;
}

/* line 217, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__documents__content__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #9E9E9E;
}

/* line 228, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__documents__content__recommendations {
  max-width: 848px;
  width: 100%;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #9E9E9E;
  text-align: start;
}

/* line 236, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__documents__content__recommendations textarea {
  height: 130px;
  width: 100%;
  margin-top: 4px;
  padding: 16px;
  border-radius: 24px;
  resize: none;
  outline: none;
  box-shadow: none;
}

/* line 249, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__documents__content__recommendations textarea:focus {
  border: 1px solid #ffa726 !important;
  box-shadow: none;
}

/* line 256, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__documents__content a {
  margin: 0;
}

/* line 263, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__contact__content {
  flex-wrap: wrap;
}

/* line 266, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__contact__content > div {
  flex: 1 0 calc(50% - 24px);
}

/* line 273, app/assets/stylesheets/break_bulk.scss */
.break_bulk__text_input, .break_bulk__location_input, .break_bulk__date_input, .break_bulk__select_input, .break_bulk__number_input, .break_bulk__calculated_input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  width: 100%;
}

/* line 287, app/assets/stylesheets/break_bulk.scss */
.break_bulk__text_input .label, .break_bulk__location_input .label, .break_bulk__date_input .label, .break_bulk__select_input .label, .break_bulk__number_input .label, .break_bulk__calculated_input .label {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  text-align: start;
  color: #9E9E9E;
}

/* line 294, app/assets/stylesheets/break_bulk.scss */
.break_bulk__text_input .wrapper, .break_bulk__location_input .wrapper, .break_bulk__date_input .wrapper, .break_bulk__select_input .wrapper, .break_bulk__number_input .wrapper, .break_bulk__calculated_input .wrapper {
  padding: 12px 16px;
  border: 1px solid #DADCE0;
  border-radius: 40px;
  width: 100%;
}

/* line 300, app/assets/stylesheets/break_bulk.scss */
.break_bulk__text_input .wrapper:focus, .break_bulk__text_input .wrapper:focus-within, .break_bulk__location_input .wrapper:focus, .break_bulk__location_input .wrapper:focus-within, .break_bulk__date_input .wrapper:focus, .break_bulk__date_input .wrapper:focus-within, .break_bulk__select_input .wrapper:focus, .break_bulk__select_input .wrapper:focus-within, .break_bulk__number_input .wrapper:focus, .break_bulk__number_input .wrapper:focus-within, .break_bulk__calculated_input .wrapper:focus, .break_bulk__calculated_input .wrapper:focus-within {
  border: 1px solid #ffa726 !important;
}

/* line 308, app/assets/stylesheets/break_bulk.scss */
.break_bulk__location_input .wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}

/* line 317, app/assets/stylesheets/break_bulk.scss */
.break_bulk__date_input .wrapper {
  position: relative;
}

/* line 320, app/assets/stylesheets/break_bulk.scss */
.break_bulk__date_input .wrapper::after {
  content: '';
  position: absolute;
  background-image: url(/assets/break_bulk/calendar-b9f4b0d434a637fa02fd1f57eaa35968945ae60bdd95a86bc25ecd3aad437ca0.svg);
  width: 24px;
  height: 24px;
  top: 8px;
  right: 12px;
}

/* line 333, app/assets/stylesheets/break_bulk.scss */
.break_bulk__select_input select {
  color: #9e9e9e;
}

/* line 337, app/assets/stylesheets/break_bulk.scss */
.break_bulk__select_input .wrapper {
  position: relative;
}

/* line 340, app/assets/stylesheets/break_bulk.scss */
.break_bulk__select_input .wrapper::after {
  content: '';
  position: absolute;
  background-image: url(/assets/break_bulk/arrow-b15a644cb5b21fcc763042c805b596e193d00055b1e8bdcdee2d6309d9562350.svg);
  width: 16px;
  height: 16px;
  top: 15px;
  right: 15px;
}

/* line 353, app/assets/stylesheets/break_bulk.scss */
.break_bulk__number_input .wrapper {
  position: relative;
  display: flex;
  padding-right: 40px;
}

/* line 359, app/assets/stylesheets/break_bulk.scss */
.break_bulk__number_input .wrapper::after {
  content: '';
  position: absolute;
  background-image: url(/assets/break_bulk/double-arrows-52a43084a5ad1df7444fd733ad5c7effcf9b2d16692c3fe1288ab9c0fce15399.svg);
  width: 24px;
  height: 24px;
  top: 10px;
  right: 14px;
}

/* line 370, app/assets/stylesheets/break_bulk.scss */
.break_bulk__number_input .unit {
  color: #9e9e9e;
}

/* line 376, app/assets/stylesheets/break_bulk.scss */
.break_bulk__calculated_input .wrapper {
  display: flex;
  background-color: #F5F5F5;
}

/* line 382, app/assets/stylesheets/break_bulk.scss */
.break_bulk__calculated_input .unit {
  color: #9e9e9e;
}

/* line 387, app/assets/stylesheets/break_bulk.scss */
.break_bulk__stackable {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #F7FCFF;
  border-radius: 48px;
  padding: 8px 16px;
  margin-top: 16px;
}

/* line 401, app/assets/stylesheets/break_bulk.scss */
.break_bulk input[type='text'],
.break_bulk input[type='date'],
.break_bulk input[type='number'],
.break_bulk select {
  width: 100%;
  border: none;
  outline: none !important;
}

/* line 410, app/assets/stylesheets/break_bulk.scss */
.break_bulk input[type='text']:focus,
.break_bulk input[type='date']:focus,
.break_bulk input[type='number']:focus,
.break_bulk select:focus {
  box-shadow: none !important;
  border: none !important;
}

/* line 416, app/assets/stylesheets/break_bulk.scss */
.break_bulk input::-webkit-outer-spin-button,
.break_bulk input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 423, app/assets/stylesheets/break_bulk.scss */
.break_bulk input[type=number] {
  -moz-appearance: textfield;
}

/* line 427, app/assets/stylesheets/break_bulk.scss */
.break_bulk label {
  margin: 0;
}

@media (max-width: 1024px) {
  /* line 3, app/assets/stylesheets/break_bulk.scss */
  .break_bulk {
    --page-padding: 40px;
  }
  /* line 435, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__header__title, .break_bulk__info__header, .break_bulk__advantages__header {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 100%;
    text-align: center;
  }
  /* line 441, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__cargo_description__content {
    flex-wrap: wrap;
  }
  /* line 444, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__cargo_description__content .break_bulk__select_input {
    flex: 1 0 calc(50% - 24px);
  }
  /* line 451, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__dimensions__content .break_bulk__number_input,
.break_bulk__form__dimensions__content .break_bulk__calculated_input {
    flex: 1 0 calc(50% - 24px);
  }
  /* line 456, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__dimensions__content .break_bulk__number_input:nth-child(5) {
    flex: 1 0 100%;
  }
  /* line 461, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__advantages__content {
    flex-wrap: wrap;
  }
  /* line 465, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__advantages__entry {
    flex: 1 0 calc(50% - 32px);
  }
}

@media (max-width: 800px) {
  /* line 471, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__body {
    padding: 40px 16px;
  }
  /* line 475, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__info__images {
    flex-wrap: wrap;
  }
  /* line 478, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__info__images__entry-split {
    flex-direction: row;
  }
  /* line 481, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__info__images__entry-split img {
    width: calc(50% - 16px);
  }
}

@media (max-width: 660px) {
  /* line 3, app/assets/stylesheets/break_bulk.scss */
  .break_bulk {
    --page-padding: 24px;
    padding-bottom: 40px;
  }
  /* line 492, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__header {
    background-position: center -125px;
  }
  /* line 495, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__header__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 64px;
    text-align: center;
  }
  /* line 500, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__info {
    padding: 40px var(--page-padding);
  }
  /* line 503, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__info__images {
    gap: 24px;
  }
  /* line 506, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__info__images__entry-split {
    gap: 24px;
  }
  /* line 512, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__advantages {
    padding: 40px var(--page-padding) 0;
    gap: 32px;
  }
  /* line 517, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__body {
    gap: 24px;
  }
  /* line 521, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__route_information__content, .break_bulk__form__cargo_description__content, .break_bulk__form__dimensions__content, .break_bulk__form__contact__content, .break_bulk__advantages__content {
    flex-wrap: wrap;
  }
  /* line 528, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__route_information__content > div, .break_bulk__form__cargo_description__content > div, .break_bulk__form__dimensions__content > div, .break_bulk__form__contact__content > div, .break_bulk__advantages__content > div {
    flex: 1 0 100% !important;
  }
}

/* line 535, app/assets/stylesheets/break_bulk.scss */
.break_bulk .select2-container--default .select2-selection--single {
  border: none !important;
  box-shadow: none !important;
}

/* line 541, app/assets/stylesheets/break_bulk.scss */
.break_bulk .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

/* line 546, app/assets/stylesheets/break_bulk.scss */
.break_bulk .select2-container--default.select2-container--focus .select2-selection--single {
  outline: none;
}

/* line 551, app/assets/stylesheets/break_bulk.scss */
.break_bulk .select2-container .select2-selection--single {
  height: 21px !important;
}

/* line 556, app/assets/stylesheets/break_bulk.scss */
.break_bulk .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 21px !important;
}

/* line 561, app/assets/stylesheets/break_bulk.scss */
.break_bulk .select2-container .select2-selection--single .select2-selection__arrow {
  height: 21px !important;
}

/* line 567, app/assets/stylesheets/break_bulk.scss */
.break_bulk_selection li[aria-selected='true'] {
  background-color: #f0f0f0 !important;
}

/* line 571, app/assets/stylesheets/break_bulk.scss */
.break_bulk_selection .select2-option-container {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

/* line 577, app/assets/stylesheets/break_bulk.scss */
.break_bulk_selection .select2-option-text {
  display: flex;
  flex-direction: column;
}

/* line 582, app/assets/stylesheets/break_bulk.scss */
.break_bulk_selection .select2-option-title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 588, app/assets/stylesheets/break_bulk.scss */
.break_bulk_selection .select2-option-subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
}
/* line 4, app/assets/stylesheets/bulk_price.scss */
.bulk-price-header-section {
  background-color: white;
  background-image: url(/assets/bulk_price/boat-container-5f4b7f20962ecf44d74678e6bcd7c428a34b7c54c860cce13d9b71eeb0c99eb7.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 0 80px 125px;
  margin: 32px 0 64px;
}

/* line 13, app/assets/stylesheets/bulk_price.scss */
.bulk-price-header-section__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: normal;
  text-align: center;
  text-align: center;
  padding-bottom: 32px;
  width: 50%;
  margin: auto;
}

/* line 22, app/assets/stylesheets/bulk_price.scss */
.bulk-price-header-section__content {
  background: #F7FCFF;
  border: 1px solid #212121;
  box-shadow: 0px 4px 16px rgba(0, 57, 85, 0.16);
  border-radius: 36px;
  padding: 24px;
}

@media (max-width: 1500px) {
  /* line 31, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-header-section__title {
    width: 60%;
  }
}

@media (max-width: 1200px) {
  /* line 37, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-header-section__title {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  /* line 43, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-header-section__title {
    width: 100%;
  }
}

@media (max-width: 700px) {
  /* line 50, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-header-section__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: normal;
    text-align: center;
  }
}

@media (max-width: 600px) {
  /* line 4, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-header-section {
    padding: 0 16px 80px;
  }
}

/* line 61, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__hero {
  position: relative;
}

/* line 64, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__hero .port-bg {
  width: 100%;
  margin-bottom: -5px;
}

/* line 69, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__hero .tablet-bg {
  width: 624px;
  height: 449px;
  position: absolute;
  top: 0;
  right: 50px;
}

/* line 78, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__wrapper {
  background: #F7FCFF;
  padding: 25px 80px 120px;
}

/* line 83, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__title {
  width: 45%;
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  padding-bottom: 32px;
  text-align: start;
}

/* line 90, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__title .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  text-align: start;
  margin-top: 16px;
}

/* line 97, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__values {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 32px;
  margin-top: 120px;
}

/* line 106, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

/* line 113, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__element .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  text-align: center;
  color: #212121;
  margin: 24px 0 16px;
  width: 80%;
}

/* line 120, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__element .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: center;
  width: 70%;
}

/* line 127, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__link {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 134, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__laytime {
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

/* line 142, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__laytime__wrapper {
  max-width: 45%;
  flex-grow: 1;
}

/* line 147, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__laytime__form {
  min-width: 50%;
  flex-grow: 1;
}

/* line 152, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__laytime .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  padding-bottom: 32px;
  text-align: start;
}

/* line 158, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__laytime .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  text-align: start;
  margin-top: 16px;
}

/* line 164, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__laytime .icon {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 171, app/assets/stylesheets/bulk_price.scss */
.bulk-price-description-section__laytime .icon img {
  width: 80%;
}

@media (max-width: 1230px) {
  /* line 178, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__laytime__wrapper {
    max-width: 35%;
  }
}

@media (max-width: 975px) {
  /* line 184, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__laytime__wrapper {
    min-width: 45%;
    max-width: unset;
  }
}

@media (max-width: 735px) {
  /* line 134, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__laytime {
    flex-direction: column;
  }
  /* line 193, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__laytime__wrapper {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
  /* line 199, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__laytime .icon {
    display: none;
  }
}

@media (max-width: 1180px) {
  /* line 208, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__hero .tablet-bg {
    width: 400px;
    height: 281px;
    right: 10px;
  }
  /* line 215, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__wrapper {
    padding: 25px 40px 80px;
  }
  /* line 219, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__values {
    margin-top: 80px;
  }
  /* line 223, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__title {
    width: 55%;
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    text-align: center;
    text-align: start;
  }
  /* line 230, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__element .title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    color: #212121;
  }
  /* line 237, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__laytime .title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    text-align: center;
    text-align: start;
  }
}

@media (max-width: 880px) {
  /* line 246, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__hero .tablet-bg {
    display: none;
  }
  /* line 251, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__title {
    width: 100%;
  }
  /* line 255, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__values {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  /* line 262, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__element {
    flex: 0;
  }
}

@media (max-width: 600px) {
  /* line 268, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-description-section__wrapper {
    padding: 25px 16px 80px;
  }
}

/* line 274, app/assets/stylesheets/bulk_price.scss */
.bulk-price-question-section {
  padding: 120px 80px;
}

/* line 277, app/assets/stylesheets/bulk_price.scss */
.bulk-price-question-section__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 283, app/assets/stylesheets/bulk_price.scss */
.bulk-price-question-section__questions {
  max-width: 42%;
}

/* line 287, app/assets/stylesheets/bulk_price.scss */
.bulk-price-question-section__question-element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 32px;
}

/* line 295, app/assets/stylesheets/bulk_price.scss */
.bulk-price-question-section__question-element:not(:nth-last-of-type) {
  padding-bottom: 0;
}

/* line 299, app/assets/stylesheets/bulk_price.scss */
.bulk-price-question-section__question-element .title {
  padding: 24px 0 16px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 306, app/assets/stylesheets/bulk_price.scss */
.bulk-price-question-section__question-element .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 313, app/assets/stylesheets/bulk_price.scss */
.bulk-price-question-section__question-mark {
  padding-right: 80px;
}

/* line 316, app/assets/stylesheets/bulk_price.scss */
.bulk-price-question-section__question-mark img {
  max-width: 468px;
  max-height: 600px;
}

@media (max-width: 1180px) {
  /* line 274, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-question-section {
    padding: 80px 40px;
  }
  /* line 325, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-question-section__question-mark {
    padding-right: 0;
  }
}

@media (max-width: 960px) {
  /* line 331, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-question-section__wrapper {
    flex-direction: column-reverse;
    gap: 32px;
  }
  /* line 336, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-question-section__question-mark {
    align-self: center;
  }
  /* line 340, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-question-section__questions {
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  /* line 347, app/assets/stylesheets/bulk_price.scss */
  .bulk-price-question-section__question-mark img {
    width: 320px;
  }
}

/* line 355, app/assets/stylesheets/bulk_price.scss */
.bulk-available-vessels {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-align: left;
  color: #212121;
}

/* line 356, app/assets/stylesheets/bulk_price.scss */
.bulk-available-vessels .important {
  color: #0ab20a;
}

/* line 371, app/assets/stylesheets/bulk_price.scss */
.bulk-surcharge-note {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #bdbdbd;
}

/* line 377, app/assets/stylesheets/bulk_price.scss */
.bulk-details,
.bulk-details-tab {
  min-height: 500px;
  height: 100%;
}

/* line 383, app/assets/stylesheets/bulk_price.scss */
.bulk-track-distance {
  padding: 24px 0;
}

/* line 386, app/assets/stylesheets/bulk_price.scss */
.bulk-track-distance__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 392, app/assets/stylesheets/bulk_price.scss */
.bulk-track-distance__body {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-align: start;
  color: #0ab20a;
}

/* line 399, app/assets/stylesheets/bulk_price.scss */
.bulk-track-map {
  height: 100%;
  min-height: 500px;
  z-index: 0;
  background: #E9F5FC !important;
}

/* line 406, app/assets/stylesheets/bulk_price.scss */
.leaflet-control-attribution {
  display: none;
}
/* line 4, app/assets/stylesheets/components.scss */
.component-search__wrapper, .component-search__wrapper-min {
  width: 100%;
  height: 186px;
  padding: 16px 24px;
  background: #E2F3FC;
  border-radius: 26px;
}

/* line 11, app/assets/stylesheets/components.scss */
.component-search__wrapper-min {
  height: 110px;
}

/* line 17, app/assets/stylesheets/components.scss */
.component-search__main-elements-wrapper {
  display: flex;
  gap: 8px;
}

/* line 22, app/assets/stylesheets/components.scss */
.component-search__main-elements-wrapper:not([data-target='others']) {
  flex-grow: 1;
}

/* line 26, app/assets/stylesheets/components.scss */
.component-search__tabs, .component-search__cargo-types-tabs {
  background-color: white;
  border-radius: 99px;
  width: fit-content;
  color: #212121;
  margin-bottom: 22px;
}

/* line 33, app/assets/stylesheets/components.scss */
.component-search__tabs ul, .component-search__cargo-types-tabs ul {
  margin: 0;
  padding: 4px;
  list-style: none;
  display: flex;
}

/* line 40, app/assets/stylesheets/components.scss */
.component-search__tabs li, .component-search__cargo-types-tabs li {
  position: relative;
}

/* line 44, app/assets/stylesheets/components.scss */
.component-search__tabs a, .component-search__cargo-types-tabs a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #212121;
  padding: 9px 16px;
}

/* line 54, app/assets/stylesheets/components.scss */
.component-search__tabs a:hover, .component-search__cargo-types-tabs a:hover {
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/components.scss */
.component-search__tabs .active, .component-search__cargo-types-tabs .active {
  border-radius: 99px;
  background-color: #FFA726;
}

/* line 64, app/assets/stylesheets/components.scss */
.component-search__tabs .active a, .component-search__cargo-types-tabs .active a {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: white;
}

/* line 69, app/assets/stylesheets/components.scss */
.component-search__tabs .active a::before, .component-search__cargo-types-tabs .active a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: calc(50% - 12px);
  background: transparent;
  width: 12px;
  height: 6px;
  background-image: linear-gradient(to bottom right, transparent 50%, white 0), linear-gradient(to top right, white 50%, transparent 0);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: left, right;
}

/* line 87, app/assets/stylesheets/components.scss */
.component-search__cargo-types-tabs {
  background-color: #f5fbfe;
}

/* line 92, app/assets/stylesheets/components.scss */
.component-search__container-popover-select-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

/* line 98, app/assets/stylesheets/components.scss */
.component-search__form {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 8px;
}

/* line 105, app/assets/stylesheets/components.scss */
.component-search__field-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 112, app/assets/stylesheets/components.scss */
.component-search__field-wrapper label {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #9E9E9E;
  margin-left: 16px;
}

/* line 119, app/assets/stylesheets/components.scss */
.component-search__input-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 12px 16px;
  border: 1px solid #DADCE0;
  border-radius: 50px;
  width: 100%;
  text-align: start;
  height: 47px;
}

/* line 133, app/assets/stylesheets/components.scss */
.component-search__input-wrapper input {
  border: none;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  width: 100%;
  padding: 1px 2px;
  height: 21px;
}

/* line 141, app/assets/stylesheets/components.scss */
.component-search__input-wrapper input::placeholder {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #BDBDBD;
  text-align: start;
}

/* line 148, app/assets/stylesheets/components.scss */
.component-search__input-wrapper input[type='search']:focus {
  outline: none;
  caret-color: #ffa726;
  border: none !important;
  box-shadow: none !important;
}

/* line 155, app/assets/stylesheets/components.scss */
.component-search__input-wrapper input:focus-visible {
  outline: none;
  border: none !important;
}

/* line 161, app/assets/stylesheets/components.scss */
.component-search__input-wrapper:focus-within {
  border: 1px solid #009CDE;
}

/* line 165, app/assets/stylesheets/components.scss */
.component-search__location-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  position: relative;
}

/* line 173, app/assets/stylesheets/components.scss */
.component-search__location-row .component-search__input-wrapper {
  flex: 1;
  min-width: 0;
}

/* line 178, app/assets/stylesheets/components.scss */
.component-search__map-btn {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #DADCE0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 191, app/assets/stylesheets/components.scss */
.component-search__map-btn img {
  width: 20px;
  height: 20px;
  opacity: 0.8;
}

/* line 197, app/assets/stylesheets/components.scss */
.component-search__map-btn:hover {
  background: #f5f5f5;
  border-color: #BDBDBD;
}

/* line 202, app/assets/stylesheets/components.scss */
.component-search__map-btn:focus {
  outline: none;
  border-color: #009CDE;
}

/* line 208, app/assets/stylesheets/components.scss */
.component-search__validation-error {
  display: none;
  padding-top: 2px;
  padding-left: 40px;
  text-align: start;
  font-family: "Primary";
  font-style: normal;
  font-weight: "normal";
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #c62828;
}

/* line 217, app/assets/stylesheets/components.scss */
.component-search__grow {
  flex-grow: 1;
}

/* line 221, app/assets/stylesheets/components.scss */
.component-search__form-button {
  align-self: start;
  margin-top: 24px;
}

/* line 225, app/assets/stylesheets/components.scss */
.component-search__form-button button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: none;
  border-radius: 100%;
  padding: 0;
}

/* line 236, app/assets/stylesheets/components.scss */
.component-search__form-button button:focus {
  outline: none;
}

/* line 241, app/assets/stylesheets/components.scss */
.component-search__form-button .icon {
  background: #ffa726;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* line 253, app/assets/stylesheets/components.scss */
.component-search__form-button .text {
  display: none;
}

/* line 259, app/assets/stylesheets/components.scss */
.component-search__close-button {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 32px;
  right: 12px;
}

/* line 268, app/assets/stylesheets/components.scss */
.location-selector.destination.is-map-pick .component-search__close-button {
  right: 60px;
}

/* line 272, app/assets/stylesheets/components.scss */
.component-search__field-check-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  align-self: start;
  position: relative;
  margin: 24px 8px 0;
}

/* line 284, app/assets/stylesheets/components.scss */
.component-search__check-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* line 290, app/assets/stylesheets/components.scss */
.component-search__check-wrapper label {
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  color: #212121;
  margin: 0;
}

/* line 299, app/assets/stylesheets/components.scss */
.component-search .readyon-datepicker input:focus-visible {
  outline: none;
}

/* line 304, app/assets/stylesheets/components.scss */
.component-search__hidden_validation {
  display: none;
}

@media (max-width: 1150px) {
  /* line 309, app/assets/stylesheets/components.scss */
  .component-search__main-elements-wrapper {
    width: 100%;
    flex-direction: column;
  }
  /* line 314, app/assets/stylesheets/components.scss */
  .component-search__form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* line 320, app/assets/stylesheets/components.scss */
  .component-search__wrapper, .component-search__wrapper-min {
    height: unset;
  }
  /* line 323, app/assets/stylesheets/components.scss */
  .component-search__wrapper-min {
    height: unset;
  }
  /* line 328, app/assets/stylesheets/components.scss */
  .component-search__grow {
    width: 100%;
  }
  /* line 332, app/assets/stylesheets/components.scss */
  .component-search__field-wrapper {
    width: 100%;
  }
  /* line 336, app/assets/stylesheets/components.scss */
  .component-search__form-button {
    width: 100%;
  }
  /* line 339, app/assets/stylesheets/components.scss */
  .component-search__form-button button {
    width: 100%;
  }
  /* line 343, app/assets/stylesheets/components.scss */
  .component-search__form-button .icon {
    display: none;
  }
  /* line 347, app/assets/stylesheets/components.scss */
  .component-search__form-button .text {
    display: inline;
    border-radius: 100px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 357, app/assets/stylesheets/components.scss */
  .component-search__tabs, .component-search__cargo-types-tabs, .component-search__tabs ul, .component-search__cargo-types-tabs ul, .component-search__tabs li, .component-search__cargo-types-tabs li {
    width: 100%;
  }
  /* line 360, app/assets/stylesheets/components.scss */
  .component-search__tabs a, .component-search__cargo-types-tabs a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* line 369, app/assets/stylesheets/components.scss */
.next-arrow-wrapper {
  align-self: flex-start;
  margin-top: 36px;
  --direction-scale: 1;
  transform: scaleX(var(--direction-scale));
}

@media (max-width: 1150px) {
  /* line 369, app/assets/stylesheets/components.scss */
  .next-arrow-wrapper {
    transform: scaleX(var(--direction-scale)) rotate(90deg);
    align-self: center;
    margin: 8px;
  }
}

/* line 383, app/assets/stylesheets/components.scss */
.minimized-arrow-wrapper {
  margin: 6px;
}

/* line 387, app/assets/stylesheets/components.scss */
.vertical-separator {
  align-self: center;
  height: 44px;
  width: 1px;
  margin-top: 16px;
  background-color: #DADCE0;
}

@media (max-width: 1150px) {
  /* line 387, app/assets/stylesheets/components.scss */
  .vertical-separator {
    display: none;
  }
}

/* line 400, app/assets/stylesheets/components.scss */
.radio {
  height: 0;
  width: 0;
  display: block;
}

/* line 406, app/assets/stylesheets/components.scss */
.radiomark {
  cursor: pointer;
  text-indent: -9999px;
  height: 18px;
  width: 18px;
  border: 1px solid #9E9E9E;
  background: white;
  display: block;
  position: relative;
  border-radius: 18px;
}

/* line 419, app/assets/stylesheets/components.scss */
.radiomark:after {
  content: '';
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #E2F3FC;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 432, app/assets/stylesheets/components.scss */
.radio:checked ~ .radiomark:after {
  display: block;
}

/* line 436, app/assets/stylesheets/components.scss */
.radio:checked + .radiomark {
  background: #ffa726;
  border: 1px solid #ffa726;
}

/* line 444, app/assets/stylesheets/components.scss */
.location-map-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}

/* line 455, app/assets/stylesheets/components.scss */
.location-map-modal--open {
  visibility: visible;
  opacity: 0;
  transition: none;
}

/* line 461, app/assets/stylesheets/components.scss */
.location-map-modal--open.location-map-modal--visible {
  opacity: 1;
  transition: opacity 0.2s;
}

/* line 466, app/assets/stylesheets/components.scss */
.location-map-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/* line 473, app/assets/stylesheets/components.scss */
.location-map-modal__dialog {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  max-width: 90vw;
  width: 640px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

/* line 485, app/assets/stylesheets/components.scss */
.location-map-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
}

/* line 493, app/assets/stylesheets/components.scss */
.location-map-modal__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

/* line 499, app/assets/stylesheets/components.scss */
.location-map-modal__close {
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #666;
  padding: 4px 8px;
}

/* line 508, app/assets/stylesheets/components.scss */
.location-map-modal__close:hover {
  color: #212121;
}

/* line 513, app/assets/stylesheets/components.scss */
.location-map-modal__body {
  padding: 16px 20px;
  overflow: auto;
  flex: 1;
  min-height: 0;
}

/* line 520, app/assets/stylesheets/components.scss */
.location-map-modal__hint {
  margin: 0 0 12px;
  font-size: 0.875rem;
  color: #666;
}

/* line 526, app/assets/stylesheets/components.scss */
.location-map-modal__address-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

/* line 532, app/assets/stylesheets/components.scss */
.location-map-modal__address-input {
  flex: 1;
  min-width: 0;
  padding: 8px 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* line 540, app/assets/stylesheets/components.scss */
.location-map-modal__address-input:focus {
  outline: none;
  border-color: #1976d2;
  box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.2);
}

/* line 547, app/assets/stylesheets/components.scss */
.location-map-modal__map {
  height: 360px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #e8e8e8;
}

/* line 555, app/assets/stylesheets/components.scss */
.location-map-modal__no-location {
  margin: 0 0 12px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #c62828;
}

/* line 562, app/assets/stylesheets/components.scss */
.location-map-modal__btn {
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  border: none;
}

/* line 569, app/assets/stylesheets/components.scss */
.location-map-modal__btn--primary {
  background: #FFA726;
  color: #fff;
}

/* line 573, app/assets/stylesheets/components.scss */
.location-map-modal__btn--primary:hover {
  background: #fc9600;
}

/* line 578, app/assets/stylesheets/components.scss */
.location-map-modal__btn--secondary {
  background: #fff;
  color: #212121;
  border: 1px solid #ccc;
}

/* line 583, app/assets/stylesheets/components.scss */
.location-map-modal__btn--secondary:hover {
  background: #f5f5f5;
}

/* line 589, app/assets/stylesheets/components.scss */
.location-map-modal__footer {
  padding: 12px 20px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

/* line 598, app/assets/stylesheets/components.scss */
.location-map-modal__area-marker {
  background: #5c6bc0;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 606, app/assets/stylesheets/components.scss */
.location-map-modal__pick-marker {
  background: #FFA726;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* line 613, app/assets/stylesheets/components.scss */
.location-map-modal__current-marker {
  background: #009CDE;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
/* line 3, app/assets/stylesheets/copilot.scss */
.copilot {
  --page-padding: 32px;
  --chat-padding: 24px;
  --open-width: 320px;
  --open-resp-width: 22%;
  --close-width: 24px;
  --input-width: 800px;
  --main-dark: #212121;
  --secondary-dark: #9E9E9E;
  --secondary-orange: #F9A529;
  --light-blue: #F7FCFF;
  --primary-blue: #009CDE;
  --skyshade-blue: #E2F1FB;
  --sky-blue: #AFD8F4;
  --border-grey: #DADCE0;
  --primary-red: #EB5757;
  height: 100vh;
  padding: var(--page-padding);
}

/* line 24, app/assets/stylesheets/copilot.scss */
.copilot__live_mode {
  display: none;
  height: 100%;
  border-radius: 24px;
  position: relative;
  background-image: url(/assets/copilot/bg-color-ec86b6e73c6a62c4643675da1b1390bb0848f4d47d40ccb4e4959806748982ec.jpeg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* line 35, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .logo {
  position: absolute;
  top: 24px;
  right: 24px;
}

/* line 41, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser {
  width: 100%;
  position: relative;
  top: 35%;
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: white;
  direction: rtl;
}

/* line 51, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser__waiting {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* line 59, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser__listening {
  display: block;
  position: relative;
  width: 280px;
  height: 280px;
  margin: auto;
}

/* line 66, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser__listening img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 73, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser__listening #interactive {
  animation: listen 10s forwards infinite linear;
  transform-origin: 0px 0px;
}

/* line 79, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser__thinking {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* line 86, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser__thinking img {
  width: 115px;
}

/* line 91, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser__listening, .copilot__live_mode .visualiser__thinking {
  display: none;
}

/* line 97, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .controls {
  --button-width: 64px;
  --gap: 24px;
  position: absolute;
  z-index: 20;
  bottom: 24px;
  left: calc(50% - var(--button-width) - var(--gap) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
}

/* line 113, app/assets/stylesheets/copilot.scss */
.copilot__chat_mode {
  display: flex;
  gap: var(--page-padding);
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* line 122, app/assets/stylesheets/copilot.scss */
.copilot__chat {
  flex-grow: 1;
  position: relative;
  padding: var(--chat-padding);
  border-radius: 24px;
  background: url(/assets/copilot/bg-color-ec86b6e73c6a62c4643675da1b1390bb0848f4d47d40ccb4e4959806748982ec.jpeg);
  display: flex;
  flex-direction: column;
}

/* line 135, app/assets/stylesheets/copilot.scss */
.copilot__chat__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 10;
}

/* line 143, app/assets/stylesheets/copilot.scss */
.copilot__chat__header .img_btn {
  display: none;
}

/* line 148, app/assets/stylesheets/copilot.scss */
.copilot__chat__body {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  z-index: 10;
}

/* line 160, app/assets/stylesheets/copilot.scss */
.copilot__chat__body::-webkit-scrollbar {
  display: none;
}

/* line 165, app/assets/stylesheets/copilot.scss */
.copilot__chat__messages {
  direction: rtl;
  display: none;
  flex-direction: column;
  flex-grow: 1;
  gap: 16px;
  padding: 24px 0;
  margin-bottom: 16px;
}

/* line 176, app/assets/stylesheets/copilot.scss */
.copilot__chat__message {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 80%;
  min-width: 35%;
}

/* line 187, app/assets/stylesheets/copilot.scss */
.copilot__chat__message p {
  margin: 0;
}

/* line 191, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-human {
  align-self: flex-start;
}

/* line 195, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-ai {
  gap: 4px;
  align-self: flex-end;
}

/* line 199, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-ai table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
}

/* line 205, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-ai th, .copilot__chat__message-ai td {
  border: 1px solid #000;
  padding: 8px;
}

/* line 210, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-ai th {
  background-color: #f2f2f240;
}

/* line 214, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-ai tr:nth-child(even) {
  background-color: #f2f2f240;
}

/* line 219, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-ai tr:hover {
  background-color: #ddd4;
}

/* line 224, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-ai td:first-child {
  font-weight: bold;
}

/* line 232, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px 16px;
}

/* line 240, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__header-human {
  color: white;
  background: var(--primary-blue);
  border-radius: 16px 0 16px 16px;
}

/* line 246, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__header-ai {
  color: white;
  background: transparent;
  justify-content: flex-end;
}

/* line 252, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__header-error {
  color: var(--primary-red);
}

/* line 256, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__header .typing {
  width: 50px;
}

/* line 261, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__actions {
  display: flex;
  gap: 16px;
}

/* line 265, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__actions-human {
  padding-right: 16px;
  justify-content: flex-start;
}

/* line 270, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__actions-ai {
  padding-left: 16px;
  justify-content: flex-end;
}

/* line 275, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__actions .copilot-message-copy-btn {
  cursor: pointer;
}

/* line 280, app/assets/stylesheets/copilot.scss */
.copilot__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 290, app/assets/stylesheets/copilot.scss */
.copilot__bg img {
  height: 100%;
}

/* line 295, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas {
  max-width: calc(min(22%, 320px));
  width: 100%;
  background: white;
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

/* line 307, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas-close {
  animation: close_offcanvas 500ms;
  animation-fill-mode: forwards;
}

/* line 312, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas-open {
  animation: open_offcanvas 500ms;
  animation-fill-mode: forwards;
}

/* line 318, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__toggle {
  display: flex;
}

/* line 322, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__exit {
  background-color: var(--light-blue);
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

/* line 334, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__exit-collapse {
  animation: collapse_btn 500ms;
  animation-fill-mode: forwards;
}

/* line 338, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__exit-collapse .btn_text {
  display: none;
}

/* line 343, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__exit-expand {
  animation: expand_btn 500ms;
  animation-fill-mode: forwards;
}

/* line 347, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__exit-expand .btn_text {
  display: block;
}

/* line 353, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__content__wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 24px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

/* line 366, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__content__wrapper::-webkit-scrollbar {
  display: none;
  /* Webkit browsers */
}

/* line 371, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__content__wrapper-show {
  animation: show_content 500ms;
  animation-fill-mode: forwards;
}

/* line 376, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__content__wrapper-hide {
  animation: hide_content 400ms;
  animation-fill-mode: forwards;
}

/* line 382, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  gap: 24px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

/* line 396, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__content::-webkit-scrollbar {
  display: none;
  /* Webkit browsers */
}

/* line 402, app/assets/stylesheets/copilot.scss */
.copilot__welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 16px 0 64px;
}

/* line 410, app/assets/stylesheets/copilot.scss */
.copilot__welcome .text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: justify;
  text-align-last: center;
  color: white;
  width: 560px;
}

/* line 419, app/assets/stylesheets/copilot.scss */
.copilot__welcome .logo {
  display: flex;
  justify-content: center;
}

/* line 425, app/assets/stylesheets/copilot.scss */
.copilot__input {
  width: 100%;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #FFFFFF14;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 8px;
}

/* line 437, app/assets/stylesheets/copilot.scss */
.copilot__input__wrapper {
  max-width: var(--input-width);
  margin: 0 auto;
  width: 100%;
  border: 1px solid;
  border-image: linear-gradient(90.28deg, #009CDE 0%, #AFD8F4 39.8%, #AFD8F4 60.35%, #009CDE 100%) 1 stretch;
}

/* line 447, app/assets/stylesheets/copilot.scss */
.copilot__chat__box {
  position: relative;
  z-index: 10;
}

/* line 452, app/assets/stylesheets/copilot.scss */
.copilot__chat__box_head {
  --box-size: 55px;
  width: 100%;
  height: var(--box-size);
  position: absolute;
  z-index: 20;
  top: calc(-1 * var(--box-size));
  background: linear-gradient(180deg, transparent, #000C27);
}

/* line 463, app/assets/stylesheets/copilot.scss */
.copilot__accordion {
  width: 100%;
}

/* line 467, app/assets/stylesheets/copilot.scss */
.copilot__accordion .ui-state-active,
.copilot__accordion .ui-state-default,
.copilot__accordion .ui-widget-content {
  border: none;
  background: none;
}

/* line 474, app/assets/stylesheets/copilot.scss */
.copilot__accordion .ui-accordion-header-icon {
  display: none;
}

/* line 479, app/assets/stylesheets/copilot.scss */
.copilot__accordion__title {
  background: white;
  border: none;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: var(--secondary-dark) !important;
  text-align: right;
  display: flex;
  justify-content: space-between;
}

/* line 491, app/assets/stylesheets/copilot.scss */
.copilot__accordion__elements {
  margin-top: 16px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

/* line 501, app/assets/stylesheets/copilot.scss */
.copilot__accordion__arrow-down {
  animation: arrow_down 500ms;
  animation-fill-mode: forwards;
}

/* line 506, app/assets/stylesheets/copilot.scss */
.copilot__accordion__arrow-up {
  animation: arrow_up 500ms;
  animation-fill-mode: forwards;
}

/* line 512, app/assets/stylesheets/copilot.scss */
.copilot__vertical_separator {
  background: var(--border-grey);
  height: 1px;
  width: 100%;
}

/* line 518, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 16px;
  background: var(--skyshade-blue);
  border-radius: 30px;
}

/* line 528, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__question:hover {
  background: var(--sky-blue);
}

/* line 531, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__question:hover .copilot__offcanvas__question__select {
  visibility: visible;
}

/* line 537, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__question__text {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 8px;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: right;
  color: var(--main-dark);
}

/* line 552, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__question__select {
  visibility: hidden;
  width: 10px;
}

/* line 558, app/assets/stylesheets/copilot.scss */
.copilot .img_btn {
  background: transparent;
  border: none;
  outline: none;
}

/* line 563, app/assets/stylesheets/copilot.scss */
.copilot .img_btn-rotate_upright {
  animation: rotate_upright 500ms;
  animation-fill-mode: forwards;
}

/* line 568, app/assets/stylesheets/copilot.scss */
.copilot .img_btn-rotate_side {
  animation: rotate_side 500ms;
  animation-fill-mode: forwards;
}

/* line 574, app/assets/stylesheets/copilot.scss */
.copilot .orange_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--secondary-orange);
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 8px 16px;
}

/* line 587, app/assets/stylesheets/copilot.scss */
.copilot .round_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  border-radius: 64px;
  width: 64px;
  height: 64px;
}

/* line 599, app/assets/stylesheets/copilot.scss */
.copilot .hidden_btn {
  display: none;
}

/* line 603, app/assets/stylesheets/copilot.scss */
.copilot .white_btn {
  background-color: white;
}

/* line 607, app/assets/stylesheets/copilot.scss */
.copilot .red_btn {
  background-color: var(--primary-red);
}

/* line 611, app/assets/stylesheets/copilot.scss */
.copilot .record_audio_btn_text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  text-align: right;
  color: white;
}

/* line 617, app/assets/stylesheets/copilot.scss */
.copilot .new_chat_btn_text {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: white;
  white-space: nowrap;
}

/* line 623, app/assets/stylesheets/copilot.scss */
.copilot .exit_chat_btn_text {
  direction: ltr;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--main-dark);
  white-space: nowrap;
}

/* line 630, app/assets/stylesheets/copilot.scss */
.copilot .text_input {
  flex-grow: 1;
  direction: rtl;
  background: transparent;
  caret-color: white;
  color: white;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* line 641, app/assets/stylesheets/copilot.scss */
.copilot .text_input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

@keyframes close_offcanvas {
  0% {
    max-width: calc(min(22%, 320px));
  }
  100% {
    max-width: var(--close-width);
  }
}

@keyframes open_offcanvas {
  0% {
    max-width: var(--close-width);
  }
  100% {
    max-width: calc(min(22%, 320px));
  }
}

@keyframes rotate_upright {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@keyframes rotate_side {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes arrow_down {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes arrow_up {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes hide_content {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}

@keyframes show_content {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes collapse_btn {
  0% {
    padding: 16px;
  }
  100% {
    padding: 16px 4px;
  }
}

@keyframes expand_btn {
  0% {
    padding: 16px 4px;
  }
  100% {
    padding: 16px;
  }
}

@keyframes slide_in {
  0% {
    right: -280px;
  }
  100% {
    right: 0;
  }
}

@keyframes slide_out {
  0% {
    right: 0;
  }
  100% {
    right: -280px;
  }
}

@keyframes listen {
  0% {
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}

@media (max-width: 960px) {
  /* line 3, app/assets/stylesheets/copilot.scss */
  .copilot {
    --page-padding: 0;
  }
  /* line 799, app/assets/stylesheets/copilot.scss */
  .copilot__chat, .copilot__live_mode {
    border-radius: 0;
  }
  /* line 804, app/assets/stylesheets/copilot.scss */
  .copilot__offcanvas {
    position: absolute;
    height: 100%;
    z-index: 20;
    padding: 24px;
    max-width: 280px !important;
    right: -280px;
  }
  /* line 813, app/assets/stylesheets/copilot.scss */
  .copilot__offcanvas-close {
    animation: slide_out 500ms;
    animation-fill-mode: forwards;
  }
  /* line 818, app/assets/stylesheets/copilot.scss */
  .copilot__offcanvas-open {
    animation: slide_in 500ms;
    animation-fill-mode: forwards;
  }
  /* line 825, app/assets/stylesheets/copilot.scss */
  .copilot__chat__header .img_btn {
    display: block;
  }
}

@media (max-width: 630px) {
  /* line 834, app/assets/stylesheets/copilot.scss */
  .copilot__welcome .text {
    width: 80%;
  }
  /* line 838, app/assets/stylesheets/copilot.scss */
  .copilot__welcome .logo img {
    width: 50%;
  }
}
/* line 2, app/assets/stylesheets/copilot_drawer.scss */
.copilot__drawer {
  position: fixed;
  bottom: 24px;
  right: calc(24px + 64px + 40px);
}
/* line 4, app/assets/stylesheets/devise.scss */
.forgot-password__header {
  padding: 32px 20px 64px;
}

/* line 7, app/assets/stylesheets/devise.scss */
.forgot-password__header__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: var(--Main-Dark, #212121);
  margin-bottom: 16px;
}

/* line 14, app/assets/stylesheets/devise.scss */
.forgot-password__header__subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--Secondary-Dark, #9E9E9E);
}

/* line 20, app/assets/stylesheets/devise.scss */
.forgot-password__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 160px 0 80px;
  gap: 60px;
  margin-bottom: 237px;
}

/* line 31, app/assets/stylesheets/devise.scss */
.forgot-password__form {
  max-width: 624px;
  width: 100%;
  flex: 1;
}

/* line 36, app/assets/stylesheets/devise.scss */
.forgot-password__form__actions {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 32px;
}

/* line 42, app/assets/stylesheets/devise.scss */
.forgot-password__form__actions .form-group {
  flex: 1;
  width: 100%;
}

/* line 47, app/assets/stylesheets/devise.scss */
.forgot-password__form__actions .btn {
  width: 100%;
}

@media (max-width: 1160px) {
  /* line 54, app/assets/stylesheets/devise.scss */
  .forgot-password__body {
    padding: 0 80px;
    flex-direction: column-reverse;
  }
  /* line 60, app/assets/stylesheets/devise.scss */
  .forgot-password__icon img {
    width: 200px;
  }
}

@media (max-width: 550px) {
  /* line 67, app/assets/stylesheets/devise.scss */
  .forgot-password__body {
    padding: 0 20px;
  }
  /* line 71, app/assets/stylesheets/devise.scss */
  .forgot-password__form__actions {
    flex-direction: column-reverse;
    gap: unset;
  }
}

/* line 78, app/assets/stylesheets/devise.scss */
.forgot-password-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 64px 192px 364px 80px;
}

/* line 86, app/assets/stylesheets/devise.scss */
.forgot-password-message__header {
  max-width: 624px;
}

/* line 89, app/assets/stylesheets/devise.scss */
.forgot-password-message__header__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: var(--Main-Dark, #212121);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: start;
  margin-bottom: 16px;
}

/* line 101, app/assets/stylesheets/devise.scss */
.forgot-password-message__header__subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: var(--Secondary-Dark, #9E9E9E);
  text-align: start;
  margin-bottom: 32px;
}

/* line 110, app/assets/stylesheets/devise.scss */
.forgot-password-message__action {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
}

/* line 116, app/assets/stylesheets/devise.scss */
.forgot-password-message__action__text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: var(--Tritary-Dark, #BDBDBD);
  text-align: start;
}

/* line 122, app/assets/stylesheets/devise.scss */
.forgot-password-message__action__button {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: var(--Secondary-Orange, #F9A529);
  text-align: start;
  text-transform: uppercase;
  outline: none;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0px;
}

@media (max-width: 1330px) {
  /* line 78, app/assets/stylesheets/devise.scss */
  .forgot-password-message {
    padding: 64px 80px 364px 80px;
  }
  /* line 139, app/assets/stylesheets/devise.scss */
  .forgot-password-message__icon img {
    width: 300px;
  }
}

@media (max-width: 1090px) {
  /* line 78, app/assets/stylesheets/devise.scss */
  .forgot-password-message {
    flex-direction: column-reverse;
    padding: 20px;
  }
  /* line 149, app/assets/stylesheets/devise.scss */
  .forgot-password-message__header__title, .forgot-password-message__header__subtitle {
    text-align: center;
  }
  /* line 154, app/assets/stylesheets/devise.scss */
  .forgot-password-message__action {
    flex-direction: column;
    justify-content: center;
  }
  /* line 160, app/assets/stylesheets/devise.scss */
  .forgot-password-message__icon img {
    width: 200px;
  }
}
/* line 4, app/assets/stylesheets/draggable.scss */
.draggable .attachments {
  display: none;
}

/* line 8, app/assets/stylesheets/draggable.scss */
.draggable .drop-area {
  width: 100%;
  min-height: 200px;
  padding: 32px;
  border: 3px dashed black;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  text-align: start;
  color: #9e9e9e;
}

/* line 26, app/assets/stylesheets/draggable.scss */
.draggable .file-area {
  width: 20%;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-align: start;
}

/* line 37, app/assets/stylesheets/draggable.scss */
.draggable .file-preview {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 43, app/assets/stylesheets/draggable.scss */
.draggable .file-remove {
  cursor: pointer;
}

/* line 47, app/assets/stylesheets/draggable.scss */
.draggable .highlight {
  border-color: #61d261 !important;
}
/* line 11, app/assets/stylesheets/excel.scss */
:root {
  --excel-zoom: 1;
}

/* line 15, app/assets/stylesheets/excel.scss */
body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #374151;
  background: #fff;
  zoom: var(--excel-zoom);
}

/* line 27, app/assets/stylesheets/excel.scss */
.excel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}

/* line 36, app/assets/stylesheets/excel.scss */
.excel-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 42, app/assets/stylesheets/excel.scss */
.excel-zoom-controls {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 11px;
  color: #9ca3af;
}

/* line 49, app/assets/stylesheets/excel.scss */
.excel-zoom-controls button {
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 11px;
  cursor: pointer;
  color: #4b5563;
}

/* line 58, app/assets/stylesheets/excel.scss */
.excel-zoom-controls button:hover {
  background: #e5e7eb;
}

/* line 63, app/assets/stylesheets/excel.scss */
.excel-zoom-controls .excel-zoom-label {
  margin-right: 2px;
}

/* line 68, app/assets/stylesheets/excel.scss */
.excel-logo {
  width: 20px;
  height: 20px;
}

/* line 73, app/assets/stylesheets/excel.scss */
.excel-user-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 79, app/assets/stylesheets/excel.scss */
.excel-user-name {
  font-weight: 600;
  font-size: 13px;
  color: #212121;
}

/* line 85, app/assets/stylesheets/excel.scss */
.excel-company-name {
  color: #9ca3af;
  margin-left: 4px;
  font-weight: 400;
}

/* line 91, app/assets/stylesheets/excel.scss */
.excel-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #e5e7eb;
  background: transparent;
  color: #9ca3af;
  border-radius: 4px;
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/excel.scss */
.excel-btn-icon:hover {
  color: #212121;
  background: #f3f4f6;
}

/* line 112, app/assets/stylesheets/excel.scss */
.excel-logout-btn {
  color: #9ca3af;
  text-decoration: none;
  font-size: 12px;
}

/* line 117, app/assets/stylesheets/excel.scss */
.excel-logout-btn:hover {
  color: #212121;
}

/* line 123, app/assets/stylesheets/excel.scss */
.excel-content {
  padding: 16px;
}

/* line 129, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-header {
  text-align: center;
  padding: 32px 16px;
  background-color: #f5f5f5;
}

/* line 135, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-welcome {
  font-size: 22px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 0;
  color: #212121;
}

/* line 143, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-title {
  margin-top: 4px;
  font-size: 16px;
  color: #212121;
}

/* line 149, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-body {
  padding: 24px 20px;
}

/* line 153, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-subtitle {
  margin: 0 0 12px;
  font-size: 13px;
  color: #212121;
}

/* line 159, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  font-size: 13px;
  color: #4b5563;
}

/* line 166, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 6px;
}

/* line 174, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-icon {
  display: inline-block;
  width: 18px;
  text-align: center;
}

/* line 180, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-instruction {
  font-size: 13px;
  color: #212121;
  margin: 8px 20px 0;
}

/* line 186, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-enterprise-note {
  font-size: 13px;
  color: #212121;
  margin: 8px 20px 0;
}

/* line 192, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-actions {
  text-align: center;
  margin-top: 16px;
}

/* line 197, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-btn {
  font-size: 15px;
  font-weight: 600;
  padding-left: 28px;
  padding-right: 28px;
}

/* line 206, app/assets/stylesheets/excel.scss */
.excel-btn {
  padding: 7px 14px;
  background: #ffa726;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

/* line 216, app/assets/stylesheets/excel.scss */
.excel-btn:hover {
  opacity: 0.85;
}

/* line 220, app/assets/stylesheets/excel.scss */
.excel-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 226, app/assets/stylesheets/excel.scss */
.excel-btn-outline {
  background: none;
  color: #374151;
  border: 1px solid #e5e7eb;
}

/* line 231, app/assets/stylesheets/excel.scss */
.excel-btn-outline:hover {
  background: #f9fafb;
}

/* line 236, app/assets/stylesheets/excel.scss */
.excel-btn-full {
  width: 100%;
  padding: 9px;
}

/* line 241, app/assets/stylesheets/excel.scss */
.excel-btn-small {
  padding: 4px 8px;
  font-size: 11px;
}

/* line 247, app/assets/stylesheets/excel.scss */
.section-title {
  font-size: 13px;
  font-weight: 600;
  color: #212121;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* line 256, app/assets/stylesheets/excel.scss */
.excel-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/* line 263, app/assets/stylesheets/excel.scss */
.excel-section-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 269, app/assets/stylesheets/excel.scss */
.excel-divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 16px 0;
}

/* line 276, app/assets/stylesheets/excel.scss */
.mapping-table-container {
  width: 100%;
  margin-bottom: 16px;
}

/* line 281, app/assets/stylesheets/excel.scss */
.mapping-table-container .mapping-table-hint {
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #212121;
  line-height: 1.4;
}

/* line 289, app/assets/stylesheets/excel.scss */
body.mapping-inferencing #mapping-table-container {
  display: none !important;
}

/* line 293, app/assets/stylesheets/excel.scss */
.mapping-row-range {
  margin: 6px 0 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
}

/* line 300, app/assets/stylesheets/excel.scss */
.mapping-row-range label {
  font-weight: 500;
  font-size: 12px;
  color: #212121;
}

/* line 306, app/assets/stylesheets/excel.scss */
.mapping-row-range input[type="number"] {
  width: 70px;
  padding: 3px 6px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-size: 12px;
  box-sizing: border-box;
}

/* line 314, app/assets/stylesheets/excel.scss */
.mapping-row-range input[type="number"]:focus {
  outline: none;
  border-color: #ffa726;
}

/* line 322, app/assets/stylesheets/excel.scss */
.mapping-row-range .mapping-header-row > label,
.mapping-row-range .mapping-shipments-range > label {
  min-width: 110px;
  flex-shrink: 0;
}

/* line 328, app/assets/stylesheets/excel.scss */
.mapping-row-range .mapping-header-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 333, app/assets/stylesheets/excel.scss */
.mapping-row-range .mapping-header-row input {
  width: 56px;
}

/* line 338, app/assets/stylesheets/excel.scss */
.mapping-row-range .mapping-shipments-range {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

/* line 345, app/assets/stylesheets/excel.scss */
.mapping-row-range .mapping-row-separator {
  color: #9ca3af;
}

/* line 349, app/assets/stylesheets/excel.scss */
.mapping-row-range .mapping-row-hint {
  margin: 0;
  font-size: 12px;
  color: #212121;
}

/* line 355, app/assets/stylesheets/excel.scss */
.mapping-row-range #header-row-suggestion {
  font-weight: 600;
}

/* line 360, app/assets/stylesheets/excel.scss */
.mapping-table {
  width: 100%;
  border-collapse: collapse;
}

/* line 364, app/assets/stylesheets/excel.scss */
.mapping-table th {
  padding: 4px 4px 6px;
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

/* line 373, app/assets/stylesheets/excel.scss */
.mapping-table td {
  padding: 2px 4px;
  border-bottom: 1px solid #f3f4f6;
  vertical-align: middle;
}

/* line 379, app/assets/stylesheets/excel.scss */
.mapping-table td:first-child {
  font-weight: 500;
  font-size: 11px;
  color: #9ca3af;
  white-space: nowrap;
  width: 1%;
  padding-right: 8px;
}

/* line 388, app/assets/stylesheets/excel.scss */
.mapping-table tr:last-child td {
  border-bottom: none;
}

/* line 392, app/assets/stylesheets/excel.scss */
.mapping-table tr.mapping-input-end-row td {
  border-bottom: none;
}

/* line 396, app/assets/stylesheets/excel.scss */
.mapping-table tr.mapping-mid-divider-row td {
  padding: 9px 0 7px;
  border-bottom: none;
}

/* line 401, app/assets/stylesheets/excel.scss */
.mapping-table .mapping-mid-divider {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 407, app/assets/stylesheets/excel.scss */
.mapping-table .mapping-mid-divider::before,
.mapping-table .mapping-mid-divider::after {
  content: '';
  flex: 1;
  height: 2px;
  background: rgba(255, 167, 38, 0.8);
  border-radius: 99px;
}

/* line 416, app/assets/stylesheets/excel.scss */
.mapping-table .mapping-mid-divider-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: #9ca3af;
  white-space: nowrap;
}

/* line 425, app/assets/stylesheets/excel.scss */
.mapping-table tr.mapping-output-start-row td {
  padding-top: 8px;
}

/* line 430, app/assets/stylesheets/excel.scss */
.mapping-input {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 14px;
  background: #fff;
  color: #212121;
  font-weight: 500;
  box-sizing: border-box;
  cursor: text;
}

/* line 442, app/assets/stylesheets/excel.scss */
.mapping-input:hover {
  border-color: #ced2d9;
  background: #f9fafb;
}

/* line 447, app/assets/stylesheets/excel.scss */
.mapping-input:focus {
  outline: none;
  border-color: #ffa726;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 167, 38, 0.2);
}

/* line 454, app/assets/stylesheets/excel.scss */
.mapping-input::placeholder {
  color: #d1d5db;
  font-weight: 400;
}

/* line 461, app/assets/stylesheets/excel.scss */
.sync-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 10px;
}

/* line 469, app/assets/stylesheets/excel.scss */
.sync-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 48px;
  background: #ffa726;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 8px rgba(255, 167, 38, 0.35);
  transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
}

/* line 486, app/assets/stylesheets/excel.scss */
.sync-btn:hover {
  background: #ff9b07;
  box-shadow: 0 4px 14px rgba(255, 167, 38, 0.45);
}

/* line 491, app/assets/stylesheets/excel.scss */
.sync-btn:active {
  transform: scale(0.97);
}

/* line 495, app/assets/stylesheets/excel.scss */
.sync-btn .sync-icon {
  display: inline-block;
  font-size: 18px;
  transition: transform 0.3s;
}

/* line 501, app/assets/stylesheets/excel.scss */
.sync-btn.syncing {
  pointer-events: none;
  opacity: 0.85;
}

/* line 505, app/assets/stylesheets/excel.scss */
.sync-btn.syncing .sync-icon {
  animation: spin 0.6s linear infinite;
}

/* line 511, app/assets/stylesheets/excel.scss */
.sync-progress {
  width: 200px;
  height: 4px;
  background: #e5e7eb;
  border-radius: 4px;
  margin-top: 18px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

/* line 521, app/assets/stylesheets/excel.scss */
.sync-progress.active {
  opacity: 1;
}

/* line 526, app/assets/stylesheets/excel.scss */
.sync-progress-bar {
  width: 0%;
  height: 100%;
  background: #ffa726;
  border-radius: 4px;
  transition: width 0.3s ease;
}

/* line 533, app/assets/stylesheets/excel.scss */
.sync-progress-bar.indeterminate {
  width: 40%;
  animation: progress-slide 1s ease-in-out infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes progress-slide {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 60%;
  }
  100% {
    margin-left: 0;
  }
}

/* line 550, app/assets/stylesheets/excel.scss */
.sync-status {
  margin-top: 16px;
  font-size: 13px;
  color: #9ca3af;
  text-align: left;
  min-height: 20px;
  max-width: 280px;
  line-height: 1.5;
  word-break: break-word;
}

/* line 561, app/assets/stylesheets/excel.scss */
.sync-status-success {
  color: #212121;
}

/* line 565, app/assets/stylesheets/excel.scss */
.sync-status-error {
  color: #dc2626;
}

/* line 569, app/assets/stylesheets/excel.scss */
.sync-status-warning {
  color: #212121;
}

/* line 573, app/assets/stylesheets/excel.scss */
.sync-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  width: 100%;
}

/* line 584, app/assets/stylesheets/excel.scss */
.sync-summary {
  padding: 0;
}

/* line 588, app/assets/stylesheets/excel.scss */
.sync-summary-header {
  font-size: 12px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

/* line 597, app/assets/stylesheets/excel.scss */
.sync-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 603, app/assets/stylesheets/excel.scss */
.sync-summary-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 4px 8px;
  margin: 0 -8px 2px;
  font-size: 13px;
  border-radius: 4px;
}

/* line 612, app/assets/stylesheets/excel.scss */
.sync-summary-item:last-child {
  margin-bottom: 0;
}

/* line 617, app/assets/stylesheets/excel.scss */
.sync-summary-ref {
  font-family: 'SF Mono', 'Monaco', 'Consolas', monospace;
  font-size: 12px;
  color: #212121;
  min-width: 0;
  flex-shrink: 0;
}

/* line 625, app/assets/stylesheets/excel.scss */
.sync-summary-item--ok {
  color: #374151;
  background: #dcfce7;
}

/* line 629, app/assets/stylesheets/excel.scss */
.sync-summary-item--ok .sync-summary-ref {
  color: #1a8fc4;
}

/* line 633, app/assets/stylesheets/excel.scss */
.sync-summary-item--ok.sync-summary-item--faded {
  background: transparent;
}

/* line 638, app/assets/stylesheets/excel.scss */
.sync-summary-item--err {
  color: #dc2626;
  background: #fee2e2;
}

/* line 642, app/assets/stylesheets/excel.scss */
.sync-summary-item--err .sync-summary-ref {
  color: #dc2626;
}

/* line 646, app/assets/stylesheets/excel.scss */
.sync-summary-item--err.sync-summary-item--faded {
  background: transparent;
}

/* line 651, app/assets/stylesheets/excel.scss */
.sync-summary-note {
  margin-top: 10px;
  font-size: 11px;
  color: #9ca3af;
}

/* line 658, app/assets/stylesheets/excel.scss */
.excel-track-form {
  background: #f9fafb;
  border-radius: 8px;
  padding: 14px;
}

/* line 664, app/assets/stylesheets/excel.scss */
.excel-track-row {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

/* line 671, app/assets/stylesheets/excel.scss */
.excel-radio-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* line 677, app/assets/stylesheets/excel.scss */
.excel-radio {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-size: 12px;
  color: #6b7280;
}

/* line 685, app/assets/stylesheets/excel.scss */
.excel-radio input[type="radio"] {
  accent-color: #ffa726;
  margin: 0;
}

/* line 691, app/assets/stylesheets/excel.scss */
.excel-track-actions {
  margin-top: 12px;
}

/* line 695, app/assets/stylesheets/excel.scss */
.excel-batch-section {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
}

/* line 701, app/assets/stylesheets/excel.scss */
.section-subtitle {
  font-size: 12px;
  font-weight: 600;
  color: #212121;
  margin: 0 0 6px;
}

/* line 708, app/assets/stylesheets/excel.scss */
.excel-hint {
  font-size: 11px;
  color: #9ca3af;
  margin: 0 0 10px;
  line-height: 1.35;
}

/* line 715, app/assets/stylesheets/excel.scss */
.excel-batch-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 722, app/assets/stylesheets/excel.scss */
.excel-field {
  margin-bottom: 12px;
}

/* line 725, app/assets/stylesheets/excel.scss */
.excel-field label {
  display: block;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 12px;
  color: #6b7280;
}

/* line 733, app/assets/stylesheets/excel.scss */
.excel-field input,
.excel-field select {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 13px;
  box-sizing: border-box;
  background: #fff;
}

/* line 743, app/assets/stylesheets/excel.scss */
.excel-field input:focus,
.excel-field select:focus {
  outline: none;
  border-color: #ffa726;
}

/* line 751, app/assets/stylesheets/excel.scss */
.excel-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

/* line 756, app/assets/stylesheets/excel.scss */
.excel-table th {
  text-align: left;
  padding: 6px 8px;
  font-size: 11px;
  font-weight: 500;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #e5e7eb;
  white-space: nowrap;
}

/* line 768, app/assets/stylesheets/excel.scss */
.excel-table td {
  padding: 8px 8px;
  border-bottom: 1px solid #f3f4f6;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 777, app/assets/stylesheets/excel.scss */
.excel-table tbody tr:hover {
  background: #f9fafb;
}

/* line 781, app/assets/stylesheets/excel.scss */
.excel-table tbody tr:last-child td {
  border-bottom: none;
}

/* line 786, app/assets/stylesheets/excel.scss */
.excel-shipments {
  overflow-x: auto;
}

/* line 790, app/assets/stylesheets/excel.scss */
.ref-cell {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 796, app/assets/stylesheets/excel.scss */
.ref-cell .export-row-btn {
  flex-shrink: 0;
}

/* line 801, app/assets/stylesheets/excel.scss */
.shipment-link {
  color: #1a8fc4;
  text-decoration: none;
}

/* line 805, app/assets/stylesheets/excel.scss */
.shipment-link:hover {
  text-decoration: underline;
}

/* line 811, app/assets/stylesheets/excel.scss */
.state-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 500;
  text-transform: capitalize;
  background: #f3f4f6;
  color: #6b7280;
}

/* line 822, app/assets/stylesheets/excel.scss */
.state-sea,
.state-air {
  background: #eff6ff;
  color: #2563eb;
}

/* line 828, app/assets/stylesheets/excel.scss */
.state-pol,
.state-inland,
.state-pending,
.state-wait,
.state-wait_cargo_readiness,
.state-confirmed,
.state-containers_assigned,
.state-pick {
  background: #fff7ed;
  color: #c2410c;
}

/* line 840, app/assets/stylesheets/excel.scss */
.state-pod,
.state-customs,
.state-gateout {
  background: #ecfeff;
  color: #0e7490;
}

/* line 847, app/assets/stylesheets/excel.scss */
.state-delivered,
.state-completed,
.state-emptyreturn {
  background: #f0fdf4;
  color: #15803d;
}

/* line 854, app/assets/stylesheets/excel.scss */
.state-canceled,
.state-skipped {
  background: #fef2f2;
  color: #dc2626;
}

/* line 861, app/assets/stylesheets/excel.scss */
.excel-login {
  max-width: 260px;
  margin: 80px auto 0;
  text-align: center;
}

/* line 866, app/assets/stylesheets/excel.scss */
.excel-login h2 {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

/* line 874, app/assets/stylesheets/excel.scss */
.excel-login-logo {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

/* line 880, app/assets/stylesheets/excel.scss */
.excel-subtitle {
  color: #9ca3af;
  margin-bottom: 28px;
  font-size: 13px;
}

/* line 886, app/assets/stylesheets/excel.scss */
.excel-login-form {
  text-align: left;
}

/* line 890, app/assets/stylesheets/excel.scss */
.excel-remember {
  margin-bottom: 16px;
}

/* line 894, app/assets/stylesheets/excel.scss */
.excel-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 13px;
  color: #6b7280;
}

/* line 902, app/assets/stylesheets/excel.scss */
.excel-checkbox input[type="checkbox"] {
  accent-color: #ffa726;
}

/* line 908, app/assets/stylesheets/excel.scss */
.excel-alert {
  background: #fef2f2;
  color: #dc2626;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  margin-bottom: 12px;
}

/* line 917, app/assets/stylesheets/excel.scss */
.excel-status {
  margin-top: 8px;
  color: #9ca3af;
  font-size: 12px;
}

/* line 923, app/assets/stylesheets/excel.scss */
.excel-status-success {
  color: #16a34a;
}

/* line 927, app/assets/stylesheets/excel.scss */
.excel-status-error {
  color: #dc2626;
}

/* line 931, app/assets/stylesheets/excel.scss */
.excel-empty {
  text-align: center;
  color: #9ca3af;
  padding: 30px 0;
}

/* line 938, app/assets/stylesheets/excel.scss */
.feature-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* line 944, app/assets/stylesheets/excel.scss */
.feature-card {
  display: flex;
  flex-direction: column;
  padding: 14px 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}

/* line 955, app/assets/stylesheets/excel.scss */
.feature-card:hover {
  border-color: #ffa726;
  box-shadow: 0 2px 8px rgba(255, 167, 38, 0.15);
}

/* line 961, app/assets/stylesheets/excel.scss */
.feature-icon {
  font-size: 22px;
  margin-bottom: 6px;
}

/* line 966, app/assets/stylesheets/excel.scss */
.feature-label {
  font-weight: 600;
  font-size: 13px;
  color: #212121;
  margin-bottom: 2px;
}

/* line 973, app/assets/stylesheets/excel.scss */
.feature-desc {
  font-size: 11px;
  color: #9ca3af;
  line-height: 1.35;
}

/* line 979, app/assets/stylesheets/excel.scss */
.excel-debug-panel {
  margin-top: 16px;
  padding: 12px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 11px;
}

/* line 988, app/assets/stylesheets/excel.scss */
.excel-debug-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

/* line 995, app/assets/stylesheets/excel.scss */
.excel-debug-title {
  margin: 0;
  font-size: 12px;
  color: #9ca3af;
}

/* line 1001, app/assets/stylesheets/excel.scss */
.excel-debug-refresh-btn {
  padding: 4px 8px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  color: #9ca3af;
}

/* line 1010, app/assets/stylesheets/excel.scss */
.excel-debug-refresh-btn:hover {
  background: #e5e7eb;
  color: #212121;
}

/* line 1016, app/assets/stylesheets/excel.scss */
.excel-debug-pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
  color: #212121;
}
/* line 3, app/assets/stylesheets/flexible_input.scss */
.flexible-input {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 768px) {
  /* line 3, app/assets/stylesheets/flexible_input.scss */
  .flexible-input {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* line 15, app/assets/stylesheets/flexible_input.scss */
.optional-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

@media (max-width: 768px) {
  /* line 15, app/assets/stylesheets/flexible_input.scss */
  .optional-button {
    flex-direction: row;
    gap: 8px;
  }
}

/* line 27, app/assets/stylesheets/flexible_input.scss */
.optional {
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #BDBDBD;
}

/* line 32, app/assets/stylesheets/flexible_input.scss */
.optional-area,
.optional-port,
.extra-selector {
  display: none;
}

/* line 38, app/assets/stylesheets/flexible_input.scss */
.merged-input {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 45, app/assets/stylesheets/flexible_input.scss */
.merged-input .extra-selector.destination .component-search__input-wrapper,
.merged-input .location-selector.origin .component-search__input-wrapper {
  border-radius: 50px 0 0 50px !important;
  position: relative;
}

/* line 53, app/assets/stylesheets/flexible_input.scss */
.merged-input .extra-selector.origin .component-search__input-wrapper,
.merged-input .location-selector.destination .component-search__input-wrapper {
  border-radius: 0 50px 50px 0 !important;
  position: relative;
  border-left: none;
}

@media (max-width: 768px) {
  /* line 38, app/assets/stylesheets/flexible_input.scss */
  .merged-input {
    flex-direction: column;
    gap: 16px;
  }
  /* line 68, app/assets/stylesheets/flexible_input.scss */
  .merged-input .extra-selector.destination .component-search__input-wrapper,
.merged-input .location-selector.origin .component-search__input-wrapper,
.merged-input .extra-selector.origin .component-search__input-wrapper,
.merged-input .location-selector.destination .component-search__input-wrapper {
    border-radius: 50px !important;
  }
}

/* line 76, app/assets/stylesheets/flexible_input.scss */
.flag-wrapper, .flag-wrapper-min {
  display: none;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

/* line 82, app/assets/stylesheets/flexible_input.scss */
.flag-wrapper img, .flag-wrapper-min img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

/* line 88, app/assets/stylesheets/flexible_input.scss */
.flag-wrapper-min {
  display: inline-block;
}
/* line 3, app/assets/stylesheets/footer.scss */
.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  background: #00239C;
  padding: 120px 40px 80px;
  color: white;
}

/* line 14, app/assets/stylesheets/footer.scss */
.footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 24, app/assets/stylesheets/footer.scss */
.footer li {
  list-style: none;
}

/* line 28, app/assets/stylesheets/footer.scss */
.footer a {
  color: white !important;
  text-decoration: none !important;
}

/* line 31, app/assets/stylesheets/footer.scss */
.footer a:hover {
  text-decoration: underline !important;
}

/* line 36, app/assets/stylesheets/footer.scss */
.footer__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}

/* line 43, app/assets/stylesheets/footer.scss */
.footer__generic {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 200px;
}

/* line 51, app/assets/stylesheets/footer.scss */
.footer__generic__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

/* line 58, app/assets/stylesheets/footer.scss */
.footer__generic__apps {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-align: start;
}

/* line 71, app/assets/stylesheets/footer.scss */
.footer__separator {
  width: 1px;
  background-image: url(/assets/footer-separator-992f58ae1f8a9f2785913e4292725f6f50d7bbd09a047bed531570db262a338e.svg);
}

/* line 76, app/assets/stylesheets/footer.scss */
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

/* line 83, app/assets/stylesheets/footer.scss */
.footer__content__links {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-align: start;
}

/* line 88, app/assets/stylesheets/footer.scss */
.footer__content__address {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

/* line 94, app/assets/stylesheets/footer.scss */
.footer__content__address[data-address='EG'] {
  order: 1;
}

/* line 97, app/assets/stylesheets/footer.scss */
.footer__content__address[data-address='SA'] {
  order: 2;
}

/* line 102, app/assets/stylesheets/footer.scss */
.footer__content__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

/* line 110, app/assets/stylesheets/footer.scss */
.footer__content__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-align: start;
}

/* line 121, app/assets/stylesheets/footer.scss */
.footer__content__icon img {
  height: 24px;
  width: 24px;
}

/* line 128, app/assets/stylesheets/footer.scss */
.footer__content__flag img {
  height: 40px;
  width: 40px;
}

/* line 135, app/assets/stylesheets/footer.scss */
.footer__copyright {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: right;
  opacity: 0.24;
}

@media (max-width: 1000px) {
  /* line 3, app/assets/stylesheets/footer.scss */
  .footer {
    padding: 80px 40px;
  }
  /* line 144, app/assets/stylesheets/footer.scss */
  .footer__wrapper {
    width: 100%;
    flex-direction: column;
  }
  /* line 149, app/assets/stylesheets/footer.scss */
  .footer__separator {
    width: unset;
    height: 1px;
    background-image: url(/assets/footer-separator-wide-18c912c2f9c317d391b6ed949a8d4af63eb60c70816b58beab54f18e13a63dbd.svg);
  }
}

@media (max-width: 1000px) and (min-width: 680px) {
  /* line 157, app/assets/stylesheets/footer.scss */
  .footer__generic {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  /* line 162, app/assets/stylesheets/footer.scss */
  .footer__generic__apps {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}

@media (max-width: 680px) {
  /* line 3, app/assets/stylesheets/footer.scss */
  .footer {
    padding: 80px 24px;
  }
  /* line 174, app/assets/stylesheets/footer.scss */
  .footer__content__links {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 16px !important;
  }
  /* line 180, app/assets/stylesheets/footer.scss */
  .footer__content__address {
    flex-direction: column;
  }
  /* line 185, app/assets/stylesheets/footer.scss */
  .footer__content__description ul {
    gap: 16px;
  }
}
/* line 2, app/assets/stylesheets/forgot_password.scss */
.forgot-password .from-header {
  margin-bottom: 24px;
}

/* line 5, app/assets/stylesheets/forgot_password.scss */
.forgot-password .form-header-hint {
  margin-bottom: 66px;
}

/* line 9, app/assets/stylesheets/forgot_password.scss */
.forgot-password .button-wrapper .form-group {
  margin-bottom: 16px;
}

/* line 15, app/assets/stylesheets/forgot_password.scss */
#current-password.invisible-form {
  display: none;
}
/* line 3, app/assets/stylesheets/header-search-custom.scss */
.header-search-bar-wrapper {
  width: 100%;
  padding: 0 12px;
}

/* line 9, app/assets/stylesheets/header-search-custom.scss */
.header-search-bar-wrapper .component-search__wrapper-min {
  background-color: #F7FCFF;
  filter: drop-shadow(0px 2px 8px rgba(3, 155, 229, 0.16));
}

@media (max-width: 1200px) {
  /* line 15, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__wrapper-min {
    height: unset;
    padding-bottom: 32px;
  }
  /* line 20, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__form {
    flex-wrap: wrap;
  }
  /* line 24, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__main-elements-wrapper {
    width: 100%;
    flex-direction: row;
  }
  /* line 30, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__main-elements-wrapper[data-target='others'] .vertical-separator {
    display: none;
  }
  /* line 34, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__main-elements-wrapper[data-target='others'] .component-search__field-wrapper {
    flex-grow: 1;
  }
}

@media (max-width: 1150px) {
  /* line 41, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__form-button {
    width: unset;
  }
  /* line 44, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__form-button .icon {
    display: flex;
  }
  /* line 48, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__form-button .text {
    display: none;
  }
  /* line 53, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* line 59, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__grow {
    width: 100%;
  }
  /* line 63, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__field-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 70, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__tabs, .header-search-bar-wrapper .component-search__tabs ul, .header-search-bar-wrapper .component-search__tabs li {
    width: 100%;
  }
  /* line 73, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__tabs a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* line 80, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__form-button {
    width: 100%;
  }
  /* line 83, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__form-button button {
    width: 100%;
  }
  /* line 87, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__form-button .icon {
    display: none;
  }
  /* line 91, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__form-button .text {
    display: inline;
    border-radius: 100px;
    width: 100%;
  }
  /* line 98, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .component-search__main-elements-wrapper {
    flex-direction: column;
  }
}

/* line 104, app/assets/stylesheets/header-search-custom.scss */
.header-search-bar-wrapper .next-arrow-wrapper {
  align-self: flex-start;
  margin-top: 36px;
  transform: none;
}

/* line 110, app/assets/stylesheets/header-search-custom.scss */
.header-search-bar-wrapper .search-from-button-wrapper {
  align-self: center;
  margin-left: 0;
}

@media (max-width: 880px) {
  /* line 117, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .minimized-arrow-wrapper img {
    width: 10px;
    height: 10px;
  }
  /* line 123, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .search-from-button-wrapper {
    width: 24px;
    height: 24px;
  }
  /* line 126, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .search-from-button-wrapper button {
    width: 24px;
    height: 24px;
  }
  /* line 130, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .search-from-button-wrapper img {
    width: 12px;
    height: 12px;
  }
  /* line 136, app/assets/stylesheets/header-search-custom.scss */
  .header-search-bar-wrapper .next-arrow-wrapper {
    align-self: center;
    margin: 0;
    transform: rotate(90deg);
  }
}
/* line 3, app/assets/stylesheets/header.scss */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 40px;
}

@media (max-width: 430px) {
  /* line 3, app/assets/stylesheets/header.scss */
  .header {
    padding: 0px 20px;
  }
}

/* line 17, app/assets/stylesheets/header.scss */
.nav-wrapper {
  justify-content: flex-end;
}

/* line 21, app/assets/stylesheets/header.scss */
.navbar-light .navbar-nav .nav-link {
  color: unset;
}

/* line 25, app/assets/stylesheets/header.scss */
.header-nav {
  border-bottom: 1px solid #DADCE0;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  background: white;
}

/* line 31, app/assets/stylesheets/header.scss */
.header-nav a.nav-link {
  padding: 0 !important;
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-align: left;
  color: #212121;
}

/* line 34, app/assets/stylesheets/header.scss */
.header-nav a.nav-link img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

@media (max-width: 1200px) {
  /* line 31, app/assets/stylesheets/header.scss */
  .header-nav a.nav-link {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    text-align: left;
  }
}

/* line 49, app/assets/stylesheets/header.scss */
.header-nav a.nav-link:focus-visible {
  outline: none;
}

/* line 54, app/assets/stylesheets/header.scss */
.header-nav .nav-item.dropdown {
  padding: 0 !important;
}

/* line 57, app/assets/stylesheets/header.scss */
.header-nav .nav-item.dropdown .nav-link {
  display: flex;
  align-items: center;
}

/* line 62, app/assets/stylesheets/header.scss */
.header-nav .nav-item.dropdown .nav-user {
  display: inline-flex;
  flex-flow: column;
  align-items: flex-start;
  margin-right: 12px;
}

/* line 69, app/assets/stylesheets/header.scss */
.header-nav .nav-item.dropdown .nav-user-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #212121;
}

/* line 76, app/assets/stylesheets/header.scss */
.header-nav .nav-item.dropdown .nav-user-address {
  margin-top: 4px;
  font-size: 12px;
  line-height: 14px;
  color: #9e9e9e;
}

/* line 83, app/assets/stylesheets/header.scss */
.header-nav .nav-item.dropdown .dropdown-toggle::after {
  position: relative;
  top: 0px;
}

@media (max-width: 1200px) {
  /* line 90, app/assets/stylesheets/header.scss */
  .header-nav .nav-item.dropdown .nav-user-name,
.header-nav .nav-item.dropdown .nav-user-address {
    color: white;
  }
}

/* line 98, app/assets/stylesheets/header.scss */
.port-pulse-link {
  position: relative;
  color: #1a73e8 !important;
}

/* line 102, app/assets/stylesheets/header.scss */
.port-pulse-link::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1a73e8;
  margin-left: 6px;
  vertical-align: middle;
  box-shadow: 0 0 0 0 rgba(26, 115, 232, 0.6);
  animation: pp-dot-pulse 2s ease-in-out infinite;
}

@keyframes pp-dot-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(26, 115, 232, 0.6);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(26, 115, 232, 0);
  }
}

/* line 125, app/assets/stylesheets/header.scss */
.collapse-logo {
  display: none;
  margin-top: 32px;
}

/* line 130, app/assets/stylesheets/header.scss */
.navbar-toggler-close {
  display: none;
}

@media (max-width: 1200px) {
  /* line 135, app/assets/stylesheets/header.scss */
  .app-nav-divider {
    display: none;
  }
  /* line 139, app/assets/stylesheets/header.scss */
  .navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: white;
  }
  /* line 146, app/assets/stylesheets/header.scss */
  .collapse-logo {
    display: block;
  }
}

/* line 151, app/assets/stylesheets/header.scss */
.header-expanded {
  background-color: #00239C;
}

/* line 154, app/assets/stylesheets/header.scss */
.header-expanded .navbar-toggler-icon {
  display: none;
}

/* line 158, app/assets/stylesheets/header.scss */
.header-expanded .navbar-toggler-close {
  display: block;
}

/* line 163, app/assets/stylesheets/header.scss */
.dropdown-wrapper {
  position: relative;
  direction: ltr;
}

/* line 167, app/assets/stylesheets/header.scss */
.dropdown-wrapper .dropdown-element {
  padding: 14px 24px 14px 16px;
}

/* line 172, app/assets/stylesheets/header.scss */
.product-menu,
.user-menu,
.locale-menu,
.resources-menu {
  border-radius: 14px;
  border: none;
  box-shadow: none;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  top: 52px;
}

@media (max-width: 1200px) {
  /* line 172, app/assets/stylesheets/header.scss */
  .product-menu,
.user-menu,
.locale-menu,
.resources-menu {
    background: transparent;
    box-shadow: none;
  }
}

@media (max-width: 1200px) {
  /* line 189, app/assets/stylesheets/header.scss */
  .dropdown-element {
    font-family: "Primary";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-align: left;
    color: white;
  }
}

/* line 196, app/assets/stylesheets/header.scss */
.proposal-cart-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #f7fcff;
  color: #006190 !important;
  transition: background 0.15s ease, transform 0.15s ease;
}

/* line 208, app/assets/stylesheets/header.scss */
.proposal-cart-badge--empty {
  display: none;
}

/* line 212, app/assets/stylesheets/header.scss */
.proposal-cart-badge:hover {
  background: #e6f5fc;
  transform: translateY(-1px);
}

/* line 217, app/assets/stylesheets/header.scss */
.proposal-cart-badge__icon {
  width: 23px !important;
  height: 23px !important;
}

/* line 222, app/assets/stylesheets/header.scss */
.proposal-cart-badge__count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #009cde;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff;
}
/* line 3, app/assets/stylesheets/home-extra.scss */
#home {
  position: relative;
  overflow: hidden;
  background: white;
}

/* line 8, app/assets/stylesheets/home-extra.scss */
#home h1 {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* line 17, app/assets/stylesheets/home-extra.scss */
.home-hero {
  display: flex;
  justify-content: space-between;
  background-color: white;
  padding: 40px 60px 0;
  margin-bottom: -230px;
}

/* line 24, app/assets/stylesheets/home-extra.scss */
.home-hero__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 87px;
  text-align: center;
  text-align: start;
  white-space: nowrap;
  overflow: hidden;
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 30px;
}

/* line 37, app/assets/stylesheets/home-extra.scss */
.home-hero__title .moving-title {
  display: flex;
  gap: 8px;
}

/* line 40, app/assets/stylesheets/home-extra.scss */
.home-hero__title .moving-title span {
  padding: 10px 0;
}

/* line 45, app/assets/stylesheets/home-extra.scss */
.home-hero__title .blue-now {
  color: #039BE5;
}

/* line 49, app/assets/stylesheets/home-extra.scss */
.home-hero__title .headline {
  color: #212121;
}

/* line 53, app/assets/stylesheets/home-extra.scss */
.home-hero__title .multiple-lines {
  display: flex;
  position: relative;
  width: 100%;
}

/* line 58, app/assets/stylesheets/home-extra.scss */
.home-hero__title .multiple-lines__concealer {
  width: 0;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 68, app/assets/stylesheets/home-extra.scss */
.home-hero__title .subline {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #9e9e9e;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}

/* line 77, app/assets/stylesheets/home-extra.scss */
.home-hero__title .subline div {
  text-align: start;
}

/* line 83, app/assets/stylesheets/home-extra.scss */
.home-hero__logo {
  position: relative;
  z-index: 2;
}

/* line 88, app/assets/stylesheets/home-extra.scss */
.home-hero .moving {
  overflow: hidden;
  display: none;
  text-align: start;
  white-space: break-spaces;
}

/* line 95, app/assets/stylesheets/home-extra.scss */
.home-hero .moving:nth-child(2) {
  display: block;
}

/* line 99, app/assets/stylesheets/home-extra.scss */
.home-hero .hide {
  animation: slide-out 2s forwards;
}

@keyframes slide-out {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

/* line 113, app/assets/stylesheets/home-extra.scss */
.home-hero .appear {
  animation: slide-in 2s forwards;
  animation-delay: 2s;
}

@keyframes slide-in {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@media (max-width: 1350px) {
  /* line 17, app/assets/stylesheets/home-extra.scss */
  .home-hero {
    margin-bottom: -165px;
  }
  /* line 131, app/assets/stylesheets/home-extra.scss */
  .home-hero__title {
    width: 50%;
  }
  /* line 134, app/assets/stylesheets/home-extra.scss */
  .home-hero__title .moving-title {
    gap: 0 8px;
    flex-wrap: wrap;
  }
  /* line 139, app/assets/stylesheets/home-extra.scss */
  .home-hero__title .subline {
    white-space: pre-wrap;
  }
}

@media (max-width: 1025px) {
  /* line 146, app/assets/stylesheets/home-extra.scss */
  .home-hero__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    text-align: left;
  }
  /* line 150, app/assets/stylesheets/home-extra.scss */
  .home-hero__title .subline {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-align: left;
  }
  /* line 157, app/assets/stylesheets/home-extra.scss */
  .home-hero__logo img {
    width: 291px;
  }
}

@media (max-width: 768px) {
  /* line 17, app/assets/stylesheets/home-extra.scss */
  .home-hero {
    flex-direction: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }
  /* line 170, app/assets/stylesheets/home-extra.scss */
  .home-hero__title {
    width: 100%;
  }
  /* line 173, app/assets/stylesheets/home-extra.scss */
  .home-hero__title .subline {
    display: none;
  }
  /* line 178, app/assets/stylesheets/home-extra.scss */
  .home-hero__logo {
    padding-top: 24px;
  }
  /* line 181, app/assets/stylesheets/home-extra.scss */
  .home-hero__logo img {
    width: 169px;
  }
}

/* line 188, app/assets/stylesheets/home-extra.scss */
.search-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 0 80px;
  min-height: 845px;
  position: relative;
  z-index: 1;
  background-image: url(/assets/home/wave-b1824846a03d1c4677714ff3a73c1371820874b6b5f5073b8186351958ab1b36.svg);
  background-blend-mode: multiply;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 1150px) {
  /* line 188, app/assets/stylesheets/home-extra.scss */
  .search-section {
    background-image: url(/assets/home/wave-big-e7648b3e17f58efc6a362b0f066da4e0500da04a941fc99097be49de467948d4.svg);
    background-size: 100% 1326px;
    min-height: 1326px;
  }
}

@media (max-width: 1025px) {
  /* line 188, app/assets/stylesheets/home-extra.scss */
  .search-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 218, app/assets/stylesheets/home-extra.scss */
.bookmark-section {
  padding: 0 80px 50px;
}

/* line 221, app/assets/stylesheets/home-extra.scss */
.bookmark-section__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  text-align: start;
}

/* line 226, app/assets/stylesheets/home-extra.scss */
.bookmark-section__content {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  overflow: scroll;
  --overflow-fix-margin: 80px;
  margin: calc((32px - var(--overflow-fix-margin))) calc(-1 * var(--overflow-fix-margin));
  padding: var(--overflow-fix-margin);
}

/* line 236, app/assets/stylesheets/home-extra.scss */
.bookmark-section__content::-webkit-scrollbar {
  display: none;
}

/* line 241, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 260px;
  padding: 16px 24px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  border-radius: 36px;
  cursor: pointer;
}

/* line 258, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element-wrapper {
  width: 100%;
}

/* line 262, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element .bookmark-remove-icon {
  position: absolute;
  top: -8px;
  right: -10px;
}

/* line 268, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element .info {
  width: 100%;
}

/* line 271, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element .info__location {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 4px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #212121;
}

/* line 282, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element .info__port {
  text-overflow: ellipsis;
  width: 45%;
  overflow: hidden;
}

/* line 287, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element .info__port[data-target='pol'] {
  text-align: start;
}

/* line 291, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element .info__port[data-target='pod'] {
  text-align: end;
}

/* line 296, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element .info__track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 4px;
}

/* line 304, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element .info__track .flag {
  width: 16px;
  height: 16px;
}

/* line 310, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element .info__codes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 317, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element .items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 322, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element .items__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 8px;
  background: #F7FCFF;
  border-radius: 30px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
}

/* line 335, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element .items__freight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

/* line 341, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element .items__freight .price {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-align: right;
  color: #212121;
}

/* line 349, app/assets/stylesheets/home-extra.scss */
.bookmark-section__element .subline {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #BDBDBD;
}

@media (max-width: 1025px) {
  /* line 218, app/assets/stylesheets/home-extra.scss */
  .bookmark-section {
    padding: 0 20px 30px;
  }
  /* line 358, app/assets/stylesheets/home-extra.scss */
  .bookmark-section__content {
    gap: 40px;
    --overflow-fix-margin: 20px;
    margin: calc((-1 * var(--overflow-fix-margin))) calc(-1 * var(--overflow-fix-margin));
    padding: 50px var(--overflow-fix-margin);
  }
}

/* line 367, app/assets/stylesheets/home-extra.scss */
.good-deal-section {
  padding: 0 80px 50px;
}

/* line 370, app/assets/stylesheets/home-extra.scss */
.good-deal-section__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  text-align: start;
  margin-top: 80px;
}

/* line 376, app/assets/stylesheets/home-extra.scss */
.good-deal-section__content {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  overflow: scroll;
  --overflow-fix-margin: 80px;
  margin: calc((32px - var(--overflow-fix-margin))) calc(-1 * var(--overflow-fix-margin));
  padding: var(--overflow-fix-margin);
}

/* line 386, app/assets/stylesheets/home-extra.scss */
.good-deal-section__content::-webkit-scrollbar {
  display: none;
}

/* line 391, app/assets/stylesheets/home-extra.scss */
.good-deal-section__spinner {
  color: #009CDE;
  height: 141px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 399, app/assets/stylesheets/home-extra.scss */
.good-deal-section__spinner .spinner-border {
  width: 4rem;
  height: 4rem;
  vertical-align: text-bottom;
  border: 0.45em solid currentColor;
  border-right-color: transparent;
}

/* line 408, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  padding: 16px 24px;
  gap: 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  border-radius: 36px;
  cursor: pointer;
}

/* line 424, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info {
  width: 100%;
}

/* line 427, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__location {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 4px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #212121;
}

/* line 438, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__port {
  text-overflow: ellipsis;
  width: 45%;
  overflow: hidden;
}

/* line 443, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__port[data-target='pol'] {
  text-align: start;
}

/* line 447, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__port[data-target='pod'] {
  text-align: end;
}

/* line 452, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 4px;
}

/* line 460, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__track .flag {
  width: 16px;
  height: 16px;
}

/* line 466, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__codes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 473, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 478, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .items__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 8px;
  background: #F7FCFF;
  border-radius: 30px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
}

/* line 491, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .items__freight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

/* line 497, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .items__freight .price {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-align: right;
  color: #212121;
}

/* line 505, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .subline {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #BDBDBD;
}

/* line 511, app/assets/stylesheets/home-extra.scss */
.good-deal-section__arrows {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  direction: ltr;
}

/* line 519, app/assets/stylesheets/home-extra.scss */
.good-deal-section__arrows .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #009CDE;
  border-radius: 40px;
}

@media (max-width: 1025px) {
  /* line 367, app/assets/stylesheets/home-extra.scss */
  .good-deal-section {
    padding: 0 20px 30px;
  }
  /* line 534, app/assets/stylesheets/home-extra.scss */
  .good-deal-section__content {
    gap: 40px;
    --overflow-fix-margin: 20px;
    margin: calc((-1 * var(--overflow-fix-margin))) calc(-1 * var(--overflow-fix-margin));
    padding: 50px var(--overflow-fix-margin);
  }
}

/* line 543, app/assets/stylesheets/home-extra.scss */
.video-section {
  display: flex;
  justify-content: center;
  background: white;
  z-index: 2;
}

/* line 549, app/assets/stylesheets/home-extra.scss */
.video-section__thumbnail {
  padding: 0 10px;
  margin: 0 20px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  border-radius: 36px;
  z-index: 2;
  min-width: 300px;
  min-height: 200px;
}

/* line 561, app/assets/stylesheets/home-extra.scss */
.video-section__thumbnail .placeholder-bg {
  max-width: 900px;
  width: 100%;
  position: relative;
}

/* line 568, app/assets/stylesheets/home-extra.scss */
.video-section__player-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 100px);
  right: calc(50% - 100px);
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* line 584, app/assets/stylesheets/home-extra.scss */
.video-section__player-button .moving {
  width: 50%;
  height: 50%;
  max-width: 200px;
  max-height: 200px;
  background: #009CDE;
  border-radius: 200px;
  opacity: 0;
  animation: pulse 1500ms ease-out 1s infinite forwards;
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

/* line 612, app/assets/stylesheets/home-extra.scss */
.video-section__player-button .play-icon {
  position: absolute;
  width: 100px;
  top: calc(50% - 50px);
  right: calc(50% - 50px);
}

/* line 620, app/assets/stylesheets/home-extra.scss */
.video-section__frame {
  position: relative;
  z-index: 1;
  display: none;
}

@media (max-width: 1200px) {
  /* line 543, app/assets/stylesheets/home-extra.scss */
  .video-section {
    text-align: center;
  }
  /* line 629, app/assets/stylesheets/home-extra.scss */
  .video-section .container {
    display: flex;
    justify-content: center;
  }
}

/* line 635, app/assets/stylesheets/home-extra.scss */
.video-section .app-home-video-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 641, app/assets/stylesheets/home-extra.scss */
.video-section .app-home-video-inner::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

/* line 647, app/assets/stylesheets/home-extra.scss */
.video-section .app-home-video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 655, app/assets/stylesheets/home-extra.scss */
.video-section__frame {
  width: 100%;
  height: 600px;
  max-width: 900px;
  padding: 12px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 665, app/assets/stylesheets/home-extra.scss */
.video-section .app-home-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 45px 32px 32px 45px;
}

/* line 674, app/assets/stylesheets/home-extra.scss */
.video-section .app-home-video-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 36px;
  display: grid;
  place-items: center;
}

/* line 691, app/assets/stylesheets/home-extra.scss */
.what-we-do-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 120px;
  background: white;
  --spacing: 60px;
}

/* line 703, app/assets/stylesheets/home-extra.scss */
.what-we-do-section__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  color: #212121;
}

/* line 713, app/assets/stylesheets/home-extra.scss */
.what-we-do-section__content {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding-top: 100px;
}

/* line 721, app/assets/stylesheets/home-extra.scss */
.what-we-do-section__group:nth-child(2) {
  margin-top: var(--spacing);
}

/* line 725, app/assets/stylesheets/home-extra.scss */
.what-we-do-section__group:nth-child(3) {
  margin-top: calc(2 * var(--spacing));
}

/* line 730, app/assets/stylesheets/home-extra.scss */
.what-we-do-section__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

/* line 737, app/assets/stylesheets/home-extra.scss */
.what-we-do-section__element .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 7px;
  color: #212121;
}

/* line 745, app/assets/stylesheets/home-extra.scss */
.what-we-do-section__element .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: center;
  color: #212121;
}

/* line 752, app/assets/stylesheets/home-extra.scss */
.what-we-do-section__action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 20px;
}

/* line 763, app/assets/stylesheets/home-extra.scss */
.what-we-do-section__action a {
  min-width: 20%;
}

/* line 768, app/assets/stylesheets/home-extra.scss */
.what-we-do-section .spaced {
  margin-bottom: 90px;
}

@media (max-width: 950px) {
  /* line 773, app/assets/stylesheets/home-extra.scss */
  .what-we-do-section__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
  }
}

@media (max-width: 900px) {
  /* line 779, app/assets/stylesheets/home-extra.scss */
  .what-we-do-section__group:nth-child(2) {
    display: none;
  }
  /* line 783, app/assets/stylesheets/home-extra.scss */
  .what-we-do-section__group:nth-child(3) {
    margin-top: calc(1 * var(--spacing));
  }
  /* line 787, app/assets/stylesheets/home-extra.scss */
  .what-we-do-section__content {
    padding-top: 40px;
  }
  /* line 792, app/assets/stylesheets/home-extra.scss */
  .what-we-do-section__element img {
    width: 72px;
  }
  /* line 796, app/assets/stylesheets/home-extra.scss */
  .what-we-do-section__element .title {
    width: 60%;
  }
  /* line 800, app/assets/stylesheets/home-extra.scss */
  .what-we-do-section__element .subtitle {
    display: none;
  }
  /* line 805, app/assets/stylesheets/home-extra.scss */
  .what-we-do-section .spaced {
    margin-bottom: 50px;
  }
}

/* line 811, app/assets/stylesheets/home-extra.scss */
.shipment-management-section {
  background-image: url(/assets/home/shipment-management-047498abdd7251b6a45152bdb92f018c798c677b4574ad24c9d3c08de7d8f58b.svg);
  background-blend-mode: multiply;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  max-height: 1046px;
  padding-top: 140px;
  padding-bottom: 220px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

/* line 832, app/assets/stylesheets/home-extra.scss */
.shipment-management-section__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  margin-top: 24px;
}

/* line 837, app/assets/stylesheets/home-extra.scss */
.shipment-management-section__subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 16px;
  max-width: 50%;
}

/* line 843, app/assets/stylesheets/home-extra.scss */
.shipment-management-section__action {
  margin-top: 24px;
}

/* line 847, app/assets/stylesheets/home-extra.scss */
.shipment-management-section__tablet {
  margin-top: 20px;
  margin-bottom: -340px;
  position: relative;
}

/* line 852, app/assets/stylesheets/home-extra.scss */
.shipment-management-section__tablet .gif-wrapper {
  position: relative;
  width: 100%;
}

/* line 857, app/assets/stylesheets/home-extra.scss */
.shipment-management-section__tablet .gif {
  max-width: 768px;
  width: 86%;
  position: absolute;
  top: 9%;
  right: 7%;
  border-radius: 10px;
}

@media (max-width: 900px) {
  /* line 811, app/assets/stylesheets/home-extra.scss */
  .shipment-management-section {
    padding-top: 55px;
    padding-bottom: 280px;
    margin-bottom: -110px;
  }
  /* line 872, app/assets/stylesheets/home-extra.scss */
  .shipment-management-section__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
  }
  /* line 876, app/assets/stylesheets/home-extra.scss */
  .shipment-management-section__subtitle {
    display: none;
  }
}

/* line 882, app/assets/stylesheets/home-extra.scss */
.combined-values-growing {
  background-image: url(/assets/home/combined-section-bg-345804938836e44646b2c2bef68ff2faa7319d92514ebf79196b6b6b79276f1d.svg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  margin-top: -20px;
  position: relative;
}

/* line 892, app/assets/stylesheets/home-extra.scss */
.values-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F7FCFF;
  padding-top: 240px;
  padding-bottom: 120px;
}

/* line 902, app/assets/stylesheets/home-extra.scss */
.values-section__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  color: #212121;
  margin-bottom: 80px;
}

/* line 914, app/assets/stylesheets/home-extra.scss */
.values-section__content {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 0 80px;
  width: 100%;
}

/* line 923, app/assets/stylesheets/home-extra.scss */
.values-section__element {
  position: relative;
  color: white;
  border-radius: 36px;
  height: 406px;
  width: 406px;
  flex-grow: 0;
}

/* line 931, app/assets/stylesheets/home-extra.scss */
.values-section__element-minimized {
  animation: shrink 3000ms;
  animation-fill-mode: forwards;
}

@keyframes shrink {
  100% {
    width: 188px;
  }
}

/* line 941, app/assets/stylesheets/home-extra.scss */
.values-section__element-minimized .title {
  display: none;
}

/* line 946, app/assets/stylesheets/home-extra.scss */
.values-section__element-grow {
  animation: grow-out 3000ms;
  animation-fill-mode: forwards;
}

@keyframes grow-out {
  100% {
    width: 100%;
  }
}

/* line 956, app/assets/stylesheets/home-extra.scss */
.values-section__element-grow .subtitle {
  display: block !important;
}

/* line 961, app/assets/stylesheets/home-extra.scss */
.values-section__element .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  text-align: start;
  margin-bottom: 16px;
}

/* line 967, app/assets/stylesheets/home-extra.scss */
.values-section__element .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  display: none;
}

/* line 974, app/assets/stylesheets/home-extra.scss */
.values-section__image {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  position: absolute;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 984, app/assets/stylesheets/home-extra.scss */
.values-section__image[data-value='speed'] {
  background-image: url(/assets/home/values/speed-934702f627ebfcd314b444e3ef4c1482eab76f6c05c32ee2722f34945373bc16.svg);
}

/* line 988, app/assets/stylesheets/home-extra.scss */
.values-section__image[data-value='transparency'] {
  background-image: url(/assets/home/values/transparency-7425348396c13d97207925e711782fb80f38b325585761531818a6eebb3992b1.svg);
}

/* line 992, app/assets/stylesheets/home-extra.scss */
.values-section__image[data-value='control'] {
  background-image: url(/assets/home/values/control-1ac6ac38805dfe28002ed8be37f20fbbfbd78608b35f8805aa93ae8feb01be77.svg);
}

/* line 997, app/assets/stylesheets/home-extra.scss */
.values-section__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: 0.64;
  border-radius: 36px;
}

/* line 1006, app/assets/stylesheets/home-extra.scss */
.values-section__text {
  padding: 0 40px;
  width: 100%;
  height: 100%;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 1200px) {
  /* line 1021, app/assets/stylesheets/home-extra.scss */
  .values-section__text {
    padding: 0 24px;
  }
  /* line 1024, app/assets/stylesheets/home-extra.scss */
  .values-section__text .title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
  }
  /* line 1028, app/assets/stylesheets/home-extra.scss */
  .values-section__text .subtitle {
    display: block;
    padding-right: 20px;
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-align: start;
  }
}

@media (max-width: 950px) {
  /* line 1039, app/assets/stylesheets/home-extra.scss */
  .values-section__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
  }
  /* line 1043, app/assets/stylesheets/home-extra.scss */
  .values-section__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* line 1049, app/assets/stylesheets/home-extra.scss */
  .values-section__element {
    height: 327px;
    width: 327px;
  }
}

/* line 1056, app/assets/stylesheets/home-extra.scss */
.growing-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 1062, app/assets/stylesheets/home-extra.scss */
.growing-section__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  color: #212121;
  width: 100%;
  padding-bottom: 80px;
  background: #F7FCFF;
}

/* line 1076, app/assets/stylesheets/home-extra.scss */
.growing-section__content {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-around;
  padding: 0 40px;
  background: #F7FCFF;
}

/* line 1086, app/assets/stylesheets/home-extra.scss */
.growing-section__element {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  color: white;
  background: #00239C;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  border-radius: 36px;
  padding: 40px;
  min-width: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}

/* line 1104, app/assets/stylesheets/home-extra.scss */
.growing-section__element .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  text-align: start;
  margin-bottom: 8px;
  direction: ltr;
}

/* line 1111, app/assets/stylesheets/home-extra.scss */
.growing-section__element .subtitle {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-align: start;
}

/* line 1116, app/assets/stylesheets/home-extra.scss */
.growing-section__element img {
  height: 100px;
  width: 100px;
}

@media (max-width: 950px) {
  /* line 1123, app/assets/stylesheets/home-extra.scss */
  .growing-section__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
  }
}

/* line 1129, app/assets/stylesheets/home-extra.scss */
.testimonial-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 80px;
  background: white;
  --max-carousel-height: 500px;
  --max-carousel-width: 760px;
}

/* line 1141, app/assets/stylesheets/home-extra.scss */
.testimonial-section__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  color: #212121;
  margin-bottom: 80px;
}

/* line 1153, app/assets/stylesheets/home-extra.scss */
.testimonial-section__content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 758px;
  width: 100%;
  height: var(--max-carousel-height);
}

/* line 1163, app/assets/stylesheets/home-extra.scss */
.testimonial-section__content::before {
  content: url(/assets/home/testimonial/single-quote-left-f69d68fd6412b007df2cb2c0c3b2f7b22cd40b0770e27853b9eb0ae67a9fa961.svg);
  position: absolute;
  top: -30%;
  left: -40%;
}

/* line 1170, app/assets/stylesheets/home-extra.scss */
.testimonial-section__content::after {
  content: url(/assets/home/testimonial/single-quote-right-49540928bde845f885205894f56265714bb69b897d496e0b40227854d38b2c07.svg);
  position: absolute;
  bottom: -20%;
  right: -40%;
}

/* line 1177, app/assets/stylesheets/home-extra.scss */
.testimonial-section__content .carousel-container {
  background: #FFFFFF;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  border-radius: 36px;
  max-width: var(--max-carousel-width);
}

/* line 1184, app/assets/stylesheets/home-extra.scss */
.testimonial-section__content .carousel-container-item {
  width: 100%;
}

/* line 1188, app/assets/stylesheets/home-extra.scss */
.testimonial-section__content .carousel-action {
  height: 64px;
  width: 64px;
  border-radius: 64px;
  background: #009CDE;
  opacity: 1;
  top: calc(50% - 32px);
}

/* line 1198, app/assets/stylesheets/home-extra.scss */
.testimonial-section__content .carousel-action[data-slide='prev'] {
  left: calc(-40px - 64px);
}

/* line 1202, app/assets/stylesheets/home-extra.scss */
.testimonial-section__content .carousel-action[data-slide='next'] {
  right: calc(-40px - 64px);
}

/* line 1207, app/assets/stylesheets/home-extra.scss */
.testimonial-section__content .carousel-control-prev-icon {
  background-image: url(/assets/home/white-arrow-left-2b3538a8ab9b91a6746e1a22002ef13c5ebf76be40106c81167f014a96424919.svg);
}

/* line 1211, app/assets/stylesheets/home-extra.scss */
.testimonial-section__content .carousel-control-next-icon {
  background-image: url(/assets/home/white-arrow-right-cd0fd57ccf557fad7995829c2d9cd9d307e458a4b993dcfa9c02f9f760c65f47.svg);
}

/* line 1215, app/assets/stylesheets/home-extra.scss */
.testimonial-section__content .carousel-indicators {
  bottom: 40px;
  width: 150px;
  margin: auto;
}

/* line 1220, app/assets/stylesheets/home-extra.scss */
.testimonial-section__content .carousel-indicators li {
  background-color: #009CDE;
}

/* line 1224, app/assets/stylesheets/home-extra.scss */
.testimonial-section__content .carousel-indicators li.active {
  flex-grow: 1;
}

/* line 1230, app/assets/stylesheets/home-extra.scss */
.testimonial-section__element-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1236, app/assets/stylesheets/home-extra.scss */
.testimonial-section__element {
  height: var(--max-carousel-height);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 40px;
}

/* line 1244, app/assets/stylesheets/home-extra.scss */
.testimonial-section__element .feedback {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-align: start;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

/* line 1255, app/assets/stylesheets/home-extra.scss */
.testimonial-section__element .left-quote {
  align-self: flex-start;
}

/* line 1259, app/assets/stylesheets/home-extra.scss */
.testimonial-section__element .right-quote {
  align-self: flex-end;
}

/* line 1263, app/assets/stylesheets/home-extra.scss */
.testimonial-section__element .person {
  margin-top: 40px;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

/* line 1272, app/assets/stylesheets/home-extra.scss */
.testimonial-section__element .photo img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

/* line 1279, app/assets/stylesheets/home-extra.scss */
.testimonial-section__element .name {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 1285, app/assets/stylesheets/home-extra.scss */
.testimonial-section__element .company {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
}

@media (max-width: 1300px) {
  /* line 1293, app/assets/stylesheets/home-extra.scss */
  .testimonial-section__content {
    max-width: 80%;
  }
  /* line 1296, app/assets/stylesheets/home-extra.scss */
  .testimonial-section__content::after, .testimonial-section__content::before {
    display: none;
  }
  /* line 1301, app/assets/stylesheets/home-extra.scss */
  .testimonial-section__content .carousel-indicators {
    bottom: 24px;
  }
}

@media (max-width: 950px) {
  /* line 1308, app/assets/stylesheets/home-extra.scss */
  .testimonial-section__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
  }
  /* line 1313, app/assets/stylesheets/home-extra.scss */
  .testimonial-section__element .left-quote, .testimonial-section__element .right-quote {
    width: 48px;
  }
}

@media (max-width: 850px) {
  /* line 1129, app/assets/stylesheets/home-extra.scss */
  .testimonial-section {
    padding: 60px 20px;
  }
  /* line 1322, app/assets/stylesheets/home-extra.scss */
  .testimonial-section__content {
    max-width: 75%;
  }
  /* line 1325, app/assets/stylesheets/home-extra.scss */
  .testimonial-section__content .carousel-action {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    top: 60%;
  }
  /* line 1332, app/assets/stylesheets/home-extra.scss */
  .testimonial-section__content .carousel-action[data-slide='prev'] {
    left: calc(-20px);
  }
  /* line 1336, app/assets/stylesheets/home-extra.scss */
  .testimonial-section__content .carousel-action[data-slide='next'] {
    right: calc(-20px);
  }
  /* line 1342, app/assets/stylesheets/home-extra.scss */
  .testimonial-section__element {
    padding: 24px;
    justify-content: flex-start;
  }
  /* line 1347, app/assets/stylesheets/home-extra.scss */
  .testimonial-section .feedback {
    flex-direction: column;
    font-family: "Primary";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-align: start;
  }
  /* line 1354, app/assets/stylesheets/home-extra.scss */
  .testimonial-section .photo img {
    width: 56px;
    height: 56px;
  }
}

/* line 1364, app/assets/stylesheets/home-extra.scss */
.faq-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 120px 80px;
  background: white;
}

/* line 1374, app/assets/stylesheets/home-extra.scss */
.faq-section__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  color: #212121;
  margin-bottom: 80px;
}

/* line 1386, app/assets/stylesheets/home-extra.scss */
.faq-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-start;
  gap: 24px;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* line 1399, app/assets/stylesheets/home-extra.scss */
.faq-section__element {
  background: #FFFFFF;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  border-radius: 36px;
  padding: 40px;
  width: 50%;
}

/* line 1408, app/assets/stylesheets/home-extra.scss */
.faq-section__element .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #212121;
  text-align: start;
  background: white;
  padding: 40px;
  padding-right: 120px;
  border: none;
  border-radius: 36px;
  cursor: pointer;
  position: relative;
}

/* line 1424, app/assets/stylesheets/home-extra.scss */
.faq-section__element .title::after {
  content: "";
  position: absolute;
  background-image: url(/assets/home/arrow-e01b18e7eb089189c5214a81f385d9049e41502d07e5307ebad081bfc99dc191.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 40%;
  right: 5%;
  width: 24px;
  height: 24px;
}

/* line 1439, app/assets/stylesheets/home-extra.scss */
.faq-section__element .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #212121;
  text-align: start;
  padding: 0 40px 40px;
  background: transparent;
  border-radius: 36px;
}

/* line 1448, app/assets/stylesheets/home-extra.scss */
.faq-section__element-open > .title::after {
  animation: rotate-arrow 300ms;
  animation-fill-mode: forwards;
}

@keyframes rotate-arrow {
  100% {
    transform: rotate(180deg);
  }
}

/* line 1460, app/assets/stylesheets/home-extra.scss */
.faq-section__action {
  align-self: flex-start;
  margin-top: 24px;
}

/* line 1465, app/assets/stylesheets/home-extra.scss */
.faq-section .ui-widget-content {
  border: none;
}

/* line 1469, app/assets/stylesheets/home-extra.scss */
.faq-section::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 46%;
  background-image: url(/assets/home/circle-d6a0a1fcf943fd40bee0028a34cc29033b81d5bf8f18a0670655ee087302eb89.webp);
  background-blend-mode: multiply;
  background-position: center;
  background-size: 720px 415px;
  background-repeat: no-repeat;
  width: 720px;
  height: 416px;
  opacity: 15%;
}

@media (max-width: 1300px) {
  /* line 1487, app/assets/stylesheets/home-extra.scss */
  .faq-section__element {
    width: 70%;
  }
  /* line 1491, app/assets/stylesheets/home-extra.scss */
  .faq-section::after {
    left: 35%;
  }
}

@media (max-width: 1050px) {
  /* line 1364, app/assets/stylesheets/home-extra.scss */
  .faq-section {
    padding: 60px 20px;
  }
  /* line 1500, app/assets/stylesheets/home-extra.scss */
  .faq-section__element {
    width: 100%;
  }
  /* line 1503, app/assets/stylesheets/home-extra.scss */
  .faq-section__element .title {
    padding: 20px;
    padding-right: 40px;
  }
  /* line 1508, app/assets/stylesheets/home-extra.scss */
  .faq-section__element .subtitle {
    padding: 0 20px 40px;
  }
  /* line 1513, app/assets/stylesheets/home-extra.scss */
  .faq-section::after {
    display: none;
  }
}

@media (max-width: 950px) {
  /* line 1519, app/assets/stylesheets/home-extra.scss */
  .faq-section__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
  }
}

/* line 1525, app/assets/stylesheets/home-extra.scss */
.blog-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F7FCFF;
  padding-top: 120px;
  padding-bottom: 120px;
  --element-dimension: 406px;
}

/* line 1536, app/assets/stylesheets/home-extra.scss */
.blog-section__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  color: #212121;
  margin-bottom: 80px;
}

/* line 1548, app/assets/stylesheets/home-extra.scss */
.blog-section__content {
  display: flex;
  gap: 32px;
  justify-content: space-around;
}

/* line 1554, app/assets/stylesheets/home-extra.scss */
.blog-section__read {
  width: var(--element-dimension);
  height: var(--element-dimension);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  position: absolute;
  z-index: 3;
}

/* line 1567, app/assets/stylesheets/home-extra.scss */
.blog-section__read .action {
  position: absolute;
  z-index: 2;
  opacity: 0;
}

/* line 1573, app/assets/stylesheets/home-extra.scss */
.blog-section__read .cover {
  width: var(--element-dimension);
  height: var(--element-dimension);
  position: absolute;
  background: #212121;
  z-index: 1;
  opacity: 0;
  border-radius: 36px;
}

/* line 1583, app/assets/stylesheets/home-extra.scss */
.blog-section__read:hover > .action {
  animation: appear-btn 500ms forwards;
}

@keyframes appear-btn {
  100% {
    opacity: 1;
  }
}

/* line 1592, app/assets/stylesheets/home-extra.scss */
.blog-section__read:hover > .cover {
  animation: appear-cover 500ms forwards;
}

@keyframes appear-cover {
  100% {
    opacity: .3;
  }
}

/* line 1601, app/assets/stylesheets/home-extra.scss */
.blog-section__read:hover + * > img {
  animation: zoom-in 500ms forwards;
}

@keyframes zoom-in {
  100% {
    transform: scale(1.5);
  }
}

/* line 1612, app/assets/stylesheets/home-extra.scss */
.blog-section__element .blog-icon {
  position: relative;
  border-radius: 36px;
  width: var(--element-dimension);
  height: var(--element-dimension);
}

/* line 1618, app/assets/stylesheets/home-extra.scss */
.blog-section__element .blog-icon__wrapper {
  position: absolute;
  overflow: hidden;
  border-radius: 36px;
}

/* line 1624, app/assets/stylesheets/home-extra.scss */
.blog-section__element .blog-icon img {
  width: var(--element-dimension);
  height: var(--element-dimension);
  border-radius: 36px;
}

/* line 1631, app/assets/stylesheets/home-extra.scss */
.blog-section__element .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  color: #212121;
  text-align: start;
  margin-top: 24px;
  margin-bottom: 16px;
  max-width: var(--element-dimension);
}

/* line 1639, app/assets/stylesheets/home-extra.scss */
.blog-section__element .title:hover {
  text-decoration: none;
}

/* line 1644, app/assets/stylesheets/home-extra.scss */
.blog-section__element .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #BDBDBD;
  text-align: start;
}

/* line 1651, app/assets/stylesheets/home-extra.scss */
.blog-section__action {
  margin-top: 40px;
}

@media (max-width: 1100px) {
  /* line 1525, app/assets/stylesheets/home-extra.scss */
  .blog-section {
    --element-dimension: 236px;
  }
  /* line 1659, app/assets/stylesheets/home-extra.scss */
  .blog-section__element .title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-align: start;
  }
  /* line 1664, app/assets/stylesheets/home-extra.scss */
  .blog-section__element .subtitle {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    text-align: start;
  }
}

@media (max-width: 950px) {
  /* line 1672, app/assets/stylesheets/home-extra.scss */
  .blog-section__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
  }
}

@media (max-width: 580px) {
  /* line 1525, app/assets/stylesheets/home-extra.scss */
  .blog-section {
    --element-dimension: 327px;
  }
  /* line 1680, app/assets/stylesheets/home-extra.scss */
  .blog-section__content {
    flex-direction: column;
  }
}

/* line 1686, app/assets/stylesheets/home-extra.scss */
.section-separator {
  background: #212121;
  margin: 0 80px;
}
/* line 7, app/assets/stylesheets/home.scss */
.search-home-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 130px;
}

/* line 14, app/assets/stylesheets/home.scss */
.search-home-container > p {
  text-align: center;
  margin-bottom: 16px;
}

/* line 20, app/assets/stylesheets/home.scss */
.search-wrapper-container {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  width: 100%;
}

/* line 26, app/assets/stylesheets/home.scss */
.search-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  margin-top: 30px;
  position: relative;
}

/* line 33, app/assets/stylesheets/home.scss */
.search-wrapper__dash-bottom-left {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: -40px;
  left: -40px;
  background: url(/assets/dash-blue-774dc9a4986becdca3e24945cefb8daf8ce6778c01e14f74c2ebdd40bcd7f5d1.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 43, app/assets/stylesheets/home.scss */
.search-wrapper__dash-top-right {
  height: 50px;
  width: 50px;
  position: absolute;
  top: -70px;
  right: -40px;
  background: url(/assets/dash-blue-774dc9a4986becdca3e24945cefb8daf8ce6778c01e14f74c2ebdd40bcd7f5d1.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 56, app/assets/stylesheets/home.scss */
.app-tabs {
  background: #f7fcff;
  border-radius: 999px;
}

/* line 59, app/assets/stylesheets/home.scss */
.app-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

/* line 66, app/assets/stylesheets/home.scss */
.app-tabs li {
  position: relative;
}

/* line 69, app/assets/stylesheets/home.scss */
.app-tabs li:not(:first-child):after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  background-color: #dadce0;
  transform: translate(0, -50%);
}

/* line 80, app/assets/stylesheets/home.scss */
.app-tabs .active {
  border-radius: 50px;
  box-shadow: 0px 1px 4px rgba(33, 33, 33, 0.16);
  background: #ffffff;
  overflow: hidden;
}

/* line 86, app/assets/stylesheets/home.scss */
.app-tabs .active::after,
.app-tabs .active + li::after {
  display: none;
}

/* line 90, app/assets/stylesheets/home.scss */
.app-tabs .active::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #ffa726;
}

/* line 102, app/assets/stylesheets/home.scss */
.app-tabs a {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
  color: rgba(33, 33, 33, 0.72);
  display: inline-flex;
  align-items: center;
  position: relative;
}

/* line 110, app/assets/stylesheets/home.scss */
.app-tabs a > * + * {
  margin-left: 8px;
}

/* line 114, app/assets/stylesheets/home.scss */
.app-tabs a:hover {
  text-decoration: none;
}

/* line 117, app/assets/stylesheets/home.scss */
.app-tabs .active a {
  color: #ffa726;
}

/* line 122, app/assets/stylesheets/home.scss */
.icon-wraper {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 130, app/assets/stylesheets/home.scss */
.ui-datepicker.ui-widget {
  border: 0 !important;
  background: #ffffff;
  border-radius: 8px;
  z-index: 100 !important;
  direction: ltr;
}

/* line 136, app/assets/stylesheets/home.scss */
.ui-datepicker.ui-widget .ui-datepicker-header {
  margin-top: 30px;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #dadce0;
}

/* line 142, app/assets/stylesheets/home.scss */
.ui-datepicker.ui-widget td a {
  height: 32px;
  width: 32px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  color: #212121;
  font-size: 14px;
  line-height: 16px;
}

/* line 154, app/assets/stylesheets/home.scss */
.ui-datepicker.ui-widget td.ui-state-disabled span {
  height: 32px;
  width: 32px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  font-size: 14px;
  line-height: 16px;
}

/* line 165, app/assets/stylesheets/home.scss */
.ui-datepicker.ui-widget td a.ui-state-active {
  background: rgba(255, 167, 38, 0.24);
  color: #212121;
}

/* line 170, app/assets/stylesheets/home.scss */
.ui-datepicker.ui-widget .ui-datepicker-prev .ui-icon {
  background: url(/assets/date-prev-arrow-001bf0e3e8eac02c7a7766759ded16633cdc20149cc93f137a54c51e03b7bb8a.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 177, app/assets/stylesheets/home.scss */
.ui-datepicker.ui-widget .ui-datepicker-next .ui-icon {
  background: url(/assets/date-next-arrow-11c6247e075d73ffc9bda4fdddb23c9c1170f9cb891c1fd0f662b7fb0bf8421c.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 185, app/assets/stylesheets/home.scss */
.search-from-button-wrapper {
  flex-shrink: 0;
  margin-left: 24px;
  align-self: flex-end;
}

/* line 189, app/assets/stylesheets/home.scss */
.search-from-button-wrapper button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffa726;
  border: none;
  border-radius: 100%;
  color: white;
}

/* line 199, app/assets/stylesheets/home.scss */
.search-from-button-wrapper button .text {
  display: none;
}

/* line 202, app/assets/stylesheets/home.scss */
.search-from-button-wrapper button .icon {
  display: flex;
}

/* line 206, app/assets/stylesheets/home.scss */
.search-from-button-wrapper button:hover {
  background: rgba(255, 167, 38, 0.9);
}

/* line 211, app/assets/stylesheets/home.scss */
.container-select-wrapper {
  position: relative;
}

/* line 213, app/assets/stylesheets/home.scss */
.container-select-wrapper .arrow {
  position: absolute;
  right: 8px;
  top: 10px;
}

/* line 219, app/assets/stylesheets/home.scss */
.container-select {
  width: 100%;
  height: 24px;
  cursor: pointer;
  text-align: center;
}

/* line 225, app/assets/stylesheets/home.scss */
.popover {
  margin-top: -12px;
  width: 300px;
  z-index: 10;
  border: 0;
  direction: ltr;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  border-radius: 10px;
}

/* line 234, app/assets/stylesheets/home.scss */
.popover .popover-body {
  border: 0;
  padding: 14px;
}

/* line 240, app/assets/stylesheets/home.scss */
.bulk-popover-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

/* line 249, app/assets/stylesheets/home.scss */
.bulk-popover-body .bulk-weight__wrapper {
  width: 100%;
}

/* line 253, app/assets/stylesheets/home.scss */
.bulk-popover-body .bulk-weight__label {
  padding-bottom: 8px;
  margin-bottom: 0px;
}

/* line 259, app/assets/stylesheets/home.scss */
.bulk-popover-body .bulk-commodity__wrapper {
  width: 100%;
}

/* line 262, app/assets/stylesheets/home.scss */
.bulk-popover-body .bulk-commodity__wrapper select {
  width: 100% !important;
}

/* line 267, app/assets/stylesheets/home.scss */
.bulk-popover-body .bulk-error {
  display: none;
  text-align: start;
  padding-left: 0 !important;
}

/* line 274, app/assets/stylesheets/home.scss */
.container-popover-select-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

/* line 279, app/assets/stylesheets/home.scss */
.container-popover-select-span {
  padding-left: 30px;
}

/* line 282, app/assets/stylesheets/home.scss */
.container-popover-select-span-action {
  display: inline-flex;
  align-items: center;
}

/* line 285, app/assets/stylesheets/home.scss */
.container-popover-select-span-action button {
  padding: 0;
  border: 0;
  background: white;
}

/* line 290, app/assets/stylesheets/home.scss */
.container-popover-select-span-action button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 294, app/assets/stylesheets/home.scss */
.container-popover-select-span-action span.count {
  display: inline-block;
  width: 24px;
  text-align: center;
}

/* line 301, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content {
  background: white;
  width: 300px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  border: 0;
  max-height: 310px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  border-radius: 10px;
}

/* line 315, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-tag {
  display: none;
  padding: 12px 12px 0;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
}

/* line 324, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-tag.ui-state-active {
  background: white;
  border: none;
}

/* line 331, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content li[data-port='true'] .search-select-tag {
  display: block;
}

/* line 337, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content li[data-port='true'] ~ li[data-port='true'] .search-select-tag {
  display: none;
}

/* line 344, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content li[data-port='false'] .search-select-tag {
  display: block;
}

/* line 350, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content li[data-port='false'] ~ li[data-port='false'] .search-select-tag {
  display: none;
}

/* line 355, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-item {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

/* line 361, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-item.ui-state-active {
  background: rgba(255, 167, 38, 0.24);
  border: 1px solid transparent;
}

/* line 368, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-item-img img {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  object-fit: cover;
}

/* line 376, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-item-label {
  display: flex;
  flex-flow: column;
  width: 100%;
}

/* line 380, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-item-label > span:nth-child(1) {
  font-size: 14px;
  line-height: 16px;
  color: #212121;
  max-width: 100%;
}

/* line 386, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-item-label > span:nth-child(2) {
  font-size: 12px;
  line-height: 14px;
  color: #9e9e9e;
  max-width: 100%;
}

/* line 396, app/assets/stylesheets/home.scss */
.popover-done-button-wrapper {
  padding: 8px 0;
  display: flex;
  justify-content: flex-end;
}

/* line 400, app/assets/stylesheets/home.scss */
.popover-done-button-wrapper .btn-link {
  color: #ffa726;
  padding: 0;
  text-transform: none;
}
/* line 4, app/assets/stylesheets/impersonator.scss */
.impersonator input[type=search] {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  height: 42px;
  width: 200px;
  padding: 0 16px;
  outline: none;
  border: 1px solid #e0e4ec;
  border-radius: 6px;
}
/*! jQuery UI - v1.12.1 - 2021-04-21
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
	background-image: url(/images/ui-icons_777777_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
/* line 3, app/assets/stylesheets/laytime.scss */
.laytime {
  padding: 32px 40px 40px;
}

/* line 6, app/assets/stylesheets/laytime.scss */
.laytime__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 87px;
  text-align: center;
  text-align: center;
  margin-bottom: 32px;
}

/* line 13, app/assets/stylesheets/laytime.scss */
.laytime__form-compact {
  padding: 16px 24px;
  border-radius: 70px;
  box-shadow: 0px 4px 56px 0px #002A3F29;
  background: #F7FCFF;
  display: none;
}

/* line 20, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 25, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_summary__element_wrapper, .laytime__form-compact__query_summary__element_wrapper-rates, .laytime__form-compact__query_summary__element_wrapper-times {
  display: flex;
  gap: 16px;
}

/* line 32, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_summary__element {
  max-width: 195px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  border-right: 1px solid #DADCE0;
}

/* line 41, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_summary__element .info {
  padding-right: 24px;
}

/* line 45, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_summary__element .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #9e9e9e;
  white-space: nowrap;
}

/* line 53, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_summary__element .value {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  color: #212121;
  white-space: nowrap;
}

/* line 62, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_summary__element-rates:last-child {
  border-right: none;
}

/* line 67, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_sub_summary {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

/* line 72, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_sub_summary__element_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #E2F1fB;
  border-radius: 30px;
  padding: 4px 16px;
}

/* line 83, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_sub_summary__element {
  display: flex;
  gap: 4px;
  padding-right: 20px;
}

/* line 88, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_sub_summary__element:not(:last-child) {
  border-right: 1px solid #DADCE0;
}

/* line 92, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_sub_summary__element .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #9e9e9e;
  white-space: nowrap;
}

/* line 100, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_sub_summary__element .value {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #212121;
  white-space: nowrap;
}

@media (max-width: 1250px) {
  /* line 13, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact {
    border-radius: 36px;
  }
  /* line 113, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary {
    align-items: flex-start;
  }
  /* line 117, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary__element_wrapper {
    flex-direction: column;
  }
  /* line 121, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary__element-times:last-child {
    border-right: none;
  }
}

@media (max-width: 1170px) {
  /* line 127, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_sub_summary__element_wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px;
    gap: 8px 14px;
  }
  /* line 134, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_sub_summary__element {
    width: 100%;
    max-width: 30%;
    justify-content: center;
  }
  /* line 140, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_sub_summary__element:nth-child(3) {
    border-right: none;
  }
}

@media (max-width: 790px) {
  /* line 146, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary__element_wrapper-rates {
    flex-wrap: wrap;
  }
  /* line 150, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary__element {
    width: 45%;
    max-width: unset;
    flex-grow: 1;
  }
  /* line 156, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary__element:nth-child(2) {
    border: none;
  }
}

@media (max-width: 700px) {
  /* line 163, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_sub_summary__element_wrapper {
    flex-direction: column;
    width: 100%;
  }
  /* line 168, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_sub_summary__element {
    border-right: none !important;
    justify-content: space-between;
    width: 100%;
    max-width: unset;
  }
}

@media (max-width: 560px) {
  /* line 177, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary__element_wrapper-times {
    flex-direction: column;
  }
  /* line 181, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary__element {
    border: none;
  }
}

/* line 187, app/assets/stylesheets/laytime.scss */
.laytime__form-expand {
  padding: 24px 40px;
  border-radius: 70px;
  box-shadow: 0px 4px 56px 0px #002A3F29;
  background: #F7FCFF;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

/* line 198, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__fields_wrapper {
  flex-grow: 1;
}

/* line 203, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__fields__element_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* line 210, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__fields__element {
  width: 100%;
}

/* line 213, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__fields__element .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-align: start;
  color: #9e9e9e;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 227, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__optional_fields {
  margin-top: 16px;
}

/* line 230, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__optional_fields__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-align: start;
  color: #212121;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 241, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__optional_fields__element_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* line 248, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__optional_fields__element {
  width: 100%;
}

/* line 251, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__optional_fields__element .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-align: start;
  color: #9e9e9e;
}

/* line 259, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* line 266, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__actions-wide {
  display: none;
}

/* line 271, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper {
  border-radius: 40px;
  border: 1px solid #DaDCE0;
  padding: 11px 16px;
  outline: none;
  width: 100%;
  position: relative;
  background: white;
  /* Firefox */
}

/* line 280, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper input,
.laytime__form-expand .input_wrapper select,
.laytime__form-expand .input_wrapper input:focus-visible {
  width: 100%;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* line 289, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper input::-webkit-outer-spin-button,
.laytime__form-expand .input_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 296, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper input[type=number] {
  -moz-appearance: textfield;
}

/* line 300, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 305, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper select::-ms-expand {
  display: none;
}

/* line 309, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper ::-webkit-input-placeholder {
  font-style: italic;
}

/* line 313, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper :-moz-placeholder {
  font-style: italic;
}

/* line 317, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper ::-moz-placeholder {
  font-style: italic;
}

/* line 321, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper :-ms-input-placeholder {
  font-style: italic;
}

/* line 325, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper[data-unit]::after {
  content: attr(data-unit);
  position: absolute;
  top: 25%;
  right: 6%;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #9e9e9e;
  text-align: start;
}

/* line 336, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper[data-type='select']::after {
  content: "";
  position: absolute;
  top: 33%;
  right: 6%;
  width: 16px;
  height: 16px;
  background-image: url(/assets/laytime/select-arrow-ac92d026c404fd29061d353fe0db1a4b24203cd5bb97b1bbcf61c390f84cb803.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 351, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .close_button {
  display: none;
}

@media (max-width: 1440px) {
  /* line 356, app/assets/stylesheets/laytime.scss */
  .laytime__form-expand__fields__element_wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 960px) {
  /* line 362, app/assets/stylesheets/laytime.scss */
  .laytime__form-expand__optional_fields__element_wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 800px) {
  /* line 187, app/assets/stylesheets/laytime.scss */
  .laytime__form-expand {
    flex-direction: column;
    padding: 24px 16px;
    border-radius: 36px;
  }
  /* line 373, app/assets/stylesheets/laytime.scss */
  .laytime__form-expand__actions-wide {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
  /* line 380, app/assets/stylesheets/laytime.scss */
  .laytime__form-expand__actions-narrow {
    display: none;
  }
}

/* line 387, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form {
  background: #F7FCFF;
  border: 1px solid black;
  border-radius: 36px;
  padding: 24px;
  display: flex;
  gap: 24px;
}

/* line 398, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

/* line 406, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields__element {
  width: 25%;
  flex-grow: 1;
}

/* line 410, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields__element .input_wrapper {
  border-radius: 40px;
  border: 1px solid #DaDCE0;
  padding: 11px 16px;
  outline: none;
  width: 100%;
  position: relative;
  background: white;
  /* Firefox */
}

/* line 419, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields__element .input_wrapper input,
.laytime__bulk_price_form__fields__element .input_wrapper select,
.laytime__bulk_price_form__fields__element .input_wrapper input:focus-visible {
  width: 100%;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* line 428, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields__element .input_wrapper input::-webkit-outer-spin-button,
.laytime__bulk_price_form__fields__element .input_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 435, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields__element .input_wrapper input[type=number] {
  -moz-appearance: textfield;
}

/* line 439, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields__element .input_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 444, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields__element .input_wrapper select::-ms-expand {
  display: none;
}

/* line 448, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields__element .input_wrapper ::-webkit-input-placeholder {
  font-style: italic;
}

/* line 452, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields__element .input_wrapper :-moz-placeholder {
  font-style: italic;
}

/* line 456, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields__element .input_wrapper ::-moz-placeholder {
  font-style: italic;
}

/* line 460, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields__element .input_wrapper :-ms-input-placeholder {
  font-style: italic;
}

/* line 464, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields__element .input_wrapper[data-unit]::after {
  content: attr(data-unit);
  position: absolute;
  top: 25%;
  right: 6%;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #9e9e9e;
  text-align: start;
}

/* line 475, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields__element .input_wrapper[data-type='select']::after {
  content: "";
  position: absolute;
  top: 33%;
  right: 6%;
  width: 16px;
  height: 16px;
  background-image: url(/assets/laytime/select-arrow-ac92d026c404fd29061d353fe0db1a4b24203cd5bb97b1bbcf61c390f84cb803.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 490, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__fields__element .form_title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-align: start;
  color: #9e9e9e;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 503, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__optional_fields {
  margin-top: 16px;
}

/* line 506, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__optional_fields__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-align: start;
  color: #212121;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

/* line 518, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__optional_fields__element_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* line 526, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__actions {
  align-self: end;
}

/* line 529, app/assets/stylesheets/laytime.scss */
.laytime__bulk_price_form__actions button {
  width: 100%;
  border-radius: 50px;
}

@media (max-width: 980px) {
  /* line 387, app/assets/stylesheets/laytime.scss */
  .laytime__bulk_price_form {
    flex-direction: column;
  }
  /* line 538, app/assets/stylesheets/laytime.scss */
  .laytime__bulk_price_form__fields__element {
    width: 45%;
  }
  /* line 542, app/assets/stylesheets/laytime.scss */
  .laytime__bulk_price_form__optional_fields__title {
    justify-content: space-between;
  }
  /* line 546, app/assets/stylesheets/laytime.scss */
  .laytime__bulk_price_form__optional_fields__element_wrapper {
    flex-wrap: wrap;
  }
  /* line 550, app/assets/stylesheets/laytime.scss */
  .laytime__bulk_price_form__actions {
    width: 100%;
  }
}

@media (max-width: 540px) {
  /* line 556, app/assets/stylesheets/laytime.scss */
  .laytime__bulk_price_form__fields__element {
    width: 100%;
  }
}

/* line 562, app/assets/stylesheets/laytime.scss */
.laytime__breakdown {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

/* line 570, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  text-align: left;
  color: #212121;
  border-radius: 48px 48px 0 0;
  border: 1px solid #DADCE0;
  border-bottom: none;
  padding: 24px;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

/* line 588, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__table {
  padding: 24px;
  border: 1px solid #DADCE0;
  border-radius: 0 0 48px 48px;
}

/* line 594, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__empty {
  padding: 24px;
  text-align: center;
  color: #9E9E9E;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

/* line 601, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__list {
  flex-grow: 1;
}

/* line 605, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__list_table {
  background: #F7FCFF;
  --row-color: white;
  --header-color: #9E9E9E;
  --text-color: #212121;
}

/* line 611, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__list_table tbody tr td:first-child {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: left;
  color: #212121;
}

/* line 618, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__summary {
  max-width: 33%;
  width: 100%;
}

/* line 623, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__summary_table {
  background: #00239C;
  --row-color: #AFD8F414;
  --header-color: white;
  --text-color: white;
}

/* line 629, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__summary_table tbody tr td:first-child {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: left;
  color: white;
}

/* line 635, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__summary_table .demurrage {
  --row-color: #EB5757;
}

/* line 641, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__specifier select {
  width: 200px;
  padding: 8px;
  border-radius: 4px;
}

/* line 648, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence {
  display: none;
  border: 1px solid #DADCE0;
  border-radius: 0 0 48px 48px;
  background: #F7FCFF;
  padding: 16px;
  gap: 16px;
}

/* line 657, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence__element {
  background: white;
  border-radius: 16px;
  padding: 16px 16px 24px;
  box-shadow: 0px 4px 8px 0px #002A3F14;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

/* line 670, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence__element-date, .laytime__breakdown__sequence__element-count {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* line 679, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence__element-count {
  padding: 8px 16px;
  border-radius: 8px;
  background: #F7FCFF;
}

/* line 685, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence__element-remark {
  width: 100%;
}

/* line 689, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence .bold {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: left;
  color: #212121;
}

/* line 695, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence .date-element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  width: 85px;
}

/* line 705, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence .date-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #BDBDBD;
}

/* line 711, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence .date-value {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 717, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence select {
  min-width: 100% !important;
}

@media (max-width: 1300px) {
  /* line 562, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown {
    flex-direction: column-reverse;
  }
  /* line 725, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown__summary {
    max-width: unset;
  }
  /* line 729, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown__list {
    width: 100%;
  }
}

@media (max-width: 750px) {
  /* line 735, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown__list_table {
    display: none;
  }
  /* line 739, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown__sequence {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  /* line 746, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown__header {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    text-align: left;
    padding: 24px;
  }
  /* line 753, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown__table {
    padding: 16px;
    padding-bottom: 24px;
  }
  /* line 758, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown__sequence__element {
    padding: 12px;
  }
}

/* line 764, app/assets/stylesheets/laytime.scss */
.laytime__modal {
  padding: 12px 28px;
}

/* line 767, app/assets/stylesheets/laytime.scss */
.laytime__modal__wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 16px;
}

/* line 774, app/assets/stylesheets/laytime.scss */
.laytime__modal__element {
  width: 100%;
}

/* line 777, app/assets/stylesheets/laytime.scss */
.laytime__modal__element .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-align: start;
  color: #9e9e9e;
  white-space: nowrap;
}

/* line 786, app/assets/stylesheets/laytime.scss */
.laytime__modal .input_wrapper {
  border-radius: 40px;
  border: 1px solid #DaDCE0;
  padding: 11px 16px;
  outline: none;
  width: 100%;
  position: relative;
  background: white;
  /* Firefox */
}

/* line 795, app/assets/stylesheets/laytime.scss */
.laytime__modal .input_wrapper input,
.laytime__modal .input_wrapper input:focus-visible {
  width: 100%;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* line 803, app/assets/stylesheets/laytime.scss */
.laytime__modal .input_wrapper input::-webkit-outer-spin-button,
.laytime__modal .input_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 810, app/assets/stylesheets/laytime.scss */
.laytime__modal .input_wrapper input[type=number] {
  -moz-appearance: textfield;
}

/* line 820, app/assets/stylesheets/laytime.scss */
.laytime__accordion .ui-state-active,
.laytime__accordion .ui-state-default,
.laytime__accordion .ui-widget-content {
  border: none;
  background: none;
}

/* line 827, app/assets/stylesheets/laytime.scss */
.laytime__accordion .ui-accordion-header-icon {
  display: none;
}

/* line 831, app/assets/stylesheets/laytime.scss */
.laytime__accordion .rotate-arrow {
  animation: rotate-arrow 300ms;
  animation-fill-mode: forwards;
}

@keyframes rotate-arrow {
  100% {
    transform: rotate(180deg);
    transform-origin: center center;
  }
}

/* line 844, app/assets/stylesheets/laytime.scss */
.laytime button.form_button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
  border: none !important;
  border-radius: 100%;
  padding: 0;
}

/* line 855, app/assets/stylesheets/laytime.scss */
.laytime button.form_button:focus {
  outline: none;
}

/* line 860, app/assets/stylesheets/laytime.scss */
.laytime table {
  border-collapse: separate;
  border-spacing: 0 8px;
  width: 100%;
}

/* line 865, app/assets/stylesheets/laytime.scss */
.laytime table th {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: left;
  color: var(--header-color);
}

/* line 871, app/assets/stylesheets/laytime.scss */
.laytime table th:first-child {
  padding-left: 24px;
}

/* line 875, app/assets/stylesheets/laytime.scss */
.laytime table tbody tr {
  background-color: var(--row-color);
  box-shadow: 0px 4px 8px 0px #002A3F14;
  border-radius: 16px;
}

/* line 880, app/assets/stylesheets/laytime.scss */
.laytime table tbody tr td {
  padding: 16px 0;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: left;
  color: var(--text-color);
}

/* line 887, app/assets/stylesheets/laytime.scss */
.laytime table tbody tr td:first-child {
  padding-left: 24px;
  border-radius: 16px 0 0 16px;
}

/* line 892, app/assets/stylesheets/laytime.scss */
.laytime table tbody tr td:last-child {
  padding-right: 24px;
  border-radius: 0 16px 16px 0;
}

@media (max-width: 960px) {
  /* line 902, app/assets/stylesheets/laytime.scss */
  .laytime table tbody tr td:first-child {
    padding-left: 12px;
  }
  /* line 906, app/assets/stylesheets/laytime.scss */
  .laytime table tbody tr td:last-child {
    padding-right: 0;
  }
}

@media (max-width: 830px) {
  /* line 3, app/assets/stylesheets/laytime.scss */
  .laytime {
    padding: 20px;
  }
}

@media (max-width: 670px) {
  /* line 918, app/assets/stylesheets/laytime.scss */
  .laytime__header {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    text-align: center;
  }
}

/* line 925, app/assets/stylesheets/laytime.scss */
.laytime-ui {
  --padding: 80px;
  --inner-padding: 60px;
  padding-top: 32px;
}

/* line 930, app/assets/stylesheets/laytime.scss */
.laytime-ui__header {
  padding: 0 var(--padding) 140px;
  margin-bottom: 16px;
  background-image: url(/assets/laytime/ui/calc-bg-10f1352ce81c3a5da3d0e792e828c4fb693c9e4014b02ec71df3593ddd1b79ab.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

/* line 939, app/assets/stylesheets/laytime.scss */
.laytime-ui__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 88px;
  text-align: center;
  text-align: center;
  color: #212121;
  margin-bottom: 32px;
}

/* line 946, app/assets/stylesheets/laytime.scss */
.laytime-ui__description {
  background: #F7FCFF;
  padding: var(--inner-padding) var(--padding) 120px;
}

/* line 951, app/assets/stylesheets/laytime.scss */
.laytime-ui__hero {
  position: relative;
}

/* line 954, app/assets/stylesheets/laytime.scss */
.laytime-ui__hero img {
  width: 100%;
}

/* line 958, app/assets/stylesheets/laytime.scss */
.laytime-ui__hero .tablet-wrapper {
  width: 100%;
}

/* line 962, app/assets/stylesheets/laytime.scss */
.laytime-ui__hero .tablet-wrapper .tablet-content {
  max-width: 45%;
  position: absolute;
  top: 0;
  right: 50px;
}

/* line 968, app/assets/stylesheets/laytime.scss */
.laytime-ui__hero .tablet-wrapper .tablet-content .tablet-bg {
  width: 100%;
}

/* line 973, app/assets/stylesheets/laytime.scss */
.laytime-ui__hero .tablet-wrapper .tablet-content iframe {
  position: absolute;
  width: 85%;
  top: calc(9% + 5px);
  right: calc(7% + 5px);
  border-radius: 8px;
  max-height: 80%;
  height: 27vw;
}

@media (max-width: 1170px) {
  /* line 973, app/assets/stylesheets/laytime.scss */
  .laytime-ui__hero .tablet-wrapper .tablet-content iframe {
    top: auto;
    position: absolute;
    width: 68%;
    height: 48vw;
    right: calc(16%);
    border-radius: 8px;
    margin-top: 5%;
    max-height: none;
  }
}

/* line 999, app/assets/stylesheets/laytime.scss */
.laytime-ui__video {
  margin-bottom: 60px;
}

/* line 1002, app/assets/stylesheets/laytime.scss */
.laytime-ui__video .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  text-align: start;
  color: #212121;
  width: 40%;
}

/* line 1010, app/assets/stylesheets/laytime.scss */
.laytime-ui__video .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  color: #212121;
  width: 42%;
}

/* line 1018, app/assets/stylesheets/laytime.scss */
.laytime-ui__video-before_hero {
  display: none;
}

/* line 1023, app/assets/stylesheets/laytime.scss */
.laytime-ui__values {
  padding: var(--inner-padding) 0;
}

/* line 1027, app/assets/stylesheets/laytime.scss */
.laytime-ui__items {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

/* line 1032, app/assets/stylesheets/laytime.scss */
.laytime-ui__items .item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 24px;
  width: 32%;
}

/* line 1041, app/assets/stylesheets/laytime.scss */
.laytime-ui__items .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #212121;
  text-align: center;
  white-space: nowrap;
}

/* line 1048, app/assets/stylesheets/laytime.scss */
.laytime-ui__items .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  text-align: center;
}

/* line 1055, app/assets/stylesheets/laytime.scss */
.laytime-ui__bulk {
  padding-top: var(--inner-padding);
}

/* line 1058, app/assets/stylesheets/laytime.scss */
.laytime-ui__bulk .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  color: #212121;
  text-align: center;
}

/* line 1065, app/assets/stylesheets/laytime.scss */
.laytime-ui__bulk_hero {
  margin-top: -150px;
}

/* line 1068, app/assets/stylesheets/laytime.scss */
.laytime-ui__bulk_hero img {
  width: 100%;
  height: 150px;
}

/* line 1074, app/assets/stylesheets/laytime.scss */
.laytime-ui__faqs {
  padding: 120px var(--padding);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

/* line 1082, app/assets/stylesheets/laytime.scss */
.laytime-ui__faqs .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  text-align: center;
  color: #212121;
}

/* line 1088, app/assets/stylesheets/laytime.scss */
.laytime-ui__faqs .mail {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  text-align: center;
  color: #212121;
}

/* line 1095, app/assets/stylesheets/laytime.scss */
.laytime-ui__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

@media (max-width: 1200px) {
  /* line 1103, app/assets/stylesheets/laytime.scss */
  .laytime-ui__items {
    flex-direction: column;
    align-items: center;
  }
  /* line 1107, app/assets/stylesheets/laytime.scss */
  .laytime-ui__items .item {
    width: 40%;
  }
}

@media (max-width: 1170px) {
  /* line 1115, app/assets/stylesheets/laytime.scss */
  .laytime-ui__hero .tablet-wrapper {
    background-color: #F7FCFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 1121, app/assets/stylesheets/laytime.scss */
  .laytime-ui__hero .tablet-wrapper .tablet-content {
    position: unset;
    max-width: 80%;
    margin-top: -150px;
  }
  /* line 1130, app/assets/stylesheets/laytime.scss */
  .laytime-ui__values {
    padding-top: 0;
  }
  /* line 1135, app/assets/stylesheets/laytime.scss */
  .laytime-ui__video-before_hero {
    display: block;
    padding-bottom: 40px;
  }
  /* line 1139, app/assets/stylesheets/laytime.scss */
  .laytime-ui__video-before_hero .title {
    width: unset;
    max-width: 80%;
    margin: auto;
    text-align: center;
  }
  /* line 1146, app/assets/stylesheets/laytime.scss */
  .laytime-ui__video-before_hero .subtitle {
    width: unset;
    max-width: 53%;
    margin: auto;
    text-align: center;
    margin-top: 32px;
  }
  /* line 1155, app/assets/stylesheets/laytime.scss */
  .laytime-ui__video-after_hero {
    display: none;
  }
}

@media (max-width: 1100px) {
  /* line 925, app/assets/stylesheets/laytime.scss */
  .laytime-ui {
    --padding: 40px;
    --inner-padding: 40px;
  }
  /* line 1165, app/assets/stylesheets/laytime.scss */
  .laytime-ui__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 62px;
    text-align: center;
    text-align: center;
  }
  /* line 1170, app/assets/stylesheets/laytime.scss */
  .laytime-ui__faqs {
    padding: 60px var(--padding);
  }
}

@media (max-width: 980px) {
  /* line 1176, app/assets/stylesheets/laytime.scss */
  .laytime-ui__header {
    margin-bottom: 0;
    padding-bottom: 80px;
  }
  /* line 1183, app/assets/stylesheets/laytime.scss */
  .laytime-ui__bulk .title, .laytime-ui__faqs .title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    text-align: center;
  }
  /* line 1190, app/assets/stylesheets/laytime.scss */
  .laytime-ui__video .title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    text-align: center;
    max-width: 90%;
  }
  /* line 1196, app/assets/stylesheets/laytime.scss */
  .laytime-ui__video .subtitle {
    max-width: 80%;
  }
  /* line 1202, app/assets/stylesheets/laytime.scss */
  .laytime-ui__items .title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    text-align: center;
  }
  /* line 1207, app/assets/stylesheets/laytime.scss */
  .laytime-ui__items .item {
    width: 406px;
  }
  /* line 1212, app/assets/stylesheets/laytime.scss */
  .laytime-ui__description {
    padding-bottom: 130px;
  }
  /* line 1216, app/assets/stylesheets/laytime.scss */
  .laytime-ui__bulk_hero {
    margin-top: -120px;
  }
  /* line 1219, app/assets/stylesheets/laytime.scss */
  .laytime-ui__bulk_hero img {
    height: 120px;
  }
}

@media (max-width: 540px) {
  /* line 925, app/assets/stylesheets/laytime.scss */
  .laytime-ui {
    --padding: 16px;
  }
  /* line 1229, app/assets/stylesheets/laytime.scss */
  .laytime-ui__items .item {
    width: 342px;
  }
  /* line 1234, app/assets/stylesheets/laytime.scss */
  .laytime-ui__description {
    padding-bottom: 70px;
  }
  /* line 1238, app/assets/stylesheets/laytime.scss */
  .laytime-ui__bulk_hero {
    margin-top: -60px;
  }
  /* line 1240, app/assets/stylesheets/laytime.scss */
  .laytime-ui__bulk_hero img {
    height: 60px;
  }
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}
.leaflet-container .leaflet-marker-pane img[src^="/sm-images/markers/inland_only.svg"] {
  width: 55px !important;  
  height: 55px !important;
}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
/* line 3, app/assets/stylesheets/login.scss */
.center-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 20px;
}

/* line 10, app/assets/stylesheets/login.scss */
.single-column-form {
  width: 100%;
  max-width: 400px;
}

/* line 14, app/assets/stylesheets/login.scss */
.single-column-form__big {
  max-width: 560px;
}

@media (max-width: 768px) {
  /* line 14, app/assets/stylesheets/login.scss */
  .single-column-form__big {
    max-width: 400px;
  }
}

/* line 21, app/assets/stylesheets/login.scss */
.single-column-form__big .row > div {
  padding: 0 8px;
}

/* line 27, app/assets/stylesheets/login.scss */
.from-header {
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  color: #212121;
  margin-bottom: 32px;
  text-align: center;
}

/* line 36, app/assets/stylesheets/login.scss */
.button-wrapper {
  margin-top: 40px;
  text-align: center;
}

/* line 40, app/assets/stylesheets/login.scss */
.button-wrapper .btn {
  width: 224px;
}

/* line 45, app/assets/stylesheets/login.scss */
.shared-session-form {
  padding-top: 32px;
  background: white;
}

/* line 49, app/assets/stylesheets/login.scss */
.shared-session-form__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 87px;
  text-align: center;
  padding: 0 10px;
}

/* line 54, app/assets/stylesheets/login.scss */
.shared-session-form__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

/* line 62, app/assets/stylesheets/login.scss */
.shared-session-form__content[data-target='login'] {
  min-height: 711px;
  background-image: url(/assets/login-session-wave-12358440951e34d4f1d1d3f2ecf725655e124bb6c96e556dea0697a63466b464.svg);
  background-size: 100% 100%;
}

/* line 68, app/assets/stylesheets/login.scss */
.shared-session-form__content[data-target='signup'] {
  min-height: 869px;
  background-image: url(/assets/signup-session-wave-336ade6c0af2456c6694003605adce0178795b43e626d70c4612c50f8d8cf334.svg);
  background-size: 100% 100%;
}

@media (max-width: 1440px) {
  /* line 81, app/assets/stylesheets/login.scss */
  .shared-session-form__content[data-target='login'], .shared-session-form__content[data-target='signup'] {
    background-size: auto 100%;
  }
}

@media (max-width: 930px) {
  /* line 89, app/assets/stylesheets/login.scss */
  .shared-session-form__content {
    margin-top: -120px;
  }
}

@media (max-width: 600px) {
  /* line 95, app/assets/stylesheets/login.scss */
  .shared-session-form__content {
    margin-bottom: 0;
  }
  /* line 98, app/assets/stylesheets/login.scss */
  .shared-session-form__content[data-target='signup'] {
    min-height: 1100px;
  }
}

/* line 106, app/assets/stylesheets/login.scss */
.login-signup-form {
  --fill-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 0 32px;
  width: 100%;
}

/* line 118, app/assets/stylesheets/login.scss */
.login-signup-form .form-link {
  color: white;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 4px;
  font-family: 'Primary';
}

/* line 126, app/assets/stylesheets/login.scss */
.login-signup-form .form-row-group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 32px;
}

/* line 133, app/assets/stylesheets/login.scss */
.login-signup-form .form-row-group input,
.login-signup-form .form-row-group button {
  max-width: var(--fill-width);
  width: 100%;
}

@media (max-width: 600px) {
  /* line 140, app/assets/stylesheets/login.scss */
  .login-signup-form .form-row-group {
    flex-direction: column;
  }
}

/* line 146, app/assets/stylesheets/login.scss */
.login-signup-form .form-button {
  width: 100%;
  margin-top: 4px;
  font-family: 'Primary';
}

/* line 152, app/assets/stylesheets/login.scss */
.login-signup-form span {
  color: white;
}

/* line 156, app/assets/stylesheets/login.scss */
.login-signup-form input,
.login-signup-form button {
  max-width: var(--fill-width);
  width: 100%;
}

/* line 162, app/assets/stylesheets/login.scss */
.login-signup-form input::placeholder {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  text-align: start;
  color: #DADCE0;
}

/* line 168, app/assets/stylesheets/login.scss */
.login-signup-form .create-account-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

/* line 176, app/assets/stylesheets/login.scss */
.login-signup-form .create-account-wrapper span {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

/* line 180, app/assets/stylesheets/login.scss */
.login-signup-form .create-account-wrapper-btn {
  max-width: var(--fill-width);
  width: 100%;
  padding: 10px 32px;
  background: #FFFFFF;
  border: 1px solid #F9A529;
  border-radius: 50px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #F9A529;
  text-transform: uppercase;
}

/* line 193, app/assets/stylesheets/login.scss */
.login-signup-form .create-account-wrapper-btn:hover {
  text-decoration: none;
}

/* line 199, app/assets/stylesheets/login.scss */
.login-signup-form .field_with_errors {
  width: 100%;
  max-width: var(--fill-width);
}

/* line 204, app/assets/stylesheets/login.scss */
.login-signup-form .field-with-error {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  max-width: var(--fill-width);
  width: 100%;
}

/* line 212, app/assets/stylesheets/login.scss */
.login-signup-form .field-with-error input {
  width: 100%;
}

/* line 217, app/assets/stylesheets/login.scss */
.login-signup-form .field-error {
  font-size: 12px;
  line-height: 1.3;
  color: #FFFFFF;
  background-color: #dc3545;
  margin: 0;
  padding: 0 2px;
  width: 100%;
  text-align: start;
}

/* line 228, app/assets/stylesheets/login.scss */
.login-signup-form #error_explanation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: var(--fill-width);
  animation: error_explanation_appear 0.5s ease-out;
}

/* line 238, app/assets/stylesheets/login.scss */
.login-signup-form #error_explanation .error_explanation__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 245, app/assets/stylesheets/login.scss */
.login-signup-form #error_explanation .error_explanation__item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: start;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  border: 1px solid rgba(249, 165, 41, 0.4);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  animation: error_item_slide 0.4s ease-out both;
}

/* line 258, app/assets/stylesheets/login.scss */
.login-signup-form #error_explanation .error_explanation__item:nth-child(1) {
  animation-delay: 0.08s;
}

/* line 258, app/assets/stylesheets/login.scss */
.login-signup-form #error_explanation .error_explanation__item:nth-child(2) {
  animation-delay: 0.16s;
}

/* line 258, app/assets/stylesheets/login.scss */
.login-signup-form #error_explanation .error_explanation__item:nth-child(3) {
  animation-delay: 0.24s;
}

/* line 258, app/assets/stylesheets/login.scss */
.login-signup-form #error_explanation .error_explanation__item:nth-child(4) {
  animation-delay: 0.32s;
}

/* line 258, app/assets/stylesheets/login.scss */
.login-signup-form #error_explanation .error_explanation__item:nth-child(5) {
  animation-delay: 0.4s;
}

/* line 258, app/assets/stylesheets/login.scss */
.login-signup-form #error_explanation .error_explanation__item:nth-child(6) {
  animation-delay: 0.48s;
}

/* line 258, app/assets/stylesheets/login.scss */
.login-signup-form #error_explanation .error_explanation__item:nth-child(7) {
  animation-delay: 0.56s;
}

/* line 258, app/assets/stylesheets/login.scss */
.login-signup-form #error_explanation .error_explanation__item:nth-child(8) {
  animation-delay: 0.64s;
}

/* line 258, app/assets/stylesheets/login.scss */
.login-signup-form #error_explanation .error_explanation__item:nth-child(9) {
  animation-delay: 0.72s;
}

/* line 258, app/assets/stylesheets/login.scss */
.login-signup-form #error_explanation .error_explanation__item:nth-child(10) {
  animation-delay: 0.8s;
}

/* line 264, app/assets/stylesheets/login.scss */
.login-signup-form #error_explanation .error_explanation__message {
  flex: 1;
  color: #212121;
}

@keyframes error_explanation_appear {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes error_item_slide {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 293, app/assets/stylesheets/login.scss */
.login-signup-form .iti {
  width: 100%;
  max-width: var(--fill-width);
  display: block !important;
}

/* line 298, app/assets/stylesheets/login.scss */
.login-signup-form .iti .iti__selected-dial-code {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #212121;
  font-weight: 500;
}

/* line 304, app/assets/stylesheets/login.scss */
.login-signup-form .iti .iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 8px;
}

/* line 310, app/assets/stylesheets/login.scss */
.login-signup-form .iti .iti__selected-country {
  border-radius: 26px 0px 0 28px;
  padding: 4px;
}

/* line 316, app/assets/stylesheets/login.scss */
.login-signup-form .iti__dropdown-content {
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border: 1px solid #b1b1b1;
}

/* line 323, app/assets/stylesheets/login.scss */
.login-signup-form .iti__dropdown-content .iti__search-input-wrapper {
  padding: 8px;
}

/* line 325, app/assets/stylesheets/login.scss */
.login-signup-form .iti__dropdown-content .iti__search-input-wrapper .iti__search-icon {
  left: 12px;
}

/* line 328, app/assets/stylesheets/login.scss */
.login-signup-form .iti__dropdown-content .iti__search-input-wrapper input {
  min-height: 40px;
  border-radius: 8px;
  border: 1px solid #DADCE0;
  padding: 8px 12px 8px 36px;
}

/* line 334, app/assets/stylesheets/login.scss */
.login-signup-form .iti__dropdown-content .iti__search-input-wrapper input:focus {
  outline: none;
  border-color: #F9A529;
}

/* line 339, app/assets/stylesheets/login.scss */
.login-signup-form .iti__dropdown-content .iti__search-input-wrapper .iti__search-clear {
  justify-content: right;
  padding: 12px;
}

/* line 344, app/assets/stylesheets/login.scss */
.login-signup-form .iti__dropdown-content .iti__country-list {
  padding: 8px;
  max-height: 250px;
}

/* line 348, app/assets/stylesheets/login.scss */
.login-signup-form .iti__dropdown-content .iti__country-list .iti__country {
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.2s;
}

/* line 354, app/assets/stylesheets/login.scss */
.login-signup-form .iti__dropdown-content .iti__country-list .iti__country span {
  color: #212121;
}

/* line 358, app/assets/stylesheets/login.scss */
.login-signup-form .iti__dropdown-content .iti__country-list .iti__country:hover {
  background-color: #f5f5f5;
}

/* line 362, app/assets/stylesheets/login.scss */
.login-signup-form .iti__dropdown-content .iti__country-list .iti__country.iti__highlight {
  background-color: #F9A529;
}

/* line 365, app/assets/stylesheets/login.scss */
.login-signup-form .iti__dropdown-content .iti__country-list .iti__country.iti__highlight span {
  color: white;
}

/* line 375, app/assets/stylesheets/login.scss */
.login-signup-form .phone-input.is-valid {
  border-color: #28a745 !important;
}

/* line 378, app/assets/stylesheets/login.scss */
.login-signup-form .phone-input.is-valid ~ .iti__flag-container {
  border-color: #28a745;
}

/* line 383, app/assets/stylesheets/login.scss */
.login-signup-form .phone-input.is-invalid {
  border-color: #dc3545 !important;
}

/* line 386, app/assets/stylesheets/login.scss */
.login-signup-form .phone-input.is-invalid ~ .iti__flag-container {
  border-color: #dc3545;
}

/* line 393, app/assets/stylesheets/login.scss */
.login-signup-form .iti__tel-input {
  padding-left: 100px !important;
  width: 100%;
}

/* line 400, app/assets/stylesheets/login.scss */
.login-signup-form .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  padding-left: 8px;
  width: 90px;
}
/* line 3, app/assets/stylesheets/mared_landing.scss */
.mared {
  --page-padding: 80px;
  padding: 80px 0 120px;
  /* Firefox */
}

/* line 7, app/assets/stylesheets/mared_landing.scss */
.mared__hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 0 var(--page-padding);
}

/* line 14, app/assets/stylesheets/mared_landing.scss */
.mared__hero__left, .mared__hero__right {
  max-width: 624px;
  width: 100%;
}

/* line 20, app/assets/stylesheets/mared_landing.scss */
.mared__hero__left {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 32px;
}

/* line 27, app/assets/stylesheets/mared_landing.scss */
.mared__hero__right {
  position: relative;
}

/* line 30, app/assets/stylesheets/mared_landing.scss */
.mared__hero__right video {
  position: absolute;
  top: 6%;
  left: 33%;
  z-index: 1;
  transform: rotate(23deg);
  width: calc(30% + 4px);
  border-radius: 20px;
}

/* line 41, app/assets/stylesheets/mared_landing.scss */
.mared__hero img {
  width: 100%;
}

/* line 45, app/assets/stylesheets/mared_landing.scss */
.mared__hero .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 60px;
  text-align: center;
  text-align: start;
}

/* line 50, app/assets/stylesheets/mared_landing.scss */
.mared__hero .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: start;
}

/* line 55, app/assets/stylesheets/mared_landing.scss */
.mared__hero .actions {
  margin-top: 10px;
}

/* line 62, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__art {
  height: 600px;
  background-image: url(/assets/mared/background-a4ffc846a84ffc2f0205a1db94856ce29f4537a1a20be8485f49744656b7c9d9.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -125px;
  margin-bottom: -196px;
}

/* line 71, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  padding: 0 var(--page-padding);
}

/* line 80, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__body .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  text-align: center;
  color: #212121;
}

/* line 86, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__body .actions {
  margin-top: 10px;
}

/* line 91, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

/* line 98, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__step {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* line 107, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__step .description {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 8px;
  align-self: start;
}

/* line 116, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__step .number {
  color: white;
  background-color: #212121;
  min-width: 40px;
  min-height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 128, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__step .text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  color: #212121;
  align-self: center;
}

/* line 137, app/assets/stylesheets/mared_landing.scss */
.mared__form {
  margin-top: 120px;
  padding: 0 var(--page-padding);
}

/* line 141, app/assets/stylesheets/mared_landing.scss */
.mared__form__body {
  width: 100%;
  background: white;
  border-width: 2px 2px 4px 2px;
  border-style: solid;
  border-color: #212121;
  border-radius: 36px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

/* line 159, app/assets/stylesheets/mared_landing.scss */
.mared__form__invitation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

/* line 167, app/assets/stylesheets/mared_landing.scss */
.mared__form__invitation > div {
  flex: 1 0 calc(50% - 24px);
}

/* line 172, app/assets/stylesheets/mared_landing.scss */
.mared__form .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  color: #212121;
  text-align: center;
}

/* line 178, app/assets/stylesheets/mared_landing.scss */
.mared__form .actions {
  margin-top: 10px;
}

/* line 183, app/assets/stylesheets/mared_landing.scss */
.mared__text_input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  width: 100%;
}

/* line 192, app/assets/stylesheets/mared_landing.scss */
.mared__text_input .label {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  text-align: start;
  color: #9E9E9E;
}

/* line 199, app/assets/stylesheets/mared_landing.scss */
.mared__text_input .wrapper {
  padding: 12px 16px;
  border: 1px solid #DADCE0;
  border-radius: 40px;
  width: 100%;
}

/* line 205, app/assets/stylesheets/mared_landing.scss */
.mared__text_input .wrapper:focus, .mared__text_input .wrapper:focus-within {
  border: 1px solid #ffa726 !important;
}

/* line 212, app/assets/stylesheets/mared_landing.scss */
.mared input[type='text'],
.mared input[type='number'],
.mared input[type='tel'],
.mared input[type='email'] {
  width: 100%;
  border: none;
  outline: none !important;
}

/* line 221, app/assets/stylesheets/mared_landing.scss */
.mared input[type='text']:focus,
.mared input[type='number']:focus,
.mared input[type='tel']:focus,
.mared input[type='email']:focus {
  box-shadow: none !important;
  border: none !important;
}

/* line 227, app/assets/stylesheets/mared_landing.scss */
.mared input::-webkit-outer-spin-button,
.mared input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 234, app/assets/stylesheets/mared_landing.scss */
.mared input[type=number] {
  -moz-appearance: textfield;
}

/* line 238, app/assets/stylesheets/mared_landing.scss */
.mared label {
  margin: 0;
}

@media (max-width: 1060px) {
  /* line 244, app/assets/stylesheets/mared_landing.scss */
  .mared__instructions__art {
    margin-bottom: -370px;
  }
}

@media (max-width: 1024px) {
  /* line 3, app/assets/stylesheets/mared_landing.scss */
  .mared {
    padding: 40px 0 60px;
    --page-padding: 40px;
  }
  /* line 254, app/assets/stylesheets/mared_landing.scss */
  .mared__form .title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 42px;
    text-align: center;
  }
  /* line 261, app/assets/stylesheets/mared_landing.scss */
  .mared__instructions__steps {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 266, app/assets/stylesheets/mared_landing.scss */
  .mared__instructions__step {
    flex: 1 0 calc(50% - 24px);
  }
}

@media (max-width: 800px) {
  /* line 273, app/assets/stylesheets/mared_landing.scss */
  .mared__form {
    margin-top: 60px;
  }
  /* line 276, app/assets/stylesheets/mared_landing.scss */
  .mared__form__body {
    padding: 40px 16px;
  }
  /* line 283, app/assets/stylesheets/mared_landing.scss */
  .mared__instructions__step .logo img {
    width: 100px;
  }
}

@media (max-width: 660px) {
  /* line 3, app/assets/stylesheets/mared_landing.scss */
  .mared {
    --page-padding: 24px;
    padding: 40px 0;
  }
  /* line 294, app/assets/stylesheets/mared_landing.scss */
  .mared__hero__right {
    display: none;
  }
  /* line 298, app/assets/stylesheets/mared_landing.scss */
  .mared__form {
    margin-top: 40px;
    gap: 24px;
  }
  /* line 303, app/assets/stylesheets/mared_landing.scss */
  .mared__form__invitation > div {
    flex: 1 0 100% !important;
  }
  /* line 311, app/assets/stylesheets/mared_landing.scss */
  .mared__instructions__step {
    flex: 1 0 100% !important;
  }
  /* line 314, app/assets/stylesheets/mared_landing.scss */
  .mared__instructions__step .description {
    align-self: unset;
  }
  /* line 320, app/assets/stylesheets/mared_landing.scss */
  .mared__advantages {
    padding: 40px var(--page-padding) 0;
    gap: 32px;
  }
  /* line 325, app/assets/stylesheets/mared_landing.scss */
  .mared__form__body {
    gap: 24px;
  }
  /* line 329, app/assets/stylesheets/mared_landing.scss */
  .mared__form__route_information__content, .mared__form__cargo_description__content, .mared__form__dimensions__content, .mared__form__contact__content, .mared__advantages__content {
    flex-wrap: wrap;
  }
  /* line 336, app/assets/stylesheets/mared_landing.scss */
  .mared__form__route_information__content > div, .mared__form__cargo_description__content > div, .mared__form__dimensions__content > div, .mared__form__contact__content > div, .mared__advantages__content > div {
    flex: 1 0 100% !important;
  }
}
/* line 3, app/assets/stylesheets/metrics.scss */
.metric {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  text-align: center;
  color: #212121;
}

/* line 8, app/assets/stylesheets/metrics.scss */
.metric__white {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  text-align: center;
  color: white;
}

/* line 14, app/assets/stylesheets/metrics.scss */
.metric__blue {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  text-align: center;
  color: #009CDE;
}

/* line 20, app/assets/stylesheets/metrics.scss */
.metric__wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 26, app/assets/stylesheets/metrics.scss */
.metric__line-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 32, app/assets/stylesheets/metrics.scss */
.metric__column-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 37, app/assets/stylesheets/metrics.scss */
.metric__column-wrapper > * {
  position: relative;
  z-index: 1;
}

/* line 43, app/assets/stylesheets/metrics.scss */
.metric__arrow-bg {
  --image-height: 78px;
  background-image: url(/assets/home/metrics/crooked-arrow-a5835181912023f1ea146c70bb2c097bab57f4df0f89206fa29519bb0324356e.svg);
  background-blend-mode: multiply;
  background-position: center;
  background-size: 113px var(--image-height);
  background-repeat: no-repeat;
  padding: var(--image-height);
  margin: calc(-1 * var(--image-height));
}

/* line 54, app/assets/stylesheets/metrics.scss */
.metric__arrow-light-bg {
  --image-height: 125px;
  background-image: url(/assets/home/metrics/crooked-arrow-light-f82607f731fc1d66bbf8cdc1993fa2d03fc48ac751a2f7a7e888fc71d43c2cd3.svg);
  background-blend-mode: multiply;
  background-position: center;
  background-size: 180px var(--image-height);
  background-repeat: no-repeat;
  padding: var(--image-height);
  margin: calc(-1 * var(--image-height));
  z-index: 0;
}

@media (max-width: 1150px) {
  /* line 68, app/assets/stylesheets/metrics.scss */
  .metric__line-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 73, app/assets/stylesheets/metrics.scss */
  .metric__line-wrapper > * {
    position: relative;
    z-index: 1;
  }
}

/* line 81, app/assets/stylesheets/metrics.scss */
.track-metric {
  display: none;
}
/* line 1, app/assets/stylesheets/my_account.scss */
.my-account-page {
  min-height: calc(100vh - var(--nav-height));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 32px;
  background-color: #F7FCFF;
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/my_account.scss */
  .my-account-page {
    padding: 16px;
    gap: 24px;
  }
}

/* line 15, app/assets/stylesheets/my_account.scss */
.my-account-page .primary-title {
  color: #009CDE;
}

/* line 19, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
}

@media (max-width: 768px) {
  /* line 19, app/assets/stylesheets/my_account.scss */
  .my-account-page .account-cards-container {
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
  }
}

/* line 33, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card {
  display: flex;
  flex-direction: column;
  border-radius: 36px;
  padding: 40px;
  background: #ffffff;
  gap: 40px;
  box-shadow: #212121 1px 1px 4px 1px;
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

@media (max-width: 768px) {
  /* line 33, app/assets/stylesheets/my_account.scss */
  .my-account-page .account-cards-container .account-card {
    padding: 24px;
    gap: 24px;
    border-radius: 24px;
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}

/* line 54, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card__header {
  display: flex;
  color: #212121;
  font-size: 32px;
  font-weight: 700;
  gap: 10px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  /* line 54, app/assets/stylesheets/my_account.scss */
  .my-account-page .account-cards-container .account-card .account-card__header {
    font-size: 24px;
  }
}

/* line 67, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card__status {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

/* line 73, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card__status .account-card__status__header {
  display: flex;
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 73, app/assets/stylesheets/my_account.scss */
  .my-account-page .account-cards-container .account-card .account-card__status .account-card__status__header {
    font-size: 20px;
  }
}

/* line 85, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card__status .account-card__status__message {
  display: flex;
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 768px) {
  /* line 85, app/assets/stylesheets/my_account.scss */
  .my-account-page .account-cards-container .account-card .account-card__status .account-card__status__message {
    font-size: 13px;
  }
}

/* line 99, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 105, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card__round-row {
  display: flex;
  box-shadow: #212121 1px 1px 4px 1px;
  border-radius: 32px;
  padding: 16px 24px;
  background: #FFFFFF;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* line 117, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card__round-row .account-card__round-row__content {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 117, app/assets/stylesheets/my_account.scss */
  .my-account-page .account-cards-container .account-card .account-card__round-row .account-card__round-row__content {
    width: 100%;
    gap: 12px;
  }
}

/* line 129, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card__round-row .account-card__round-row__content .account-card__round-row__content__labels {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  flex: 1;
}

@media (max-width: 768px) {
  /* line 129, app/assets/stylesheets/my_account.scss */
  .my-account-page .account-cards-container .account-card .account-card__round-row .account-card__round-row__content .account-card__round-row__content__labels {
    gap: 4px;
  }
}

/* line 141, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card__round-row .account-card__round-row__content .account-card__round-row__content__title {
  display: flex;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 141, app/assets/stylesheets/my_account.scss */
  .my-account-page .account-cards-container .account-card .account-card__round-row .account-card__round-row__content .account-card__round-row__content__title {
    font-size: 14px;
  }
}

/* line 152, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card__round-row .account-card__round-row__content .account-card__round-row__content__description {
  display: flex;
  color: #9E9E9E;
  font-size: 16px;
  font-weight: 400;
  word-break: break-word;
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/my_account.scss */
  .my-account-page .account-cards-container .account-card .account-card__round-row .account-card__round-row__content .account-card__round-row__content__description {
    font-size: 13px;
  }
}

/* line 167, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card__content {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1024px) {
  /* line 167, app/assets/stylesheets/my_account.scss */
  .my-account-page .account-cards-container .account-card .account-card__content {
    column-gap: 16px;
    row-gap: 32px;
  }
}

/* line 180, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card-section {
  display: flex;
  flex-flow: column;
  gap: 8px;
}

@media (max-width: 768px) {
  /* line 180, app/assets/stylesheets/my_account.scss */
  .my-account-page .account-cards-container .account-card .account-card-section {
    gap: 6px;
  }
}

/* line 189, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card-section .account-card-label {
  font-size: 16px;
  line-height: 18px;
  color: #9e9e9e;
}

@media (max-width: 768px) {
  /* line 189, app/assets/stylesheets/my_account.scss */
  .my-account-page .account-cards-container .account-card .account-card-section .account-card-label {
    font-size: 14px;
    line-height: 16px;
  }
}

/* line 200, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card-section .account-card-value {
  font-size: 16px;
  line-height: 18px;
  word-break: break-word;
}

@media (max-width: 768px) {
  /* line 200, app/assets/stylesheets/my_account.scss */
  .my-account-page .account-cards-container .account-card .account-card-section .account-card-value {
    font-size: 14px;
    line-height: 16px;
  }
}

/* line 211, app/assets/stylesheets/my_account.scss */
.my-account-page .account-cards-container .account-card .account-card-section span.account-card-value {
  color: #212121;
}

/* line 219, app/assets/stylesheets/my_account.scss */
.myaccount-button-wrapper {
  margin: 36px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 768px) {
  /* line 219, app/assets/stylesheets/my_account.scss */
  .myaccount-button-wrapper {
    margin: 24px 0;
    padding: 0 16px;
    flex-direction: column;
    gap: 12px;
  }
}

/* line 234, app/assets/stylesheets/my_account.scss */
.myaccount-button-wrapper .btn {
  max-width: 190px;
  width: 100%;
}

@media (max-width: 768px) {
  /* line 234, app/assets/stylesheets/my_account.scss */
  .myaccount-button-wrapper .btn {
    max-width: 100%;
    width: 100%;
  }
}

/* line 244, app/assets/stylesheets/my_account.scss */
.myaccount-button-wrapper .btn:not(:first-child) {
  margin-left: 16px;
}

@media (max-width: 768px) {
  /* line 244, app/assets/stylesheets/my_account.scss */
  .myaccount-button-wrapper .btn:not(:first-child) {
    margin-left: 0;
  }
}

/* line 253, app/assets/stylesheets/my_account.scss */
.account-edit {
  max-width: 660px;
  margin: 32px auto;
  padding: 0 16px;
}

@media (max-width: 768px) {
  /* line 253, app/assets/stylesheets/my_account.scss */
  .account-edit {
    margin: 24px auto;
    padding: 0 8px;
  }
}

/* line 263, app/assets/stylesheets/my_account.scss */
.account-edit .border-card-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 32px;
  column-gap: 24px;
  padding: 24px;
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/my_account.scss */
  .account-edit .border-card-content {
    grid-template-columns: 1fr;
    row-gap: 24px;
    column-gap: 0;
  }
}

/* line 277, app/assets/stylesheets/my_account.scss */
.account-edit .form-group {
  margin-bottom: 0;
}
/* line 1, app/assets/stylesheets/my_shipments.scss */
.myshipment-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 5, app/assets/stylesheets/my_shipments.scss */
.myshipment-container h1 {
  margin: 32px 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  color: #212121;
}

/* line 13, app/assets/stylesheets/my_shipments.scss */
.myshipment-container .btn {
  margin-bottom: 32px;
}

/* line 17, app/assets/stylesheets/my_shipments.scss */
.myshipment-container .app-tabs {
  margin-bottom: 24px;
}

/* line 22, app/assets/stylesheets/my_shipments.scss */
.myshipment-cards-warper {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

/* line 27, app/assets/stylesheets/my_shipments.scss */
.myshipment-cards-warper .search-card-waiting-booking {
  color: #039be5;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

/* line 33, app/assets/stylesheets/my_shipments.scss */
.myshipment-cards-warper .search-card-waiting-booking img {
  margin-right: 8px;
}

@media (max-width: 768px) {
  /* line 36, app/assets/stylesheets/my_shipments.scss */
  .myshipment-cards-warper .search-card-waiting-booking span {
    display: none;
  }
}

/* line 44, app/assets/stylesheets/my_shipments.scss */
.myshipment-header {
  margin-bottom: 24px;
}

/* line 48, app/assets/stylesheets/my_shipments.scss */
.myshipment-content {
  width: 100%;
  position: relative;
}

/* line 52, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__filters {
  width: 100%;
  background: #f7fcff;
  padding: 24px;
  border-radius: 36px;
}

/* line 58, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__filters hr {
  background: #DADCE0;
}

/* line 63, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__boxes {
  background: transparent;
}

/* line 67, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__subelement {
  display: flex;
  align-items: center;
}

/* line 71, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__subelement label {
  margin-top: 0.5rem;
}

/* line 75, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__subelement img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

/* line 82, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__element {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: transparent;
  border: none;
  color: #212121;
}

/* line 90, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__element-column {
  flex-direction: column;
}

/* line 95, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__tabs {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

/* line 102, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__shipment-count {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #bdbdbd;
}

/* line 109, app/assets/stylesheets/my_shipments.scss */
.myshipment-content .date-filter-label {
  display: flex;
}

/* line 111, app/assets/stylesheets/my_shipments.scss */
.myshipment-content .date-filter-label img {
  width: 14.4px;
  height: 14px;
}

/* line 116, app/assets/stylesheets/my_shipments.scss */
.myshipment-content .date-filter-label span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #9E9E9E;
  padding-left: 8px;
}

@media (max-width: 1200px) {
  /* line 126, app/assets/stylesheets/my_shipments.scss */
  .myshipment-content__section {
    margin-top: 24px;
  }
}

/* line 133, app/assets/stylesheets/my_shipments.scss */
.myshipment-input-wrapper {
  margin-bottom: 24px;
}

/* line 136, app/assets/stylesheets/my_shipments.scss */
.myshipment-input-wrapper label {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #9E9E9E;
}

/* line 146, app/assets/stylesheets/my_shipments.scss */
.myshipment-input-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(33, 33, 33, 0.24);
}

/* line 150, app/assets/stylesheets/my_shipments.scss */
.myshipment-input-wrapper input {
  line-height: 18.38px;
  border-radius: 48px;
  padding: 15px 24px;
  border: 1px solid #DADCE0;
}

/* line 157, app/assets/stylesheets/my_shipments.scss */
.myshipment-input-wrapper input:focus {
  outline: none;
  caret-color: #ffa726;
  border: none !important;
  box-shadow: none !important;
}

/* line 166, app/assets/stylesheets/my_shipments.scss */
.myshipment-date-wrapper .date-filter {
  width: 50%;
  padding: 6px;
}

/* line 170, app/assets/stylesheets/my_shipments.scss */
.myshipment-date-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(33, 33, 33, 0.24);
}

/* line 174, app/assets/stylesheets/my_shipments.scss */
.myshipment-date-wrapper input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 18.38px;
  border-radius: 48px;
  padding: 12px 8px;
  border: 1px solid #DADCE0;
  margin-top: 8px;
}

/* line 188, app/assets/stylesheets/my_shipments.scss */
.myshipment-action-wrapper .button {
  background: #ffa726;
  border: none;
  border-radius: 48px;
  color: white;
  width: 100%;
  padding: 15px;
  margin-bottom: 12px;
}

/* line 198, app/assets/stylesheets/my_shipments.scss */
.myshipment-action-wrapper a {
  background: white;
  border: 1px solid #ffa726;
  border-radius: 48px;
  color: #ffa726;
  width: 100%;
  padding: 15px;
  margin-bottom: 12px;
  text-decoration: none;
}

/* line 209, app/assets/stylesheets/my_shipments.scss */
.myshipment-action-wrapper .button:hover {
  background: rgba(255, 167, 38, 0.9);
}

/* line 213, app/assets/stylesheets/my_shipments.scss */
.myshipment-action-wrapper a:hover {
  background: white;
  color: #eb8c02;
}

/* line 218, app/assets/stylesheets/my_shipments.scss */
.myshipment-action-wrapper .button:active, .myshipment-action-wrapper a:active {
  outline: none;
  border: none !important;
  box-shadow: none !important;
}
/* line 9, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .hook {
  background-image: url(/assets/nafeza/extension-simulation-dc3dc6aabb703a3ab36627096eda1b3d09ffbbbf274fcc4c5dec417440c2050a.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}

/* line 26, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .hook div.first {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 80px;
  text-align: center;
  color: #212121;
}

@media screen and (max-width: 1140px) {
  /* line 26, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .hook div.first {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }
}

/* line 33, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .hook div.first .acid-highlight {
  color: #009CDE;
}

/* line 34, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .hook div.first .fast-highlight {
  color: #009CDE;
}

/* line 37, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .hook div.second {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  /* line 37, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .hook div.second {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
  }
}

/* line 44, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .hook div.second .now-highlight {
  color: #009CDE;
}

/* line 49, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .container {
  width: 100%;
  max-width: 100%;
  padding: 0 10%;
  display: flex;
  flex-direction: row;
  background-color: #F7FCFF;
}

@media (max-width: 1200px) {
  /* line 49, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .extension-info .container {
    flex-direction: column;
    align-items: center;
  }
}

/* line 63, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-description {
  padding: 20px;
}

/* line 65, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-description div.headings {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  text-align: start;
}

/* line 69, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-description div.headings .highlight {
  color: #009CDE;
}

@media screen and (max-width: 1140px) {
  /* line 65, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .extension-info .extension-description div.headings {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    text-align: center;
  }
}

/* line 80, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-description p {
  text-align: left !important;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

/* line 86, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-video {
  background: #F7FCFF;
  z-index: 2;
}

/* line 90, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-video .thumbnail {
  position: relative;
  background: #F7FCFF;
  border: 1px solid #DADCE0;
  border-radius: 36px;
  z-index: 2;
  min-width: 625px;
  min-height: 450px;
}

@media screen and (max-width: 1140px) {
  /* line 90, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .extension-info .extension-video .thumbnail {
    min-width: 300px;
    min-height: 200px;
    max-width: fit-content;
    max-height: fit-content;
  }
}

/* line 106, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-video .thumbnail .placeholder-bg {
  border-radius: 36px;
  padding: 13px;
  position: relative;
  object-fit: cover;
  max-width: 625px;
  max-height: 500px;
}

@media screen and (max-width: 1140px) {
  /* line 106, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .extension-info .extension-video .thumbnail .placeholder-bg {
    max-width: 300px;
    max-height: 200px;
  }
}

/* line 122, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-video .player-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 100px);
  right: calc(50% - 100px);
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* line 138, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-video .player-button .moving {
  width: 50%;
  height: 50%;
  max-width: 200px;
  max-height: 200px;
  background: #009CDE;
  border-radius: 200px;
  opacity: 0;
  animation: pulse 1500ms ease-out 1s infinite forwards;
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

/* line 166, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-video .player-button .play-icon {
  position: absolute;
  width: 100px;
  top: calc(50% - 50px);
  right: calc(50% - 50px);
}

/* line 174, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-video .frame {
  position: relative;
  z-index: 1;
  display: none;
}

@media (max-width: 1200px) {
  /* line 86, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .extension-info .extension-video {
    text-align: center;
  }
  /* line 183, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .extension-info .extension-video .container {
    display: flex;
    justify-content: center;
  }
}

/* line 189, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-video .app-home-video-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 195, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-video .app-home-video-inner::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

/* line 201, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-video .app-home-video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 209, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-video .frame {
  width: 100%;
  height: 100%;
  min-width: 625px;
  min-height: 450px;
  padding: 13px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 1140px) {
  /* line 209, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .extension-info .extension-video .frame {
    min-width: 300px;
    min-height: 200px;
  }
}

/* line 225, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-video .app-home-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 233, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .extension-info .extension-video .app-home-video-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 36px;
  display: grid;
  place-items: center;
}

/* line 252, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .usage-steps {
  background-color: #F7FCFF;
  padding: 50px 0;
}

/* line 256, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .usage-steps .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 262, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .usage-steps div.headings {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1140px) {
  /* line 262, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .usage-steps div.headings {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
  }
}

/* line 272, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .usage-steps div.headings .highlight {
  color: #009CDE;
}

/* line 277, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .usage-steps .steps {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 1140px) {
  /* line 277, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .usage-steps .steps {
    flex-direction: column;
  }
}

/* line 286, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .usage-steps .steps .step {
  text-align: center;
}

/* line 290, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .usage-steps .steps .transition {
  padding: 7px;
}

/* line 294, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .usage-steps .steps .transition-last {
  padding: 7px;
}

@media screen and (max-width: 1140px) {
  /* line 297, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .usage-steps .steps .transition-last img {
    transform: rotate(180deg);
  }
}

/* line 307, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .why-choose {
  background-color: #F7FCFF;
}

/* line 310, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .why-choose div.headings {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1140px) {
  /* line 310, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .why-choose div.headings {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
  }
}

/* line 318, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .why-choose div.headings .highlight {
  color: #009CDE;
}

/* line 323, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .why-choose .features {
  display: flex;
}

@media screen and (max-width: 1140px) {
  /* line 323, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .why-choose .features {
    flex-direction: column;
  }
}

/* line 330, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .why-choose .features .feature {
  padding: 0 15px;
  text-align: center;
}

/* line 334, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .why-choose .features .feature div {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 339, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .why-choose .features .feature p {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

/* line 347, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .acid-info .blog-section__content {
  width: 100%;
}

/* line 349, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .acid-info .blog-section__content .blog-section__element {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 354, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .acid-info .blog-section__content .blog-section__element .blog-icon {
  width: 68%;
}

/* line 356, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .acid-info .blog-section__content .blog-section__element .blog-icon .blog-section__read {
  width: 100%;
}

/* line 358, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .acid-info .blog-section__content .blog-section__element .blog-icon .blog-section__read .cover {
  width: 100%;
}

/* line 362, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .acid-info .blog-section__content .blog-section__element .blog-icon .blog-icon__wrapper {
  width: 100%;
}

/* line 364, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .acid-info .blog-section__content .blog-section__element .blog-icon .blog-icon__wrapper img {
  width: 100%;
  object-fit: cover;
}

/* line 374, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .faq {
  padding: 50px 70px;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1140px) {
  /* line 374, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .faq {
    flex-direction: column-reverse;
    align-items: center;
  }
}

/* line 384, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .faq .faq-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 10px;
}

/* line 389, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .faq .faq-item div.question {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  text-align: start;
  margin-bottom: 5px;
  margin-top: 3px;
}

@media screen and (max-width: 1140px) {
  /* line 397, app/assets/stylesheets/nafeza_acid.scss */
  .nafeza-acid-ui .faq .faq-icon {
    width: 60%;
    height: 60%;
  }
}

/* line 404, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-ui .btn-primary {
  width: fit-content;
  background-color: #F9A529;
  margin-top: 15px;
  border-radius: 50px;
  padding: 8px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
/* line 17, app/assets/stylesheets/port_radar.scss */
#port-radar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 64px;
  font-family: inherit;
  color: #212121;
}

/* line 26, app/assets/stylesheets/port_radar.scss */
.port-radar__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

/* line 35, app/assets/stylesheets/port_radar.scss */
.port-radar__title {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 45, app/assets/stylesheets/port_radar.scss */
.port-radar__title-icon {
  opacity: 0.6;
}

/* line 49, app/assets/stylesheets/port_radar.scss */
.port-radar__subtitle {
  font-size: 13px;
  color: #757575;
  margin: 0;
}

/* line 55, app/assets/stylesheets/port_radar.scss */
.port-radar__timestamp {
  font-weight: 600;
  color: #009CDE;
}

/* line 60, app/assets/stylesheets/port_radar.scss */
.port-radar__header-right {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

/* line 68, app/assets/stylesheets/port_radar.scss */
.port-radar__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s ease, background 0.15s ease;
  text-decoration: none;
}

/* line 81, app/assets/stylesheets/port_radar.scss */
.port-radar__btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* line 82, app/assets/stylesheets/port_radar.scss */
.port-radar__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 84, app/assets/stylesheets/port_radar.scss */
.port-radar__btn--primary {
  background: #009CDE;
  color: #ffffff;
}

/* line 89, app/assets/stylesheets/port_radar.scss */
.port-radar__btn--secondary {
  background: #ffffff;
  color: #009CDE;
  border: 1px solid #009CDE;
}

/* line 97, app/assets/stylesheets/port_radar.scss */
.port-radar__counters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  /* line 97, app/assets/stylesheets/port_radar.scss */
  .port-radar__counters {
    grid-template-columns: 1fr;
  }
}

/* line 108, app/assets/stylesheets/port_radar.scss */
.port-radar__counter {
  padding: 20px 24px;
  border-radius: 8px;
  border: 2px solid transparent;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  user-select: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

/* line 118, app/assets/stylesheets/port_radar.scss */
.port-radar__counter:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* line 123, app/assets/stylesheets/port_radar.scss */
.port-radar__counter--suspended {
  border-color: rgba(229, 57, 53, 0.3);
}

/* line 125, app/assets/stylesheets/port_radar.scss */
.port-radar__counter--suspended .port-radar__counter-number {
  color: #E53935;
}

/* line 126, app/assets/stylesheets/port_radar.scss */
.port-radar__counter--suspended.pr-counter--active {
  border-color: #E53935;
  background: rgba(229, 57, 53, 0.05);
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.15);
}

/* line 132, app/assets/stylesheets/port_radar.scss */
.port-radar__counter--congested {
  border-color: rgba(255, 167, 38, 0.4);
}

/* line 134, app/assets/stylesheets/port_radar.scss */
.port-radar__counter--congested .port-radar__counter-number {
  color: #FFA726;
}

/* line 135, app/assets/stylesheets/port_radar.scss */
.port-radar__counter--congested.pr-counter--active {
  border-color: #FFA726;
  background: rgba(255, 167, 38, 0.05);
  box-shadow: 0 0 0 3px rgba(255, 167, 38, 0.15);
}

/* line 141, app/assets/stylesheets/port_radar.scss */
.port-radar__counter--normal {
  border-color: rgba(67, 160, 71, 0.3);
}

/* line 143, app/assets/stylesheets/port_radar.scss */
.port-radar__counter--normal .port-radar__counter-number {
  color: #43A047;
}

/* line 144, app/assets/stylesheets/port_radar.scss */
.port-radar__counter--normal.pr-counter--active {
  border-color: #43A047;
  background: rgba(67, 160, 71, 0.05);
  box-shadow: 0 0 0 3px rgba(67, 160, 71, 0.15);
}

/* line 152, app/assets/stylesheets/port_radar.scss */
.port-radar__clear-filter {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  align-self: start;
  justify-self: start;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid #DADCE0;
  background: #ffffff;
  color: #616161;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
  animation: pr-clear-fade-in 0.2s ease both;
}

/* line 170, app/assets/stylesheets/port_radar.scss */
.port-radar__clear-filter:hover {
  background: #f5f5f5;
  border-color: #bbb;
  color: #212121;
}

/* line 177, app/assets/stylesheets/port_radar.scss */
.port-radar__clear-filter-x {
  font-size: 11px;
  font-weight: 700;
  color: #999;
  line-height: 1;
}

@keyframes pr-clear-fade-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 189, app/assets/stylesheets/port_radar.scss */
.port-radar__counter-number {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}

/* line 196, app/assets/stylesheets/port_radar.scss */
.port-radar__counter-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #757575;
}

/* line 205, app/assets/stylesheets/port_radar.scss */
.port-radar__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

/* line 212, app/assets/stylesheets/port_radar.scss */
.port-radar__filter-btn {
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid #DADCE0;
  background: #ffffff;
  color: #616161;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

/* line 223, app/assets/stylesheets/port_radar.scss */
.port-radar__filter-btn:hover, .port-radar__filter-btn.active {
  background: #009CDE;
  color: #ffffff;
  border-color: #009CDE;
}

/* line 231, app/assets/stylesheets/port_radar.scss */
.port-radar__table-wrapper {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #DADCE0;
  overflow-x: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* line 239, app/assets/stylesheets/port_radar.scss */
.port-radar__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

/* line 244, app/assets/stylesheets/port_radar.scss */
.port-radar__table thead tr {
  background: #f7f9fb;
  border-bottom: 2px solid #DADCE0;
}

/* line 249, app/assets/stylesheets/port_radar.scss */
.port-radar__table th {
  padding: 12px 16px;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9E9E9E;
  white-space: nowrap;
}

/* line 260, app/assets/stylesheets/port_radar.scss */
.port-radar__table tbody tr {
  border-bottom: 1px solid #DADCE0;
  transition: background 0.1s;
}

/* line 264, app/assets/stylesheets/port_radar.scss */
.port-radar__table tbody tr:last-child {
  border-bottom: none;
}

/* line 265, app/assets/stylesheets/port_radar.scss */
.port-radar__table tbody tr:hover {
  background: #f0f7fd;
}

/* line 268, app/assets/stylesheets/port_radar.scss */
.port-radar__table td {
  padding: 13px 16px;
  vertical-align: top;
}

/* line 274, app/assets/stylesheets/port_radar.scss */
.pr-port-name {
  font-weight: 600;
  color: #212121;
}

/* line 279, app/assets/stylesheets/port_radar.scss */
.pr-country {
  color: #616161;
}

/* line 283, app/assets/stylesheets/port_radar.scss */
.pr-reason {
  max-width: 400px;
  color: #424242;
  line-height: 1.45;
}

/* line 289, app/assets/stylesheets/port_radar.scss */
.pr-updated {
  white-space: nowrap;
  color: #9E9E9E;
  font-size: 12px;
}

/* line 295, app/assets/stylesheets/port_radar.scss */
.port-radar__empty {
  text-align: center;
  padding: 48px 16px;
  color: #9E9E9E;
  font-size: 14px;
}

/* line 303, app/assets/stylesheets/port_radar.scss */
.pr-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

/* line 312, app/assets/stylesheets/port_radar.scss */
.pr-badge--suspended {
  background: rgba(229, 57, 53, 0.1);
  color: #E53935;
  border: 1px solid rgba(229, 57, 53, 0.25);
}

/* line 318, app/assets/stylesheets/port_radar.scss */
.pr-badge--congested {
  background: rgba(255, 167, 38, 0.12);
  color: #bf7200;
  border: 1px solid rgba(255, 167, 38, 0.3);
}

/* line 324, app/assets/stylesheets/port_radar.scss */
.pr-badge--normal {
  background: rgba(67, 160, 71, 0.1);
  color: #3b8e3f;
  border: 1px solid rgba(67, 160, 71, 0.25);
}

/* line 332, app/assets/stylesheets/port_radar.scss */
.port-radar__footer {
  margin-top: 12px;
  font-size: 11px;
  color: #BDBDBD;
  text-align: right;
}

/* line 339, app/assets/stylesheets/port_radar.scss */
.pr-tracking-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  margin-bottom: 32px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e8f4fd 0%, #f0f4ff 50%, #eef6ff 100%);
  border: 1px solid rgba(0, 156, 222, 0.15);
  animation: pr-cta-slide-in 0.5s ease both;
}

@media (max-width: 700px) {
  /* line 339, app/assets/stylesheets/port_radar.scss */
  .pr-tracking-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
    gap: 18px;
  }
}

@keyframes pr-cta-slide-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 365, app/assets/stylesheets/port_radar.scss */
.pr-tracking-cta__content {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

/* line 373, app/assets/stylesheets/port_radar.scss */
.pr-tracking-cta__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #009CDE;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 156, 222, 0.25);
  animation: pr-cta-icon-pulse 2.5s ease-in-out infinite;
}

@keyframes pr-cta-icon-pulse {
  0%, 100% {
    box-shadow: 0 4px 16px rgba(0, 156, 222, 0.25);
  }
  50% {
    box-shadow: 0 4px 24px rgba(0, 156, 222, 0.5), 0 0 0 8px rgba(0, 156, 222, 0.08);
  }
}

/* line 392, app/assets/stylesheets/port_radar.scss */
.pr-tracking-cta__title {
  font-size: 17px;
  font-weight: 700;
  color: #212121;
  margin: 0 0 4px;
  line-height: 1.3;
}

/* line 400, app/assets/stylesheets/port_radar.scss */
.pr-tracking-cta__desc {
  font-size: 13px;
  color: #616161;
  margin: 0;
  line-height: 1.5;
}

/* line 407, app/assets/stylesheets/port_radar.scss */
.pr-tracking-cta__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 8px;
  background: #009CDE;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 156, 222, 0.3);
  animation: pr-btn-pulse 2s ease-in-out infinite;
}

/* line 424, app/assets/stylesheets/port_radar.scss */
.pr-tracking-cta__btn:hover {
  background: #007fb5;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 156, 222, 0.4);
  color: #fff;
  text-decoration: none;
  animation: none;
}

/* line 433, app/assets/stylesheets/port_radar.scss */
.pr-tracking-cta__btn:active {
  transform: translateY(0);
}

/* line 437, app/assets/stylesheets/port_radar.scss */
.pr-tracking-cta__btn svg {
  transition: transform 0.2s ease;
}

/* line 441, app/assets/stylesheets/port_radar.scss */
.pr-tracking-cta__btn:hover svg {
  transform: translateX(3px);
}

@media (max-width: 700px) {
  /* line 407, app/assets/stylesheets/port_radar.scss */
  .pr-tracking-cta__btn {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
  }
}

@keyframes pr-btn-pulse {
  0%, 100% {
    box-shadow: 0 2px 8px rgba(0, 156, 222, 0.3);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 30px rgba(0, 156, 222, 0.8), 0 0 0 12px rgba(0, 156, 222, 0.25), 0 0 0 24px rgba(0, 156, 222, 0.1);
    transform: scale(1.05);
  }
}

/* line 464, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* line 480, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate--visible {
  opacity: 1;
  pointer-events: auto;
}

/* line 486, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 36px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  animation: pr-gate-rise 0.35s ease both;
}

@media (max-width: 480px) {
  /* line 486, app/assets/stylesheets/port_radar.scss */
  .pr-guest-gate__card {
    padding: 28px 20px;
  }
}

@keyframes pr-gate-rise {
  from {
    transform: translateY(24px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 507, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__icon {
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 1;
}

/* line 513, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__title {
  font-size: 22px;
  font-weight: 700;
  color: #212121;
  margin: 0 0 14px;
  line-height: 1.3;
}

/* line 521, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__body {
  font-size: 14px;
  color: #616161;
  line-height: 1.6;
  margin: 0 0 28px;
}

/* line 528, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__cta {
  display: block;
  width: 100%;
  padding: 13px 0;
  background: #009CDE;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.15s ease;
  margin-bottom: 16px;
}

/* line 541, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__cta:hover {
  opacity: 0.88;
  color: #ffffff;
  text-decoration: none;
}

/* line 544, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__signin {
  font-size: 13px;
  color: #9E9E9E;
}

/* line 548, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__signin a {
  color: #009CDE;
  font-weight: 600;
  text-decoration: none;
}

/* line 552, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__signin a:hover {
  text-decoration: underline;
}

/* line 556, app/assets/stylesheets/port_radar.scss */
.pr-map-icon {
  background: transparent !important;
  border: none !important;
}

/* line 560, app/assets/stylesheets/port_radar.scss */
.pr-map-icon svg {
  display: block;
}

@keyframes pr-pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}

/* line 570, app/assets/stylesheets/port_radar.scss */
.leaflet-popup-content-wrapper {
  border-radius: 12px !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14) !important;
  padding: 0 !important;
  border: 1px solid #EFEFEF;
}

/* line 576, app/assets/stylesheets/port_radar.scss */
.leaflet-popup-content {
  margin: 16px 18px 14px !important;
  line-height: 1.5 !important;
}

/* line 580, app/assets/stylesheets/port_radar.scss */
.leaflet-popup-tip-container {
  margin-top: -1px;
}

/* line 581, app/assets/stylesheets/port_radar.scss */
.leaflet-popup-close-button {
  top: 8px !important;
  right: 10px !important;
  font-size: 18px !important;
  color: #9E9E9E !important;
}

/* line 589, app/assets/stylesheets/port_radar.scss */
.leaflet-control-zoom {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

/* line 594, app/assets/stylesheets/port_radar.scss */
.leaflet-control-zoom a {
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-top: 0 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #212121 !important;
  font: inherit !important;
  font-weight: 700 !important;
}

/* line 606, app/assets/stylesheets/port_radar.scss */
.leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.85) !important;
  border-radius: 10px !important;
  padding: 6px 10px !important;
  margin: 8px !important;
  font-size: 11px !important;
  color: #616161 !important;
}

/* line 616, app/assets/stylesheets/port_radar.scss */
.port-radar__map {
  height: 520px;
  border-radius: 10px;
  border: 1px solid #DADCE0;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}

@media (max-width: 600px) {
  /* line 616, app/assets/stylesheets/port_radar.scss */
  .port-radar__map {
    height: 340px;
  }
}

/* line 629, app/assets/stylesheets/port_radar.scss */
.port-radar__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}

/* line 636, app/assets/stylesheets/port_radar.scss */
.port-radar__legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #616161;
}

/* line 645, app/assets/stylesheets/port_radar.scss */
.pr-legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

/* line 652, app/assets/stylesheets/port_radar.scss */
.pr-legend-dot--suspended {
  background: #E53935;
}

/* line 653, app/assets/stylesheets/port_radar.scss */
.pr-legend-dot--congested {
  background: #FFA726;
}

/* line 654, app/assets/stylesheets/port_radar.scss */
.pr-legend-dot--normal {
  background: #43A047;
}
/* line 17, app/assets/stylesheets/port_watch.scss */
#port-watch {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 64px;
  font-family: inherit;
  color: #212121;
}

/* line 26, app/assets/stylesheets/port_watch.scss */
.port-watch__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

/* line 35, app/assets/stylesheets/port_watch.scss */
.port-watch__title {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 45, app/assets/stylesheets/port_watch.scss */
.port-watch__title-icon {
  opacity: 0.6;
}

/* line 49, app/assets/stylesheets/port_watch.scss */
.port-watch__subtitle {
  font-size: 13px;
  color: #757575;
  margin: 0;
}

/* line 55, app/assets/stylesheets/port_watch.scss */
.port-watch__timestamp {
  font-weight: 600;
  color: #009CDE;
}

/* line 60, app/assets/stylesheets/port_watch.scss */
.port-watch__header-right {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

/* line 68, app/assets/stylesheets/port_watch.scss */
.port-watch__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s ease, background 0.15s ease;
  text-decoration: none;
}

/* line 81, app/assets/stylesheets/port_watch.scss */
.port-watch__btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* line 82, app/assets/stylesheets/port_watch.scss */
.port-watch__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 84, app/assets/stylesheets/port_watch.scss */
.port-watch__btn--primary {
  background: #009CDE;
  color: #ffffff;
}

/* line 89, app/assets/stylesheets/port_watch.scss */
.port-watch__btn--secondary {
  background: #ffffff;
  color: #009CDE;
  border: 1px solid #009CDE;
}

/* line 97, app/assets/stylesheets/port_watch.scss */
.port-watch__counters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  /* line 97, app/assets/stylesheets/port_watch.scss */
  .port-watch__counters {
    grid-template-columns: 1fr;
  }
}

/* line 108, app/assets/stylesheets/port_watch.scss */
.port-watch__counter {
  padding: 20px 24px;
  border-radius: 8px;
  border: 2px solid transparent;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  user-select: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

/* line 118, app/assets/stylesheets/port_watch.scss */
.port-watch__counter:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* line 123, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--suspended {
  border-color: rgba(229, 57, 53, 0.3);
}

/* line 125, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--suspended .port-watch__counter-number {
  color: #E53935;
}

/* line 126, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--suspended.pw-counter--active {
  border-color: #E53935;
  background: rgba(229, 57, 53, 0.05);
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.15);
}

/* line 132, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--restricted {
  border-color: rgba(255, 167, 38, 0.4);
}

/* line 134, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--restricted .port-watch__counter-number {
  color: #FFA726;
}

/* line 135, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--restricted.pw-counter--active {
  border-color: #FFA726;
  background: rgba(255, 167, 38, 0.05);
  box-shadow: 0 0 0 3px rgba(255, 167, 38, 0.15);
}

/* line 141, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--operational {
  border-color: rgba(67, 160, 71, 0.3);
}

/* line 143, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--operational .port-watch__counter-number {
  color: #43A047;
}

/* line 144, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--operational.pw-counter--active {
  border-color: #43A047;
  background: rgba(67, 160, 71, 0.05);
  box-shadow: 0 0 0 3px rgba(67, 160, 71, 0.15);
}

/* line 152, app/assets/stylesheets/port_watch.scss */
.port-watch__counter-number {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}

/* line 159, app/assets/stylesheets/port_watch.scss */
.port-watch__counter-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #757575;
}

/* line 168, app/assets/stylesheets/port_watch.scss */
.port-watch__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

/* line 175, app/assets/stylesheets/port_watch.scss */
.port-watch__filter-btn {
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid #DADCE0;
  background: #ffffff;
  color: #616161;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

/* line 186, app/assets/stylesheets/port_watch.scss */
.port-watch__filter-btn:hover, .port-watch__filter-btn.active {
  background: #009CDE;
  color: #ffffff;
  border-color: #009CDE;
}

/* line 194, app/assets/stylesheets/port_watch.scss */
.port-watch__table-wrapper {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #DADCE0;
  overflow-x: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* line 202, app/assets/stylesheets/port_watch.scss */
.port-watch__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

/* line 207, app/assets/stylesheets/port_watch.scss */
.port-watch__table thead tr {
  background: #f7f9fb;
  border-bottom: 2px solid #DADCE0;
}

/* line 212, app/assets/stylesheets/port_watch.scss */
.port-watch__table th {
  padding: 12px 16px;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9E9E9E;
  white-space: nowrap;
}

/* line 223, app/assets/stylesheets/port_watch.scss */
.port-watch__table tbody tr {
  border-bottom: 1px solid #DADCE0;
  transition: background 0.1s;
}

/* line 227, app/assets/stylesheets/port_watch.scss */
.port-watch__table tbody tr:last-child {
  border-bottom: none;
}

/* line 228, app/assets/stylesheets/port_watch.scss */
.port-watch__table tbody tr:hover {
  background: #f0f7fd;
}

/* line 231, app/assets/stylesheets/port_watch.scss */
.port-watch__table td {
  padding: 13px 16px;
  vertical-align: top;
}

/* line 237, app/assets/stylesheets/port_watch.scss */
.pw-port-name {
  font-weight: 600;
  color: #212121;
}

/* line 242, app/assets/stylesheets/port_watch.scss */
.pw-country {
  color: #616161;
}

/* line 246, app/assets/stylesheets/port_watch.scss */
.pw-reason {
  max-width: 400px;
  color: #424242;
  line-height: 1.45;
}

/* line 252, app/assets/stylesheets/port_watch.scss */
.pw-updated {
  white-space: nowrap;
  color: #9E9E9E;
  font-size: 12px;
}

/* line 258, app/assets/stylesheets/port_watch.scss */
.port-watch__empty {
  text-align: center;
  padding: 48px 16px;
  color: #9E9E9E;
  font-size: 14px;
}

/* line 266, app/assets/stylesheets/port_watch.scss */
.pw-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

/* line 275, app/assets/stylesheets/port_watch.scss */
.pw-badge--suspended {
  background: rgba(229, 57, 53, 0.1);
  color: #E53935;
  border: 1px solid rgba(229, 57, 53, 0.25);
}

/* line 281, app/assets/stylesheets/port_watch.scss */
.pw-badge--restricted {
  background: rgba(255, 167, 38, 0.12);
  color: #bf7200;
  border: 1px solid rgba(255, 167, 38, 0.3);
}

/* line 287, app/assets/stylesheets/port_watch.scss */
.pw-badge--operational {
  background: rgba(67, 160, 71, 0.1);
  color: #3b8e3f;
  border: 1px solid rgba(67, 160, 71, 0.25);
}

/* line 295, app/assets/stylesheets/port_watch.scss */
.port-watch__footer {
  margin-top: 12px;
  font-size: 11px;
  color: #BDBDBD;
  text-align: right;
}

/* line 303, app/assets/stylesheets/port_watch.scss */
.pw-map-icon {
  background: transparent !important;
  border: none !important;
}

/* line 307, app/assets/stylesheets/port_watch.scss */
.pw-map-icon svg {
  display: block;
}

@keyframes pw-pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}

/* line 317, app/assets/stylesheets/port_watch.scss */
.leaflet-popup-content-wrapper {
  border-radius: 12px !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14) !important;
  padding: 0 !important;
  border: 1px solid #EFEFEF;
}

/* line 323, app/assets/stylesheets/port_watch.scss */
.leaflet-popup-content {
  margin: 16px 18px 14px !important;
  line-height: 1.5 !important;
}

/* line 327, app/assets/stylesheets/port_watch.scss */
.leaflet-popup-tip-container {
  margin-top: -1px;
}

/* line 328, app/assets/stylesheets/port_watch.scss */
.leaflet-popup-close-button {
  top: 8px !important;
  right: 10px !important;
  font-size: 18px !important;
  color: #9E9E9E !important;
}

/* line 336, app/assets/stylesheets/port_watch.scss */
.port-watch__map {
  height: 520px;
  border-radius: 10px;
  border: 1px solid #DADCE0;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}

@media (max-width: 600px) {
  /* line 336, app/assets/stylesheets/port_watch.scss */
  .port-watch__map {
    height: 340px;
  }
}

/* line 349, app/assets/stylesheets/port_watch.scss */
.port-watch__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}

/* line 356, app/assets/stylesheets/port_watch.scss */
.port-watch__legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #616161;
}

/* line 365, app/assets/stylesheets/port_watch.scss */
.pw-legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

/* line 372, app/assets/stylesheets/port_watch.scss */
.pw-legend-dot--suspended {
  background: #E53935;
}

/* line 373, app/assets/stylesheets/port_watch.scss */
.pw-legend-dot--restricted {
  background: #FFA726;
}

/* line 374, app/assets/stylesheets/port_watch.scss */
.pw-legend-dot--operational {
  background: #43A047;
}
/* line 4, app/assets/stylesheets/premium.scss */
.premium__bg {
  background-image: url(/assets/premium/wave-d51ad44b0500e8f5c36e407b984ab0630db0cb185bc2762e615cd478b04858e3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 32px 0 108px;
}

/* line 13, app/assets/stylesheets/premium.scss */
.premium__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}

/* line 22, app/assets/stylesheets/premium.scss */
.premium__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: #212121;
  text-align: left;
}

/* line 28, app/assets/stylesheets/premium.scss */
.premium__subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #9E9E9E;
  text-align: left;
}

/* line 34, app/assets/stylesheets/premium.scss */
.premium__content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* line 39, app/assets/stylesheets/premium.scss */
.premium__content__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  text-align: center;
}

/* line 44, app/assets/stylesheets/premium.scss */
.premium__content__subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: center;
}

/* line 50, app/assets/stylesheets/premium.scss */
.premium__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  gap: 16px;
}

/* line 59, app/assets/stylesheets/premium.scss */
.premium__details {
  display: flex;
  justify-content: space-between;
  padding: 46px 80px;
}

/* line 65, app/assets/stylesheets/premium.scss */
.premium__features_wrapper {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

/* line 74, app/assets/stylesheets/premium.scss */
.premium__features_header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  text-align: center;
  color: #212121;
}

/* line 79, app/assets/stylesheets/premium.scss */
.premium__features {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  text-align: left;
}

/* line 85, app/assets/stylesheets/premium.scss */
.premium__separator {
  position: relative;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 92, app/assets/stylesheets/premium.scss */
.premium__separator div {
  padding: 20px;
  z-index: 2;
  background: transparent;
}

/* line 98, app/assets/stylesheets/premium.scss */
.premium__separator::after, .premium__separator::before {
  position: absolute;
  content: '';
  width: 35%;
  height: 1px;
  background: #9E9E9E;
  transform: rotate(90deg);
}

/* line 107, app/assets/stylesheets/premium.scss */
.premium__separator::after {
  bottom: -50px;
}

/* line 111, app/assets/stylesheets/premium.scss */
.premium__separator::before {
  top: -50px;
}

/* line 116, app/assets/stylesheets/premium.scss */
.premium__separator-interior {
  z-index: 2;
  background: white;
  padding: 0 10px;
}

/* line 123, app/assets/stylesheets/premium.scss */
.premium__share button {
  width: 296px;
  border-radius: 999px;
  background-color: #ffa726;
  border: 1px solid #ffa726;
  padding: 10px 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Primary';
  text-transform: uppercase;
  height: unset;
  color: white;
}

/* line 138, app/assets/stylesheets/premium.scss */
.premium__share button:focus,
.premium__share button:hover,
.premium__share button:active,
.premium__share button:focus-within {
  border: 1px solid #ffa726;
  background-color: #ffa726;
  box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.2);
  outline: 0;
}

/* line 149, app/assets/stylesheets/premium.scss */
.premium__actions {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

/* line 155, app/assets/stylesheets/premium.scss */
.premium__actions a {
  width: 296px;
}

@media (max-width: 1260px) {
  /* line 3, app/assets/stylesheets/premium.scss */
  .premium {
    gap: 80px;
  }
  /* line 164, app/assets/stylesheets/premium.scss */
  .premium__logo img {
    width: 380px;
  }
}

@media (max-width: 920px) {
  /* line 3, app/assets/stylesheets/premium.scss */
  .premium {
    gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 796px) {
  /* line 177, app/assets/stylesheets/premium.scss */
  .premium__logo {
    display: none;
  }
}

@media (max-width: 520px) {
  /* line 3, app/assets/stylesheets/premium.scss */
  .premium {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 1, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

/* line 7, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 14, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .hero-section {
  padding: 80px 0 60px;
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(/%23grain)"/></svg>');
  opacity: 0.3;
}

/* line 33, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .hero-section .hero-heading {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

/* line 40, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .hero-section .hero-heading .highlight {
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* line 47, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .hero-section .hero-heading .subtitle {
  font-size: 2rem;
  font-weight: 400;
  opacity: 0.9;
}

/* line 54, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .hero-section .hero-description {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

/* line 65, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .section-heading {
  text-align: center;
  margin-bottom: 50px;
}

/* line 69, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .section-heading .product-title {
  font-size: 3rem;
  font-weight: 700;
  color: #2d3748;
  display: block;
  margin-bottom: 10px;
}

/* line 77, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .section-heading .product-subtitle {
  font-size: 1.2rem;
  color: #718096;
  font-weight: 400;
}

/* line 85, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 40px;
}

/* line 92, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid #e2e8f0;
}

/* line 98, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header {
  padding: 30px 20px;
  text-align: center;
  background: #f8fafc;
  border-right: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

/* line 105, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header:last-child {
  border-right: none;
}

/* line 109, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header.disabled {
  background: #f7fafc;
  opacity: 0.6;
}

/* line 113, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header.disabled h3 {
  color: #a0aec0;
}

/* line 117, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header.disabled .unavailable {
  color: #a0aec0;
  font-weight: 500;
}

/* line 123, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2d3748;
}

/* line 130, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header .price {
  margin-bottom: 10px;
}

/* line 133, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header .price .currency {
  font-size: 1.2rem;
  font-weight: 500;
  color: #718096;
}

/* line 139, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header .price .amount {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
}

/* line 145, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header .price .period {
  font-size: 0.9rem;
  color: #718096;
}

/* line 150, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header .price .unavailable {
  font-size: 1.1rem;
  font-weight: 600;
  color: #a0aec0;
}

/* line 157, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header .plan-description {
  font-size: 0.9rem;
  color: #718096;
  margin: 0;
}

/* line 166, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid #e2e8f0;
  transition: background-color 0.3s ease;
}

/* line 173, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row:hover {
  background-color: #f8fafc;
}

/* line 177, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row:last-child {
  border-bottom: none;
}

/* line 181, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-name {
  padding: 20px;
  font-weight: 600;
  color: #2d3748;
  border-right: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
}

/* line 189, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-name .plus {
  color: #718096;
  font-weight: 400;
  font-size: 0.9rem;
}

/* line 196, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value {
  padding: 20px;
  text-align: center;
  border-right: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

/* line 205, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value:last-child {
  border-right: none;
}

/* line 209, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value.explore {
  color: #2d3748;
}

/* line 213, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value.basic {
  color: #569c71;
}

/* line 217, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value.pro {
  color: #3182ce;
}

/* line 221, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value.premium {
  color: #805ad5;
}

/* line 225, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value.ultra {
  color: #d69e2e;
}

/* line 229, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value.disabled {
  color: #a0aec0;
}

/* line 238, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .cta-buttons {
  text-align: center;
  margin: 40px 0;
}

/* line 242, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .cta-buttons .btn-primary, .nowlun-pricing-ui .cta-buttons .btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin: 0 10px;
  border: 2px solid transparent;
}

/* line 254, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .cta-buttons .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

/* line 259, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .cta-buttons .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

/* line 265, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .cta-buttons .btn-secondary {
  background: white;
  color: #667eea;
  border-color: #667eea;
}

/* line 270, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .cta-buttons .btn-secondary:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
}

/* line 279, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .spacer {
  padding: 60px 0;
  text-align: center;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

/* line 284, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .spacer .spacer-content {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d3748;
  opacity: 0.8;
}

/* line 293, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program {
  padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

/* line 300, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(/%23grain)"/></svg>');
  opacity: 0.3;
}

/* line 311, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .section-heading {
  position: relative;
  z-index: 2;
}

/* line 315, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .section-heading .product-title {
  color: white;
}

/* line 319, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .section-heading .product-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 324, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

/* line 330, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

/* line 341, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card:last-of-type {
  margin-bottom: 30px;
}

/* line 345, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 355, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-icon .loyalty-icon-img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

/* line 362, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details {
  flex: 1;
}

/* line 365, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

/* line 371, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-title .highlight {
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* line 379, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

/* line 386, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

/* line 391, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-features .loyalty-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

/* line 398, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-features .loyalty-feature .feature-icon {
  color: #ffd700;
  font-weight: bold;
  font-size: 1.2rem;
}

/* line 404, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-features .loyalty-feature .feature-text {
  flex: 1;
}

/* line 412, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-note {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 419, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-note p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* line 425, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-note p strong {
  color: #ffd700;
}

/* line 434, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .faq {
  padding: 80px 0;
  background: white;
}

/* line 438, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .faq .section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 50px;
}

/* line 445, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .faq .faq-items {
  max-width: 800px;
  margin: 0 auto;
}

/* line 449, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .faq .faq-items .faq-item {
  margin-bottom: 30px;
  padding: 25px;
  background: #f8fafc;
  border-radius: 15px;
  border-left: 4px solid #667eea;
  transition: all 0.3s ease;
}

/* line 457, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .faq .faq-items .faq-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 462, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .faq .faq-items .faq-item .question {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 10px;
}

/* line 469, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .faq .faq-items .faq-item p {
  color: #718096;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  /* line 481, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .plan-columns {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  /* line 486, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    border-radius: 15px;
  }
  /* line 491, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header:last-child {
    border-bottom: none;
  }
  /* line 498, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .features-list .feature-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }
  /* line 503, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-name {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
    padding: 15px;
  }
  /* line 510, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value {
    border-right: none;
    padding: 10px;
    font-size: 0.9rem;
  }
  /* line 521, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  /* line 526, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-icon {
    margin: 0 auto;
  }
  /* line 531, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-features {
    grid-template-columns: 1fr;
    text-align: left;
  }
  /* line 540, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-heading {
    font-size: 2.5rem;
  }
  /* line 543, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-heading .subtitle {
    font-size: 1.5rem;
  }
  /* line 549, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .section-heading .product-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  /* line 556, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .container {
    padding: 0 15px;
  }
  /* line 560, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-section {
    padding: 60px 0 40px;
  }
  /* line 563, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-section .hero-heading {
    font-size: 2rem;
  }
  /* line 566, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-section .hero-heading .subtitle {
    font-size: 1.2rem;
  }
  /* line 571, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-section .hero-description {
    font-size: 1rem;
  }
  /* line 577, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .section-heading .product-title {
    font-size: 2rem;
  }
  /* line 581, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .section-heading .product-subtitle {
    font-size: 1rem;
  }
  /* line 588, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card {
    padding: 25px;
    margin-bottom: 20px;
  }
  /* line 593, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-title {
    font-size: 1.5rem;
  }
  /* line 597, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-description {
    font-size: 1rem;
  }
  /* line 601, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-features {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  /* line 605, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-features .loyalty-feature {
    font-size: 0.9rem;
  }
  /* line 615, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .cta-buttons .btn-primary, .nowlun-pricing-ui .cta-buttons .btn-secondary {
    display: block;
    margin: 10px auto;
    max-width: 250px;
  }
  /* line 623, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .faq .section-heading {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  /* line 630, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-heading {
    font-size: 1.8rem;
  }
  /* line 633, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-heading .subtitle {
    font-size: 1rem;
  }
  /* line 639, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .section-heading .product-title {
    font-size: 1.8rem;
  }
  /* line 646, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card {
    padding: 20px;
  }
  /* line 649, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-icon {
    width: 60px;
    height: 60px;
  }
  /* line 653, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-icon .loyalty-icon-img {
    width: 30px;
    height: 30px;
  }
  /* line 660, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-title {
    font-size: 1.3rem;
  }
  /* line 664, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-description {
    font-size: 0.9rem;
  }
  /* line 673, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .plan-columns {
    padding: 15px;
  }
  /* line 676, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header {
    padding: 20px 15px;
  }
  /* line 679, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header h3 {
    font-size: 1.3rem;
  }
  /* line 684, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header .price .amount {
    font-size: 2rem;
  }
}

/* line 695, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* line 700, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 706, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}

/* line 712, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .hero-section .hero-heading {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* line 718, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .hero-section .hero-heading .highlight {
  color: #ffd700;
}

/* line 722, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .hero-section .hero-heading .subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 0.9;
}

/* line 729, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .hero-section .hero-description {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
}

/* line 737, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section {
  padding: 80px 0;
  background: #f8f9fa;
}

/* line 741, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

/* line 745, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .section-heading .product-title {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

/* line 753, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .section-heading .product-subtitle {
  display: block;
  font-size: 1.2rem;
  color: #7f8c8d;
}

/* line 760, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* line 766, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

/* line 772, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header {
  text-align: center;
  padding: 30px 20px;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

/* line 778, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header:hover {
  transform: translateY(-5px);
}

/* line 782, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header.tier-1 {
  background: linear-gradient(135deg, #e8e8e8, #f5f5f5);
  border: 2px solid #ddd;
}

/* line 787, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header.tier-2 {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  border: 2px solid #2196f3;
}

/* line 792, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header.tier-3 {
  background: linear-gradient(135deg, #e8f5e8, #c8e6c9);
  border: 2px solid #4caf50;
}

/* line 797, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header.tier-4 {
  background: linear-gradient(135deg, #fff3e0, #ffcc80);
  border: 2px solid #ff9800;
}

/* line 802, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header.tier-5 {
  background: linear-gradient(135deg, #fce4ec, #f8bbd9);
  border: 2px solid #e91e63;
}

/* line 807, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2c3e50;
}

/* line 814, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header .volume-range {
  margin-bottom: 15px;
}

/* line 817, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header .volume-range .range {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #34495e;
}

/* line 824, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header .volume-range .period {
  font-size: 0.9rem;
  color: #7f8c8d;
}

/* line 830, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header .rebate-percentage {
  margin-bottom: 15px;
}

/* line 833, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header .rebate-percentage .percentage {
  font-size: 2.5rem;
  font-weight: 700;
  color: #27ae60;
}

/* line 839, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header .rebate-percentage .label {
  display: block;
  font-size: 0.9rem;
  color: #7f8c8d;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 848, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header .tier-description {
  font-size: 0.9rem;
  color: #7f8c8d;
  margin: 0;
}

/* line 857, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ecf0f1;
  align-items: center;
}

/* line 865, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row:last-child {
  border-bottom: none;
}

/* line 869, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row .benefit-name {
  font-weight: 600;
  color: #2c3e50;
  font-size: 1rem;
}

/* line 875, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row .benefit-value {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

/* line 880, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row .benefit-value.tier-1 {
  color: #95a5a6;
}

/* line 884, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row .benefit-value.tier-2 {
  color: #2196f3;
}

/* line 888, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row .benefit-value.tier-3 {
  color: #4caf50;
}

/* line 892, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row .benefit-value.tier-4 {
  color: #ff9800;
}

/* line 896, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row .benefit-value.tier-5 {
  color: #e91e63;
}

/* line 903, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .rebate-terms-note {
  margin-top: 40px;
  padding: 20px;
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 10px;
}

/* line 911, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .rebate-terms-note .terms-box h4 {
  color: #856404;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 918, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .rebate-terms-note .terms-box p {
  color: #856404;
  margin: 0;
  line-height: 1.5;
}

/* line 928, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section {
  padding: 80px 0;
  background: white;
}

/* line 932, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

/* line 936, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .section-heading .product-title {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

/* line 944, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .section-heading .product-subtitle {
  display: block;
  font-size: 1.2rem;
  color: #7f8c8d;
}

/* line 951, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 958, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .steps-container .step {
  text-align: center;
  padding: 30px;
  border-radius: 15px;
  background: #f8f9fa;
  transition: transform 0.3s ease;
}

/* line 965, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .steps-container .step:hover {
  transform: translateY(-5px);
}

/* line 969, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .steps-container .step .step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
}

/* line 984, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .steps-container .step .step-content h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
}

/* line 991, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .steps-container .step .step-content p {
  color: #7f8c8d;
  line-height: 1.6;
}

/* line 1000, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section {
  padding: 80px 0;
  background: #f8f9fa;
}

/* line 1004, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

/* line 1008, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .section-heading .product-title {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

/* line 1016, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .section-heading .product-subtitle {
  display: block;
  font-size: 1.2rem;
  color: #7f8c8d;
}

/* line 1023, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container {
  max-width: 800px;
  margin: 0 auto;
}

/* line 1027, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item {
  background: white;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* line 1035, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item:hover {
  transform: translateY(-2px);
}

/* line 1039, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item .faq-question {
  padding: 25px 30px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* line 1046, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item .faq-question:hover {
  background: linear-gradient(135deg, #5a6fd8, #6a4190);
}

/* line 1050, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item .faq-question h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
}

/* line 1057, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item .faq-question h4::before {
  content: "Q";
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 0.9rem;
  font-weight: 700;
}

/* line 1073, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item .faq-answer {
  padding: 25px 30px;
  background: white;
}

/* line 1077, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item .faq-answer p {
  color: #2c3e50;
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}

/* line 1088, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #2c3e50, #34495e);
  color: white;
  text-align: center;
}

/* line 1095, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .cta-section .cta-content h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 1101, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .cta-section .cta-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* line 1107, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .cta-section .cta-content .btn {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* line 1118, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .cta-section .cta-content .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

@media (max-width: 1200px) {
  /* line 1129, app/assets/stylesheets/pricing.scss */
  .nowlun-rebate-ui .rebate-matrix .tier-columns,
.nowlun-rebate-ui .rebate-matrix .benefit-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  /* line 1135, app/assets/stylesheets/pricing.scss */
  .nowlun-rebate-ui .rebate-matrix .tier-header {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  /* line 1142, app/assets/stylesheets/pricing.scss */
  .nowlun-rebate-ui .hero-section {
    padding: 60px 0;
  }
  /* line 1145, app/assets/stylesheets/pricing.scss */
  .nowlun-rebate-ui .hero-section .hero-heading {
    font-size: 2.5rem;
  }
  /* line 1150, app/assets/stylesheets/pricing.scss */
  .nowlun-rebate-ui .rebate-section,
.nowlun-rebate-ui .how-it-works-section,
.nowlun-rebate-ui .cta-section {
    padding: 60px 0;
  }
  /* line 1156, app/assets/stylesheets/pricing.scss */
  .nowlun-rebate-ui .steps-container {
    grid-template-columns: 1fr;
  }
}
/* line 1, app/assets/stylesheets/privacy.scss */
.privacy-paragraph {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}

/* line 8, app/assets/stylesheets/privacy.scss */
.privacy-content {
  max-width: 85%;
}

/* line 12, app/assets/stylesheets/privacy.scss */
.privacy-action {
  align-items: center;
}
/* line 3, app/assets/stylesheets/rate_request.scss */
.rate_request {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 8, app/assets/stylesheets/rate_request.scss */
.rate_request .file-area-view {
  width: 20%;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-align: start;
}

/* line 19, app/assets/stylesheets/rate_request.scss */
.rate_request .old-body {
  display: none;
}

/* line 23, app/assets/stylesheets/rate_request.scss */
.rate_request input {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  padding: 4px 16px;
  border-radius: 99px;
  border: 1px solid #BDBDBD;
  width: 100%;
}

/* line 31, app/assets/stylesheets/rate_request.scss */
.rate_request input::placeholder {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #BDBDBD;
  text-align: start;
}

/* line 37, app/assets/stylesheets/rate_request.scss */
.rate_request input:focus {
  outline: none;
  caret-color: #ffa726;
  border: none !important;
  box-shadow: none !important;
}

/* line 44, app/assets/stylesheets/rate_request.scss */
.rate_request input:focus-visible {
  outline: none;
  border: none !important;
}

/* line 50, app/assets/stylesheets/rate_request.scss */
.rate_request__target {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

/* line 56, app/assets/stylesheets/rate_request.scss */
.rate_request__target select {
  min-width: 25%;
}

/* line 62, app/assets/stylesheets/rate_request.scss */
.rate_request__recipient select {
  width: 100%;
}

/* line 67, app/assets/stylesheets/rate_request.scss */
.rate_request__reply {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

/* line 73, app/assets/stylesheets/rate_request.scss */
.rate_request__reply label {
  margin: 0;
}

/* line 78, app/assets/stylesheets/rate_request.scss */
.rate_request__tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

/* line 84, app/assets/stylesheets/rate_request.scss */
.rate_request__tools-right {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

/* line 93, app/assets/stylesheets/rate_request.scss */
.rate_request__template {
  width: 30%;
}

/* line 95, app/assets/stylesheets/rate_request.scss */
.rate_request__template select {
  min-width: 100%;
}

/* line 100, app/assets/stylesheets/rate_request.scss */
.rate_request__viewer {
  width: 100%;
}

/* line 103, app/assets/stylesheets/rate_request.scss */
.rate_request__viewer textarea {
  width: 100%;
  resize: none;
  min-height: 400px;
  padding: 10px;
}

/* line 112, app/assets/stylesheets/rate_request.scss */
.rate_request__previous .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 16px;
}

/* line 119, app/assets/stylesheets/rate_request.scss */
.rate_request__previous .contact {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  text-align: start;
}

/* line 124, app/assets/stylesheets/rate_request.scss */
.rate_request__previous .time {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #BDBDBD;
  text-align: start;
}
/* line 2, app/assets/stylesheets/resource_landing_page.scss */
#resources-page {
  --featured-resource-width: 630px;
  --featured-resource-height: 423px;
  --side-resource-width: 305px;
  --side-resource-height: 201.5px;
  --normal-resource-width: 405px;
  --normal-resource-height: 128px;
  padding: 30px 80px;
  text-align: left;
  /* Frame 403 */
}

/* line 13, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .resources-header {
  margin-bottom: 15px;
}

/* line 16, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .resources-header span {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 63px;
  text-align: center;
  text-align: left;
}

/* line 23, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .breadcrumbs {
  margin-bottom: 20px;
  text-align: left;
}

/* line 27, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .breadcrumbs a {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  color: #BDBDBD;
}

/* line 32, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .breadcrumbs span {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  margin-left: 5px;
}

/* line 39, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  height: 55px;
  /* Light-Blue */
  background: #F7FCFF;
  /* Shadow */
  box-shadow: 0px 4px 8px rgba(0, 42, 63, 0.08);
  border-radius: 16px;
  border: 1px;
  margin-bottom: 30px;
}

/* line 56, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .resources-count {
  align-items: flex-start;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #9E9E9E;
  margin: 0 20px;
}

/* line 62, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form {
  /* Auto layout */
  align-items: flex-end;
}

/* line 65, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form input[type="text"] {
  caret-color: orange;
  background-color: #FFFFFF;
  margin-right: 20px;
  width: 216px;
  height: 39px;
  border-radius: 50px;
  border: 1px solid #DADCE0;
  text-indent: 10px;
}

/* line 77, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form .search-container {
  position: relative;
  display: inline-block;
}

/* line 82, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form .search-container input[type="text"] {
  padding-right: 40px;
  width: 97%;
}

/* line 87, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form .search-container .search-icon {
  position: absolute;
  left: 81%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 20px;
  height: 20px;
}

/* line 99, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources {
  margin-bottom: 40px;
}

/* line 102, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-title {
  margin-bottom: 20px;
}

/* line 104, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-title span {
  color: #212121;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

/* line 110, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content {
  height: var(--featured-resource-height);
  display: flex;
  justify-content: flex-start;
  gap: 40px;
}

/* line 116, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: var(--featured-resource-width);
  height: var(--featured-resource-height);
}

/* line 128, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource .cover {
  width: 100%;
  height: 100%;
  background-color: #00239C;
  opacity: 0.4;
  position: absolute;
  z-index: 0;
}

/* line 137, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 143, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource .details {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 40px;
  gap: 20px;
}

/* line 154, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource .details .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: white;
  text-align: start;
  margin: 10px;
  padding: 2px;
}

/* line 162, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource .details .date {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: white;
  padding: 10px;
}

/* line 172, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

/* line 179, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item {
  background-color: transparent;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 20px;
}

/* line 186, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .resource-thumbnail {
  border-radius: 20px;
  overflow: hidden;
  color: #DADCE0;
  width: var(--side-resource-width);
  height: var(--side-resource-height);
  display: flex;
  justify-content: center;
}

/* line 194, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .resource-thumbnail img {
  overflow-wrap: break-word;
  width: var(--side-resource-width);
  height: var(--side-resource-height);
  border-radius: 20px;
  object-fit: cover;
}

/* line 203, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .details {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 40px;
  padding-top: 10px;
  gap: 10px;
  padding: 0 20px;
}

/* line 214, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .details .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  color: #212121;
  text-align: start;
}

/* line 220, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .details .date {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
}

/* line 232, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources {
  margin-bottom: 40px;
}

/* line 235, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-title {
  margin-bottom: 40px;
}

/* line 237, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-title span {
  color: #212121;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

/* line 243, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* line 248, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item {
  background-color: #F7FCFF;
  border-radius: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: var(--normal-resource-width);
  height: var(--normal-resource-height);
  display: flex;
  flex-direction: row;
}

/* line 258, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .resources-thumbnail {
  margin: 15px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}

/* line 264, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .resources-thumbnail img {
  justify-content: center;
  border-radius: 20px;
  width: 115px;
  height: 96px;
  object-fit: cover;
}

/* line 273, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .details {
  height: 100%;
  display: flex;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 284, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .details .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
  padding: 3px;
}

/* line 297, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .details .date {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
}

/* line 308, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

/* line 315, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination a, #resources-page .pagination span {
  font-family: 'Secondary';
  font-size: 14px;
}

/* line 320, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li {
  margin: 0 5px;
}

/* line 323, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li a, #resources-page .pagination li span {
  font-family: 'Secondary';
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
}

/* line 334, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li a:hover, #resources-page .pagination li span:hover {
  background-color: #f5f5f5;
  color: #333;
}

/* line 340, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li.active span {
  background-color: #ffa000;
  /* Orange color for the active page */
  color: #fff;
  border-color: #ffa000;
}

/* line 346, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li.disabled span {
  color: #ccc;
  pointer-events: none;
}

/* line 353, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination-prev, #resources-page .pagination-next {
  display: inline-block;
}

/* line 356, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination-prev a, #resources-page .pagination-next a {
  background-color: transparent;
  color: #333;
  border: none;
}

/* line 361, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination-prev a:hover, #resources-page .pagination-next a:hover {
  color: #000;
}

/* line 366, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination-prev.disabled a, #resources-page .pagination-next.disabled a {
  color: #ccc;
  pointer-events: none;
}

/* line 372, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination .gap {
  padding: 10px 15px;
  color: #333;
  border: none;
}

@media (max-width: 1040px) {
  /* line 2, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page {
    padding: 30px 50px;
  }
  /* line 380, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .latest-resources {
    display: none;
  }
  /* line 384, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .all-resources .all-resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 387, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .all-resources .all-resources-grid .resources-item {
    width: 370px;
  }
}

@media (max-width: 845px) {
  /* line 2, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page {
    padding: 30px 30px;
  }
  /* line 395, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .latest-resources {
    display: none;
  }
  /* line 399, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .all-resources .all-resources-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 402, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .all-resources .all-resources-grid .resources-item {
    width: 320px;
  }
}
/* line 3, app/assets/stylesheets/resources.scss */
#resources {
  position: relative;
  overflow: hidden;
  background: white;
  padding: 50px 80px 50px;
}

@media (max-width: 580px) {
  /* line 3, app/assets/stylesheets/resources.scss */
  #resources {
    padding: 50px 0;
  }
}

/* line 14, app/assets/stylesheets/resources.scss */
.resources {
  --first-element-width-dimension: 384px;
  --first-element-higth-dimension: 100px;
  --first-details-width-dimension: 198px;
  --first-image-dimension: 186px;
  --element-width-dimension: 384px;
  --element-higth-dimension: 100px;
  --details-width-dimension: 270px;
  --image-width-dimension: 120px;
  --image-height-dimension: 95px;
}

/* line 27, app/assets/stylesheets/resources.scss */
.resources__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
  flex: auto;
  align-content: space-between;
  display: flex;
  justify-content: center;
  padding: 10px;
}

/* line 28, app/assets/stylesheets/resources.scss */
.resources__title .first {
  color: #009CDE;
}

/* line 31, app/assets/stylesheets/resources.scss */
.resources__title .second {
  margin: 0 7px;
  color: #212121;
}

/* line 43, app/assets/stylesheets/resources.scss */
.resources__container.en {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

/* line 50, app/assets/stylesheets/resources.scss */
.resources__container.en > * {
  position: relative;
}

/* line 54, app/assets/stylesheets/resources.scss */
.resources__container.en > *:not(:first-child)::before {
  content: '';
  position: absolute;
  left: -25px;
  height: 79%;
  width: 1px;
  background-color: #DADCE0;
}

/* line 65, app/assets/stylesheets/resources.scss */
.resources__container.ar {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

/* line 72, app/assets/stylesheets/resources.scss */
.resources__container.ar > * {
  position: relative;
}

/* line 76, app/assets/stylesheets/resources.scss */
.resources__container.ar > *:not(:last-child)::before {
  content: '';
  position: absolute;
  left: -25px;
  height: 79%;
  width: 1px;
  background-color: #DADCE0;
}

/* line 87, app/assets/stylesheets/resources.scss */
.resources section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: white;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 98, app/assets/stylesheets/resources.scss */
.resources__section-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

/* line 104, app/assets/stylesheets/resources.scss */
.resources__section-header .left-portion {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

/* line 110, app/assets/stylesheets/resources.scss */
.resources__section-header .left-portion .title {
  justify-content: flex-start;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 32px;
  text-align: center;
  color: #212121;
}

/* line 116, app/assets/stylesheets/resources.scss */
.resources__section-header .left-portion .size {
  justify-content: flex-start;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #9E9E9E;
  margin: 0 3px;
}

/* line 125, app/assets/stylesheets/resources.scss */
.resources__section-header .view-all-link {
  justify-content: flex-end;
  font-weight: 700;
  color: #F9A529;
  text-transform: uppercase;
  font-size: 16px;
}

/* line 134, app/assets/stylesheets/resources.scss */
.resources__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* line 140, app/assets/stylesheets/resources.scss */
.resources__element {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  justify-content: space-between;
  width: var(--element-width-dimension);
  height: var(--element-higth-dimension);
  gap: 20px;
  background: transparent;
  border-radius: 10px;
  transition: transform 0.3s;
}

/* line 152, app/assets/stylesheets/resources.scss */
.resources__element:hover {
  animation: zoom-in 500ms forwards;
}

@keyframes zoom-in {
  100% {
    transform: scale(1.1);
  }
}

/* line 161, app/assets/stylesheets/resources.scss */
.resources__element .icon {
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

/* line 166, app/assets/stylesheets/resources.scss */
.resources__element .icon img {
  width: var(--image-width-dimension);
  height: var(--image-height-dimension);
  justify-content: center;
  border-radius: 10px;
  object-fit: cover;
}

/* line 175, app/assets/stylesheets/resources.scss */
.resources__element .text-content {
  width: var(--details-width-dimension);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

/* line 183, app/assets/stylesheets/resources.scss */
.resources__element .text-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 196, app/assets/stylesheets/resources.scss */
.resources__element .text-content .details {
  padding-right: 10px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  /* line 14, app/assets/stylesheets/resources.scss */
  .resources {
    --element-dimension: 236px;
  }
  /* line 212, app/assets/stylesheets/resources.scss */
  .resources__element .title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-align: start;
  }
  /* line 217, app/assets/stylesheets/resources.scss */
  .resources__element .subtitle {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    text-align: start;
  }
}

@media (max-width: 950px) {
  /* line 14, app/assets/stylesheets/resources.scss */
  .resources {
    --element-width-dimension: 284px;
  }
  /* line 227, app/assets/stylesheets/resources.scss */
  .resources__container {
    flex-direction: column;
    gap: 40px;
  }
  /* line 231, app/assets/stylesheets/resources.scss */
  .resources__container > * {
    position: relative;
  }
  /* line 234, app/assets/stylesheets/resources.scss */
  .resources__container > *:not(:first-child)::before {
    height: 0%;
  }
}

@media (max-width: 580px) {
  /* line 14, app/assets/stylesheets/resources.scss */
  .resources {
    --element-width-dimension: 284px;
  }
  /* line 243, app/assets/stylesheets/resources.scss */
  .resources__container {
    align-items: center !important;
    flex-direction: column !important;
    gap: 40px !important;
  }
  /* line 248, app/assets/stylesheets/resources.scss */
  .resources__container > * {
    position: relative;
  }
  /* line 251, app/assets/stylesheets/resources.scss */
  .resources__container > *:not(:first-child)::before {
    height: 0%;
  }
  /* line 257, app/assets/stylesheets/resources.scss */
  .resources__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 32px;
    text-align: center;
  }
  /* line 261, app/assets/stylesheets/resources.scss */
  .resources__content {
    align-items: center;
    flex-direction: column;
    width: unset;
  }
}
/* line 3, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section {
  display: flex;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  --preferred-direction: -1;
  animation: styles_marquee 250s linear infinite;
}

/* line 14, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__content::-webkit-scrollbar {
  display: none;
}

@keyframes styles_marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--preferred-direction) * 50%));
  }
}

/* line 31, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  margin-right: 16px;
  padding-bottom: 50px;
}

/* line 40, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  width: 270px;
  background: #FFFFFF;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  border-radius: 36px;
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element .info {
  width: 100%;
}

/* line 59, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element .info__location {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  max-width: 40%;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #212121;
}

/* line 69, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element .info__port {
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
}

/* line 74, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element .info__port[data-target='pol'] {
  text-align: start;
}

/* line 78, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element .info__port[data-target='pod'] {
  text-align: end;
}

/* line 83, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element .info__track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  width: 100%;
}

/* line 90, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element .info__track .flag {
  width: 12px;
  height: 12px;
}

/* line 96, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element .info .sea-freight {
  width: 50px;
}

/* line 102, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element .items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #F7FCFF;
  border-radius: 30px;
  width: 100%;
}

/* line 111, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element .items__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-align: start;
}

/* line 121, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element .items__freight {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
}

/* line 127, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element .items__freight .price {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-align: right;
  color: #212121;
}

/* line 135, app/assets/stylesheets/rolling-ribbon.scss */
.rolling-deals-section__element .subline {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #BDBDBD;
}

@media (max-width: 1025px) {
  /* line 3, app/assets/stylesheets/rolling-ribbon.scss */
  .rolling-deals-section {
    padding: 0 20px 30px;
  }
  /* line 144, app/assets/stylesheets/rolling-ribbon.scss */
  .rolling-deals-section__content {
    gap: 40px;
    --overflow-fix-margin: 20px;
    margin: calc((-1 * var(--overflow-fix-margin))) calc(-1 * var(--overflow-fix-margin));
    padding: 50px var(--overflow-fix-margin);
  }
}
/* line 3, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices {
  background-color: #F7FCFF;
  padding: 30px 0;
}

/* line 7, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .top-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}

/* line 15, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .top-container .title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-left: 33px;
}

/* line 24, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .top-container .addition-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-right: 33px;
}

/* line 34, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .prices-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #212121;
  text-align: start;
}

/* line 40, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .download.btn, .sea-freight-prices .review.btn {
  display: unset;
  background: transparent;
  border: 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}

/* line 49, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .download.btn .download-icon, .sea-freight-prices .download.btn .review-icon, .sea-freight-prices .review.btn .download-icon, .sea-freight-prices .review.btn .review-icon {
  width: 31px;
  height: 31px;
}

/* line 55, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .upload.btn {
  display: unset;
  background: transparent;
  border: 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 3px;
}

/* line 64, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .upload.btn .upload-icon {
  width: 31px;
  height: 31px;
}

/* line 70, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .popup.btn {
  width: 196px;
  height: 45px;
  border-radius: 50px;
  display: unset;
  background: transparent;
  border: 0px;
  margin: 0px;
  padding: 0px;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 10px;
  background-color: #F9A529;
  color: #ffffff;
}

/* line 86, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .popup.btn .add-icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

/* line 93, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .ui-datepicker.ui-widget {
  z-index: 2000 !important;
}

/* line 97, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #sea_freight_prices_wrapper {
  padding: 0 40px;
  width: 100%;
}

/* line 102, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .modal-dialog {
  width: 800px;
  max-width: 100%;
}

/* line 107, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .form-scrollable {
  max-height: 700px;
  overflow-y: auto;
  padding: 10px;
}

/* line 114, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .mb-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

/* line 120, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .add_price_actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 126, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .add_price_actions .btn-success {
  background: #3e62f3db;
  border: 0px;
}

/* line 133, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #addPriceModalLabel {
  margin-left: 39%;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

/* line 138, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price {
  padding: 8px;
}

/* line 141, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .calendar-container, .sea-freight-prices #new_sea_freight_price .transit-time-container {
  position: relative;
  display: inline-block;
}

/* line 146, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .calendar-container .datepicker, .sea-freight-prices #new_sea_freight_price .transit-time-container input {
  padding-right: 20px;
}

/* line 150, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .calendar-container .calendar-icon, .sea-freight-prices #new_sea_freight_price .transit-time-container .transit-time-clock-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 160, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .select2-container--default .select2-selection--single, .sea-freight-prices #new_sea_freight_price .select2-container--default .select2-selection--multiple {
  width: 100%;
  height: 46px;
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #DADCE0;
}

/* line 168, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .select2-container--default .select2-selection--multiple {
  width: 737px;
}

/* line 172, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price hr.separator {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top-style: dashed;
  border-bottom: none;
  border-color: #DADCE0;
}

/* line 180, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  margin-right: 10px;
}

/* line 185, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price input {
  height: 46px;
  border: 1px solid #DADCE0;
  border-radius: 40px;
}

/* line 191, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #DADCE0;
  margin-top: 7px;
  margin-left: 14px;
}

/* line 197, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin-top: 7px;
  margin-left: 14px;
}

/* line 202, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #333;
}

/* line 208, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .form-label {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
}

/* line 214, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .form-control {
  border-radius: 40px;
}

/* line 218, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

/* line 223, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .mb-3 {
  margin-bottom: 16px !important;
}

/* line 227, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .row {
  margin-bottom: 20px;
}

/* line 231, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .transit-door {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

/* line 238, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .transit-door h4 {
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  color: #212121;
  transition: color 0.2s;
  margin-bottom: 10px;
}

/* line 247, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .transit-door .arrow-down-icon, .sea-freight-prices #new_sea_freight_price .transit-door .arrow-up-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}

/* line 253, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .transit-door .arrow-up-icon {
  display: none;
}

/* line 257, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .transit-door h4:hover {
  color: #a3a7ac;
}

/* line 262, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .collapse {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

/* line 268, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .select2 {
  width: 100% !important;
  /* Ensures the select2 dropdown matches form control width */
}

/* line 272, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .btn {
  padding: 8px 16px;
  font-size: 0.9rem;
  border-radius: 50px;
  border-color: transparent;
  background-color: #F9A529;
}

/* line 282, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #search_button {
  background-color: transparent;
  display: unset;
  border: 0px;
  padding: 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
}

/* line 290, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #search_button .search-icon {
  width: 18px;
  height: 18px;
}

/* line 296, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices div.dt-container div.dt-layout-row.ui-helper-clearfix.dt-layout-table {
  border-radius: 20px;
  border: 2px solid #DADCE0;
}

/* line 301, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices div.dtfh-floatingparent {
  position: unset !important;
  display: none !important;
}

/* line 306, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.dataTable thead > tr > *.ui-state-default {
  background: #ffffff;
  border: none;
}

/* line 311, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.dataTable.display > tbody > tr:nth-child(odd) > * {
  background: #ffffff;
  box-shadow: none;
}

/* line 316, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.dataTable.display > tbody > tr:nth-child(even) > * {
  background: #F7FCFF;
  box-shadow: none;
}

/* line 321, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices div.dt-scroll-headInner table.datatable {
  border-spacing: 1px;
  table-layout: fixed;
  background: white;
}

/* line 327, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .flag, .sea-freight-prices .shipping-line-logo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

/* line 335, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices div.dt-scroll-head {
  background: white;
  border: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* line 342, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable {
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 1px;
  background: #DADCE0;
}

/* line 349, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead {
  border: none;
}

/* line 351, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead th {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/* line 357, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead input, .sea-freight-prices table.datatable thead select {
  font-size: 12px;
  color: #DADCE0;
  padding: 5px 10px;
  border: 1px solid #DADCE0;
  border-radius: 40px;
  background-color: #F7FCFF;
}

/* line 365, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead input::placeholder, .sea-freight-prices table.datatable thead select::placeholder {
  color: #DADCE0;
}

/* line 370, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead .input-container {
  position: relative;
  display: inline-block;
}

/* line 375, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead .input-container .datepicker {
  padding-right: 30px;
  /* Adjust padding to make space for the icon */
}

/* line 379, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead .input-container .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  /* Adjust as needed */
  transform: translateY(-50%);
  pointer-events: none;
  /* Ensure the icon does not block input interaction */
  color: #aaa;
  /* Adjust icon color */
}

/* line 388, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead select {
  height: 28px;
}

/* line 393, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable tbody {
  background: #DADCE0;
  border-color: #DADCE0;
}

/* line 397, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable tbody tr[data-finalised] td:not(:last-child) {
  pointer-events: none;
  opacity: 0.7;
}

/* line 402, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable tbody tr[data-expired] td:first-child {
  background-color: #C82333;
  color: white;
  text-decoration: line-through;
}

/* line 408, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable tbody input {
  background: transparent;
  border: none;
}

/* line 414, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable th.dt-type-numeric, .sea-freight-prices table.datatable table.dataTable th.dt-type-date, .sea-freight-prices table.datatable table.dataTable td.dt-type-numeric, .sea-freight-prices table.datatable table.dataTable td.dt-type-date {
  text-align: center !important;
}

/* line 418, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable select, .sea-freight-prices table.datatable input, .sea-freight-prices table.datatable #filter {
  width: 100px;
}

/* line 422, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable th, .sea-freight-prices table.datatable td {
  white-space: nowrap;
  padding: 8px 8px;
  height: 30px;
}

/* line 428, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .price, .sea-freight-prices table.datatable .price select {
  max-width: 150px !important;
  width: 60px !important;
}

/* line 433, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .id {
  width: 80px !important;
}

/* line 437, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .small {
  width: 80px !important;
}

/* line 441, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable th.last-column, .sea-freight-prices table.datatable td.last-column {
  width: auto !important;
}

/* line 445, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable th {
  font-weight: bold;
}

/* line 449, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable td {
  vertical-align: middle;
  text-align: center !important;
}

/* line 454, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable td[data-field="gmail_message_id"] {
  overflow-x: scroll;
}

/* line 458, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable select {
  padding: 5px 10px;
  border: 0px;
  background-color: transparent;
}

/* line 464, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}

/* line 469, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable span.select2-selection--multiple {
  overflow-y: scroll;
}

/* line 473, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable li.select2-selection__choice {
  padding-right: 20px;
}

/* line 477, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .save.btn {
  display: none;
  background: transparent;
  border: 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 3px;
}

/* line 486, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .save.btn .save-icon {
  width: 16px;
  height: 16px;
}

/* line 492, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable button.transits {
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0px;
  border: 0px !important;
  padding: 5px;
  border-radius: 44px !important;
  background: #009CDE !important;
}

/* line 501, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable button.transits .transits-icon {
  width: 16px;
  height: 16px;
}

/* line 507, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .duplicate.btn, .sea-freight-prices table.datatable .finalise.btn {
  display: unset;
  background: transparent;
  border: 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 3px;
}

/* line 516, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .duplicate.btn .duplicate-icon, .sea-freight-prices table.datatable .duplicate.btn .finalise-icon, .sea-freight-prices table.datatable .finalise.btn .duplicate-icon, .sea-freight-prices table.datatable .finalise.btn .finalise-icon {
  width: 16px;
  height: 16px;
}

/* line 522, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .delete.btn {
  border: 0px;
  display: unset;
  margin: 0px;
  padding: 3px;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: transparent;
}

/* line 531, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .delete.btn .delete-icon {
  width: 16px;
  height: 16px;
}

/* line 537, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable td[data-field="notes"], .sea-freight-prices table.datatable th[data-field="created_by"] {
  overflow-x: scroll;
  max-width: 170px;
}

/* line 543, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .dt-info {
  display: none;
}

/* line 547, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* line 554, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination .current {
  height: 20px;
  width: fit-content !important;
  border-radius: 20px;
  padding: 0 5px !important;
  background: #FFA726;
  color: white;
  text-align: center;
}

/* line 564, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination a, .sea-freight-prices .pagination span {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
}

/* line 571, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination li {
  margin: 0 5px;
}

/* line 574, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination li a, .sea-freight-prices .pagination li span {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
}

/* line 584, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination li a:hover, .sea-freight-prices .pagination li span:hover {
  background-color: #f5f5f5;
  color: #333;
}

/* line 590, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination li.active span {
  background-color: #0E6DFD;
  /* Orange color for the active page */
  color: #fff;
  border-color: #0E6DFD;
}

/* line 596, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination li.disabled span {
  color: #ccc;
  pointer-events: none;
}

/* line 602, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination .pagination-prev, .sea-freight-prices .pagination .pagination-next {
  display: inline-block;
}

/* line 605, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination .pagination-prev a, .sea-freight-prices .pagination .pagination-next a {
  background-color: transparent;
  color: #333;
  border: none;
}

/* line 610, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination .pagination-prev a:hover, .sea-freight-prices .pagination .pagination-next a:hover {
  color: #000;
}

/* line 615, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination .pagination-prev.disabled a, .sea-freight-prices .pagination .pagination-next.disabled a {
  color: #ccc;
  pointer-events: none;
}

/* line 622, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination .gap {
  padding: 10px 15px;
  color: #333;
  border: none;
}

/* line 628, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .loading-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6FBFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* line 640, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .loading-window .loading-gif {
  width: 130px;
  height: 130px;
}

/* line 647, app/assets/stylesheets/sea_freight_prices.scss */
.select2-dropdown.select2-dropdown--below {
  z-index: 9999 !important;
  background: #F7FCFF;
}

/* line 652, app/assets/stylesheets/sea_freight_prices.scss */
.ui-datepicker.ui-widget {
  z-index: 9999 !important;
}

/* line 656, app/assets/stylesheets/sea_freight_prices.scss */
.dtfh-floatingparent.dtfh-floatingparent-head {
  display: none !important;
}
@charset "UTF-8";
/* line 10, app/assets/stylesheets/search.scss */
.search-result-section {
  margin: 24px 0;
}

/* line 13, app/assets/stylesheets/search.scss */
.search-result-section[data-bulk] {
  margin: 0;
}

/* line 18, app/assets/stylesheets/search.scss */
.search-result-count-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

/* line 25, app/assets/stylesheets/search.scss */
.search-result-count {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: center;
  color: #bdbdbd;
}

/* line 31, app/assets/stylesheets/search.scss */
.search-card-wrapper[data-expired]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f13e4f;
  opacity: 0.1;
  top: 0;
  left: 0;
  z-index: 5;
}

/* line 43, app/assets/stylesheets/search.scss */
.search-card[data-nearby]::before {
  content: "Nearby";
  position: absolute;
  height: 65px;
  width: 61px;
  background-color: #039BE5;
  color: white;
  font-family: "Primary";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-align: center;
  border-radius: 37px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* line 59, app/assets/stylesheets/search.scss */
.search-card-wrapper {
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 97, 144, 0.16);
  border-radius: 36px;
  position: relative;
}

/* line 67, app/assets/stylesheets/search.scss */
.search-card-wrapper[data-late]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  width: 8px;
  background-color: #fd7c7c;
}

/* line 77, app/assets/stylesheets/search.scss */
.search-card-header-content {
  border-bottom: 1px dashed #dadce0;
  display: flex;
  flex-direction: column;
}

/* line 83, app/assets/stylesheets/search.scss */
.search-card-header-content__warning {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px 24px;
  position: relative;
  z-index: 1;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-align: left;
  color: #FFF;
  background-color: #EB5757;
}

/* line 99, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 16px 32px 16px;
}

/* line 107, app/assets/stylesheets/search.scss */
.search-card[data-nearby] .search-card-header-content__warning {
  margin-left: 52px;
}

/* line 111, app/assets/stylesheets/search.scss */
.search-card-result {
  padding: 16px 24px;
}

/* line 115, app/assets/stylesheets/search.scss */
.search-card-result-content {
  display: flex;
  justify-content: space-between;
}

/* line 120, app/assets/stylesheets/search.scss */
.card-result-point {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 25%;
}

/* line 127, app/assets/stylesheets/search.scss */
.card-result-point-info {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #9e9e9e;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
}

/* line 137, app/assets/stylesheets/search.scss */
.card-result-point-info span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
}

/* line 143, app/assets/stylesheets/search.scss */
.card-result-point-date {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #212121;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 150, app/assets/stylesheets/search.scss */
.card-result-point-flag {
  margin: 10px 0;
}

/* line 153, app/assets/stylesheets/search.scss */
.card-result-point-flag img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 100%;
}

/* line 161, app/assets/stylesheets/search.scss */
.card-result-point-name {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #212121;
  margin-bottom: 4px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 169, app/assets/stylesheets/search.scss */
.card-result-point-country {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #9e9e9e;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 176, app/assets/stylesheets/search.scss */
.card-result-route {
  flex: 1;
  margin-top: 52px;
}

/* line 181, app/assets/stylesheets/search.scss */
.card-result-img {
  --margin-offset: 80px;
  height: 24px;
  margin: 0 calc(-1 * var(--margin-offset));
  border-radius: 99px;
}

@media (max-width: 992px) {
  /* line 181, app/assets/stylesheets/search.scss */
  .card-result-img {
    --margin-offset: 60px;
  }
}

@media (max-width: 768px) {
  /* line 181, app/assets/stylesheets/search.scss */
  .card-result-img {
    --margin-offset: 20px;
  }
}

/* line 196, app/assets/stylesheets/search.scss */
.card-result-img.card-result-img__sea {
  background: url(/assets/sea-09e2368ff264d0a0e6367f9411d613e0880d05002758064eb373b5ba1512ac21.png);
}

@media (min-width: 1200px) {
  /* line 196, app/assets/stylesheets/search.scss */
  .card-result-img.card-result-img__sea {
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media (max-width: 1200px) and (min-width: 1000px) {
  /* line 196, app/assets/stylesheets/search.scss */
  .card-result-img.card-result-img__sea {
    margin-left: 1px;
    margin-right: 1px;
  }
}

/* line 208, app/assets/stylesheets/search.scss */
.card-result-img.card-result-img__road {
  background: url(/assets/road-d40fde3f1c912d8835532eb66722950cee9c5fc2bf239ea38706c5bbb505f88a.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 215, app/assets/stylesheets/search.scss */
.search-card-left-side {
  display: flex;
  justify-self: start;
  align-items: center;
  gap: 16px;
}

/* line 222, app/assets/stylesheets/search.scss */
.search-card-right-side {
  display: flex;
  align-self: flex-end;
}

/* line 227, app/assets/stylesheets/search.scss */
.search-card-left-side[data-nearby] {
  margin-left: 53px;
}

/* line 231, app/assets/stylesheets/search.scss */
.search-card-order-number.button-primary-action {
  background-color: #ffa726;
  color: white;
}

/* line 236, app/assets/stylesheets/search.scss */
.price_tags {
  background: #f7fcff;
  border-radius: 30px;
  padding: 8px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}

/* line 244, app/assets/stylesheets/search.scss */
.price_tag_direct {
  background-color: #dcfce7;
  color: #3aa864;
  border-radius: 30px;
  padding: 8px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

/* line 252, app/assets/stylesheets/search.scss */
.price_tag_indirect {
  background-color: #FFF7ED;
  color: #e19f58;
  border-radius: 30px;
  padding: 8px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

/* line 260, app/assets/stylesheets/search.scss */
.price_tag_contract {
  background-color: #dbeafe;
  color: #1d4ed8;
  border-radius: 30px;
  padding: 8px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

/* line 268, app/assets/stylesheets/search.scss */
.search-card-ref {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #9e9e9e;
}

/* line 273, app/assets/stylesheets/search.scss */
.search-card-order-number {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  background: #f7fcff;
  border-radius: 30px;
  padding: 8px 16px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #212121;
}

/* line 285, app/assets/stylesheets/search.scss */
.search-card-date {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-align: right;
  color: #9e9e9e;
  justify-self: flex-end;
  align-self: center;
  display: flex;
}

/* line 293, app/assets/stylesheets/search.scss */
.search-card-date a {
  text-decoration: none;
  padding: 8px;
}

/* line 298, app/assets/stylesheets/search.scss */
.search-card-date__internal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

/* line 306, app/assets/stylesheets/search.scss */
.search-card-date__meta {
  white-space: nowrap;
}

/* line 309, app/assets/stylesheets/search.scss */
.search-card-date__meta:not(:first-child)::before {
  content: '·';
  margin: 0 12px;
  color: #bdbdbd;
}

/* line 317, app/assets/stylesheets/search.scss */
.search-card-date a {
  float: right;
}

/* line 321, app/assets/stylesheets/search.scss */
.search-card-details {
  background: #f7fcff;
  padding: 0 24px;
}

/* line 326, app/assets/stylesheets/search.scss */
.search-card-info {
  padding: 16px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-bottom: 1px dashed #dadce0;
}

/* line 335, app/assets/stylesheets/search.scss */
.search-card-details:last-child .search-card-info {
  border-bottom: 0;
}

/* line 340, app/assets/stylesheets/search.scss */
.search-card-info-text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #9e9e9e;
  display: flex;
  flex-flow: column;
  gap: 6px;
}

/* line 347, app/assets/stylesheets/search.scss */
.search-card-info-text .info {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  /* line 340, app/assets/stylesheets/search.scss */
  .search-card-info-text {
    display: none;
  }
}

/* line 356, app/assets/stylesheets/search.scss */
.search-card-containers {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #9e9e9e;
  display: flex;
  flex-flow: column;
  gap: 6px;
  direction: ltr;
  flex-flow: row;
  align-items: center;
}

/* line 365, app/assets/stylesheets/search.scss */
.search-card-containers .info {
  margin-bottom: 8px;
}

/* line 373, app/assets/stylesheets/search.scss */
.search-card-info-price {
  display: flex;
  gap: 24px;
}

@media (max-width: 768px) {
  /* line 373, app/assets/stylesheets/search.scss */
  .search-card-info-price {
    width: 100%;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 8px;
  }
}

/* line 388, app/assets/stylesheets/search.scss */
.search-card-info-price-details-unverified-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  padding: 8px;
}

/* line 396, app/assets/stylesheets/search.scss */
.search-card-info-price-details-unverified-wrapper .search-card-info-price-details-unverified {
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

/* line 402, app/assets/stylesheets/search.scss */
.search-card-info-price-details-unverified-wrapper .search-card-info-price-details-unverified .search-card-info-price-details-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #9E9E9E;
}

/* line 407, app/assets/stylesheets/search.scss */
.search-card-info-price-details-unverified-wrapper .search-card-info-price-details-unverified .search-card-sign-in-info {
  color: #BDBDBD;
}

/* line 413, app/assets/stylesheets/search.scss */
.search-card-info-price-details {
  text-align: right;
  direction: ltr;
}

@media (max-width: 768px) {
  /* line 413, app/assets/stylesheets/search.scss */
  .search-card-info-price-details {
    text-align: left;
  }
}

/* line 422, app/assets/stylesheets/search.scss */
.search-card-info-price-details-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: end;
  color: #bdbdbd;
}

/* line 428, app/assets/stylesheets/search.scss */
.search-card-info-price-details-number {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  text-align: end;
  color: #212121;
  margin-bottom: 8px;
}

/* line 435, app/assets/stylesheets/search.scss */
.search-card-info-price-details-hint {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: end;
  color: #bdbdbd;
}

@media (max-width: 768px) {
  /* line 435, app/assets/stylesheets/search.scss */
  .search-card-info-price-details-hint {
    display: none;
  }
}

/* line 446, app/assets/stylesheets/search.scss */
.search-card-info-price-details-total-number .total-tag {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #9e9e9e;
}

/* line 451, app/assets/stylesheets/search.scss */
.search-card-info-price-details-total-number .total-number {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #212121;
}

/* line 456, app/assets/stylesheets/search.scss */
.search-card-info-price-details-total-number .double-twenty-case-notify {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #9e9e9e;
}

/* line 462, app/assets/stylesheets/search.scss */
.search-card-info-price-details-no-session {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 468, app/assets/stylesheets/search.scss */
.search-card-info-price-details-no-session img {
  margin-top: 8px;
}

/* line 473, app/assets/stylesheets/search.scss */
.card-side-dropdown {
  position: absolute;
  top: 260px;
  right: 50px;
  margin: 10px;
  border-radius: 8px;
  display: none;
  flex-direction: column;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  gap: 8px;
  padding: 3px;
}

/* line 488, app/assets/stylesheets/search.scss */
.equipment-availability-dropdown {
  display: none;
  top: 330px;
  left: 30px;
  position: absolute;
}

/* line 495, app/assets/stylesheets/search.scss */
.equipment-availability-dropdown.available {
  color: green;
}

/* line 499, app/assets/stylesheets/search.scss */
.equipment-availability-dropdown.unavailable {
  color: pink;
}

/* line 503, app/assets/stylesheets/search.scss */
.card-side-dropdown-element {
  margin: 5px;
}

/* line 507, app/assets/stylesheets/search.scss */
.card-side-dropdown-element:hover {
  cursor: pointer;
}

/* line 511, app/assets/stylesheets/search.scss */
.card-side-options:hover {
  cursor: pointer;
}

/* line 515, app/assets/stylesheets/search.scss */
.search-card-info-price-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 11px;
}

@media (max-width: 768px) {
  /* line 515, app/assets/stylesheets/search.scss */
  .search-card-info-price-btn {
    margin-top: 0;
  }
}

/* line 528, app/assets/stylesheets/search.scss */
.search-card-info-price-btn .book-share {
  cursor: pointer;
}

/* line 533, app/assets/stylesheets/search.scss */
.search-card-wrapper {
  position: relative;
}

/* line 538, app/assets/stylesheets/search.scss */
.search-card-wrapper.has-proposal-btn .search-card-date {
  padding-right: 46px;
}

/* line 542, app/assets/stylesheets/search.scss */
.add-to-proposal-cart {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  width: 38px;
  height: 38px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #F9A529;
  box-shadow: 0 2px 8px rgba(0, 42, 63, 0.16);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

/* line 561, app/assets/stylesheets/search.scss */
.add-to-proposal-cart:hover {
  background: #F9A529;
  color: #ffffff;
  transform: scale(1.08);
}

/* line 567, app/assets/stylesheets/search.scss */
.add-to-proposal-cart__icon {
  width: 18px;
  height: 18px;
}

/* line 572, app/assets/stylesheets/search.scss */
.add-to-proposal-cart__plus {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #009cde;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 42, 63, 0.25);
}

/* line 590, app/assets/stylesheets/search.scss */
.add-to-proposal-cart .added-icon {
  display: none;
}

/* line 594, app/assets/stylesheets/search.scss */
.add-to-proposal-cart--added, .add-to-proposal-cart:disabled {
  color: #2e7d32;
  cursor: default;
}

/* line 599, app/assets/stylesheets/search.scss */
.add-to-proposal-cart--added:hover, .add-to-proposal-cart:disabled:hover {
  background: #ffffff;
  color: #2e7d32;
  transform: none;
}

/* line 605, app/assets/stylesheets/search.scss */
.add-to-proposal-cart--added .add-to-proposal-cart__plus, .add-to-proposal-cart:disabled .add-to-proposal-cart__plus {
  background: #2e7d32;
}

/* line 609, app/assets/stylesheets/search.scss */
.add-to-proposal-cart--added .add-icon, .add-to-proposal-cart:disabled .add-icon {
  display: none;
}

/* line 613, app/assets/stylesheets/search.scss */
.add-to-proposal-cart--added .added-icon, .add-to-proposal-cart:disabled .added-icon {
  display: inline;
}

/* line 619, app/assets/stylesheets/search.scss */
.card-side-share-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100px;
}

/* line 627, app/assets/stylesheets/search.scss */
.search-card-sign-in-btn {
  margin-left: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 634, app/assets/stylesheets/search.scss */
.search-card-sign-in-info {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0em;
  text-align: center;
  color: #9E9E9E;
  margin-top: 8px;
}

/* line 642, app/assets/stylesheets/search.scss */
.search-card-details-breakdown {
  background: #f7fcff;
  padding: 0 24px;
}

/* line 647, app/assets/stylesheets/search.scss */
.search-card-details-expand-wrapper {
  background: #F7FCFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 24px;
}

/* line 656, app/assets/stylesheets/search.scss */
.btn.ask-for-more-button {
  background-color: #007bff;
  /* Blue background color */
  color: #fff;
  /* Text color */
  padding: 10px 20px;
  /* Padding for the button */
  border: none;
  /* Remove the button border */
  cursor: pointer;
  /* Add a pointer cursor on hover */
  border-radius: 5px;
  /* Add rounded corners */
  margin-top: -2px;
  /* Adjust the margin to position the button */
  display: none;
}

/* line 667, app/assets/stylesheets/search.scss */
.btn.ask-for-more-button:hover {
  background-color: #0056b3;
  /* Darker blue on hover */
}

/* line 671, app/assets/stylesheets/search.scss */
input#ask-for-more-submit-button {
  background-color: dodgerblue;
}

/* line 675, app/assets/stylesheets/search.scss */
.button-container.center-button {
  text-align: center;
}

/* Style the dropdown list */
/* line 687, app/assets/stylesheets/search.scss */
.dropdown-list {
  display: none;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #fff;
}

/* Style each dropdown list item */
/* line 702, app/assets/stylesheets/search.scss */
.dropdown-list li {
  padding: 8px;
  cursor: pointer;
}

/* Highlight the selected item */
/* line 708, app/assets/stylesheets/search.scss */
.dropdown-list li:hover {
  background-color: #f0f0f0;
}

@media (max-width: 768px) {
  /* line 713, app/assets/stylesheets/search.scss */
  .btn.ask-for-more-button {
    font-size: x-small;
    padding: 10px 5px;
  }
}

/* line 719, app/assets/stylesheets/search.scss */
button.btn.search-card-details-btn {
  color: #ffa726;
  background: transparent;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 8px;
  text-transform: none;
  position: relative;
}

/* line 728, app/assets/stylesheets/search.scss */
button.btn.search-card-details-btn .fas {
  margin-left: 8px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

/* line 736, app/assets/stylesheets/search.scss */
.search-card-details-breakdown-list {
  border-bottom: 1px dashed #dadce0;
}

/* line 740, app/assets/stylesheets/search.scss */
.details-breakdown-section {
  margin-bottom: 2px;
}

/* line 744, app/assets/stylesheets/search.scss */
.details-breakdown-secondary:last-child {
  margin-bottom: 14px;
}

/* line 748, app/assets/stylesheets/search.scss */
.details-breakdown-main {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
}

/* line 755, app/assets/stylesheets/search.scss */
.details-breakdown-main .details-breakdown-main-head {
  display: flex;
  align-items: center;
}

/* line 759, app/assets/stylesheets/search.scss */
.details-breakdown-main .details-breakdown-main-head img {
  margin-right: 8px;
}

/* line 763, app/assets/stylesheets/search.scss */
.details-breakdown-main .details-breakdown-main-head label {
  display: flex;
  align-items: center;
}

/* line 768, app/assets/stylesheets/search.scss */
.details-breakdown-main .details-breakdown-main-head:has(.free-time-days-picker) {
  flex-wrap: wrap;
  gap: 8px;
}

/* line 774, app/assets/stylesheets/search.scss */
.details-breakdown-main .details-breakdown-main-price {
  display: flex;
}

/* line 779, app/assets/stylesheets/search.scss */
.comment {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #9e9e9e;
  margin-bottom: 4px;
  margin-left: 6px;
  text-align: end;
}

/* line 790, app/assets/stylesheets/search.scss */
.comment--free-time {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  text-align: end;
}

/* line 796, app/assets/stylesheets/search.scss */
.discount_service_fee {
  text-decoration: line-through;
  padding-right: 10px;
}

/* line 801, app/assets/stylesheets/search.scss */
.free-time-days-picker {
  margin-left: auto;
}

/* line 804, app/assets/stylesheets/search.scss */
.free-time-days-picker__options {
  display: inline-flex;
  gap: 2px;
  padding: 6px;
  background: #f7fcff;
  border-radius: 10px;
  border: 1px solid #dadce0;
}

/* line 813, app/assets/stylesheets/search.scss */
.free-time-days-picker__option {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 5px 10px;
  border: none;
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  color: #9e9e9e;
  line-height: 1.15;
  outline: none;
}

/* line 829, app/assets/stylesheets/search.scss */
.free-time-days-picker__option:focus {
  outline: none;
}

/* line 833, app/assets/stylesheets/search.scss */
.free-time-days-picker__option:focus-visible {
  box-shadow: 0 0 0 2px #ffa726;
}

/* line 837, app/assets/stylesheets/search.scss */
.free-time-days-picker__option:hover:not(.free-time-days-picker__option--active) {
  color: #212121;
  background: #fff7ed;
}

/* line 842, app/assets/stylesheets/search.scss */
.free-time-days-picker__option--active {
  background: #ffffff;
  color: #212121;
  box-shadow: 0 0 0 1.5px #ffa726;
}

/* line 847, app/assets/stylesheets/search.scss */
.free-time-days-picker__option--active:focus {
  box-shadow: 0 0 0 1.5px #ffa726;
}

/* line 851, app/assets/stylesheets/search.scss */
.free-time-days-picker__option--active:focus-visible {
  box-shadow: 0 0 0 2px #ffa726;
}

/* line 855, app/assets/stylesheets/search.scss */
.free-time-days-picker__option--active .free-time-days-picker__unit {
  color: #9e9e9e;
  opacity: 1;
}

/* line 862, app/assets/stylesheets/search.scss */
.free-time-days-picker__number {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

/* line 866, app/assets/stylesheets/search.scss */
.free-time-days-picker__unit {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

@media (max-width: 576px) {
  /* line 801, app/assets/stylesheets/search.scss */
  .free-time-days-picker {
    margin-left: 0;
    width: 100%;
  }
  /* line 877, app/assets/stylesheets/search.scss */
  .free-time-days-picker__options {
    width: 100%;
    justify-content: stretch;
  }
  /* line 882, app/assets/stylesheets/search.scss */
  .free-time-days-picker__option {
    flex: 1;
    min-width: 0;
  }
}

/* line 889, app/assets/stylesheets/search.scss */
.details-breakdown-secondary {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #9e9e9e;
}

/* line 898, app/assets/stylesheets/search.scss */
.details-breakdown-secondary .details-breakdown-main-head {
  display: flex;
  align-items: center;
}

/* line 902, app/assets/stylesheets/search.scss */
.details-breakdown-secondary .details-breakdown-main-head img {
  margin-right: 8px;
}

/* line 907, app/assets/stylesheets/search.scss */
.details-breakdown-secondary .details-breakdown-main-price {
  display: flex;
}

/* line 913, app/assets/stylesheets/search.scss */
.search-card {
  position: relative;
}

/* line 916, app/assets/stylesheets/search.scss */
.search-card .search-card-details-breakdown-list {
  display: none;
}

/* line 920, app/assets/stylesheets/search.scss */
.search-card .fa-angle-up {
  display: none;
}

/* line 924, app/assets/stylesheets/search.scss */
.search-card .fa-angle-down {
  display: inline-block;
}

/* line 930, app/assets/stylesheets/search.scss */
.search-card.expanded .fa-angle-up {
  display: inline-block;
}

/* line 934, app/assets/stylesheets/search.scss */
.search-card.expanded .fa-angle-down {
  display: none;
}

/* line 939, app/assets/stylesheets/search.scss */
.search-card:not(:last-child) {
  margin-bottom: 24px;
}

/* line 943, app/assets/stylesheets/search.scss */
.search-result-empty {
  margin-top: 24px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 952, app/assets/stylesheets/search.scss */
.recommend-containers .empty-header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  color: #212121;
  margin-bottom: 16px;
}

/* line 958, app/assets/stylesheets/search.scss */
.recommend-containers .container-types-search-text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

/* line 962, app/assets/stylesheets/search.scss */
.recommend-containers .bold-statement {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

/* line 967, app/assets/stylesheets/search.scss */
.search-result-empty-content {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  gap: 24px;
}

/* line 978, app/assets/stylesheets/search.scss */
.empty-header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #212121;
  margin-bottom: 24px;
}

/* line 984, app/assets/stylesheets/search.scss */
.empty-text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #9e9e9e;
  width: 70%;
  margin: auto;
}

/* line 993, app/assets/stylesheets/search.scss */
.search-result-invalid {
  margin-top: 24px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1002, app/assets/stylesheets/search.scss */
.recommend-containers .invalid-header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  color: #212121;
  margin-bottom: 16px;
}

/* line 1009, app/assets/stylesheets/search.scss */
.search-result-invalid-content {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  gap: 24px;
}

/* line 1020, app/assets/stylesheets/search.scss */
.invalid-header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #bb7777;
  margin-bottom: 24px;
}

/* line 1026, app/assets/stylesheets/search.scss */
.invalid-text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #9e9e9e;
  width: 70%;
  margin: auto;
}

/* line 1037, app/assets/stylesheets/search.scss */
.search-sidebar {
  width: 100%;
  display: flex;
  margin-top: 24px;
  --max-width: -537px;
}

/* line 1043, app/assets/stylesheets/search.scss */
.search-sidebar .search-wrapper {
  margin-top: 0;
}

/* line 1047, app/assets/stylesheets/search.scss */
.search-sidebar .search-wrapper.search-page-search-wrapper {
  background: #f7fcff;
}

/* line 1051, app/assets/stylesheets/search.scss */
.search-sidebar .search-taps {
  background: #f7fcff;
}

/* line 1054, app/assets/stylesheets/search.scss */
.search-sidebar .search-taps li:not(:first-child):after {
  display: none;
}

/* line 1059, app/assets/stylesheets/search.scss */
.search-sidebar .search-form {
  padding: 16px;
}

/* line 1063, app/assets/stylesheets/search.scss */
.search-sidebar .search-input-wrapper {
  box-shadow: none;
  border: 1px solid #dadce0;
}

/* line 1068, app/assets/stylesheets/search.scss */
.search-sidebar .search-select-container input {
  margin-left: 4px;
}

/* line 1072, app/assets/stylesheets/search.scss */
.search-sidebar .search-select-container,
.search-sidebar .pick-date-container {
  padding: 11px 19px;
}

/* line 1078, app/assets/stylesheets/search.scss */
.search-sidebar .search-form {
  flex-flow: column;
}

/* line 1082, app/assets/stylesheets/search.scss */
.search-sidebar .search-from-button-wrapper {
  margin-top: 24px;
  width: 100%;
  margin-right: 0;
}

/* line 1087, app/assets/stylesheets/search.scss */
.search-sidebar .search-from-button-wrapper button {
  width: 100%;
  border-radius: 99px;
}

/* line 1091, app/assets/stylesheets/search.scss */
.search-sidebar .search-from-button-wrapper button .text {
  display: block;
}

/* line 1095, app/assets/stylesheets/search.scss */
.search-sidebar .search-from-button-wrapper button .icon {
  margin-right: 8px;
}

/* line 1102, app/assets/stylesheets/search.scss */
.search-sidebar .search-input-wrapper input::placeholder {
  text-align: left;
}

/* line 1107, app/assets/stylesheets/search.scss */
.search-sidebar-open {
  animation: open 1s forwards;
  margin-top: 0;
}

@keyframes open {
  100% {
    right: 0;
  }
}

/* line 1117, app/assets/stylesheets/search.scss */
.search-sidebar-open .side-panel {
  height: 100vh;
  overflow: scroll;
}

/* line 1123, app/assets/stylesheets/search.scss */
.search-sidebar-close {
  animation: close 1s forwards;
}

@keyframes close {
  100% {
    right: var(--max-width);
  }
}

@media (max-width: 1200px) {
  /* line 1037, app/assets/stylesheets/search.scss */
  .search-sidebar {
    position: fixed;
    top: 0px;
    right: var(--max-width);
    width: 100%;
    max-width: calc(-1 * var(--max-width));
    z-index: 10;
  }
  /* line 1141, app/assets/stylesheets/search.scss */
  .search-sidebar .search-wrapper,
.search-sidebar .search-wrapper.search-page-search-wrapper {
    background: white;
    box-shadow: 0px 4px 56px 0px rgba(0, 42, 63, 0.16);
    border-radius: 0;
  }
}

/* line 1150, app/assets/stylesheets/search.scss */
.search-hint {
  padding: 32px;
  padding-left: 40px;
  border-radius: 36px;
  border: 1px dashed #dadce0;
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

/* line 1162, app/assets/stylesheets/search.scss */
.search-hint__question {
  width: 64px;
  height: 64px;
}

@media (max-width: 600px) {
  /* line 1162, app/assets/stylesheets/search.scss */
  .search-hint__question {
    right: 55px;
    position: relative;
  }
}

/* line 1171, app/assets/stylesheets/search.scss */
.search-hint__text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
  max-width: 70%;
}

@media (max-width: 600px) {
  /* line 1171, app/assets/stylesheets/search.scss */
  .search-hint__text {
    margin-left: -80px;
    margin-right: -70px;
  }
}

/* line 1183, app/assets/stylesheets/search.scss */
.search-view-more {
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 56px;
  padding: 16px;
  background: #212121;
  margin-bottom: 40px;
  margin-top: -100px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0em;
  text-transform: uppercase;
  display: none;
  z-index: 2;
}

/* line 1198, app/assets/stylesheets/search.scss */
.search-view-more a {
  margin-right: 24px;
}

/* line 1202, app/assets/stylesheets/search.scss */
.search-view-more .btn-outline-secondary:not(:hover) {
  background-color: #ffffff;
}

/* line 1207, app/assets/stylesheets/search.scss */
.search-result-section-header {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

/* line 1214, app/assets/stylesheets/search.scss */
.search-result-section-header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 880px) {
  /* line 1207, app/assets/stylesheets/search.scss */
  .search-result-section-header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
  }
  /* line 1225, app/assets/stylesheets/search.scss */
  .search-result-section-header-left {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  /* line 1231, app/assets/stylesheets/search.scss */
  .search-result-section-header-right {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  /* line 1238, app/assets/stylesheets/search.scss */
  .search-result-section-header-right {
    flex-direction: column;
  }
}

/* line 1244, app/assets/stylesheets/search.scss */
.app-tabs {
  background: #f7fcff;
  border-radius: 999px;
  direction: ltr;
}

/* line 1249, app/assets/stylesheets/search.scss */
.app-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

/* line 1257, app/assets/stylesheets/search.scss */
.app-tabs li {
  position: relative;
}

/* line 1261, app/assets/stylesheets/search.scss */
.app-tabs li:not(:first-child):after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  background-color: #dadce0;
  transform: translate(0, -50%);
}

/* line 1272, app/assets/stylesheets/search.scss */
.app-tabs .active {
  border-radius: 50px;
  box-shadow: 0px 1px 4px rgba(33, 33, 33, 0.16);
  background: #ffffff;
  overflow: hidden;
}

/* line 1279, app/assets/stylesheets/search.scss */
.app-tabs .active::after,
.app-tabs .active + li::after {
  display: none;
}

/* line 1284, app/assets/stylesheets/search.scss */
.app-tabs .active::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #ffa726;
}

/* line 1296, app/assets/stylesheets/search.scss */
.app-tabs a {
  padding: 10px 24px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: rgba(33, 33, 33, 0.72);
  cursor: pointer;
}

/* line 1305, app/assets/stylesheets/search.scss */
.app-tabs a > * + * {
  margin-left: 8px;
}

/* line 1310, app/assets/stylesheets/search.scss */
.app-tabs a:hover {
  text-decoration: none;
}

/* line 1314, app/assets/stylesheets/search.scss */
.app-tabs .active a {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #ffa726;
}

/* line 1318, app/assets/stylesheets/search.scss */
.app-tabs .active a:hover {
  color: #ffa726;
}

@media (max-width: 768px) {
  /* line 1324, app/assets/stylesheets/search.scss */
  .app-tabs a {
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  /* line 1331, app/assets/stylesheets/search.scss */
  .app-tabs svg {
    display: none;
  }
}

/* line 1337, app/assets/stylesheets/search.scss */
.add-customs-clearance {
  margin-top: 16px;
  margin-bottom: 56px;
  background: #f7fcff;
  border-radius: 999px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1348, app/assets/stylesheets/search.scss */
.add-customs-clearance .switch-label {
  margin: 0;
}

/* line 1352, app/assets/stylesheets/search.scss */
.add-customs-clearance .customs-clearance-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #212121;
  display: flex;
  align-items: center;
}

/* line 1360, app/assets/stylesheets/search.scss */
.add-customs-clearance .customs-clearance-label img {
  margin-right: 8px;
}

/* line 1366, app/assets/stylesheets/search.scss */
.transit-time {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}

/* line 1371, app/assets/stylesheets/search.scss */
.transit-time span {
  vertical-align: middle;
}

/* line 1381, app/assets/stylesheets/search.scss */
.transit-time::before {
  content: attr(data-transit-time) " Days";
  position: absolute;
  top: -18px;
  padding-left: 16px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #9E9E9E;
  background-image: url(/assets/transit-time-small-44b20375298f37d9db1d7ded09cb362def0d3535e27a9dfb1ad52d12c5c6160f.svg);
  background-repeat: no-repeat;
  background-position-y: center;
}

/* line 1396, app/assets/stylesheets/search.scss */
.transit-time::after {
  content: attr(data-transit-count) " Stops";
  position: absolute;
  bottom: -20px;
  padding-left: 16px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #9E9E9E;
  background-image: url(/assets/transit-count-small-c9b9e37da8a3f225f4c25ffd7ab787031480603a507b28a846045750e50fc866.svg);
  background-repeat: no-repeat;
  background-position-y: center;
}

/* line 1411, app/assets/stylesheets/search.scss */
.transit-time[data-transit-count='0']::after {
  content: none;
}

/* line 1416, app/assets/stylesheets/search.scss */
.transit-time-separator {
  height: 100%;
  width: 2px;
  background: white;
}

/* line 1422, app/assets/stylesheets/search.scss */
.spot-price {
  color: #ffa726;
}

/* line 1426, app/assets/stylesheets/search.scss */
.search-extra {
  color: #ffa726;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 37px;
}

/* line 1433, app/assets/stylesheets/search.scss */
.search-main-section {
  display: flex;
  flex-direction: column;
}

/* line 1438, app/assets/stylesheets/search.scss */
.contact-app {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  visibility: visible;
  z-index: 9999;
}

/* line 1451, app/assets/stylesheets/search.scss */
.contact-app-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  background-color: rgba(193, 201, 210, 0.7);
}

/* line 1460, app/assets/stylesheets/search.scss */
.contact-app-container .phone-input.is-valid {
  border-color: #28a745 !important;
}

/* line 1463, app/assets/stylesheets/search.scss */
.contact-app-container .phone-input.is-valid ~ .iti__flag-container {
  border-color: #28a745;
}

/* line 1468, app/assets/stylesheets/search.scss */
.contact-app-container .phone-input.is-invalid {
  border-color: #dc3545 !important;
}

/* line 1471, app/assets/stylesheets/search.scss */
.contact-app-container .phone-input.is-invalid ~ .iti__flag-container {
  border-color: #dc3545;
}

/* line 1476, app/assets/stylesheets/search.scss */
.contact-app-container .iti {
  width: 100%;
}

/* line 1481, app/assets/stylesheets/search.scss */
.user-details-form, .company-verify-form {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 40px 20px;
  min-width: 320px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* line 1492, app/assets/stylesheets/search.scss */
.user-details-form .field-box, .company-verify-form .field-box {
  margin-bottom: 10px;
}

/* line 1496, app/assets/stylesheets/search.scss */
.user-details-form input, .company-verify-form input {
  width: 100%;
  position: relative;
  background: #ffffff;
  height: 50px;
  padding: 0 16px;
  outline: none;
  border: 1px solid #e0e4ec;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  transition: 0.3s 0s;
}

/* line 1515, app/assets/stylesheets/search.scss */
.company-verify-form input {
  border: unset;
}

/* line 1521, app/assets/stylesheets/search.scss */
.contact-content-actions input {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background: #ee9404;
  box-shadow: 0 4px 15px rgba(58, 112, 191, 0.1);
  border-radius: 6px;
  color: #ffffff;
  border: none;
  outline: none !important;
  width: 100%;
  height: 40px;
  transition: 0.3s 0s;
}

/* line 1540, app/assets/stylesheets/search.scss */
.ask-for-more-content-actions input {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background: #ee9404;
  box-shadow: 0 4px 15px rgba(58, 112, 191, 0.1);
  border-radius: 6px;
  color: #ffffff;
  border: none;
  outline: none !important;
  width: 100%;
  height: 40px;
  transition: 0.3s 0s;
}

/* line 1558, app/assets/stylesheets/search.scss */
#nav-cancel {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  padding: 6px;
}

/* line 1567, app/assets/stylesheets/search.scss */
#contact-app-form-header {
  margin-bottom: 30px;
}

/* line 1571, app/assets/stylesheets/search.scss */
#ask-for-more-form-header {
  margin-bottom: 30px;
}

/* line 1575, app/assets/stylesheets/search.scss */
#inputFieldContainer {
  position: relative;
}

/* line 1579, app/assets/stylesheets/search.scss */
#inputField {
  padding-right: 30px;
  /* Add some padding to the right of the input field */
}

/* line 1583, app/assets/stylesheets/search.scss */
#clearInputField {
  position: absolute;
  top: 50%;
  right: 10px;
  /* Adjust the right offset as needed */
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 1591, app/assets/stylesheets/search.scss */
.progress-layout {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #F7FCFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 48px 48px;
  padding: 0 24px 16px;
}

/* line 1601, app/assets/stylesheets/search.scss */
.progress-layout__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1607, app/assets/stylesheets/search.scss */
.progress-layout__spinner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

/* line 1614, app/assets/stylesheets/search.scss */
.progress-layout__results {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 1620, app/assets/stylesheets/search.scss */
.progress-layout__logo {
  width: 40px;
  height: 40px;
}

/* line 1625, app/assets/stylesheets/search.scss */
.progress-layout__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 1631, app/assets/stylesheets/search.scss */
.progress-layout__result-counter {
  padding: 24px 24px 22px;
  background: white;
}

/* line 1636, app/assets/stylesheets/search.scss */
.progress-layout__nearby-counter {
  padding: 24px 24px 22px;
  background: #039BE5;
  color: white;
  margin-bottom: -9px;
}

/* line 1643, app/assets/stylesheets/search.scss */
.progress-layout__counter-title {
  margin-bottom: 4px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

/* line 1648, app/assets/stylesheets/search.scss */
.progress-layout__counter-number {
  margin-bottom: 4px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

/* line 1653, app/assets/stylesheets/search.scss */
.progress-layout__progress-bar {
  z-index: 3;
  position: relative;
}

/* line 1658, app/assets/stylesheets/search.scss */
.progress-layout #progressbar {
  border: none;
  background: #DADCE0;
  border-radius: 10px;
}

/* line 1663, app/assets/stylesheets/search.scss */
.progress-layout #progressbar .ui-progressbar-value {
  height: 16px;
  border: none;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(to right, #FFA726 0%, #FFC776 100%);
}

/* line 1670, app/assets/stylesheets/search.scss */
.progress-layout #progressbar .progress-label {
  width: 60%;
  margin: auto;
  color: white;
  padding: 1px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

/* line 1683, app/assets/stylesheets/search.scss */
.progress-layout::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 40px;
  top: -40px;
  right: 0;
  background-color: #F7FCFF;
}

@media (max-width: 1200px) {
  /* line 1694, app/assets/stylesheets/search.scss */
  .progress-layout::after {
    content: none;
  }
}

@media (max-width: 800px) {
  /* line 1591, app/assets/stylesheets/search.scss */
  .progress-layout {
    margin-top: 20px;
  }
  /* line 1702, app/assets/stylesheets/search.scss */
  .progress-layout__result-counter, .progress-layout__nearby-counter {
    display: none;
  }
}

/* line 1709, app/assets/stylesheets/search.scss */
.header-search {
  display: block;
}

/* line 1712, app/assets/stylesheets/search.scss */
.header-search__bar {
  padding: 24px 24px 50px;
  margin-top: 24px;
  width: 100%;
  background: #F7FCFF;
  border-radius: 48px;
}

/* line 1719, app/assets/stylesheets/search.scss */
.header-search__bar__wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 48px;
}

/* line 1726, app/assets/stylesheets/search.scss */
.header-search__cancel {
  height: 48px;
  width: 48px;
  border-radius: 48px;
  margin: -24px auto 0px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 3px rgba(33, 33, 33, 0.16);
  position: relative;
}

/* line 1738, app/assets/stylesheets/search.scss */
.header-search__cancel img {
  height: 25px;
  width: 25px;
}

@media (max-width: 1200px) {
  /* line 1709, app/assets/stylesheets/search.scss */
  .header-search {
    display: block;
  }
}

/* line 1749, app/assets/stylesheets/search.scss */
.side-panel {
  padding: 24px;
  border-radius: 36px;
}

/* line 1753, app/assets/stylesheets/search.scss */
.side-panel p {
  margin: 0;
}

/* line 1757, app/assets/stylesheets/search.scss */
.side-panel hr {
  background: #DADCE0;
}

/* line 1761, app/assets/stylesheets/search.scss */
.side-panel__header {
  background: transparent;
  border: none;
  color: #212121;
}

/* line 1767, app/assets/stylesheets/search.scss */
.side-panel__title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: left;
}

/* line 1772, app/assets/stylesheets/search.scss */
.side-panel__element {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

/* line 1779, app/assets/stylesheets/search.scss */
.side-panel__element__filter {
  padding-right: 4px;
  padding-top: 16px;
}

/* line 1783, app/assets/stylesheets/search.scss */
.side-panel__element__filter label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 1792, app/assets/stylesheets/search.scss */
.side-panel__filters {
  padding-top: 4px;
  background: transparent;
}

/* line 1797, app/assets/stylesheets/search.scss */
.side-panel__sliders {
  padding-top: 24px;
  padding-bottom: 24px;
  background: transparent;
  direction: ltr;
}

/* line 1804, app/assets/stylesheets/search.scss */
.side-panel__ranges {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
}

/* line 1810, app/assets/stylesheets/search.scss */
.side-panel__range-element {
  background: white;
  padding: 10px 16px;
  border: 1px solid #DADCE0;
  border-radius: 48px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

/* line 1818, app/assets/stylesheets/search.scss */
.side-panel__accordion-arrow {
  padding-right: 4px;
  height: 16px;
  width: 16px;
}

/* line 1824, app/assets/stylesheets/search.scss */
.side-panel__min {
  display: none;
  padding-bottom: 22px;
}

/* line 1828, app/assets/stylesheets/search.scss */
.side-panel__min span {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  color: #212121;
}

/* line 1834, app/assets/stylesheets/search.scss */
.side-panel__datepickers {
  display: flex;
  gap: 8px;
  padding-top: 16px;
}

/* line 1840, app/assets/stylesheets/search.scss */
.side-panel__datepickers input {
  width: 50%;
  border-radius: 30px;
  padding: 8px;
  border: 1px solid #BDBDBD;
}

/* line 1848, app/assets/stylesheets/search.scss */
.side-panel #price-slider-range, .side-panel #transit-slider-range, .side-panel #free-time-pol-slider-range, .side-panel #free-time-pod-slider-range {
  border: none;
  background: #E2E2E2;
  border-radius: 30px;
  height: 7px;
  position: relative;
  width: 93%;
  margin: auto;
}

/* line 1857, app/assets/stylesheets/search.scss */
.side-panel #price-slider-range .ui-slider-range,
.side-panel #price-slider-range .ui-slider-handle, .side-panel #transit-slider-range .ui-slider-range,
.side-panel #transit-slider-range .ui-slider-handle, .side-panel #free-time-pol-slider-range .ui-slider-range,
.side-panel #free-time-pol-slider-range .ui-slider-handle, .side-panel #free-time-pod-slider-range .ui-slider-range,
.side-panel #free-time-pod-slider-range .ui-slider-handle {
  position: absolute;
}

/* line 1862, app/assets/stylesheets/search.scss */
.side-panel #price-slider-range .ui-slider-range, .side-panel #transit-slider-range .ui-slider-range, .side-panel #free-time-pol-slider-range .ui-slider-range, .side-panel #free-time-pod-slider-range .ui-slider-range {
  height: 7px;
  background: #FFA726;
  border: 1px solid #FFA726;
}

/* line 1868, app/assets/stylesheets/search.scss */
.side-panel #price-slider-range span, .side-panel #transit-slider-range span, .side-panel #free-time-pol-slider-range span, .side-panel #free-time-pod-slider-range span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #FFA726;
  background: white;
  margin-left: -9px;
  margin-top: -6px;
}

@media (max-width: 1200px) {
  /* line 1880, app/assets/stylesheets/search.scss */
  .side-panel__min {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
  }
}

/* line 1890, app/assets/stylesheets/search.scss */
#pol-filter-accordion .pol-side-panel {
  background: transparent;
}

/* line 1896, app/assets/stylesheets/search.scss */
#pod-filter-accordion .pod-side-panel {
  background: transparent;
}

/* line 1901, app/assets/stylesheets/search.scss */
.header-search-minimized {
  cursor: pointer;
  box-shadow: 0px 2px 8px rgba(3, 155, 229, 0.16);
  background: #F7FCFF;
  border-radius: 48px;
  position: relative;
  z-index: 4;
  display: none;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

/* line 1911, app/assets/stylesheets/search.scss */
.header-search-minimized__bar {
  padding: 16px;
  margin-top: 24px;
  width: 100%;
  background: #F7FCFF;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 1921, app/assets/stylesheets/search.scss */
.header-search-minimized__bar-elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}

/* line 1928, app/assets/stylesheets/search.scss */
.header-search-minimized__bar-actions {
  display: flex;
  gap: 16px;
}

/* line 1934, app/assets/stylesheets/search.scss */
.header-search-minimized__element {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 1939, app/assets/stylesheets/search.scss */
.header-search-minimized__element .img-wrapper {
  display: inline-block;
}

/* line 1942, app/assets/stylesheets/search.scss */
.header-search-minimized__element .img-wrapper img {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  object-fit: cover;
}

/* line 1950, app/assets/stylesheets/search.scss */
.header-search-minimized__element .port-wrapper-min {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100px;
}

/* line 1958, app/assets/stylesheets/search.scss */
.header-search-minimized__separator {
  padding: 0;
  height: 24px;
  width: 1px;
  background: #DADCE0;
  align-self: center;
}

/* line 1966, app/assets/stylesheets/search.scss */
.header-search-minimized__element-wrapper {
  display: flex;
  gap: 16px;
}

@media (max-width: 1200px) {
  /* line 1901, app/assets/stylesheets/search.scss */
  .header-search-minimized {
    display: none;
  }
  /* line 1974, app/assets/stylesheets/search.scss */
  .header-search-minimized__bar {
    padding: 5px 24px;
  }
  /* line 1977, app/assets/stylesheets/search.scss */
  .header-search-minimized__bar-elements {
    gap: 0;
  }
  /* line 1982, app/assets/stylesheets/search.scss */
  .header-search-minimized__element-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  /* line 1990, app/assets/stylesheets/search.scss */
  .header-search-minimized__element-wrapper[data-target='others'] vl:first-of-type {
    display: none;
  }
}

@media (max-width: 880px) {
  /* line 1997, app/assets/stylesheets/search.scss */
  .header-search-minimized__element-wrapper {
    gap: 8px;
  }
  /* line 2002, app/assets/stylesheets/search.scss */
  .header-search-minimized__element-wrapper:not([data-target='others']) .flag-wrapper-min:first-of-type {
    display: none;
  }
  /* line 2007, app/assets/stylesheets/search.scss */
  .header-search-minimized__separator {
    height: 16px;
  }
  /* line 2011, app/assets/stylesheets/search.scss */
  .header-search-minimized__element {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    text-align: center;
  }
  /* line 2015, app/assets/stylesheets/search.scss */
  .header-search-minimized__element .flag-wrapper-min img {
    width: 8px;
    height: 8px;
  }
  /* line 2021, app/assets/stylesheets/search.scss */
  .header-search-minimized__element .port-wrapper-min {
    max-width: 38px;
  }
}

@media (max-width: 500px) {
  /* line 2028, app/assets/stylesheets/search.scss */
  .header-search-minimized__separator {
    display: none;
  }
  /* line 2032, app/assets/stylesheets/search.scss */
  .header-search-minimized__bar {
    padding: 5px 14px;
  }
  /* line 2035, app/assets/stylesheets/search.scss */
  .header-search-minimized__bar-actions {
    gap: 8px;
  }
}

/* line 2042, app/assets/stylesheets/search.scss */
#result-list,
#result-empty {
  display: none;
}

/* line 2047, app/assets/stylesheets/search.scss */
.rotated {
  transform: rotate(180deg);
  margin-right: 4px;
}

/* line 2052, app/assets/stylesheets/search.scss */
.load-expired-wrapper {
  display: none;
  justify-content: center;
  padding: 16px 0;
}

/* line 2057, app/assets/stylesheets/search.scss */
.load-expired-wrapper #load-expired-btn {
  padding: 10px 24px;
  font-weight: 500;
}

/* line 2061, app/assets/stylesheets/search.scss */
.load-expired-wrapper #load-expired-btn:disabled {
  opacity: 0.6;
  cursor: default;
}

/* line 2068, app/assets/stylesheets/search.scss */
.back-to-top-wrapper {
  position: fixed;
  bottom: 80px;
  right: 100px;
  display: none;
  cursor: pointer;
  z-index: 10;
}

/* line 2077, app/assets/stylesheets/search.scss */
#back-to-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: white;
  box-shadow: 0px 4px 16px rgba(1, 41, 61, 0.32);
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0em;
  text-align: center;
  color: #FFA726;
}

/* line 2094, app/assets/stylesheets/search.scss */
#back-to-top img {
  padding: 4px;
}

/* line 2099, app/assets/stylesheets/search.scss */
.blur {
  filter: blur(5px);
}

/* line 2103, app/assets/stylesheets/search.scss */
.bold-statement {
  font-size: 16px;
  color: black;
}

/* line 2108, app/assets/stylesheets/search.scss */
.container-types-search {
  margin-top: 80px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1000px) {
  /* line 2108, app/assets/stylesheets/search.scss */
  .container-types-search {
    height: 750px;
  }
}

@media (max-width: 383px) {
  /* line 2108, app/assets/stylesheets/search.scss */
  .container-types-search {
    height: 1050px;
  }
}

/* line 2125, app/assets/stylesheets/search.scss */
.container-types-search-text {
  font-size: 16px;
  line-height: 18px;
  color: #9e9e9e;
  max-width: 609px;
}

/* line 2132, app/assets/stylesheets/search.scss */
.container-types-search-cards-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 32px;
  max-width: 720px;
}

/* line 2141, app/assets/stylesheets/search.scss */
.container-types-search-card {
  margin: 12px;
  width: 156px;
  height: 135px;
  background: #e5f2fa;
  border-radius: 36px;
  position: relative;
}

/* line 2149, app/assets/stylesheets/search.scss */
.container-types-search-card::before {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  border-radius: 36px;
}

/* line 2160, app/assets/stylesheets/search.scss */
.container-types-search-card__content {
  position: relative;
  padding: 16px 24px 17px 31px;
}

/* line 2164, app/assets/stylesheets/search.scss */
.container-types-search-card__content .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: center;
  color: #212121;
  margin-bottom: 26px;
}

/* line 2171, app/assets/stylesheets/search.scss */
.container-types-search-card__content .link {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
}

/* line 2176, app/assets/stylesheets/search.scss */
.container-types-search-card__content .link a:hover {
  text-decoration: none;
}

/* line 2183, app/assets/stylesheets/search.scss */
.date-icon {
  width: 20px;
  height: 20px;
}

/* line 2188, app/assets/stylesheets/search.scss */
.cargo-icon-dark, .bulk-icon, .bulk-icon-dark {
  display: none;
}

/* line 2192, app/assets/stylesheets/search.scss */
#filter-btn {
  display: none;
}

@media (max-width: 1200px) {
  /* line 2192, app/assets/stylesheets/search.scss */
  #filter-btn {
    display: block;
  }
}

/* line 2200, app/assets/stylesheets/search.scss */
.container-custom {
  padding: 0 24px;
}

/* line 2204, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}

/* line 2210, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper li.active {
  outline: 1px white solid;
}

/* line 2214, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper a {
  gap: 4px;
}

/* line 2219, app/assets/stylesheets/search.scss */
.with-border {
  border-radius: 40px;
  border: 1px solid #DADCE0;
  background: #F7FCFF;
}

/* line 2225, app/assets/stylesheets/search.scss */
.print-price-card {
  width: 50%;
  margin: 20px auto;
  text-align: center;
}

@media (max-width: 700px) {
  /* line 2225, app/assets/stylesheets/search.scss */
  .print-price-card {
    width: 85%;
  }
}

/* line 2233, app/assets/stylesheets/search.scss */
.print-price-card #book-button {
  margin-bottom: 8px;
  display: none;
}

/* line 2238, app/assets/stylesheets/search.scss */
.print-price-card .pdf-header {
  background: linear-gradient(135deg, #f7fcff 0%, #ffffff 100%);
  padding: 32px 24px 24px;
  text-align: center;
  border-bottom: 2px solid #e8f4f8;
}

/* line 2244, app/assets/stylesheets/search.scss */
.print-price-card .pdf-header .pdf-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 2249, app/assets/stylesheets/search.scss */
.print-price-card .pdf-header .pdf-logo-wrapper .pdf-logo {
  height: 48px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

/* line 2259, app/assets/stylesheets/search.scss */
.screenshot-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  margin-top: 32px;
}

/* line 2267, app/assets/stylesheets/search.scss */
.search-hidden-line {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 2273, app/assets/stylesheets/search.scss */
.search-hidden-line__logo img {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 48px;
  padding: 10px;
  filter: blur(3px);
}

/* line 2284, app/assets/stylesheets/search.scss */
.search-hidden-line__logo[data-filter='false'] img {
  filter: unset;
}

/* line 2289, app/assets/stylesheets/search.scss */
.search-hidden-line__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

/* line 2295, app/assets/stylesheets/search.scss */
.search-hidden-line__info-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #9E9E9E;
  text-align: left;
}

/* line 2301, app/assets/stylesheets/search.scss */
.search-hidden-line__info-subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  color: #BDBDBD;
  text-align: left;
}

/* line 2308, app/assets/stylesheets/search.scss */
.search-hidden-line__info-action a {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  color: #F9A529;
  text-align: left;
}

/* line 2315, app/assets/stylesheets/search.scss */
.search-hidden-line__info-line {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #212121;
  text-align: left;
}

/* line 2323, app/assets/stylesheets/search.scss */
.search-summary-left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  justify-content: flex-start;
}

/* line 2331, app/assets/stylesheets/search.scss */
.search-price-reload {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 8px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #9e9e9e;
}

/* line 2341, app/assets/stylesheets/search.scss */
.search-price-reload .rotate {
  animation: rotation 1s infinite linear reverse;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 2355, app/assets/stylesheets/search.scss */
.bookmark {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* line 2360, app/assets/stylesheets/search.scss */
.bookmark__btn {
  display: flex;
  align-items: center;
}

/* line 2364, app/assets/stylesheets/search.scss */
.bookmark__btn img {
  width: 24px;
  height: 24px;
}

/* line 2370, app/assets/stylesheets/search.scss */
.bookmark__text {
  display: flex;
  flex-direction: column;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  color: #9E9E9E;
  align-items: flex-start;
}

/* line 2378, app/assets/stylesheets/search.scss */
.bookmark__tooltip {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  color: var(--White, #FFF);
  text-align: start;
}

@media (max-width: 940px) {
  /* line 2385, app/assets/stylesheets/search.scss */
  .bookmark__text {
    display: none;
  }
}

@media (max-width: 880px) {
  /* line 2391, app/assets/stylesheets/search.scss */
  .bookmark__btn {
    width: 16px;
    height: 16px;
  }
}

/* line 2399, app/assets/stylesheets/search.scss */
.shipping-lines-side-panel__expired {
  color: #EB5757;
}

/* line 2403, app/assets/stylesheets/search.scss */
.shipping-lines-side-panel__send_request {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

/* line 2409, app/assets/stylesheets/search.scss */
.shipping-lines-side-panel__send_request .open_rate_request {
  width: 100%;
}

/* line 2415, app/assets/stylesheets/search.scss */
#skip_search_progress {
  width: 100%;
}

/* line 2419, app/assets/stylesheets/search.scss */
.quality {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

/* line 2428, app/assets/stylesheets/search.scss */
.quality__criteria {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 8px;
  background: white;
}

/* line 2441, app/assets/stylesheets/search.scss */
.surcharge-override-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

/* line 2451, app/assets/stylesheets/search.scss */
.surcharge-override-modal {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  max-width: 450px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* line 2460, app/assets/stylesheets/search.scss */
.surcharge-override-modal h2 {
  margin-top: 0;
  color: #09498e;
}

/* line 2465, app/assets/stylesheets/search.scss */
.surcharge-override-modal input {
  width: 100%;
  padding: 10px;
  margin: 1rem 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* line 2473, app/assets/stylesheets/search.scss */
.surcharge-override-modal .actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* line 2479, app/assets/stylesheets/search.scss */
.admin-btn-primary {
  background: #09498e;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 18px;
  cursor: pointer;
}

/* line 2489, app/assets/stylesheets/search.scss */
.search-top-picks {
  margin: 0 0 24px;
}

/* line 2493, app/assets/stylesheets/search.scss */
.search-top-picks__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* line 2499, app/assets/stylesheets/search.scss */
.top-pick-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  flex: 1 1 240px;
  max-width: 33%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

/* line 2515, app/assets/stylesheets/search.scss */
.top-pick-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* line 2521, app/assets/stylesheets/search.scss */
.top-pick-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 2527, app/assets/stylesheets/search.scss */
.top-pick-card__tag {
  border-radius: 30px;
  padding: 4px 10px;
  color: #ffffff;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

/* line 2533, app/assets/stylesheets/search.scss */
.top-pick-card__tag--best_option {
  background-color: #28a745;
}

/* line 2537, app/assets/stylesheets/search.scss */
.top-pick-card__tag--best_nearby {
  background-color: #039be5;
}

/* line 2541, app/assets/stylesheets/search.scss */
.top-pick-card__tag--fastest {
  background-color: #f2994a;
}

/* line 2546, app/assets/stylesheets/search.scss */
.top-pick-card__route {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 2552, app/assets/stylesheets/search.scss */
.top-pick-card__ports {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}

/* line 2559, app/assets/stylesheets/search.scss */
.top-pick-card__port {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #333;
}

/* line 2566, app/assets/stylesheets/search.scss */
.top-pick-card__sea {
  height: 14px;
  border-radius: 99px;
  background: url(/assets/sea-09e2368ff264d0a0e6367f9411d613e0880d05002758064eb373b5ba1512ac21.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}

/* line 2575, app/assets/stylesheets/search.scss */
.top-pick-card__freight {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #09498e;
}

/* line 2580, app/assets/stylesheets/search.scss */
.top-pick-card__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

/* line 2588, app/assets/stylesheets/search.scss */
.top-pick-card__total {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #7a7a7a;
}

/* line 2593, app/assets/stylesheets/search.scss */
.top-pick-card__transit {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #7a7a7a;
}

/* line 2599, app/assets/stylesheets/search.scss */
.search-card--flash {
  animation: top-pick-flash 1.6s ease;
}

@keyframes top-pick-flash {
  0% {
    box-shadow: 0 0 0 3px rgba(9, 73, 142, 0.6);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(9, 73, 142, 0);
  }
}
/* line 4, app/assets/stylesheets/search_price.scss */
.search-price-header-section {
  background-color: white;
  background-image: url(/assets/search_price/boat-container-4b324493bca822486eb954a968d074be19b948c0915f990e141ee07504aa3f72.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 0 80px 125px;
  margin: 32px 0 64px;
}

/* line 13, app/assets/stylesheets/search_price.scss */
.search-price-header-section__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: normal;
  text-align: center;
  text-align: center;
  padding-bottom: 32px;
}

/* line 19, app/assets/stylesheets/search_price.scss */
.search-price-header-section__content {
  background: #F7FCFF;
  border: 1px solid #212121;
  box-shadow: 0px 4px 16px rgba(0, 57, 85, 0.16);
  border-radius: 36px;
  padding: 24px;
}

@media (max-width: 700px) {
  /* line 28, app/assets/stylesheets/search_price.scss */
  .search-price-header-section__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: normal;
    text-align: center;
  }
}

@media (max-width: 600px) {
  /* line 4, app/assets/stylesheets/search_price.scss */
  .search-price-header-section {
    padding: 0 16px 80px;
  }
}

/* line 39, app/assets/stylesheets/search_price.scss */
.search-price-description-section__hero {
  position: relative;
}

/* line 42, app/assets/stylesheets/search_price.scss */
.search-price-description-section__hero .port-bg {
  width: 100%;
}

/* line 46, app/assets/stylesheets/search_price.scss */
.search-price-description-section__hero .tablet-bg {
  width: 624px;
  height: 449px;
  position: absolute;
  top: 0;
  right: 50px;
}

/* line 55, app/assets/stylesheets/search_price.scss */
.search-price-description-section__wrapper {
  background: #F7FCFF;
  padding: 0 80px 120px;
}

/* line 60, app/assets/stylesheets/search_price.scss */
.search-price-description-section__title {
  width: 45%;
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  padding-bottom: 32px;
  text-align: start;
}

/* line 67, app/assets/stylesheets/search_price.scss */
.search-price-description-section__title .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  text-align: start;
  margin-top: 16px;
}

/* line 74, app/assets/stylesheets/search_price.scss */
.search-price-description-section__values {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 32px;
  margin-top: 120px;
}

/* line 83, app/assets/stylesheets/search_price.scss */
.search-price-description-section__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

/* line 90, app/assets/stylesheets/search_price.scss */
.search-price-description-section__element .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  text-align: center;
  color: #212121;
  margin: 24px 0 16px;
}

/* line 96, app/assets/stylesheets/search_price.scss */
.search-price-description-section__element .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: center;
}

/* line 102, app/assets/stylesheets/search_price.scss */
.search-price-description-section__link {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1180px) {
  /* line 111, app/assets/stylesheets/search_price.scss */
  .search-price-description-section__hero .tablet-bg {
    width: 400px;
    height: 281px;
    right: 10px;
  }
  /* line 118, app/assets/stylesheets/search_price.scss */
  .search-price-description-section__wrapper {
    padding: 0 40px 80px;
  }
  /* line 122, app/assets/stylesheets/search_price.scss */
  .search-price-description-section__values {
    margin-top: 80px;
  }
  /* line 126, app/assets/stylesheets/search_price.scss */
  .search-price-description-section__title {
    width: 55%;
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    text-align: center;
    text-align: start;
  }
  /* line 133, app/assets/stylesheets/search_price.scss */
  .search-price-description-section__element .title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    color: #212121;
  }
}

@media (max-width: 880px) {
  /* line 142, app/assets/stylesheets/search_price.scss */
  .search-price-description-section__hero .tablet-bg {
    display: none;
  }
  /* line 147, app/assets/stylesheets/search_price.scss */
  .search-price-description-section__title {
    width: 100%;
  }
  /* line 151, app/assets/stylesheets/search_price.scss */
  .search-price-description-section__values {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  /* line 158, app/assets/stylesheets/search_price.scss */
  .search-price-description-section__element {
    flex: 0;
  }
}

@media (max-width: 600px) {
  /* line 164, app/assets/stylesheets/search_price.scss */
  .search-price-description-section__wrapper {
    padding: 0 16px 80px;
  }
}

/* line 170, app/assets/stylesheets/search_price.scss */
.search-price-question-section {
  padding: 120px 80px;
}

/* line 173, app/assets/stylesheets/search_price.scss */
.search-price-question-section__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 179, app/assets/stylesheets/search_price.scss */
.search-price-question-section__questions {
  max-width: 42%;
}

/* line 183, app/assets/stylesheets/search_price.scss */
.search-price-question-section__question-element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 32px;
}

/* line 191, app/assets/stylesheets/search_price.scss */
.search-price-question-section__question-element:not(:nth-last-of-type) {
  padding-bottom: 0;
}

/* line 195, app/assets/stylesheets/search_price.scss */
.search-price-question-section__question-element .title {
  padding: 24px 0 16px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 202, app/assets/stylesheets/search_price.scss */
.search-price-question-section__question-element .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 209, app/assets/stylesheets/search_price.scss */
.search-price-question-section__question-mark {
  padding-right: 80px;
}

/* line 212, app/assets/stylesheets/search_price.scss */
.search-price-question-section__question-mark img {
  max-width: 468px;
  max-height: 600px;
}

@media (max-width: 1180px) {
  /* line 170, app/assets/stylesheets/search_price.scss */
  .search-price-question-section {
    padding: 80px 40px;
  }
  /* line 221, app/assets/stylesheets/search_price.scss */
  .search-price-question-section__question-mark {
    padding-right: 0;
  }
}

@media (max-width: 960px) {
  /* line 227, app/assets/stylesheets/search_price.scss */
  .search-price-question-section__wrapper {
    flex-direction: column-reverse;
    gap: 32px;
  }
  /* line 232, app/assets/stylesheets/search_price.scss */
  .search-price-question-section__question-mark {
    align-self: center;
  }
  /* line 236, app/assets/stylesheets/search_price.scss */
  .search-price-question-section__questions {
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  /* line 243, app/assets/stylesheets/search_price.scss */
  .search-price-question-section__question-mark img {
    width: 320px;
  }
}
/* line 3, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration {
  --page-padding: 40px;
  --details-padding: 24px;
}

/* line 7, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration strong {
  color: #9E9E9E;
}

/* line 11, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px var(--page-padding);
  overflow: hidden;
  background: #F7FCFF;
  border-bottom: 2px solid #212121;
  border-radius: 0 0 140px 140px;
}

/* line 26, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__wrapper .search-card-book-shipping-wrapper .search-card-result {
  padding: 0;
}

/* line 33, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__header h1 {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: #212121;
}

/* line 39, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__info-wrapper {
  padding: 0 40px;
}

/* line 43, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__info-header {
  margin: 32px 0;
}

/* line 44, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__info-header h2 {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #9E9E9E;
  margin: 0;
}

/* line 54, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 61, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-element h3, .shipment-declaration__form-separator h3 {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  color: #212121;
  margin: 0 0 24px;
}

/* line 68, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-element {
  width: 47%;
}

/* line 72, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-element-container {
  border-right: 1px solid #212121;
  border-top: 1px solid #212121;
  border-left: 2px solid #212121;
  border-bottom: 2px solid #212121;
  border-radius: 36px;
  padding: 24px 24px 32px;
}

/* line 81, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-element-container .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  color: #212121;
}

/* line 86, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-element-container .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #9E9E9E;
}

/* line 91, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-element-container .upload-file-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

/* line 101, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-element-spaced {
  margin-top: 24px;
}

/* line 105, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-actions {
  margin-top: 32px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

/* line 113, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-actions > * {
  flex-basis: 187px;
}

@media (max-width: 1150px) {
  /* line 121, app/assets/stylesheets/shipment-declaration.scss */
  .shipment-declaration__form-body {
    flex-direction: column;
    align-items: center;
  }
  /* line 126, app/assets/stylesheets/shipment-declaration.scss */
  .shipment-declaration__form-element {
    width: 100%;
  }
}

@media (max-width: 600px) {
  /* line 133, app/assets/stylesheets/shipment-declaration.scss */
  .shipment-declaration__wrapper {
    border-radius: 0 0 70px 70px;
  }
  /* line 137, app/assets/stylesheets/shipment-declaration.scss */
  .shipment-declaration__info-wrapper {
    padding: 0 16px;
  }
}

@media (max-width: 420px) {
  /* line 144, app/assets/stylesheets/shipment-declaration.scss */
  .shipment-declaration__form-actions {
    flex-wrap: wrap-reverse;
  }
  /* line 146, app/assets/stylesheets/shipment-declaration.scss */
  .shipment-declaration__form-actions > * {
    flex-grow: 1;
  }
}

/* line 155, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 160, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__header-wrapper__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: #212121;
  text-align: start;
}

/* line 166, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__header-wrapper__savebox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

/* line 172, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__header-wrapper__savebox select {
  border: none;
  border-radius: 8px;
  background: #F7FCFF;
  width: 155px;
  padding: 0px 8px;
}

/* line 180, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__header-wrapper__savebox .save-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* line 186, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__header-wrapper__savebox .save-checkbox label {
  margin: 0;
}

/* line 193, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__same-as {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 199, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__text-input {
  margin-top: 8px;
}

/* line 202, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__text-input input {
  width: 100%;
  padding: 8px;
  border-radius: 99px;
  border: 1px solid black;
  font-size: 14px;
  line-height: 1.5;
  color: grey;
}

/* line 212, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__text-input input:focus {
  outline: none;
}

@media (max-width: 520px) {
  /* line 218, app/assets/stylesheets/shipment-declaration.scss */
  .declaration-data__header-wrapper {
    flex-wrap: wrap;
  }
}

/* line 225, app/assets/stylesheets/shipment-declaration.scss */
.watchers__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: #212121;
  text-align: start;
}

/* line 231, app/assets/stylesheets/shipment-declaration.scss */
.watchers__select {
  margin-top: 8px;
}

/* line 234, app/assets/stylesheets/shipment-declaration.scss */
.watchers__select input {
  width: 100%;
  padding: 8px;
  border-radius: 99px;
  border: 1px solid black;
}

/* line 242, app/assets/stylesheets/shipment-declaration.scss */
.watchers__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 16px;
}

/* line 252, app/assets/stylesheets/shipment-declaration.scss */
.watchers__element-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 258, app/assets/stylesheets/shipment-declaration.scss */
.watchers__element {
  display: flex;
  gap: 16px;
}

/* line 263, app/assets/stylesheets/shipment-declaration.scss */
.watchers__boxes {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

/* line 269, app/assets/stylesheets/shipment-declaration.scss */
.watchers__boxes > div {
  display: flex;
  gap: 8px;
}

/* line 275, app/assets/stylesheets/shipment-declaration.scss */
.watchers__remove {
  cursor: pointer;
}

/* line 280, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration.errors {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background-color: #EB5757;
  border-radius: 60px;
  padding: 8px;
  color: white;
}

/* line 291, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration.errors__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-align: center;
}

/* line 296, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration.errors__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  gap: 8px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-align: start;
}
/* line 1, app/assets/stylesheets/shipment_details.scss */
.shipment-waiting-confirmation {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 7, app/assets/stylesheets/shipment_details.scss */
.shipment-waiting-confirmation img {
  width: 40px;
  height: 40px;
}

/* line 11, app/assets/stylesheets/shipment_details.scss */
.shipment-waiting-confirmation h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #212121;
  margin: 8px 0 0;
}

/* line 20, app/assets/stylesheets/shipment_details.scss */
.shipping-tag {
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  background: #212121;
  border-radius: 30px;
  margin-bottom: 32px;
}

/* line 31, app/assets/stylesheets/shipment_details.scss */
.shipment_action_item {
  padding-top: 16px;
}

/* line 35, app/assets/stylesheets/shipment_details.scss */
.shipment-details-search-result {
  max-width: 900px;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 32px;
}

/* line 42, app/assets/stylesheets/shipment_details.scss */
.shipment-details-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}

/* line 52, app/assets/stylesheets/shipment_details.scss */
.shipment-details-details .app-tabs {
  margin: 32px 0;
}

/* line 56, app/assets/stylesheets/shipment_details.scss */
.shipment-details-details .tab-content {
  width: 100%;
}

/* line 61, app/assets/stylesheets/shipment_details.scss */
.rating-container {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 69, app/assets/stylesheets/shipment_details.scss */
.components-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* line 74, app/assets/stylesheets/shipment_details.scss */
.components-container span {
  cursor: pointer;
  color: orange;
  text-decoration: underline;
  display: none;
}

/* line 82, app/assets/stylesheets/shipment_details.scss */
.feedback-text {
  cursor: pointer;
  margin: 10px;
}

/* line 87, app/assets/stylesheets/shipment_details.scss */
.rating-1 {
  background-color: #ffb5b5;
  border-radius: 500px;
}

/* line 92, app/assets/stylesheets/shipment_details.scss */
.rating-2 {
  background-color: #eea56b;
  border-radius: 500px;
}

/* line 97, app/assets/stylesheets/shipment_details.scss */
.rating-3 {
  background-color: #f0c77b;
  border-radius: 500px;
}

/* line 102, app/assets/stylesheets/shipment_details.scss */
.rating-4 {
  background-color: #e2f4e2;
  border-radius: 500px;
}

/* line 107, app/assets/stylesheets/shipment_details.scss */
.rating-5 {
  background-color: #a1e8a1;
  border-radius: 500px;
}

/* line 112, app/assets/stylesheets/shipment_details.scss */
.star-widget {
  padding: 5px;
  margin: 20px;
}

/* line 116, app/assets/stylesheets/shipment_details.scss */
.star-widget label {
  font-size: 40px;
  color: #444;
  padding: 10px;
  float: right;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* line 125, app/assets/stylesheets/shipment_details.scss */
.star-widget input {
  display: none;
}

/* line 130, app/assets/stylesheets/shipment_details.scss */
.star-widget input:not(:checked) ~ label:hover {
  color: #fd4;
}

/* line 133, app/assets/stylesheets/shipment_details.scss */
.star-widget input:not(:checked) ~ label:hover ~ label {
  color: #fd4;
}

/* line 143, app/assets/stylesheets/shipment_details.scss */
.star-widget input:checked ~ label {
  color: #fd4;
}

/* line 151, app/assets/stylesheets/shipment_details.scss */
.rating-star {
  height: 30px;
  width: 30px;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  text-align: center;
  background: #ffb547;
  color: white;
  padding: 8px;
}

/* line 161, app/assets/stylesheets/shipment_details.scss */
.empty-star {
  font-size: 20px;
  color: #a9a9a9;
  cursor: pointer;
}

/* line 167, app/assets/stylesheets/shipment_details.scss */
.rating-header {
  font-size: 30px;
}

/* line 172, app/assets/stylesheets/shipment_details.scss */
.rating-container .feedback-form {
  display: none;
}

/* line 176, app/assets/stylesheets/shipment_details.scss */
input:checked ~ form {
  display: block;
}

/* line 180, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form {
  position: relative;
  width: 60%;
}

/* line 183, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form textarea {
  border-radius: 60px;
  height: 80px;
  width: 100%;
  padding: 16px;
  color: #0f0101;
  margin: 16px 0px;
  font-size: 14px;
  line-height: 1.5;
  resize: none;
  border-color: #e7e7e7;
  border-width: 2px;
  background: #ffffff;
}

/* line 197, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form .data-container {
  background: #f9fbfc;
  border-radius: 36px;
  margin-bottom: 20px;
  padding: 15px;
}

/* line 202, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form .data-container .data-header {
  display: flex;
  justify-content: space-between;
  height: 40px;
}

/* line 207, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form .data-container .data-header header {
  margin-top: 10px;
  font-size: 18 dpx;
}

/* line 213, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form .data-container .same-as {
  background: #F7FCFF;
  border-radius: 400px;
  padding: 10px 20px 0px 20px;
  display: flex;
  height: 50px;
  justify-content: space-between;
  margin-top: -10px;
}

/* line 221, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form .data-container .same-as p {
  color: #c0baba;
  padding: 5px;
}

/* line 228, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form ::placeholder {
  color: #cbcbcb;
}

/* line 232, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form p {
  text-align: center;
  padding: 20px;
}

/* line 238, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form {
  position: relative;
  width: 60%;
}

/* line 241, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form textarea, .instruction-info .final-shipping-instruction-form input[type="number"] {
  border: solid 1px #00000050;
  border-radius: 60px;
  height: 80px;
  width: 100%;
  padding: 16px;
  color: #0f0101;
  margin: 16px 0px;
  font-size: 14px;
  line-height: 1.5;
  resize: none;
  background: #ffffff;
}

/* line 254, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form .data-container {
  background: #f9fbfc;
  border-radius: 36px;
  margin-bottom: 20px;
  padding: 15px;
}

/* line 259, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form .data-container .data-header {
  display: flex;
  justify-content: space-between;
  height: 40px;
}

/* line 264, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form .data-container .data-header header {
  margin-top: 10px;
  font-size: 18 dpx;
}

/* line 270, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form .data-container .same-as {
  background: #F7FCFF;
  border-radius: 400px;
  padding: 10px 20px 0px 20px;
  display: flex;
  height: 50px;
  justify-content: space-between;
  margin-top: -10px;
}

/* line 278, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form .data-container .same-as p {
  color: #c0baba;
  padding: 5px;
}

/* line 285, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form ::placeholder {
  color: #cbcbcb;
}

/* line 289, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form p {
  text-align: center;
  padding: 20px;
}

/* line 295, app/assets/stylesheets/shipment_details.scss */
#number-box {
  height: 50px;
  padding: 12px 10px 10px 20px;
}

/* line 300, app/assets/stylesheets/shipment_details.scss */
.list-checkbox-container {
  width: 40%;
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
}

/* line 306, app/assets/stylesheets/shipment_details.scss */
.list-checkbox-container select {
  width: 70%;
  margin-top: 4%;
  border-radius: 12px;
  background: #ecf3fb;
  font-size: 14px;
  border-color: transparent;
  padding: 0px 10px;
}

/* line 316, app/assets/stylesheets/shipment_details.scss */
.list-checkbox-container label {
  margin-top: 14px;
}

/* line 320, app/assets/stylesheets/shipment_details.scss */
.list-checkbox-container input {
  margin-right: 5px;
}

/* line 326, app/assets/stylesheets/shipment_details.scss */
.description-of-goods-container textarea {
  margin-top: 0px;
}

/* line 331, app/assets/stylesheets/shipment_details.scss */
.file-image {
  text-align: center;
  padding: 15px;
}

/* line 336, app/assets/stylesheets/shipment_details.scss */
.sd-container-type-details {
  border: 2px dashed #e6dbdb;
  border-radius: 40px;
  padding: 15px;
  margin-top: 20px;
}

/* line 341, app/assets/stylesheets/shipment_details.scss */
.sd-container-type-details h6 {
  font-size: 14px;
  margin-bottom: -10px;
  margin-top: 20px;
  color: gray;
}

/* line 350, app/assets/stylesheets/shipment_details.scss */
.fsi-container-type-details {
  border: 2px solid #e6dbdb;
  border-radius: 40px;
  padding: 15px;
  margin-top: 20px;
}

/* line 355, app/assets/stylesheets/shipment_details.scss */
.fsi-container-type-details h6 {
  font-size: 14px;
  margin-bottom: -10px;
  margin-top: 20px;
  color: gray;
}

/* line 364, app/assets/stylesheets/shipment_details.scss */
.container-types-details {
  border: 2px dashed #e6dbdb;
  border-radius: 40px;
  padding: 15px;
  margin-top: 20px;
  background: #edf8fa;
}

/* line 370, app/assets/stylesheets/shipment_details.scss */
.container-types-details h6 {
  font-size: 14px;
  margin-bottom: -10px;
  margin-top: 20px;
  color: gray;
  margin-left: 10px;
}

/* line 380, app/assets/stylesheets/shipment_details.scss */
.weight-code-container {
  display: flex;
  justify-content: space-between;
}

/* line 384, app/assets/stylesheets/shipment_details.scss */
.weight-code-container .gross-weight {
  width: 47%;
}

/* line 388, app/assets/stylesheets/shipment_details.scss */
.weight-code-container .net-weight {
  width: 47%;
}

/* line 394, app/assets/stylesheets/shipment_details.scss */
.weights-container {
  display: flex;
  justify-content: space-between;
}

/* line 397, app/assets/stylesheets/shipment_details.scss */
.weights-container .textarea {
  padding: 8px;
}

/* line 404, app/assets/stylesheets/shipment_details.scss */
.shipping-declaration-condition {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 40px;
}

/* line 411, app/assets/stylesheets/shipment_details.scss */
.shipping-declaration-condition h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #212121;
  margin-bottom: 32px;
}

/* line 421, app/assets/stylesheets/shipment_details.scss */
.declaration-border-card {
  padding: 32px 24px 36px 28px;
  margin: 0 0 -4px -4px;
  background: #ffffff;
  border-radius: 36px;
  position: relative;
  border: dashed 2px #cdc9c9;
}

/* line 428, app/assets/stylesheets/shipment_details.scss */
.declaration-border-card::before {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  border-radius: 36px;
}

/* line 439, app/assets/stylesheets/shipment_details.scss */
.declaration-border-card[data-read]::before {
  background: #F7FCFF;
}

/* line 444, app/assets/stylesheets/shipment_details.scss */
.declaration-border-card[data-read] .headline,
.declaration-border-card[data-read] .message,
.declaration-border-card[data-read] .date {
  color: #9E9E9E;
}

/* line 453, app/assets/stylesheets/shipment_details.scss */
.declaration-form-container, .instruction-form-container {
  border: dashed 2px #cdc9c9;
  padding: 32px 24px 36px 28px;
  margin: 0 0 -4px -4px;
  background: #ffffff;
  border-radius: 36px;
  margin: 15px;
}

/* line 460, app/assets/stylesheets/shipment_details.scss */
.declaration-form-container h1, .instruction-form-container h1 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
  position: relative;
}

/* line 469, app/assets/stylesheets/shipment_details.scss */
.container-number-and-number-of-items {
  display: flex;
  justify-content: space-between;
}

/* line 472, app/assets/stylesheets/shipment_details.scss */
.container-number-and-number-of-items .container-number {
  width: 50%;
  padding: 0px 5px;
}

/* line 476, app/assets/stylesheets/shipment_details.scss */
.container-number-and-number-of-items .number-of-items {
  width: 50%;
  padding: 0px 5px;
}

/* line 482, app/assets/stylesheets/shipment_details.scss */
.container-number-and-number-of-items .item-type select {
  margin-top: 16px;
  border: solid 1px #00000050;
  border-radius: 60px;
  background: white;
  font-size: 14px;
  padding: 0px 10px;
  height: 50px;
}

/* line 494, app/assets/stylesheets/shipment_details.scss */
.upload-file-button {
  border: none;
  border-radius: 48px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-wrap: nowrap;
}

/* line 504, app/assets/stylesheets/shipment_details.scss */
.upload-file-button .shipping_file {
  display: none;
  cursor: pointer;
}

/* line 509, app/assets/stylesheets/shipment_details.scss */
.upload-file-button #file_name_class {
  margin-bottom: 10px;
  color: black;
}

/* line 514, app/assets/stylesheets/shipment_details.scss */
.upload-file-button .btn {
  background: #ffa726;
  display: flex;
  border: none;
  border-radius: 48px;
  color: white;
  cursor: pointer;
}

/* line 522, app/assets/stylesheets/shipment_details.scss */
.upload-file-button .btn:active, .upload-file-button a:active {
  outline: none;
  border: none !important;
  box-shadow: none !important;
}

/* line 528, app/assets/stylesheets/shipment_details.scss */
.upload-file-button .btn[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #ffffff;
  padding: 10px 10px;
}

/* line 534, app/assets/stylesheets/shipment_details.scss */
.upload-file-button #text {
  padding-top: 4px;
}

/* line 540, app/assets/stylesheets/shipment_details.scss */
.textarea textarea {
  border-radius: 20px;
  height: 133px;
  width: 100%;
  padding: 16px;
  color: grey;
  margin: 16px 0px;
  font-size: 14px;
  line-height: 1.5;
  resize: none;
}

/* line 552, app/assets/stylesheets/shipment_details.scss */
.textarea textarea:focus {
  outline: none;
}

/* line 558, app/assets/stylesheets/shipment_details.scss */
.btn-secondary {
  background: #ffa726;
  border: 1px solid #ffa726;
}

/* line 563, app/assets/stylesheets/shipment_details.scss */
.btn2-secondary {
  background: #f8f6f4;
  border: 1px solid #ffa726;
  color: #ffa726;
}

/* line 569, app/assets/stylesheets/shipment_details.scss */
.round {
  border-radius: 999px;
}

/* line 573, app/assets/stylesheets/shipment_details.scss */
.feedback-content-actions {
  display: flex;
  justify-content: space-evenly;
}

/* line 578, app/assets/stylesheets/shipment_details.scss */
.feedback-action-wrapper {
  cursor: pointer;
}

/* line 580, app/assets/stylesheets/shipment_details.scss */
.feedback-action-wrapper .button {
  background: #ffa726;
  border: none;
  border-radius: 48px;
  color: white;
  width: 100%;
  padding: 15px;
  margin-bottom: 12px;
}

/* line 590, app/assets/stylesheets/shipment_details.scss */
.feedback-action-wrapper a {
  background: white;
  border: 1px solid #ffa726;
  border-radius: 48px;
  color: #ffa726 !important;
  width: 100%;
  padding: 15px;
  margin-bottom: 12px;
  text-decoration: none !important;
  cursor: pointer;
}

/* line 602, app/assets/stylesheets/shipment_details.scss */
.feedback-action-wrapper .button:hover {
  background: rgba(255, 167, 38, 0.9);
}

/* line 606, app/assets/stylesheets/shipment_details.scss */
.feedback-action-wrapper a:hover {
  background: white;
  color: #eb8c02;
}

/* line 611, app/assets/stylesheets/shipment_details.scss */
.feedback-action-wrapper .button:active, .feedback-action-wrapper a:active {
  outline: none;
  border: none !important;
  box-shadow: none !important;
}

/* line 617, app/assets/stylesheets/shipment_details.scss */
.feedback-action-wrapper .button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

/* line 624, app/assets/stylesheets/shipment_details.scss */
.declaration-action-wrapper {
  cursor: pointer;
  width: 40%;
}

/* line 627, app/assets/stylesheets/shipment_details.scss */
.declaration-action-wrapper .button {
  background: #ffa726;
  border: none;
  border-radius: 48px;
  color: white;
  width: 100%;
  padding: 15px;
  margin-bottom: 12px;
}

/* line 637, app/assets/stylesheets/shipment_details.scss */
.declaration-action-wrapper a {
  background: white;
  border: 1px solid #ffa726;
  border-radius: 48px;
  color: #ffa726 !important;
  width: 100%;
  padding: 15px;
  margin-bottom: 12px;
  text-decoration: none !important;
  cursor: pointer;
}

/* line 649, app/assets/stylesheets/shipment_details.scss */
.declaration-action-wrapper .button:hover {
  background: rgba(255, 167, 38, 0.9);
}

/* line 653, app/assets/stylesheets/shipment_details.scss */
.declaration-action-wrapper a:hover {
  background: white;
  color: #eb8c02;
}

/* line 658, app/assets/stylesheets/shipment_details.scss */
.declaration-action-wrapper .button:active, .declaration-action-wrapper a:active {
  outline: none;
  border: none !important;
  box-shadow: none !important;
}

/* line 664, app/assets/stylesheets/shipment_details.scss */
.declaration-action-wrapper .button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

/* line 671, app/assets/stylesheets/shipment_details.scss */
.shipment-details-tab-update-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #212121;
}

/* line 678, app/assets/stylesheets/shipment_details.scss */
.shipment-details-tab-update-icon span {
  margin-top: 4px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

/* line 686, app/assets/stylesheets/shipment_details.scss */
.shipment-details-card {
  margin-bottom: 28px;
  width: 100%;
}

/* line 690, app/assets/stylesheets/shipment_details.scss */
.shipment-details-card .shipment-details-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 14px;
  color: #9e9e9e;
}

/* line 700, app/assets/stylesheets/shipment_details.scss */
.shipment-details-card p {
  margin-bottom: 0;
}

/* line 705, app/assets/stylesheets/shipment_details.scss */
.shipment-document-card-head {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #212121;
  margin-bottom: 32px;
}

/* line 712, app/assets/stylesheets/shipment_details.scss */
.document-file-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 716, app/assets/stylesheets/shipment_details.scss */
.document-file-row .icon {
  color: #9e9e9e;
}

/* line 721, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card {
  padding: 0 0 4px 4px;
  margin-bottom: 36px;
  display: flex;
  flex-flow: column;
}

/* line 727, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info {
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

/* line 735, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info .shipment-cost-ref {
  font-size: 12px;
  line-height: 14px;
  color: #050000;
  margin-bottom: 4px;
}

/* line 742, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info .shipment-cost-tag {
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  background: #212121;
  border-radius: 30px;
  margin-bottom: 24px;
}

/* line 753, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info .shipment-cost-freight {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #bdbdbd;
  margin-bottom: 4px;
}

/* line 761, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info .shipment-cost-price {
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #212121;
  margin-bottom: 16px;
}

/* line 769, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info .shipment-cost-destination {
  font-size: 12px;
  line-height: 14px;
  color: #bdbdbd;
  margin-bottom: 4px;
}

/* line 776, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info .shipment-cost-total {
  font-size: 16px;
  line-height: 18px;
  color: #9e9e9e;
}

/* line 780, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info .shipment-cost-total strong {
  color: #212121;
}

/* line 786, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .details-breakdown-wrapper {
  margin-bottom: 32px;
}

/* line 790, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .details-breakdown-main {
  background: #f7fcff;
  padding-left: 24px;
  padding-right: 24px;
}

/* line 795, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .details-breakdown-secondary {
  padding-left: 38px;
  padding-right: 38px;
}

/* line 801, app/assets/stylesheets/shipment_details.scss */
#shipping_file {
  filter: alpha(opacity=0);
}
/* line 1, app/assets/stylesheets/snackbar.scss */
.snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 30;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

/* line 16, app/assets/stylesheets/snackbar.scss */
.snackbar-error {
  background-color: #EB5757;
}

/* line 21, app/assets/stylesheets/snackbar.scss */
.snackbar.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* line 26, app/assets/stylesheets/snackbar.scss */
.snackbar.show-long {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 9.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
/* line 3, app/assets/stylesheets/strike.scss */
.strike {
  background-color: #05217A;
  background-size: 100%;
  min-height: 100vh;
}

/* line 8, app/assets/stylesheets/strike.scss */
.strike__wrapper {
  height: 100%;
  padding: 113px 0 112px 264px;
}

/* line 13, app/assets/stylesheets/strike.scss */
.strike__logo {
  margin-bottom: 40px;
}

/* line 17, app/assets/stylesheets/strike.scss */
.strike__date {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  text-align: left;
  margin-bottom: 22px;
}

/* line 24, app/assets/stylesheets/strike.scss */
.strike__header {
  margin-bottom: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 75px;
}

/* line 32, app/assets/stylesheets/strike.scss */
.strike__en {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  text-align: left;
}

/* line 38, app/assets/stylesheets/strike.scss */
.strike__ar {
  margin-bottom: 32px;
  font-family: "ArefRuqaa";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 58px;
  text-align: center;
  color: #FFF;
  text-align: center;
}

/* line 45, app/assets/stylesheets/strike.scss */
.strike__body {
  margin-bottom: 9px;
}

/* line 49, app/assets/stylesheets/strike.scss */
.strike__paragraph {
  margin-bottom: 26px;
  max-width: 587px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  text-align: left;
}

/* line 57, app/assets/stylesheets/strike.scss */
.strike__hashtag {
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  text-align: left;
}

@media (max-width: 1200px) {
  /* line 64, app/assets/stylesheets/strike.scss */
  .strike__wrapper {
    padding-left: 122px;
  }
}

@media (max-width: 768px) {
  /* line 70, app/assets/stylesheets/strike.scss */
  .strike__wrapper {
    padding: 40px;
  }
  /* line 74, app/assets/stylesheets/strike.scss */
  .strike__logo, .strike__body {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 80, app/assets/stylesheets/strike.scss */
  .strike__date, .strike__en, .strike__paragraph, .strike__hashtag {
    text-align: center;
  }
  /* line 87, app/assets/stylesheets/strike.scss */
  .strike__header, .strike__body {
    flex-direction: column;
  }
}
@font-face{font-family:summernote;font-style:normal;font-weight:400;font-display:auto;src:url(/font/summernote.eot);src:url(/font/summernote.eot?#iefix) format("embedded-opentype"),url(/font/summernote.woff2) format("woff2"),url(/font/summernote.woff) format("woff"),url(/font/summernote.ttf) format("truetype")}[class*=" note-icon"]:before,[class^=note-icon]:before{display:inline-block;font-family:summernote;font-style:normal;font-size:inherit;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}.note-icon-fw{text-align:center;width:1.25em}.note-icon-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.note-icon-pull-left{float:left}.note-icon-pull-right{float:right}.note-icon.note-icon-pull-left{margin-right:.3em}.note-icon.note-icon-pull-right{margin-left:.3em}.note-icon-align:before{content:"\ea01"}.note-icon-align-center:before{content:"\ea02"}.note-icon-align-indent:before{content:"\ea03"}.note-icon-align-justify:before{content:"\ea04"}.note-icon-align-left:before{content:"\ea05"}.note-icon-align-outdent:before{content:"\ea06"}.note-icon-align-right:before{content:"\ea07"}.note-icon-arrow-circle-down:before{content:"\ea08"}.note-icon-arrow-circle-left:before{content:"\ea09"}.note-icon-arrow-circle-right:before{content:"\ea0a"}.note-icon-arrow-circle-up:before{content:"\ea0b"}.note-icon-arrows-alt:before{content:"\ea0c"}.note-icon-arrows-h:before{content:"\ea0d"}.note-icon-arrows-v:before{content:"\ea0e"}.note-icon-bold:before{content:"\ea0f"}.note-icon-caret:before{content:"\ea10"}.note-icon-chain-broken:before{content:"\ea11"}.note-icon-circle:before{content:"\ea12"}.note-icon-close:before{content:"\ea13"}.note-icon-code:before{content:"\ea14"}.note-icon-col-after:before{content:"\ea15"}.note-icon-col-before:before{content:"\ea16"}.note-icon-col-remove:before{content:"\ea17"}.note-icon-eraser:before{content:"\ea18"}.note-icon-float-left:before{content:"\ea19"}.note-icon-float-none:before{content:"\ea1a"}.note-icon-float-right:before{content:"\ea1b"}.note-icon-font:before{content:"\ea1c"}.note-icon-frame:before{content:"\ea1d"}.note-icon-italic:before{content:"\ea1e"}.note-icon-link:before{content:"\ea1f"}.note-icon-magic:before{content:"\ea20"}.note-icon-menu-check:before{content:"\ea21"}.note-icon-minus:before{content:"\ea22"}.note-icon-orderedlist:before{content:"\ea23"}.note-icon-pencil:before{content:"\ea24"}.note-icon-picture:before{content:"\ea25"}.note-icon-question:before{content:"\ea26"}.note-icon-redo:before{content:"\ea27"}.note-icon-rollback:before{content:"\ea28"}.note-icon-row-above:before{content:"\ea29"}.note-icon-row-below:before{content:"\ea2a"}.note-icon-row-remove:before{content:"\ea2b"}.note-icon-special-character:before{content:"\ea2c"}.note-icon-square:before{content:"\ea2d"}.note-icon-strikethrough:before{content:"\ea2e"}.note-icon-subscript:before{content:"\ea2f"}.note-icon-summernote:before{content:"\ea30"}.note-icon-superscript:before{content:"\ea31"}.note-icon-table:before{content:"\ea32"}.note-icon-text-height:before{content:"\ea33"}.note-icon-trash:before{content:"\ea34"}.note-icon-underline:before{content:"\ea35"}.note-icon-undo:before{content:"\ea36"}.note-icon-unorderedlist:before{content:"\ea37"}.note-icon-video:before{content:"\ea38"}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;display:none;z-index:100;color:#87cefa;background-color:#fff;opacity:.95}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;vertical-align:middle;text-align:center;font-size:28px;font-weight:700}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:none}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area .note-editable img.note-float-left{margin-right:10px}.note-editor .note-editing-area .note-editable img.note-float-right{margin-left:10px}.note-editor.note-airframe,.note-editor.note-frame{border:1px solid #a9a9a9}.note-editor.note-airframe.codeview .note-editing-area .note-editable,.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-airframe.codeview .note-editing-area .note-codable,.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-airframe .note-editing-area,.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-airframe .note-editing-area .note-editable,.note-editor.note-frame .note-editing-area .note-editable{background-color:#fff;color:#000;padding:10px;overflow:auto;word-wrap:break-word}.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false]{background-color:#e5e5e5}.note-editor.note-airframe .note-editing-area .note-codable,.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;border:none;box-shadow:none;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;resize:none;outline:none;-ms-box-sizing:border-box;box-sizing:border-box;border-radius:0;margin-bottom:0}.note-editor.note-airframe.fullscreen,.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;width:100%!important;z-index:1050}.note-editor.note-airframe.fullscreen .note-editable,.note-editor.note-frame.fullscreen .note-editable{background-color:#fff}.note-editor.note-airframe.fullscreen .note-resizebar,.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-airframe .note-status-output,.note-editor.note-frame .note-status-output{display:block;width:100%;font-size:14px;line-height:1.42857143;height:20px;margin-bottom:0;color:#000;border:0;border-top:1px solid #e2e2e2}.note-editor.note-airframe .note-status-output:empty,.note-editor.note-frame .note-status-output:empty{height:0;border-top:0 solid transparent}.note-editor.note-airframe .note-status-output .pull-right,.note-editor.note-frame .note-status-output .pull-right{float:right!important}.note-editor.note-airframe .note-status-output .text-muted,.note-editor.note-frame .note-status-output .text-muted{color:#777}.note-editor.note-airframe .note-status-output .text-primary,.note-editor.note-frame .note-status-output .text-primary{color:#286090}.note-editor.note-airframe .note-status-output .text-success,.note-editor.note-frame .note-status-output .text-success{color:#3c763d}.note-editor.note-airframe .note-status-output .text-info,.note-editor.note-frame .note-status-output .text-info{color:#31708f}.note-editor.note-airframe .note-status-output .text-warning,.note-editor.note-frame .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-airframe .note-status-output .text-danger,.note-editor.note-frame .note-status-output .text-danger{color:#a94442}.note-editor.note-airframe .note-status-output .alert,.note-editor.note-frame .note-status-output .alert{margin:-7px 0 0;padding:7px 10px 2px;border-radius:0;color:#000;background-color:#f5f5f5}.note-editor.note-airframe .note-status-output .alert .note-icon,.note-editor.note-frame .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-airframe .note-status-output .alert-success,.note-editor.note-frame .note-status-output .alert-success{color:#3c763d!important;background-color:#dff0d8!important}.note-editor.note-airframe .note-status-output .alert-info,.note-editor.note-frame .note-status-output .alert-info{color:#31708f!important;background-color:#d9edf7!important}.note-editor.note-airframe .note-status-output .alert-warning,.note-editor.note-frame .note-status-output .alert-warning{color:#8a6d3b!important;background-color:#fcf8e3!important}.note-editor.note-airframe .note-status-output .alert-danger,.note-editor.note-frame .note-status-output .alert-danger{color:#a94442!important;background-color:#f2dede!important}.note-editor.note-airframe .note-statusbar,.note-editor.note-frame .note-statusbar{background-color:#f5f5f5;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #ddd}.note-editor.note-airframe .note-statusbar .note-resizebar,.note-editor.note-frame .note-statusbar .note-resizebar{padding-top:1px;height:9px;width:100%;cursor:ns-resize}.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-editor.note-airframe .note-statusbar.locked .note-resizebar,.note-editor.note-frame .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-airframe .note-placeholder,.note-editor.note-frame .note-placeholder{padding:10px}.note-editor.note-airframe{border:0}.note-editor.note-airframe .note-editing-area .note-editable{padding:0}.note-popover.popover{display:none;max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover.popover .arrow{left:20px!important}.note-toolbar{position:relative}.note-popover .popover-content,.note-toolbar{margin:0;padding:0 0 5px 5px}.note-popover .popover-content>.note-btn-group,.note-toolbar>.note-btn-group{margin-top:5px;margin-left:0;margin-right:5px}.note-popover .popover-content .note-btn-group .note-table,.note-toolbar .note-btn-group .note-table{min-width:0;padding:5px}.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker,.note-toolbar .note-btn-group .note-table .note-dimension-picker{font-size:18px}.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.note-popover .popover-content .note-style .dropdown-style blockquote,.note-popover .popover-content .note-style .dropdown-style pre,.note-toolbar .note-style .dropdown-style blockquote,.note-toolbar .note-style .dropdown-style pre{margin:0;padding:5px 10px}.note-popover .popover-content .note-style .dropdown-style h1,.note-popover .popover-content .note-style .dropdown-style h2,.note-popover .popover-content .note-style .dropdown-style h3,.note-popover .popover-content .note-style .dropdown-style h4,.note-popover .popover-content .note-style .dropdown-style h5,.note-popover .popover-content .note-style .dropdown-style h6,.note-popover .popover-content .note-style .dropdown-style p,.note-toolbar .note-style .dropdown-style h1,.note-toolbar .note-style .dropdown-style h2,.note-toolbar .note-style .dropdown-style h3,.note-toolbar .note-style .dropdown-style h4,.note-toolbar .note-style .dropdown-style h5,.note-toolbar .note-style .dropdown-style h6,.note-toolbar .note-style .dropdown-style p{margin:0;padding:0}.note-popover .popover-content .note-color-all .note-dropdown-menu,.note-toolbar .note-color-all .note-dropdown-menu{min-width:337px}.note-popover .popover-content .note-color .dropdown-toggle,.note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette,.note-toolbar .note-color .note-dropdown-menu .note-palette{display:inline-block;margin:0;width:160px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child,.note-toolbar .note-color .note-dropdown-menu .note-palette:first-child{margin:0 5px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title{font-size:12px;margin:2px 7px;text-align:center;border-bottom:1px solid #eee}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select{font-size:11px;margin:3px;padding:0 3px;cursor:pointer;width:100%;border-radius:5px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover{background:#eee}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row{height:20px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn{display:none}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn{border:1px solid #eee}.note-popover .popover-content .note-para .note-dropdown-menu,.note-toolbar .note-para .note-dropdown-menu{min-width:216px;padding:5px}.note-popover .popover-content .note-para .note-dropdown-menu>div:first-child,.note-toolbar .note-para .note-dropdown-menu>div:first-child{margin-right:5px}.note-popover .popover-content .note-dropdown-menu,.note-toolbar .note-dropdown-menu{min-width:160px}.note-popover .popover-content .note-dropdown-menu.right,.note-toolbar .note-dropdown-menu.right{right:0;left:auto}.note-popover .popover-content .note-dropdown-menu.right:before,.note-toolbar .note-dropdown-menu.right:before{right:9px;left:auto!important}.note-popover .popover-content .note-dropdown-menu.right:after,.note-toolbar .note-dropdown-menu.right:after{right:10px;left:auto!important}.note-popover .popover-content .note-dropdown-menu.note-check a i,.note-toolbar .note-dropdown-menu.note-check a i{color:#00bfff;visibility:hidden}.note-popover .popover-content .note-dropdown-menu.note-check a.checked i,.note-toolbar .note-dropdown-menu.note-check a.checked i{visibility:visible}.note-popover .popover-content .note-fontsize-10,.note-toolbar .note-fontsize-10{font-size:10px}.note-popover .popover-content .note-color-palette,.note-toolbar .note-color-palette{line-height:1}.note-popover .popover-content .note-color-palette div .note-color-btn,.note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:1px solid #fff}.note-popover .popover-content .note-color-palette div .note-color-btn:hover,.note-toolbar .note-color-palette div .note-color-btn:hover{border:1px solid #000}.note-modal .modal-dialog{outline:0;border-radius:5px;box-shadow:0 3px 9px rgba(0,0,0,.5)}.note-modal .form-group{margin-left:0;margin-right:0}.note-modal .note-modal-form{margin:0}.note-modal .note-image-dialog .note-dropzone{min-height:100px;font-size:30px;line-height:4;color:#d3d3d3;text-align:center;border:4px dashed #d3d3d3;margin-bottom:10px}@-moz-document url-prefix(){.note-modal .note-image-input{height:auto}}.note-placeholder{position:absolute;display:none;color:grey}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid #000}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle,.note-handle .note-control-selection .note-control-holder,.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-sizing{background-color:#000}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:none;border-bottom:none}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:none;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:none;border-right:none}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:none;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;color:#fff;background-color:#000;font-size:12px;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{padding:3px;max-height:150px;overflow:auto}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:#fff;white-space:nowrap;text-decoration:none;background-color:#428bca;outline:0;cursor:pointer}.note-toolbar .note-btn{background:#fff;border-color:#dae0e5;padding:.28rem .65rem;font-size:13px}
/* line 22, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard {
  min-height: 100vh;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

/* line 33, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__overlay {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-out;
}

/* line 41, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__overlay--updating {
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

/* line 46, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__overlay--gif {
  background: rgba(0, 0, 0, 0.85);
  z-index: 900;
}

/* line 52, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__overlay-text {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  animation: pulse 1.5s ease-in-out infinite;
}

/* line 62, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__gif-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 90vh;
}

/* line 70, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__gif {
  width: auto;
  height: auto;
  min-width: 60vw;
  min-height: 60vh;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.3);
}

/* line 85, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

/* line 92, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__logo {
  height: 60px;
  width: auto;
  filter: brightness(0) invert(1);
}

/* line 101, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__corner-metric {
  position: absolute;
  top: 30px;
  right: 40px;
  text-align: right;
}

/* line 107, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__corner-metric .target-monitor-wallboard__metric-label {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

/* line 113, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__corner-metric .target-monitor-wallboard__metric-value {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}

/* line 119, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__corner-metric .target-monitor-wallboard__corner-metric-subtext {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

@media (max-width: 768px) {
  /* line 101, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__corner-metric {
    top: 20px;
    right: 20px;
  }
  /* line 130, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__corner-metric .target-monitor-wallboard__metric-label {
    font-size: 12px;
  }
  /* line 131, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__corner-metric .target-monitor-wallboard__metric-value {
    font-size: 20px;
  }
  /* line 132, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__corner-metric .target-monitor-wallboard__corner-metric-subtext {
    font-size: 10px;
  }
}

/* line 139, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center;
}

/* line 152, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric {
  text-align: center;
}

/* line 155, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric--primary {
  margin-bottom: 60px;
}

/* line 158, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric--primary .target-monitor-wallboard__metric-label {
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

/* line 164, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric--primary .target-monitor-wallboard__metric-value {
  font-size: 120px;
  font-weight: 800;
  color: #00ff88;
  text-shadow: 0 0 40px rgba(0, 255, 136, 0.3);
  line-height: 1;
}

@media (max-width: 1200px) {
  /* line 164, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__metric--primary .target-monitor-wallboard__metric-value {
    font-size: 80px;
  }
}

@media (max-width: 768px) {
  /* line 164, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__metric--primary .target-monitor-wallboard__metric-value {
    font-size: 48px;
  }
}

/* line 178, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric--secondary .target-monitor-wallboard__metric-label, .target-monitor-wallboard__metric--gap .target-monitor-wallboard__metric-label {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

/* line 184, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric--secondary .target-monitor-wallboard__metric-value, .target-monitor-wallboard__metric--gap .target-monitor-wallboard__metric-value {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 768px) {
  /* line 184, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__metric--secondary .target-monitor-wallboard__metric-value, .target-monitor-wallboard__metric--gap .target-monitor-wallboard__metric-value {
    font-size: 36px;
  }
}

/* line 193, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric--gap .target-monitor-wallboard__metric-value {
  color: #ff6b6b;
}

/* line 198, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric-label {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  display: block;
}

/* line 205, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric-value {
  display: block;
}

/* line 209, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metrics-row {
  display: flex;
  justify-content: center;
  gap: 120px;
}

@media (max-width: 768px) {
  /* line 209, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__metrics-row {
    flex-direction: column;
    gap: 40px;
  }
}

/* line 223, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__progress {
  width: 80%;
  max-width: 1000px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
}

/* line 232, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__progress-track {
  flex: 1;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* line 241, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #00ff88, #00cc6a);
  border-radius: 20px;
  transition: width 0.5s ease-out;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
}

/* line 248, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__progress-fill--exceeded {
  background: linear-gradient(90deg, #ffaa00, #ffd700);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
}

/* line 254, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__progress-label {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  min-width: 120px;
}

/* line 264, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.2);
}

/* line 272, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__timestamp {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}

/* line 277, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__logout {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  transition: all 0.3s;
}

/* line 286, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__logout:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* line 305, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
}

/* line 314, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__logo-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
}

/* line 323, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 329, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__logo {
  height: 40px;
  width: auto;
}

/* line 337, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

/* line 346, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__header {
  text-align: center;
  margin-bottom: 30px;
}

/* line 350, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__header h1 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}

/* line 356, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__header p {
  color: #666;
  font-size: 1rem;
}

/* line 365, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form {
  width: 100%;
  max-width: 400px;
  background-color: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 373, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .alert {
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 4px;
}

/* line 378, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .alert.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* line 384, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .alert.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

/* line 391, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .form-group {
  margin-bottom: 20px;
}

/* line 394, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

/* line 401, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .form-group .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

/* line 408, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .form-group .form-control:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 416, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .form-actions {
  margin-top: 30px;
}

/* line 419, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .form-actions .btn {
  width: 100%;
  padding: 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* line 431, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .form-actions .btn:hover {
  background-color: #0056b3;
}
/* line 2, app/assets/stylesheets/timeseries.scss */
.timeseries__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

/* line 10, app/assets/stylesheets/timeseries.scss */
.timeseries__form {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
}
/* line 3, app/assets/stylesheets/track-details.scss */
.track-details-wrapper {
  position: relative;
}

/* line 7, app/assets/stylesheets/track-details.scss */
.track-details-separator {
  position: absolute;
  top: 50px;
  left: 12px;
  height: calc(100% - 126px);
  width: 1px;
  background: #DADCE0;
  z-index: 1;
}

/* line 17, app/assets/stylesheets/track-details.scss */
.track-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
  --dot-distance: 24px;
}

/* line 27, app/assets/stylesheets/track-details.scss */
.track-details__step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

/* line 34, app/assets/stylesheets/track-details.scss */
.track-details__location {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  background: white;
  width: 100%;
  border-radius: 16px;
}

/* line 46, app/assets/stylesheets/track-details.scss */
.track-details__location-type {
  background: #212121;
  width: 120px;
  padding: 2px 8px;
  border-radius: 4px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  text-align: start;
  color: white;
}

/* line 58, app/assets/stylesheets/track-details.scss */
.track-details__location-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

/* line 65, app/assets/stylesheets/track-details.scss */
.track-details__location-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
}

@media (max-width: 470px) {
  /* line 65, app/assets/stylesheets/track-details.scss */
  .track-details__location-time {
    gap: 8px;
  }
}

/* line 81, app/assets/stylesheets/track-details.scss */
.track-details__vessel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #212121;
  text-align: start;
  border-radius: 16px;
  background: white;
  padding: 16px;
  margin-left: calc(2 * var(--dot-distance));
}

/* line 98, app/assets/stylesheets/track-details.scss */
.track-details .flag {
  width: 16px;
  height: 16px;
}
/* line 1, app/assets/stylesheets/updates.scss */
.updates-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
}

/* line 6, app/assets/stylesheets/updates.scss */
.view-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  margin-left: 24px;
}
/* line 2, app/assets/stylesheets/webinars.scss */
.webinars {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  --page-width: 1200px;
}

/* line 14, app/assets/stylesheets/webinars.scss */
.webinars__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  color: #212121;
}

/* line 24, app/assets/stylesheets/webinars.scss */
.webinars__video {
  width: 100%;
  height: 675px;
  max-width: var(--page-width);
  margin-top: 64px;
}

/* line 30, app/assets/stylesheets/webinars.scss */
.webinars__video iframe {
  width: 100%;
  height: 100%;
}

/* line 36, app/assets/stylesheets/webinars.scss */
.webinars__footnote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 32px;
  max-width: var(--page-width);
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 52, app/assets/stylesheets/webinars.scss */
.webinars__blogs .blog-section {
  background: white;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *










 */
/*
Trix 0.10.1
Copyright © 2017 Basecamp, LLC
http://trix-editor.org/*/
@import url(/assets/actiontext-c53ca6bc1e146eea19c77ace8ce1981efd2f2da51bf0e94708489e4cc0eb9b2c.css);
/* line 6, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 13, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 15, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* line 19, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 26, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button, trix-toolbar .button_group input[type=button] {
  position: relative;
  float: left;
  font-size: inherit;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 37, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button:not(:first-child), trix-toolbar .button_group input[type=button]:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 39, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button:not(:disabled), trix-toolbar .button_group input[type=button]:not(:disabled) {
  cursor: pointer;
}

/* line 41, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.active, trix-toolbar .button_group input.active[type=button] {
  background: #cbeefa;
}

/* line 43, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon, trix-toolbar .button_group input.icon[type=button] {
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  /* line 49, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
  trix-toolbar .button_group button.icon, trix-toolbar .button_group input.icon[type=button] {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 52, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon::before, trix-toolbar .button_group input.icon[type=button]::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-device-width: 768px) {
  /* line 65, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
  trix-toolbar .button_group button.icon::before, trix-toolbar .button_group input.icon[type=button]::before {
    right: 6%;
    left: 6%;
  }
}

/* line 68, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.bold::before, trix-toolbar .button_group input.icon.bold[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 70, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.italic::before, trix-toolbar .button_group input.icon.italic[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 72, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.link::before, trix-toolbar .button_group input.icon.link[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 74, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.strike::before, trix-toolbar .button_group input.icon.strike[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 76, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.quote::before, trix-toolbar .button_group input.icon.quote[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 78, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.heading-1::before, trix-toolbar .button_group input.icon.heading-1[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 80, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.code::before, trix-toolbar .button_group input.icon.code[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 82, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.bullets::before, trix-toolbar .button_group input.icon.bullets[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 84, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.numbers::before, trix-toolbar .button_group input.icon.numbers[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 86, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.undo::before, trix-toolbar .button_group input.icon.undo[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 88, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.redo::before, trix-toolbar .button_group input.icon.redo[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 90, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.nesting-level.decrease::before, trix-toolbar .button_group input.icon.nesting-level.decrease[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 92, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.nesting-level.increase::before, trix-toolbar .button_group input.icon.nesting-level.increase[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 94, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.active::before, trix-toolbar .button_group input.icon.active[type=button]::before {
  opacity: 1;
}

/* line 96, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon:disabled::before, trix-toolbar .button_group input.icon[type=button]:disabled::before {
  opacity: 0.125;
}

/* line 98, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button:not(.icon), trix-toolbar .button_group input[type=button]:not(.icon) {
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-device-width: 768px) {
  /* line 105, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
  trix-toolbar .button_group button:not(.icon), trix-toolbar .button_group input[type=button]:not(.icon) {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 108, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.active:not(.icon), trix-toolbar .button_group input.active[type=button]:not(.icon) {
  color: black;
}

/* line 110, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button:not(.icon):disabled, trix-toolbar .button_group input[type=button]:not(.icon):disabled {
  color: rgba(0, 0, 0, 0.125);
}

/* line 112, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs {
  position: relative;
}

/* line 114, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 126, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog input {
  font-size: inherit;
  font-weight: normal;
}

/* line 129, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog input[type=url], trix-toolbar .dialogs .dialog input[type=text] {
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 139, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog input.validate[type=url]:invalid, trix-toolbar .dialogs .dialog input.validate[type=text]:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 141, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog .button_group input[type=button] {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 145, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog.link_dialog {
  max-width: 600px;
}

/* line 147, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog.link_dialog .link_url_fields {
  display: flex;
  align-items: baseline;
}

/* line 150, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog.link_dialog .link_url_fields input[type=url] {
  flex: 1;
}

/* line 152, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog.link_dialog .link_url_fields .button_group {
  flex: 0 0 content;
  margin: 0;
}

/* line 155, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 160, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable=true] ::-moz-selection {
  background: none;
}

/* line 162, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable=true] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 164, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment.attachment-file[data-trix-mutable=true] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 167, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 169, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment.attachment-preview .caption:hover {
  cursor: text;
}

/* line 171, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment button.remove {
  cursor: pointer;
}

/* line 173, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment button.remove.icon {
  text-indent: -9999px;
  display: block;
  position: absolute;
  z-index: 1;
  padding: 0;
  margin: 0;
  top: -1.1em;
  left: calc(50% - 0.8em);
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 190, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment button.remove.icon::before {
  display: inline-block;
  position: absolute;
  top: 0.1em;
  right: 0.1em;
  bottom: 0.1em;
  left: 0.1em;
  opacity: 0.75;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 203, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment button.remove:hover {
  border-color: #333;
}

/* line 205, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment button.remove:hover::before {
  opacity: 1;
}

/* line 207, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment .caption.caption-editing textarea {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 222, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
}

/* line 231, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content {
  line-height: 1.5;
}

/* line 233, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
}

/* line 237, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content blockquote {
  margin: 0 0 0 0.3em;
  padding: 0 0 0 0.6em;
  border-left: 0.3em solid #ccc;
}

/* line 241, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content pre {
  font-family: monospace;
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 249, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content ul, .trix-content ol, .trix-content li {
  margin: 0;
  padding: 0;
}

/* line 252, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content ul li, .trix-content ol li, .trix-content li li {
  margin-left: 1em;
}

/* line 254, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 257, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content a[data-trix-attachment] {
  color: inherit;
  text-decoration: none;
}

/* line 260, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content a[data-trix-attachment]:hover, .trix-content a[data-trix-attachment]:visited:hover {
  color: inherit;
}

/* line 262, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* line 268, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content .attachment .caption {
  padding: 0;
  text-align: center;
}

/* line 271, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content .attachment .caption .size:before {
  content: ' · ';
}

/* line 273, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content .attachment.attachment-preview {
  width: 100%;
  text-align: center;
}

/* line 276, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content .attachment.attachment-preview .caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 280, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content .attachment.attachment-file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 0;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 29, app/assets/stylesheets/application.scss */
body {
  background-color: white;
}

/* Css variables */
/* line 34, app/assets/stylesheets/application.scss */
:root {
  --s-font-size: 14px;
  --l-font-size: 16px;
  --xl-font-size: 32px;
  --xxl-font-size: 56px;
  --section-head-font-size: 40px;
  --sub-section-head-font-size: 24px;
  --nav-height: 72px;
}

/* Bootstrap override */
@media (min-width: 1200px) {
  /* line 47, app/assets/stylesheets/application.scss */
  .container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1350px;
    padding: 0 20px;
  }
}

@media (min-width: 1400px) {
  /* line 57, app/assets/stylesheets/application.scss */
  .container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1360px;
  }
}

/* line 66, app/assets/stylesheets/application.scss */
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus,
.btn.btn-secondary:focus,
.btn.btn-outline-secondary:focus {
  border: 1px solid #ffa726 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.2) !important;
}

/* line 88, app/assets/stylesheets/application.scss */
a {
  color: #ffa726;
}

/* line 91, app/assets/stylesheets/application.scss */
a:hover {
  color: rgba(255, 167, 38, 0.9);
  text-decoration: none;
}

/* line 96, app/assets/stylesheets/application.scss */
.custom-control-input {
  font-size: 14px;
  line-height: 16px;
  color: #212121;
}

/* line 101, app/assets/stylesheets/application.scss */
.custom-control-label::before,
.custom-control-label::after {
  top: 1px;
}

/* line 105, app/assets/stylesheets/application.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ffa726;
  background-color: #ffa726;
}

/* line 109, app/assets/stylesheets/application.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.2);
}

/* line 113, app/assets/stylesheets/application.scss */
.btn {
  padding: 10px 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Primary';
  text-transform: uppercase;
}

@media (max-width: 600px) {
  /* line 113, app/assets/stylesheets/application.scss */
  .btn {
    padding: 8px 15px;
    position: relative;
    margin-right: 20px;
  }
}

/* line 127, app/assets/stylesheets/application.scss */
.small-btn {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.2rem !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

/* line 136, app/assets/stylesheets/application.scss */
.btn-secondary {
  background: #ffa726;
  border: 1px solid #ffa726;
}

/* line 140, app/assets/stylesheets/application.scss */
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  background: rgba(255, 167, 38, 0.9);
  border: 1px solid rgba(255, 167, 38, 0.9);
}

/* line 146, app/assets/stylesheets/application.scss */
.btn-secondary:hover {
  background: rgba(255, 167, 38, 0.9);
  border: 1px solid rgba(255, 167, 38, 0.9);
}

/* line 151, app/assets/stylesheets/application.scss */
.btn-outline-secondary {
  border: 1px solid #ffa726;
  color: #ffa726;
}

/* line 155, app/assets/stylesheets/application.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  border: 1px solid rgba(255, 167, 38, 0.9);
  background: rgba(255, 167, 38, 0.9);
}

/* line 161, app/assets/stylesheets/application.scss */
.btn-outline-secondary:hover {
  border: 1px solid rgba(255, 167, 38, 0.9);
  background: rgba(255, 167, 38, 0.9);
}

/* line 166, app/assets/stylesheets/application.scss */
.round {
  border-radius: 999px;
}

/* line 170, app/assets/stylesheets/application.scss */
.resend {
  display: none;
}

/* Application Css */
/* line 176, app/assets/stylesheets/application.scss */
.xl-text {
  font-size: var(--xxl-font-size);
}

/* line 179, app/assets/stylesheets/application.scss */
.weight-500 {
  font-weight: 500;
}

/* line 182, app/assets/stylesheets/application.scss */
.weight-400 {
  font-weight: 400;
}

/* line 186, app/assets/stylesheets/application.scss */
body {
  font-size: var(--l-font-size);
  font-family: 'Primary';
  line-height: 1.14285714;
}

/* line 192, app/assets/stylesheets/application.scss */
.navbar {
  min-height: var(--nav-height);
  z-index: 10;
}

/* line 197, app/assets/stylesheets/application.scss */
.navbar-nav {
  gap: 24px;
}

@media (min-width: 1200px) {
  /* line 202, app/assets/stylesheets/application.scss */
  .navbar-nav {
    align-items: center;
  }
}

/* line 206, app/assets/stylesheets/application.scss */
.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

@media (max-width: 1200px) {
  /* line 212, app/assets/stylesheets/application.scss */
  .navbar {
    line-height: 54px;
  }
  /* line 215, app/assets/stylesheets/application.scss */
  .navbar-nav > li > a {
    line-height: 27px;
  }
}

/* line 219, app/assets/stylesheets/application.scss */
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 224, app/assets/stylesheets/application.scss */
.navbar.app-menu.app-home-menu {
  background: transparent;
}

@media (max-width: 1200px) {
  /* line 228, app/assets/stylesheets/application.scss */
  .navbar.app-menu.navbar-light {
    background: #00239C;
    color: white;
  }
  /* line 233, app/assets/stylesheets/application.scss */
  .navbar.app-menu.app-home-menu.expanded {
    background: #00239C;
  }
}

/* line 239, app/assets/stylesheets/application.scss */
.nav-item .btn {
  padding: 0;
}

/* line 243, app/assets/stylesheets/application.scss */
.nav-item button:focus {
  box-shadow: none;
}

/* line 248, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item a {
  color: #212121;
}

/* line 251, app/assets/stylesheets/application.scss */
.navbar.app-menu.app-home-menu .nav-item a {
  color: white;
}

/* line 254, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item a:hover {
  color: #ffa726;
}

/* line 258, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item button {
  color: #212121;
}

/* line 261, app/assets/stylesheets/application.scss */
.navbar.app-menu.app-home-menu .nav-item button {
  color: white;
}

/* line 264, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item button:hover {
  color: #ffa726;
}

/* line 268, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item:not(.app-nav-divider) {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 271, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item:not(.app-nav-divider) .nav-link:not(.dropdown-toggle) {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

/* line 277, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item:not(.app-nav-divider) .nav-link:not(.dropdown-toggle)::after {
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: bold;
}

/* line 287, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item.active {
  font-weight: bold;
  position: relative;
}

/* line 290, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 2px;
  background: #ffa726;
  left: 0.5rem;
}

@media (min-width: 1200px) {
  /* line 300, app/assets/stylesheets/application.scss */
  .navbar.app-menu .nav-item.active::before {
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
  }
}

/* line 307, app/assets/stylesheets/application.scss */
.navbar.app-menu.navbar-light {
  border-bottom: 1px solid rgba(218, 220, 224, 0.16);
  background: white;
}

/* line 311, app/assets/stylesheets/application.scss */
.nav-item.app-nav-divider {
  height: 18px;
  width: 1px;
  align-self: center;
  background-color: #dadce0;
}

/* line 317, app/assets/stylesheets/application.scss */
.navbar.app-menu.app-home-menu .nav-item.app-nav-divider {
  background-color: white;
}

@media (max-width: 1200px) {
  /* line 321, app/assets/stylesheets/application.scss */
  .navbar.app-menu .nav-item.app-nav-divider {
    height: 1px;
    width: 18px;
    align-self: flex-start;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

/* line 330, app/assets/stylesheets/application.scss */
.page-container {
  min-height: calc(100vh - var(--nav-height));
}

/* line 333, app/assets/stylesheets/application.scss */
.login-container {
  min-height: 100vh;
}

/* line 337, app/assets/stylesheets/application.scss */
.form-group label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #9e9e9e;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 349, app/assets/stylesheets/application.scss */
.form-group {
  margin-bottom: 24px;
}

/* line 353, app/assets/stylesheets/application.scss */
.search-result-empty-content-msg-unregisterd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 359, app/assets/stylesheets/application.scss */
input.notify_unregisterd {
  margin: 35px 0px;
  width: 400px;
  text-align: center;
}

/* line 364, app/assets/stylesheets/application.scss */
input.form-control {
  height: 48px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 18px;
}

/* line 370, app/assets/stylesheets/application.scss */
input.form-control::placeholder {
  font-size: 16px;
  line-height: 18px;
  color: rgba(33, 33, 33, 0.24);
}

/* line 376, app/assets/stylesheets/application.scss */
.form-header-hint {
  font-size: 16px;
  line-height: 18px;
  color: #9e9e9e;
  text-align: center;
}

/* line 382, app/assets/stylesheets/application.scss */
.message-page-wrapper {
  margin: 110px 0;
  text-align: center;
}

/* line 386, app/assets/stylesheets/application.scss */
.message-page-wrapper.forgot-password-message-wrapper {
  max-width: 38em;
}

/* line 389, app/assets/stylesheets/application.scss */
.message-page-wrapper.verify-message-wrapper {
  max-width: 38em;
}

/* line 392, app/assets/stylesheets/application.scss */
.message-page img {
  margin-bottom: 24px;
}

/* line 395, app/assets/stylesheets/application.scss */
.message-page .message-page-header {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #212121;
  margin-bottom: 24px;
}

/* line 402, app/assets/stylesheets/application.scss */
.message-page .message-page-text {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #9e9e9e;
  margin-bottom: 40px;
}

/* line 409, app/assets/stylesheets/application.scss */
.message-page .message-page-hint {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #bdbdbd;
  margin-bottom: 8px;
}

/* line 417, app/assets/stylesheets/application.scss */
.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 425, app/assets/stylesheets/application.scss */
.switch[type='checkbox'] {
  height: 0;
  width: 0;
  display: none;
}

/* line 430, app/assets/stylesheets/application.scss */
.switch-label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 32px;
  background: #e5e5e5;
  display: block;
  border-radius: 100px;
  position: relative;
}

/* line 440, app/assets/stylesheets/application.scss */
.switch-label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 90px;
  transition: 0.15s;
}

/* line 452, app/assets/stylesheets/application.scss */
.switch:checked + .switch-label {
  background: #ffa726;
}

/* line 456, app/assets/stylesheets/application.scss */
.switch:checked + .switch-label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

/* line 461, app/assets/stylesheets/application.scss */
.switch-label:active:after {
  width: 40px;
}

/* line 467, app/assets/stylesheets/application.scss */
.app-home-menu .nav-item.dropdown.user-li .nav-user-name {
  color: white;
}

/* line 470, app/assets/stylesheets/application.scss */
.app-home-menu .nav-item.dropdown.user-li .nav-user-address {
  color: white;
}

/* line 474, app/assets/stylesheets/application.scss */
.app-home-menu .dropdown-menu {
  background-color: #002435;
}

/* line 476, app/assets/stylesheets/application.scss */
.app-home-menu .dropdown-menu .dropdown-item:hover,
.app-home-menu .dropdown-menu .dropdown-item:focus {
  background-color: #011e2d;
}

/* line 483, app/assets/stylesheets/application.scss */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 558, app/assets/stylesheets/application.scss */
.check {
  height: 0;
  width: 0;
  display: block;
}

/* line 564, app/assets/stylesheets/application.scss */
.checkmark {
  cursor: pointer;
  text-indent: -9999px;
  height: 18px;
  width: 18px;
  border: 1px solid #ffa726;
  background: transparent;
  display: block;
  position: relative;
  border-radius: 3px;
}

/* line 576, app/assets/stylesheets/application.scss */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* line 582, app/assets/stylesheets/application.scss */
.check:checked ~ .checkmark:after {
  display: block;
}

/* line 586, app/assets/stylesheets/application.scss */
.checkmark:after {
  left: 5px;
  top: 0px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 596, app/assets/stylesheets/application.scss */
.check:checked + .checkmark {
  background: #ffa726;
}

/* line 600, app/assets/stylesheets/application.scss */
.google-play-badge {
  width: 199px;
  height: 77px;
}

/* line 605, app/assets/stylesheets/application.scss */
.white-logo {
  width: 184px;
  height: 30px;
}

/* line 610, app/assets/stylesheets/application.scss */
.tap-logo,
.like-logo,
.secure-logo {
  width: 48px;
  height: 48px;
}

/* line 617, app/assets/stylesheets/application.scss */
.facebook-logo,
.linkedin-logo,
.search-mini-logo {
  width: 24px;
  height: 24px;
}

/* line 624, app/assets/stylesheets/application.scss */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 629, app/assets/stylesheets/application.scss */
.pagination .arrow {
  height: 12px;
  width: 8px;
  background: url(/assets/paginate-arrow-dimmed-507bd51990d83b798e4f1864f7f620a90a9d429cd48ff10f49b66f6b862eec2b.svg);
}

/* line 634, app/assets/stylesheets/application.scss */
.pagination .arrow-active {
  height: 12px;
  width: 8px;
  background: url(/assets/paginate-arrow-545765f1535566c39d6f935e94f8d12061bb4a3e4e953b7eafe7a5fa9cbe6544.svg);
}

/* line 640, app/assets/stylesheets/application.scss */
.pagination .arrow-rotated {
  height: 12px;
  width: 8px;
  transform: rotate(180deg);
  background: url(/assets/paginate-arrow-dimmed-507bd51990d83b798e4f1864f7f620a90a9d429cd48ff10f49b66f6b862eec2b.svg);
}

/* line 647, app/assets/stylesheets/application.scss */
.pagination .arrow-rotated-active {
  height: 12px;
  width: 8px;
  transform: rotate(180deg);
  background: url(/assets/paginate-arrow-545765f1535566c39d6f935e94f8d12061bb4a3e4e953b7eafe7a5fa9cbe6544.svg);
}

/* line 655, app/assets/stylesheets/application.scss */
.pagination span {
  display: block;
}

/* line 659, app/assets/stylesheets/application.scss */
.pagination div {
  margin: 4px;
}

/* line 663, app/assets/stylesheets/application.scss */
.pagination a {
  font-family: 'Ubuntu';
  color: #212121;
}

/* line 668, app/assets/stylesheets/application.scss */
.pagination a:hover {
  text-decoration: none;
}

/* line 672, app/assets/stylesheets/application.scss */
.pagination .current {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #FFA726;
  color: white;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 682, app/assets/stylesheets/application.scss */
  .d-sl-block {
    display: block !important;
    white-space: nowrap;
  }
}

/* line 689, app/assets/stylesheets/application.scss */
.incoterms-checkbox {
  width: 36px;
  height: 24px;
}

/* line 694, app/assets/stylesheets/application.scss */
span.single-line {
  text-wrap: nowrap;
}

/* line 698, app/assets/stylesheets/application.scss */
.locale-flag {
  width: 24px;
  height: 24px;
}

/* line 703, app/assets/stylesheets/application.scss */
trix-editor {
  margin-left: 20%;
}

/* line 705, app/assets/stylesheets/application.scss */
trix-editor ul {
  list-style-type: disc;
  margin-left: 20px;
}

/* line 710, app/assets/stylesheets/application.scss */
trix-editor ol {
  list-style-type: decimal;
}

/* line 712, app/assets/stylesheets/application.scss */
trix-editor ol li::marker {
  color: #ffa726;
  margin-left: 40px;
}

/* line 720, app/assets/stylesheets/application.scss */
.dt-scroll-body thead {
  visibility: collapse;
}

/* line 725, app/assets/stylesheets/application.scss */
#whatsapp-container {
  position: fixed;
  bottom: 24px;
  right: 40px;
}

/* line 731, app/assets/stylesheets/application.scss */
.logo-slider {
  padding-top: 30px;
  padding-bottom: 70px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: white;
}

/* line 739, app/assets/stylesheets/application.scss */
.logo-slider .slider-track {
  display: flex;
  animation: scroll 40s linear infinite;
  width: fit-content;
}

/* line 745, app/assets/stylesheets/application.scss */
.logo-slider .slide {
  flex: 0 0 auto;
  padding: 0 30px;
}

/* line 749, app/assets/stylesheets/application.scss */
.logo-slider .slide img {
  max-height: 60px;
  max-width: 120px;
}

/* line 756, app/assets/stylesheets/application.scss */
.logo-slider:hover .slider-track {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
