/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

/** Fonts */
@font-face {
  font-family: "Roboto";
  src: url(fonts/88823c2015ffd5fa89d567e17297a137.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(fonts/11eabca2251325cfc5589c9c6fb57b46.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(fonts/58aef543c97bbaf6a9896e8484456d98.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url(fonts/e07df86cef2e721115583d61d1fb68a6.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Work Sans";
  src: url(fonts/121d613863a872004b04d5a1d782b3e4.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Work Sans";
  src: url(fonts/740b8e9adcb998d4f65b3b18251fb5e2.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Work Sans";
  src: url(fonts/6ae86405365767c10f7e31039faab17d.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Work Sans";
  src: url(fonts/766db6981a8f279ef14dbdc1bc8b85b6.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Nanum Gothic";
  src: url(fonts/3cbe9257e888255cb2dad0d8a80a7759.ttf);
  font-weight: 400;
}
/**       */
* {
  box-sizing: border-box;
  outline: 0;
}

body {
  height: 100vh;
  background-color: #F0F2F4;
}
body #app {
  height: 100%;
}

button, a, input {
  border-width: 0;
  text-decoration: none;
  cursor: pointer;
}

ul {
  padding: 0;
}

.app-component {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#modal-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}
#modal-overlay #modal-content {
  padding: 0;
  background-color: transparent;
  border-radius: 24px;
  border: none;
}
#modal-overlay #modal-content .reservation-result-title {
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
#modal-overlay #modal-content .reservation-result-body {
  margin: 0;
  font-family: "Roboto";
  font-size: 16px;
}

.react-notification-root {
  font-family: "Roboto";
}
.react-notification-root > * {
  width: 15%;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@charset "UTF-8";
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

.notification-container-bottom-center, .notification-container-bottom-left, .notification-container-bottom-right, .notification-container-center, .notification-container-top-center, .notification-container-top-left, .notification-container-top-right {
  width: 325px;
  position: absolute;
  pointer-events: all;
}

.notification-container-bottom-center, .notification-container-center, .notification-container-top-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: calc(50% - 162.5px);
}

.notification-container-center {
  top: 20px;
  height: 100%;
  pointer-events: none;
}

.notification-container-center .center-inner {
  width: 325px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: all;
}

.notification-container-top-center {
  top: 20px;
}

.notification-container-bottom-center {
  bottom: 20px;
}

.notification-container-top-left {
  left: 20px;
  top: 20px;
}

.notification-container-top-right {
  right: 20px;
  top: 20px;
}

.notification-container-bottom-left {
  left: 20px;
  bottom: 20px;
}

.notification-container-bottom-right {
  bottom: 20px;
  right: 20px;
}

.notification-container-mobile-bottom, .notification-container-mobile-top {
  pointer-events: all;
  position: absolute;
}

.notification-container-mobile-top {
  right: 20px;
  left: 20px;
  top: 20px;
}

.notification-container-mobile-bottom {
  right: 20px;
  left: 20px;
  bottom: 20px;
  margin-bottom: -15px;
}

.notification-default {
  border-left: 8px solid #0562c7;
}

.notification-default, .notification-default .timer {
  background-color: #007bff;
}

.notification-default .timer-filler {
  background-color: #fff;
}

.notification-default .notification-close {
  background-color: #007bff;
}

.notification-success {
  border-left: 8px solid #1f8838;
}

.notification-success, .notification-success .timer {
  background-color: #28a745;
}

.notification-success .timer-filler {
  background-color: #fff;
}

.notification-success .notification-close {
  background-color: #28a745;
}

.notification-danger {
  border-left: 8px solid #bd1120;
}

.notification-danger, .notification-danger .timer {
  background-color: #dc3545;
}

.notification-danger .timer-filler {
  background-color: #fff;
}

.notification-danger .notification-close {
  background-color: #dc3545;
}

.notification-info {
  border-left: 8px solid #138b9e;
}

.notification-info, .notification-info .timer {
  background-color: #17a2b8;
}

.notification-info .timer-filler {
  background-color: #fff;
}

.notification-info .notification-close {
  background-color: #17a2b8;
}

.notification-warning {
  border-left: 8px solid #ce9c09;
}

.notification-warning, .notification-warning .timer {
  background-color: #eab000;
}

.notification-warning .timer-filler {
  background-color: #fff;
}

.notification-warning .notification-close {
  background-color: #eab000;
}

.notification-awesome {
  border-left: 8px solid #4c3fb1;
}

.notification-awesome, .notification-awesome .timer {
  background-color: #685dc3;
}

.notification-awesome .timer-filler {
  background-color: #fff;
}

.notification-awesome .notification-close {
  background-color: #685dc3;
}

@keyframes timer {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.react-notification-root {
  position: fixed;
  z-index: 9000;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.notification-item {
  display: flex;
  position: relative;
  border-radius: 3px;
  margin-bottom: 15px;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.notification-item .timer {
  width: 100%;
  margin-top: 10px;
}

.notification-item .timer, .notification-item .timer .timer-filler {
  height: 3px;
  border-radius: 5px;
}

.notification-item .notification-title {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.notification-item .notification-message {
  color: #fff;
  max-width: calc(100% - 15px);
  font-size: 14px;
  line-height: 150%;
  word-wrap: break-word;
  margin-bottom: 0;
  margin-top: 0;
}

.notification-item .notification-content {
  padding: 8px 15px;
  display: inline-block;
  width: 100%;
}

.notification-item .notification-close {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
}

.notification-item .notification-close:after {
  content: "×";
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  left: 50%;
  top: 50%;
}

.notification-container-mobile-bottom .notification-item, .notification-container-mobile-bottom .notification-parent, .notification-container-mobile-top .notification-item, .notification-container-mobile-top .notification-parent {
  max-width: 100%;
  width: 100%;
}

.notification-container-bottom-right .notification-parent, .notification-container-top-right .notification-parent {
  margin-left: auto;
}

.notification-container-bottom-left .notification-parent, .notification-container-top-left .notification-parent {
  margin-right: auto;
}

.notification-container-mobile-bottom .notification-parent, .notification-container-mobile-top .notification-parent {
  margin-left: auto;
  margin-right: auto;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

/** Calculated as size*(2-sqrt(2))/4  */
#login-page {
  position: relative;
  background-color: #F0F2F4;
  height: 100%;
  overflow: hidden;
  padding-top: 48px;
}
#login-page > .logo {
  margin-left: 64px;
}
#login-page > .content {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  z-index: 1;
}
#login-page > .content .app-version {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: #454f63;
  margin-top: 40px;
  margin-bottom: 24px;
}
#login-page > .circle-decoration {
  position: absolute;
  right: -45vh;
  bottom: -45vh;
  width: 90vh;
  height: 90vh;
  border-radius: 100%;
  border: 2px dashed #78849E;
}
#login-page > .circle-decoration svg {
  position: relative;
  width: 40px;
  height: auto;
  left: -20px;
  top: -20px;
  transform: rotate(45deg);
  margin-left: 13.1801949vh;
  margin-top: 13.1801949vh;
  fill: #454f63;
}
#login-page > .circle-decoration:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 76.5vh;
  height: 76.5vh;
  border-radius: 100%;
  background-color: #78849E;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

div.brand-logo-component {
  display: inline-block;
  text-align: center;
}
div.brand-logo-component img {
  vertical-align: middle;
}
div.brand-logo-component h1 {
  display: block;
  font-family: "Nanum Gothic";
  color: #6E647C;
  text-transform: uppercase;
}
div.brand-logo-component h1.horizontal {
  display: inline;
  vertical-align: middle;
  margin: 0 20px;
}
div.brand-logo-component.small img {
  width: 64px;
  height: 64px;
}
div.brand-logo-component.small h1 {
  margin: 20px auto 0 auto;
  font-size: 20px;
  letter-spacing: 4.4px;
}
div.brand-logo-component.small h1.horizontal {
  margin: 0 20px;
}
div.brand-logo-component.big img {
  width: 200px;
  height: 200px;
}
div.brand-logo-component.big h1 {
  font-size: 36px;
  margin: 32px auto 0 auto;
  letter-spacing: 8px;
}
div.brand-logo-component.big h1.horizontal {
  margin: 0 40px;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

div.login-form-component {
  text-align: center;
}
div.login-form-component .user-icon {
  width: 144px;
  fill: #454f63;
}
div.login-form-component h3.user {
  font-family: "Work Sans";
  font-size: 26px;
  font-weight: 800;
  color: #454f63;
  margin-top: 24px;
  margin-bottom: 96px;
}
div.login-form-component form {
  text-align: center;
  margin-bottom: 32px;
}
div.login-form-component form .form-input-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  border: 0;
  padding: 0;
  margin-bottom: 64px;
  max-width: 320px;
}
div.login-form-component form .form-input-container .hide {
  order: 1;
  visibility: hidden;
}
div.login-form-component form .submit-button {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 240px;
}
div.login-form-component button.login-as-admin {
  display: block;
  margin: auto;
  background: none;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  color: #78849E;
}
div.login-form-component button.login-as-admin:hover {
  text-decoration: underline;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

.primary-button-component {
  height: 52px;
  border-radius: 12px;
  background-color: #665EFF;
  color: #FFFFFF;
  padding: 16px 24px;
  line-height: 0;
  outline: none;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in;
}
.primary-button-component:hover {
  transition: none;
  background-color: #4e45ff;
}
.primary-button-component svg {
  width: 16px;
  fill: #FFFFFF;
  vertical-align: middle;
  margin-right: 8px;
}
.primary-button-component.outline {
  background-color: transparent;
  border: 1px solid #665EFF;
  color: #665EFF;
}
.primary-button-component.outline svg {
  fill: #665EFF;
}
.primary-button-component.outline:hover {
  transition: none;
  background-color: #4e45ff;
  color: white;
}
.primary-button-component.outline:hover svg {
  fill: white;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

.text-input-component {
  margin-bottom: 32px;
}
.text-input-component :last-child {
  margin-bottom: 0;
}
.text-input-component label {
  display: block;
  text-align: start;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #454f63;
  margin-bottom: 8px;
}
.text-input-component input {
  height: 52px;
  width: 100%;
  padding-left: 24px;
  padding-right: 16px;
  font-family: "Roboto";
  font-size: 16px;
  color: #454f63;
  border-radius: 12px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1215686275);
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

div#dashboard-page {
  width: 100%;
  height: 100%;
}
div#dashboard-page .dashboard-sidebar {
  display: inline-block;
  position: fixed;
  top: 0;
  z-index: 1;
  min-width: 240px;
  width: 15%;
}
div#dashboard-page .dashboard-content {
  vertical-align: top;
  height: 100%;
  float: right;
  padding: 48px 48px 0 48px;
  background-color: #F0F2F4;
  overflow-x: hidden;
  max-width: calc(100% - 240px);
  width: calc(100% - 15%);
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

.sidebar-component {
  width: 15vw;
  min-width: 200px;
  height: 100vh;
  background-color: #FAFAFA;
  padding-top: 48px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.sidebar-component .sidebar-logo {
  display: block;
  margin: auto;
}
.sidebar-component .side-bar-items {
  margin-top: 80px;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

.side-bar-item-component {
  display: block;
  height: 64px;
  width: 100%;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 400;
  color: #454f63;
  padding-left: 24px;
  /* Center vertically */
  line-height: 64px;
}
.side-bar-item-component.active {
  background-color: #F0F2F4;
  border-left: 4px solid #454f63;
}
.side-bar-item-component:hover {
  background-color: #F0F2F4;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

div#available-flights-page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-bottom: 48px;
}
div#available-flights-page.extended {
  padding-bottom: 160px;
}
div#available-flights-page h2.available-flights-main-title {
  display: inline-block;
  font-family: "Work Sans";
  font-size: 33px;
  font-weight: 800;
  color: #454f63;
  margin-top: 0;
  margin-bottom: 40px;
}
div#available-flights-page .available-flights-selector {
  margin-top: 48px;
}
div#available-flights-page .available-flights-not-found {
  display: block;
  margin: auto;
  text-align: center;
}
div#available-flights-page .available-flights-not-found svg {
  width: 128px;
  fill: #78849E;
  color: #78849E;
}
div#available-flights-page .available-flights-not-found h3 {
  font-family: "Work Sans";
  font-size: 26px;
  color: #454f63;
}
div#available-flights-page .available-flights-not-found p {
  font-family: "Roboto";
  font-size: 16px;
  color: #78849E;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

div.flight-search-form-component {
  width: 100%;
  background-color: #FAFAFA;
  padding: 48px;
  border-radius: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
}
div.flight-search-form-component form {
  position: relative;
}
div.flight-search-form-component form .flight-search-type-fieldset {
  border: none;
  padding: 0;
}
div.flight-search-form-component form .flight-search-input-fieldsets {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0;
  margin-right: -32px;
}
div.flight-search-form-component form .flight-search-input-fieldsets .flight-search-input {
  margin-top: 32px;
  margin-right: 32px;
}
div.flight-search-form-component form .flight-search-button {
  margin: 32px 32px 0 auto;
  align-self: flex-end;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

label.radio-input-component {
  cursor: pointer;
  position: relative;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #454f63;
  margin-right: 24px;
  vertical-align: middle;
}
label.radio-input-component input {
  display: none;
}
label.radio-input-component input[type=radio]:checked + .styled-radio {
  border-color: #665EFF;
}
label.radio-input-component input[type=radio]:checked + .styled-radio:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
label.radio-input-component .styled-radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #C8CCD4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
label.radio-input-component .styled-radio.reversed {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
label.radio-input-component .styled-radio::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #665EFF;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
label.radio-input-component:hover .styled-radio:after {
  transform: scale(3.6);
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

/**
    'react-autosuggest__*' classes were extracted from the Autosuggest github repo, and are used to make this component
    compatible with that library
    See: https://github.com/moroshko/react-autosuggest
*/
div.location-input-component {
  display: inline-block;
  border: none;
  padding: 0;
}
div.location-input-component .react-autosuggest__container {
  display: inline-block;
  position: relative;
  max-width: 224px;
  min-width: 212px;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

/**
    'react-autosuggest__*' classes were extracted from the Autosuggest github repo, and are used to make this component
    compatible with that library
    See: https://github.com/moroshko/react-autosuggest
*/
div.icon-text-input-component {
  position: relative;
  display: inline-block;
}
div.icon-text-input-component .icon-text-input-error-msg {
  position: absolute;
  right: 0;
  bottom: calc(100% - 16px);
  padding: 8px 16px;
  background-color: #ed462f;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-family: "Roboto";
  font-size: 14px;
  color: white;
}
div.icon-text-input-component .icon-text-input-error-msg::after {
  content: "";
  position: absolute;
  top: auto;
  right: 7px;
  bottom: -16px;
  left: auto;
  border: 8px solid;
  border-color: #ed462f transparent transparent;
}
div.icon-text-input-component label {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #454f63;
}
div.icon-text-input-component input {
  display: block;
  height: 48px;
  width: 100%;
  margin-top: 8px;
  padding-left: 46px;
  padding-right: 8px;
  border: 2px solid #C8CCD4;
  border-radius: 12px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  color: #454f63;
  transition: all 0.2s ease-in-out;
}
div.icon-text-input-component input:focus {
  border: 2px solid #665EFF;
}
div.icon-text-input-component input:focus + .icon-container {
  fill: #665EFF;
  color: #665EFF;
}
div.icon-text-input-component input:disabled {
  cursor: default;
  background-color: #C8CCD4;
  opacity: 0.4;
}
div.icon-text-input-component input.icon-text-input-error {
  border: 2px solid #ed462f;
}
div.icon-text-input-component input.icon-text-input-error + .icon-container {
  fill: #ed462f;
  color: #ed462f;
}
div.icon-text-input-component input.icon-text-input-valid + .icon-container {
  fill: #665EFF;
  color: #665EFF;
}
div.icon-text-input-component .icon-container {
  width: 16px;
  fill: #C8CCD4;
  color: #C8CCD4;
  position: absolute;
  bottom: 14px;
  left: 14px;
}
div.icon-text-input-component.react-autosuggest__input input {
  transition: border-color 0.2s ease-in-out;
}
div.icon-text-input-component.react-autosuggest__input--open input {
  border-bottom-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

/**
    Classes were extracted from the Autosuggest github repo.
    See: https://github.com/moroshko/react-autosuggest#render-suggestions-container-prop
*/
div.suggestions-container-component {
  position: absolute;
  width: 100%;
  background-color: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: 1;
}
div.suggestions-container-component.react-autosuggest__suggestions-container--open {
  border: 2px solid #C8CCD4;
}
div.suggestions-container-component .react-autosuggest__suggestion {
  font-family: "Roboto";
  font-size: 16px;
  height: 40px;
  width: 100%;
  padding-left: 40px;
  line-height: 40px;
  color: #454f63;
  list-style: none;
}
div.suggestions-container-component .react-autosuggest__suggestion:hover {
  background-color: #F7F7F7;
}
div.suggestions-container-component .react-autosuggest__suggestion .location-suggestion {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  padding-right: 4px;
}
div.suggestions-container-component .react-autosuggest__suggestion--highlighted {
  background-color: #F7F7F7;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

div.dates-fieldset-component {
  border: none;
  display: inline-block;
  position: relative;
  padding: 0;
}
div.dates-fieldset-component .date-text-input {
  max-width: 160px;
  min-width: 144px;
}
div.dates-fieldset-component .date-text-input:first-child {
  margin-right: 32px;
}
div.dates-fieldset-component .date-text-input:focus-within ~ .DayPicker {
  visibility: visible;
}
div.dates-fieldset-component .DayPicker {
  position: absolute;
  visibility: hidden;
  background-color: white;
  border-radius: 12px;
  border: 2px solid #C8CCD4;
  z-index: 1;
  top: calc(100% + 18px);
  left: 0px;
}
div.dates-fieldset-component .DayPicker:hover {
  visibility: visible;
}
div.dates-fieldset-component .DayPicker::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -18px;
  left: 24px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #C8CCD4;
}
div.dates-fieldset-component .DayPicker::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -16px;
  left: 24px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 17px solid white;
}
div.dates-fieldset-component .DayPicker .DayPicker-Caption {
  font-family: "Roboto";
  font-size: 16px;
  color: #78849E;
}
div.dates-fieldset-component .DayPicker .DayPicker-Weekday {
  font-family: "Roboto";
  font-size: 16px;
  color: #C8CCD4;
}
div.dates-fieldset-component .DayPicker .DayPicker-Day {
  font-family: "Roboto";
  font-size: 14px;
  color: #454f63;
}
div.dates-fieldset-component .DayPicker .DayPicker-Day.DayPicker-Day--disabled {
  pointer-events: none;
  color: #C8CCD4;
}
div.dates-fieldset-component .DayPicker .DayPicker-Day.DayPicker-Day--highlighted {
  color: white;
  background-color: inherit;
  background-color: #afabff;
  border-radius: 0;
}
div.dates-fieldset-component .DayPicker .DayPicker-Day.DayPicker-Day--selected {
  color: white;
  background-color: inherit;
  background-color: #665EFF;
  border-radius: 8px;
}
div.dates-fieldset-component .DayPicker .DayPicker-Day.DayPicker-Day--selected.DayPicker-Day--highlighted {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
div.dates-fieldset-component .DayPicker .DayPicker-Day.DayPicker-Day--selected.DayPicker-Day--returnDate {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

/* DayPicker styles */
.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker-wrapper {
  position: relative;
  flex-direction: row;
  padding-bottom: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;
  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC");
}

.DayPicker-NavButton--next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==");
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer;
}

/* Default modifiers */
.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */
.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background-color: #4A90E2;
  color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}

/* DayPickerInput */
.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

.flight-selector-component .flight-selector-header {
  display: flex;
}
.flight-selector-component .flight-selector-header h2 {
  display: inline-block;
  font-family: "Work Sans";
  font-size: 33px;
  font-weight: 800;
  color: #454f63;
  margin-top: 0;
  margin-bottom: 40px;
}
.flight-selector-component .flight-selector-header .flight-selector-arrow-container {
  margin-left: auto;
}
.flight-selector-component .flight-selector-header .flight-selector-arrow-container svg {
  width: 64px;
  color: #78849E;
  fill: #78849E;
  cursor: pointer;
}
.flight-selector-component .flight-selector-header .flight-selector-arrow-container svg.hide {
  cursor: default;
  color: #d1d5de;
  fill: #d1d5de;
}
.flight-selector-component .flight-selector-flights-container {
  position: relative;
  box-sizing: content-box;
  margin-left: -48px;
  margin-right: -48px;
  padding-left: 48px;
  padding-right: 48px;
  width: 200%;
  left: 0px;
  transition: left 0.3s ease-in-out;
}
.flight-selector-component .flight-selector-flights-container.show-return {
  left: calc(-100% - 48px);
}
.flight-selector-component .flight-selector-flights-container .flight-selector-list {
  display: inline-block;
  vertical-align: top;
  width: calc(50% + 10px);
}
.flight-selector-component .flight-selector-flights-container .flight-selector-list:nth-child(2) {
  position: relative;
  left: 48px;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

.flights-list-component {
  overflow-x: hidden;
  padding: 5px 5px;
  margin: 0 -5px 0 -5px;
}
.flights-list-component .flights-list-item {
  position: relative;
  border-bottom: 1px dashed #C8CCD4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
}
.flights-list-component .flights-list-item:not(:first-child)::before {
  content: "";
  position: absolute;
  height: 48px;
  width: 48px;
  left: -24px;
  top: -24px;
  background-color: #F0F2F4;
  border-radius: 100%;
  box-shadow: inset -3px 0 6px rgba(0, 0, 0, 0.0784313725);
}
.flights-list-component .flights-list-item:not(:first-child)::after {
  content: "";
  position: absolute;
  height: 48px;
  width: 48px;
  right: -24px;
  top: -24px;
  background-color: #F0F2F4;
  border-radius: 100%;
  box-shadow: inset 3px 0 6px rgba(0, 0, 0, 0.0784313725);
}
.flights-list-component .flights-list-item:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.flights-list-component .flights-list-item:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom: none;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

div.flight-component {
  background-color: #FAFAFA;
}
div.flight-component .flight-main-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 48px 48px;
}
div.flight-component .flight-main-content .flight-time {
  display: flex;
  position: relative;
  top: 8px;
}
div.flight-component .flight-main-content .flight-time .flight-route {
  min-width: 240px;
  margin: 4px 40px 0 40px;
}
div.flight-component .flight-main-content .flight-time .flight-route .flight-route-line {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 1px solid #78849E;
  width: calc(100% - 24px - 16px);
  vertical-align: middle;
}
div.flight-component .flight-main-content .flight-time .flight-route .flight-route-line::after {
  content: "";
  position: absolute;
  text-align: center;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #454f63;
  border: 8px solid #FAFAFA;
  border-radius: 100%;
}
div.flight-component .flight-main-content .flight-time .flight-route svg {
  float: right;
  width: 24px;
  vertical-align: middle;
  fill: #454f63;
  transform: rotate(90deg);
}
div.flight-component .flight-main-content .flight-time .flight-end-point {
  vertical-align: middle;
}
div.flight-component .flight-main-content .flight-info-and-button {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
div.flight-component .flight-main-content .flight-information {
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
  margin-right: 80px;
  margin-left: 80px;
}
div.flight-component .flight-main-content .flight-information .flight-info-item {
  margin-right: 15%;
}
div.flight-component .flight-main-content .flight-button {
  display: inline-block;
  background: none;
  border: none;
  outline: none;
}
div.flight-component .flight-main-content .flight-button.open svg {
  transform: rotate(-90deg);
}
div.flight-component .flight-main-content .flight-button svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-left: 8px;
  transform: rotate(90deg);
  transition: transform 0.2s ease-out;
  fill: #78849E;
}
div.flight-component .flight-main-content .flight-button p {
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  color: #78849E;
}
div.flight-component .flight-classes {
  max-height: 600px;
  transition: max-height 0.4s ease-in-out;
}
div.flight-component .flight-classes .flight-class {
  display: flex;
  flex-direction: row;
  background-color: #f7f7f7;
  border-top: 1px dashed #C8CCD4;
  padding: 24px 48px;
}
div.flight-component .flight-classes .flight-class section.left {
  display: inline-block;
  align-self: center;
}
div.flight-component .flight-classes .flight-class section.left h5 {
  display: inline;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  color: #454f63;
  margin: 0;
}
div.flight-component .flight-classes .flight-class section.left p {
  display: inline;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
  color: #78849E;
  margin: 0 0 0 16px;
}
div.flight-component .flight-classes .flight-class .flight-class-price {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  color: #454f63;
  margin: 0 40px 0 auto;
  align-self: center;
}
div.flight-component .flight-classes .flight-class .flight-class-select-button {
  outline: none;
  align-self: center;
  height: 40px;
  border-radius: 20px;
}
div.flight-component .flight-classes.hide {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease-out;
}

@media (max-width: 1600px) {
  div.flight-component .flight-main-content {
    display: block;
    padding: 24px 80px;
  }
  div.flight-component .flight-main-content .flight-time {
    flex-grow: 1;
  }
  div.flight-component .flight-main-content .flight-time .flight-route {
    flex-grow: 1;
    min-width: 140px;
  }
  div.flight-component .flight-main-content .flight-info-and-button {
    position: relative;
    margin-top: 40px;
  }
  div.flight-component .flight-main-content .flight-info-and-button .flight-information {
    position: relative;
    width: 50%;
    min-width: 280px;
    margin-left: 0px;
    margin-right: 80px;
  }
}
@media (max-width: 960px) {
  div.flight-component .flight-main-content {
    padding: 24px 32px;
  }
  div.flight-component .flight-main-content .flight-info-and-button .flight-information {
    position: relative;
    margin-right: 24px;
  }
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

div.flight-end-point-component {
  display: inline-block;
  text-align: center;
}
div.flight-end-point-component .flight-end-point-top {
  display: block;
}
div.flight-end-point-component .flight-end-point-top h3 {
  display: inline;
  vertical-align: middle;
  font-family: "Work Sans";
  font-size: 26px;
  font-weight: 600;
  color: #454f63;
}
div.flight-end-point-component .flight-end-point-top h4 {
  display: inline;
  vertical-align: middle;
  margin-left: 8px;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 300;
  color: #78849E;
}
div.flight-end-point-component p {
  display: block;
  margin-top: 8px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: #78849E;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

div.flight-info-item-component {
  display: inline-block;
}
div.flight-info-item-component p.flight-info-item-label {
  display: block;
  margin: 0;
  font-family: "Roboto";
  font-size: 16px;
  color: #78849E;
}
div.flight-info-item-component p.flight-info-item-value {
  display: block;
  margin: 4px 0 0 0;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
  color: #454f63;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

.flight-checkout-summary-component {
  position: fixed;
  height: 112px;
  max-width: calc(100% - 240px);
  width: 85%;
  padding: 24px 160px 24px 144px;
  bottom: -112px;
  right: 0;
  transition: bottom 0.2s ease-out;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #665EFF;
}
.flight-checkout-summary-component.open {
  bottom: 0;
}
.flight-checkout-summary-component .flight-checkout-summary-trip {
  color: white;
}
.flight-checkout-summary-component .flight-checkout-summary-trip p.flight-checkout-summary-dates {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.flight-checkout-summary-component .flight-checkout-summary-trip h3 {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: "Work Sans";
  font-size: 26px;
  font-weight: 700;
}
.flight-checkout-summary-component .flight-checkout-separator {
  width: 48px;
  fill: rgba(255, 255, 255, 0.7);
  color: white;
  margin: 0 48px;
}
.flight-checkout-summary-component .flight-checkout-select-msg {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  max-width: 160px;
  color: white;
}
.flight-checkout-summary-component .flight-checkout-button {
  position: relative;
  color: white;
  border-color: white;
  outline: none;
  overflow: hidden;
  margin-left: auto;
}
.flight-checkout-summary-component .flight-checkout-button.disabled {
  opacity: 0.5;
  cursor: default;
}
.flight-checkout-summary-component .flight-checkout-button.disabled:hover {
  background-color: initial;
}
.flight-checkout-summary-component .flight-checkout-button:hover:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.05);
  color: white;
}
.flight-checkout-summary-component .flight-checkout-button:hover:not(.disabled) svg {
  right: 8px;
}
.flight-checkout-summary-component .flight-checkout-button p {
  margin: 0 28px;
}
.flight-checkout-summary-component .flight-checkout-button svg {
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  fill: white;
  color: white;
  transition: right 0.2s ease-out;
}

@media (max-width: 1566px) {
  .flight-checkout-summary-component {
    padding-right: 112px;
    padding-left: 112px;
  }
  .flight-checkout-summary-component .flight-checkout-summary-trip, .flight-checkout-summary-component .flight-checkout-separator.first {
    display: none;
  }
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

.flight-summary-component .flight-summary-title {
  font-family: "Roboto";
  font-size: 16px;
  color: white;
  font-weight: 400;
  margin: 0;
}
.flight-summary-component .flight-summary-title span:first-child {
  text-transform: uppercase;
}
.flight-summary-component .flight-summary-title span:last-child {
  font-weight: 600;
}
.flight-summary-component .flight-summary-time {
  font-family: "Work Sans";
  font-size: 26px;
  margin-top: 16px;
  margin-bottom: 0;
  color: white;
}
.flight-summary-component .flight-summary-price .flight-summary-price-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin: 0;
  fill: white;
}
.flight-summary-component .flight-summary-price p {
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0 8px;
  color: white;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

.flight-reservation-component {
  width: 400px;
  background: #9691ff;
  color: white;
  border-radius: 24px;
  overflow: hidden;
}
.flight-reservation-component .header {
  border-radius: 24px;
  padding: 16px 24px;
}
.flight-reservation-component .header svg {
  width: 24px;
  margin-bottom: 16px;
  fill: white;
  display: block;
}
.flight-reservation-component .header .trip {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.flight-reservation-component .header .trip svg {
  transform: rotate(90deg);
  margin: auto;
}
.flight-reservation-component .header .trip .left {
  text-align: left;
}
.flight-reservation-component .header .trip .right {
  text-align: right;
}
.flight-reservation-component .header .trip .location-name {
  font-family: "Work Sans";
  font-size: 18px;
  margin: 0 0 0 0;
}
.flight-reservation-component .header .trip .flight-reservation-title {
  display: inline-block;
  margin: 0;
  font-family: "Work Sans";
  font-size: 33px;
}
.flight-reservation-component .content {
  background: #7e78ff;
  padding: 24px 24px;
}
.flight-reservation-component .content .flight-time {
  display: flex;
  position: relative;
  top: 8px;
}
.flight-reservation-component .content .flight-time .flight-route {
  flex-grow: 1;
  margin: 4px 24px 0 24px;
}
.flight-reservation-component .content .flight-time .flight-route .flight-route-line {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.75);
  width: 100%;
  vertical-align: middle;
}
.flight-reservation-component .content .flight-time .flight-route .flight-route-line::after {
  content: "";
  position: absolute;
  text-align: center;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  border: 8px solid #7e78ff;
  border-radius: 100%;
}
.flight-reservation-component .content .flight-time .flight-route svg {
  float: right;
  width: 16px;
  vertical-align: middle;
  fill: white;
  transform: rotate(90deg);
}
.flight-reservation-component .content .flight-time .flight-graph-end-point {
  font-family: "Roboto";
  color: white;
  margin: 0;
  padding: 0;
}
.flight-reservation-component .content .flight-time .flight-graph-end-point:last-child p:first-child {
  float: right;
}
.flight-reservation-component .content .flight-time .flight-graph-end-point p:first-child {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.flight-reservation-component .content .flight-time .flight-graph-end-point p:last-child {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
}
.flight-reservation-component .content .info {
  margin-top: 24px;
  display: flex;
  justify-content: space-evenly;
}
.flight-reservation-component .content .info .info-item > * {
  color: white;
}
.flight-reservation-component .passenger {
  position: relative;
  background: #7e78ff;
}
.flight-reservation-component .passenger .background {
  padding: 16px 24px;
  background: #665EFF;
}
.flight-reservation-component .passenger h3 {
  font-family: "Work Sans";
  font-size: 26px;
  margin: 0 0 16px 0;
}
.flight-reservation-component .passenger .input {
  display: block;
}
.flight-reservation-component .passenger .input.last {
  margin-top: 16px;
  margin-bottom: 48px;
}
.flight-reservation-component .passenger .input label {
  color: white;
}
.flight-reservation-component .passenger .button-section {
  border-top: 1px dashed rgba(255, 255, 255, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 160px;
}
.flight-reservation-component .passenger .reservation-button {
  background-color: rgba(255, 255, 255, 0.95);
  color: #665EFF;
  width: 100%;
}
.flight-reservation-component .passenger .reservation-button:hover {
  background-color: white;
}
.flight-reservation-component .reservation-flight-details {
  margin-top: 24px;
  padding-top: 24px;
}
.flight-reservation-component .reservation-flight-details:first-child {
  margin-top: 0;
  padding-top: 0;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

div#queries-page {
  padding-bottom: 48px;
}
div#queries-page h2 {
  display: inline-block;
  font-family: "Work Sans";
  font-size: 33px;
  font-weight: 800;
  color: #454f63;
  margin-top: 0;
  margin-bottom: 40px;
}
div#queries-page h2.queries-bottom-header {
  margin-top: 48px;
}
div#queries-page div.queries-container {
  display: block;
  padding: 48px;
  background-color: #FAFAFA;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 16px;
}
div#queries-page div.queries-container textarea.queries-textarea {
  display: block;
  resize: none;
  width: 100%;
  min-height: 160px;
  height: 20vh;
  padding: 24px;
  border: 1px solid #C8CCD4;
  border-radius: 16px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  color: #454f63;
  transition: all 0.2s ease-in-out;
}
div#queries-page div.queries-container textarea.queries-textarea:focus {
  border: 2px solid #665EFF;
}
div#queries-page div.queries-container textarea.queries-textarea.icon-text-input-error {
  border: 2px solid #ed462f;
}
div#queries-page div.queries-container .queries-result-box {
  display: inline-block;
  height: 52px;
  width: 80%;
  margin: 24px 0 0 0;
  padding: 0 24px;
  border-radius: 16px;
  border: 1px solid #C8CCD4;
  line-height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Roboto";
  font-size: 16px;
  color: #78849E;
}
div#queries-page div.queries-container .queries-submit-button {
  float: right;
  margin-top: 24px;
  margin-left: auto;
}

@media (max-width: 1300px) {
  div#queries-page div.queries-container {
    position: relative;
  }
  div#queries-page div.queries-container .queries-result-box {
    height: inherit;
    max-height: 104px;
    width: 60%;
    line-height: 48px;
    overflow: hidden;
    white-space: normal;
  }
  div#queries-page div.queries-container .queries-submit-button {
    position: absolute;
    margin: 48px;
    right: 0;
    bottom: 0;
  }
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

.table-component {
  background-color: #FAFAFA;
  padding: 0 48px;
  border-radius: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
}
.table-component .rdt_Table .rdt_TableHead .rdt_TableCol_Sortable {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 600;
  color: #454f63;
}
.table-component .rdt_Table .rdt_TableHead .rdt_TableCol_Sortable span {
  color: rgba(102, 94, 255, 0.5);
}
.table-component .rdt_Table .rdt_TableHead .rdt_TableCol_Sortable span:hover {
  color: #665EFF;
}
.table-component .rdt_Table .rdt_TableRow .rdt_TableCell {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: #727f9a;
}
.table-component .rdt_TableFooter {
  font-family: "Roboto";
}
.table-component .rdt_TableFooter span {
  color: #454f63;
}
.table-component .rdt_TableFooter svg {
  fill: #78849E;
  color: #78849E;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

div#database-tables-page {
  padding-bottom: 48px;
}
div#database-tables-page h2 {
  display: inline-block;
  font-family: "Work Sans";
  font-size: 33px;
  font-weight: 800;
  color: #454f63;
  margin-top: 0;
  margin-bottom: 40px;
}
div#database-tables-page h2.tables-bottom-header {
  margin-top: 48px;
}
div#database-tables-page .database-tables-container {
  padding: 48px 48px 32px 48px;
  background-color: #FAFAFA;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 16px;
}
div#database-tables-page .database-tables-container .database-tables-chip {
  margin-bottom: 16px;
}
div#database-tables-page .database-tables-container .database-tables-chip.database-tables-chip:not(:last-child) {
  margin-right: 16px;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

button.chip-component {
  display: inline-block;
  background-color: #FAFAFA;
  min-height: 40px;
  max-width: 240px;
  border: 1px solid #665EFF;
  border-radius: 40px;
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
button.chip-component span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Roboto";
  font-size: 16px;
  color: #665EFF;
  word-wrap: break-word;
}
button.chip-component.active, button.chip-component:hover {
  background-color: #665EFF;
}
button.chip-component.active span, button.chip-component:hover span {
  color: white;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

div#splash-screen-page {
  display: block;
  height: 100%;
  text-align: center;
}
div#splash-screen-page .splash-content-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
div#splash-screen-page .splash-load-spinner-wrapper {
  display: block;
  margin: auto;
  margin-top: 40px;
}
/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */

/** Color */
/** Fonts */
/** Font sizes */
/** Margins and paddings */
/** Border radius */
/** Shadows */
/** Mixins */
/** Exports to JS */
