.filters {
  display: none;
}
.search_hotel_results #hotels_container .hotel .packages {
  margin-top: 8px;
  font-size: 11px;
  /* max-height: 500px;
  overflow-y: scroll; */
}
 .option {
  background-position: top right;
  background-repeat: no-repeat;
  height: 14px;
  line-height: 14px;
  color: #008000;
  font-size: 11px;
  float: right;
  margin-right: 8px;
  padding-right: 12px;
  margin-top: 7px;
  cursor: pointer;
}
  .show-more {
  background-image: url('/resources/images/slices/buttons/show_more_arrow.png');
}

  .show-less {
  background-image: url('/resources/images/slices/buttons/show_less_arrow.png');
}
.search_hotel_results #hotels_container .hotel .separator {
  margin-top: 8px;
  background-image: url('/resources/images/slices/search_hotels_result_hotel_separatoir.png');
  height: 4px;
  width: 753px;
}
.search_hotel_results #hotels_container .featured_hotels .hotel .separator {
  background-image: url('/resources/images/slices/search_hotels_result_hotel_separatoir_featured.png');
}
.search_hotel_results #hotels_container .hotel .packages .pachete {
  line-height: 16px;
  background-color: #f7f7f7;
  color: #336699;
}
.search_hotel_results
  #hotels_container
  .hotel
  .packages
  .pachete:nth-child(even) {
  background-color: #e6e6e6;
}
.search_hotel_results #hotels_container .hotel .packages .pachete.room1 {
  line-height: 16px;
}
.search_hotel_results #hotels_container .hotel .packages .pachete.room2 {
  line-height: 32px;
}
.search_hotel_results #hotels_container .hotel .packages .pachete.room3 {
  line-height: 48px;
}
.search_hotel_results #hotels_container .hotel .packages .pachete.room4 {
  line-height: 64px;
}
.search_hotel_results #hotels_container .hotel .packages .pachete.room5 {
  line-height: 80px;
}
.search_hotel_results #hotels_container .hotel .packages .pachete.room6 {
  line-height: 96px;
}
.search_hotel_results #hotels_container .hotel .packages .pachete.room7 {
  line-height: 112px;
}
.search_hotel_results #hotels_container .hotel .packages .pachete.room8 {
  line-height: 128px;
}
.search_hotel_results #hotels_container .hotel .packages .pachete.room9 {
  line-height: 144px;
}
.search_hotel_results #hotels_container .hotel .packages .pachete .col {
  float: left;
  overflow: hidden;
  text-align: center;
}
.search_hotel_results #hotels_container .hotel .packages .pachete.room1 > .col {
  padding-top: 5px;
  padding-bottom: 5px;
}
.search_hotel_results
  #hotels_container
  .hotel
  .packages
  .pachete
  .provider_name {
  width: 85px;
}
.search_hotel_results #hotels_container .hotel .packages .pachete .rooms_name {
  width: 240px;
  line-height: 16px;
  overflow: hidden;
}
.search_hotel_results #hotels_container .hotel .packages .pachete .room_type {
  width: 160px;
}
.search_hotel_results
  #hotels_container
  .hotel
  .packages
  .pachete
  .room_available {
  width: 110px;
}
.search_hotel_results
  #hotels_container
  .hotel
  .packages
  .pachete
  .group_cpecial_deal {
  width: 30px;
  transform: rotate(-35deg);
}
.search_hotel_results
  #hotels_container
  .hotel
  .packages
  .pachete
  .package_price {
  width: 115px;
  color: #070f6d;
}
.search_hotel_results #hotels_container .hotel .packages .pachete .book {
  /* background-color: white; */
  width: 88px;
}
.search_hotel_results #hotels_container .hotel .packages .pachete .show_cxl {
  /* background-color: white; */
  width: 48px;
}
.search_hotel_results #hotels_container .hotel .packages .pachete .show_cxl a {
  background-color: #336699;
  color: white;
  text-decoration: none;
  border-radius: 3px 3px 3px 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 13px;
}
.search_hotel_results #hotels_container .hotel .packages .pachete .add_quote a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
}

.search_hotel_results
  #hotels_container
  .featured_hotels
  .hotel
  .packages
  .pachete
  .book {
  background-color: #fffbb6;
}
.search_hotel_results #hotels_container .hotel .packages .pachete .book a {
  background-color: #003399 !important;
  color: white;
  text-decoration: none;
  border-radius: 3px 3px 3px 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 13px;
}
.search_hotel_results
  #hotels_container
  .hotel
  .packages
  .pachete
  .cancellationpolicty-wrapper {
  background-color: white;
  padding: 3px 0px;
  border-radius: 2px;
  /* width: 80%; */
  display: none;
}
.search_hotel_results
  #hotels_container
  .hotel
  .packages
  .pachete
  .cancellationpolicty-wrapper::after {
  border-bottom: 1px solid lightgrey;
  content: '';
  display: block;
  width: 750px;
}
.search_hotel_results
  #hotels_container
  .hotel
  .packages
  .pachete
  .cancellationpolicty {
  background-color: white !important;
  padding-top: 8px;
  padding-bottom: 8px;
  /* width: 750px; */
}
div.cancellationpolicty-wrapper > div.cancellationpolicty > div.right {
  width: 100%;
}
.search_hotel_results
  #hotels_container
  .hotel
  .packages
  .pachete
  .cancellationpolicty
  .left {
  float: left;
  /* width: 355px; */
  text-align: right;
  font-size: 13px;
  line-height: 16px;
  color: #003399;
  font-weight: bold;
}
.search_hotel_results
  #hotels_container
  .hotel
  .packages
  .pachete
  .cancellationpolicty
  .left
  img {
  vertical-align: middle;
  margin-right: 35px;
  margin-left: 20px;
}

input.allSolutions {
  border-radius: 1px;
  text-decoration: none;
  margin: auto;
  margin-top: 35px;
  position: relative;
  display: block;
  background-color: #55acee;
  box-shadow: 0px 3px 0px 0px #3c93d5;
}
input.allSolutions:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}
input.allSolutions:hover {
  background-color: #6fc6ff;
}
.messagebox {
  padding: 3px;
  text-align: center;
  background-color: blue;
  color: white;
}
.messagebox.error {
  background-color: red;
}
.messagebox.ok {
  background-color: green;
}
.fast-search {
  padding: 23px 0px 23px 0px;
}
.fast-search .item {
  line-height: 17px;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: white;
  position: absolute;
  z-index: 1;
  background-color: black;
  width: 265px;
  font-weight: bold;
}
.fast-search .img {
  -moz-box-shadow: 0 0 1px 1px #888;
  -webkit-box-shadow: 0 0 1px 1px#888;
  box-shadow: 0 0 1px 1px #888;
  float: left;
  cursor: pointer;
  width: 358px;
  height: 272px;
}
.fast_search_items:hover .img {
  -moz-box-shadow: 0 0 3px 3px #888;
  -webkit-box-shadow: 0 0 3px 3px#888;
  box-shadow: 0 0 3px 3px #888;
}
.messagebroadcast {
  background-color: #f0f0f0;
  color: #003399;
  font-size: 16px;
  margin-top: 5px;
  padding: 6px;
}
.search_hotel_results {
  position: relative;
}
.search_hotel_results .options-bar .tab.resultsperpage_cont {
  padding: 0px;
}
.resultsperpage_cont .selectBox-dropdown {
  background: none;
  border: 0px;
  line-height: 15px;
  text-align: center;
}
#mapsearch {
  position: relative;
  display: none;
  margin-top: 3px;
}
#mapsearch #mapsearch_map {
  background-color: #336699;
  width: 100%;
  height: 450px;
}
#mapsearch #mapsearch_locationaddress {
  background-color: white;
  height: 22px;
  width: 270px;
}
#mapsearch #mapsearch_locationaddress:focus {
  border-color: #336699;
  box-shadow: #336699 0px 0px 4px 1px;
}
#mapsearch input[type='button'] {
}
.resultsperpage_cont a.selectBox-dropdown {
  background-image: url('/resources/images/slices/buttons/res_per_page_btn.png');
  background-color: white;
  min-width: 55px;
}
.resultsperpage_cont a.selectBox-dropdown .selectBox-label {
  color: white;
  padding: 0px;
  margin-top: 5px;
  margin-left: 10px;
}
.resultsperpage_cont a.selectBox-dropdown .selectBox-arrow {
  background-image: none;
}
#search_on_map_controls {
  padding: 6px;
  background-color: white;
  box-shadow: black 2px 1px 6px;
  border-radius: 3px;
}
#search_on_map_controls input[type='button'] {
  margin: 0px;
}
#search_on_map_controls.minimized {
  background-color: transparent;
  box-shadow: none;
}
#search_on_map_controls {
  top: 10px !important;
  left: 240px !important;
}
.ui-dialog .ui-dialog-titlebar-close span {
  margin: -8px 0px 0px -8px;
}
.ui-widget-content {
  border: 1px solid #254d91;
}
/*.ui-widget-header {background:#254d91;}*/
.ui-dialog .ui-dialog-titlebar {
  background: #254d91;
}
.inc_numbs {
  font-size: 10px;
  padding: 2px 4px;
  border: 1px solid #555;
  margin-right: 4px;
  border-radius: 2px;
  color: #444;
}
.cxl_text {
  font-size: 10px;
  margin-top: 3px;
  color: #444;
}
.width_rule {
  width: 33% !important;
}
.ui-widget-content {
  background: #eeeeee
    url('/resources/images/ui-bg_highlight-soft_100_eeeeee_1x100.png') 50% top
    repeat-x !important;
}

.search_hotel_results .search_summary {
  background-color: #336699;
  min-height: 22px;
  line-height: 22px;
  color: white;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 4px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#search_summary > div {
  margin-left: 200px;
}
.search_hotel_results .options-bar {
  border-bottom: solid #336699 6px;
}
.search_hotel_results .options-bar .tab {
  background-image: url('../images/slices/buttons/round_tab.png');
  color: #fff;
  margin-right: 10px !important;
  background-color: #336699;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  cursor: pointer;
  width: 99px;
  position: relative;
}
.search_hotel_results .options-bar .tab.selected {
  background-image: url('../images/slices/buttons/round_tab_selected.png');
}
.search_hotel_results .options-bar .left .tab {
  margin-right: 5px;
}
.search_hotel_results .options-bar .right .tab {
  margin-left: 1px;
}
.search_hotel_results #hotels_container .featured_hotels .title {
  background-image: url('../images/slices/special_offers_bg.png');
  background-repeat: no-repeat;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.search_hotel_results #hotels_container .featured_hotels .hotel {
  background-color: #fffbb6;
}
.search_hotel_results #hotels_container .hotel {
  padding-top: 13px;
}
.search_hotel_results #hotels_container .hotel .info {
  min-height: 107px;
  color: #393939;
  font-size: 14px;
}
.search_hotel_results #hotels_container .hotel .info .col1 {
  height: 107px;
  width: 105px;
  overflow: hidden;
}
.search_hotel_results #hotels_container .hotel .info .col1 img {
  width: 105px;
}
.search_hotel_results #hotels_container .hotel .info .col2 {
  min-height: 107px;
  margin-left: 10px;
  width: 200px;
  overflow: hidden;
  background-image: url('../images/slices/search_hotel_results_col_separator.png');
  background-repeat: no-repeat;
  background-position: center right;
}
.search_hotel_results
  #hotels_container
  .hotel
  .info
  .col2
  input[type='button'] {
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  padding: 0px;
  padding-left: 2px;
  padding-right: 2px;
  min-width: 58px;
  margin: 0px;
}
.search_hotel_results
  #hotels_container
  .hotel
  .info
  .col2
  input[type='button'] {
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  padding: 0px;
  padding-left: 2px;
  padding-right: 2px;
  min-width: 58px;
  margin: 0px;
}
.search_hotel_results #hotels_container .hotel .info .col2 .name {
  color: #003399;
  font-size: 17px;
  line-height: 16px;
}
.search_hotel_results #hotels_container .hotel .info .col3 {
  margin-left: 10px;
  height: 107px;
  width: 400px;
}
.search_hotel_results #hotels_container .hotel .info .col3 .description {
  width: 420px;
  font-size: 13px;
  line-height: 18px;
  height: 72px;
  overflow: hidden;
  margin-top: 18px;
}

/* CARD PRICE */
.small-card {
  position: relative;
  width: 160px;
  border-radius: 6px;
  border: 1px solid #bfbfbf;
  float: right;
}
.small-card-header {
  text-align: center;
  padding: 1px 0;
}
.small-card-title {
  text-align: center;
}
.small-card-body {
  background-color: #fff;
}
.small-card-footer {
  text-align: center;
  padding: 4px 0 2px 0;
}
.card-green-dark {
  background-color: #388e3c;
}
.card-green-darker {
  background-color: #2e7d32;
}
.card-cyan-dark {
  background-color: #0097a7;
}
.card-cyan-darker {
  background-color: #00838f;
}
.card-red-dark {
  background-color: #d32f2f;
}
.card-red-darker {
  background-color: #c62828;
}
.arrow-setup-white::after {
  position: absolute;
  content: '';
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: calc(50% - 7px);
  display: block;
}
.arrow-setup-red-dark::before {
  position: absolute;
  content: '';
  border-right: 7px solid transparent;
  border-top: 7px solid #d32f2f;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: calc(50% - 7px);
  display: block;
}
.arrow-setup-cyan-dark::before {
  position: absolute;
  content: '';
  border-right: 7px solid transparent;
  border-top: 7px solid#0097a7;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: calc(50% - 7px);
  display: block;
}
.arrow-setup-green-dark::before {
  position: absolute;
  content: '';
  border-right: 7px solid transparent;
  border-top: 7px solid #388e3c;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: calc(50% - 7px);
  display: block;
}
.small-card-ul {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  font-size: 12px;
  text-align: center;
}
.text-white {
  color: #fff;
}
.text-red {
  color: red;
}
.bold {
  font-weight: bold;
}
.text-13 {
  font-size: 10px;
}
.text-20 {
  font-size: 18px;
  font-weight: bold;
  padding: 2px 0;
}
button.show_hotel_details_button {
  background: linear-gradient(to bottom, #336699 5%, #378de5 100%);
  background-color: #79bbff;
  border-radius: 6px;
  border: 1px solid #84bbf3;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 19px;
  text-decoration: none;
  height: unset !important;
  line-height: unset !important;
}
button.show_hotel_details_button:hover {
  background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
  background-color: #378de5;
}
button.show_hotel_details_button:active {
  position: relative;
  top: 1px;
}
.info_icon_extra {
  background-image: url(/resources/images/slices/extra-info.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
}
/* hotel cards  */
.w-100 {
  width: 100%;
}
.w-75 {
  width: 75%;
}
.w-66 {
  width: 66.66%;
}
.w-50 {
  width: 50%;
}
.w-33 {
  width: 33.33%;
}
.w-25 {
  width: 25%;
}
.p-1 {
  padding: 0.25rem;
}
.px-2 {
  padding: 0 0.5rem;
}
.px-4 {
  padding: 0 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.d-flex {
  display: flex;
}
.text-left {
  text-align: left;
}
.extra_info {
  background-color: transparent;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 2px;
  filter: invert(32%) sepia(74%) saturate(448%) hue-rotate(168deg)
    brightness(98%) contrast(89%);
  margin-top: -3px;
  text-decoration: none;
  height: unset !important;
  line-height: unset !important;
}
.extra_info:hover {
  background-color: transparent;
  filter: invert(11%) sepia(73%) saturate(5042%) hue-rotate(223deg)
    brightness(87%) contrast(97%);
}
.extra_info:active {
  position: relative;
}
.tooltip-base {
  position: absolute;
  bottom: 100%;
  transform: translate(-48.5%, 0%);
  margin-bottom: 13px;
  font-size: 12px;
  text-align: left;
  color: #000;
  width: 400px;
  z-index: 12;
  background-color: white;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-shadow: 0 0.25rem 0.5rem rgba(168, 168, 168, 0.15) !important;
}
.tooltip-base:before {
  border: solid;
  border-color: #000 transparent;
  border-width: 12px 6px 0 6px;
  content: '';
  transform: translate(-10%, 0%);
  left: 50%;
  bottom: -13px;
  position: absolute;
  z-index: 3;
}
.tooltip-title {
  background: aliceblue;
  padding: 5px;
  font-weight: 600;
}
.tooltip-container {
  border: 2px solid aliceblue;
}
.tooltip-content {
  padding: 5px;
}
.card_hotel {
  border: 1px solid #dee2e6 !important;
  position: relative;
  margin: 5px 0;
}
.hotel_image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  filter: saturate(1.1);
}
.promo_icon {
  width: auto;
  height: 18px;
  object-fit: cover;
}
.hotel_title_name {
  font-size: 21px;
  color: #336699;
  font-weight: 400;
  font-family: sans-serif;
}
.font-italic {
  font-style: italic;
}
.font-bold {
  font-weight: bold;
}
.star_rating {
  color: darkorange;
  margin-right: 3px;
  display: inline-block;
  font-size: 26px;
}
.trip_btn {
  cursor: pointer;
  height: 20px;
  display: inline-block;
  border: 1px solid #2fb994;
  padding: 2px;
  margin-bottom: -9px;
  border-radius: 4px;
}
.hotel_details_title {
  text-transform: capitalize;
  font-style: italic;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pachete_new {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  padding: 2px 0;
}
.pachete_new:first-child {
  border-top: 1px solid #dee2e6;
}
.add_quote a,
.show_cxl a,
.book a {
  cursor: pointer;
  padding: 3px 7px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #336699;
  border-radius: 4px;
}
.flex-item {
  display: flex;
  align-items: center;
}
.flex-item:nth-child(1) {
  width: 24px;
  padding: 0 2px;
  text-align: center;
}
.flex-item:nth-child(2) {
  width: 70px;
  font-style: italic;
  color: grey;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex-item:nth-child(3) {
  width: 350px;
  letter-spacing: -0.4px;
}
.flex-item:nth-child(4) {
  width: 110px;
  letter-spacing: -0.4px;
}
.flex-item:nth-child(5) {
  width: 70px;
  color: green;
  font-weight: bold;
  letter-spacing: -0.3px;
}
.flex-item:nth-child(6) {
  width: 25px;
}
.flex-item:nth-child(7) {
  width: 85px;
}
.flex-buttons {
  display: flex;
}

.tooltip-modal {
  display: none;
  position: absolute;
  top: 0;
  right:13rem;
  background-color: red;
  color: #fff;
  font-weight: bold;
  padding:5px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  z-index: 100;
}

.non-refundable-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}

.non-refundable-icon:hover .tooltip-modal {
  display: block;
}

#searchMetrics {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  height: unset !important;
  cursor: pointer;
  color: #666666;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 12px;
  margin: 1px 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}
#searchMetrics:hover {
  background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
  background-color: #f6f6f6;
}
#searchMetrics:active {
  position: relative;
  top: 1px;
}
.table_alex th, .table_alex td{
  font-size: 12px !important;
}

.pagination-show-more {
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Arial, sans-serif;
}

.pagination-show-more span {
  padding: 4px 8px;
  border: 1px solid #007bff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #007bff;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}

.pagination-show-more span:hover {
  background-color: #007bff;
  color: white;
}

.pagination-show-more .activ-show-more {
  background-color: #007bff;
  color: white;
  border-color: #0056b3;
}

.pagination-show-more .disabled {
  color: gray;
  border-color: lightgray;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-show-more .ellipsis-show-more {
  border: none;
  cursor: default;
  color: gray;
  font-weight: normal;
  padding: 8px;
}

.loader-show-more {
  width: 200px;
  height: 5px;
  background: linear-gradient(90deg, #3498db, #2980b9);
  position: relative;
  overflow: hidden;
  margin: 10px auto;
}

.loader-show-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: white;
  opacity: 0.6;
  animation: loading 1.5s infinite ease-in-out;
}

@keyframes loading {
  0% {
      left: -30%;
  }
  100% {
      left: 100%;
  }
}