.rule-heading {
    font-size: 1rem;
    font-weight: 600;
    border: none;

    background-color: transparent;
  }
.rule-heading.active {
    border-bottom: 2px solid var(--primary-color);
}
.table-head-text{
  position: relative;
  font-weight: 600;
}
.table-head-text::before{
    content: "";
    position: absolute;
    height: 1.25rem;
    width: 0.2rem;
    inset-block-start: -0.10rem;
    inset-inline-start: -0.65rem;
    background: var(--primary-color);
    border-radius: 0.5rem;
}
.table-responsive{
  /* overflow-x:unset; */
}
.btn:disabled{
  color: gray ;
  border-color: gray ;
}
#policyExceptionLabel {
  font-size: 16px;
  font-weight: 600;
  margin-left: 0;
}

/* Outlined Radio button styles */
.outlined-radio:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.outlined-radio:checked + label,
.outlined-radio:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    /* color: var(--primary-color); */
}
.outlined-radio:checked + label:before,
.outlined-radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    background: #fff;
}
.outlined-radio:checked + label:after,
.outlined-radio:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.outlined-radio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.outlined-radio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.disabled {
  color: var(--default-text-color);
  opacity: 0.3;
  pointer-events: none;
}
/* Outlined Radio button styles */

/* ======================================== */

  .grid-container {
    display: grid;
    grid-template-columns: repeat(10, 1fr); /* Creates 10 equal columns */
    gap: 0px;
    padding: 0 1rem;
  }
  
  .grid-header, .grid-item {
    padding: 1.25rem 0.85rem;
    border-bottom: 2px solid var(--default-border);
    border-right: 2px solid var(--default-border);
    font-size: 12px;
  }
  
  #regionContainer .grid-item {
    display: flex; /* Keep flexbox for inner content alignment */
    align-items: center;
    justify-content: flex-start;
    padding-left: 1.75rem;
  }
  .grid-item.disabled-container{
    color: #ccc;
    pointer-events: none;
    cursor: not-allowed;
  }
  .grid-item:last-child{
    border-right: 0;
  }

  .grid-header {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background-color: var(--default-body-bg-color);
  }
  .grid-item select,input{
    font-size: 12px !important;
  }
  .headerName{
    position: relative;
  }
  .headerName:before{
    content: "";
    position: absolute;
    height: 1.25rem;
    width: 0.2rem;
    inset-block-start: -0.10rem;
    inset-inline-start: -0.65rem;
    background: var(--primary-color);
    border-radius: 0.5rem;
  }
  .fas.fa-play{
    cursor: pointer;
    rotate: 90deg;
    transition: 0.3s;
  }
  .fas.fa-play.rotated {
    transform: rotate(180deg);
  }
  /* .form-control {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
  } */

  .outlined-radio {
    margin-right: 5px;
  }


  @media (max-width: 1250px) {
    .grid-header, .grid-item {
      padding: 1rem 0.5rem;
      border-bottom: 1px solid var(--default-border);
      border-right: 1px solid var(--default-border);
      font-size: 9px;
    }
    #regionContainer .grid-item{
      padding-left: 1.5rem;
    }
} 
  /* ======================================================================================== */

  /* ===================== Dashboard and Details ============================== */


  .avatar {
    position: relative;
    height: 2.625rem;
    width: 2.625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    color: #fff;
    font-weight: 500;
  }
  .avatar a.badge:hover {
    color: #fff;
  }
  .avatar:hover {
    color: #fff;
  }
  .avatar:focus {
    color: #fff;
  }
  
  .avatar img {
    margin-left: 1rem;
    border-radius: 3px;
    margin-right: 5px;
  }
  .table-sideline:before {
    content: "";
    position: absolute;
    height: 60%;
    width: 0.2rem;
    inset-block-start: 50%;
    transform: translateY(-50%);
    inset-inline-start: -0.65rem;
    border-radius: 5px;
    /* background: linear-gradient(to bottom, var(--primary05) 50%, rgba(var(--secondary-rgb), 0.5) 50%); */
    background: var(--primary-color);
    border-radius: 0.5rem;
  }
  
  .seat_upgrade_table_banner {
    position: relative;
    margin-bottom: 0;
  }
  .seat_upgrade_table_banner img {
    width: 85px;
    height: auto;
  }
  .seat_upgrade_table_banner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0.2rem;
    inset-block-start: 0.15rem;
    inset-inline-start: -0.65rem;
    /* background: linear-gradient(to bottom, var(--primary05) 50%, rgba(var(--secondary-rgb), 0.5) 50%); */
    background: var(--primary-color);
    border-radius: 0.5rem;
  }
  .country-name,
  .segment-name,
  .region-name {
    position: relative;
  }
  .segment-name:before,
  .country-name:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0.2rem;
    inset-block-start: 0;
    inset-inline-start: -0.65rem;
    /* background: linear-gradient(to bottom, var(--primary05) 50%, rgba(var(--secondary-rgb), 0.5) 50%); */
    background: var(--primary-color);
    border-radius: 0.5rem;
  }
  
  .region-name:before {
    content: "";
    position: absolute;
    height: 200%;
    width: 0.4rem;
    inset-block-start: -50%;
    inset-inline-start: -0.7rem;
    /* background: linear-gradient(to bottom, var(--primary05) 50%, rgba(var(--secondary-rgb), 0.5) 50%); */
    background: var(--primary-color);
    border-radius: 0.5rem;
  }
  .tax-row {
    box-shadow: 0 0 3px rgb(220, 220, 220);
  }
  .tax-row input {
    width: 100px;
  }
  .ti-device-floppy {
    font-size: 18px;
  }
  /* .table-text-box {
    max-width: 150px;
    min-width: 60px;
    text-align: center;
    -moz-appearance: textfield;
  } */
  
  /* Chrome, Safari, Edge, Opera */
  .table-text-box::-webkit-outer-spin-button,
  .table-text-box::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .order-id {
    position: relative;
  }
  .order-id:before {
    content: "";
    position: absolute;
    height: 150%;
    width: 0.2rem;
    inset-block-start: -25%;
    inset-inline-start: -0.65rem;
    /* background: linear-gradient(to bottom, var(--primary05) 50%, rgba(var(--secondary-rgb), 0.5) 50%); */
    background: var(--primary-color);
    border-radius: 0.5rem;
  }
  
  table td p {
    margin-bottom: 0;
  }
  /* .form-check {
    padding-left: 4.5rem;
  }
  .form-check .form-check-input {
    margin-left: 0;
  } */
  .merchant_heading {
    display: flex;
    border-left: 3px solid #f95353;
    align-items: center;
    font-size: 1rem;
    padding-left: 10px;
  }
  .user-badge {
    display: flex;
    align-items: center;
    padding: 1.75rem 0 !important;
  }
  .browse-product-sideline {
    position: relative;
  }
  .browse-product-sideline::before {
    position: absolute;
    content: "";
    width: 0.2rem;
    height: 50%;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    background-color: #f95353;
  }
  
  .active {
    color: var(--primary-color) !important;
  }
  /* #economy-first-row,
  #wifi-40,
  #wifi-60{
    display: none;
  } */
  .offer-email-title{
    color: var(--default-text-color);
  }
  /*================== Dashboard CSS ==============================*/
  
  .header-card-container{
    width: 100%;
    height: 12vh;
    position: relative;
  }
  .ytd-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .ytd-value{
    font-size: 18px;
    font-weight: 600;
  }
  .ly-text{
    font-size: 14px;
  }
  .dashboard-card-subheading{
    font-size: 12px;
  }
  .graph-container {
    border-radius: 0.5rem;
    border: 0;
    background-color: var(--custom-white);
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, 0.04);
    position: relative;
    margin-block-end: 1.5rem;
    padding: 0.5rem 1rem;
    width: 100%;
    height: 38vh;
    padding-bottom: 3rem;
  }
  #graph-title {
    font-size: 16px;
    position: relative;
  }
  #graph-title:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0.2rem;
    inset-block-start: 0;
    inset-inline-start: -0.75rem;
    /* background: linear-gradient(to bottom, var(--primary05) 50%, rgba(var(--secondary-rgb), 0.5) 50%); */
    background: var(--primary-color);
    border-radius: 0.5rem;
  }
  #channel-table {
    position: relative;
    height: 28vh;
  }
  
  #channel-table tr td,
  #channel-table th {
    font-size: 0.6vw !important;
    padding: 0.35vw;
  }
  
  #routesGraph,
  #regionsGraph,
  #perfomanceGraph {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  
  #revenueGraph,
  #emailBidGraph,
  #emailBidModalGraph,
  #revenueModalGraph {
    width: 100%;
    height: 100%;
  }
  
  .axis text {
    font-weight: normal;
  }
  
  .axis path {
    fill: none;
    stroke: rgb(94, 88, 88);
  }
  
  .axis line {
    fill: none;
    stroke: transparent;
  }
  
  text {
    font-size: 0.55vw;
    color: var(--default-text-color);
    font-family: "Montserrat", sans-serif;
    word-wrap: break-word;
  }
  
  .channel-btn-container {
    position: relative;
    padding: 1vw 0;
    height: 28vh;
    width: 6vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0.4vw;
  }
  .channel-btn {
    width: 100%;
    font-size: 0.65vw;
  }
  
  .channel-active {
    position: relative;
    background-color: var(--primary-color) !important;
    color: #fff !important;
  }
  .channel-active::after {
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
    content: "\f04b";
    font-family: "Font Awesome 6 free";
    font-weight: 600;
    font-size: 0.85vw;
    color: var(--primary-color);
  }
  
  /* Ticker CSS */
  .tickerContainer {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding: 0.5rem 0; */
    overflow: hidden;
    float: none;
    cursor: pointer;
    background-color: var(--custom-white);
    padding: 0.45vw;
  }
  
  .tickers {
    /* min-width: 250px; */
    /* width: 100%; */
    /* max-width: 1100px; */
    height: 12vh;
    background-color: var(--custom-white);
    box-shadow: 0 0 2px var(--default-text-color);
    position: relative;
    border-radius: 10px;
    padding: 0rem 0.5rem;
    color: var(--default-text-color);
    margin: 0.25rem;
    list-style: none;
    padding: 0.35vw 0.5vw;
  }
  .ticker-content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .ticker-title {
    font-size: 16px;
    font-weight: 600;
  }
  .ticker-content {
    /* width: 100%; */
    height: 7vh;
    box-shadow: 0 0 2px var(--default-text-color);
    border-radius: 3px;
    margin-top: 5px;
    padding: 5px;
  }
  .ticker-day-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ticker-content-title {
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 0.5rem;
    font-weight: 600;
  }
  .ticker-content-title::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 60%;
    top: 50%;
    left: -3%;
    transform: translate(-50%, -50%);
    background-color: #f95353;
    font-size: 10px;
  }
  .updown-arrow {
    margin: 0 1rem;
  }
  .updown-arrow i {
    font-size: 20px;
    margin-top: 0.5rem;
  }
  .day-title {
    font-size: 10px;
  }
  .current-day {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.4rem;
  }
  .current-day p {
    margin-bottom: 0;
    line-height: 10px;
  }
  .day-value {
    font-size: 24px;
    margin-left: 0.5rem;
    font-weight: 700;
    align-self: flex-end;
  }
  .million-text {
    font-size: 10px;
  }
  .dashboard-card-value {
    font-size: 1.5vw;
    color: red;
    font-weight: 600;
  }
  .card-content {
    gap: 0.5vw;
  }
  .cyly-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .cyly-container .cyly{
    display: flex;
    align-items: center;
    gap: 2px;
  }
  .cyly{
    font-size: 12px;
  }
  .order-list-row{
    cursor: pointer;
  }
  
  /* details Page CSS */
  
  .detail-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }
  .details-header-card-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .details-header-card {
    width: 100%;
    height: 11vh;
  }
  .offer-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-left: 1rem;
    cursor: pointer;
  }
  .offer-title::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    top: 50%;
    left: -0.5rem;
    transform: translate(-50%, -50%);
    background-color: #f95353;
    font-size: 10px;
  }
  
  /* Month Table CSS */
  .offer-header-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .drilldown-list {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 22px;
  }
  .offer-header-container h6 {
    margin-bottom: 0;
    font-size: 22px;
  }
  .detailTableContainer {
    background-color: var(--custom-white);
    border: 3px solid var(--borderColor);
    border-radius: 12px;
    height: 35vh;
    overflow: scroll;
  }
  #regionTableContainer {
    height: 25vh;
  }
  .multiTablesContainer {
    display: grid;
    grid-template-columns: 1fr 4fr 4fr 4fr 4fr;
    grid-gap: 2vw;
  }
  .detailTableContainer table th {
    border: none;
    color: var(--fontColor);
    font-weight: 500;
    font-size: 12px;
    padding: 0.25rem;
    border-bottom: 3px solid var(--borderColor) !important;
    text-align: center;
  }
  .detailTableContainer table td {
    border: none;
    color: var(--fontColor);
    font-weight: 100;
    font-size: 12px;
    padding: 0.3rem 0;
    border-bottom: 2px solid var(--borderColor) !important;
    text-align: center;
  }
  .month-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left !important;
  }
  .regionName,
  .countryName,
  .routeName,
  .legName,
  .flightName {
    cursor: pointer;
    text-decoration: underline;
    text-align: left !important;
  }
  .plusIconBtn {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 3px;
    border-radius: 3px;
    font-size: 8px;
    font-weight: 600;
    margin-right: 0.2rem;
    cursor: pointer;
  }
  .upArrow {
    color: rgb(65, 207, 65);
    font-size: 16px;
  }
  .downArrow {
    color: red;
    font-size: 16px;
  }
  .drillDownButtonContainer {
    margin: 1rem 0;
  }
  .drillDownButtonContainer .drillDownButton {
    width: 150px;
    position: relative;
    padding: 0.6rem 1.5rem;
    border-radius: 7px;
    background-color: var(--primary-color-light);
    color: var(--default-text-color);
    font-size: 12px;
    border: 1px solid var(--primary-color);
    margin-right: 1rem;
    outline: none;
    transition: 0.3s;
  }
  .drillDownButtonContainer .drillDownButton:hover {
    background-color: var(--primary-color);
    color: #fff;
  }
  .activeDrillDownButton {
    position: relative;
    background-color: var(--primary-color) !important;
    color: #fff !important;
  }
  .janFold {
    display: none;
  }
  #countryTable,
  #routeTable,
  #legTable,
  #flightTable,
  #channelTable {
    display: none;
  }
  .tableNameHeading {
    position: relative;
    width: 100%;
    border-bottom: 2px solid var(--primary-color);
    color: var(--fontColor);
    font-size: 14px;
    font-weight: 600;
    padding: 0.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  
  .periodHidden {
    visibility: hidden;
  }
  .icon-btn-td {
    width: 65px;
  }
  .accordion-button-custom:not(.collapsed) i {
    transform: rotate(-180deg);
  }
  .accordion-button-custom i {
    transition: transform 0.2s ease-in-out;
  }
  .rule-heading {
    font-size: 1rem;
    font-weight: 600;
    border: none;
    color: var(--default-text-color);
  }
  .rule-heading.active {
    border-bottom: 2px solid var(--primary-color);
  }
  .rule_heading {
    position: relative;
  }
  
  .rule_heading::before {
    position: absolute;
    content: '';
    width: 0.3rem;
    height: 50%;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    background-color: var(--primary-color);
  }
  .bold-text {
    font-weight: bold;
  }
  .checkbox-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* .form-check-input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  
  .form-check {
    display: flex;
    align-items: center;
  } */
  .radio-container {
    display: flex;
    align-items: center;
  }
  
  .radio-container label {
    margin-left: 5px;
  }
  .order-heading{
    font-size: 15px;
  }
  .hotel-name{
    position: relative;
    padding-top: 11px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1rem;
  }
  .hotel-name::before{
    position: absolute;
    content: '';
    width: 0.2rem;
    height: 100%;
    top: 65%;
    left: -0.5rem;
    transform: translate(-50%, -50%);
    background-color: var(--primary-color);
  }

  
  @media screen and (min-width: 1200px) and (max-width: 1400px) {
    .ytd-title{
      font-size: 12px;
      margin-bottom: 0;
    }
    .dashboard-card-subheading{
      font-size: 10px;
    }
    .cyly{
      font-size: 10px;
    }
    .ly-text{
      font-size: 10px;
    }
    .ytd-value{
      font-size: 12px;
      font-weight: 600;
    }
    .multiTablesContainer {
      gap: 10px;
    }
    .detail-header-container{
      margin: 0.5rem 0;
    }
    .details-header-card-container{
      gap: 10px;
    }
    .tableNameHeading{
      font-size: 12px;
    }
    #graph-title {
      font-size: 10px;
    }
    #revenue-dropdown .choices__inner{
      font-size: 10px;
      line-height: 1;
    }
    .offer-title,
    .fa-angles-right,
    .offer-header-container h6 {
      font-size: 14px;
    }
    .download-btn{
      font-size: 12px;
      padding: 0.25rem 0.5rem;
    }
    .table thead tr th {
      font-size: 12px;
    }
    .upArrow,
    .downArrow,
    .detailTableContainer table td {
      font-size: 10px;
      text-wrap: nowrap;
    }
    .plusIconBtn {
      font-size: 6px;
      padding: 2px;
      margin-right: 0.1rem;
    }
    .offer-card-title {
      line-height: 16px;
    }
    .drillDownButtonContainer .drillDownButton {
      width: 120px;
      padding: 0.5rem;
    }
    .ticker-title{
      font-size: 12px;
    }
    .day-value{
      font-size: 18px;
    }
    .day-title{
      font-size: 8px;
    }
    .current-day{
      margin-top: 0.2rem;
    }
    .current-day p{
      line-height: 8px;
    }
    .ticker-content{
      margin-top: 3px;
      padding: 3px;
    }
    .updown-arrow i{
      font-size: 10px;
      margin-top: 0.5rem;
    }
    .ticker-content-title{
      font-size: 10px;
    }
  }
  
  @media screen and (max-width:576px){
    .details-header-card-container{
      flex-wrap: wrap;
      gap: 0;
    }
    .details-header-card{
      height: auto;
    }
    .header-card-container{
      height: auto;
    }
    .avatar.avatar-md{
      width: 25px;
      height: 25px;
      font-size: 14px;
    }
    .avatar{
      border-radius: 5px;
      margin-right: 5px !important;
    }
    .ytd-card{
      padding: 0.5rem 0.75rem !important;
    }
    .ytd-title{
      font-size: 12px;
    }
    .ytd-value{
      font-size: 16px;
    }
    .ly-text{
      font-size: 12px;
    }
    .dashboard-card-subheading{
      font-size: 10px;
    }
    .channel-btn-container{
      display: flex;
      flex-direction: row;
      height: auto;
      width: 100%;
      gap: 10px;
      margin-bottom: 10px;
    }
    .channel-active::after {
      top: 100%;
      right: 50%;
      transform: translate(-50%,-40%);
      font-size: 12px;
      rotate:90deg;
  }
    .channel-btn{
      width: 100%;
      font-size: 10px;
    }
    #channel-table tr td, #channel-table th{
      font-size: 12px !important;
      padding: 5px !important;
    }
    .graph-container{
      margin-block-end: 1.5rem;
      padding: 0.5rem 1rem;
      width: 100%;
      height: 230px;
      padding-bottom: 20px;
    }
    #routeRegionGraphContainer{
      margin-top: 1rem;
    }
    #graph-title{
      font-size: 10px;
    }
    text{
      font-size: 10px;
    }
    .cyly{
      font-size: 8px;
    }
    .redirect-icon-container{
      display: flex;
      gap: 5px;
      align-items: center;
      font-size: 10px;
    }
    .choices__inner{
      padding: 0 5px !important;
    }
    .choices__list--single .choices__item{
      font-size: 10px !important;
    }
    .choices__list--single{
      padding: 0 !important;
    }
    .choices__list--dropdown .choices__item{
      font-size: 8px !important;
    }
    .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable{
      padding: 5px !important;
    }
    .choices[data-type*="select-one"] .choices__input{
      padding: 5px !important;
      font-size: 8px !important;
    }
    .tickerContainer{
      padding: 8px;
      gap: 8px;
    }
    .tickers{
      border-radius: 6px;
      padding: 5px 8px;
      height: auto;
    }
    .ticker-content{
      height: auto;
    }
    .ticker-title{
      font-size: 12px;
    }
    .ticker-content-title{
      font-size: 10px;
    }
    .day-value{
      font-size: 20px;
    }
  
  }
  
  