/*components\Header\Header.css*/

header {
  padding: 0 80px;
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 2px solid #fff;
}

.headerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loyalty-login-mobile .headerWrap {
  display: none;
}

.userMenu .userName {
  background: #7fba00;
  border-radius: 100px;
  height: 26px;
  width: 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  margin-right: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
}

.userBlockRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -3px;
}

.headerSearch {
  margin-right: 0;
}

.headerSearch button.MuiButton-text {
  border: none;
  outline: none;
  background: transparent;
  min-width: auto;
  padding: 1px 6px;
}

.userMenuTop {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  min-width: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#loyalty-login-mobile {
  border: 0px;
  border-radius: 0px;
}

.userMenuTopClick,
.userMenuListTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.menuList {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 28px;
  background: #152644;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 9px 17px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  min-width: 220px;
  padding: 14px;
  z-index: 99;
}

.menuList .cmp-user-menu-icon {
  position: relative;
}

.menuList .cmp-user-menu-icon svg {
  position: relative;
  left: -3px;
}

.userMenu.Opened .menuList {
  visibility: visible;
  opacity: 1;
  height: auto;
  width: auto;
  overflow: visible;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.userMenuListTop .useerFullName {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-left: 7px;
}

.userBlock {
  position: relative;
}

.useerFullNameWrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px;
}

.userMenu.Opened .userMenuListTop img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.menuList ul {
  margin-top: 15px;
}

.menuList ul li {
  margin-bottom: 0;
}
.menuList.editProfileV2 ul li a:hover {
  background-color: #4C6083;
}
.menuList ul li a {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 12px 10px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.loyalty .cmp-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.menuList ul li a.active {
  background: rgba(241, 241, 241, 0.2);
  border: 1px solid rgba(241, 241, 241, 0.2);
}

.menuList ul li span {
  width: 38px;
}

.newUserLogin {
  /* display: none; */
  border-left: none;
  padding-left: 0;
  margin: 0 15px;
}

.hamburgerMenu {
  display: none;
  margin-left: 30px;
}

.headerSearch button img {
  margin-top: -1px;
}

.headerSearch button span {
  display: none;
}

.headerSearchBox {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 0 80px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
}

.headerSearchInput {
  display: flex;
  align-items: center;
  padding: 18px 0;
}

.headerSearchInput div.MuiInputBase-root {
  border: none;
  color: #575757;
  font-size: 1.25rem;
  font-family: 'ProximaNova-Regular';
  line-height: 1.25rem;
  padding: 0;
  height: 2rem;
}

.headerSearchInput button.MuiButton-text {
  background: #eaeaea;
  border: none;
  border-radius: 4px;
  color: #8d9092;
  font-family: 'ProximaNova-Regular';
  font-weight: 700;
  font-size: 16px;
  height: 52px;
  letter-spacing: 1.25px;
  line-height: 20px;
  margin-left: auto;
  text-transform: uppercase;
  width: 134px;
  min-width: 132px;
  margin-left: 13px;
}

.headerSearchInput button span {
  display: none;
}

.headerSearchBoxInfo {
  height: 20px;
  font-size: 0.875rem;
  font-style: italic;
  padding: 6px 0 0;
  line-height: 1.5;
}


/* company menu styles  */

.headersearch {
  display: flex;
}

.buttonDropdown-container {
  position: relative;
}

.buttonDropdown-container .menuContents {
  position: absolute;
  width: 276px;
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  top: 45px;
  right: 0;
  z-index: 99;
  font-family: 'proximaNova-Regular';
}

#company-account.company-dropdown {
  margin-right: 12px;
  display: flex;
  align-items: center;
}

#company-account div {
  background-color: #fff;
  border-radius: 6px;
}

#company-account div .companyMenu {
  width: 248px;
}

#company-account div .companyMenu .menuContents {
  padding: 8px;
  font-family: 'ProximaNova-Regular';
}

#company-account div .companyMenu .menuContents .companyContents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  gap: 8px;
}

#company-account div .companyMenu .menuContents .companyContents .companiesBox {
  height: auto;
  border-radius: 8px;
  width: 100%;
}

#company-account div .companyMenu .menuContents .companyContents .companiesBox.approvedCompanies {
  border: 1px solid #ecf2ff;
}

#company-account div .companyMenu .menuContents .companyContents .companiesBox.pendingCompanies {
  border: 1px solid #d3d3d3 91;
}

#company-account div .companyMenu .menuContents .companyContents ul {
  display: flex;
  justify-content: flex-start;
  padding: 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border: 1px solid transparent;
  border-radius: 8px;
}

#company-account div .companyMenu .menuContents .companyContents ul.approved:first-child {
  background-color: #ecf2ff;
}

#company-account div .companyMenu .menuContents .companyContents ul.pending:first-child {
  background-color: #d3d3d3 91;
}

#company-account div .companyMenu .menuContents .companyContents ul.addCompany {
  background-color: #d3d3d3 91;
}

#company-account div .companyMenu .menuContents .companyContents ul div {
  width: 100%;
  background-color: initial;
  display: flex;
  align-items: center;
  gap: 8px;
}

#company-account div .companyMenu .menuContents .companyContents ul:hover {
  cursor: pointer;
}

#company-account div .companyMenu .menuContents .companyContents ul .icon {
  height: 10px;
}

#company-account div .companyMenu .menuContents .companyContents hr {
  width: 100%;
  border-top: 1.5px solid #d0d5dd;
  background-color: #d0d5dd;
}

#company-account div .companyMenu .title {
  font-size: 12px;
  color: #506767;
  font-weight: 400;
  width: 70%;
  text-align: left;
}

#company-account div .companyMenu button {
  display: flex;
  justify-content: space-around;
  padding: 8px;
  gap: 12px;
  background-color: #fff;
}

#company-account div .companyMenu button img.showHide-building {
  display: none;
}

#company-account div .companyMenu button img:nth-child(3) {
  height: 10px;
}

#company-account div .companyMenu button.MuiButton-text {
  min-height: unset;
  font-family: 'ProximaNova-Regular';
}

#company-account div .companyMenu button span {
  color: #182230;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: auto;
}

@media (max-width: 1280px) {
  header {
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .logo {
    margin: 15px 0 23px;
  }

  .logo img {
    margin-top: 0;
  }
}

@media (max-width: 961px) {
  .hamburgerMenu {
    display: block;
  }

  #loyalty-login-mobile .headerWrap {
    display: block;
  }

  /* Background color only for mobile devices */
  .loyalty-header-root {
    background-color: #152644;
  }

  header .headerWrap .logo img {
    width: 110px;
    margin: 0;
  }

  .userMenuTop:before {
    display: none;
  }

  .headerSearch {
    margin-right: 10px;
  }

  .newUserLogin {
    padding-left: 20px;
  }

  .hamburgerMenu {
    margin-left: 20px;
  }

  .menuList {
    right: 56px;
    top: -4px;
  }

  .hamburgerMenu img {
    width: 25px;
  }

  .headerSearch button img {
    margin-top: 0;
    width: 16px;
  }

  .hambergerMenu {
    display: none;
  }

  .hambergerMenu.hambergerMenuOpened {
    display: block;
  }

  .menuList {
    z-index: 222;
  }

  .headerSearchInput button.MuiButton-text {
    font-size: 15px;
    height: 35px;
    line-height: 20px;
    width: 90px;
    min-width: auto;
  }

  .headerSearchBox {
    padding: 0 20px;
  }

  /* company menu styles */
  #company-account div {
    background-color: #152644;
  }

  #company-account div .companyMenu {
    width: auto;
    top: 0;
    border-radius: 0;
    background-color: inherit;
  }

  #company-account div .companyMenu button {
    background-color: #111e36;
    border: 1px solid #12171e;
    border-radius: 24px;
  }

  #company-account div .companyMenu button span {
    display: none;
  }

  #company-account div .companyMenu button img.company-icons {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(107%) contrast(104%);
  }

  #company-account div .companyMenu button img.showHide-plus {
    display: none;
  }

  #company-account div .companyMenu button img.showHide-building {
    display: block;
  }

  #company-account div .menuContents {
    background-color: #fff;
  }

  #company-account div .menuContents * {
    background-color: inherit;
  }

  #header-container #header-width .headersearch {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  #company-account div .buttonDropdown-container {
    position: unset;
  }

  #company-account div .menuContents {
    width: 100vw;
    border-radius: 0;
  }

  #company-account div .menuContents ul.addCompany img {
    background-color: unset;
  }
}

@media (max-width: 1199px) {}


/**/

.menuList li {
  list-style: none;
  font-family: 'ProximaNova-Regular';
}

.menuList ul {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

.useerFullName {
  font-family: 'ProximaNova-Regular';
}


/* components\LandingCard\LandingCard.css */

.loyalty .cp-landing-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.loyalty .cp-landing-card .cp-landing-card__title {
  font-family: 'ProximaNova-Regular';
  font-size: 24px;
  line-height: 22px;
  color: #00263d;
  margin: 1rem 0;
}

.loyalty .cp-landing-card__description {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 38, 61, 0.6);
  font-family: 'ProximaNova-Regular';
  margin: 1rem 0;
}

.loyalty .cp-landing-card__terms-conditions-checkbox {
  color: rgba(4, 17, 31, 0.6);
  font-size: 16px;
  line-height: 20px;
  width: 48.5%;
  margin: 0.5rem 0 1rem 0 !important;
}

.loyalty .cp-landing-card__terms-conditions-checkbox a {
  font-family: 'ProximaNova-Regular';
  font-size: 1rem;
  line-height: 22px;
  color: #00263d;
}

.loyalty .cp-landing-card__btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem 0;
  gap: 1rem;
}

.loyalty .cp-landing-card .cp-landing-card__error {
  font-size: 14px;
  color: #b11c1c;
  margin-bottom: 0.5rem;
}

.loyalty .cp-landing-card__btn-submit {
  margin: 0 1rem;
}

.loyalty .cp-landing-card__btn-cancel {
  margin: 0 1rem;
}

.loyalty .cp-landing-card__logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #00263d;
  padding: 2rem 1rem;
}

.loyalty .cmp-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.loyalty .cmp-popup__modal {
  position: relative;
  margin: 15vh auto;
  padding: 0;
  width: 50%;
  height: 100vh;
  border-radius: 0.5rem;
  animation-name: modalopen;
  animation-duration: 0.5s;
  background: unset;
}

.loyalty .cmp-popup__modal__visible {
  display: block;
  overflow: unset;
}

.loyalty .cmp-popup__container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}

.loyalty .cp-landing-card-popup .cmp-popup__container {
  display: flex;
}

.loyalty .cp-landing-card-popup .cmp-popup__modal .cmp-popup__container {
  background: unset;
  padding: 0;
}

.loyalty .cmp-popup__modal-content {
  width: 100%;
  height: 100%;
}


/**/

.loyalty .cp-landing-card .cp-landing-card__btns button.MuiButton-text {
  background: #fff;
  border: 0.5px solid rgba(19, 76, 141, 0.2);
  border-radius: 4px;
  color: #134c8d;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 18px;
  min-height: 44px;
  padding: 10px 14px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.loyalty .cp-landing-card .cp-landing-card__btns button.MuiButton-text.Mui-disabled {
  color: #152644;
  opacity: 0.5;
}

.loyalty .cp-landing-card .MuiTypography-root.cp-landing-card__title {
  color: #00263d !important;
  font-family: 'ProximaNova-Regular' !important;
  font-size: 24px !important;
  line-height: 22px !important;
  margin: 1rem 0 !important;
}


/* Redirect Page */

#cmp-redirect-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
  max-width: 580px;
  background-color: #f1f1f1;
  padding: 30px;
  font-family: 'Termina-Regular';
}

#cmp-redirect-container .cmp-redirect-loader {
  display: flex;
  margin: auto;
}

#cmp-redirect-container .image {
  margin-bottom: 20px;
}


/* Styles for company creation form*/

.loyalty .companyAccountRequestPanel {
  background: #f1f1f1;
  margin: -20px auto 0;
  padding: 20px 20px 5px;
  font-family: 'ProximaNova-Regular';
  width: 75%;

  @media only screen and (max-width: 600px) {
    width: 100%;
  }
}

.loyalty .companyAccountRequestPanel .companyAccountRequestHeader h4.headerRequestForm {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: initial;
  font-family: 'ProximaNova-Regular';
}

.loyalty .companyAccountRequestPanel ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px;
  gap: 20px;
  justify-content: space-between;
}

.loyalty .companyAccountRequestPanel ul li {
  flex-basis: calc(50% - 10px);
  flex-grow: 1;
  flex-shrink: 0;

  @media only screen and (max-width: 600px) {
    flex-basis: 100%;
  }

  sup {
    color: #b11c1c;
    vertical-align: baseline;
  }

  p.errorMessageText.Mui-error {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.66;
    letter-spacing: 0.03333em;
    text-align: left;
    margin: 3px 0px 0px;
    color: #d32f2f;
  }
}

.loyalty .companyAccountRequestPanel ul .companyrequest_jobtitle {
  flex-grow: 0;
}

.loyalty .companyAccountRequestPanel .companyAccoutRequestSection {
  border-bottom: 0.5px solid rgba(0, 38, 61, 0.2);
  padding-bottom: 20px;
}

.loyalty .companyAccountRequestPanel .aircraft-detail-rows .aircraft-detail-row {
  padding-top: 10px;
}

.loyalty .companyAccountRequestPanel .aircraft-detail-rows .aircraft-detail-row ul>li {
  flex-basis: 30%;

  @media only screen and (max-width: 600px) {
    flex-basis: 100%;
  }

  sup {
    color: #b11c1c;
    vertical-align: baseline;
  }
}

.loyalty .companyAccountRequestPanel .aircraft-detail-rows ul li {
  flex-shrink: 0;
  width: calc(50% - 10px);

  @media only screen and (max-width: 600px) {
    width: 100%;
  }
}

.loyalty .companyAccountRequestPanel .aircraft-details-buttongroup {
  padding: 10px;
  width: 30%;

  @media only screen and (max-width: 600px) {
    width: 100%;
  }
}

.loyalty .companyAccountRequestPanel .account_request_agree {
  background-color: #eaecf0;
  border: 1px solid #d0d5dd;
  padding: 20px;
}

.loyalty .companyAccountRequestPanel .company_request_submit {
  padding-top: 20px;
  width: 50%;

  @media only screen and (max-width: 600px) {
    width: 100%;
  }
}

.loyalty div.MuiInputBase-root,
div.MuiAutocomplete-root div.MuiAutocomplete-inputRoot {
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(0, 38, 61, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  font-size: 16px;
  color: rgba(4, 17, 31, 0.8);
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
  width: 100%;
  font-family: 'ProximaNova-Regular';
}

.loyalty .companyAccountRequestPanel li {
  list-style: none;
}

.loyalty .companyAccountRequestPanel button.cmp-main-button {
  background-color: #152644;
  border: none;
  border-radius: 46px;
  color: #ffffff;
  cursor: pointer;
  font-family: 'ProximaNova-Regular';
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 400;
  padding: 15px 30px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  background-color: #152644;
  width: 49%;
  background: rgba(19, 76, 141, 0.05);
  border: 1px solid rgba(19, 76, 141, 0.2);
  height: 44px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #152644;
  color: #fff;
  border-radius: 46px;
  letter-spacing: unset;
  font-size: 16px;
  padding: unset;
}

.loyalty .companyAccountRequestPanel button.cmp-secondary-button {
  background-color: #152644;
  border: none;
  border-radius: 46px;
  color: #ffffff;
  cursor: pointer;
  font-family: 'ProximaNova-Regular';
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 400;
  padding: 15px 30px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  background-color: #152644;
  color: #152644;
  border: solid 2px;
  background-color: #ffffff;
  width: 49%;
  background: rgba(19, 76, 141, 0.05);
  border: 1px solid rgba(19, 76, 141, 0.2);
  height: 44px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-radius: 46px;
  letter-spacing: unset;
  padding: unset;
  font-size: 16px;
}

.loyalty .companyAccountRequestPanel .cmp-main-button.Mui-disabled {
  background-color: #eaeaea !important;
  color: #8d9092 !important;
}

.loyalty #customer-portal-company-account-request .container-section {
  display: flex;
  background-color: #ECF2FF;
  padding: 12px 24px;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 75%;
  margin: 10px auto;

  @media only screen and (max-width: 990px) {
    flex-direction: column;
    text-align: center;
    gap: 3px;
  }

  @media only screen and (max-width: 600px) {
    width: 100%;
  }

}

.loyalty #customer-portal-company-account-request .container-section .header-section {
  height: fit-content;
  display: flex;
  gap: 3px;
}

.loyalty #customer-portal-company-account-request .container-section .header-section .header-title--section {
  font-family: "ProximaNova-Regular";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.loyalty #customer-portal-company-account-request .container-section .header-section .header-icon--section {
  display: inline-block;
  margin-left: 2px;
}

@media (min-width: 990px) {
  .loyalty #customer-portal-company-account-request .container-section .button-section {
    width: 30%;
  }
}

.loyalty #customer-portal-company-account-request .container-section .button-section .cmp-button {
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 600;
  font-family: "ProximaNova-Regular";
  border: 1px solid #152644;
  border-radius: 30px;
  text-transform: none;
  color: #152644;
  background-color: #fff;
}


.loyalty .account_request_agree span.MuiTypography-root {
  font-family: 'ProximaNova-Regular';
}

.loyalty p.MuiFormHelperText-root .errorMessageText {
  font-size: 14px;
  color: #B11C1C !important;
  margin-top: 4px;
  font-family: "ProximaNova-Regular";
  display: block;
}

.MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-sm-6.aircraftAutocompleteField {
  position: relative;
}

.MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-sm-6.aircraftAutocompleteField div.MuiAutocomplete-root div.MuiAutocomplete-inputRoot {
  height: 56px;
  border: none;
  line-height: 1;
}

.MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-sm-6.aircraftAutocompleteField>span.MuiCircularProgress-root.MuiCircularProgress-indeterminate.MuiCircularProgress-colorInherit {
  position: absolute;
  top: 50px;
  right: 75px;
  z-index: 1;
}

@media (max-width: 960px) {
  .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-sm-6.aircraftAutocompleteField div.MuiAutocomplete-root div.MuiAutocomplete-inputRoot {
    height: 44px;
  }

  .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-sm-6.aircraftAutocompleteField>span.MuiCircularProgress-root.MuiCircularProgress-indeterminate.MuiCircularProgress-colorInherit {
    top: 40px;
    right: 75px;
  }
}


/* Styles for Company Request Popup*/

.company-account-request--popup {
  background-color: white;
  width: 50%;
  border-radius: 10px;
  font-family: 'ProximaNova-Regular';
  color: rgba(0, 38, 61, 0.8);
}

.company-account-request--popup .content-wrapper-text--section {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 38, 61, 0.2);
}

.company-account-request--popup .content-wrapper-text--section .cmp-close-popup--button {
  color: rgba(0, 38, 61, 0.2);
  width: 100%;
  text-align: end;
  font-size: larger;
  font-weight: bolder;
  cursor: pointer
}

.company-account-request--popup .content-wrapper-text--section .text-wrapper {
  text-align: left;
  font-size: 16px;
  line-height: 20px;

  @media only screen and (max-width: 600px) {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }
}

.company-account-request--popup .content-wrapper-text--section .text-wrapper .title-text {
  font-size: 20px;
  font-weight: bolder;
  padding-bottom: 10px;
  line-height: 30px;

  @media only screen and (max-width: 600px) {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
  }
}

.company-account-request--popup .button-wrapper {
  padding: 20px;
  display: flex;
  justify-content: space-between;

  @media only screen and (max-width: 600px) {
    flex-direction: column;
  }
}

.company-account-request--popup .button-wrapper button.cmp-secondary-button {
  background-color: #152644;
  border: none;
  border-radius: 46px;
  color: #ffffff;
  cursor: pointer;
  font-family: 'ProximaNova-Regular';
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 400;
  padding: 15px 30px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  background-color: #152644;
  color: #152644;
  border: solid 2px;
  background-color: #ffffff;
  width: 49%;
  background: rgba(19, 76, 141, 0.05);
  border: 1px solid rgba(19, 76, 141, 0.2);
  height: 44px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-radius: 46px;
  letter-spacing: unset;
  padding: unset;
  font-size: 16px;

  @media only screen and (max-width: 600px) {
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
  }
}

.company-account-request--popup .button-wrapper button.cmp-main-button {
  background-color: #152644;
  border: none;
  border-radius: 46px;
  color: #ffffff;
  cursor: pointer;
  font-family: 'ProximaNova-Regular';
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 400;
  padding: 15px 30px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  background-color: #152644;
  width: 49%;
  background: rgba(19, 76, 141, 0.05);
  border: 1px solid rgba(19, 76, 141, 0.2);
  height: 44px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #152644;
  color: #fff;
  border-radius: 46px;
  letter-spacing: unset;
  font-size: 16px;
  padding: unset;

  @media only screen and (max-width: 600px) {
    font-size: 14px;
    width: 100%;
  }
}

.company-account-request--popup .button-wrapper button.cmp-main-button.Mui-disabled {
  background-color: #eaeaea !important;
  color: #8d9092 !important;
}


/* Styles for loyalty report issue*/

.cmp-loyalty--reportIssue {
  width: 100%;
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  max-width: 1240px;
  background-color: #f1f1f1;
}

.cmp-loyalty--reportIssue .reportIssueInfo {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cmp-loyalty--reportIssue .reportIssueInfo .reportIssue-container {
  width: 100%;
  padding: 15px;
  display: block;
  border-radius: 12px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #EAECF0;
  font-family: 'ProximaNova-Regular';
}

.cmp-loyalty--reportIssue .reportIssueInfo h2,
.cmp-loyalty--reportIssue .reportIssueInfo h4,
.cmp-loyalty--reportIssue .reportIssueInfo h5,
.cmp-loyalty--reportIssue .reportIssueInfo h6 {
  margin: 0px;
  padding: 0px;
}

.cmp-loyalty--reportIssue .reportIssueInfo .title--inquiryHeader h2 {
  font-family: 'Termina-Regular' !important;
  color: #152644 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  margin-bottom: 15px;
}

.cmp-loyalty--reportIssue .reportIssueInfo .inquiryHeader h4 {
  font-family: 'ProximaNova-Regular' !important;
  color: #565769 !important;
  font-size: 16px !important;
  font-weight: 400;
  letter-spacing: 0 !important;
  line-height: 20px !important;
  text-transform: none;
}

.cmp-loyalty--reportIssue .reportIssueInfo .inquiryHeader,
.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo {
  padding-bottom: 15px;
  border-bottom: 1px solid #EAECF0;
  margin-bottom: 15px;

}

.cmp-loyalty--reportIssue .reportIssueInfo .message-alert--box_report-issue {
  width: 100%;
  margin: 5px 0px 15px;
  display: block;
  clear: both;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  height: auto;
}

.cmp-loyalty--reportIssue .reportIssueInfo .message-alert--box_report-issue .AlertButton {
  position: static;
  width: 100%;
  max-width: 100%;
}

.cmp-loyalty--reportIssue .reportIssueInfo ul li label,
.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiryRadio ul li label span,
.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiry ul li h6,
.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiry ul li h5 {
  font-size: 16px;
  line-height: 20px;
  color: rgba(4, 17, 31, 0.6);
}

.cmp-loyalty--reportIssue .reportIssueInfo ul li label {
  color: #171D25;
  display: block;
  margin: 10px 0;
}

.cmp-loyalty--reportIssue .reportIssueInfo ul li label sup,
.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo ul li h6 sup {
  margin-left: 5px;
  vertical-align: baseline;
  color: #b11c1c;
}

.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiry ul li h5 {
  color: #565769;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'ProximaNova-Regular';
  text-transform: none;
  font-weight: 400;
}

.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiry ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}

.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiry ul li {
  width: 100%;
  margin-top: 15px;
  list-style: none;
}

.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiry ul li:nth-child(1),
.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiry ul li:nth-child(2) {
  width: 48.5%;
}

.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiryRadio {
  width: 100%;
}

.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiryRadio>div {
  display: flex;
  gap: 15px;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiryRadio label {
  margin: 0;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #565769;
  border-radius: 8px;
}

.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiryRadio label span.MuiButtonBase-root.MuiRadio-root.MuiRadio-colorPrimary.PrivateSwitchBase-root.MuiRadio-root.MuiRadio-colorPrimary.MuiRadio-root.MuiRadio-colorPrimary.css-1a5icme {
  padding: 2px;
}

.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiryRadioWrap,
.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiryRadioYes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmp-loyalty--reportIssue .reportIssueInfo .generalInquiryRadioYes {
  flex-direction: column;
  gap: 15px;
}

.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo ul {
  padding: 0px;
  margin: 0px;
}

.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo ul li {
  list-style: none;
}

.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo ul li div.MuiInputBase-root.css-1rqoqxy::after,
.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo ul li div.MuiInputBase-root.css-1rqoqxy::before {
  border-bottom: none !important;
}



.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo ul li textarea {
  background: #fff6;
  border: 2px solid #00263d33;
  border-radius: 5px;
  box-shadow: 0 2px 5px #00000005;
  color: #04111fcc;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  width: 100%;
  height: 99px !important;
  line-height: 20px;
  outline: none;
  padding: 12px;
  resize: none;
}

.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo ul li input {
  font: inherit;
  letter-spacing: inherit;
  color: currentcolor;
  padding: 4px 0px 5px;
  border: 0px;
  box-sizing: content-box;
  background: none;
  height: 1.4375em;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 0px;
  width: 100%;
  animation-name: mui-auto-fill-cancel;
  animation-duration: 10ms;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
}

.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo ul li select {
  font-weight: 400;
  letter-spacing: 0.00938em;
  box-sizing: border-box;
  cursor: text;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  background: #fff6;
  border: 2px solid #00263d33;
  border-radius: 5px;
  box-shadow: 0 2px 5px #00000005;
  color: #04111fcc;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
}

.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo ul li label {
  color: #171D25;
  display: block;
  margin: 10px 0;
}

.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo ul li .css-qiwgdb.css-qiwgdb.css-qiwgdb.css-qiwgdb.MuiSelect-select {
  padding-left: 0px;
}

.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo ul li div.MuiInputBase-root div.MuiAutocomplete-root div.MuiAutocomplete-inputRoot {
  box-shadow: none;
}

.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo ul li div.MuiInputBase-root.css-1rqoqxy.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
  background: #134c8d0d;
}

.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo ul li div.MuiInputBase-root.css-1rqoqxy.Mui-disabled input.css-mnn31.Mui-disabled {
  -webkit-text-fill-color: #04111f66;
  color: #04111f66;
  opacity: 1;
}

.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #171D25;
  font-family: 'ProximaNova-Regular';
  text-transform: none;
}

.cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.cmp-loyalty--reportIssue .reportIssueInfo .SelectPlaceholder {
  color: rgba(4, 17, 31, 0.4);
}

@media (max-width: 1199px) {
  .cmp-loyalty--reportIssue .reportIssueInfo .generalInquiry ul {
    display: block;
  }

  .cmp-loyalty--reportIssue .reportIssueInfo .generalInquiry ul li:nth-child(1),
  .cmp-loyalty--reportIssue .reportIssueInfo .generalInquiry ul li:nth-child(2),
  .cmp-loyalty--reportIssue .reportIssueInfo .generalInquiry ul li h6 {
    width: 100%;
  }


  .cmp-loyalty--reportIssue .reportIssueInfo .generalInquiryRadio {
    width: auto;
    min-width: 130px;
  }

  .cmp-loyalty--reportIssue .reportIssueInfo ul li.generalInquiryRadioWrap h5 {
    border-bottom: 1px solid rgba(19, 76, 141, 0.2);
    padding-bottom: 16px;
  }

  .cmp-loyalty--reportIssue .reportIssueInfo .missingointInfo .MuiFormControl-root {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cmp-loyalty--reportIssue .reportIssueInfo .generalInquiryRadioYes {
    display: block;
  }

  .cmp-loyalty--reportIssue .reportIssueInfo .generalInquiry ul li h6 {
    margin-bottom: 8px;
  }
}

.cmp-loyalty--reportIssue .reportIssueInfo .inquery-form--saveButtons {
  width: 100%;
  margin: 20px 0 0;
  clear: both;
  padding: 0px 0px 25px;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  flex-direction: row;
  justify-content: start;
}

.cmp-loyalty--reportIssue .reportIssueInfo .inquery-form--saveButtons button {
  border: 2px solid #152644;
  border-radius: 46px;
  cursor: pointer;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  font-weight: bold !important;
  line-height: 1.375rem;
  padding: 15px 20px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  width: auto;
  height: 44px;
}

.cmp-loyalty--reportIssue .reportIssueInfo .inquery-form--saveButtons button.primary-btn {
  background-color: #152644;
  color: #fff;
}

.cmp-loyalty--reportIssue .reportIssueInfo .inquery-form--saveButtons button.primary-btn:hover,
.cmp-loyalty--reportIssue .reportIssueInfo .inquery-form--saveButtons button.primary-btn:active,
.cmp-loyalty--reportIssue .reportIssueInfo .inquery-form--saveButtons button.primary-btn:focus {
  background-color: #10DC9E;
  border-color: #10DC9E;
  color: #152644;
}

.cmp-loyalty--reportIssue .reportIssueInfo .inquery-form--saveButtons button.secondary-btn {
  background-color: #fff;
  color: #152644;
}

.cmp-loyalty--reportIssue .reportIssueInfo .inquery-form--saveButtons button.secondary-btn:hover,
.cmp-loyalty--reportIssue .reportIssueInfo .inquery-form--saveButtons button.secondary-btn:active,
.cmp-loyalty--reportIssue .reportIssueInfo .inquery-form--saveButtons button.secondary-btn:focus {
  background-color: #ECF2FF;
}