@charset "UTF-8";

/* Base font size to match production */
html {
  font-size: 18px;
}

body {
  font-size: 18px;
  line-height: 1.4;
}

/* Caribbean Airlines Loader Styles */
.caribbean-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100vw;
  background-color: #ffffff;
  color: #333;
  font-family: Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loader-logo {
  max-width: 220px;
  height: auto;
  margin-bottom: 2rem;
}

.loader-spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #ccc;
  border-top: 5px solid #813F98; /* Caribbean Airlines brand purple */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@font-face {
  font-family: "caribbean-explorer";
  src:url("fonts/caribbean-explorer.eot");
  src:url("fonts/caribbean-explorer.eot?#iefix") format("embedded-opentype"),
    url("fonts/caribbean-explorer.woff") format("woff"),
    url("fonts/caribbean-explorer.ttf") format("truetype"),
    url("fonts/caribbean-explorer.svg#caribbean-explorer") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "caribbean-explorer" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "caribbean-explorer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-aeroplane:before {
  content: "\61";
}
.icon-delete:before {
  content: "\63";
}
.icon-group:before {
  content: "\64";
}
.icon-left-arrow:before {
  content: "\65";
}
.icon-menu:before {
  content: "\66";
}
.icon-placeholder-2:before {
  content: "\6a";
}
.icon-right-arrow:before {
  content: "\6b";
}
.icon-search:before {
  content: "\6c";
}
.icon-user:before {
  content: "\6d";
}
.icon-minus:before {
  content: "\68";
}
.icon-menu-3:before {
  content: "\62";
}
.icon-calendar:before {
  content: "\67";
}
.icon-add:before {
  content: "\6f";
}
.icon-right-arrow-1:before {
  content: "\6e";
}
.icon-shopping-cart:before {
  content: "\69";
}
.icon-gear:before {
  content: "\70";
}
