
[data-v-81ee8496]:root {
  --marker-bg-color: "white";
}
.eg-map-marker[data-v-81ee8496] {
  position: relative;
}
[dir] .eg-map-marker[data-v-81ee8496] {
  border: 1px solid;
}
.eg-map-marker[data-v-81ee8496]:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 8px;
  width: 8px;
  box-sizing: border-box;
}
[dir] .eg-map-marker[data-v-81ee8496]:before {
  background: var(--marker-bg-color);
  border-bottom: inherit;
  box-shadow: inherit;
}
[dir=ltr] .eg-map-marker[data-v-81ee8496]:before {
  left: 50%;
  transform: rotate(45deg) translate(-50%);
  border-right: inherit;
}
[dir=rtl] .eg-map-marker[data-v-81ee8496]:before {
  right: 50%;
  transform: rotate(-45deg) translate(50%);
  border-left: inherit;
}

.flight-route-type[data-v-2b691d8f] {
  position: absolute;
  top: calc(50% + 1px);
}[dir=ltr] .flight-route-type[data-v-2b691d8f] {
  transform: translate(-50%, -50%);
}[dir=rtl] .flight-route-type[data-v-2b691d8f] {
  transform: translate(50%, -50%);
}
.baggage .baggage-q-card[data-v-62bd889a] {
  position: relative;
  transition: 0.3s;
}[dir] .baggage .baggage-q-card[data-v-62bd889a] {
  cursor: pointer;
}
.baggage .baggage-q-card.selected[data-v-62bd889a] {
  color: #1976D2;
}
[dir] .baggage .baggage-q-card.selected[data-v-62bd889a] {
  border-color: #1976D2;
}
.baggage .baggage-q-card .selected-q-icon[data-v-62bd889a] {
  position: absolute;
  top: 5px;
}
[dir=ltr] .baggage .baggage-q-card .selected-q-icon[data-v-62bd889a] {
  right: 5px;
}
[dir=rtl] .baggage .baggage-q-card .selected-q-icon[data-v-62bd889a] {
  left: 5px;
}
[dir] .baggage .baggage-q-card[data-v-62bd889a]:hover {
  border-color: #1976D2;
}
[dir=ltr] .seat {
  border-top-left-radius: 25%;
  border-top-right-radius: 25%;
}[dir=rtl] .seat {
  border-top-right-radius: 25%;
  border-top-left-radius: 25%;
}
.eg-flight-addons__seat-item {
  transition: 0.3s;
}
.eg-flight-addons__seat-item:hover {
  opacity: 0.7;
}
.eg-flight-seat-row {
  position: absolute;
  font-size: 12px;
  color: #555;
}
.el-rl {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
[dir=ltr] .el-rl {
  transform: rotate(-180deg);
}
[dir=rtl] .el-rl {
  transform: rotate(180deg);
}
.el-lr {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
[dir=ltr] .el-lr {
  transform: rotate(360deg);
}
[dir=rtl] .el-lr {
  transform: rotate(-360deg);
}
[dir=ltr] .el-td {
  transform: rotate(180deg);
}
[dir=rtl] .el-td {
  transform: rotate(-180deg);
}
.wing {
  font-weight: bold;
}
[dir] .wing {
  background-color: lightgray;
  text-align: center;
  padding: 0px 4px;
}
[dir=ltr] .seat-container {
  border-left: 8px solid lightgray;
  border-right: 8px solid lightgray;
}
[dir=rtl] .seat-container {
  border-right: 8px solid lightgray;
  border-left: 8px solid lightgray;
}
.meal .meal-q-card[data-v-550376c4] {
  position: relative;
  transition: 0.3s;
}[dir] .meal .meal-q-card[data-v-550376c4] {
  cursor: pointer;
}
.meal .meal-q-card.selected[data-v-550376c4] {
  color: #1976D2;
}
[dir] .meal .meal-q-card.selected[data-v-550376c4] {
  border-color: #1976D2;
}
.meal .meal-q-card .selected-q-icon[data-v-550376c4] {
  position: absolute;
  top: 5px;
}
[dir=ltr] .meal .meal-q-card .selected-q-icon[data-v-550376c4] {
  right: 5px;
}
[dir=rtl] .meal .meal-q-card .selected-q-icon[data-v-550376c4] {
  left: 5px;
}
[dir] .meal .meal-q-card[data-v-550376c4]:hover {
  border-color: #1976D2;
}
.eg-flight-addons-btn {
  height: 70px;
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #555;
  transition: 0.3s;
}[dir] .eg-flight-addons-btn {
  padding: 5px;
  cursor: pointer;
}[dir=ltr] .eg-flight-addons-btn {
  border-left: 1px solid #e1e1e1;
}[dir=rtl] .eg-flight-addons-btn {
  border-right: 1px solid #e1e1e1;
}
[dir] .eg-flight-addons-btn:hover:not(.disabled) {
  background: #f4f5f8;
}
.eg-flight-addons-btn i {
  font-size: 14px;
}
[dir] .eg-flight-addons-btn i {
  margin: 5px 0;
}
.disabled {
  opacity: 0.5 !important;
}
[dir] .disabled {
  cursor: default !important;
}
[dir] .disabled * {
  cursor: default !important;
}
.eg-flight-addons__item {
  transition: 0.3s;
}
[dir] .eg-flight-addons__item:hover:not(.disabled) {
  background-color: #f4f5f8 !important;
}
@keyframes fadeIn {
0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes slideInOut-ltr {
0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
50% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
100% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
}
@keyframes slideInOut-rtl {
0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
50% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
}
[dir=ltr] .fade-in-addon {
  animation: fadeIn 1s;
}
[dir=rtl] .fade-in-addon {
  animation: fadeIn 1s;
}
[dir=ltr] .slide-in-out {
  animation:  slideInOut-ltr 1s forwards;
  -webkit-animation:  slideInOut-ltr 1s forwards;
}
[dir=rtl] .slide-in-out {
  animation:  slideInOut-rtl 1s forwards;
  -webkit-animation:  slideInOut-rtl 1s forwards;
}
.dot-typing {
  position: relative;
  width: 10px;
  height: 10px;
  color: #9880ff;
}
[dir] .dot-typing {
  border-radius: 5px;
  background-color: #9880ff;
}
[dir=ltr] .dot-typing {
  left: -9999px;
  box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
  animation:  dot-typing-ltr 1.5s infinite linear;
}
[dir=rtl] .dot-typing {
  right: -9999px;
  box-shadow: -9984px 0 0 0 #9880ff, -9999px 0 0 0 #9880ff, -10014px 0 0 0 #9880ff;
  animation:  dot-typing-rtl 1.5s infinite linear;
}
@keyframes dot-typing-ltr {
0% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
}
16.667% {
    box-shadow: 9984px -10px 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
}
33.333% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
}
50% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px -10px 0 0 #9880ff, 10014px 0 0 0 #9880ff;
}
66.667% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
}
83.333% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px -10px 0 0 #9880ff;
}
100% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
}
}
@keyframes dot-typing-rtl {
0% {
    box-shadow: -9984px 0 0 0 #9880ff, -9999px 0 0 0 #9880ff, -10014px 0 0 0 #9880ff;
}
16.667% {
    box-shadow: -9984px -10px 0 0 #9880ff, -9999px 0 0 0 #9880ff, -10014px 0 0 0 #9880ff;
}
33.333% {
    box-shadow: -9984px 0 0 0 #9880ff, -9999px 0 0 0 #9880ff, -10014px 0 0 0 #9880ff;
}
50% {
    box-shadow: -9984px 0 0 0 #9880ff, -9999px -10px 0 0 #9880ff, -10014px 0 0 0 #9880ff;
}
66.667% {
    box-shadow: -9984px 0 0 0 #9880ff, -9999px 0 0 0 #9880ff, -10014px 0 0 0 #9880ff;
}
83.333% {
    box-shadow: -9984px 0 0 0 #9880ff, -9999px 0 0 0 #9880ff, -10014px -10px 0 0 #9880ff;
}
100% {
    box-shadow: -9984px 0 0 0 #9880ff, -9999px 0 0 0 #9880ff, -10014px 0 0 0 #9880ff;
}
}
