:root {
  font-size: 14px;
}

.categories_container {
  padding: 60px 0 0;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .categories_container {
    padding: 56px 0 0;
  }
}

.categories_tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .categories_tabs {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.categories_tabs::-webkit-scrollbar {
  width: 0 !important;
  background: transparent !important;
  display: none !important;
}

.categories_tabs::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  width: 0 !important;
  display: none !important;
}

.categories_tabs_content {
  display: flex;
  align-items: center;
  gap: 24px;
}

.categories_tabs_content button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.44px;
  color: #7f86a4;
  position: relative;
}

.categories_tabs_content button.active {
  color: black;
}

.categories_tabs_content button.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: black;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 5px);
}

@media screen and (max-width: 1240px) {
  .categories_tabs_content button {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .categories_tabs_content button {
    font-size: 24px;
    line-height: 28px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 769px) {
  .categories_tabs_content {
    margin-right: 32px;
  }
}

.view_all_link {
  color: var(--Blue, #187dfd);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  white-space: nowrap;
}
.view_all_link:after {
  content: "";
  position: absolute;
  z-index: 11;
  display: block;
  width: 10px;
  top: 6px;
  right: -18px;
  transform: rotate(45deg);
  height: 10px;
  border-top: 3px solid #187dfd;
  border-right: 3px solid #187dfd;
}
.view_all_link:after:hover {
  border-color: #1757c5;
}
.view_all_link:hover {
  color: #1757c5;
}

.categories_content_item {
  position: relative;
  display: none;
}
.categories_content_item.active {
  display: block;
}

.events_blocks {
  position: relative;
  display: block;
}

.calendar_events_remaining {
  border-radius: 8px;
  border: 1px solid #ced2e5;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calendar_events_remaining .calendar_events_remaining_view_all {
  color: #187dfd;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.detail_categories_tabs {
  display: none;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
}
.detail_categories_tabs.active {
  display: flex;
}
@media screen and (max-width: 769px) {
  .detail_categories_tabs {
    flex-wrap: wrap;
  }
}
.detail_categories_tabs::-webkit-scrollbar {
  width: 0 !important;
  background: transparent !important;
  display: none !important;
}
.detail_categories_tabs::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  width: 0 !important;
  display: none !important;
}
.detail_categories_tabs .tag_label.tag_item_label.active:after,
.detail_categories_tabs .tag_label.tag_item_label.active:before {
  background: #fff;
}
.detail_categories_tabs .tag_label.tag_item_label:after,
.detail_categories_tabs .tag_label.tag_item_label:before {
  top: 18px !important;
}

.detail_categories_tabs_item {
  border-radius: 100px;
  border: 1px solid #e7e9f1;
  background: #fff;
  color: #000;
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.detail_categories_tabs_item.active {
  background: #187dfd;
  color: #fff;
}
.detail_categories_tabs_item.active .counter {
  color: #ced2e5;
}
.detail_categories_tabs_item.active a {
  color: #fff;
}
.detail_categories_tabs_item .counter {
  color: #7f86a4;
}
.detail_categories_tabs_item a {
  color: #000;
}

.slide_event_arrow_wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #ced2e5;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  /* top: 30%; */
  top: 50%;
  right: 20px;
  opacity: 0.7;
}
.slide_event_arrow_wrapper:hover {
  opacity: 1;
}
@media screen and (max-width: 769px) {
  .slide_event_arrow_wrapper {
    display: none !important;
  }
}

.cards_slider_section {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cards_slider_section {
    overflow: unset;
  }
}

.cards_block {
  display: flex;
  align-items: stretch;
  gap: 22px;
  padding-top: 24px;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
  height: 100%;
  will-change: transform;
  transition: transform 0.4s ease;
}
.cards_block::-webkit-scrollbar {
  width: 0 !important;
  background: transparent !important;
  display: none !important;
}
.cards_block::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  width: 0 !important;
  display: none !important;
}
@media screen and (max-width: 769px) {
  .cards_block {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
  }
}
@media screen and (max-width: 350px) {
  .cards_block {
    grid-template-columns: 1fr !important;
  }
}
.cards_block.block_wrap {
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* grid-template-columns: repeat(7, 1fr); */
}
/* @media screen and (max-width: 1640px) {
  .cards_block.block_wrap {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1440px) {
  .cards_block.block_wrap {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1160px) {
  .cards_block.block_wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .cards_block.block_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .cards_block.block_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 349px) {
  .cards_block.block_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
} */
.cards_block.empty {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards_block.empty-result {
  display: flex;
  align-items: center;
  justify-content: center;
}

.event_small_cards {
  display: flex;
  transition: transform 0.4s ease;
  border-radius: 8px;
  border: 1px solid #ced2e5;
  background: #fff;
  flex-direction: column;
  position: relative;
  min-width: 212px;
  max-width: 212px;
  min-height: fit-content;
}
.event_small_cards img {
  aspect-ratio: 1 /1.414;
  border-radius: 8px 8px 0px 0px;
  object-fit: fill;
}
@media screen and (max-width: 768px) {
  .event_small_cards img {
    aspect-ratio: 1 /1.414;
    object-fit: cover;
  }
}

@media screen and (max-width: 350px) {
  .event_small_cards img {
    aspect-ratio: 1 /1.414;
    object-fit: cover;
  }
}

@media screen and (max-width: 769px) {
  .event_small_cards {
    min-width: 100%;
    height: 100%;
    min-height: fit-content;
  }

  @supports (-webkit-touch-callout: none) {
    .event_small_cards {
      min-width: 48%; /* Safari-specific min-width */
    }
  }
}

@media screen and (max-width: 350px) {
  .event_small_cards {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: fit-content;
  }
}

.add_external_event_card {
  background: white;
  border: 2px solid #187dfd;
  border-radius: 16px;
  padding: 24px 26px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
}

.add_external_event_card .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_external_event_card .icon-container .plus-icon {
  width: 60px;
  height: 60px;
  background-color: #eff0f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_external_event_card .title {
  color: #187dfd;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .add_external_event_card .title {
    font-size: 16px;
    line-height: 28px;
  }
}

.add_external_event_card .subtitle {
  color: #707696;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

.event_small_cards_details {
  display: flex;
  padding: 12px 16px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.event_small_cards_date {
  cursor: default;
  color: #7f86a4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.event_small_cards_price {
  color: #7f86a4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: auto;
  padding: 0 16px 16px;
}

.event_small_cards_title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.follow_button {
  padding: 3px 8px;
  border-radius: 4px;
  background: rgba(2, 194, 154, 0.2);
  backdrop-filter: blur(10px);
  color: white;
  border: none;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  z-index: 99;
}
.follow_button .follow {
  display: block;
}
.follow_button .following {
  display: none;
}
.follow_button .unfollow {
  display: none;
}
.follow_button.followingBtn .following {
  display: block;
}
.follow_button.followingBtn .follow {
  display: none;
}
.follow_button.followingBtn:hover {
  background: rgba(142, 83, 232, 0.2);
}
.follow_button.followingBtn:hover .following {
  display: none;
}
.follow_button.followingBtn:hover .unfollow {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cross {
  display: flex;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
  width: 16px;
  height: 16px;
}
.cross:before,
.cross:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 2px;
  background: #8e53e8;
  border-radius: 2px;
}
.cross:before {
  transform: rotate(45deg);
}
.cross:after {
  transform: rotate(-45deg);
}
.cross span {
  display: block;
}

.banner_wrapper {
  background: #8e53e8;
  padding: 144px 79px;
}
@media screen and (max-width: 1240px) {
  .banner_wrapper {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 1240px) {
  .banner_wrapper {
    padding: 74px 17px;
  }
}

.banner_container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  background-color: black;
  border-radius: 16px;
  padding: 37px 0;
  position: relative;
  overflow: hidden;
}

.banner_title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
  max-width: 953px;
  z-index: 10;
}
@media screen and (max-width: 1240px) {
  .banner_title {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .banner_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
  }
}

.banner_btn {
  min-width: 222px;
  justify-content: center;
}

.banner-shows-manager-wrapper-img {
  position: absolute;
}

.banner-shows-manager-wrapper-img-blue {
  left: -250px;
  width: 500px;
  top: -210px;
}
@media screen and (max-width: 1240px) {
  .banner-shows-manager-wrapper-img-blue {
    left: -310px;
    top: -260px;
  }
}
@media screen and (max-width: 768px) {
  .banner-shows-manager-wrapper-img-blue {
    width: 410px;
  }
}

.banner-shows-manager-wrapper-img-purple {
  right: -250px;
  width: 500px;
  bottom: -210px;
}
@media screen and (max-width: 1240px) {
  .banner-shows-manager-wrapper-img-purple {
    right: -310px;
    bottom: -260px;
  }
}
@media screen and (max-width: 768px) {
  .banner-shows-manager-wrapper-img-purple {
    width: 410px;
  }
}

.scroll_indicator {
  position: absolute;
  height: 462px;
  right: 0;
  width: 90px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

@media screen and (max-width: 768px) {
  .scroll_indicator {
    display: none !important;
  }
}

.all_categories_btn {
  cursor: pointer;
}

.all_categories_wrapper {
  position: absolute;
  background-color: black;
  border-radius: 16px;
  left: 50%;
  width: 90%;
  bottom: -170px;
  min-height: 100px;
  z-index: 100;
  transform: translate(-50%, 0);
  display: none;
  color: #ffffff;
  padding: 32px;
}
.all_categories_wrapper.show {
  display: block;
}

.all_categories_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 24px;
}
.all_categories_content li a {
  color: #ffffff;
}

.view_all_btn {
  display: flex;
  height: 50px;
  padding: 9px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  background: #e7e9f1;
  position: relative;
  cursor: pointer;
  color: #187dfd;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .view_all_btn {
    display: none;
  }
}
.view_all_btn span {
  position: relative;
}
.view_all_btn span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #187dfd;
  border-right: 2px solid #187dfd;
  transform: rotate(45deg);
  right: -11px;
  top: 11px;
}

.events_blocks_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 24px;
  row-gap: 60px;
}
.events_blocks_grid .events_categories_wrapper {
  width: fit-content;
}

@media (min-width: 1200px) {
  .events_categories_wrapper {
    flex: 1 1 calc(33.333% - 24px);
  }
}
@media (max-width: 1199px) {
  .events_categories_wrapper {
    flex: 1 1 calc(50% - 24px);
  }
}
@media (max-width: 767px) {
  .events_categories_wrapper {
    flex: 1 1 100%;
  }
}
.full_events_wrapper {
  padding: 32px 0 100px;
  padding-top: 0;
}

header {
  width: 100%;
}

.header {
  padding: 16px 0;
  width: 100%;
  display: flex;
  /* gap: 46px; */
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1520px) {
  .header {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
  }
}

.header_top {
  display: flex;
  background-color: black;
  /* position: relative; */
  /* z-index: 100000;

  position: fixed; */
  width: 100%;
  top: 0;
}

.logo_header {
  height: 40px;
  width: 272px;
}
@media screen and (max-width: 1520px) {
  .logo_header {
    width: 220px;
  }
}
@media screen and (max-width: 1240px) {
  .logo_header {
    width: 180px;
  }
}
@media screen and (max-width: 769px) {
  .logo_header {
    width: 170px;
  }
}

.header_search_wrapper {
  border-radius: 6px;
  border: 1px solid #7f86a4;
  display: flex;
  width: 55%;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .header_search_wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 769px) {
  .header_search_wrapper {
    display: none;
  }
  .header_search_wrapper.active {
    display: flex;
    width: 100%;
    position: absolute;
  }
  .header_search_wrapper.active .search_input_wrapper {
    color: #ced2e5;
  }
  .header_search_wrapper.active .header_dropdown_wrapper {
    display: none;
  }
}

.search_input_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 12px;
  border-right: 1px solid #7f86a4;
  color: #7f86a4;
  width: 100%;
}
.search_input_wrapper.active {
  background-color: #7f86a4;
  color: #ced2e5;
}

.header_search_input {
  border: none;
  background: none;
  color: #ced2e5;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}
.header_search_input:active {
  outline: none;
  border: none;
}
.header_search_input:focus {
  outline: none;
  border: none;
}
.header_search_input::placeholder {
  color: #ced2e5;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.header_dropdown_wrapper {
  padding: 11px 12px;
}

.header_dropdown {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 4px;
}

.header_dropdown_label {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.header_dropdown_button {
  margin-left: 44px;
  width: 20px;
  height: 20px;
}

.header_auth_links {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header_auth_links {
    gap: 16px;
  }
}

.header_sell_auth_link {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.header_sign_in_link {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 15px 16px 15px 12px;
  border-radius: 6px;
  background: #187dfd;
  justify-content: center;
}
.header_sign_in_link:hover {
  background: #1757c5;
  color: #ffffff;
}

.header_navigation_content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: scroll;
}
.header_navigation_content ul {
  flex-wrap: wrap;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header_navigation_content ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .header_navigation_content ul li {
    white-space: nowrap;
  }
}
.header_navigation_content::-webkit-scrollbar {
  width: 0 !important;
  background: transparent !important;
  display: none !important;
}
.header_navigation_content::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  width: 0 !important;
  display: none !important;
}

.header_navigation_link_bold {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.header_navigation_link {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.mobile_auth_links {
  display: flex;
  align-items: center;
  gap: 12px;

  flex: 1;
  justify-content: flex-end;
}

.mobile_auth_links button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  position: relative;
}

.mobile_auth_links button img {
  width: 24px;
  height: 24px;
}

.search_button {
  background: none;
  border: none;
  cursor: pointer;
}

.logo_header_block {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu_button {
  background: none;
  border: none;
}

.header_profile_button_wrapper {
  display: block;
  position: relative;
  z-index: 1000;
}

.mobile_menu_wrapper {
  padding-top: 16px;
}

.header_profile_button {
  cursor: pointer;
  color: #187dfd;
  font-family: Inter, sans-serif;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
}
.header_profile_button_arrow {
  rotate: 180deg;
  transition: rotate 0.3s ease;
}

.header_dropdown_content {
  position: absolute;
  border-radius: 8px;
  border: 1px solid #ced2e5;
  background: #fff;
  box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.16);
  left: 50%;
  transform: translate(-50%, -10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.header_dropdown_content.active {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.header_dropdown_content_list {
  display: flex;
  flex-direction: column;
}
.header_dropdown_content_list li {
  transition: background-color 0.3s ease;
}
.header_dropdown_content_list li:first-child {
  border-radius: 8px 8px 0 0;
}
.header_dropdown_content_list li:first-child a {
  padding: 16px 16px 12px;
}
.header_dropdown_content_list li:last-child {
  border-radius: 0 0 8px 8px;
}
.header_dropdown_content_list li:last-child a {
  /* color: #7f86a4; */
  padding: 12px 16px 16px;
}
.header_dropdown_content_list li:hover {
  background-color: #f2f2f2;
}

.header_dropdown_content_list_item {
  color: #000;
  font-family: Inter, sans-serif;
  padding: 12px 16px;
  white-space: nowrap;
  font-size: 16px;
  display: block;
  min-width: 200px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.header_dropdown_content_list_item:hover {
  color: #187dfd;
  transform: translateX(5px);
}

.header_ticket_counter {
  display: flex;
  height: 42px;
  padding: 15px 16px 15px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  background: #187dfd;
  border: none;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.header_ticket_reserved_timer {
  position: absolute;
  right: 4%;
  bottom: -35px;
  background-color: rgba(9, 10, 11, 0.9);
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 10;
  color: white;
  line-height: 16px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0px 1px 2px rgba(9, 10, 11, 0.16);
  min-width: 72px;
  max-width: 364px;
}
@media screen and (max-width: 768px) {
  .header_ticket_reserved_timer {
    right: 0;
    top: -20px;
  }
}

.swiper {
  width: 100%;
  margin-top: 32px;
}

.swiper-slide {
  width: 670px !important;
}
@media screen and (max-width: 769px) {
  .swiper-slide {
    width: 100% !important;
  }
}

.swiper-button {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  /* Shadow */
  box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.16);
}
.swiper-button:after {
  font-size: 24px !important;
  font-weight: 700;
  color: black;
}
@media screen and (max-width: 769px) {
  .swiper-button {
    width: 30px;
    height: 30px;
  }
  .swiper-button:after {
    font-size: 16px !important;
  }
}

.header_banner_slider_img img {
  border-radius: 16px;
  overflow: hidden;
  min-height: 233px;
  object-fit: cover;
  width: 100%;
  height: 233px;
}
@media screen and (max-width: 769px) {
  .header_banner_slider_img img {
    min-height: 123px;
    height: 123px;
  }
}

.calendar_wrapper {
  padding: 60px 50px 0;
}
@media screen and (max-width: 1240px) {
  .calendar_wrapper {
    padding: 60px 24px 0;
  }
}
@media screen and (max-width: 769px) {
  .calendar_wrapper {
    padding: 46px 7px 0;
  }
}

.calendar_container {
  border-radius: 16px;
  border: 2px solid var(--Grey, #ced2e5);
  background: var(--White, #fff);
  padding: 40px 29px;
  position: relative;

  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .calendar_container {
    padding: 32px 17px;
  }
}

.calendar_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calendar_title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.44px;
}

.calendar_content {
  width: 98%;
  margin-top: 16px;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
  gap: 12px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .calendar_content {
    width: 95%;
    overflow: scroll;
  }
}
.calendar_content::-webkit-scrollbar {
  width: 0 !important;
  background: transparent !important;
  display: none !important;
}
.calendar_content::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  width: 0 !important;
  display: none !important;
}

.calendar_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.calendar_month {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.96px;
}

.calendar_days {
  display: flex;
  align-items: center;
  gap: 6px;
}

.calendar_day_container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.calendar_day_container.active .calendar_day_number {
  background: var(--Medium-grey, #e7e9f1);
  color: black;
  border-color: #ced2e5;
}

.calendar_day_name {
  color: var(--Grey-text, #7f86a4);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.calendar_day_number {
  border-radius: 100px;
  border: 1px solid var(--Medium-grey, #e7e9f1);
  background: var(--White, #fff);
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  color: var(--Grey-text, #7f86a4);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.calendar_btn {
  cursor: pointer;
  user-select: none;
  display: flex;
  gap: 24px;
}

.calendar_content_wrapper {
  position: relative;
  padding-left: 32px;
}
@media screen and (max-width: 769px) {
  .calendar_content_wrapper {
    padding-left: 0;
  }
}

.calendar_prev_btn {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.calendar_prev_btn:after {
  content: "";
  border-top: 2px solid #7f86a4;
  border-left: 2px solid #7f86a4;
  height: 20px;
  width: 20px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .calendar_prev_btn {
    left: -12px;
  }
}

.calendar_next_btn {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.calendar_next_btn:after {
  content: "";
  border-top: 2px solid #7f86a4;
  border-right: 2px solid #7f86a4;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .calendar_next_btn {
    right: 0;
  }
}

.calendar_events_result {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-top: 40px;
  width: 100%;
  overflow: scroll;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;

  max-width: 100%;
  word-break: break-all;
}

.calendar_events_result::-webkit-scrollbar {
  width: 0 !important;
  background: transparent !important;
  display: none !important;
}
.calendar_events_result::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  width: 0 !important;
  display: none !important;
}

.calendar_events_result_arrow_wrapper {
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: 50%;
  opacity: 0.6;
  z-index: 100;
}
.calendar_events_result_arrow_wrapper.right {
  right: 10px;
}
.calendar_events_result_arrow_wrapper.left {
  left: 10px;
}
.calendar_events_result_arrow_wrapper:hover {
  opacity: 1;
}

.calendar_events_result_arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ced2e5;
  background-color: #fff;
}
.calendar_events_result_arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.calendar_events_result_arrow.left:after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.calendar_events_result_arrow.right:after {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.calendar_events_result_date {
  color: var(--Grey-text, #7f86a4);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.96px;
}

.calendar_events_result_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.calendar_events_result_list.active .calendar_events_result_event_container {
  display: flex;
}

.calendar_events_result_event_container {
  color: #000;
  border-radius: 8px;
  border: 1px solid var(--Grey, #ced2e5);
  display: none;
  align-items: flex-start;
  gap: 16px;
}
.calendar_events_result_event_container img {
  width: 49.5px;
  height: 70px;
  border-radius: 8px 0px 0px 8px;
}
.calendar_events_result_event_container p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  letter-spacing: -0.4px;
  padding: 12px 16px 6px 0;
  max-width: 280px;
}
.calendar_events_result_event_container:hover {
  color: #000;
}

.calendar_events_result_empty {
  border-radius: 8px;
  border: 1px solid var(--Grey, #ced2e5);
  display: flex;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
  padding: 22px 32px;
}

.calendar_events_result_item {
  color: #000;
  min-width: 364px;
}
.calendar_events_result_item:hover {
  color: #000;
}
@media screen and (max-width: 768px) {
  .calendar_events_result_item {
    min-width: 100%;
  }
}

.show_map_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}

.show_map_wrapper + .view_all_btn {
  margin-top: 14px !important;
}

.show_map_btn {
  border-radius: 60px;
  border: 2px solid var(--Blue, #187dfd);
  background: var(--Blue, #187dfd);
  padding: 15px 16px;
  display: none;
  align-items: center;
  gap: 8px;
  color: var(--White, #fff);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
  cursor: pointer;
}
.show_map_btn.active {
  display: flex;
}
.show_map_btn:hover {
  color: #fff;
  background-color: var(--Blue, #187dfd);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1980px) {
  .calendar_events_result {
    width: calc((364px + 22px) * 5 - 22px);
  }
}
@media (min-width: 1586px) and (max-width: 1979px) {
  .calendar_events_result {
    width: calc((364px + 22px) * 4 - 22px);
  }
}
@media (min-width: 1192px) and (max-width: 1585px) {
  .calendar_events_result {
    width: calc((364px + 22px) * 3 - 22px);
  }
}
@media (min-width: 798px) and (max-width: 1191px) {
  .calendar_events_result {
    width: calc((364px + 22px) * 2 - 22px);
  }
}
@media (max-width: 797px) {
  .calendar_events_result {
    width: 100%;
  }
}
.add_your_event_button {
  font-family: Inter, sans-serif;
  border-radius: 6px;
  border: 2px solid var(--Blue, #187dfd);
  background: var(--White, #fff);
  padding: 15px 16px 15px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Blue, #187dfd);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  cursor: pointer;
  height: 42px;
}

.add_your_event_button .calendar.icon {
  font-size: 20px;
}

.add_your_event_button.filled {
  background-color: #187dfd;
  color: #fff;
}
.add_your_event_button.filled:hover {
  background: #1757c5;
  color: #ffffff;
  border-color: #1757c5;
}
.add_your_event_button.mobile_show {
  justify-content: center;
  margin-top: 24px;
}

.btn {
  font-family: Inter, sans-serif !important;
  border-radius: 6px;
  border: 2px solid var(--Blue, #187dfd);
  background: var(--White, #fff);
  padding: 15px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--Blue, #187dfd);
  text-align: center;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  cursor: pointer;
  height: 42px;
}
.btn.filled {
  background-color: #187dfd;
  color: #fff;
}
.btn.filled:hover {
  background: #1757c5;
  color: #ffffff;
  border-color: #1757c5;
}
.btn.full_width {
  width: 100%;
}
.btn.mobile_show {
  justify-content: center;
  margin-top: 24px;
}
.btn.large {
  height: 52px;
}

.checkbox_item label:before {
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #ced2e5 !important;
}
.checkbox_item .input_checkbox:checked + label:before {
  background-color: #187dfd !important;
  border-color: #187dfd !important;
}
.checkbox_item .input_checkbox:checked + label:after {
  content: "" !important;
  width: 7px !important;
  height: 10px !important;
  top: 3px;
  left: 7px;
  rotate: 40deg;
  color: #fff !important;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

.categories_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.events_categories_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.categories_type_wrapper {
  padding: 60px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  .categories_type_wrapper {
    padding: 100px 24px;
  }
}
@media screen and (max-width: 1240px) {
  .categories_type_wrapper {
    padding: 56px 20px;
  }
}

.categories_type_container {
  border-radius: 16px;
  background: var(--Black, #000);
  padding: 29px 29px 44px 29px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.categories_type_container_title {
  color: var(--White, #fff);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 111.111% */
  letter-spacing: -1.44px;
}

.categories_type_container_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 20px;
}

.categories_type_container_content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  align-items: center;
  margin-top: 24px;
  color: #fff;
  gap: 22px;
}
.categories_type_container_content li {
  min-width: 212px;
  min-height: 60px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -50px;
  color: var(--neutral-0, #fff);
  text-align: center;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  letter-spacing: -0.4px;
}

.categories_type_container_content li a {
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 17px 16px;
}

@media screen and (max-width: 1520px) {
  .categories_type_container_content li {
    min-width: 162px;
  }
}
@media screen and (max-width: 1240px) {
  .categories_type_container_content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .categories_type_container_content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .categories_type_container_content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.categories_type__house {
  background: url("./assets/images/categories/house.webp");
}
.categories_type__techno {
  background: url("./assets/images/categories/techno.webp");
}
.categories_type__classical {
  background: url("./assets/images/categories/classical.webp");
}
.categories_type__rock {
  background: url("./assets/images/categories/rock.webp");
}
.categories_type__jazz {
  background: url("./assets/images/categories/jazz.webp");
}
.categories_type__pop {
  background: url("./assets/images/categories/pop.webp");
}

.categories_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  column-gap: 22px;
}
@media screen and (max-width: 1440px) {
  .categories_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 22px;
  }
}
@media screen and (max-width: 1240px) {
  .categories_grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 22px;
  }
}

.blog_header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 1240px) {
  .blog_header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}

.blog_content_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.blog_content {
  display: flex;
  margin-top: 24px;
  gap: 22px;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .blog_content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 769px) {
  .blog_content {
    flex-direction: column;
  }
}

.blog_card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1240px) {
  .blog_card {
    height: 640px;
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 1240px) {
  .blog_card {
    height: 640px;
    width: 100%;
  }
}
.blog_card .blog_card_img {
  border-radius: 16px;
  width: 100%;
  height: 302px;
}
.blog_card .blog_card_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog_card .blog_card_tags {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog_card .blog_card_tags li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #7f86a4;
}
.blog_card .blog_card_tags li:not(:first-child) {
  list-style-type: disc;
}
.blog_card .blog_card_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.96px;
  color: #ffffff;
}
.blog_card .blog_card_text {
  color: #7f86a4;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}
.blog_card .blog_card_footer {
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 12px;
}
.blog_card .blog_card_footer_text {
  color: #7f86a4;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

.blog_cards_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 22px;
  margin-top: 48px;
}
.blog_cards_wrapper .blog_card .blog_card_title {
  color: black !important;
}

.footer {
  background-color: black;
  padding: 40px 79px;
}
@media screen and (max-width: 1240px) {
  .footer {
    padding: 40px;
  }
}
@media screen and (max-width: 769px) {
  .footer {
    padding: 40px 17px;
  }
}

.footer_content {
  display: flex;
  align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 3px solid #7f86a4;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .footer_content {
    flex-direction: column;
  }
}

.footer_card {
  max-width: 446px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1520px) {
  .footer_card {
    max-width: 300px;
  }
}

.footer_content_text_wrapper {
  display: flex;
  gap: 22px;
}
.footer_content_text_wrapper_text_title {
  color: #7f86a4;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.96px;
}
.footer_content_text_wrapper_text_content {
  color: #7f86a4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 769px) {
  .footer_content_text_wrapper {
    flex-direction: column;
  }
}

.footer_content_text_wrapper_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer_content_text_wrapper_list li {
  color: #7f86a4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.footer_contact_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
@media screen and (max-width: 769px) {
  .footer_contact_wrapper {
    flex-direction: column;
    gap: 62px;
  }
}

.footer_links {
  display: flex;
  align-items: center;
  gap: 48px;
}
.footer_links ul li {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.footer_links ul li a {
  color: #fff !important;
}
@media screen and (max-width: 769px) {
  .footer_links ul {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 769px) {
  .footer_links {
    flex-direction: column;
    gap: 24px;
  }
}

.copyright {
  color: #7f86a4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.header_filters {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 19px 79px;
  border-bottom: 1px solid #e7e9f1;
}
@media screen and (max-width: 1300px) {
  .header_filters {
    padding: 19px 40px;
  }
}
@media screen and (max-width: 769px) {
  .header_filters {
    padding: 19px 20px;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}

.filters_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 39px;
}
@media screen and (max-width: 900px) {
  .filters_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.filters_block {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1420px) {
  .filters_block {
    flex-wrap: wrap;
  }
  .filters_block:first-child {
    justify-content: flex-start;
  }
  .filters_block:last-child {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 769px) {
  .filters_block:last-child {
    justify-content: flex-start;
  }
}

.filters_item {
  border-radius: 6px;
  border: 1px solid #ced2e5;
  background: #fff;
  display: flex;
  padding: 8px 16px;
  align-items: flex-end;
  gap: 4px;
}

.filter_item_header {
  border-radius: 6px;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  min-width: 150px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .filter_item_header {
    min-width: 90px;
  }
}

.filter_item_header_label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 16px;
  min-width: 160px;
}
@media screen and (max-width: 991px) {
  .filter_item_header_label {
    min-width: 90px;
  }
}

.filter_content_label {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
  padding: 16px 16px 20px;
}

.filters_option {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 12px 16px !important;
  min-width: 200px !important;
  max-width: 280px;
}
.filters_option.hidden {
  display: none !important;
}
.filters_option.active {
  display: flex !important;
}

.radio_label {
  cursor: pointer !important;
  width: 100%;
  padding: 10px 18px 10px 48px !important;
  font-size: 16px !important;
}
.radio_label:before {
  border-color: #ced2e5 !important;
  border-width: 3px !important;
  width: 20px !important;
  height: 20px !important;
  top: 10px !important;
  left: 18px !important;
}
.radio_label:after {
  background-color: #187dfd !important;
  width: 20px !important;
  height: 20px !important;
  top: 10px !important;
  left: 18px !important;
}

.checkbox_label {
  cursor: pointer !important;
  width: 100%;
  padding: 12px 48px !important;
  font-size: 16px !important;
}
.checkbox_label:before {
  border-color: #ced2e5 !important;
  border-width: 3px !important;
  border-radius: 6px !important;
  width: 20px !important;
  height: 20px !important;
  top: 10px !important;
  left: 18px !important;
}
.checkbox_label:after {
  top: 11px !important;
  left: 20px !important;
  color: #ffffff !important;
  font-size: 13px !important;
}

.input_radio:checked + .radio_label:before {
  border-color: #187dfd !important;
}

.input_checkbox {
  width: 20px !important;
  height: 20px !important;
}
.input_checkbox:checked + .checkbox_label:before {
  background-color: #187dfd !important;
  border: none;
}

.dropdown_arrow.open {
  transform: rotate(180deg);
}
.dropdown_arrow.close {
  transform: rotate(0deg);
}

.ui.dropdown .menu .item {
  padding: 0 !important;
}
.ui.dropdown .menu .item.datepicker_option {
  padding: 12px 18px !important;
}

.ui.checkbox {
  width: 100% !important;
}
.ui.checkbox.small_size {
  width: 20px !important;
  height: 20px !important;
}

.switchContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  max-width: 100%;
  width: 200px;
  position: relative;
}

.switchLabel {
  margin: 0 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  color: #7f86a4;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease-in-out;
}
.switchLabel.active {
  color: #1f2d3b;
}
.switchLabel:first-child {
  left: 8%;
}
.switchLabel:last-child {
  right: 5%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  border-radius: 8px;
}

.switchCheckbox {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background-color: #ced2e5;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 50%;
  border-radius: 6px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: all 0.4s ease-in-out, visibility 0s;
  box-shadow: 0 1px 2px rgba(177, 194, 207, 0.5);
}
.slider.checked:before {
  transform: translateX(91%);
}

.all_filters_btn {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.active_filters {
  /* margin-top: 24px; */
  display: none;
}
.active_filters.show {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: baseline;
  gap: 24px;
}

.filter_counter {
  border-radius: 100px;
  background: #187dfd;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 0 7px;
  display: none;
}

.ui.dropdown .menu {
  max-height: 350px;
  overflow-y: auto;
  margin-top: 4px;
}
.ui.dropdown .menu.dates_menu {
  max-height: unset;
  overflow-y: unset;
}

.datepicker_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ced2e5;
}

.input_datepicker {
  border: none !important;
}

.datepicker-cell.range {
  background: #187dfd;
  color: #ffffff;
}
.datepicker-cell.range-end:not(.selected) {
  background: #187dfd;
  border-radius: 0 24px 24px 0;
}
.datepicker-cell.range-start:not(.range-end) {
  border-radius: 24px 0 0 24px;
}

.filters_modal {
  padding: 24px;
}
@media screen and (max-width: 991px) {
  .filters_modal {
    padding: 24px;
  }
}

.close_icon {
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: 15px;
  right: 15px;
}

.filters_modal_header {
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e9f1;
}
@media screen and (max-width: 991px) {
  .filters_modal_header {
    padding-bottom: 30px;
  }
}

.filters_modal_title {
  color: var(--Black, #000);

  /* Large Header */
  font-family: Inter;
  font-size: 3.42857rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.85714rem; /* 112.5% */
  letter-spacing: -0.13714rem;
}
@media screen and (max-width: 991px) {
  .filters_modal_title {
    color: var(--Black, #000);

    /* Medium Header */
    font-family: Inter;
    font-size: 2.57143rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.85714rem; /* 111.111% */
    letter-spacing: -0.05143rem;
  }
}

.filters_modal_action {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.filters_modal_action_btns {
  display: grid;
  grid-template-columns: repeat(2, 222px);
  grid-column-gap: 22px;
}
@media screen and (max-width: 768px) {
  .filters_modal_action_btns {
    grid-template-columns: repeat(2, 150px);
  }
}

.filters_modal_content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 22px;
  padding-top: 24px;
  padding-bottom: 40px;
  margin-bottom: 16px;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .filters_modal_content {
    padding-bottom: 44px;
  }
}

.filters_modal_categories {
  display: flex;
  flex-direction: column;
  min-width: 333px;

  padding-right: 8px;
}
@media screen and (max-width: 991px) {
  .filters_modal_categories {
    min-width: 233px;
  }
}
@media screen and (max-width: 768px) {
  .filters_modal_categories {
    width: 100%;
    border-right: none;
    padding-right: 0;
    position: relative;
    overflow: hidden;
  }
}

.filters_modal_categories_item {
  display: flex;
  align-items: center;
  padding-left: 16px;
  gap: 8px;
  transition: transform 0.35s ease-out;
}
.filters_modal_categories_item .label {
  color: var(--Blue, #187dfd);

  /* Text Header */
  font-family: Inter;
  font-size: 1.42857rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.85714rem; /* 130% */
  letter-spacing: -0.02857rem;

  cursor: pointer;
  width: 100%;
  padding: 10px 16px 10px 0;
}
@media screen and (max-width: 991px) {
  .filters_modal_categories_item .label {
    font-size: 18px;
    line-height: 24px;
  }
}
.filters_modal_categories_item.active {
  border-radius: 8px;
  background: var(--Light-grey, #eff0f5);
}
.filters_modal_categories_item.active .label {
  color: var(--Black, #000);
}
@media screen and (max-width: 768px) {
  .filters_modal_categories_item {
    border-bottom: 1px solid #e7e9f1;
  }
}

.lg_modal {
  min-width: 1000px !important;
}
@media screen and (max-width: 1100px) {
  .lg_modal {
    min-width: 850px !important;
  }
}
@media screen and (max-width: 991px) {
  .lg_modal {
    min-width: 88% !important;
  }
}
@media screen and (max-width: 768px) {
  .lg_modal {
    min-height: 95% !important;
    /* top: -17px !important; */
    overflow-x: hidden !important;
    margin-bottom: 0 !important;
  }
}

.filters_modal_categories_tags {
  width: 100%;
  border-left: 1px solid #e7e9f1;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .filters_modal_categories_tags {
    display: none;
  }
}

.categories_tags_content {
  width: 100%;
}

.categories_tags_content_mobile {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .categories_tags_content_mobile {
    display: block;
    position: absolute;
    background-color: #ffffff;
    height: 100%;
    top: 1200px;
    left: 0;
    right: 0;
    width: 100%;
    overflow-y: auto;
    padding: 0;
    transition: top 0.35s ease-out;
  }
  .categories_tags_content_mobile.show {
    top: 0;
    z-index: 10;
  }
  .mobile_tags_container {
    padding: 0 16px 16px 0;
  }
  .mobile_tags_header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0 12px 16px;
    border-bottom: 1px solid #e7e9f1;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .mobile_tags_header .categories_tags_title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
  .mobile_tags_back {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
}

.categories_tags_title {
  color: var(--Black, #000);

  /* Medium Header */
  font-family: Inter;
  font-size: 2.57143rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.85714rem; /* 111.111% */
  letter-spacing: -0.05143rem;
}
@media screen and (max-width: 991px) {
  .categories_tags_title {
    font-size: 28px;
    line-height: 34px;
  }
}

.tags_content_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
  margin-left: 45px;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .tags_content_list {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
}

.tags_content_list_item {
  display: flex;
  align-items: center;
  width: calc(50% - 8px);
}

.tag_label {
  font-family: Inter, sans-serif;
  border-radius: 20px;
  border: 1px solid var(--Medium-grey, #e7e9f1);
  background: var(--Medium-grey, #e7e9f1);
  cursor: pointer !important;
  width: fit-content;
  padding: 8px 16px !important;
  white-space: nowrap;
  color: #000;
}
.tag_label.active {
  background-color: #187dfd;
  color: #ffffff;
}
.tag_label .counter {
  color: #7f86a4;
}

.checkbox_item .tag_label:before {
  top: 7px !important;
  left: -30px !important;
}
.checkbox_item .tag_label:after {
  top: 10px !important;
  left: -23px !important;
}

.tag_label.tag_item_label {
  padding: 8px 24px 8px 16px !important;
  position: relative;
}
/* .tag_label.tag_item_label:before {
  content: "";
  position: absolute;
  right: 8px !important;
  top: 16px !important;
  width: 12px;
  height: 2px;
  z-index: 10;
  background-color: #7f86a4;
  rotate: 45deg;
} */
/* .tag_label.tag_item_label:after {
  content: "";
  position: absolute;
  right: 8px !important;
  top: 16px !important;
  width: 12px;
  height: 2px;
  z-index: 10;
  background-color: #7f86a4;
  rotate: -45deg;
} */

.tags_amount {
  margin-left: 8px;
  border-radius: 100px;
  background: var(--Blue, #187dfd);
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 1px 7px;
}

.active_tags_list ul {
  display: flex;
  gap: 6px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.selected_tags_actions {
  display: none;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.selected_tags_actions.show {
  display: flex;
}

#profile_setting_categories_modal .selected_tags_actions {
  margin-top: 24px;
  justify-content: space-between;
}

#profile_setting_categories_modal .selected_tags_text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.clear_all {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Red, #ff4b53);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  cursor: pointer;
  user-select: none;
  justify-content: flex-end;
}

.selected_tags_text {
  color: var(--Black, #000);

  /* Text Header */
  font-family: Inter;
  font-size: 1.28571rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 1.41429rem */
  letter-spacing: -0.02571rem;
}

.selected_tags_text .selected_tags_amount {
  color: #7f86a4;
}

.filters_modal_categories_arrow {
  margin-right: 12px;
}
@media screen and (min-width: 769px) {
  .filters_modal_categories_arrow {
    display: none;
  }
}

.label-marker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 8px;
}

#mapid {
  height: 670px;
  display: none;
}
#mapid.active {
  display: block;
}

.custom-div-icon {
  background-color: #000;
  border-radius: 6px;
  width: auto !important;
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 14px;
}
.custom-div-icon:hover {
  background-color: #187dfd;
}
.custom-div-icon:hover:after {
  background-color: #187dfd;
}
.custom-div-icon:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #000;
  bottom: -5px;
  rotate: 45deg;
}

.map-event-flyer {
  width: 62px;
  height: 80px;
  position: relative;
  z-index: 10;
}

.leaflet-container {
  background: #fff !important;
}

.events_sidebar_content {
  background-color: #ffffff;
  width: 500px;
  position: absolute;
  height: 670px;
  left: 0;
  top: 0;
  box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.16);
  z-index: 1000;
  padding: 16px 22px 22px 22px;
  display: none;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
}
.events_sidebar_content.show {
  display: flex;
  flex-direction: column;
}
.events_sidebar_content::-webkit-scrollbar {
  width: 0 !important;
  background: transparent !important;
  display: none !important;
}
.events_sidebar_content::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  width: 0 !important;
  display: none !important;
}
@media screen and (max-width: 768px) {
  .events_sidebar_content {
    width: 100%;
    padding-bottom: 32px;
  }
}

.events_sidebar_content_title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
  max-width: 90%;
}

.events_sidebar_content_events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .events_sidebar_content_events {
    grid-template-columns: 1fr;
  }
}

.map_event_view_item {
  max-height: 500px;
}

.events_sidebar_content_close_btn {
  position: absolute;
  right: 40px;
  top: 16px;
  opacity: 0.3;
  border: none;
  background: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events_sidebar_content_close_btn:hover {
  opacity: 1;
}
.events_sidebar_content_close_btn span {
  position: relative;
  width: 100%;
  height: 100%;
}
.events_sidebar_content_close_btn span:before,
.events_sidebar_content_close_btn span:after {
  position: absolute;
  content: " ";
  height: 23px;
  width: 2px;
  background-color: #333;
}
.events_sidebar_content_close_btn span:before {
  transform: rotate(45deg);
}
.events_sidebar_content_close_btn span:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .events_sidebar_content_close_btn {
    right: 10px;
  }
}

.loader_wrapper {
  display: none;
  width: 100%;
  min-height: 600px;
  align-items: center;
  justify-content: center;
}
.loader_wrapper.show {
  display: flex;
}

.loader_wrapper .loader {
  display: flex !important;
  width: 100%;
  min-height: 600px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .loader_wrapper .loader {
    min-height: 400px;
  }
}

.loader_wrapper .loader-inner {
  position: relative;
  width: 100px;
  height: 100px;
}

.letter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 90px;
  color: #000;
}

.wave {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  animation: waveAnimation 2s infinite ease-in-out;
  opacity: 0;
}

.wave1 {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0.2);
  animation-delay: 0.2s;
}

.wave2 {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0.4);
  animation-delay: 0.3s;
}

.wave3 {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0.6);
  animation-delay: 0.4s;
}

.wave4 {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0.8);
  animation-delay: 0.5s;
}

.wave5 {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1);
  animation-delay: 0.7s;
}

@keyframes waveAnimation {
  0%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.3);
  }
}
.empty_events_result {
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  gap: 32px;
}
.empty_events_result p {
  color: #7f86a4;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
.empty_events_result p .blue {
  color: #187dfd;
}
.empty_events_result p .red {
  color: #ff4b53;
}
@media screen and (max-width: 768px) {
  .empty_events_result p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .empty_events_result {
    min-height: 300px;
    gap: 24px;
  }
}
.empty_events_result.show {
  display: flex;
  text-align: center;
}

.empty_events_result_title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 111.111% */
  letter-spacing: -0.72px;
}
@media screen and (max-width: 768px) {
  .empty_events_result_title {
    font-size: 32px;
    line-height: 34px;
  }
}

.search_suggestions_wrapper {
  position: absolute;
  /* width: calc(100% - 175px); */
  width: 100%;
  height: auto;
  top: 51px;
  min-height: 200px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px;
  z-index: 100;
  box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.16);
  border: 1px solid #e7e9f1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  opacity: 0;
  transform: scale(0.95);
  visibility: hidden;
  transition: opacity 0.5s, transform 0.5s, visibility 0.5s;
}
.search_suggestions_wrapper.show {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .search_suggestions_wrapper {
    width: 100%;
  }
}

.search_suggestions_dropdown_head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.search_suggestions_dropdown_title {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search_suggestions_dropdown_events_amount {
  color: #7f86a4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

.search_suggestions_dropdown_tags {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
}
.search_suggestions_dropdown_tags::-webkit-scrollbar {
  width: 0 !important;
  background: transparent !important;
  display: none !important;
}
.search_suggestions_dropdown_tags::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  width: 0 !important;
  display: none !important;
}

.search_suggestions_dropdown_events_list {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 300px;
  overflow-y: scroll;
}

.search_suggestions_dropdown_events_list-event {
  display: flex;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #ced2e5;
  color: #000;
}
.search_suggestions_dropdown_events_list-event img {
  width: 49.5px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 8px 0 0 8px;
}
.search_suggestions_dropdown_events_list-event p {
  padding: 12px 16px 0px 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.search_suggestions_dropdown_view_all {
  color: #187dfd;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
  display: flex;
}
.search_suggestions_dropdown_view_all:hover {
  color: #1757c5;
}

.search_suggestions_dropdown_empty_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: auto;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .search_suggestions_dropdown_empty_wrapper {
    gap: 8px;
  }
}

.search_suggestions_dropdown_empty_title {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .search_suggestions_dropdown_empty_title {
    font-size: 20px;
    line-height: 26px;
  }
}

.search_suggestions_dropdown_empty_text {
  color: #7f86a4;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search_suggestions_dropdown_empty_text {
    font-size: 16px;
  }
}

.search_suggestions_dropdown_tags_wrapper {
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

.event_modal {
  min-width: 1240px !important;
}
@media screen and (max-width: 1300px) {
  .event_modal {
    min-width: 1100px !important;
  }
}
@media screen and (max-width: 1150px) {
  .event_modal {
    min-width: 950px !important;
  }
}
@media screen and (max-width: 991px) {
  .event_modal {
    min-width: 95% !important;
  }
}

.event_modal_header {
  height: 420px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .event_modal_header {
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .event_modal_header {
    height: 640px;
  }
}

.close_btn {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10000;
}

.event_modal_title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 72px;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 1150px) {
  .event_modal_title {
    font-size: 50px;
    line-height: 62px;
  }
}
@media screen and (max-width: 991px) {
  .event_modal_title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .event_modal_title {
    font-size: 36px;
    line-height: 48px;
  }
}

.event_modal_header_content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 22px 56px;
}

.event_modal_header_categories {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.event_modal_header_categories_item {
  display: flex;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #e7e9f1;
  background: #e7e9f1;
}

.event_modal_header_promoter {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
  gap: 4px;
}
.event_modal_header_promoter .event_modal_header_promoter_name {
  color: #187dfd;
}

.event_modal_header_contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .event_modal_header_contacts {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.event_modal_header_contacts_buy_btn {
  display: flex;
  border-radius: 6px;
  background: #187dfd;
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  padding: 15px 67px;
  cursor: pointer;
}
.event_modal_header_contacts_buy_btn:hover {
  background: #1757c5;
}
@media screen and (max-width: 768px) {
  .event_modal_header_contacts_buy_btn {
    width: 100%;
    justify-content: center;
  }
}

.event_modal_header_contacts_share_block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.event_modal_header_contacts_share_title {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 768px) {
  .event_modal_header_contacts_share_title {
    display: none;
  }
}

.event_modal_header_contacts_share_links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.event_modal_header_contacts_share_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #ced2e5;
  border-radius: 50%;
  cursor: pointer;
}
.event_modal_header_contacts_share_item:hover {
  background-color: #ced2e5;
}

.event_modal_main_wrapper {
  padding: 30px 22px 36px;
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .event_modal_main_wrapper {
    flex-direction: column;
  }
}

.event_modal_main_media_content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 344px;
  min-width: 344px;
}
@media screen and (max-width: 1150px) {
  .event_modal_main_media_content {
    max-width: 300px;
    min-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .event_modal_main_media_content {
    max-width: 250px;
    min-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .event_modal_main_media_content {
    max-width: 100%;
    min-width: 100%;
  }
}

.event_modal_main_media_content_flyer {
  width: 344px;
  height: 487px;
  border-radius: 16px;
  object-fit: cover;
}
@media screen and (max-width: 1150px) {
  .event_modal_main_media_content_flyer {
    max-width: 300px;
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .event_modal_main_media_content_flyer {
    max-width: 250px;
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .event_modal_main_media_content_flyer {
    max-width: 100%;
    width: 100%;
    height: 475px;
  }
}

.event_modal_main_location {
  border-radius: 8px;
  border: 1px solid #ced2e5;
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 344px;
}
.event_modal_main_location .marker {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}
@media screen and (max-width: 768px) {
  .event_modal_main_location {
    max-width: 100%;
  }
}

.event_modal_main_location_address {
  color: var(--Black, #000);
  /* Text Header */
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  letter-spacing: -0.4px;
}

.event_modal_main_location_name {
  color: var(--Black, #000);
  /* Text */
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}

.event_modal_main_content {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: flex-start;
}
@media screen and (max-width: 1150px) {
  .event_modal_main_content {
    gap: 36px;
  }
}

.event_modal_main_content_about_block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.event_modal_main_content_about_block_title {
  color: var(--Black, #000);
  /* Medium Header */
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 111.111% */
  letter-spacing: -0.72px;
}
.event_modal_main_content_about_block_description {
  color: var(--Black, #000);
  /* Text */
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}

.event_modal_main_content_info_block {
  display: grid;
  grid-column-gap: 22px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .event_modal_main_content_info_block {
    grid-template-columns: 1fr;
  }
}

.event_modal_main_content_info_block_item_title {
  color: var(--Black, #000);
  /* Text Header */
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  letter-spacing: -0.4px;
}
.event_modal_main_content_info_block_item_content {
  color: var(--Black, #000);
  /* Text */
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}
.event_modal_main_content_info_block_item_content a {
  color: #187dfd;
}

.event_modal_main_content_hints {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.event_modal_main_content_hints_item {
  display: flex;
  padding: 16px 24px;
  border-radius: 8px;
  background: #e7e9f1;
  width: 100%;
  gap: 16px;
}
.event_modal_main_content_hints_item_icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  min-width: 60px;
}
.event_modal_main_content_hints_item_content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.event_modal_main_content_hints_item_content_title {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  letter-spacing: -0.4px;
}
.event_modal_main_content_hints_item_content_description {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.event_modal_main_content_hints_item_content_description a {
  color: #187dfd;
}

.profile_setting_page_wrapper {
  display: flex;
  width: 100%;
  gap: 22px;
  padding: 56px 0 100px;
}

.profile_setting_page_navigate {
  border-right: 1px solid #ced2e5;
  padding-right: 8px;
}

.profile_setting_page_navigate_list {
  display: flex;
  flex-direction: column;
  min-width: 320px;
}

.profile_setting_page_navigate_list_item {
  color: #187dfd;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  letter-spacing: -0.4px;
  padding: 12px 16px;
  cursor: pointer;
  user-select: none;
}
.profile_setting_page_navigate_list_item.muted a,
.profile_setting_page_navigate_list_item.muted {
  color: #7f86a4;
}
.profile_setting_page_navigate_list_item.active_item {
  border-radius: 8px;
  background: #eff0f5;
  color: #000;
}

.profile_setting_page_content_title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.72px;
}

.profile_setting_page_content {
  position: relative;
  display: none;
  margin-top: 32px;
  flex-direction: column;
  min-height: 100%;
  gap: 32px;
}

.events-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* white with 70% opacity */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.profile_setting_page_content.show_content {
  display: flex;
}

.profile_setting_page_content .activity-tabs,
.profile_setting_page_content .events-tabs {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.profile_setting_page_content .activity-tabs .tab-item,
.profile_setting_page_content .events-tabs .tab-item {
  font-size: 18px;
  font-weight: 500;
  color: #6c757d;
  cursor: pointer;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.profile_setting_page_content .activity-tabs .tab-item:hover,
.profile_setting_page_content .events-tabs .tab-item:hover {
  color: #212529;
}

.profile_setting_page_content .activity-tabs .tab-item.active,
.profile_setting_page_content .events-tabs .tab-item.active {
  color: #000;
  font-weight: 700;
  border-bottom-color: #000;
}

/* Show More Button */
.profile_setting_page_content .show-more-button-container {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.profile_setting_page_content .show-more-button {
  background-color: #fff;
  color: #187dfd;
  border: 1px solid #187dfd;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  min-width: 150px;
  text-align: center;
}

.profile_setting_page_content .show-more-button:hover {
  background-color: #187dfd;
  color: #fff;
}

.profile_setting_page_content .notifications-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.profile_setting_page_content .notification-item {
  background-color: #fff;
  border: 1px solid var(--Grey, #afb5d1);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
}
.profile_setting_page_content .notification-item:hover {
  border-color: var(--Blue, #187dfd);
}
.profile_setting_page_content .notification-item.new {
  border-left: 3px solid #007bff;
}
.profile_setting_page_content .notification-item.highlighted {
  border: 1px solid #007bff;
}
.profile_setting_page_content .notification-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile_setting_page_content .organiser-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.profile_setting_page_content .organiser-logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #eee;
}
.profile_setting_page_content .organiser-name {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
}
.profile_setting_page_content .notification-time {
  font-size: 13px;
  color: #6c757d;
  white-space: nowrap;
}
.profile_setting_page_content .notification-body {
  font-size: 15px;
  color: #495057;
  line-height: 1.5;
}

.profile_setting_page_content .notification-body strong {
  font-weight: 600;
  color: #212529;
}

.profile_setting_page_content .events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(222px, 1fr));
  gap: 24px;
  padding-top: 20px;
  align-items: stretch;
}
.profile_setting_page_content .event-card {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}
.profile_setting_page_content .event-card:hover,
.profile_setting_page_content .add-event-card:hover {
  border: 1px solid var(--Blue, #187dfd);
}

.profile_setting_page_content .add-event-card {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  height: 100%;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid var(--Blue, #187dfd);
  background: var(--White, #fff);

  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.profile_setting_page_content .add-event-icon {
  width: 60px;
  height: 60px;
  background-color: #007bff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
.profile_setting_page_content .add-event-text {
  color: var(--Blue, #187dfd);
  text-align: center;

  /* Text Header */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 19.8px */
  letter-spacing: -0.36px;
}

.profile_setting_page_content .event-card-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.4141;
  /* height: 314px;  */
  flex-shrink: 0;
  overflow: hidden; /* crop overflow */
  flex-shrink: 0;
}

.event-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.profile_setting_page_content .event-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile_setting_page_content .event-card-follow-button {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border: none;
}
.profile_setting_page_content .event-card-follow-button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.profile_setting_page_content .event-card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Allows content to fill space */
  justify-content: space-between; /* Pushes price to bottom */
}

.profile_setting_page_content .event-card-date {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.profile_setting_page_content .event-card-name {
  color: var(--Black, #000);

  /* Small text link */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  margin-bottom: 12px;
  line-height: 1.3;
  /* Clamp text to 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.3em * 2); /* Reserve space for 2 lines */
}

.profile_setting_page_content .event-card-price {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
  color: var(--Grey-text, #707696);
}

.profile_setting_page_content_wrapper {
  width: 100%;
}

.profile_setting_page_content_wrapper .profile_setting_page_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.profile_setting_page_content_wrapper .profile_setting_page_header h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.72px;
}
.profile_setting_page_personal_details_greeting_txt_wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 32px;
  font-size: 16px;
  color: #000;

  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  gap: 4px;
}

.profile_setting_page_personal_details_greeting_txt_wrapper
  .save_privacy_setting_btn {
  margin-top: 16px;
}

.profile_setting_page_personal_details_greeting_txt_wrapper
  .save_privacy_setting_btn:hover {
  background: #1757c5 !important;
  color: #ffffff;
  border-color: #1757c5;
}

.profile_setting_page_personal_details_greeting_txt_wrapper .link {
  color: #187dfd;
}

.profile_setting_page_personal_details_greeting_txt_wrapper .privacy-subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.48px;
}

.profile_setting_form_wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
}

.profile_setting_page_personal_details_form_wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  /* max-width: 530px !important; */
  width: 100% !important;
  border: 1px solid #afb5d16e;
  border-radius: 8px;
  padding: 16px;
}
.profile_setting_page_personal_details_form_wrapper
  .profile_setting_page_personal_details_form_inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.profile_setting_page_content_preferences_empty {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 32px;
}
.profile_setting_page_content_preferences_empty p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.profile_setting_page_content_preferences_add_label {
  color: var(--Grey-text, #707696);

  /* Small Header */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 141.667% */
  letter-spacing: -0.48px;
}

.add_category_btn {
  border-radius: 20px;
  margin-top: 12px;
}

.profile_setting_page_preference_categories_wrapper {
  display: none;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 32px;
}
.profile_setting_page_preference_categories_wrapper .loader {
  display: none;
}
.profile_setting_page_preference_categories_wrapper.active {
  display: flex;
}

.profile_setting_page_preference_category_item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.profile_setting_page_preference_category_title {
  color: var(--Black, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.48px;
}

.preference-category-title {
  color: var(--Black, #000);

  /* Small Header */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.48px;
  /* color: #212529; */
  margin-bottom: 8px;
}

.preference-tags-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.btn-add-preference,
.btn-preference-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 20px;
  color: var(--Blue, #187dfd);

  /* Small Text */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

.btn-add-preference svg,
.btn-preference-tag svg {
  margin-right: 6px;
}
.btn-preference-tag {
  background-color: white;
  color: #187dfd;
  border: 1px solid #187dfd;
}
.btn-preference-tag:hover {
  background-color: #e7f3ff; /* Light blue hover */
}

.btn-add-preference.solid {
  background-color: #187dfd;
  color: white;
  border-color: #187dfd;
}
.btn-add-preference.solid:hover {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-preference-tag svg path {
  fill: #187dfd;
}
.my_preferences_content_wrapper {
  margin-bottom: 24px; /* Space above "More categories" */
  padding-bottom: 24px;
  position: relative;
}

.profile_setting_page_content_preferences_add_label {
  font-size: 18px;
  font-weight: 600;
  color: #6c757d; /* Grey color as in mockup */
  margin-bottom: 12px;
}
/* .btn.add_category_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background-color: white;
  color: #187dfd;
  border: 1px solid #187dfd;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn.add_category_btn svg {
  margin-right: 8px;
}
.btn.add_category_btn:hover {
  background-color: #e7f3ff;
}
.btn.add_category_btn svg path {
  fill: #187dfd;
} */

.profile_setting_page_preference_category_tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.profile_setting_page_preference_category_tag {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 8px 16px 8px 36px;
  border-radius: 20px;
  color: var(--Blue, #187dfd);

  /* Small Text */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
  white-space: nowrap;

  background-color: white;
  color: #187dfd;
  border: 1px solid #187dfd;
}
.profile_setting_page_preference_category_tag:hover {
  background-color: #e7f3ff; /* Light blue hover */
}

.profile_setting_page_preference_category_tag:before,
.profile_setting_page_preference_category_tag:after {
  position: absolute;
  left: 20px;
  top: 12.5px;
  content: " ";
  height: 14px;
  width: 2px;
  background-color: #187dfd;
}
.profile_setting_page_preference_category_tag:before {
  transform: rotate(45deg);
}
.profile_setting_page_preference_category_tag:after {
  transform: rotate(-45deg);
}

.booking_history_wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  height: 100%;
  position: relative;
}

.booking_history_wrapper .loader {
  display: none;
}

.booking_history_wrapper .event-group .booking_history_item_title {
  color: var(--Black, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 141.667% */
  letter-spacing: -0.48px;
  margin-bottom: 8px;
}
.booking_history_item_container {
  /* Let the list grow with the page; avoid inner scroll */
  max-height: none;
  overflow: visible;
  padding-right: 0;
}
.booking_history_item_wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.booking_history_item:first-of-type {
  border-top: none;
}

.booking_history_item {
  /* border-top: 1px solid #ced2e5; */
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.booking_history_item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}
.booking_history_item__header_info {
  display: flex;
  gap: 8px;
  align-items: center;
}
.booking_history_item__header_actions.desktop {
  display: flex;
  gap: 24px;
}
.booking_history_item__header_actions.mobile {
  display: none;
}
.booking_history_item__header_actions_item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #187dfd;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  cursor: pointer;
}

.booking_history_item_ticket_counter {
  display: inline-flex;
  border-radius: 6px;
  background: #e7e9f1;
  padding: 7px 12px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  gap: 4px;
  user-select: none;
}

.booking_history_item_ticket_date {
  color: var(--Black, #000);

  /* Text Header */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 19.8px */
  letter-spacing: -0.36px;
}

.booking_history_item_body_arrow {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #ced2e5;
  border-radius: 50%;
  width: 53px;
  height: 50px;
}
.booking_history_item_body_arrow.desktop {
  display: flex;
}
.booking_history_item_body_arrow.mobile {
  display: none;
}
.booking_history_item_body_arrow.opened {
  transform: rotate(180deg);
}

.booking_history_item_body {
  display: flex;
  gap: 16px;
}

.booking_history_item_body_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid var(--Grey, #ced2e5);
  border-radius: 8px;
}

.booking_history_item_body_tickets {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.booking_history_item_body_tickets_info {
  display: flex;
  gap: 13px;
  align-items: center;
}
.booking_history_item_body_tickets_info p {
  color: var(--Black, #000);

  /* Small Header */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.48px;
}

.event_flyer {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
}

.booking_history_item_body_tickets_info_tags.desktop {
  display: flex;
  gap: 6px;
}

.booking_history_item_body_tickets_info_tags.mobile {
  display: none;
}

.booking_history_item_body_order_info_tag {
  padding: 3px 8px;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto, Inter, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  backdrop-filter: blur(10px);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.ui.toggle.checkbox input:checked ~ label::before {
  background-color: #187dfd !important;
}

@media screen and (max-width: 768px) {
  .booking_history_item_body_tickets_info_tags.desktop {
    display: none;
  }
  .booking_history_item_body_tickets_info_tags.mobile {
    display: flex;
    gap: 6px;
    flex-direction: column;
  }
  .booking_history_item_body_order_info_tag {
    font-size: 11px;
    line-height: 13px;
  }
}

.booking_history_item_body_order_number {
  background: #8e53e8;

  color: #fff;
}

.booking_history_item_body_order_date {
  background: var(--Light-grey, #eff0f5);
  color: var(--Grey-text, #707696);
}

.booking_history_item_body_order_status {
  background: var(--SM-Light-Red, #ffeaeb);
  color: var(--Red, #ff4b53);
}

.ticket_content {
  margin-top: 32px;
}

.ticket_counter {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.ticket_body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 18px;
}

.app_list {
  display: flex;
  align-items: center;
  gap: 12px;
}
.app_list img {
  width: 162px;
  height: 48px;
}
.app_list .scan_nfc {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #ced2e5;
  padding: 4px 11px;
  width: 162px;
  height: 48px;
}
.app_list .scan_nfc div {
  display: flex;
  flex-direction: column;
}
.app_list .scan_nfc div span:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.app_list .scan_nfc div span:last-child {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.ticket_description {
  display: flex;
  gap: 22px;
  max-width: 731px;
}

.qrcode {
  width: 145px;
  height: 145px;
}

.qrcode_block {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ticket_arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ced2e5;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.ticket_arrow.visible {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.ticket_arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.ticket_arrow.left:after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.ticket_arrow.right:after {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ticket_description_item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.ticket_description_item div {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.ticket_description_item div:last-child {
  font-weight: 700;
  text-align: left;
  width: 200px;
}

.ticket_checkout {
  padding: 24px;
  border-radius: 8px;
  background: #e7e9f1;
}

.ticket_checkout_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ticket_checkout_header_title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
}
.ticket_checkout_header_action {
  cursor: pointer;
  color: #187dfd;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}

.ticket_checkout_body {
  display: flex;
  gap: 16px;
  margin-top: 18px;
  width: 100%;
  flex-direction: column;
}
.ticket_checkout_body_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
}
.ticket_checkout_body_item_wrapper {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: center;
}
.ticket_checkout_body button {
  color: var(--light-text-color, #fff);
  text-align: center;

  /* Rubricator */
  font-family: Inter;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.72px;
  text-transform: uppercase;
  width: 160px;
}
.ticket_checkout_body .cancel_button {
  color: var(--Blue, #187dfd);
  text-align: right;

  /* Text */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 160% */
  cursor: pointer;
}
.ticket_checkout_body_item_label {
  color: #7f86a4 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  /* line-height: 24px; */
}
.ticket_info_form.ui.form .field input {
  border-radius: 6px;
  border: 1px solid #ced2e5;
  background: #fff;
  padding: 9px 16px;
  color: #7f86a4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
}
.ticket_checkout_body_item_value:last-child {
  color: #000;
}

.carousel-wrapper {
  width: 100%;
  height: 520px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .carousel-wrapper {
    padding: 10px 0 20px;
    padding-bottom: 10px;
    height: 330px;
  }
}

.carousel-container {
  display: grid;
  grid-template-columns: repeat(10, 164px);
  grid-template-rows: 1fr 1fr;
  gap: 16px 16px;
  grid-auto-flow: column dense;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .carousel-container {
    grid-template-columns: repeat(8, 104px);
    grid-template-rows: repeat(2, 146px);
    gap: 12px 12px;
  }
}

.carousel-item {
  width: 164px;
  height: 232px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.carousel-item:hover {
  transform: scale(1.04);
  z-index: 2;
  position: relative;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
}
.carousel-item.x4 {
  grid-column: span 2;
  grid-row: span 2;
  width: 340px;
  height: 480px;
}

.carousel-item.x3 {
  grid-column: span 3;
  grid-row: span 1;
  width: 524px;
  height: 232px;
}
@media (max-width: 768px) {
  .carousel-item {
    width: 104px;
    height: 146px;
  }

  .carousel-item.x3 {
    width: 336px;
    height: 146px;
  }

  .carousel-item.x4 {
    width: 216px;
    height: 304px;
  }

  .carousel-item img {
    object-fit: cover;
  }
}

.scroll-left,
.scroll-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 44px;
  height: 100%;
  width: 100px;
}

.scroll-left {
  left: 0;
}

.scroll-right {
  right: 0;
}

.carousel-wrapper:hover .scroll-left,
.carousel-wrapper:hover .scroll-right {
  display: block;
}

@media (max-width: 768px) {
  .scroll-left,
  .scroll-right {
    display: none;
  }
}
.custom-carousel-item {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px;
}
.custom-carousel-item .custom-carousel-item-circle {
  position: absolute;
  top: -130px;
  right: -480px;
  width: 800px;
  height: 440px;
  display: block;
  object-fit: contain;
  max-width: 800px;
  opacity: 0.8;
}
.custom-carousel-item svg {
  position: relative;
  z-index: 10;
  width: 130px;
}
.custom-carousel-item .custom-carousel-item-title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.48px;
  position: relative;
  margin-bottom: 24px;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .custom-carousel-item svg {
    width: 98px;
  }
  .custom-carousel-item .custom-carousel-item-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .custom-carousel-item {
    padding: 0;
  }
}

.carousel-item-pane {
  border-radius: 16px;
  background: #187dfd;
  position: absolute;
  bottom: 24px;
  padding: 14px 16px;
  width: 90%;
  left: 10px;
}
.carousel-item-pane.purple {
  background: #8e53e8;
}
@media screen and (max-width: 768px) {
  .carousel-item-pane {
    bottom: 20px;
    padding: 10px;
    left: 6px;
  }
}

.carousel-item-pane-title {
  color: #fff;
  font-family: Inter;
  font-size: 1.28571rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.8rem */
  letter-spacing: -0.02571rem;
}
@media screen and (max-width: 768px) {
  .carousel-item-pane-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.mobile_menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #000;
  z-index: 1000;
  top: -100vh;
  left: 0;
  transition: top 0.5s ease;
  padding: 12px 17px 142px;
  overflow-y: scroll;
}
.mobile_menu.show {
  top: 70px;
}
@media screen and (min-width: 769px) {
  .mobile_menu {
    display: none;
  }
}

.mobile_menu_nav {
  padding: 24px 0;
  border-bottom: 1px solid #7f86a4;
}
.mobile_menu_nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mobile_categories_nav {
  padding: 24px 0;
}
.mobile_categories_nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mobile_categories_nav_link {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.mobile_categories_nav_link.active_item {
  color: #187dfd;
}

.mobile_categories_nav_link.logout {
  color: #7f86a4;
}

.mobile_menu_nav_link {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: Inter, sans-serif !important;
}

/* Additional styles for HTML5 elements */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Styles for images */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Resetting values for lists */
ol,
ul {
  list-style: none;
}

/* The rest of the zeroing styles */
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.lg_container {
  width: 100%;
  padding: 0 79px;
  display: flex;
}
@media screen and (max-width: 1520px) {
  .lg_container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1240px) {
  .lg_container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 769px) {
  .lg_container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 425px) {
  .lg_container {
    padding: 0 10px;
  }
}

.dropdown_button {
  border: none;
  background: none;
  cursor: pointer;
}

.full_width {
  width: 100%;
}

.full_height {
  height: 100%;
}

.d_f {
  display: flex;
  align-items: center;
}

.gap_20 {
  gap: 20px;
}
@media screen and (max-width: 1340px) {
  .gap_20 {
    gap: 14px;
  }
}

.gap_22 {
  gap: 22px;
}

.gap_24 {
  gap: 24px;
}
@media screen and (max-width: 1340px) {
  .gap_24 {
    gap: 16px;
  }
}

.gap_32 {
  gap: 32px;
}

.p-100 {
  padding: 60px 79px 0;
}
@media screen and (max-width: 1240px) {
  .p-100 {
    padding: 60px 40px 0;
  }
}
@media screen and (max-width: 769px) {
  .p-100 {
    padding: 46px 20px 0;
  }
}

.section_title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.44px;
  /* display: none; */
}

.p-r-20 {
  padding-right: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.bg-gray {
  background-color: #e7e9f1;
}

.mt-100 {
  margin-top: 100px;
}

.small_padding_container {
  padding: 56px 79px;
}
@media screen and (max-width: 1240px) {
  .small_padding_container {
    padding: 56px 40px;
  }
}
@media screen and (max-width: 1240px) {
  .small_padding_container {
    padding: 56px 20px;
  }
}

.bg-black {
  background-color: #000;
}

.color-white {
  color: #fff;
}

.view_all_wrapper {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .view_all_wrapper {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .mobile_hidden {
    display: none;
  }
}

.mobile_show {
  display: none;
}
@media screen and (max-width: 769px) {
  .mobile_show {
    display: flex;
  }
}

.text {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.relative {
  position: relative;
}

.of_hidden {
  overflow: hidden;
}

.hide_scrollbar {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
}
.hide_scrollbar::-webkit-scrollbar {
  width: 0 !important;
  background: transparent !important;
  display: none !important;
}
.hide_scrollbar::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  width: 0 !important;
  display: none !important;
}

.menu {
  z-index: 10000 !important;
}

.form_field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  align-items: flex-start;
}

.input {
  width: 100%;
}

.form_field_label {
  color: var(--Grey-text, #707696);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.ui.radio.checkbox {
  line-height: 23px !important;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.ui.radio.checkbox input[type="radio"] + label {
  cursor: pointer;
  padding-left: 30px;
}
.ui.radio.checkbox input[type="radio"] + label:after {
  transition: unset;
  background-color: #187dfd;
}
.ui.radio.checkbox input[type="radio"] + label:before {
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-color: #ced2e5;
}
.ui.radio.checkbox input[type="radio"]:checked + label:before {
  border-color: #187dfd;
}
.ui.radio.checkbox input[type="radio"]:checked + label:after {
  width: 20px;
  height: 20px;
  background-color: #187dfd;
  transition: unset;
}

.ui.form .inline.fields .field {
  padding-right: 0;
}

.ui.form .inline.fields {
  display: flex;
  align-items: center;
  gap: 32px;
}

.ui.selection .menu .item {
  padding: 8px !important;
}

.ui.selection .menu {
  border-color: transparent !important;
}

.form_submit_btn {
  padding: 15px 40px;
  border-radius: 6px;
  background: #187dfd;
  color: var(--light-text-color, #fff);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.72px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  max-width: 466px;
  margin-top: auto;
}
.form_submit_btn:hover {
  background: #1757c5;
  color: #ffffff;
  border-color: #1757c5;
}
.form_submit_btn.yellow {
  background: #e4d43c;
}
.form_submit_btn.yellow:hover {
  background: #dfcb21;
}
.form_submit_btn.red {
  background: #f8d9d8;
  color: #ff2e33;
  transition: background 0.3s ease, color 0.3s ease;
}
.form_submit_btn.red:hover {
  background: #ff2e33; /* new background on hover */
  color: #fff; /* new text color on hover */
}
.form_submit_btn.red:hover {
  background: #ff2e33;
}

.verify_btn {
  padding: 10px 20px;
  border-radius: 6px;
  background: #187dfd;
  color: var(--light-text-color, #fff);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.72px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  max-width: 466px;
}
.verify_btn:hover {
  background: #1757c5;
  color: #ffffff;
  border-color: #1757c5;
}
.verify_btn.yellow {
  background: #e4d43c;
}
.verify_btn.yellow:hover {
  background: #dfcb21;
}
.verify_btn.red {
  background: #f8d9d8;
  color: #ff2e33;
  transition: background 0.3s ease, color 0.3s ease;
}
.verify_btn.red:hover {
  background: #ff2e33; /* new background on hover */
  color: #fff; /* new text color on hover */
}
.verify_btn.red:hover {
  background: #ff2e33;
}

.pvm-confirm-label {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 111.111% */
  letter-spacing: -0.72px;
  margin-bottom: 12px;
}

/* Space the phone label below the guide text */
#phoneVerifyModal #pvm-step-confirm p + .ui.fluid.input {
  margin-top: 8px;
}

#pvm-phone-display {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.48px;
  border: none;
  padding-left: 0;
}

.input-error {
  border-color: #ff4b53 !important;
  box-shadow: 0 0 0 1px #ff4b53 inset !important;
  background-color: #fff6f6 !important;
}

/* If wrapped by Semantic UI .ui.input */
.ui.input > input.input-error {
  border-color: #ff4b53 !important;
  box-shadow: 0 0 0 1px #ff4b53 inset !important;
  background-color: #fff6f6 !important;
}

/* Optional: focus state */
.input-error:focus,
.ui.input > input.input-error:focus {
  border-color: #ff2e33 !important;
  box-shadow: 0 0 0 1px #ff2e33 inset, 0 0 0 2px rgba(255, 75, 83, 0.15) !important;
}

/* Optional: inline helper/error text */
.phone-error {
  color: #ff4b53;
  font-size: 12px;
  margin-top: 6px;
}

.no_tags {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  margin-top: 200px !important;
}
@media screen and (max-width: 769px) {
  .no_tags {
    font-size: 20px;
    margin-top: 0 !important;
  }
}

.d-hidden {
  display: none !important;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 990;
}

.no-scroll {
  overflow: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden !important;
}

.header_navigation {
  background-color: #e7e9f1;
  padding: 15px 0;
  position: relative;

  /* margin-top: 74px; */
}

.header_navigation_content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header_navigation_content {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
.header_navigation_content ul {
  flex-wrap: wrap;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.header_navigation_link_bold {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.full_width {
  width: 100%;
}

.d_f {
  display: flex;
  align-items: center;
}

.gap_24 {
  gap: 24px;
}

.nav-links li:nth-child(n + 7):not(.more-item) {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-links li:nth-child(n + 7):not(.more-item) {
    display: block;
  }
}

.more-dropdown {
  display: none;
}

.nav-links li.more-item {
  display: none;
}

.more-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.chevron-down {
  transition: transform 0.3s ease;
}

.more-btn.active .chevron-down {
  transform: rotate(180deg);
}

.dropdown-row {
  display: none;
  width: 100%;
  background-color: #e7e9f1;
  padding: 15px 0;
  margin-top: 15px;
}

.dropdown-row.active {
  display: block;
}

.dropdown-row .dropdown-content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 79px;
}

.dropdown-row .dropdown-content li {
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  .nav-links li.more-item {
    display: none !important;
  }

  .dropdown-row {
    display: none !important;
  }

  .header_navigation_content ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
    /* padding: 0 20px; */
    white-space: nowrap;
  }

  .header_navigation_content ul li {
    white-space: nowrap;
  }

  .header_navigation_content::-webkit-scrollbar {
    width: 0 !important;
    background: transparent !important;
    display: none !important;
  }
}

/* Toggleable search bard functionality styles */
.header_search_wrapper {
  position: relative;
  width: 100%;
  max-width: 80rem;
  background: var(--Grey, #afb5d1);
  max-height: 42px;
  height: 100%;
  display: none;
  flex: 1;
  transition: all 0.3s ease;
}

.header_search_wrapper.active {
  display: flex;
}

.header_search_wrapper .search_input_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 12px;
  color: #7f86a4;
  width: 100%;
  position: relative;
  border: 1px solid var(--Grey-text, #707696);
  border-radius: 6px;
  background: transparent;
}

.header_search_wrapper .header_search_input {
  border: none;
  background: none;
  color: #ced2e5;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  padding-right: 40px;
}

.header_search_wrapper .header_search_input::placeholder {
  color: #ced2e5;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.header_search_wrapper .header_search_input:focus {
  outline: none;
}

.header_search_wrapper .search_close_button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #7f86a4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_search_wrapper .search_close_button:hover {
  color: #ced2e5;
}

/* Helper class to hide elements */
.hidden {
  display: none !important;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
  .header_search_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    max-width: 100%;
    height: 70px; /* Match header height */
    display: flex;
    align-items: center;
    padding: 0 20px;
    z-index: 1000;
  }

  .header_search_wrapper.active {
    transform: none;
  }

  .header_search_wrapper .search_input_wrapper {
    border: none;
  }
}

/* Search widget */
.search-widget {
  background-color: var(--Black, #000);
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .search-widget {
    width: 1024px;
  }
}

.search-widget .search-widget-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* padding: 2rem 1rem; */
  padding-bottom: 40px;
  padding-left: 5.7rem;
  padding-right: 5.7rem;
}

.home_page .search-widget .search-widget-wrapper {
  padding-top: 20px;
}

.search_result_page .search-widget .search-widget-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-widget .search-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  position: relative;
}

.search-widget .search-row {
  width: 100%;
  position: relative;
}

.search-widget .search-box {
  position: relative;
  display: flex;
  border: 1px solid var(--Grey, #afb5d1);
  background: var(--White, #fff);
  border-radius: 6px;
  max-height: 64px;

  align-items: stretch;
  padding: 0;
  height: 64px;

  padding-right: 0.5rem;
}

.search-widget .search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #707696;
  display: flex;
}

.search-widget .search-box .search-widget-input {
  width: 100%;
  flex: 1;
  padding: 0.75rem 1rem 0.75rem 1.5rem;
  border: none;
  /* border-radius: 8px; */
  outline: none;
  background: transparent;

  color: var(--Black, #000);
  /* Small Text */
  font-family: Inter;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.search-widget .search-box .search-widget-input::placeholder {
  color: #707696;
}

.search-widget .filter-group {
  position: relative;
  border-right: 1px solid var(--Grey, #ced2e5);

  min-width: 200px;
  /* max-width: 256px; */
  width: auto;
}

.search-widget .filter-group.active .filter-button {
  background: rgba(255, 255, 255, 1);
  color: var(--Deep-Grey, #1b1e21);
}

.search-widget .filter-group.active .filter-button .calendar-icon,
.search-widget .filter-group.active .filter-button .clock-icon {
  stroke: var(--Blue, #187dfd);
}

.search-widget .filter-group.active .filter-button .chevron {
  stroke: var(--Deep-Grey, #1b1e21);
}

.search-widget .filter-button {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;

  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* border: 1px solid var(--Grey, #afb5d1); */
  border: none;
  border-radius: 6px;
  color: var(--Black, #000000);
  /* Small Text */
  font-family: Inter;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  transition: all 0.2s ease;

  height: 100%;
}

.search-widget .filter-button span:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
}

.search-widget .filter-button span:first-child span {
  color: var(--Black, #000);

  /* Small Text */
  font-family: Inter;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.6rem */
}

/* .search-widget .filter-button:hover {
  background: rgba(255, 255, 255, 0.1);
} */

.search-widget .filter-button svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: var(--Black, #000);
}

.search-widget .filter-button .chevron {
  transition: transform 0.2s ease;
}

.search-widget .filter-button[aria-expanded="true"] .chevron {
  transform: rotate(180deg);
}

.search-widget .filter-button .calendar-icon {
  stroke: var(--Blue, #187dfd);
}

.search-widget .filter-button .date-text-wrapper {
  width: 100%;
}

.search-widget .filter-button .date-text-wrapper .date-text {
  width: 100%;
  text-align: left;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-widget .filter-button .left span:last-child {
  text-align: left;
}

.search-widget .filter-group .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  background: var(--White, #fff);
  border-radius: 8px;
  /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06); */
  min-width: 200px;
  z-index: 20;

  display: none;

  border: 1px solid var(--Grey, #afb5d1);

  /* Shadow */
  box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.16);
}

.search-widget .filter-group.active .dropdown-menu {
  display: flex;
}

.search-widget .dropdown-menu .dropdown-content {
  padding: 1.145rem;
  width: 100%;
}

.calendar-section-wrapper {
  margin-bottom: 0px;
  width: 100%;
}

.calendar-section-wrapper .month-scroll {
  position: relative;
  margin-bottom: 6px;
  padding: 0 48px;
  /* Space for arrow buttons */

  display: flex;
  /* display: none; */
  align-items: center;
  /* margin: 20px 0; */
  overflow: hidden;
}

.calendar-section-wrapper .scroll-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff0;
  border: none;
  font-size: 20px;
  cursor: pointer;
  /* padding: 10px; */
  z-index: 2;
  color: #6b7280;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 2rem;

  /* width: 40px;
  height: 40px; */
}

.calendar-section-wrapper .month-container {
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scroll-behavior: smooth;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0;

  flex: 1;
}

.calendar-section-wrapper .month-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.calendar-section-wrapper .month-list {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  /* white-space: nowrap; */
}

.calendar-section-wrapper .year {
  color: #000;
  font-weight: 600;
  padding: 8px 16px;
  color: var(--Deep-Grey, #1b1e21);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.calendar-section-wrapper .month {
  color: var(--Blue, #187dfd);
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.calendar-section-wrapper .month.active {
  background: var(--Soft-blue, #b8d7ff);
}
.calendar-section-wrapper .month:not(.active):hover {
  background-color: var(--Grey, rgb(206 210 229 / 50%));
}

.calendar-section-wrapper .overall-date-controls {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.calendar-section-wrapper .months-grid-container {
  position: relative;
  overflow: hidden;
  padding: 0 24px;
  width: 100%;
}

.calendar-section-wrapper .grid-nav-arrow {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  background: #fff0;
  border: none;
  border-radius: 50%;
  color: #6b7280;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
  font-size: 20px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .calendar-section-wrapper .grid-nav-arrow {
    top: 10%;
  }
}

.calendar-section-wrapper .grid-nav-left {
  left: -10px;
}

.calendar-section-wrapper .grid-nav-right {
  right: -10px;
}

.calendar-section-wrapper .months-grid {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding: 10px 0 0 0;
}

.calendar-section-wrapper .months-grid-wrapper {
  width: 99.7%;
}

@media screen and (max-width: 768px) {
  .calendar-section-wrapper .months-grid {
    padding-top: 0;
  }
}

.calendar-section-wrapper .months-grid::-webkit-scrollbar {
  display: none;
}

.calendar-section-wrapper .month-section {
  flex: 0 0 auto;
  min-width: auto;
  padding: 0 8px 0 0;
  padding-bottom: 0;
  scroll-snap-align: start;
}

@media screen and (max-width: 768px) {
  .calendar-section-wrapper .month-section {
    min-width: 100%;
  }
}

.calendar-section-wrapper .month-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}

.calendar-section-wrapper .date-grid {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* padding-bottom: 10px; */
  width: 100%;
}

.calendar-section-wrapper .date-grid::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 970px) {
  .calendar-section-wrapper .scroll-button {
    padding: 0px;
    width: 16px;
  }
  .calendar-section-wrapper .month-scroll {
    padding: 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .calendar-section-wrapper .date-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 46px);
    gap: 6px;
    justify-content: start;
  }
}

.calendar-section-wrapper .scroll-left {
  left: 0;
}
.calendar-section-wrapper .scroll-right {
  right: 0;
}

/*.calendar-section-wrapper .calendar {
  display: grid;
  grid-template-columns: repeat(auto-fill, 48px);
  gap: 6px;
  justify-content: start;
} */

.calendar-section-wrapper .date-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #ced2e5;
  background: #fff;
  padding: 10px;
  width: 48px;
  height: 56px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  position: relative;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .calendar-section-wrapper .date-cell.all-dates-btn.desktop-only {
    display: none;
  }
}

.calendar-section-wrapper .date-cell .infinity-symbol {
  color: var(--Black, #000);
  text-align: center;

  /* Text Header */
  font-family: Inter;
  font-size: 1.28571rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 1.41429rem */
  letter-spacing: -0.02571rem;
}

.calendar-section-wrapper .date-cell .all-dates-text {
  color: var(--Black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 0.64286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 0.64286rem */
}

.calendar-section-wrapper .date-cell.weekend::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 6px;
  height: 8px;
  background-color: #eff0f5;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.calendar-section-wrapper .date-cell.active.weekend::before {
  background-color: #187dfd;
}

@media screen and (max-width: 768px) {
  .calendar-section-wrapper .date-cell {
    width: 46px;
  }
}

.calendar-section-wrapper .date-cell.selectable.active {
  background-color: #187dfd;
  border-color: #187dfd;
}

.calendar-section-wrapper .date {
  color: var(--Black, #000);
  text-align: center;

  /* Text Header */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  letter-spacing: -0.4px;
}
@media screen and (max-width: 970px) {
  .calendar-section-wrapper .date {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 19.8px */
    letter-spacing: -0.36px;
  }
}
.calendar-section-wrapper .day {
  color: var(--Black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.calendar-section-wrapper .date-cell.active .day,
.calendar-section-wrapper .date-cell.active .date {
  color: white;
}

.calendar-section-wrapper .scroll-left {
  left: 0;
}

/* .search-widget .date-option,
.search-widget .time-option {
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
} */

.search-widget .date-option:hover,
.search-widget .time-option:hover {
  background-color: #f3f4f6;
  color: var(--Blue, #187dfd);
}

.search-widget .search-button {
  padding: 0.75rem 2rem;
  background: var(--Blue, #187dfd);
  color: var(--White, #fff);
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  height: 48px;
  width: 164px;

  text-align: center;
  /* Rubricator */
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.84px;
  text-transform: uppercase;

  align-self: center;
}

.search-widget .search-button:hover {
  background-color: #0052cc;
}

/* Responsive styles */
@media (max-width: 768px) {
  .search-widget .search-container {
    padding: 1rem;
    padding-bottom: 0;
    padding-top: 0;
  }

  .search-widget .search-widget-wrapper {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .search-widget .search-box {
    flex-direction: row;
    gap: 0;
    padding: 1rem;
  }

  .search-widget .search-box .search-button {
    width: 100%;
    margin-right: 0;
    font-size: 1rem;
    height: 100%;
    padding: 0.8rem 0;
  }

  .search-widget .filters-row {
    flex-direction: row;
  }

  .search-widget .filter-button {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .search-widget .search-box {
    flex-direction: row;
  }

  .search-widget .search-button {
    flex-shrink: 0;
  }
}

.search_bar_wrapper.mobile_show {
  display: none;
}

.search_bar_wrapper.mobile_show.active {
  display: flex;
}

.time-group .dropdown-menu .dropdown-content .dropdown-header {
  color: var(--Black, #000);

  /* Text Header */
  font-family: Inter;
  font-size: 1.28571rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 1.41429rem */
  letter-spacing: -0.02571rem;

  margin-bottom: 12px;
}

.time-group .dropdown-menu .dropdown-content .time-option {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.time-group .dropdown-menu .dropdown-content .time-option:hover {
  background-color: rgba(0, 102, 255, 0.05);
}

.time-group .dropdown-menu .dropdown-content .time-option:focus {
  outline: none;
  background-color: rgba(0, 102, 255, 0.1);
}

.time-group
  .dropdown-menu
  .dropdown-content
  .time-picker
  .time-option
  .checkbox[role="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid var(--gray, #afb5d1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.time-group
  .dropdown-menu
  .dropdown-content
  .time-picker
  .time-option
  .checkbox[role="checkbox"]
  svg {
  display: none;
  color: var(--white, #fff);
}

.time-group
  .dropdown-menu
  .dropdown-content
  .time-picker
  .time-option
  .checkbox[role="checkbox"].checked {
  background-color: var(--primary-blue, #187dfd);
  border-color: var(--primary-blue, #187dfd);
}

.time-group
  .dropdown-menu
  .dropdown-content
  .time-picker
  .time-option
  .checkbox[role="checkbox"].checked
  svg {
  display: block;
}

.time-group .dropdown-menu .dropdown-content .time-option span {
  color: var(--Black, #000);

  /* Small Text */
  font-family: Inter;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.6rem */
}

.time-group .dropdown-menu .dropdown-content .time-picker .time-option-group {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.search-widget .filter-tags-wrapper {
  color: var(--Black, #000000);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28571rem;
  display: flex;
  gap: 6px;
}

.search-widget .filter-tags-wrapper .filter-tag {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: var(--Soft-blue, #cde3ff);
  backdrop-filter: blur(10px);
  display: flex;
  padding: 3px 8px 3px 4px;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  width: auto;
  max-width: 100%;
  cursor: pointer;
}

.home_page header.navigation_bar,
.search_result_page header.navigation_bar {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .home_page header.navigation_bar,
  .search_result_page header.navigation_bar {
    width: 1024px;
  }
}

@media screen and (max-width: 768px) {
  .home_page header.navigation_bar,
  .search_result_page header.navigation_bar {
    width: 100%;
  }
}

.home_page .header_navigation,
.search_result_page .header_navigation {
  margin-top: 0;
}

/* Location Dropdown */

.filter-button .chevron {
  transition: transform 0.2s ease;
}

.filter-button[aria-expanded="true"] .chevron {
  transform: rotate(180deg);
}

/* Location Options */
.search-widget .location-options {
  display: flex;
  flex-direction: column;
}

.search-widget .location-dropdown .location-option {
  border-bottom: 1px solid #e7e9f1;
  padding: 0.5rem 0rem;
}

.search-widget .location-dropdown .location-option:first-child {
  padding-top: 0;
}

.search-widget .location-dropdown .location-option:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.search-widget .location-dropdown .location-option .country {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  padding: 0.5rem;
  color: var(--Black, #000);

  /* Small text link */
  font-family: Inter;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.6rem */
}

.search-widget .location-dropdown .location-option.active .country {
  color: var(--Blue, #187dfd);
}

.search-widget .location-dropdown .city-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease;

  padding-left: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;

  color: var(--Black, #000);

  /* Small Text */
  font-family: Inter;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.6rem */
}

.search-widget .location-dropdown .city-option.active {
  color: var(--Blue, #187dfd);
}

.search-widget .location-dropdown .location-option .country:hover,
.search-widget .location-dropdown .cities .city-option:hover {
  background-color: #f3f4f6;
}

/* Search Input */
.search-wrapper {
  position: relative;
  flex: 1;

  height: 100%;
  display: flex;
  align-items: center;
}

.search-wrapper.focus-mode .search-icon {
  display: none;
}

.search-wrapper .search-input-container {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.2s ease;
  padding-left: 16px;
}

.search-wrapper.focus-mode .search-input-container {
  padding-left: 0;
}

.search-wrapper.focus-mode .search-input-container .input-tags-container {
  background: var(--White, #fff);
  position: relative;
  display: none;
}

.search-wrapper .search-input-container .input-tags-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-wrapper.focus-mode .search-input-container .input-tags-container {
  display: none;
}

.input-tags-container .input-tag {
  background: #e7e9f1;
  padding: 8px 16px;
  color: #000;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 8px;

  /* Small Text */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* Plain text mode for tags */
.input-tags-container.plain-text-mode {
  gap: 0 !important;
  padding-left: 24px !important;
}

.input-tags-container.plain-text-mode .input-tag {
  background-color: transparent;
  padding: 0;
  margin-right: 5px;
  gap: 0;
}

.input-tags-container.plain-text-mode .input-tag::after {
  content: ",";
}

.input-tags-container.plain-text-mode .input-tag:last-child::after {
  content: "";
}

.input-tags-container.plain-text-mode .input-tag .tag-close,
.input-tags-container.plain-text-mode .input-tag .tag-count {
  display: none;
}

/* Focus mode for input */
/* .focus-mode .input-tag {
  display: none;
} */

/* .search-widget
  .search-input-wrapper.focus-mode
  .search-input-container
  .input-tags-container
  .input-tag {
  display: none;
} */

.search-wrapper .clear-search-icon {
  color: var(--Grey, #afb5d1);
  position: relative;
  cursor: pointer;
  margin-right: 1rem;
  display: none;

  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
}

.search-wrapper .clear-search-icon.show {
  display: flex;
}

.search-wrapper .clear-search-icon .icon {
  margin-right: 0;
}

.input-tags-container .input-tag .tag-close {
  color: var(--Grey, #afb5d1);
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}

.input-tags-container .input-tag .tag-close .icon {
  margin-right: 0;
}

/* Flag Icons */
.fi {
  width: 24px;
  height: 16px;
  border-radius: 2px;
  object-fit: cover;
}

.skeleton-text {
  position: relative;
  overflow: hidden;
  background-color: #e0e0e0;
  border-radius: 4px;

  height: 16px;
  width: 100%;
}

.skeleton-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0)
  );
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.search_result_page .header_filters_wrapper {
  padding: 40px 79px;
}

@media screen and (max-width: 768px) {
  .search_result_page .header_filters_wrapper {
    padding: 16px;
  }
}

.search_result_page .header_filters_wrapper .header_filters {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.search_result_page .calendar-section-wrapper {
  padding-top: 9px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e9f1;
}

.search_result_page .dropdown-menu .calendar-section-wrapper {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 0;
}

.desktop-search-widget {
  display: block;
}

.mobile-search-widget {
  display: none;

  padding: 20px 20px 20px 20px;
  width: 100%;
}

.mobile-search-widget .mobile-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  position: relative;

  gap: 2rem;
}

.mobile-search-widget .mobile-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;

  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--white, #fff);
  border: none;

  width: 100%;
}

.mobile-search-widget .mobile-filter.date {
  flex: 1;
  justify-content: flex-end;
  overflow: hidden;
}

.mobile-search-widget .mobile-filter.date svg {
  width: 24px;
  height: 24px;
}

.flag-container {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.6px solid var(--White, #fff);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  background-color: var(--white, #fff);
}

.flag-container .fi {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-search-widget .date-text {
  color: var(--white, #fff);
  /* Small Text */
  font-family: Inter;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.6rem */

  width: 100%;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  max-width: 100%;
  text-align: left;
}

.mobile-search-widget .mobile-divider {
  width: 1px;
  height: 24px;
  background-color: var(--Grey, #afb5d1);
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
  left: 50%;

  top: 0px;
}

.mobile-search-widget .horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

.mobile-search-widget .mobile-search-container {
  margin-bottom: 20px;

  position: relative;
}

.mobile-search-widget .mobile-search-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white, #fff);
  border-radius: 6px;
  padding-left: 1rem;
  /* overflow: hidden; */
}

.mobile-search-widget
  .mobile-search-input-wrapper
  .search-input-container
  .input-tags-container {
  background: var(--White, #fff);
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0px !important;
}

.mobile-search-widget
  .mobile-search-input-wrapper
  .search-input-container
  .input-tags-container
  .tag-text {
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mobile-search-widget .clear-search-icon {
  color: var(--Grey, #afb5d1);
  position: relative;
  cursor: pointer;
  display: none;

  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
}

.mobile-search-widget .clear-search-icon.show {
  display: flex;
}

.mobile-search-widget .clear-search-icon .icon {
  margin-right: 0;
}

.mobile-search-widget .mobile-search-input-wrapper .search-input-container {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.mobile-search-widget .mobile-search-input-wrapper .category-tags-wrapper {
  width: auto;
}

.mobile-search-widget
  .mobile-search-input-wrapper
  .category-tags-wrapper
  .category-tags {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.mobile-search-widget
  .mobile-search-input-wrapper
  .category-tags-wrapper
  .category-tag {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: var(--Soft-blue, #cde3ff);
  backdrop-filter: blur(10px);
  padding: 3px 8px 3px 4px;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}

.mobile-search-widget .mobile-search-input-wrapper .mobile-search-input {
  flex: 1;
  /* padding: 15px 20px; */
  border: none;
  outline: none;
  font-size: 1.2rem;
  color: var(--Black, #000000);
  background-color: transparent;

  min-width: 50px;
  height: 100%;
  padding: 0;
  padding-left: 0.5rem;
}

.mobile-search-widget
  .mobile-search-input-wrapper
  .mobile-search-input::placeholder {
  color: var(--Grey, #afb5d1);
}

.mobile-search-widget .mobile-search-button {
  background-color: transparent;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.mobile-search-widget .mobile-search-button svg {
  color: var(--Blue, #187dfd);
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .desktop-search-widget {
    display: none;
  }

  .mobile-search-widget {
    display: block;
  }

  .mobile-search-widget .mobile-search-container {
    margin-bottom: 0;
  }

  .search_result_page .mobile-search-widget {
    padding-top: 10px;
  }
}

.mobile-search-widget .mobile-filter-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.mobile-search-widget .mobile-filter-group.location-group {
  width: 40%;

  flex-shrink: 0;
  position: relative;
  z-index: 20;
}

.mobile-search-widget .mobile-filter-group.date-group {
  position: absolute;
  left: calc(50% + 24px);
  right: 0;

  z-index: 20;
}

.mobile-search-widget .dropdown-menu {
  position: absolute;
  /* position: fixed; */
  /* top: 0; */
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  background: var(--White, #fff);
  border-radius: 8px;
  /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06); */
  /* min-width: 200px; */
  z-index: 100;

  display: none;

  border: 1px solid var(--Grey, #afb5d1);

  /* Shadow */
  box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.16);

  width: 100%;

  pointer-events: none;
  opacity: 0;
  /* transform: translateY(-10px); */
  transition: all 0.2s ease;
}

.mobile-search-widget .mobile-dropdown.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  /* transform: translateY(0); */
}

/* Header only search widget */
.header-content-wrapper {
  width: 100%;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.header-search-widget-wrapper {
  background-color: #000;
  /* padding: 15px 80px; */
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.header-search-widget-wrapper .mobile-search-widget {
  padding-top: 20px;
}

.navigation_bar.search-mode .header-content-wrapper {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.navigation_bar.search-mode .header-search-widget-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-search-widget-container {
  max-width: 100%;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;

  display: none;
}

.main-search-widget-container.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}

.header-search-widget-wrapper .search-widget-wrapper {
  padding-bottom: 20px;
}

.filter-tags-wrapper {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 6px;
}

.filter-tags-wrapper .filter-tag .icon {
  cursor: pointer;
  color: var(--Blue, #187dfd);
  font-weight: 100;
}

.filter-tags-wrapper .filter-tag {
  border-radius: 4px;
  background: var(--Soft-blue, #cde3ff);
  backdrop-filter: blur(10px);
  display: flex;
  padding: 3px 8px 3px 4px;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  color: var(--Blue, #187dfd);
  display: flex;
  align-items: center;

  /* Caption */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28571rem; /* 128.571% */
}

.calendar-section-wrapper[data-calendar-id="search-filters-desktop"] {
  display: none;
}

/* Search widget skeleton loader mobile */
.search-container-skeleton {
  display: none;
  background-color: #000;
  max-width: 100%;
  padding: 20px 5.7rem 40px 5.7rem;
}

.search_result_page .search-container-skeleton {
  padding-bottom: 20px;
}

.mobile-skeleton-loader {
  width: 100%;
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-skeleton-loader {
    display: block;
  }

  .desktop-skeleton-loader {
    display: none;
  }

  .search-container-skeleton {
    padding: 10px 20px 20px 20px;
  }
}

.mobile-skeleton-loader .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-skeleton-loader .location-selector,
.mobile-skeleton-loader .date-selector {
  display: flex;
  align-items: center;
  gap: 10px;
}

.skeleton-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(90deg, #333 25%, #444 50%, #333 75%);
  background-size: 200% 100%;
  animation: shimmerSearchWidget 1.5s infinite;
}

.skeleton-icon {
  width: 24px;
  height: 24px;
  background: linear-gradient(90deg, #333 25%, #444 50%, #333 75%);
  background-size: 200% 100%;
  animation: shimmerSearchWidget 1.5s infinite;
}

.skeleton-text {
  height: 20px;
  width: 80px;
  border-radius: 4px;
  background: linear-gradient(90deg, #333 25%, #444 50%, #333 75%);
  background-size: 200% 100%;
  animation: shimmerSearchWidget 1.5s infinite;
}

.skeleton-input {
  height: 50px;
  width: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, #333 25%, #444 50%, #333 75%);
  background-size: 200% 100%;
  animation: shimmerSearchWidget 1.5s infinite;
}

.skeleton-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(90deg, #444 25%, #555 50%, #444 75%);
  background-size: 200% 100%;
  animation: shimmerSearchWidget 1.5s infinite;
}

@keyframes shimmerSearchWidget {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* Search widget skeleton loader desktop */
.desktop-skeleton-loader {
  width: 100%;
  display: none;
}

@media screen and (max-width: 1024px) {
  .desktop-skeleton-loader {
    width: 1024px;
  }
}

@media screen and (min-width: 769px) {
  .desktop-skeleton-loader {
    display: block;
  }
}

.desktop-search-bar {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 15px;
  height: 62px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.desktop-location-selector,
.desktop-date-selector {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  border-right: 1px solid #e0e0e0;
}

.skeleton-flag {
  width: 20px;
  height: 15px;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmerSearchWidget 1.5s infinite;
  margin-right: 8px;
}

.desktop-location-selector .skeleton-text,
.desktop-date-selector .skeleton-text {
  height: 16px;
  width: 60px;
  border-radius: 3px;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmerSearchWidget 1.5s infinite;
  margin: 0 8px;
}

.skeleton-arrow {
  width: 10px;
  height: 10px;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmerSearchWidget 1.5s infinite;
}

.skeleton-calendar {
  width: 16px;
  height: 16px;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmerSearchWidget 1.5s infinite;
  margin-right: 8px;
}

.desktop-search-input {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
  padding: 0 15px;
}

.skeleton-search-icon {
  width: 16px;
  height: 16px;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmerSearchWidget 1.5s infinite;
  margin-right: 10px;
}

.skeleton-input-text {
  height: 16px;
  flex-grow: 1;
  border-radius: 3px;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmerSearchWidget 1.5s infinite;
}

.desktop-search-button {
  width: 164px;
  height: 48px;
  border-radius: 4px;
  background: linear-gradient(90deg, #4f8eff 25%, #3b7dff 50%, #4f8eff 75%);
  background-size: 200% 100%;
  animation: shimmerSearchWidget 1.5s infinite;
}

/* Responsive adjustments */
@media screen and (min-width: 769px) and (max-width: 992px) {
  .desktop-search-button {
    width: 80px;
  }

  .desktop-location-selector,
  .desktop-date-selector {
    padding: 0 10px;
  }
}

.header_country_button_wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 10001;
}

.header_country_button {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.header_country_button .flag-skeleton {
  width: 24px;
  height: 24px;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmerSearchWidget 1.5s infinite;
  border-radius: 50%;
}

.header_country_button .country {
  color: #187dfd;
  font-size: 1.4285714286rem;
  font-weight: 400;
  line-height: 1.28571rem; /* 128.571% */
  font-family: Inter;
  font-style: normal;
  text-align: left;
}

.header_country_button .flag {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white, #fff);
}

.header_country_button .angle.icon {
  color: #fff;
  transition: transform 0.2s ease;
}

.header_country_button_wrapper[aria-expanded="true"] .angle.icon {
  transform: rotate(180deg);
}

.header_country_button_wrapper .header_dropdown_content {
  top: 150%;
  left: 30%;
}

.mobile_auth_links.mobile_show
  .header_country_button_wrapper
  .header_dropdown_content {
  left: -50%;
}

.header_dropdown_content_list .country-option {
  color: #000;
  font-family: Inter, sans-serif;
  padding: 12px 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 200px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.header_dropdown_content_list .country-option:hover {
  color: #187dfd;
}

.header_dropdown_content_list .country-option .country {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28571rem; /* 128.571% */
  text-align: left;
  color: var(--Black, #000);
}

.header_dropdown_content_list .country-option.active .country {
  color: var(--Blue, #187dfd);
  font-weight: 700;
}

.calendar-skeleton-container {
  width: 100%;
}

.skeleton-year-selector {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.skeleton-year {
  width: 60px;
  height: 20px;
}

.skeleton-month-selector {
  display: flex;
  gap: 10px;
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0 10px;
}

.skeleton-month-selector::-webkit-scrollbar {
  display: none;
}

.skeleton-month-item {
  height: 20px;
  width: 40px;
  flex-shrink: 0;
}

.skeleton-month-item.active {
  width: 60px;
  height: 30px;
  border-radius: 15px;
}

.skeleton-month-display {
  margin-bottom: 15px;
}

.skeleton-month-name {
  width: 100px;
  height: 20px;
}

.skeleton-day-selector {
  display: flex;
  align-items: center;
  gap: 10px;
}

.skeleton-days-container {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 10px 0 0 0;
  flex: 1;
}

.skeleton-days-container::-webkit-scrollbar {
  display: none;
}

.skeleton-day-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  width: 40px;
}

.skeleton-day-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skeleton-day-name {
  width: 40px;
  height: 15px;
  text-align: center;
}

.shimmer {
  animation: pulse 1.5s infinite ease-in-out;
}

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

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

@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}

.updates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

.update-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
}

.update-item__logo {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  margin-right: 15px;
  object-fit: cover;
  border: 1px solid #eee;
}

.update-item__logo--dark-bg {
  background-color: #1a1a1a;
  border: none;
}
.update-item__logo--purple-bg {
  background-color: #4a00e0;
  border: none;
}
.update-item__logo--gradient-bg {
  background: linear-gradient(to bottom right, #6a82fb, #fc5c7d);
  border: none;
}

.update-item__info {
  flex-grow: 1;
}

.update-item__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 4px 0;
}

.update-item__followers {
  font-size: 0.875rem;
  color: #666;
  margin: 0 0 10px 0;
}

.update-item__button {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  background-color: #e9d8fd;
  color: #8a2be2;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.update-item__button:hover {
  background-color: #dbc1fa;
}

.update-item__button svg {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  fill: currentColor;
}

.update-item__button .icon-x {
  margin-right: 6px;
  font-weight: bold;
}

.profile_setting_page_content.show_content {
  display: block;
  height: 100%;
}

.md-form-field {
  height: 42px;
}

.lg-form-field {
  height: 52px;
}

.m-0 {
  margin: 0 !important;
}

.profile_setting_page_personal_details_form_wrapper .field {
  margin: 0 !important;
  display: block !important;
}

.profile_setting_page_personal_details_form_wrapper .field > label {
  color: var(--Grey-text, #707696) !important;

  /* Small Text */
  font-family: Inter !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 140% !important; /* 22.4px */
}

.profile_setting_page_personal_details_form_wrapper .ui.checkbox label {
  color: var(--Black, #000);

  /* Text */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.profile_setting_page_personal_details_form_wrapper .planned-dates-wrapper {
  width: 200px;
  display: flex;
  align-items: center;
}

.profile_setting_page_personal_details_form_wrapper
  .dateOfBirthGroup
  .ui.calendar {
  width: 100% !important;
}

.profile_setting_page_personal_details_form_wrapper .country-select {
  width: 100%;
}

.my_preferences_content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ticket_description_wrapper {
  width: 100%;
}

.ticket_description_wrapper .ticket_description_item_wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ticket_description_wrapper .ticket_action_buttons_wrapper {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.ticket_description_wrapper .ticket_action_buttons_wrapper .ticket_button {
  display: flex;
  height: 42px;
  padding: 15px 16px 15px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  border: 2px solid var(--Blue, #187dfd);
  background: var(--White, #fff);
  text-transform: uppercase;

  color: var(--Blue, #187dfd);
  text-align: center;

  /* Rubricator */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
  cursor: pointer;
}

.ticket_description_wrapper
  .ticket_action_buttons_wrapper
  .add_to_apple_wallet {
  display: flex;
  height: 42px;
}

.ticket_content_carousel_item {
  margin-top: 32px;
}

.ticket_header_options {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .ticket_header_options {
    flex-direction: column;
  }
}

.ticket_actions_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ticket_actions_wrapper .ticket_scanned_status {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #ff2e33;
  padding: 4px 8px;
  border-radius: 24px;
}

@media screen and (max-width: 768px) {
  .ticket_actions_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .qrcode_block {
    justify-content: center;
  }
}

.align-center {
  align-items: center !important;
}

.align-end {
  align-items: flex-end !important;
}

.d-flex {
  display: flex !important;
}

.w-100 {
  width: 100% !important;
}

#profile_setting_categories_modal .filters_modal_header {
  padding-bottom: 20px;
}

#profile_setting_categories_modal .filters_modal_title {
  font-size: 24px;
  letter-spacing: normal;
  line-height: normal;
}
#profile_setting_categories_modal .categories_tags_title {
  font-size: 20px;
  letter-spacing: normal;
  line-height: normal;
}

#profile_setting_categories_modal .filters_modal_categories_item .label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  #profile_page {
    max-width: 1024px;
  }
}

.profile_setting_page_wrapper .booking_history_item_body_order_number.mobile {
  display: none;
}
.profile_setting_page_wrapper .booking_history_item_body_order_number.desktop {
  display: flex;
}

.ui.form .error_message {
  text-align: right;
  visibility: hidden;
  height: 12px;
  margin-top: 8px;
  color: #9f3a38 !important;
}

.ui.form .field.error .error_message {
  visibility: visible;
}

.find_event_cta {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  .profile_setting_page_navigate {
    display: none;
  }
  .profile_setting_page_wrapper {
    padding-top: 24px;
  }
  .profile_setting_page_personal_details_greeting_txt_wrapper {
    margin-bottom: 32px;
  }

  .profile_setting_page_content {
    margin-top: 16px;
  }
  .ui.form .inline.fields {
    gap: 8px;
  }
  .profile_setting_page_wrapper .booking_history_item_ticket_counter {
    padding: 4px 6px;
  }
  .profile_setting_page_wrapper .booking_history_item_ticket_date {
    font-size: 14px;
  }
  .profile_setting_page_wrapper .booking_history_item__header_actions.desktop {
    display: none;
  }
  .profile_setting_page_wrapper .booking_history_item__header_actions.mobile {
    display: flex;
  }
  .profile_setting_page_wrapper
    .booking_history_item_body_order_number.desktop {
    display: none;
  }
  .profile_setting_page_wrapper .booking_history_item_body_order_number.mobile {
    display: flex;
  }
  .profile_setting_page_wrapper .booking_history_item_body_tickets_info p {
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
  }
  .profile_setting_page_wrapper .booking_history_item_body_arrow.desktop {
    display: none;
  }
  .profile_setting_page_wrapper .booking_history_item_body_arrow.mobile {
    display: flex;
    width: 40px;
    height: 40px;
  }
  .profile_setting_page_wrapper
    .booking_history_item_body_tickets_info_name_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .profile_setting_page_wrapper .ticket_description {
    flex-direction: column;
    flex-flow: column;
  }
  .profile_setting_page_wrapper .ticket_description_item div {
    font-size: 16px;
    letter-spacing: normal;
    line-height: normal;
  }
  .profile_setting_page_wrapper .ticket_description_item div:last-child {
    text-align: left;
  }
  .profile_setting_page_wrapper .ticket_description_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .profile_setting_page_wrapper
    .ticket_description_wrapper
    .ticket_action_buttons_wrapper {
    flex-direction: column;
  }
  .profile_setting_page_wrapper .ticket_checkout_header_title {
    font-size: 16px;
    letter-spacing: normal;
    line-height: normal;
  }
  .profile_setting_page_wrapper .ticket_checkout {
    padding: 12px;
  }
  .profile_setting_page_content_wrapper .profile_setting_page_header h2 {
    font-size: 32px;
    line-height: normal;
    letter-spacing: normal;
  }
  .profile_setting_page_content_wrapper .profile_setting_page_header {
    flex-direction: column !important;
    display: flex;
    align-items: flex-start !important;
    gap: 8px !important;
    margin-bottom: 16px;
  }
  #profile_page .filters_modal_action_btns {
    display: flex;
  }
  #profile_page .filters_modal {
    padding: 12px;
  }

  #profile_page
    #profile_setting_categories_modal
    .selected_tags_actions
    .clear_all,
  #profile_page
    #profile_setting_categories_modal
    .selected_tags_actions
    .selected_tags_text {
    font-size: 16px;
    letter-spacing: normal;
    line-height: normal;
  }

  #profile_page .filters_modal .close_icon {
    width: 24px;
    height: 24px;
  }

  #profile_page .lg_modal {
    /* min-width: 100% !important; */
    /* min-height: 100% !important; */
    /* top: -17px !important; */
    overflow-x: hidden !important;
    min-width: auto !important;
    margin-top: 16px !important;
  }

  .btn {
    font-size: 12px !important;
  }

  .profile_setting_form_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .ui.toggle.checkbox label::before {
    background-color: #afb5d1 !important;
  }

  .ui.toggle.checkbox input:checked ~ label::before {
    background-color: #187dfd !important;
  }
}

.in-place-search-container {
  height: 47px;
}

.in-place-search-container .search-input-container {
  position: relative;
  height: 100%;
}

.in-place-search-container .placeholder-mobile-search-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; /* Ensures it's on top */

  cursor: pointer;
  font-family: Inter, sans-serif;
  border-radius: 6px;

  flex: 1;
  /* padding: 15px 20px; */
  border: none;
  outline: none;
  font-size: 1.1rem;
  color: var(--Grey, #afb5d1);
  background-color: #fff;

  min-width: 50px;
  height: 100%;
  padding: 0;
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
  text-wrap-mode: nowrap;
  white-space: nowrap;
  overflow: auto;
  /* visibility: visible;
  opacity: 1; */
}

.in-place-search-container.active .placeholder-mobile-search-trigger {
  display: none;
}

.in-place-search-container .actual-mobile-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  background-color: transparent;
  padding: 10px 5px;
  /* display: none; */
  /* visibility: hidden;
  opacity: 0; */
  position: relative;
  z-index: 1;
}

body.search-mode .actual-mobile-search-input {
  /* display: flex; */
  visibility: visible;
  opacity: 1;
}

body.search-mode .placeholder-mobile-search-trigger {
  display: none;
}

#unsaved-changes-modal {
  width: 600px;
}

/* Notification Banner */
.notification-banner {
  display: flex;
  align-items: flex-start;
  border-radius: 6px;
  background: var(--SM-Light-Yellow, #fffbd5);
  border-radius: 8px;
  padding: 16px 24px;
  gap: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.notification-banner.dismissing {
  opacity: 0;
  transform: translateY(-10px);
}

.info-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
  color: #000;
}

.notification-content {
  flex: 1;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
}

.notification-content strong {
  font-weight: 700;
}

.notification-content a {
  color: #2563eb;
  text-decoration: none;
}

.notification-content a:hover {
  text-decoration: underline;
}

.close-button {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 300;
  color: #000;
  line-height: 1;
  transition: opacity 0.2s ease;
}

.close-button:hover {
  opacity: 0.7;
}

.close-button:active {
  opacity: 0.5;
}
