@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --swiper-navigation-color: #ff8a00;
  --swiper-pagination-color: #ff8a00;
  --orange: #ff8a00;
  --orange-hover: #ff9519;
  --orange-outline: #ff880048;
  --border: #d1d5db;
  --label: #374151;
  --heading: #111827;
  --grey-text: #4b5563;
  --font: "Inter", sans-serif;
  --border-color: #d1d5db;
  --dark-grey: #6b7280;
  --blue: rgb(37 99 235);
  --blue-light: rgb(219 234 254 / 1);
  --green: rgb(22 163 74 / 1);
  --green-light: rgb(220 252 231 / 1);
  --yellow: #ca8a04;
  --yellow-light: #fef9c3;
  --purple: #9333ea;
  --purple-light: #f3e8ff;
}

.alq_sign_in_message {
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.5;
  color: var(--red);
  background: var(--red-light);
  border: 1px solid var(--red);
  padding: 16px;
  border-radius: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.alq_product_gallery .swiper-slide img {
  height: 400px !important;
  object-fit: contain;
  width: 100%;
}

.alq_product_thumbnail .swiper-slide img {
  width: 100%;
  height: 76px;
  object-fit: cover;
  border-radius: 8px;
}

.alq_product_thumbnail {
  padding: 16px !important;
  background: #fff;
}

.alq_product_gallery .swiper-button-prev,
.alq_product_gallery .swiper-button-next {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0px 10px -2px rgba(0, 0, 0, 0.1);
  background: #fff !important;
}

.alq_product_gallery .swiper-button-prev:after,
.alq_product_gallery .swiper-button-next:after {
  font-size: 16px !important;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 50%;
}

.alq-account-content {
  background: #fff;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1) !important;
  border-radius: 16px;
}

.alq-account-content form {
  padding: 24px;
}

h1.alq-section-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px;
  border-bottom: 1px solid #f3f4f6;
  font-size: 19px;
  line-height: 1.3;
  color: #333;
  font-family: "Inter";
}

h1.alq-section-title .alq-icon {
  font-size: 16px;
  color: var(--orange);
}

.alq_image_preview img {
  width: 120px !important;
  height: 120px !important;
  object-fit: cover;
  border-radius: 50% !important;
}

.alq_image_preview {
  padding: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.alq-profile-image {
  position: relative;
}

.alq_image_uploader {
  position: absolute;
  background: var(--orange);
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 81px;
  bottom: 0;
  z-index: 10;
  font-size: 19px;
}

.alq_image_uploader input#profile_pic {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 15;
  opacity: 0;
  cursor: pointer;
}

.alq_personal_details {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.alq-pd_fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
  flex: 1;
}

.alq_field_group input,
.alq_field_group select,
.alq_field_group textarea {
  border-radius: 8px !important;
  outline: none !important;
  border: 1px solid var(--border) !important;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.5em;
  height: auto !important;
  background-color: #fff !important;
  box-shadow: none !important;
  width: 100%;
}

.alq_field_group select {
  margin-bottom: 12px;
}

.alq_field_group input:focus,
.alq_field_group select:focus,
.alq_field_group textarea:focus {
  border-color: var(--orange) !important;
  outline: 2px solid #ff880049 !important;
}

.alq_field_group textarea {
  height: 114px !important;
  resize: none;
}

.alq_field_group label {
  font-size: 14px !important;
  display: block;
  font-weight: 500;
  color: var(--label);
  line-height: 1.5;
  margin-bottom: 5px;
}

.alq_directions {
  border-block: 1px solid #f3f4f6;
  margin-block: 24px;
  padding-block: 24px;
}

.alq_change_password {
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 24px;
}

.alq_additional_information {
  margin-bottom: 24px;
}

.alq_direction_fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.alq_change_password_fields {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.alq_directions > h2.block-title,
.alq_change_password > h2.block-title,
h2.block-subtitle,
.alq_additional_information > h2.block-title {
  font-size: 18px;
  font-family: "Inter";
  color: var(--heading);
  line-height: 1.5;
  margin-bottom: 16px !important;
}

button.alq_button {
  background: var(--orange);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 8px;
  font-weight: 400 !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 8px 16px !important;
  margin-left: auto;
  font-family: "Inter";
}

button.alq_button:hover {
  background: var(--orange-hover);
}

form#alq_personal_data {
  display: flex;
  flex-direction: column;
}

.alq_switch_fields {
  padding-bottom: 24px;
  border-bottom: 1px solid #f3f4f6;
  margin-bottom: 24px;
}

.alq_switch_fields > h2 {
  color: var(--heading);
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 16px;
  font-family: "Inter";
  margin-bottom: 0px !important;
}

span.alq_switch_label {
  font-size: 16px;
  color: var(--heading);
  line-height: 1.5;
  display: block;
  font-family: "Inter";
}

span.alq_switch_description {
  font-size: 14px;
  color: var(--grey-text);
  line-height: 1.5;
  font-family: "Inter";
}

.alq_switch_field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

label.alq_switch {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.alq_switch_field input {
  display: none;
}

span.alq_switch_slider {
  display: block;
  position: relative;
}

span.alq_switch_slider::after {
  content: "";
  width: 52px;
  height: 27px;
  border-radius: 50px;
  display: block;
  background: #e5e7eb;
  transition: all 0.4s ease;
}

span.alq_switch_slider::before {
  content: "";
  width: 21px;
  height: 21px;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 4px;
  transition: all 0.4s ease;
}

.alq_switch_field input:checked + span.alq_switch_slider::after {
  background: var(--orange);
}

.alq_switch_field input:checked + span.alq_switch_slider::before {
  left: 27px;
}

button.alq_download_data {
  background: #f3f4f6;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 16px;
  border-radius: 8px;
  line-height: 1.5;
  transition: all 0.3s ease;
}

button.alq_download_data:hover {
  background: #e5e7eb;
}

form#alq_privacy {
  display: flex;
  flex-direction: column;
}

button.add-to-wishlist {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 10px;
  z-index: 10;
  top: 10px;
  color: var(--label);
}

button.add-to-wishlist.in-wishlist {
  color: var(--orange);
}

li.woocommerce-MyAccount-navigation-link a::before {
  content: "";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

li.woocommerce-MyAccount-navigation-link--personal-data a::before {
  content: "\f256";
}

li.woocommerce-MyAccount-navigation-link--privacy a::before {
  content: "\f107";
}

li.woocommerce-MyAccount-navigation-link--security a::before {
  content: "\eece";
}

li.woocommerce-MyAccount-navigation-link--payment_methods a::before {
  content: "\ea92";
}

li.woocommerce-MyAccount-navigation-link--notifications a::before {
  content: "\ef94";
}

li.woocommerce-MyAccount-navigation-link--language-region a::before {
  content: "\edcf";
}

li.woocommerce-MyAccount-navigation-link--account a::before {
  content: "\f0e6";
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 23%;
}

.woocommerce-MyAccount-navigation > ul {
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  border: none;
  overflow: hidden;
}

body .woocommerce-MyAccount-navigation-link {
  list-style: none;
  border: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 75%;
}

body .woocommerce-MyAccount-navigation-link a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  color: var(--grey-text);
  transition: all 0.1s ease;
}

body .woocommerce-MyAccount-navigation-link a:hover {
  background-color: #fff9f2;
}

body .woocommerce-MyAccount-navigation-link.is-active a {
  background-color: #fff9f2;
  border-left: 4px solid var(--orange);
  color: var(--orange);
}

.alq_chat_container {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.alq_users {
  width: 400px;
}

.alq_current_message {
  flex: 1;
}

.alq_search_users {
  padding: 16px;
}

.alq_search_field {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.05);
  padding: 5px 12px;
  border-radius: 50px;
}

input#alq_search_user {
  background: transparent;
  border: none;
  height: auto;
  padding: 5px 10px;
}

.alq_single_message {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  position: relative;
}

.alq_user_image img {
  width: 48px;
  height: 48px !important;
  object-fit: cover;
  border-radius: 50% !important;
  min-width: 48px;
}

span.alq_online_badge {
  width: 12px;
  height: 12px;
  display: block;
  background: green;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
}

.alq_user_image {
  position: relative;
}

.alq_user_info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

span.alq_username {
  font-size: 16px;
  line-height: 1.5;
  display: block;
}

span.alq_last_message {
  display: block;
  font-size: 14px;
  color: var(--grey-text);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

span.alq_msg_time {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--grey-text);
}

span.alq_unseen {
  background: var(--orange);
  font-size: 9px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

.alq_single_message:hover {
  background: #f9fafb;
  cursor: pointer;
}

.alq_current_user_image img {
  width: 48px;
  min-width: 48px;
  height: 48px !important;
  border-radius: 50% !important;
  object-fit: cover;
}

.alq_current_user_image {
  position: relative;
}

.alq_current_user_card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.alq_current_chat_container {
  width: 100%;
  height: 90vh;
  max-height: 600px;
  overflow-y: scroll;
  padding: 13px;
}

.alq_current_message {
  border-left: 1px solid #eee;
}

.alq-emoji-grid {
  display: none;
  grid-template-columns: repeat(8, 1fr);
  width: 300px;
  height: 250px;
  position: absolute;
  background: #fff;
  z-index: 10;
  padding: 10px;
  overflow: scroll;
  border-radius: 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  right: 0;
  bottom: 30px;
}

.alq-emoji-grid.active {
  display: grid;
}

.alq_emojis {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.alq-emoji-item {
  padding: 5px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.1s ease;
  user-select: none;
}

.alq-emoji-item:hover {
  background: rgba(0, 0, 0, 0.05);
}

.alq_message_box {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-top: 1px solid #eee;
  position: relative;
}

textarea#alq_message_input {
  height: 50px;
  resize: none;
  width: 100%;
  background: #f9fafb;
  border: none;
  border-radius: 50px;
  padding-right: 90px;
}

.alq_message_tools {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 28px;
}

.alq_attachment {
  position: relative;
  user-select: none;
  cursor: pointer;
}

input#alq_add_attachment {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
}

.alq_send_message {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
}

.open-alq-sidebar,
.close-alq-sidebar {
  font-size: 20px;
  cursor: pointer;
  user-select: none;
  display: none;
}

.alq_current_user_info {
  display: flex;
  flex-direction: column;
  gap: 0;
}

span.alq_current_user_name {
  display: block;
  font-size: 15px;
  color: var(--heading);
  line-height: 1.5;
}

span.alq_current_user_status {
  font-size: 12px;
  line-height: 1.5;
  color: green;
}

.alq_profile_pic img {
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
}

.alq_current_chat {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  gap: 25px;
  min-height: 100%;
}

.alq_receiver,
.alq_sender {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  width: 70%;
}

.alq_sender {
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
}

.alq_receiver_message article,
.alq_sender_message article {
  background: #f3f4f6;
  padding: 16px;
  border-radius: 16px 16px 16px 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Inter";
  color: #1f2937;
}

.alq_sender_message article {
  background: var(--orange);
  color: #fff;
  border-radius: 16px 16px 0 16px;
}

span.alq_text_time {
  color: #6b7280;
  line-height: 1.5;
  font-size: 12px;
  font-family: "Inter";
  display: block;
}

.alq_sender span.alq_text_time {
  text-align: right;
}

.alq_single_message.active {
  background: #fff9f2;
  border-left: 3px solid var(--orange);
}

.alq_single_message.active .alq_last_message {
  color: var(--orange);
}

.alq-file-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.alq-file-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px !important;
}

.alq-file-item > button {
  padding: 0;
  color: white;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  background: var(--orange);
  font-size: 12px;
  line-height: 1.5;
}

.alq_message_attachments {
  display: none;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
  padding: 13px;
  border-top: 1px solid #eee;
}

.alq_sender_message {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.alq_receiver_message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.alq_chat_attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 10px;
}

.alq_receiver .alq_chat_attachments {
  justify-content: flex-start;
}

.alq_chat_attachment {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 11px;
  overflow: hidden;
}

.alq_chat_attachment img {
  width: 100%;
  object-fit: contain;
  max-height: 120px;
}

.alq_chat_attachment a {
  font-size: 30px;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.alq_chat_attachment a p {
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
  color: var(--grey-text);
  font-family: "Inter";
  margin: 0 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.alq_user_messages > p {
  text-align: center;
  padding: 10px;
}

.alq_empty_user {
  padding-block: 6px;
  font-family: "Inter";
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
}

.alq_step_container {
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}

h2.alq_step_heading {
  color: var(--heading);
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 16px !important;
  font-weight: 700;
  font-family: var(--font);
}

.alq_pu_form_group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 16px;
}

.alq_pu_form_group > label {
  font-size: 14px;
  color: var(--label);
  font-weight: 500;
  line-height: 1.3;
}

.instruction {
  font-size: 12px;
  line-height: 1.3;
  color: var(--dark-grey);
}

.alq_pu_input {
  border-radius: 12px !important;
  border: 1px solid #d1d5db !important;
  padding: 8px 16px !important;
  line-height: 1.5 !important;
  font-size: 16px !important;
  height: auto !important;
  outline: none;
}

.alq_pu_form_group > select {
  border: 1px solid #d1d5db;
  padding: 8px 16px;
  height: auto;
  border-radius: 12px;
  background-position: calc(100% - 16px) center;
}

.alq_pu_input:focus {
  border-color: var(--orange) !important;
  outline: 2px solid var(--orange-outline) !important;
}

.alq_pu_radio > label {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.alq_pu_radio > input {
  display: none;
}

.alq_pu_radio > label:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  display: inline-block;
}

.alq_pu_radio > label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--orange);
  display: none;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
}

.alq_pu_radio input:checked + label:after {
  display: block;
}

.alq_pu_radio input:checked + label:before {
  border-color: var(--orange);
}

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

.alq_pu_checkbox_field > label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.alq_pu_checkbox_field input {
  display: none;
}

span.alq_checkbox_label {
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  font-weight: 400;
  font-family: "Inter";
}

span.alq_checkbox_label:before {
  content: "✓";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  border: 1px solid #d1d5db;
  cursor: pointer;
}

span.alq_checkbox_label:before {
  content: "✓";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  border: 1px solid #d1d5db;
  cursor: pointer;
}

span.alq_checkbox_label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.alq_pu_checkbox_field input:checked + span.alq_checkbox_label:before {
  border-color: var(--orange);
  background: var(--orange);
}

.alq_pu_pricing_fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 16px;
}

.alq_expanded_3 {
  grid-column: span 3;
}

span.alq_require {
  color: red;
  margin-left: 5px;
}

.alq_button.alq_disabled_btn {
  background: #f3f4f6;
  color: #000;
}

.alq_button.alq_disabled_btn:hover {
  background: #e5e7eb;
}

.alq_custom-availability {
  padding: 15px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  margin: 15px 0 20px;
}

.alq_pu_map {
  margin-bottom: 16px;
}

.alq_drop_files {
  border: 2px dashed #ddd;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.alq_drop_files p {
  margin: 0;
  font-size: 16px;
  color: var(--label);
  line-height: 1.5;
  font-family: "Inter";
  font-weight: 500;
}

.alq_drop_files i {
  margin-bottom: 20px;
  color: #9ca3af;
}

.alq_drop_files span {
  display: block;
  color: var(--dark-grey);
  font-family: "Inter";
  line-height: 1.3;
  font-weight: 400;
}

input#upload_image {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
}

.alq_drop_files {
  border: 2px dashed #ddd;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}

.alq_drop_files:hover {
  border-color: var(--orange);
}

.alq_upload_preview_images,
.alq_preview_images {
  margin-top: 25px;
}

div#alq_pu_map {
  border-radius: 16px;
}

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

.alq_icon_box i {
  color: var(--orange);
  font-size: 20px;
}

.alq_icon_box_content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1.3;
}

span.alq_icon_box_heading {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 !important;
  color: var(--heading);
}

span.alq_icon_box_content {
  font-size: 14px;
  color: var(--dark-grey);
  margin: 0;
  display: block;
  line-height: 1.3;
}

.alq_highlight_product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fffaeb;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 20px;
}

.alq_package {
  background: #eff6ff;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.alq_package_content h3 {
  font-size: 16px;
  color: var(--heading);
  line-height: 1.3;
  margin: 0;
  font-family: "Inter";
}

.alq_package_content article {
  font-size: 14px;
  line-height: 1.5;
  color: var(--dark-grey);
  font-family: "Inter";
}

.alq_package_content p {
  margin: 0 0 10px;
}

span.alq_package_price {
  color: var(--orange);
  font-weight: 700;
  font-size: 18px;
  font-family: "Inter";
  line-height: 1.3;
}

.alq_pu_container {
  display: flex;
  align-items: flex-start;
}

.alq_pu_sidebar {
  width: 100%;
  max-width: 300px;
}

form.alq_pu_form {
  flex: 1;
  padding-right: 24px;
}

.alq_pu_step_counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  position: relative;
}

.alq_pu_step_counter:after {
  content: "";
  height: 5px;
  background: #e5e7eb;
  width: calc(100% - 48px);
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.alq_pu_step_number {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
}

.alq_pu_step_counter:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 5px;
  display: block;
  background: var(--orange);
  left: 24px;
  top: calc(35% - 1px);
  transform: translateY(-50%);
}

.alq_pu_step_counter.photos:before {
  width: calc(25% - 12px);
}

.alq_pu_step_counter.pricing:before {
  width: calc(50% - 24px);
}

.alq_pu_step_counter.location:before {
  width: calc(50% - 24px);
}

.alq_pu_header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

a.return_link {
  text-decoration: none !important;
  color: var(--label);
  font-size: 16px;
  line-height: 1.3;
  font-family: "Inter";
  display: flex;
  align-items: center;
  gap: 10px;
}

a.return_link:hover {
  color: var(--orange);
}

.alq_pu_header h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1.3;
  color: var(--heading);
  font-family: "Inter";
}

span.alq_count {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: var(--heading);
  background: #e5e7eb;
  border-radius: 50%;
  font-size: 14px;
  font-family: "Inter";
  line-height: 1;
}

.alq_pu_step_number.active span.alq_count {
  background: var(--orange);
  color: #ffffff;
}

span.alq_title {
  color: var(--label);
  font-family: "Inter";
  line-height: 1.5;
  font-size: 13px;
}

.alq_pu_step_number.active span.alq_title {
  color: var(--orange);
}

.alq_pu_form_actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
  gap: 16px;
}

.alq_pu_form_actions > button {
  margin: 0 !important;
}

.alq_step {
  display: none;
}

.alq_step.active {
  display: block;
}

.alq-notice {
  margin-top: 20px;
  padding: 15px;
  border-radius: 6px;
  display: none;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
}

.error {
  background-color: #ffebee;
  color: #c62828;
  border: 1px solid #ef9a9a;
  display: block;
}

.success {
  background-color: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
  display: block;
}

.alq_device {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #f9fafb;
  border-radius: 16px;
  margin-bottom: 16px;
}

.alq_device > i {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alq_device_info > span {
  display: block;
  line-height: 1.4;
  font-family: "Inter";
}

span.alq_device_name {
  color: var(--heading);
  font-size: 16px;
  font-weight: 400;
}

span.alq_device_meta {
  font-size: 14px;
  color: var(--dark-grey);
  line-height: 1.5;
  font-weight: 300;
}

span.alq-logout-device {
  margin-left: auto;
  margin-bottom: auto;
  cursor: pointer;
}

.alq_account_inner {
  padding: 0 24px 24px;
  border-bottom: 1px solid var(--border-color);
}

.block-subtitle {
  margin-bottom: 16px !important;
  line-height: 1 !important;
}

.block-tagline {
  font-size: 16px;
  line-height: 1.5;
  color: var(--grey-text);
  font-weight: 300;
  margin-bottom: 10px !important;
  font-family: "Inter";
}

.alq_list_notification {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 10px 0;
}

.alq_list_notification > i {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 50%;
  color: var(--heading);
  font-size: 16px;
}

.alq_list_notification > i.publications,
.alq_activity_icon > i.publications,
.alq_list_notification > i.account {
  background: var(--blue-light);
  color: var(--blue);
}

.alq_activity_icon > i.message,
.alq_list_notification > i.message {
  background: var(--purple-light);
  color: var(--purple);
}

.alq_list_notification > i.booking,
.alq_activity_icon > i.booking,
.alq_list_notification > i.edit {
  background: var(--green-light);
  color: var(--green);
}

.alq_list_notification > i.payment,
.alq_activity_icon > i.payment,
.alq_list_notification > i.review,
.alq_activity_icon > i.review {
  background: var(--yellow-light);
  color: var(--yellow);
}

span.alq_list_notification_title {
  display: block;
  line-height: 1.3;
  color: var(--heading);
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
}

span.alq_list_notification_meta {
  font-size: 14px;
  line-height: 1.3;
  color: var(--dark-grey);
  font-family: "Inter";
  font-weight: 300;
}

div#alq_activities {
  padding: 24px;
}

.alq_notif_switches {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.alq_notif_switches > div {
  width: 48%;
}

.alq_list_box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #f9fafb;
  border-radius: 16px;
  margin-bottom: 16px;
}

.alq_list_box i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
}

span.alq_list_box_title {
  display: block;
  font-family: "Inter";
  line-height: 1.3;
  font-size: 16px;
  font-weight: 400;
  color: var(--heading);
}

span.alq_list_box_meta {
  font-size: 14px;
  line-height: 1.5;
  color: var(--dark-grey);
  font-weight: 400;
  font-family: "Inter";
  display: block;
}

.alq_list_box_action {
  margin: 0 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter";
  line-height: 1.5;
  cursor: pointer;
  text-decoration: underline;
  background-color: transparent !important;
}

.alq_list_box.not-verified i,
.alq_list_box.not-verified .alq_list_box_action {
  color: var(--yellow);
  background: var(--yellow-light);
}

.alq_list_box.verified i,
.alq_list_box.verified .alq_list_box_action {
  color: var(--green);
  background: var(--green-light);
}

.alq_download_history {
  display: flex !important;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.alq_deactivate_account {
  background: #f9fafb;
  padding: 16px;
  border-radius: 16px;
  margin-bottom: 16px;
}

.alq_deactivate_account > h3 {
  color: var(--heading);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Inter";
  padding: 0;
  margin-bottom: 8px;
}

.alq_deactivate_account > p {
  font-family: "Inter";
  font-weight: 400;
  color: var(--label);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.alq_delete_account {
  background: #fef2f2;
  padding: 16px;
  border-radius: 16px;
  margin-bottom: 16px;
}

.alq_delete_account > h3 {
  color: var(--alq-red-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Inter";
  padding: 0;
  margin-bottom: 8px;
}

.alq_delete_account > p {
  font-family: "Inter";
  font-weight: 400;
  color: var(--alq-red);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.alq_delete_account > button[type="button"] {
  background: #fee2e2 !important;
  color: var(--alq-red-dark) !important;
}

.alq_delete_account > button[type="button"] {
  font-family: "Inter";
  font-weight: 400;
  background: #fee2e2 !important;
  color: var(--alq-red-dark) !important;
  transition: all 0.2s ease;
}

.alq_delete_account > button[type="button"]:hover {
  background: #fecaca !important;
}

span.alq-show-all-notifications {
  font-size: 14px;
  color: var(--orange);
  font-family: "Inter";
  line-height: 1.5;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}

.alq_identity_demo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 30px 16px;
  border-radius: 16px;
  border: 2px dashed #eee;
  margin-bottom: 20px;
}

input#upload_identity_image {
  position: absolute;
  inset: 0;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
}

.alq_identity_demo img {
  height: 250px !important;
  object-fit: contain;
}

p.alq_indentity_upload_ins {
  font-size: 18px;
  text-align: center;
  max-width: 450px;
  line-height: 1.3;
  font-family: "Inter";
  font-weight: 300;
  color: var(--dark-grey);
  margin: 0;
}

.alq-identity-form {
  position: fixed;
  max-height: 100vh;
  overflow-y: scroll;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 16px;
  display: none;
}

.alq-identity-form form {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  position: relative;
  max-width: 90%;
  width: 750px;
  display: flex;
  flex-direction: column;
}

span.alq_close_if {
  position: absolute;
  right: 16px;
  top: 13px;
  font-size: 24px;
  z-index: 100;
  cursor: pointer;
  user-select: none;
}

.alq_user_actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

h2.alq_user_name {
  font-size: 24px;
  font-family: "Inter";
  font-weight: 700;
  line-height: 1.3;
  color: var(--heading);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 16px !important;
  flex-wrap: wrap;
}

span.alq_user_status_badge {
  font-size: 12px;
  font-weight: 400;
  color: var(--blue);
  background: var(--blue-light);
  padding: 5px 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 5px;
}

ul.alq_icon_list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

li.alq_icon_list_item {
  display: flex;
  align-items: center;
  gap: 5px;
}

li.alq_icon_list_item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  color: var(--label);
  line-height: 1.5;
}

.alq_user_summary > img {
  width: 120px !important;
  height: 120px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  min-width: 120px;
}

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

ul.alq_user_tab_titles {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  border-bottom: 1px solid #eee;
}

li.alq_user_tab_title {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 12px 16px 12px 16px;
  line-height: 1.5;
  font-family: "Inter";
  font-size: 16px;
  color: var(--label);
  user-select: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

li.alq_user_tab_title.active {
  color: var(--orange);
  border-bottom: 2px solid var(--orange);
}

ul.alq_user_tab_contents {
  margin: 0;
  list-style: none;
  padding: 24px;
}

li.alq_user_tab_content {
  display: none;
}

li.alq_user_tab_content.active {
  display: block;
}

select#filter_notification {
  width: auto;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
  color: var(--label);
  background-position: calc(100% - 10px);
}

.alq_single_activity {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.alq_activity_icon i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eee;
  min-width: 40px;
  font-size: 16px !important;
}

.alq_activity_content > h3 {
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
  margin: 0 0 5px 0;
  color: var(--heading);
  font-weight: 400;
}

.alq_activity_content > p {
  font-size: 16px;
  font-weight: 300;
  color: var(--label);
  font-family: "Inter";
  line-height: 1.5;
  margin: 0 0 10px 0;
}

.alq_activity_content a {
  color: var(--orange) !important;
  text-decoration: none !important;
}

.alq_activity_post_card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f9fafb;
  padding: 12px;
  border-radius: 16px;
}

.alq_activity_post_card > img {
  width: 64px !important;
  height: 64px !important;
}

.alq_activity_post_card_content > h3 {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: black;
  margin: 0;
}

.alq_activity_post_card_content > span {
  font-size: 14px;
  color: var(--label);
  display: block;
  font-family: "Inter";
  line-height: 1.5;
}

.alq_activity_content {
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.07);
  flex: 1;
}

#alq_review_form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0;
}

#alq_review_form .alq_button_orange {
  align-self: flex-start;
  border-radius: 8px;
  padding: 12px 25px;
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

#alq-reviews-wrapper {
  font-family: inherit;
}
#alq-reviews-wrapper .alq-filter {
  margin-bottom: 12px;
}

#alq-reviews-list .alq-review-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  margin-block: 20px;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
}

.alq-review-avatar {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.alq-review-avatar img,
.alq-review-avatar .avatar {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  object-fit: cover;
  display: block;
}

.alq-review-body {
  flex: 1;
  min-width: 0;
}

.alq-review-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 6px;
}

.alq-review-name {
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
  font-family: "Inter";
}

.alq-review-meta {
  color: #666;
  font-size: 13px;
  white-space: nowrap;
  font-family: "Inter";
}

.alq-review-stars {
  margin: 6px 0;
  line-height: 1;
}

.alq-review-stars .alq-star {
  color: #ccc;
  font-size: 16px;
  margin-right: 2px;
}

.alq-review-stars .alq-star.on {
  color: #ffcc00;
}

.alq-review-product {
  display: inline-block;
  margin-left: 8px;
  color: #333;
  font-size: 14px;
  font-family: "Inter";
}

.alq-review-message {
  margin-top: 8px;
  color: #444;
  line-height: 1.5;
  font-family: "Inter";
}

/* load more button */
#alq-load-more {
  display: block;
  margin: 16px auto;
  cursor: pointer;
  font-family: "Inter";
  align-items: center !important;
  gap: 10px !important;
  line-height: 1.5 !important;
  padding: 8px 16px !important;
  font-family: "Inter", sans-serif !important;
  border-radius: 8px !important;
  background: #f3f4f6 !important;
  color: var(--label) !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  justify-content: center !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

select#alq_rating_filter {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  line-height: 1.5;
  font-family: "Inter";
  font-size: 14px;
  color: var(--label);
  width: auto;
  background-position: calc(100% - 10px);
}

.alq-filter {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter";
  line-height: 1.5;
  color: var(--label);
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 1024px) {
  .open-alq-sidebar,
  .close-alq-sidebar {
    display: block;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 100%;
  }
  .woocommerce-MyAccount-content {
    margin-top: 20px !important;
  }

  .alq_users {
    width: 0;
    max-width: 100%;
    position: absolute;
    z-index: 100;
    height: 100%;
    left: 0;
    background: #fff;
    overflow: hidden;
    transition: all 0.4s ease;
  }

  .alq_users.active {
    width: 400px;
    max-width: 100%;
    border-right: 1px solid #eee;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
  }

  .alq_pu_container {
    flex-wrap: wrap;
  }

  .alq_pu_sidebar {
    max-width: 100%;
  }

  form.alq_pu_form {
    flex: 1;
    width: 100%;
    padding-right: 0;
    padding-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .alq_personal_details {
    align-items: stretch;
    flex-direction: column;
  }

  .alq_notif_switches > div {
    width: 100%;
  }

  .alq-pd_fields {
    grid-template-columns: repeat(1, 1fr);
    gap: 19px;
  }

  .alq_direction_fields {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .alq_direction_fields .alq_field_group:last-child {
    grid-column: span 1 !important;
  }

  .woocommerce-MyAccount-content {
    margin-top: 20px !important;
  }

  nav.woocommerce-MyAccount-navigation > ul {
    padding: 0 !important;
  }

  .alq_receiver,
  .alq_sender {
    width: 100%;
  }

  .alq_pu_step_number {
    width: 25%;
  }

  span.alq_count {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }

  span.alq_title {
    color: var(--label);
    font-family: "Inter";
    line-height: 1.5;
    font-size: 10px;
  }
}

@media (max-width: 425px) {
  .alq_list_box {
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .alq_list_box_action {
    margin: 0;
  }
}
