.submit-btn,
.form-btn {
  display: block;
  border: 0;
  width: 100%;
  max-width: 100%;
  background-color: #264699;
  color: white;
  padding: 15px 35px;
  margin-top: 20px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  font-size: 16px;
  background-image: none;
}
.active-user img {
  background: #fff;
  width: 32px;
  padding: 7px;
  border-radius: 50%;
  box-shadow: -1px 2px 16px #fff;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.active-user {
  display: flex;
  gap: 10px;
  padding: 27px 0px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%; /* Just below the active-user */
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 150px;
  display: none;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.dropdown-menu:before {
  content: "";
  top: -10px;
  left: calc(50% - 10px);
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  transform: rotate(45deg);
}
.login-btn {
  padding: 10px 12px;
}
.signup-btn {
  padding: 10px 12px;
}

.dropdown-menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}

.dropdown-menu a:hover {
  background-color: #f5f5f5;
}

.active-user:hover .dropdown-menu {
  display: block;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px;
  /* background-color: rgb(0 0 0 / 30%); */
  position: sticky;
  top: 60px;
  z-index: 999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
header .logo {
  padding: 10px 0px;
}
/* header .logo img {
        width: 100%;
        max-width: 216px;
    } */
header .logo img {
  width: auto;
  height: 100px;
  /* filter: grayscale(100%) brightness(0) invert(1); */
}

.footer .header-btn {
  display: none;
}
.form-row-full {
  text-align: left;
}
fieldset.step4 .form-row-full div:last-child,
fieldset.step3 .form-row-full div:last-child {
  display: flex;
  align-items: center;
  gap: 15px;
}

fieldset.step4 .form-row-full div:last-child input[type="checkbox"],
fieldset.step3 .form-row-full div:last-child input[type="checkbox"] {
  width: fit-content;
}
.banner img {
  width: 100%;
  max-width: 200px;
  object-fit: contain;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}
.top-nav ul {
  display: flex;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 10px;
}

.top-nav li {
  margin-right: 20px;
  cursor: pointer;
}

.top-nav .active {
  color: pink;
  font-weight: bold;
}

.sidebar {
  width: 250px;
  background: #391965;
  padding: 20px;
  border-right: 1px solid #ddd;
}

.profile-pic {
  text-align: center;
}
.sidebar img {
  width: 40px;
  height: 40px;
  padding: 4px;
  object-fit: contain;
}
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.sidebar-menu li {
  margin: 10px 0;
  text-align: left;
  color: #fff;
}
nav.top-nav {
  display: none;
}
.inner-container {
  display: flex;
}
.content {
  flex-grow: 1;
  padding: 20px;
}

.status-box {
  display: flex;
  background: #391965;
  padding: 10px;
  margin: 10px 0;
  border-radius: 6px;
  color: #fff;
}

.status-box input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
}

.status-box button {
  padding: 10px 20px;
  border: none;
  background: #df314d;
  cursor: pointer;
}

.status-display {
  background: #391965;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.membership-box {
  background: #df314d;
  padding: 20px;
  border-radius: 6px;
}

.membership-box img {
  margin-top: 10px;
  max-width: 100%;
}

.form-section .profile-completion-container {
  max-width: 950px;
}

.messenger,
.messenger-messagingView {
  max-height: calc(100vh - 150px);
}

.m-header svg {
  color: #ffffff !important;
}

.m-header-messaging {
  background: #df314d !important;
}

.messenger-messagingView {
  background: url("/assets/frontend/images/banner.jpg") !important;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.messenger-listView {
  background: #391965 !important;
}

.messenger-listView .m-header > nav {
  display: flex !important;
  justify-content: space-between;
}

.messenger-listView .m-header {
  height: auto !important;
}

.m-header a {
  color: #fff !important;
}

nav a {
  padding: 15px 10px !important;
  margin: 0;
}

.messenger-list-item td p {
  color: #fff;
}

.messenger-title > span {
  background-color: #f3afff;
  color: #111;
  padding: 2px 6px;
  border-radius: 4px;
}

.messenger-list-item td p {
  color: #fff !important;
}

.messenger-list-item:hover td p {
  color: #fff !important;
}

.messenger-title::before {
  background-color: #d187de;
}

.messenger-list-item.m-list-active,
.messenger-list-item.m-list-active:hover,
.m-list-active:focus {
  background: #df314d !important;
}

.messenger-list-item.m-list-active:hover td p {
  color: #ffffff !important;
}

.messenger-list-item {
  background: #5f0879 !important;
}

.messenger-list-item .avatar {
  margin-left: 0px !important;
}

.messenger-list-item {
  border-bottom: 1px solid #692f2f !important;
}

.messenger-list-item td span {
  color: #f5f5f5 !important;
}

.messenger-infoView {
  background: #391965;
  border: none !important;
  border-left: 1px solid #692f2f !important;
}

.messenger-messagingView {
  border-top: 1px solid #692f2f !important;
}

.messenger-listView {
  border: 1px solid #692f2f !important;
}

.center-el {
  width: 100%;
}

input.messenger-search::placeholder {
  color: #555;
}

.m-header-right .add-to-favorite svg {
  color: rgb(255 255 255) !important;
}

.m-header-right .add-to-favorite.favorite svg {
  color: #ffc107 !important;
}

.messenger-favorites > div p {
  color: #ffffff !important;
}

.search-content-block {
  width: 100%;
  display: flex;
  gap: 20px;
}

.search-content-block .filter-column {
  width: 100%;
  max-width: 200px;
}

.search-content-block .filter-column .filter-bar {
  display: flex;
  flex-wrap: wrap;
}

.search-content-block .search-container {
  width: 100%;
  max-width: calc(100% - 220px);
}

h2.search-title {
  margin-bottom: 30px;
}

.filter-bar label {
  margin-top: 12px;
}

.from-age,
.to-age {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.social-buttons {
  gap: 10px;
}

.social-buttons a {
  flex: 1 1 auto;
}

a.tab-button-custom.back {
  margin-left: auto;
}

.profile-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.member-profile {
  max-width: 100% !important;
}

.member-main-section a.action-btn.favoriteBtn,
.member-main-section a.action-btn.sendRequest,
.member-main-section a.action-btn.rejectDirect,
a.action-btn.block-user,
.member-main-section a.action-btn.accepted-request {
  padding-left: 10px;
}

a.action-btn.accepted-request {
  background: #4caf50;
}

.action-btn {
  text-decoration: none;
}

.member-main-section a.action-btn.chatify {
  gap: 0;
}

.login-form input {
  margin-bottom: 0;
}

.login-form .form-group {
  margin-bottom: 25px;
  position: relative;
}

.login-form .form-group .error {
  display: block;
  margin-top: 10px;
}

.login-form .form-group .password-icon,
.login-form .form-group .password-icon-two {
  position: absolute;
  right: 15px;
  top: 12px;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #fff;
}

.content-wrapper-custom article .info-list li p:last-child::after {
  content: ":";
  position: absolute;
  left: -10px;
  top: 0;
}

.content-wrapper-custom article .info-list li {
  grid-template-columns: 1fr 1fr;
}

/* .login-form input:-internal-autofill-selected {
    margin-bottom: 0;
    background-color: #391965 !important;
    color: #fff !important;
} */

/* .member-main-section a.action-btn.chatify{
    gap: 10px;
} */

.banner-left-content p {
  font-size: 24px;
  max-width: 600px;
}

.banner-left-content h2 {
  font-size: 55px;
  margin-bottom: 14px;
}

/* Section Title */
.boost-title {
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

.boost-title i {
  color: #6c63ff;
}

/* Table Design */
.boost-table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
  font-size: 0.95rem;
}

.boost-table thead tr {
  background: #f8f9fa;
  color: #555;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #eee;
}

.boost-table th,
.boost-table td {
  padding: 12px 15px;
  vertical-align: middle;
  text-align: center;
}

.boost-table tbody tr {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.boost-table tbody tr:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Badges */
.type-badge {
  background: #6c757d;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
}

.status-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.status-badge.active {
  background: #28a745;
  color: #fff;
}

.status-badge.used {
  background: #ffc107;
  color: #212529;
}

@media (max-width: 1200px) {
  .logo {
    max-width: 28%;
  }

  header .logo img {
    width: auto;
    max-width: 200px !important;
  }
  header {
    padding: 0px 20px;
  }
}
@media (max-width: 992px) {
  .hamburger {
    display: block;
    z-index: 1000;
    right: 25px;
    color: #fff;
    order: 1;
    padding: 0px 0px 0px 20px;
    position: static;
    min-width: 56px;
  }
  .hamburger:focus-visible {
    outline: none;
  }
  .container {
    padding: 0px 15px;
  }
  header .container {
    padding: 0px;
  }
  /* .search-content-block {
        
    } */

  .search-content-block .filter-column {
    max-width: 100%;
  }

  .search-content-block .search-container {
    max-width: 100%;
  }
  header .logo img {
    height: 65px;
  }
  .dropdown-menu:before {
    left: calc(100% - 35px);
  }
}
@media (max-width: 767px) {
  header {
    padding: 0px 20px;
  }
  .logo {
    max-width: fit-content;
  }
  header .logo img {
    width: auto;
    max-width: 170px !important;
  }
}
@media (max-width: 575px) {
  .footer .header-btn {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
  }
  .footer .header-btn > a {
    width: calc(100% / 2);
    text-align: center;
    justify-content: center;
  }
  header .logo img {
    width: auto;
    max-width: 120px !important;
  }
  .active-user {
    padding: 15px 0px;
  }
  .dropdown-menu {
    right: -0px;
  }
}
@media (max-width: 340px) {
  .active-user p {
    display: none;
  }
}
