/* Generic Table Styling */
.enabled-header tbody tr:first-child th, .enabled-header tbody tr:first-child td {
	background: var(--primary-surface-dark, #381B6B) !important;
	color: var(--gray-text-invert, #fff) !important;
	font-family: "InterBold" !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 150% !important;
}

table> :not(caption)>*>* {
  background-color: unset !important;
  color: unset !important;
  padding: unset !important;
  margin: unset !important;
}

table {
  font-family: "Inter";
  width: 100%;
  height: 100%;
  border: 1px solid var(--gray-stroke, #dfe0eb);
  margin-top: 2%;
  border-collapse: collapse;
}

table thead {
  background: var(--primary-surface-dark, #381B6B);
  color: var(--gray-text-invert, #fff);

  font-family: "InterBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

table tbody tr td, table tbody tr td p {
	color: var(--gray-text, #6a6d87) !important;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

table thead tr th,
table tbody tr th,
table tbody tr td {
  padding: 16px 11px 16px 11px !important;
  gap: 60px;
  text-align: left;
  border: 1px solid var(--gray-stroke, #dfe0eb);
}

table tbody tr:nth-child(odd),
table#provided-service tbody tr:nth-child(odd) {
    background-color: #F9F9FC;
}

table tbody tr:nth-child(even),
table#provided-service tbody tr:nth-child(even) {
    background-color: #F2F2FA;
}

.cmz-table> :not(caption)>*>* {
  background-color: unset !important;
  color: unset !important;
  padding: unset !important;
  margin: unset !important;
}

.cmz-table {
  font-family: "Inter";
  height: 100%;
  border: 1px solid var(--gray-stroke, #dfe0eb);
  margin-top: 2%;
  border-collapse: collapse;
  /* width: 1110px;
  margin: auto; */
}
 
.cmz-table thead {
  /*background: linear-gradient(180deg, #8240a5 0%, #a465c6 100%) !important;*/
  background: var(--primary-surface-dark, #381B6B);
  color: var(--gray-text-invert, #fff);
 
  /* Desktop/H6 — Bold */
  font-family: "InterBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}
.cmz-table thead tr th,
.cmz-table tbody tr th,
.cmz-table tbody tr td {
  padding: 16px 11px 16px 11px !important;
  gap: 60px;
  text-align: left;
}
 
.cmz-table tbody tr th .zone-title,
.zone-title {
  color: var(--gray-text, #6a6d87);
 
  font-family: "InterBold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
 
.cmz-table tbody tr th .zone-subtitle,
.cmz-table tbody tr td,
.zone-subtitle {
  color: var(--gray-text, #6a6d87) !important;
 
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
 .cmz-table tbody tr td.availability, .zone-subtitle{
color : green !important;
}
 
 
.cmz-table tbody tr:nth-child(4n-3),
.cmz-table tbody tr:nth-child(4n-2) {
  background-color: #f9f9fc;
}
 
 
.cmz-table tbody tr:nth-child(4n-1),
.cmz-table tbody tr:nth-child(4n) {
  background-color: #e0e0f8;
}
 
#ticketing-table
tbody tr:nth-child(odd) {
  background-color: #f9f9fc;
}
 
#ticketing-table
tbody tr:nth-child(even) {
  background-color: #f2f2fa;
}
 
#ticketing-table {
    margin-bottom: 4%;
}
#code-share-flight{
  margin-bottom: 4%;
}
#provided-service{
  margin-bottom: 1%;
}
#chargeable-rates{
 margin-bottom: 4%;
}
#between-zone{
 margin-bottom: 1%;
}
tbody td {
  width: 15%;
}
 
#provided-service
tbody tr:nth-child(odd) {
  background-color: #f9f9fc;
}
#provided-service
tbody tr:nth-child(even) {
  background-color: #f2f2fa;
}
 
#chargeable-rates tbody tr:nth-child(1){
    background-color: #f9f9fc;
}
#chargeable-rates tbody tr:nth-child(2){
    background-color: #f9f9fc;
}
#chargeable-rates tbody tr:nth-child(3){
    background-color: #e0e0f8;
}
#chargeable-rates tbody tr:nth-child(4){
    background-color: #e0e0f8;
}
#chargeable-rates tbody tr:nth-child(5){
    background-color: #f9f9fc;
}
#chargeable-rates tbody tr:nth-child(6){
    background-color: #e0e0f8;
}
#chargeable-rates tbody tr:nth-child(7){
    background-color: #f9f9fc;
}
#chargeable-rates tbody tr:nth-child(8){
    background-color: #e0e0f8;
}
 
 
.zonesub{
    width: 100px;
}
.zonerow{
 margin-bottom: 15px;
}
.paragraph{
font-family: Inter;
font-size: 18px;
font-weight: 400;
line-height: 27px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #6A6D87;
}
 
.generic_table p{
    color: var(--bs-secondary-color);
    text-align: left;
}
@media (max-width: 767px) {
    .generic_table{
      width: 1100px;
      margin: auto;
   }
     .table-container {
        overflow-x: scroll;
        /* scrollbar-gutter: stable; */
    }
}

/* Service fee & Ticket fee tables */
.cmz-table-about-rop {
  border: unset !important;
  width: 100%;
}
 
.cmz-table-about-rop thead {
  background: var(--primary-surface-strong, #684B9B) !important;
  font-size: 14px !important;
}
 
.cmz-table-about-rop tbody tr th .zone-subtitle, .cmz-table-about-rop tbody tr td, .zone-subtitle {
  color: var(--gray-text-strong, #2C3059) !important;
}
 
.cmz-table-about-rop tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--gray-stroke, #DFE0EB);
  background-color: var(--gray-surface-weak, #F9F9FC) !important;
}
 
.cmz-table-about-rop tbody tr:last-child {
  background-color: var(--gray-surface-weak, #F9F9FC) !important;
}
 
.generic_table .cmz-table-about-rop .sub-heading {
  background: var(--primary-surface-disable, #E3D4FE) !important;
  color: var(--gray-text-strong, #2C3059);
}
 
.generic_table .cmz-table-about-rop .highlighted-row {
  background: var(--primary-surface-weak, #F5EFFF) !important;
}

@media(min-width: 768px) {
	.cmz-table-about-rop {
    	margin-left: 40px;
        width: 90%;
    }


    .cmz-table-ticket-fee {
        margin-left: unset;
    	width: 100%;
    }
}
@media (max-width: 767px) {
  .generic-table-width {
    width: 100% !important;
  }

  .cmz-table-service-fee {
    margin-bottom: 24px !important;
  }
    
  /* Applicable for service fees not ticket issuing fee */
  .cmz-table-service-fee tbody tr td:first-child {
    width: 100%;
  }
 
 /* Applicable for service fees not ticket issuing fee */
  .cmz-table-service-fee tbody tr td:not(:first-child) {
    display: none;
  }
}

.subheader-table .cmz-table {
   border: unset !important;
}

.cmp-title__text-h4-color h4 {
        font-family: InterBold;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        text-align: left;
        width: 100%;
        margin: auto !important;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #6A6D87;
    }

@media (max-width: 767px) {
    .subheader-table .generic_table {
        width: 100%;
        margin: auto;
    }
}

.subheader-table tbody tr {
  background-color: #f9f9fc !important;
}

.subheader-table .cmz-table tbody tr:last-child {
    border-bottom: unset !important;
}

.subheader-table tbody tr td {
  padding: 16px !important;    
}

.subheader-table .cmz-table tbody tr:first-child td {
  padding: 8px 16px !important;

  font-family: "InterBold";
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0px;

  color: var(--primary-text, #684b9b) !important;
  background: var(--primary-surface-disable, #e3d4fe) !important;
}



/* ---------ticket issuing fee--------- */
.ticket-issuing-mobile-view {
  display: none;
}

@media (max-width: 767px) {
  .ticket-issuing-mobile-view {
    display: block;
  }

    .cmz-table-ticket-fee {
        display: none;
        }

  .ticket-fee-table {
    width: 100%;
  }

  .ticket-issuing-table-head {
    background: var(--primary-surface-disable, #e3d4fe) !important;
    color: var(--gray-text-strong, #2c3059) !important;
  }

  .generic_table .ticket-issuing-label {
    background: var(--primary-surface-strong, #684b9b) !important;
    color: var(--gray-text-invert, #fff) !important;

    /* Small/Small — Bold */
    font-family: "Inter-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }

  .generic_table .ticket-issuing-align-row {
    border: unset !important;
    background: var(--gray-surface-weak, #f9f9fc) !important;
  }

  .generic_table .ticket-issuing-data {
    border-bottom: 1px solid var(--gray-stroke, #dfe0eb) !important;
    background: var(--gray-surface-weak, #f9f9fc) !important;
    color: var(--gray-text-strong, #2c3059) !important;
    width: 30%;
  }

  .generic_table .not-applicable {
    color: var(--gray-text-weak, #9596ac) !important;
  }

  .align-arrow {
    position: relative;
    cursor: pointer;
  }

  .arrow-icon {
    position: absolute;
    right: 15px;
  }

  .btn-close {
    background-color: transparent !important;
    color: #181b47 !important;
    opacity: 0.7 !important;
  }

  .btn-close:focus {
    box-shadow: unset !important;
  }

  .btn-close:hover {
    color: #181b47 !important;
    opacity: 0.7 !important;
  }

  .show {
    border-radius: 12px 12px 0px 0px !important;
    cursor: unset !important;
  }

  .offcanvas-title {
    overflow: hidden;
    text-overflow: ellipsis;

    /* H3/Header 3 — Bold */
    font-family: "Inter-Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
  }

  .list {
    display: flex;
    height: 50px;
    padding: 0px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: var(--gray-surface-weak, #f9f9fc);
  }

  .list-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .selected-item {
    color: var(--gray-text-strong, #2c3059);
    font-family: "Inter-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }

  .selected-tick-mark {
    position: absolute;
    right: 33px;
  }

  .not-selected-item {
    align-self: stretch;
    color: var(--gray-text-strong, #2c3059);

    /* Body1/Body 1 — Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
  }

  .stroke {
    stroke-width: 1px;
    stroke: var(--gray-stroke, #dfe0eb);
  }

  .not-selected-list-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  .not-selected-list-container {
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .offcanvas-height {
    min-height: 400px;
  }

  .offcanvas-list-item {
    border: unset !important;
    display: flex;
    height: 50px;
    padding: 0px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
    border-bottom: 1px solid var(--gray-stroke, #dfe0eb) !important;

    color: var(--gray-text-strong, #2c3059);

    /* Body1/Body 1 — Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
  }

  .align-selected-img {
    position: absolute;
    right: 15px;
  }

  .selected-option {
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
    background: var(--gray-surface-weak, #f9f9fc) !important;
  }

  .seperate-table {
    height: 16px;
  }

  .generic-table-width .offcanvas-height {
	height: auto;
  }
}

.airawards thead {
	background: linear-gradient(180deg, #8240A5 0%, #A465C6 100%);
}

.tablebodyColor4 tbody tr:nth-child(odd) {
    background: #F499C1 !important;
 }

.tablebodyColor4 tbody tr:nth-child(even) {
    background: #D9D9D9 !important;
 }

.tablebodyColor3 tbody tr:first-child td:first-child {
    background: #D9D9D9 !important;
 }

.tablebodyColor3 tbody tr:nth-child(1){
    background: #FCE8D8 !important;
 }

.tablebodyColor3 tbody tr:nth-child(2){
    background: #FBCCCC !important;
 }

.tablebodyColor3 tbody tr:nth-child(3){
    background: #F499C1 !important;
 }

.tablebodyColor3 tbody tr:nth-child(4){
    background: #E071AC !important;
 }

.tablebodyColor2 tbody tr:nth-child(4n+1) td:first-child {
    background: #D9D9D9 !important;
 }

.tablebodyColor2 tbody tr:nth-child(4n+2) td:first-child {
    background: #FBCCCC !important;
 }

.tablebodyColor2 tbody tr:nth-child(4n+3) td:first-child {
    background: #F499C1 !important;
 }

.tablebodyColor2 tbody tr:nth-child(4n) td:first-child {
    background: #E071AC !important;
 }

.tablebodyColor2 tbody tr td:not(:first-child) {
    background: #FCE8D8 !important;
 }

.tablebodyColor2 tbody tr:nth-child(4n+2) td:not(:first-child) {
    background: #FBCCCC !important;
 }

.tablebodyColor2 tbody  tr:nth-child(4n+3) td:not(:first-child) {
    background: #F499C1 !important;
 }

.tablebodyColor2 tbody tr:nth-child(4n) td:not(:first-child) {
    background: #E071AC !important;
 }

.tablebodyColor2 tbody tr:nth-child(4n+1),
.tablebodyColor2 tbody tr:last-child td:first-child {
    background: #D9D9D9 !important;
 }

.tablebodyColor2 tbody tr:nth-child(4n+2), 
.tablebodyColor2 tbody tr:nth-last-child(2) td:first-child {
    background: #D9D9D9 !important;
 }

.tablebodyColor2 tbody tr:nth-child(4n) {
     border-bottom: 2px solid black !important;
 }

.tablebodyColor2 tbody {
     border: 2px solid black !important;
 }

.borderAdd thead tr th,
.borderAdd tbody tr td {
	border: 2px solid #fff;
}

.borderAdd tbody tr td {
	background: #F4F4F4 !important;
    color: #4B0871 !important;
}

.platinum thead {
	background: var(--Gradient-brand-Platinum, linear-gradient(303deg, #040204 8.92%, #622E9E 52.15%, #350C66 84.31%, #350C66 102.31%)) !important;
}

.gold thead {
	background: var(--Gradient-brand-Gold-dark, linear-gradient(109deg, #C6AF7C 14.53%, #957B43 116.37%)) !important;
}

.silver thead {
	background: linear-gradient(175deg, #DDDFED -27.7%, #838E99 111.95%) !important;
}

.borderPaddingAdd {
	padding-top: 40px !important;
    border-top: 1px solid var(--gray-stroke, #DFE0EB);
}



    @media (min-width:768px) {
.tablePadding {
		padding: 0px 64px;
    }
}

	@media (max-width:767px) {
    .tablePadding {
        padding: unset;
    	width: unset;
    }
}


.nonAirAwards tbody tr:nth-child(odd) {
    background-color: #f9f9fc;
}

.nonAirAwards tbody tr:nth-child(even) {
    background-color: #f2f2fa;
}

.nonAirAwards thead {
    background: linear-gradient(180deg, #8240A5 0%, #A465C6 100%) !important;
}

