#member-profile .btn-secondary, .form-horizontal .btn-secondary {
    border-radius:0;
}

#member-profile fieldset {
    padding:0;
}

.green-color {
    color:#0f968c;
}

.underline-heading {
    border-bottom: 2px solid #0f968c;
    padding-bottom: 25px;
}

.agentMenu ul.mod-menu {
    display:flex;
    flex-direction:column;
}
.agentMenu ul.mod-menu li {
    margin-bottom:5px;
    padding-bottom:0;
}
.agentMenu ul.mod-menu li a {
    color:#0f968c;
    font-size:18px;
    padding:5px 30px 5px 0px;
    
}

.agentMenu ul.mod-menu li.active a {
    font-weight:bold;
}

.jtHoliday .container-shadow {
    width:100%;
}

#alternativeFlightsOutput > div {
    margin-bottom: 25px !important;
    border-bottom: 1.5px solid;
    padding-bottom: 15px;
}
#alternativeFlightsOutput > div.selected {
    background-color: #0a9b8f21;
} 

.light-underline {
    border-bottom:1px solid #11b9ae;
}

.smaller {
    font-size:0.75rem;
}

.carHireIcons p {line-height:1!important;}

#CarHireRows .add-button, #ExcursionsRows .add-button {
    padding:15px 0;
    text-align:center;
    margin:0.5rem 0 0 auto;
    display:flex;
    width:100%;
    justify-content:center;
} 

.btn-primary.selected {position:relative;}
    
.btn-primary.selected::after {
    content:'Selected';
    position:absolute;
    left:0;
    right:0;
    height:100%;
    color:#fff;
    background-color: #028178;
    top: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
   
}
.mybookingimage {
    position: relative;
    display: inline-block;
}

.mybookingimage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Adjust opacity for darkness */
    border-radius: inherit; /* Ensures rounded corners match the image */
    border-radius: .25rem !important;
}

.mybookingimage img {
    display: block;
    width: 100%;
    object-fit: cover;
 
}

.mybookingimage p {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1rem;
    text-align: center;
    width: max-content;
    z-index: 2; /* Ensures text stays above overlay */
    padding: 5px 10px;
    border-radius: 5px;
}


.extras div.seatCharts-container {
    max-height: 500px;
    overflow: scroll;
    padding-right: 15px;
  }
  
  .extras div.seatCharts-row {
    height: 45px;
  }
  
  .extras .seatCharts-cell {
    height: 35px;
    width: 35px;
    margin: 3px;
    float: left;
    text-align: center;
    outline: none;
    font-size: 13px;
    line-height: 16px;
    color: blue;
  }
  
  .extras .seatCharts-cell.seatCharts-space {
    color: #000;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
  
  .extras .seatCharts-seat {
    background-color: transparent !important;
    border-radius: 3px;
    border: 1.5px solid #000;
    position: relative;
    outline: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .extras .seatCharts-seat:hover, .extras .seatCharts-seat:focus {
    border: 1.5px solid #000;
  }
  
  .extras .seatCharts-seat::after {
    font-family: Font Awesome\ 6 Sharp;
    font-weight: 100;
    background-color: transparent;
    color: #000;
    font-size: 1.5em;
    text-align: center;
    width: 1.25em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .extras .seatCharts-seat.extra::after {
    content: "\f07d";
  }
  
  .extras .seatCharts-seat.extra.selected::after {
    content: "";
  }
  
  .extras .seatCharts-seat.unavailable {
    opacity: 0.3;
  }
  
  .extras .seatCharts-seat.unavailable::after {
    content: "\f00d";
    opacity: 0.3;
  }
  
  .extras .seatCharts-seat.focused {
    border-color: rgb(2 129 120);
    /* background-color: rgba(0, 128, 0, 0.2); */
    background-color: #11b7ab !important;
  }
  
  .extras .seatCharts-seat.selected {
    color: #fff;
    border-color: rgb(2 129 120);
    font-size: 18px;
    background-color: #11b7ab !important;
  }

  #seatModal i.radio {
     display:none;
  }

  #profile {
    border: 2px solid #079b8f !important;
    border-radius: .25rem;
    background-color: transparent;
    color: #079b8f;
    font-weight: bold;
    width: 170px;
  }

  #homepageSlider .carousel-item img {
    width:100%;
    height:100%;
    min-height: none;
    max-height: none;
  }

  .loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 300px)
}

.progress-bar-new {
    width: 80%;
    max-width: 400px;
    height: 20px;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.progress-new {
    width: 0;
    height: 100%;
    background-color: #2b9b8e;
    transition: width 0.2s;
}

.atolProtected img {
  width:75px;
  margin-right:15px;
}

.skeleton {
  background-color: #eee;
  border-radius: 4px;
  animation: pulse 1.5s infinite ease-in-out;
}

.skeleton-img {
  height:auto;
}

@keyframes pulse {
  0% { background-color: #eee; }
  50% { background-color: #ddd; }
  100% { background-color: #eee; }
}

.result-card-placeholder {
  min-height: 350px; /* or match your full card height */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background: white;
  margin-bottom:20px;
}

.result-card-placeholder .skeleton-text {
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
}

.result-card-placeholder .skeleton-img {
  /* width: 100%;
  height: 200px;
  margin-bottom: 15px; */
}




