/* Font import */
@font-face {
  font-family: "SF-Pro-Display";
  src: url("./fonts/sf-pro-display-font/SF-Pro-Display-Bold.ttf")
    format("truetype");
  src: url("./fonts/sf-pro-display-font/SF-Pro-Display-Bold.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url("./fonts/sf-pro-display-font/SF-Pro-Display-Semibold.ttf")
    format("truetype");
  src: url("./fonts/sf-pro-display-font/SF-Pro-Display-Semibold.woff")
    format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url("./fonts/sf-pro-display-font/SF-Pro-Display-Medium.ttf")
    format("truetype");
  src: url("./fonts/sf-pro-display-font/SF-Pro-Display-Medium.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url("./fonts/sf-pro-display-font/SF-Pro-Display-Regular.ttf")
    format("truetype");
  src: url("./fonts/sf-pro-display-font/SF-Pro-Display-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url("./fonts/sf-pro-display-font/SF-Pro-Display-Light.ttf")
    format("truetype");
  src: url("./fonts/sf-pro-display-font/SF-Pro-Display-Light.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url("./fonts/sf-pro-display-font/SF-Pro-Display-Thin.ttf")
    format("truetype");
  src: url("./fonts/sf-pro-display-font/SF-Pro-Display-Thin.woff")
    format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url("./fonts/sf-pro-display-font/SF-Pro-Display-Ultralight.ttf")
    format("truetype");
  src: url("./fonts/sf-pro-display-font/SF-Pro-Display-Ultralight.woff")
    format("woff");
  font-weight: 100;
  font-style: normal;
}
/* Font import */

body {
  font-family: "SF-Pro-Display", SF-Pro-Display; /* Use 'CustomFont' as the default font-family */
  color: #222222 !important;
}
.cursor-default {
  cursor: default !important;
}

@media screen and (display-mode: standalone) {
  body,
  html {
    /* min-height: 100vh !important; */
    overscroll-behavior-x: none;
  }
  html {
    overflow: hidden;
    overscroll-behavior: none;
  }
}
.meteocons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "meteocons" !important;
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: liga;
  -moz-font-feature-settings: liga=1;
  -moz-font-feature-settings: liga;
  -ms-font-feature-settings: liga 1;
  font-feature-settings: liga;
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-file-upload,
.submit-btn {
  display: inline-block;
  cursor: pointer;
}
.profile__fullName {
  margin-top: -15px !important;
}
.team__avatar .custom-file-upload,
.avatar-drawer .custom-file-upload,
.submit-btn {
  color: #0085ff;
}
.avatar-delete-overlay p {
  margin: auto;
}
.avatar-delete-overlay {
  height: 70px;
  width: 70px;
  position: absolute;
  border-radius: 50px;
  z-index: 999;
  background: rgba(3, 3, 19, 0);
  color: transparent;
  display: flex;
  align-items: center;
  transition-property: background-color, color;
  transition-duration: 0.15s;
}
.custom-file-delete {
  color: red;
}
@media only screen and (min-width: 992px) {
  .avatar-delete-overlay:hover {
    background: rgba(3, 3, 19, 0.35);
    color: white;
    cursor: pointer;
  }
}
.avatar-delete-overlie {
  background-color: blue;
}
.card-img-txt-container {
  top: calc(100% - 5rem);
  display: block;
  position: absolute;
  color: white;
  text-align: left;
}
.card-img-overly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-image: linear-gradient(
    to bottom,
    rgb(0 0 0 / 0%),
    rgb(7 7 7 / 100%)
  );
  border-radius: 5px;
}
.nav-sidebar {
  background-color: #f1f5f9 !important;
  border-radius: 20px;
  width: fit-content;
  margin: auto;
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  height: auto !important;
}
.nav-sidebar-box {
  position: absolute;
  bottom: 3vh;
  left: 5vmin;
  right: 5vmin;
}
.sidebar-action-title {
  background-color: #ffffff;
  height: 5rem;
}
.custom-select {
  height: 30px;
  display: flex;
  align-items: center;
  outline: none;
  border: none;
}
.custom-select > div {
  border: none;
  outline: none;
  line-height: 1.5;
}
.custom-select svg {
  fill: white;
}
.MuiSnackbar-root {
  top: 60px !important;
}
.MuiSelect-select:focus .MuiSelect-select:hover {
  background-color: transparent !important;
}
.muiltr-1vez5nw-MuiBottomNavigationAction-label {
  font-size: 0.9rem !important;
}
.MuiBottomNavigation-root button {
  min-width: 50px !important;
  max-width: 70px !important;
}
.MuiBottomNavigation-root button span {
  font-size: 1rem !important;
}
.img-child {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
}
.img-child:hover,
.img-child:focus {
  -ms-transform: scale(1.03);
  -moz-transition: scale(1.03);
  transition: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.img-parent {
  position: relative;
  overflow: hidden;
  align-items: center;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
form label {
  z-index: 0 !important;
}
.MuiToggleButtonGroup-root button {
  width: 60px;
  height: 3rem;
  padding: 0;
  margin: auto;
}
.tail_and_number {
  font-size: 14px;
}
.tail_and_number strong {
  font-weight: 500;
}
.tail_number {
  display: flex;
}
.tail_number h3 {
  font-weight: 500;
  font-size: 18px;
}
.description h3 {
  font-weight: 400;
  font-size: 16px;
}

.id__state {
  font-size: 14px;
  color: white;
  font-weight: 500;
  padding: 3px 5px;
  background-color: #00cf15;
  border-radius: 5px;
  margin-bottom: 5px;
}
.team__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.team__member__name {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.id__code,
.from__date,
.to__id,
.details__duration {
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap;
}
.team__right {
  height: 70px;
}
.team__avatar {
  position: relative;
}
.team__avatar__status {
  position: absolute;
  top: 0;
  right: 0;
}
.team__member__id {
  font-size: 12px;
  font-weight: 300;
  white-space: nowrap;
}
.profile__avatar__img {
  -webkit-box-shadow: 3px 3px 5px 0px rgb(150, 150, 150);
  -moz-box-shadow: 3px 3px 5px 0px rgba(201, 201, 201, 1);
  box-shadow: 3px 3px 5px 0px rgba(201, 201, 201, 1);
}
.MuiAccordionDetails-root {
  padding: 0px 16px !important;
}
.MuiAccordionSummary-root {
  min-height: 30px !important;
}
.MuiInput-root:before,
.MuiPaper-root::before {
  display: none !important;
}
.MuiAccordionSummary-content {
  margin: 15px 0 15px 0 !important;
}
.MuiAccordionSummary-content.Mui-expanded {
  margin: 15px 0px 10px 0 !important;
}
.MuiAccordionSummary-expandIconWrapper.Mui-expanded {
  transform: rotate(90deg) !important;
}
.accordion-subtitle {
  color: #717171;
  font-size: 1.2rem !important;
  font-family: SF-Pro-Display !important;
  font-weight: 400 !important;
  line-height: 1.4375em !important;
  padding: 0;
  position: relative;
  display: block;
  transform-origin: top left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 133%;
  transform: translate(0, -1.5px) scale(0.75);
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.editable-chip {
  border-radius: 6px !important;
}
.chip-route {
  background-color: #00b6cf !important;
  color: white !important;
  border: none !important;
}
.chip-route-dark {
  background-color: #175058 !important;
  color: white !important;
}

.chip-date,
.chip-type,
.chip-airport,
.chip-aircraft,
.chip-aircraft-model {
  color: white !important;
  border-radius: 4px !important;
  height: 20px !important;
  vertical-align: bottom !important;
}

.chip-date {
  background-color: #4d4d4d !important;
}
.chip-date span,
.chip-airport-time span,
.chip-type span,
.chip-airport span {
  padding: 0px 5px 0px 5px;
}
.chip-type {
  background-color: #fa00ff !important;
}
.chip-airport-time,
.chip-airport-time-duration,
.chip-activity-time-duration {
  background-color: #284fb2 !important;
}
.MuiChip-root .MuiChip-root,
.chip-airport-time-duration,
.chip-activity-time-duration {
  font-size: 10px;
  margin-left: 5px;
  margin: 0px 1px 0px 1px;
  color: white !important;
  border-radius: 4px !important;
  height: 14px !important;
  font-size: 10px !important;
}
.chip-airport {
  background-color: #0085ff !important;
}
.chip-time {
  background-color: #284fb2 !important;
}
.chip-aircraft {
  background-color: #00b6cf !important;
}
.chip-aircraft-model {
  background-color: #003239 !important;
}

.chip-aircraft font {
  top: -1px;
  position: relative;
}
.airports-card {
  float: right;
}
.leg-summary-card .MuiChip-root span {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

@media only screen and (max-width: 991px) {
  .leg-summary-card .MuiChip-root.chip-time,
  .leg-summary-card .MuiChip-root.chip-airport-time,
  .leg-summary-card .MuiChip-root.chip-aircraft-model {
    color: white !important;
    font-size: 9px !important;
    height: 12px !important;
    border-radius: 4px !important;
  }
}
.leg-summary {
  border-radius: 5px !important;
}
.leg-status-scheduled {
  background-color: #284fb2 !important;
}
.leg-status-delayed {
  background-color: #ffc700 !important;
}
.leg-status-canceled {
  background-color: red !important;
}
.leg-status-departed,
.leg-status-arrived {
  background-color: #00cf15 !important;
}
.activity-item {
  border-left: #cf3476 8px solid !important;
}
.activity-type-holidays {
  border-left: #008000 8px solid !important;
}
.activity-type-day-off {
  border-left: #9acd32 8px solid !important;
}
.activity-type-training {
  border-left: #8b008b 8px solid !important;
}
.activity-type-maintenance {
  border-left: #ff00ff 8px solid !important;
}
.activity-type-office {
  border-left: #800080 8px solid !important;
}
.activity-type-sick-day {
  border-left: #90ee90 8px solid !important;
}
.activity-type-no-show {
  border-left: #ffff00 8px solid !important;
}
.activity-type-no-duty {
  border-left: #ffffff 8px solid !important;
}
.activity-type-on-call {
  border-left: #0000ff 8px solid !important;
}
.activity-type-other {
  border-left: #4b0082 8px solid !important;
}
.wellcome-card {
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  background: linear-gradient(90.42deg, #37beb6 0.36%, #4389ca 99.71%);
}
.MuiAccordion-rounded {
  border-radius: 0.75rem !important;
}
.MuiAccordion-root.Mui-disabled,
.MuiAccordionSummary-root.Mui-disabled {
  background-color: #ffffff !important;
  opacity: 1 !important;
  border-radius: 0.75rem !important;
}
.darkening {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 20;
}
button.btn-0 {
  color: #06cd87;
}
button.btn-1 {
  display: flex;
  padding: 0 10px;
  background: #d0312d;
  color: white;
  transition: 0.5s;
}
button.btn-1:hover {
  background-color: #7c2220;
}
.datePickerWidth {
  width: 120px !important;
}
.datePickerCompleteWidth {
  width: 140px !important;
}
.no-select {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Edge */
}
.customSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 4px);
  background-position-y: 50%;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.customSelect option {
  background-color: white;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}