/************ All Content ************/
/* 
1.
2.
3.

*/
/* font - Onest  */
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

@font-face {
  font-family: "Circular Std";
  src: url("../font/circularstdbookitalic.otf");
  font-weight: 400;
}

@font-face {
  font-family: "Circular Std";
  src: url("../font/circularstdbook.otf");
  font-weight: 400;
}

@font-face {
  font-family: "Circular Std";
  src: url("../font/circularstdmediumitalic.otf");
  font-weight: 500;
}

@font-face {
  font-family: "Circular Std";
  src: url("../font/circularstdmedium.otf");
  font-weight: 500;
}

@font-face {
  font-family: "Circular Std";
  src: url("../font/circularstdbolditalic.otf");
  font-weight: 700;
}

@font-face {
  font-family: "Circular Std";
  src: url("../font/CircularStd-Bold.otf");
  font-weight: 700;
}

@font-face {
  font-family: "Circular Std";
  src: url("../font/circularstdblackitalic.otf");
  font-weight: 900;
}

@font-face {
  font-family: "Circular Std";
  src: url("../font/circularstdblack.otf");
  font-weight: 900;
}

/*   font-family: "Be Vietnam Pro", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Circular Std";
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* Google font */
  font-family: "Circular Std";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-9 {
  font-weight: 900 !important;
}

.bg-darkblue {
  background-color: rgba(31, 59, 137, 1);
}

.bg-red {
  background-color: rgba(180, 33, 21, 1);
}

.text-red {
  color: rgba(180, 33, 21, 1) !important;
}

.text-darkblue {
  color: rgba(31, 59, 137, 1) !important;
}

.text-black1 {
  color: rgba(11, 17, 32, 1) !important;
}

.text-gray1 {
  color: rgba(129, 146, 158, 1) !important;
}

.text-green1 {
  color: rgba(67, 210, 150, 1) !important;
}

.mx-100 {
  max-width: 100% !important;
}

/* Header start */
/* header .nav-link:focus,
.nav-link:hover {
    color: rgba(31, 59, 137, 1);
} */

header {
  position: sticky;
  width: 100%;
  top: 0px;
  background-color: #ffffff;
  z-index: 999;
}

header .navlink-header:focus,
header .navlink-header:hover {
  color: rgba(31, 59, 137, 1);
  font-weight: 500;
}

header .navlink-header {
  font-family: "Circular Std";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.24px;
  text-align: center;
  color: rgba(11, 17, 32, 1);
}

.title {
  font-family: "Circular Std";
  font-size: 42px;
  font-weight: 900;
  line-height: 50.4px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
}

.navmenu-header {
  display: flex;
  gap: 50px;
  align-items: center;
}

header .navbar-brand {
  margin-right: 70px;
}

header .navbar-brand img {
  width: 245px;
}

header .navbar-expand-lg {
  padding: 23px 0;
}

.navbar > .container-fluid {
  padding: 0 20px;
}

.theam-btn_blueborder:hover {
  background-color: rgba(31, 59, 137, 1);
  color: #ffffff;
  border-color: transparent;
}

.theam-btn_blueborder {
  border: 1px solid rgba(31, 59, 137, 1);
  background-color: #ffffff;
  padding: 8px 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.64px;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.theam-btn_white {
  background-color: #ffffff;
  color: rgba(11, 17, 32, 1);
  border-color: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.24px;
  text-align: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  width: 100%;
  padding: 15px;
}

.img-airhostess {
  width: 30px;
}

.right-header {
  display: flex;
  gap: 20px;
  align-items: center;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: rgba(31, 59, 137, 1) !important;
  font-weight: 500;
}

header .nav-link:focus,
header .nav-link:hover {
  color: rgba(31, 59, 137, 1);
}

/* Landing page start */
/* index-sec_1 */
.index-sec_1 {
  padding: 0 24px;
}

.index-sec_1 .container-fluid {
  background-image: url("../image/langing-bg-sec1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.main_subtitle {
  font-size: 20px;
  font-weight: 900;
  line-height: 23.37px;
  text-align: center;
  color: rgba(31, 59, 137, 1);
  /* text-transform: uppercase; */
  margin-bottom: 20px;
}
/* 
.index-sec_1 .main_title.hometxt{
} */

.index-sec_1 .subtitle.hometxt {
  /* text-transform: lowercase; */
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
  color: rgba(11, 17, 32, 1);
}

.index-sec_1 .main_info.hometxt {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.main_title {
  font-size: 50px;
  font-weight: 900;
  line-height: 58.42px;
  text-align: center;
  color: rgba(11, 17, 32, 1);
  margin-bottom: 20px;
}

.index-sec_1 .main_title span {
  color: rgba(31, 59, 137, 1);
}

.index-sec_1 .main_title {
  font-size: 40px;
  font-weight: 800;
  line-height: 48.42px;
}
.main_info {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.69px;
  text-align: center;
  color: rgba(11, 17, 32, 1);
  margin-bottom: 0;
}

.heading_index-sec_1 {
  max-width: 1128px;
  margin: 0 auto;
  padding-top: 93px;
}

.right-header-toggle {
  display: flex;
  gap: 12px;
}

/* index-sec_2 */
.index-sec_2 {
  padding: 80px 12px 0 12px;
}

.left-index-sec_2 {
  max-width: 496px;
}

.left-index-sec_2 .main_info {
  text-align: start;
}

.subtitle {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(31, 59, 137, 1);
  margin-bottom: 8px;
  /* text-transform: uppercase; */
  text-align: left;
}

.title {
  font-size: 42px;
  font-weight: 900;
  line-height: 50.4px;
  color: rgba(11, 17, 32, 1);
  margin-bottom: 8px;
}

.box-become {
  width: 100%;
  padding: 26px 20px 20px 20px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.title-box-become {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30.96px;
  text-align: left;
  margin-bottom: 0;
}

.subtitle-box-become {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.64px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.img-airhostess-big {
  width: 48px;
}

.box-become .top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 54px;
  align-items: center;
}

.index-sec_2 .col-12 {
  display: flex;
  gap: 32px;
}

.left-index-sec_2 {
  width: 100%;
}

.right-index-sec_2 {
  width: 100%;
  display: flex;
  gap: 25px;
}

.info-box-become {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.06px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}

.right-arrow-white {
  width: 24px;
}

.box-become .bottom {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

.total-passenger-container {
  display: flex;
  gap: 15px;
}

.index-sec_3 {
  padding: 100px 12px;
  background-color: rgba(244, 247, 254, 1);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  margin: 0 20px;
}

.heading_index-sec_3 {
  max-width: 505px;
}

.heading_index-sec_3 p,
.heading_index-sec_3 h2 {
  text-align: start;
  margin-bottom: 15px;
}

.heading_index-sec_3 .main_info {
  color: rgba(129, 146, 158, 1);
  max-width: 450px;
  font-weight: 400;
}

.total-passenger-box {
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 135px;
  height: 81px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.total-passenger-plus {
  font-size: 21.63px;
  font-weight: 700;
  line-height: 27.37px;
  margin-bottom: 7px;
}

.total-passenger {
  font-size: 10.82px;
  font-weight: 400;
  line-height: 16.23px;
  text-align: left;
  color: rgba(73, 101, 123, 1);
  text-wrap: nowrap;
}

.index-sec_4 {
  padding: 100px 0;
}

.box-them1 {
  background-color: rgba(244, 247, 254, 1);
  border-radius: 16.64px;
  -webkit-border-radius: 16.64px;
  -moz-border-radius: 16.64px;
  -ms-border-radius: 16.64px;
  -o-border-radius: 16.64px;
  padding: 43.5px 25px 25px 25px;
}

.right-index-sec_4 {
  display: flex;
  gap: 20px;
  justify-content: end;
  width: 100%;
}

.heading_index-sec_4 .main_info {
  text-align: start;
  color: rgba(129, 146, 158, 1);
}

.heading_index-sec_4 {
  max-width: 469px;
}

.heading_index-sec_4 {
  width: 100%;
}

.index-sec_4 .top {
  display: flex;
  gap: 20px;
}

.title-weoffer {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  color: rgba(29, 36, 44, 1);
  margin-bottom: 12px;
}

.info-weoffer {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.71px;
  text-align: center;
  color: rgba(73, 101, 123, 1);
}

.img-weoffer img {
  width: 70px;
}

.img-weoffer {
  margin-bottom: 20px;
}

.box-addboardingpass {
  max-width: 250px;
}

.index-sec_4 .bottom {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.index-sec_5 {
  padding: 20px 20px;
}

.index-sec_5 .bg-index-sec_5 {
  padding: 110px 24px 110px 24px;
  background-image: url("../image/giving-tip-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.title-givingtips {
  font-size: 100px;
  font-weight: 900;
  line-height: 130px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
}

.title-givingtips span {
  leading-trim: both;
  text-edge: cap;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}

.index-sec_6 {
  padding: 20px 24px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.index-sec_6 .bg-index-sec_6 {
  padding: 48px 28px 136px 28px;
  background-image: url("../image/download-bg-sec1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}

.heading_index-sec_5 {
  max-width: 491px;
}

.heading_index-sec_5 .subtitle {
  margin-bottom: 16px;
}

.heading_index-sec_5 .subtitle,
.heading_index-sec_5 .info {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.3px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 16px;
}

.heading_index-sec_5 .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 53.13px;
  text-align: left;
  color: rgba(245, 245, 245, 1);
  margin-bottom: 24px;
}

.google-store-btn {
  border: 0;
  background-color: transparent;
  border: 0;
}

.google-store-btn img {
  width: 142px;
}

.btn-index-sec-5 {
  display: flex;
  gap: 13px;
  margin-top: 60px;
}

.app-store img {
  /* width: 650px; */
  width: 560px;
  position: absolute;
  /* top: 37px; */
  right: 6%;
  bottom: -300px;
}

/* Acordian start */
.faq-tabs {
  gap: 20px;
  justify-content: center;
  margin: 40px 0 40px 0;
}

.faq-tabs.nav-pills .nav-link.active,
.faq-tabs.nav-pills .show > .nav-link {
  color: rgba(255, 255, 255, 1);
  background-color: #195bcb;
}

.faq-tabs .nav-link.miscellneous-btn {
  padding: 23.5px 15px;
}

.faq-tabs .nav-link {
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  color: #1b242c;
}

.accordion-button {
  border-bottom: 1px solid 0;
  padding: 20px 0;
  background-color: transparent;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background-size: 100% auto;
  width: 50px;
  height: 50px;
}

.accordion-button::after {
  background-image: url("../image/svg/Icon-plus.svg") !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../image/svg/Icon-minus.svg") !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-body {
  color: rgba(73, 101, 123, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding: 10px 0;
  background-color: transparent;
}

.accordion-button {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0;
}

.accordion-button:not(.collapsed) {
  color: rgba(11, 17, 32, 1);
}

.index-sec_7 {
  padding: 110px 12px;
}

.heading_index-sec_7 {
  max-width: 622px;
  margin: 0 auto 60px;
}

.heading_index-sec_7 p {
  margin-bottom: 15px;
}

.heading_index-sec_7 p,
.heading_index-sec_7 h2 {
  text-align: center;
}

/* Landing page end */

/* Footer start */
/* FOOTER SIGNIN */
#footer-signin {
  padding: 48px 28px 0 28px;
  background-color: rgba(11, 17, 32, 1);
  color: rgba(255, 255, 255, 1);
  margin: 0 20px 20px 20px;
  border-radius: 20px;
}

.logo-footer {
  width: 143px;
  height: auto;
  margin-bottom: 25px;
}

.footer-signin-left {
  text-align: left;
}

.footer-signin-left p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.3px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

.footer-signin-right p {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.9493924975395203px;
  text-align: left;
}

#footer-signin h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.3px;
  text-align: left;
  margin-bottom: 20px;
  color: #ffffff;
}

#footer-signin ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* opacity: 80%; */
}

#footer-signin ul li {
  display: flex;
  align-items: center;
  gap: 0px;
}

#footer-signin ul li::before {
  content: " ";
  background-image: url("../image/svg/caret-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 5.91px;
  height: 10.45px;
  display: none;
}

#footer-signin ul li a,
.title-cancellation-clause_box {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.3px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

.footer-signin-center-container {
  display: flex;
  gap: 50px;
  justify-content: space-evenly;
}

.footer-signin-center-container .quick-link-footer {
  color: white;
}

.footer-signin-center-container a:hover {
  text-decoration: underline;
}

#footer-signin .footer-signin-right h5 {
  margin-bottom: 10px;
}

.footer-signin-right {
  max-width: 378px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.logo_footer {
  margin-bottom: 0px;
  display: inline-block;
}

.ply-apple-btns2 {
  margin-top: 25px;
  display: flex;
  gap: 20px;
}

#footer-signin .row:first-child {
  padding-bottom: 16px;
}

.copyright-2024 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22.77px;
  color: rgba(255, 255, 255, 1);
}

.copyright-2024 span {
  font-weight: 400;
}

.social-links3 .one {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.social-links3 .one:hover {
  background-color: black;
}

.social-links3 {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  justify-content: e;
}

.footer-signin-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0px 0;
  border-top: 0;
  margin-top: 53px;
}

.enter-email .email1:active,
.enter-email .email1:focus-visible {
  border: 0;
}

.enter-email .email1 {
  border: 0;
  width: 68%;
}

.enter-email {
  max-width: 370px;
  height: 55px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(73, 101, 123, 0.15);
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.subscriber {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 207, 200, 1);
  padding: 8px 15px;
  border: 0;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  position: absolute;
  right: 11px;
}

/* Scroll to Top Arrow */
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 22px;
  right: 51px;
  width: 47px;
  height: 47px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border-radius: 22px;
  background-image: url("../images/arro-scroll.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 999;
}

.btns-ply-app-container {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.btn-apple-app,
.btn-ply-app {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 170px;
  height: 42px;
  background-color: transparent;
  border: 0;
}

.btn-apple-app {
  background-image: url("../image/appstore.png");
}

.btn-ply-app {
  background-image: url("../image/plystore.png");
}

.admin-support-btn {
  padding: 10px 12px;
  height: 58.55px;
  background-color: rgba(25, 91, 203, 1);
  border: 0;
  border-radius: 29px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.76px;
  color: rgba(255, 255, 255, 1);
  display: flex;
  gap: 10px;
  align-items: center;
  position: fixed;
  z-index: 99;
  right: 33px;
  bottom: 25.45px;
}

.logo_footer img {
  width: 250px;
}

.right-footer-arroplaine {
  display: flex;
  justify-content: end;
}

/* Login page start */
.theam-modal .modal-header {
  border: 0;
  padding: 0;
}

.theam-modal .modal-dialog {
  max-width: 936px;
  margin: auto;
}

.theam-modal .modal-content {
  border: 0;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 1);
}

.theam-modal .modal-body {
  padding: 0;
}

/* theam-modal-sm */
.theam-modal-sm .modal-header {
  border: 0;
  padding: 0;
}

.theam-modal-sm .modal-dialog {
  max-width: 456px;
  margin: auto;
}

.theam-modal-sm .modal-content {
  border: 0;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.theam-modal-sm .modal-body {
  padding: 60px 58px;
}

.left-loginside {
  height: 100%;
}

.left-loginsidebg {
  padding: 68px 23px 23px 23px;
  width: 100%;
  height: 100%;
  background-image: url("../image/left-loginsidebg.png");
  background-color: rgba(244, 247, 254, 1);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  -moz-border-radius: 24px 0 0 24px;
  -ms-border-radius: 24px 0 0 24px;
  -o-border-radius: 24px 0 0 24px;
  text-align: center;
}

.btn-close1 {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}

.btn-close1.btn-close {
  background-image: url("../image/svg/close-circle.svg");
  opacity: 1;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
}

.logo-modal {
  margin: 0 auto 15px;
}

.logo-modal img {
  width: 138px;
}

.title-leftside-modal {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: rgba(11, 17, 32, 1);
  max-width: 336px;
  text-align: center;
  margin: auto;
}

.right-loginside {
  padding: 50px 70px;
}

.title-modal {
  font-size: 22px;
  font-weight: 500;
  line-height: 27.85px;
  text-align: center;
  color: rgba(11, 17, 32, 1);
  margin-bottom: 10px;
}

.subtitle-modal {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.25px;
  text-align: center;
  color: rgba(129, 146, 158, 1);
  max-width: 300px;
  margin: auto;
}

.login-top {
  margin-bottom: 40px;
}

.form-floating-theam .form-control {
  border: 1px solid rgba(129, 146, 158, 0.2);
  padding: 13px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.71px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  min-height: 50px;
  height: 50px;
}

.selectInput .form-select {
  border: 1px solid rgba(129, 146, 158, 0.2);
  padding: 13px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.71px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  min-height: 50px;
  height: 50px;
}

.label-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(11, 17, 32, 1);
  text-align: start;
  display: block;
}

.form-floating-theam .form-floating > label {
  color: rgba(129, 146, 158, 1);
  font-size: 14px;
  font-weight: 400;
  /* line-height: 15.18px; */
  text-align: left;
  padding: 13px 15px;
  top: 0px;
  z-index: 1;
}

.form-control:focus {
  box-shadow: none;
}

.header-login {
  margin-bottom: 40px;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.forgotpw-link {
  display: block;
  text-align: end;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.71px;
  text-align: right;
  color: rgba(129, 146, 158, 1);
}

.btn-theam-blue {
  background-color: rgba(31, 59, 135, 1);
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.24px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  border-color: transparent;
}

.btn-theam-gray {
  background-color: rgba(129, 146, 158, 1);
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.24px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  border-color: transparent;
}

.bottom-payment .top {
  margin-bottom: 30px;
}

.right-loginside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 578px;
}

.dontAcc-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.71px;
  text-align: center;
  color: rgba(32, 32, 32, 1);
}

.eye-btn {
  width: 24px;
}

.eye-btn-container {
  position: absolute;
  right: 13px;
  top: 13px;
}

/* Login page end */

/* verificationLink page start */
.verificationLink-title-modal {
  font-size: 24px;
  font-weight: 500;
  line-height: 30.38px;
  text-align: center;
  color: rgba(31, 59, 137, 1);
  margin-bottom: 10px;
}

.payment-title-modal {
  font-size: 24px;
  font-weight: 500;
  line-height: 30.38px;
  text-align: center;
  color: rgb(31, 137, 72);
  margin-bottom: 10px;
}

.email-verificationLink_img {
  text-align: center;
  margin-bottom: 7px;
}

.email-verificationLink_img img {
  width: 64px;
}

.success-img {
  text-align: center;
  margin-bottom: 40px;
}

.success-img img {
  width: 139px;
}

/* verificationLink page end */
/* Signup page modal start */
.input_2-box {
  display: flex;
  gap: 15px;
}

.by-continue-box {
  display: flex;
  gap: 9px;
}

.select_one {
  position: relative;
  width: 24px;
  height: 24px;
}

.radio1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
}

.select_one input[type="checkbox"]:checked ~ .left:after {
  content: " ";
  background-image: url("../image/svg/checked.svg");
  right: 0px;
}

.select_one .left::after {
  content: " ";
  background-image: url("../image/svg/unchecked.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  left: 0px;
}

.by-continue {
  font-family: "Onest", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.04px;
  text-align: left;
  margin-bottom: 5px;
}

.by-continue span {
  font-weight: 500;
  color: rgba(10, 9, 18, 1);
}

#signup-modal .right-loginside,
#signup-modal_passenger .right-loginside,
#completeprofile_modal .right-loginside {
  height: 100%;
  padding: 50px 70px 20px 70px;
}

.form-floating-theam {
  width: 100%;
}

/* Signup page modal end */

/* Complete profile modal start */
.photoupload {
  /* margin-top: 20px; */
  margin-bottom: 25px;
  text-align: center;
  width: 142px;
  height: 142px;
}

.photoupload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* Complete profile modal end */

/* Forgot pw modal passenger start */
.tab-theam-forgotpw .nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: nowrap;
}

.email-forgotpw img {
  width: 24px;
  margin-right: 10px;
}

.tab-theam-forgotpw .nav-link.active {
  color: rgba(11, 17, 32, 1);
  border: 1px solid rgba(31, 59, 137, 1);
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

.tab-theam-forgotpw .nav-item {
  width: 100%;
}

.tab-theam-forgotpw .nav-link .left {
  display: flex;
  align-items: center;
}

.tab-theam-forgotpw .nav-link {
  color: rgba(11, 17, 32, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 20.64px;
  text-align: left;
  border: 0.68px solid rgba(129, 146, 158, 0.2);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.tab-theam-forgotpw .nav .nav-link .radio-checked-img {
  display: none;
}

.tab-theam-forgotpw .nav .nav-link.active .radio-checked-img {
  display: block;
}

.tab-theam-forgotpw .nav .nav-link.active .radio-img {
  display: none;
}

.nav-link:focus-visible {
  box-shadow: 0 0 0 0;
}

.select-mobile-numb {
  position: absolute;
  top: 13px;
  left: 42px;
  border: 0;
  width: 44px;
  background-color: transparent;
  z-index: 99;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../image/svg/arrow-down-gray.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 2px;
  border-radius: 2px;
}

.select-mobile-numb:focus-visible {
  outline-color: transparent;
}

.phonenumber-inputbox input {
  /* padding-left: 92px !important; */
}

.phonenumber-inputbox .form-floating-theam .form-floating > label {
  left: 80px;
}

.flagimg {
  position: absolute;
  top: 12px;
  left: 14px;
}

.flagimg img {
  width: 22px;
}

.otpscreen-input input:focus,
.otpscreen-input input.active {
  background-color: rgba(31, 59, 137, 1);
  border-color: transparent;
  color: #ffffff;
}

.otpscreen-input input {
  width: 100%;
  height: 50px;
  text-align: center;
  border-radius: 10px;
}

.otpscreen-input {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.pinscreen-input input:focus,
.pinscreen-input input.active {
  background-color: rgba(31, 59, 137, 1);
  border-color: transparent;
  color: #ffffff;
}

.pinscreen-input input {
  width: 25%;
  height: 50px;
  text-align: center;
  border-radius: 10px;
}

.pinscreen-input {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.btn-canvas:focus-visible {
  border-color: transparent;
}

.btn-canvas {
  background-color: transparent;
  border: transparent;
}

.notification-btn {
  width: 36px;
  height: 36px;
  position: relative;
}

.noti-count {
  width: 11.67px;
  height: 11.67px;
  background-color: rgba(180, 33, 21, 1);
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 3px;
}

.toggle-btn {
  width: 46px;
  height: 46px;
}

/* Forgot pw modal passenger end */

/* Header Air hostess */
#header-signin-Airhostess .right-header {
  gap: 30px;
}

/* .bg-offcanvas-header::before {
    content: " ";
    background: linear-gradient(180deg, #FFFFFF 85.86%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 484px;
    background-position: bottom;
    position: absolute;
    bottom: 240px;
    z-index: 3;
}

.bg-offcanvas-header::after {
    content: " ";
    background-image: url('../image/airhostess-icon-sm.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 300px;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    z-index: 1;
} */

.bg-offcanvas-header::after {
  content: " ";
  background-image: url("../image/airhostess-icon-sm.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 200px;
  background-position: center -400px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}

.bg-offcanvas-header::before {
  content: " ";
  background: linear-gradient(
    180deg,
    #ffffff 85.86%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 100%;
  height: 484px;
  background-position: bottom;
  position: absolute;
  bottom: 130px;
  z-index: 3;
  left: 0;
}

.navmenu-header {
  align-items: center;
  background: #ffffffff;
  /* background: linear-gradient(180deg, #FFFFFF 85.86%, rgba(255, 255, 255, 0) 100%); */
}

.user-photo-toggle {
  width: 47px;
  height: 47px;
}

.photo-object img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-user-photo {
  display: flex;
  gap: 15px;
  align-items: center;
}

#offcanvas-navright-airhostess .offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 30px 30px 30px;
}

#offcanvas-navright-airhostess .offcanvas-header,
#offcanvas-navright-passenger .offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 30px 30px 30px;
}

.icons-canvas img {
  width: 29px;
}

ul.listing-menu {
  position: relative;
  z-index: 3;
}

.listing-menu li {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.64px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  padding: 0 30px 30px 0;
}

.listing-menu li .left {
  display: flex;
  gap: 10px;
  align-items: center;
}

.listing-menu li {
  padding: 0 30px;
}

.listing-menu li .nav-link {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(129, 146, 158, 0.2);
  padding: 24px 0;
  width: 100%;
}

.listing-menu li:last-child .nav-link {
  padding-bottom: 0;
  border: 0;
}

.icons-canvas img {
  width: 24px;
}

.box-availablebal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(244, 247, 254, 1);
  padding: 14px 20px;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.box-availablebal .right {
  font-size: 18px;
  font-weight: 700;
  line-height: 23.22px;
  text-align: right;
}

.listing-menu .nav-item:nth-child(1) .left {
  display: flex;
}

.user-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 27.83px;
  text-align: center;
  color: rgba(11, 17, 32, 1);
}

/* Header Airhostess start */
.notification-dropdown .dropdown-menu[data-bs-popper],
.dropdown-menu.d-block.show {
  left: auto;
  right: 0;
}

.dropdown-toggle::after {
  border: 0;
}

.notification-dropdown .dropdown-menu {
  width: 390px;
}

/* Notification dropwdown */
.theam-dropdown-notification .dropdown-menu {
  /* position: relative; */
  padding: 25px 16px;
  border: 1px solid rgba(235, 235, 235, 0.5);
  background-color: #ffffff;
  z-index: 999;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.title-notification {
  font-size: 18px;
  font-weight: 700;
  line-height: 22.77px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  margin-bottom: 20px;
}

.notification-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notification-list li {
  border: 1px solid rgba(129, 146, 158, 0.3);
  padding: 15px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  display: flex;
  gap: 15px;
}

.paoutlist {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.paoutlist li {
  border: 1px solid rgba(129, 146, 158, 0.3);
  padding: 15px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  display: flex;
  gap: 15px;
}

.noti-icon1 {
  background-color: rgba(244, 247, 254, 1);
  padding: 11px 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.noti-icon1 img {
  width: 24px;
  height: 24px;
}

.subtitle-notif {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.64px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
}

.info-notif {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.9px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
  margin: 2px 0 4px 0;
}

.time-notif {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.9px;
  text-align: left;
  color: rgba(180, 33, 21, 1);
}

.veiw-all-btn {
  color: rgba(180, 33, 21, 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  display: block;
  margin-top: 20px;
}

.polygon-1 {
  position: absolute;
  right: 41px;
  top: -20px;
}

.left-side-them-sec_home {
  display: flex;
  align-items: end;
  justify-content: start;
  padding: 0 0 39px 51px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border: 1px solid;
  width: 100%;
  height: 287px;

  background: url(../image/bg-plan.png) 150px 50px no-repeat,
    url(../image/bg-sky.png) right bottom no-repeat;
  background-position: center, right bottom;
  padding: 15px;
  background-size: 50%, cover;
  background-repeat: no-repeat;
}

/* Header Airhostess end */

/* Home Airhostess start */
.them-sec_home {
  color: #ffffff;
}

.title-home {
  font-size: 36px;
  font-weight: 900;
  line-height: 43.2px;
  text-align: left;
  margin-bottom: 10px;
}

.subtitle-home {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.69px;
  text-align: left;
}

.available-amount-them-sec_home {
  background-image: url("../image/availble-amount-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 287px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 69px 30px 30px 30px;
}

.balance img {
  width: 105px;
}

.balance2 img {
  width: 118px;
}

.available-amount-them-sec_home .top {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 41px;
  justify-content: center;
}

.amount-rate {
  font-size: 36px;
  font-weight: 900;
  line-height: 45.54px;
  text-align: left;
  color: rgba(245, 245, 245, 1);
}

.available-amount {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.24px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

.home-sec_2 {
  padding: 50px 12px;
}

.home-sec_2 .box-availablebal {
  width: 260px;
}

.them-cust-tabs .nav {
  background-color: rgba(244, 247, 254, 1);
  flex-wrap: nowrap;
  border-radius: 7px;
  position: relative;
  z-index: 2;
}

.them-cust-tabs .nav-link:first-child,
.them-cust-tabs .nav-item:first-child {
  border-radius: 7px 0 0 7px;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  -ms-border-radius: 7px 0 0 7px;
  -o-border-radius: 7px 0 0 7px;
}

.them-cust-tabs .nav-link.active {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.them-cust-tabs .nav-item:last-child::after {
  background-image: none;
}

.them-cust-tabs .nav-item {
  position: relative;
  width: 100%;
}

.them-cust-tabs .nav-item::after {
  content: "";
  background-image: url("../image/svg/separator.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1px;
  height: 12px;
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 0;
}

.them-cust-tabs .nav-link:last-child {
  border-start-start-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.them-cust-tabs:first-child .nav-link {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  overflow: auto;
}

.them-cust-tabs .nav-link {
  font-size: 16px;
  font-weight: 440;
  line-height: 18px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(244, 247, 254, 1);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  padding: 14px 10px;
}

.them-cust-tabs .nav-pills .nav-link.active,
.them-cust-tabs .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: rgba(31, 59, 137, 1);
}

.day-box {
  position: relative;
  top: -66px;
  display: flex;
  justify-content: end;
  gap: 15px;
}

/* .box-availablebal {
    width: 260px;
} */

/* .box-right-home-sec_2 {
    width: 360px;
    float: right;
} */

.box-right-home-sec_2 .left {
  display: flex;
  gap: 10px;
  align-items: center;
}

.theam-cust-table {
  position: relative;
  top: -34px;
  overflow-x: auto;
}

.theam-cust-table {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.theam-cust-table table thead tr th:first-child,
.theam-cust-table table tbody tr th:first-of-type {
  text-align: center;
}

.theam-cust-table thead th {
  background-color: transparent;
  text-wrap: nowrap;
}

.theam-cust-table thead tr {
  background-color: rgba(244, 247, 254, 1);
}

.indego-img {
  width: 20px;
  margin-right: 3px;
}

.td-16px {
  font-size: 16px;
  font-weight: 900;
  line-height: 20.24px;
}

.td-15px {
  font-size: 15.89px;
  font-weight: 700;
  line-height: 20.11px;
  text-align: left;
}

.td-14px {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.72px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
}

.theam-cust-table thead tr th {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: rgba(31, 59, 137, 1);
  padding: 16px 10px;
}

.theam-cust-table tbody tr td,
.theam-cust-table tbody tr th {
  vertical-align: middle;
}

.theam-cust-table tbody tr td {
  padding: 20px 10px;
  text-wrap: nowrap;
  text-align: left;
}

.page-box {
  display: flex;
  gap: 15px;
  justify-content: end;
  align-items: center;
}

.page-btn {
  font-family: "Poppins", sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-family: Graphik; */
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: rgba(79, 77, 77, 1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(244, 247, 254, 1);
}

.page-btn.active {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(31, 59, 137, 1);
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.prev-btn02 {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(244, 247, 254, 1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(244, 247, 254, 1);
}

.select-date {
  width: 360px;
}

.select-date select,
.theam-input input,
.theam-input textarea {
  padding: 14px 15px;
  border: 1px solid rgba(129, 146, 158, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}

.theam-input textarea::placeholder,
.theam-input input::placeholder {
  color: rgba(129, 146, 158, 1);
  font-weight: 400;
}

.btn-go {
  width: 60px;
  height: 51px;
}

.date-flex {
  display: flex;
  gap: 15px;
}

/*  */
.indego-2 {
  width: 41px;
}

.theam-modal-tipamount .modal-header {
  border: 0;
  padding: 0;
}

.theam-modal-tipamount .modal-dialog {
  max-width: 833px;
  margin: auto;
}

.theam-modal-tipamount .modal-content {
  border: 0;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.theam-modal-tipamount .modal-body {
  padding: 70px 30px 27px 30px;
}

.theam-modal-tipamount .modal-header {
  background-color: rgba(244, 247, 254, 1);
  padding: 30px;
}

.heading-timeupamount-popup {
  margin-bottom: 30px;
}

.heading-timeupamount-popup h1 {
  font-size: 32.8px;
  font-weight: 700;
  line-height: 41.52px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.heading-timeupamount-popup {
  display: flex;
  gap: 6.83px;
  align-items: center;
}

.title-pnr,
.tipname {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.32px;
  text-align: left;
  margin-bottom: 10px;
}

.pnr-number {
  font-size: 16px;
  font-weight: 400px;
  line-height: 20.25px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

.box-heading-timeupamount-popup .left {
  width: 158px;
}

.box-heading-timeupamount-popup {
  display: flex;
  gap: 30px;
}

.theam-modal-tipamount .modal-header {
  background-color: rgba(244, 247, 254, 1);
  padding: 30px;
  flex-direction: column;
  align-items: start;
  height: 229px;
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  -o-border-radius: 30px 30px 0 0;
}

.tip-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  width: 100%;
  padding: 20px 18px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 17px;
  border: 1px solid rgba(129, 146, 158, 0.15);
}

.tipimg {
  width: 43px;
  height: 43px;
}

.tipimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.tip-box .left {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tip-amount {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.72px;
  text-align: right;
  color: rgba(129, 146, 158, 1);
}

.form-to-box {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.fromTo {
  font-size: 15.84px;
  font-weight: 500;
  line-height: 20.03px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

.nyc-title {
  color: rgba(31, 59, 137, 1);
  font-size: 21.77px;
  font-weight: 900;
  line-height: 27.54px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 5px;
}

.city1 {
  font-family: "Rubik", sans-serif;
  font-size: 17.82px;
  font-weight: 500;
  line-height: 23.75px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
}

.time-citybox {
  font-family: "Rubik", sans-serif;
  font-size: 13.86px;
  font-weight: 400;
  line-height: 23.75px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

.city-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 29px;
  border-bottom: 0.99px solid rgba(129, 146, 158, 0.2);
}

.city-box .left,
.city-box .right {
  max-width: 214px;
}

.city-box .right h3,
.city-box .right p {
  text-align: right;
}

.gate-box {
  padding: 29.67px 0 20.79px 0;
  border-bottom: 0.99px solid rgba(129, 146, 158, 0.2);
  display: flex;
  justify-content: space-between;
}

.gate-box .box {
  max-width: 107px;
}

.gate-title {
  font-size: 17.82px;
  font-weight: 700;
  line-height: 22.55px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  margin-bottom: 3px;
}

.gate-subtitle {
  font-size: 14.85px;
  font-weight: 400px;
  line-height: 18.79px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

.tikitnumber-box {
  padding-top: 20.78px;
}

.walletairhostess-sec_2 .theam-cust-table {
  position: static;
}

/* Home Airhostess end */

/* Wallet Airhostess start */
.walletairhostess-sec_2 {
  padding: 50px 12px 143px 12px;
}

.title-wallet {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.32px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 24px;
}

.subtitle-withdrowamount {
  font-size: 16px;
  font-weight: 400px;
  line-height: 20.25px;
  text-align: center;
  color: rgba(129, 146, 158, 1);
  max-width: 324px;
  margin: auto;
}

#withdrowamount-modal .left-loginsidebg {
  padding: 151px 23px 23px 23px;
  background-image: none;
}

#withdrowamount-modal .right-loginside {
  padding: 60px 23px;
  height: auto;
}

.title-amount {
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  padding: 14px;
  border: 1px solid rgba(129, 146, 158, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.subtitle-avail-amount span {
  font-weight: 700;
  color: rgba(67, 210, 150, 1);
}

.subtitle-avail-amount {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.72px;
  text-align: center;
  color: rgba(129, 146, 158, 1);
}

.title2-withdrawAmount {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.25px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  margin-bottom: 10px;
}

.transfterTobank {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  background-color: rgba(244, 247, 254, 1);
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  margin-bottom: 25px;
}

.transfterTobank .left {
  display: flex;
  gap: 15px;
  align-items: center;
}

.acc-numb {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.9px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
  margin-top: 2px;
}

.edit-btn img {
  width: 24px;
}

.edit-btn {
  padding: 4px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 0;
}

.summary-box {
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid rgba(129, 146, 158, 0.2);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.summary-box ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.summary-box ul li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.summryamount {
  /* font-family: SF Pro Display; */
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

.summryamount span {
  font-weight: 500;
  color: rgba(11, 17, 32, 1);
}

.line2 {
  border-top: 1px dashed rgba(129, 146, 158, 0.6);
  width: 100%;
  height: 1px;
}

.summryTotal {
  /* font-family: SF Pro Display; */
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
}

/* Wallet Airhostess end */

/* Notification Airhostess start */
.notification-heading h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 43.2px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
}

.notification-heading {
  padding: 36px 21px;
  background-color: rgba(244, 247, 254, 1);
  margin-bottom: 30px;
}

.notificationAirhostess-sec_2 .notification-list .leftside {
  display: flex;
  gap: 15px;
  align-items: center;
}

.notificationAirhostess-sec_2 .notification-list li {
  justify-content: space-between;
  align-items: end;
}

.time-noti-right {
  text-wrap: nowrap;
}

.noti-icon1.active {
  background-color: rgba(235, 50, 35, 0.1);
}

.subtitle-notif2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.12px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  margin-bottom: 2px;
}

.info-notif2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.2px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

/* Notification Airhostess end */

/* home-sec_1-passenger start */
.home-sec_1-passenger {
  width: 100%;
  height: auto;
}

.left-side-them-sec_home-passenger {
  display: flex;
  align-items: end;
  justify-content: start;
  padding: 0 26px 26px 26px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border: 1px solid;
  /* background-image: url('../image/home-passenger_secbg.png'); */
  /* background-image: url('../image/bg-sky.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center center;
  height: 621px;
  background: url("../image/bg-plan.png") 150px 50px no-repeat,
    url("../image/bg-sky.png") right bottom no-repeat;
  padding: 15px;
  background-size: 50%, cover;
  background-repeat: no-repeat;
}

.left-side-them-sec_home-passenger .subtitle-home {
  margin-bottom: 35px;
}

.inputbox-add-boarding {
  display: flex;
  gap: 24px;
  margin-top: 46px;
}

.add-bording_box {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 24px;
  width: 100%;
  height: 100%;
}

.add-bording_title {
  font-size: 26px;
  font-weight: 700;
  line-height: 32.89px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 16px;
}

.add-bording_subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.25px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

.start-tips_box {
  padding: 20px 24px;
  background-color: rgba(180, 33, 21, 1);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  height: 100%;
}

/* .col-cust-starttips-left{
    width: ;
}
.col-cust-starttips-right{
    width: ;
} */

/* .start-tips_box .right{
    width: 100%;
} */
.start-tips_box .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  height: 100%;
}

.start-tips_box .top {
  max-width: 232px;
}

.start-tips_box {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.start-tips_box .add-bording_title {
  margin-bottom: 25px;
}

.hostesses-img1_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.hostesses-img1_container {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.heading_box {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 25px;
}

.title-32px {
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  margin-bottom: 10px;
}

.subtitle-16px {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.69px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

.home-sec_2-passenger {
  padding: 80px 12px;
}

.viewall-btn-arrow {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(180, 33, 21, 1);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.theam-mytrip::after {
  content: " ";
  width: 100%;
  height: 100%;
  background: #214bb3;
  opacity: 0.08;
  filter: blur(22.1944px);
  position: absolute;
  z-index: -1;
  top: 26.11px;
  left: 0;
}

.theam-mytrip {
  background-color: #ffffff;
  position: relative;
  z-index: initial;
  border: 1.31px solid rgba(129, 146, 158, 0.2);
  padding: 26.61px;
  border-radius: 13.75px;
  -webkit-border-radius: 13.75px;
  -moz-border-radius: 13.75px;
  -ms-border-radius: 13.75px;
  -o-border-radius: 13.75px;
}

.heading-indego {
  font-size: 20.89px;
  font-weight: 700;
  line-height: 26.44px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.indego-3 {
  width: 26.11px;
  margin-right: 4px;
}

.badge-theam_grayblue {
  background-color: rgba(244, 247, 254, 1);
  padding: 6.53px 8.67px;
  border-radius: 3.92px;
  -webkit-border-radius: 3.92px;
  -moz-border-radius: 3.92px;
  -ms-border-radius: 3.92px;
  -o-border-radius: 3.92px;
  font-size: 15.67px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.badge-theam_grayblue.gray1 {
  color: rgba(129, 146, 158, 1);
}

.badge-theam_grayblue span {
  color: rgba(31, 59, 137, 1);
  font-weight: 700;
}

.badge-theam_green {
  color: #ffffff;
  /* background-color: rgba(76, 175, 80, 1); */
  background-color: rgba(67, 210, 150, 1);
}

.badge-theam_green2 {
  color: #ffffff;
  background-color: rgba(67, 210, 150, 1);
}

.badge-theam_gray {
  color: #ffffff;
  background-color: rgba(129, 146, 158, 1);
}

.badge-theam_yellow {
  color: #ffffff;
  background-color: rgba(242, 191, 61, 1);
}

.badge-theam_01 {
  font-size: 15.67px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 2.4px 6.53px;
  display: inline-block;
  border-radius: 3.92px;
  -webkit-border-radius: 3.92px;
  -moz-border-radius: 3.92px;
  -ms-border-radius: 3.92px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge-indego_container div {
  height: 24.81px;
}

.badge-indego_container {
  margin: 14.36px 0 15.67px;
  display: flex;
  align-items: center;
  gap: 13.06px;
  height: 24.81px;
}

.travel-city_box {
  display: flex;
  gap: 7.83px;
  align-items: center;
  margin-bottom: 21.38px;
}

.travel-city_box p {
  font-size: 18.28px;
  font-weight: 500;
  line-height: 23.14px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
}

.travel-city_box p span {
  color: rgba(129, 146, 158, 1);
  font-weight: 400;
}

.flightImg_container img {
  width: 20.89px;
}

.line-dashed img {
  width: 100%;
}

.booking_box p:first-child {
  font-size: 20.89px;
  font-weight: 700;
  line-height: 26.44px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  margin-bottom: 3.92px;
}

.booking_box p:nth-child(2) {
  font-size: 15.67px;
  font-weight: 400;
  line-height: 19.83px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

.booking_container {
  display: flex;
  gap: 39.17px;
  padding-top: 26.11px;
  margin-bottom: 20.58px;
}

.name_mytrips {
  font-size: 18.28px;
  font-weight: 700;
  line-height: 23.14px;
  text-align: left;
  color: rgba(33, 75, 179, 1);
}

.myTipBox .booking_container {
  justify-content: space-between;
}

.home-sec_3-passenger {
  padding: 0 0 60px 0;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* home-sec_1-passenger end */

/* Mytrips start */
.Mytrips-sec_2,
.Mytips-sec_2 {
  padding: 36px 12px 137px 12px;
}
.them-sec_home {
  padding: 0 12px;
}

.Mytrips-sec_2 .badge-theam_01 {
  width: 92.06px;
  height: 24.81px;
}

.bg-darkblue50 {
  background-color: rgba(244, 247, 254, 1) !important;
}

.add-bording_box-mytrips .add-bording_title {
  font-size: 24px;
  line-height: 30.36px;
}

.add-bording_box-mytrips .inputbox-add-boarding {
  margin-top: 25px;
  flex-direction: column;
  gap: 24px;
}

/* Mytrips end */

/* tripDetail-modal_passenger start */
#tripDetail-modal-upcoming_passenger .modal-header,
#tripDetail-modal-completed_passenger .modal-header {
  height: auto;
}

.theam-modal-tripdetail .box-heading-timeupamount-popup .leftside {
  display: flex;
  gap: 30px;
}

.theam-modal-tripdetail .box-heading-timeupamount-popup {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}

.theam-modal-tripdetail .rightside {
  display: flex;
  gap: 21px;
  align-items: end;
}

.sacaner-img img {
  width: 78px;
}

.theam-modal-tripdetail .badge-theam_01 {
  width: 86px;
  height: 30px;
}

.Mytips-sec_2 .badge-theam_green2 {
  width: 57.06px;
  height: 24.81px;
}

.Mytips-sec_2 .badge-theam_gray {
  width: 97.06px;
  height: 24.81px;
}

.theam-modal-tipdetail-public .leftside {
  display: flex;
  gap: 30px;
}

.theam-modal-tipdetail-public .box-heading-timeupamount-popup {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}

.theam-modal-tipdetail-public .tip-box {
  flex-direction: column;
  align-items: start;
  gap: 15px;
}

.transaction-box {
  display: flex;
  gap: 30px;
}

.transaction-box .tip-amountbox {
  width: 151px;
}

.transaction-box .title-pnr {
  margin-bottom: 5px;
}

.theam-modal-tipdetail-public .theam-modal-tipamount .modal-header {
  height: 241px !important;
}

/* tripDetail-modal_passenger end */

/* Paytips start */
.paytips-sec_1-passenger {
  padding: 24px 24px;
  background-color: rgba(244, 247, 254, 1);
}

.title-paytips {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  margin-bottom: 5px;
}

.subtitle-paytips {
  color: rgba(129, 146, 158, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}

.paytips-sec_2-passenger {
  padding: 50px 0 150px 0;
}

.pb-250.paytips-sec_2-passenger {
    padding: 50px 0 247px 0;
}

.box-theam_Paytip {
  background: rgba(244, 247, 254, 1);
  padding: 25px 30px;
  border-radius: 10px;
}

.title-paytips2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 25.32px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  margin-bottom: 15px;
}

.cust_searchbox input {
  width: 100%;
}

.search-container {
  position: absolute;
  left: 15px;
  top: 12px;
}

.search-container img {
  width: 24px;
}

.scan-container {
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 12px;
}

.scan-container img {
  width: 24px;
}

.cust_searchbox {
  position: relative;
  margin-bottom: 15px;
}

.cust_searchbox input::placeholder {
  color: rgba(129, 146, 158, 1);
}

.cust_searchbox input {
  padding-left: 49px;
  padding-right: 50px;
}

.notes span {
  color: rgba(129, 146, 158, 1);
}

.notes {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.25px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
}

.form-select {
  background-image: url("../image/svg/dropdown_arrow.svg");
  background-size: 16px 16px;
}

.top-amount_box {
  margin-top: 30px;
}

.top-amount_box .title-paytips {
  margin-bottom: 15px;
}

.select-amount_box {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}

.select-amount.active {
  background-color: rgba(31, 59, 137, 1);
  color: #ffffff;
}

.select-amount {
  border: 1px solid rgba(129, 146, 158, 0.5);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  height: 50px;
  color: rgba(11, 17, 32, 1);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.payAsantonymous_box {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.subtitle-antonymous {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.9px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

.payAsantonymous_box .title-paytips {
  margin-bottom: 10px;
}

.form-check-input:checked {
  background-color: rgba(67, 210, 150, 1);
  border-color: rgba(67, 210, 150, 1);
}

.form-switch .form-check-input {
  width: 41.25px;
  height: 24.38px;
}

.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.theam-paymentoption {
  border: 1px solid rgba(129, 146, 158, 0.2);
  background-color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 20.64px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding-right: 15px;
}

.theam-paymentoption .left {
  display: flex;
  gap: 15px;
  align-items: center;
}

.other-option_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* checkbox */
.radio1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
}

.select_one {
  position: relative;
  width: 34px;
  height: 34px;
}

.select_one .left::after {
  content: " ";
  /* background-image: url('../img/radio-icon1.png'); */
  background-image: url("../image/svg/radio.svg  ");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  left: 5px;
  top: 5px;
}

.select_one input[type="radio"]:checked ~ .left:after {
  content: " ";
  background-image: url("../image/svg/radio-checked2.svg");
  right: 0px;
}

.bottom-payment {
  margin-top: 20px;
  padding: 30px;
  background-color: rgba(244, 247, 254, 1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.bottom-payment .top p:first-child {
  color: rgba(31, 59, 137, 1);
  font-size: 26px;
  font-weight: 700;
  line-height: 32.91px;
  text-align: center;
}

.bottom-payment .top p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.25px;
  text-align: center;
  color: rgba(129, 146, 158, 1);
}

.flex-payment {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}

/* Paytips end */

.theam-modal-addtocard .modal-header {
  border: 0;
  padding: 0;
}

.theam-modal-addtocard .modal-dialog {
  max-width: 456px;
  margin: auto;
}

.theam-modal-addtocard .modal-content {
  border: 0;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.theam-modal-addtocard .modal-body {
  padding: 50px 58px;
}

.visa-btn-container {
  position: absolute;
  right: 15px;
  top: 9px;
}

.addnewcard_form .form-input-box {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.addnewcard_form .top {
  display: flex;
  flex-direction: column;
  /* gap: 15px; */
}

.card-added-box .theam-paymentoption {
  padding: 11px 16px;
}

.carnumber {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.9px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

.id-airhostes {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.25px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

.airhostes-detail_box .title-paytips2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 5px;
}

.airhostes-detail_box .id-airhostes {
  font-weight: 450;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: rgba(129, 146, 158, 1);
}

.airhostes-detail_box {
  display: flex;
  gap: 15px;
  align-items: center;
}

.subtitle-modal {
  max-width: 218px;
}

.theam-sec_1a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  width: 100%;
  height: 251px;
  background-image: url("../image/theam-sec_1a.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 24px;
}

.title-30px {
  font-size: 30px;
  font-weight: 900;
  line-height: 35.05px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 18px;
}

.info-termscondition {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.26px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
  margin-bottom: 18px;
}

.termscondition-sec_2 {
  padding: 50px 12px;
}

/* .termscondition-sec_2 .row {
    margin-bottom: 60px;
} */

.list-termsconditions {
  padding-left: 2rem;
}

.list-termsconditions li {
  list-style-type: disc;
}

.heading-theam-sec_a {
  max-width: 966px;
}

.faq-sec_2 {
  padding: 100px 0 160px 0;
}

.contactbtn {
  max-width: 359px;
  margin: auto;
}

.textarea-contactus {
  width: 100%;
  height: 113px !important;
  margin-bottom: 4px;
}

.theam-account_box {
  background-color: rgba(244, 247, 254, 1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 25px;
}

.Account-sec_2 {
  padding: 70px 0 114px 0;
}

.Account-sec_2 .btn-theam-blue {
  height: 50px;
}

.acc-photo_uploadBox {
  width: 100%;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.photo-upload-container {
  position: relative;
  display: inline-block;
}

.fileupload {
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 1px;
  border: 1px solid;
  z-index: 99;
  opacity: 0;
  display: hidden;
}

.title-account {
  font-size: 20px;
  font-weight: 500;
  line-height: 25.32px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
}

.subtitle-account {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.25px;
  text-align: left;
  color: rgba(129, 146, 158, 1);
}

.listing-account {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}

.listing-account button {
  width: 100%;
  border: 0;
  background-color: transparent;
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.64px;
  text-align: left;
  color: rgba(11, 17, 32, 1);
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(129, 146, 158, 0.2);
}

.icon-acc img {
  width: 24px;
}

.forms-box {
  margin-top: 20px;
}

.date-btn-container {
  position: absolute;
  right: 13px;
  top: 17px;
  z-index: 1;
}

.Account-sec_2 .form-floating > .form-control {
  height: 50px;
  min-height: auto;
}

.theam-account_box {
  margin-bottom: 25px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  /* background: url('../image/svg/date-icon.svg') no-repeat; */
  width: 20px;
  height: 20px;
  border-width: thin;
  background: none;
}

.paymentmethod_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.theam-modal .subtitle-modal {
  max-width: 300px;
}

.totoal-tips_box-acc .box-availablebal {
  padding: 14.5px 20px;
}

/* date place holder change */
.date-theam .theam-input input {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

.date-theam .theam-input input.with-calendar-icon {
  background: url("../image/svg/date-icon.svg") no-repeat right 10px center;
  background-size: 24px;
  appearance: none;
  /* Hide the default date input UI */
  -webkit-appearance: none;
  -moz-appearance: none;
}
input.with-calendar-icon2 {
  background: url("../image/svg/date-icon.svg") no-repeat right 10px center;
  background-size: 24px;
  appearance: none;
  /* Hide the default date input UI */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.date-theam .theam-input input.placeholder-input {
  color: rgba(129, 146, 158, 1);
  cursor: pointer;
  font-size: 14px;
  font-weight: 450;
  line-height: 22px;
  text-align: left;
  padding: 13px 15px;
}

.date-theam .theam-input input[type="date"] {
  cursor: pointer;
}

.mytips-rightbox .available-amount-them-sec_home {
  background-image: none;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 24px;
  background-color: rgba(180, 33, 21, 1);
  height: auto;
}

.areyouhappy {
  font-size: 24px;
  font-weight: 700;
  line-height: 30.36px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 16px;
}

.mytips-rightbox .top {
  margin-bottom: 25px;
}

.chooseTypeBox .tab-theam-forgotpw .nav-link {
  border: 1px solid rgba(129, 146, 158, 0.2);
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  padding: 15.5px 16px;
  background-color: #ffffff;
}

.chooseTypeBox .tab-theam-forgotpw .nav-link.active {
  color: rgba(11, 17, 32, 1);
  border: 1px solid rgba(31, 59, 137, 1);
  display: flex;
  align-items: center;
}

.chooseTypeImg img {
  width: 36px;
  margin-right: 10px;
}

/* ------------------------------------------- */
.tip-box1 {
  border: 1px solid rgba(129, 146, 158, 0.15);
  padding: 16px 24px;
  border-radius: 10px;
  margin-top: -110px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 26px;
}

.payoutpolicyDrop {
  position: absolute;
  right: 16px;
  top: 16px;
}

.sub-paoutlist li {
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: rgba(11, 17, 32, 1);
  border: 0;
  padding: 0;
}

.sub-paoutlist li p {
  position: relative;
  padding-left: 15px;
}

.sub-paoutlist li p::before {
  content: " • ";
  position: absolute;
  left: 0;
}

.amountinfoBox span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amountinfoBox {
  padding: 10px 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(255, 248, 229, 1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: start;
  text-wrap: wrap;
}

.paytipsbtn {
  width: 330px;
}

.passangerphoto {
  width: 34px;
  height: 34px;
  overflow: hidden;
}

.passangerphoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-passanger {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pe-53 {
  padding-right: 53px;
}

.walletairhostess-sec_2 .theam-cust-table tr th:last-child,
.walletairhostess-sec_2 .theam-cust-table tr td:last-child {
  padding-right: 53px;
}

.invoicebtn {
  border: 1px solid rgba(129, 146, 158, 0.15);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-weight: 450;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgba(11, 17, 32, 1);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px;
}

.tipdetails.tip-box {
  margin: -40px 0 20px 0;
}

.selectall {
  display: flex;
  gap: 10px;
  align-items: center;
}
.selectall .select_one {
  width: 28px;
  height: 28px;
}

.photo-arihostess2 {
  width: 43px;
  height: 43px;
  overflow: hidden;
}

.photo-arihostess2 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.listing-flightAttendace {
  display: flex;
  flex-direction: column;
}

.listing-flightAttendace li {
  border-bottom: 1px solid rgba(129, 146, 158, 0.2);
  padding: 14px 0;
  padding-right: 70px;
  position: relative;
}
.listing-flightAttendace li .checkboxTheam {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.checkboxTheam.form-check .form-check-input {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.checkboxTheam.form-check .form-check-input:checked {
  background-color: rgba(31, 59, 137, 1);
  border-color: rgba(31, 59, 137, 1);
}
.checkboxTheam.form-check .form-check-input:checked[type="checkbox"] {
  background-image: url("../image/svg/checked.svg");
}

.mx-100 {
  max-width: 100%;
}

/* pagination css */
.paginatinTheam {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin: 0;
}

.page-item {
  margin: 0 4px;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 16px;
  background-color: #f5f7fa;
  color: #333;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.page-link:hover {
  background-color: #e1e5ea;
}

.page-link.active {
  background-color: #1f3e93;
  color: white;
  font-weight: 600;
}

.page-item.disabled .page-link {
  opacity: 0.5;
  pointer-events: none;
}

.disabled-arrow .page-link img {
  opacity: 0.5;
}

.btn-primary {
  background-color: rgba(31, 59, 135, 1) !important;
  border-color: rgba(31, 59, 135, 1) !important;
}

.btn-outline-primary {
  color: rgba(31, 59, 135, 1) !important;
  border-color: rgba(31, 59, 135, 1) !important;
}

.btn-outline-primary:hover {
  background-color: rgba(31, 59, 135, 1) !important;
  color: #fff !important;
}

/* rating css */

.cursor-pointer {
  cursor: pointer;
}

.lable001 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(11, 17, 32, 1);
  display: block;
  text-align: start;
  margin-bottom: 8px;
}

.starBox01 {
  display: flex;
  gap: 15px;
  align-items: center;
}

.starBox01 img {
  width: 24px;
}

.error-message {
  color: red;
  text-align: left;
}

.react-tel-input .form-control {
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 5px;
  width: 100% !important;
  outline: none;
  padding: 18.5px 14px 18.5px 60px;
  transition: box-shadow ease 0.25s, border-color ease 0.25s;
  color: #495057;
  height: 50px !important;
  border: 1px solid rgba(129, 146, 158, 0.2) !important;
}

.left-footer-arroplaine {
  text-align: start;
  margin-top: 16px;
}

.right-footer-arroplaine {
  display: flex;
  justify-content: end;
  margin-top: 64px;
}

.termscondition-sec_2 ul li {
  text-align: start !important;
  margin-bottom: 16px;
}

.termscondition-sec_2 p {
  text-align: start !important;
}
.text-blue1 {
  color: #1f3b89;
}

.text-red1 {
  color: rgba(180, 33, 21, 1);
}

.sticky-top1 {
  position: sticky;
  top: 100px;
}

.bg-01 {
  background-color: #1f3b89;
}

.hero {
  padding: 60px 36px;
  margin: 0 20px;
  border-radius: 16px;
}

.cta-section {
  border-radius: 16px;
  margin: 0 20px 0 20px;
}
.features {
  padding: 70px 0;
}

.onHoverCard {
  /* transform: translateY(-10px); */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-color: transparent;
  transition: ease-in-out all 0.2s;
  border-radius: 16px;
}

.onHoverCard:hover {
  background-color: #1f3b89;
}

.onHoverCard:hover {
  color: #ffffff !important;
}
.onHoverCard .card-body {
  padding: 0;
}
.onHoverCard {
  padding: 36px 36px;
}

.lead {
  font-size: 16px;
  line-height: 26px;
}

.goto {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 4px 16px;
  background-color: transparent;
}
.goto:hover {
  border-color: rgba(29, 36, 44, 1);
}

.listing-keyairlines li {
  position: relative;
  padding: 16px 32px;
  display: flex;
  gap: 16px;
}

.listing-keyairlines li::before {
  content: "✔";
  color: #1f3b89;
  position: static;
  left: 0;
  font-size: 24px;
}

.listing-keyairlines li:hover {
  background-color: rgba(244, 247, 254, 1);
  padding: 18px 22px;
}

.listing-keyairlines li p {
  font-size: 18px;
  line-height: 24px;
}

.keyBenifits {
  padding: 60px 36px;
}

.keyBenifits .container .row {
  border: 1px solid #d1d1d1;
  border-radius: 24px;
  padding: 0 0;
  overflow: hidden;
  background-color: #ffffff;
}

.cta-section h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600 !important;
}

.mx-100 {
  max-width: 100% !important;
}
header .navbar-toggler {
  padding: 0 4px;
}

.disc-forpw {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(129, 146, 158, 1);
}

.cardTheamOne.card {
  border: 0;
}

.cardTheamOne.card .card-header.first {
  padding: 36px 36px;
  background-color: transparent;
  /* border: 1px solid; */
  border-radius: 16px;
  background-color: #f4f7fe;
}
.cardTheamOne.card .card-header h3 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}
.title-savecard {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

.cardTheamTwo.card {
  border: 1px solid;
}

.text-usecard {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.p-Accordion.p-Accordion--spaced {
  display: flex !important;
  gap: 24px !important;
}

.boxBtnOne {
  margin: 36px auto 0;
  max-width: 400px;
}

.termscondition-sec_2 h2 {
  max-width: 900px;
  margin: 50px auto 24px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.termscondition-sec_2 p,
.termscondition-sec_2 ul li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400 !important;
  margin-bottom: 8px;
}

/* modal logout swell */

h2#swal2-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #1f3b89;
}

button.swal2-confirm.swal2-styled.swal2-default-outline {
  background: #1f3b87 !important;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  padding: 17px 15px;
  border-radius: 12px;
  width: 100%;
  margin: 0;
}

.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
  padding: 60px 60px 20px 60px;
  border-radius: 24px;
}
.swal2-icon.swal2-warning.swal2-icon-show {
  margin-top: 0;
}

button.swal2-cancel.swal2-styled.swal2-default-outline {
  background: transparent !important;
  color: #000000;
}

.swal2-actions {
  flex-direction: column;
  width: 100%;
}

.react-tel-input .country-list .country {
  text-align: start !important;
  padding-left: 44px !important;
}

.theam-modal-tipamount .modal-dialog {
  max-width: 100%;
  margin: auto;
  justify-content: center;
  display: flex;
}
.theam-modal-tipamount .modal-content {
  max-width: 724px;
  margin: auto;
}

.modal-small-width {
  max-width: 424px !important;
}

.badge01 {
  padding: 4px 8px;
  color: rgba(11, 17, 32, 1);
  border-radius: 4px;
  background-color: #ffffff;
}

.heading-Commen {
  max-width: 950px;
  margin: auto;
}

/* .aboutus-sec_1 {
  padding: 0 8px;
} */
.profile-image {
  height: 142px;
  width: 142px;
}

/* Footer changes */

#footer-signin ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* opacity: 80%; */
}

#footer-signin h5 {
  margin-bottom: 8px;
}

.footer-signin-bottom {
  margin-top: 36px;
}

#footer-signin {
  padding: 36px 28px 0 28px;
  background-color: rgba(11, 17, 32, 1);
  color: rgba(255, 255, 255, 1);
  margin: 0 20px 20px 20px;
  border-radius: 20px;
}

header .navbar > .container-fluid {
  padding: 0 24px;
}

.mb-changepw {
  margin-bottom: 20px;
}

.aboutus-sec_1 {
  padding: 0 12px;
}

.notificationAirhostess-sec_2 {
  padding: 0px 12px 30px 12px;
  height: calc(100vh - 480px);
  /* border: 1px solid red; */
  overflow-y: auto;
}

/* .footerStick {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
} */


.storeBox img {
  width: 120px;
}

input[type="date"] {
  -webkit-appearance: auto !important;
  appearance: auto !important;
}

.mb-changepw .form-floating > .form-control {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

/* .footerTheam {
  position: relative;
  z-index: 1000;
} */

.footerTheam {
  margin-top: auto;
  background: #111; /* your theme */
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.dashboard-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Body takes all remaining space */
.dashboard-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Placeholder when empty */
input[type="date"]:invalid::before {
  content: attr(placeholder);
  color: #999; /* gray placeholder */
  position: absolute; /* keeps it aligned */
}

/* Hide default ghost text (yyyy-mm-dd) when empty */
input[type="date"]:invalid::-webkit-datetime-edit,
input[type="date"]:invalid::-webkit-datetime-edit-year-field,
input[type="date"]:invalid::-webkit-datetime-edit-month-field,
input[type="date"]:invalid::-webkit-datetime-edit-day-field {
  color: transparent;
}

/* Selected date text should be black */
input[type="date"]:valid,
input[type="date"]:valid::-webkit-datetime-edit,
input[type="date"]:valid::-webkit-datetime-edit-year-field,
input[type="date"]:valid::-webkit-datetime-edit-month-field,
input[type="date"]:valid::-webkit-datetime-edit-day-field {
  color: #000 !important;
}

/* General input styling */
.date-theam .theam-input input[type="date"] {
  cursor: pointer;
  height: 50px;
}


@media (max-width: 767px) {
  .notificationAirhostess-sec_2 {
    padding: 0px 12px 30px 12px;
    height: calc(100vh - 430px);
    overflow-y: auto;
  }
}


.react-datepicker-wrapper{
  width: 100%;
}
.react-datepicker__header {
    background-color: #ffffff;
}

.date-theam.w-100 {
    z-index: 2;
}