:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #28a745;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 40, 167, 69;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff
}

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

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Liberation Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  font-weight: var(--bs-body-font-weight);
  line-height: 1.5;
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  margin: 0
}

hr {
  color: inherit;
  opacity: .25;
  background-color: currentColor;
  border: 0;
  margin: 1rem 0
}

hr:not([size]) {
  height: 1px
}

h4,
.h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  font-weight: 500;
  line-height: 1.2
}

@media (width>=1200px) {

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

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

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

strong {
  font-weight: bolder
}

a {
  color: #0d6efd;
  text-decoration: underline
}

a:hover {
  color: #0a58ca
}

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

table {
  caption-side: bottom;
  border-collapse: collapse
}

thead,
tbody,
tr,
td {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

::-moz-focus-inner {
  border-style: none;
  padding: 0
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0
}

::-webkit-datetime-edit-text {
  padding: 0
}

::-webkit-datetime-edit-minute {
  padding: 0
}

::-webkit-datetime-edit-hour-field {
  padding: 0
}

::-webkit-datetime-edit-day-field {
  padding: 0
}

::-webkit-datetime-edit-month-field {
  padding: 0
}

::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  font: inherit
}

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

.container-fluid {
  padding-right: .75rem;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: .75rem;
  padding-left: var(--bs-gutter-x, .75rem);
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1*var(--bs-gutter-y));
  margin-right: calc(-.5*var(--bs-gutter-x));
  margin-left: calc(-.5*var(--bs-gutter-x));
  flex-wrap: wrap;
  display: flex
}

.row>* {
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-top: var(--bs-gutter-y);
  flex-shrink: 0;
  width: 100%;
  max-width: 100%
}

@media (width>=576px) {
  .col-sm-5 {
    flex: none;
    width: 41.6667%
  }

  .col-sm-6 {
    flex: none;
    width: 50%
  }

  .col-sm-7 {
    flex: none;
    width: 58.3333%
  }
}

.table {
  --bs-table-bg: #0000;
  --bs-table-accent-bg: #0000;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: #0000000d;
  --bs-table-active-color: #212529;
  --bs-table-active-bg: #0000001a;
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: #00000013;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  width: 100%;
  margin-bottom: 1rem
}

.table>:not(caption)>*>* {
  background-color: var(--bs-table-bg);
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-bottom-width: 1px;
  padding: .5rem
}

.table>tbody {
  vertical-align: inherit
}

.table>thead {
  vertical-align: bottom
}

.table>:not(:first-child) {
  border-top: 2px solid
}

.table-bordered>:not(caption)>* {
  border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 1px
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto
}

.btn {
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  display: inline-block
}

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

.btn:hover {
  color: #212529
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40
}

.btn:disabled {
  pointer-events: none;
  opacity: .65
}

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

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb
}

.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 .25rem #d3d4d580
}

.btn-light:active {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb
}

.btn-light:active:focus {
  box-shadow: 0 0 0 .25rem #d3d4d580
}

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

.btn-group-sm>.btn {
  border-radius: .2rem;
  padding: .25rem .5rem;
  font-size: .875rem
}

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

.btn-group>.btn {
  flex: auto;
  position: relative
}

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

.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:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.card {
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #00000020;
  border-radius: .25rem;
  flex-direction: column;
  min-width: 0;
  display: flex;
  position: relative
}

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

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

.card-header {
  background-color: #00000008;
  border-bottom: 1px solid #00000020;
  margin-bottom: 0;
  padding: .5rem 1rem
}

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top-0 {
  border-top: 0 !important
}

.align-items-center {
  align-items: center !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.p-0 {
  padding: 0 !important
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.text-end {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: #00000080 !important
}

@media (width>=576px) {
  .order-sm-0 {
    order: 0 !important
  }

  .order-sm-1 {
    order: 1 !important
  }

  .text-sm-start {
    text-align: left !important
  }

  .text-sm-end {
    text-align: right !important
  }
}

@media print {
  .d-print-table {
    display: table !important
  }

  .d-print-none {
    display: none !important
  }
}

body {
  color: #535b61;
  background: #e7e9ed;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px
}

@keyframes dual-ring {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

img {
  vertical-align: inherit
}

a,
a:focus {
  color: #0071cc;
  text-decoration: none;
  transition: all .2s
}

a:hover,
a:active {
  color: #005da8;
  transition: all .2s
}

a:focus,
a:active,
.btn:active:focus,
.btn:focus {
  outline: none
}

p {
  line-height: 1.9
}

h4 {
  color: #0c2f54;
  font-family: Poppins, sans-serif
}

.table {
  color: #535b61
}

.text-1 {
  font-size: .75rem !important
}

.text-3 {
  font-size: 1rem !important
}

.text-4 {
  font-size: 1.125rem !important
}

.fw-500 {
  font-weight: 500 !important
}

.fw-600 {
  font-weight: 600 !important
}

.bg-light-2 {
  background-color: #f8f8fa !important
}

hr {
  opacity: .15
}

.invoice-container {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-width: 850px;
  margin: 15px auto;
  padding: 70px
}

@media (width<=767.98px) {
  .invoice-container {
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 35px 20px 70px
  }
}

@keyframes move {
  0% {
    background-position: 0 0
  }

  to {
    background-position: -2324px 0
  }
}

.btn {
  padding: .75rem 2.5rem;
  transition: all .5s
}

.btn:not(.btn-link) {
  box-shadow: 0 5px 15px #00000026
}

.btn:not(.btn-link):hover {
  transition: all .5s;
  box-shadow: 0 5px 15px #0000004d
}

@media (width<=575.98px) {
  .btn:not(.btn-sm) {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

.table:not(.table-sm)>:not(caption)>*>* {
  padding: .75rem
}

.table>:not(:first-child) {
  border-color: #dee2e6
}

/*# sourceMappingURL=booking-flights-invoice.c72549d4.css.map */