.monthpicker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #444444;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.monthpicker-nav {
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #444444;
}

.monthpicker-nav:focus,
.monthpicker-nav:active {
  background-color: white !important;
  outline: none;
  box-shadow: none;
}

.monthpicker-nav i {
  font-size: 1.2rem;
  /* Adjust size as needed */
}

.monthpicker-month-year {
  font-size: 1.2rem;
  font-weight: 600;
}

.monthpicker-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0;
}

.monthpicker-month {
  background-color: #fff;
  border: 1px solid #B7B7B7;
  border-radius: 5px;
    padding: 6px 3vw;
    font-size: 4vw;
  text-align: center;
  color: #333;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.monthpicker-month:hover {
  border-color: #B31F24;
  background-color: #B31F24;
  color: #fff;
}

.month_selected {
  border-color: #B31F24;
  background-color: #B31F24;
  color: #fff;
}

.monthpicker-month.disabled {
  background: #e9ecef;
  color: #6c757d;
  cursor: not-allowed;
  border-color: #d6d6d6;
}

.booking_cancel {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: auto;
    width: auto;
    z-index: 0;
    text-align: center;
}
.booking_cancel img{
        position: relative ! IMPORTANT;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0 !IMPORTANT;
    transform: none ! IMPORTANT;
}
.tour_pnr.tour_short_desc .accordion .accordion-item,
.tour_pnr.tour_short_desc .accordion .accordion-item .accordion-body,
.tour_pnr.tour_short_desc .accordion .accordion-item:last-child .accordion-header .accordion-button{
	background-color: transparent;
}
.fetched_list .top_area .name_rating .price .taxes i{
    color:#212529;
}
