@charset "UTF-8";
@import url("https://use.typekit.net/ago2vce.css");
.gradient {
  background: #ff927b;
  background: linear-gradient(72deg, rgb(255, 146, 123) 0%, rgb(243, 75, 111) 79%, rgb(243, 75, 111) 100%);
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.25rem;
}

.mt-5 {
  margin-top: 1.5rem;
}

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

.mt-55 {
  margin-top: 1.75rem;
}

.mt-6 {
  margin-top: 2rem;
}

.mt-7 {
  margin-top: 2.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.5rem;
}

.mb-6 {
  margin-bottom: 2rem;
}

.mb-7 {
  margin-bottom: 2.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 1.25rem;
}

.ml-5 {
  margin-left: 1.5rem;
}

.ml-6 {
  margin-left: 2rem;
}

.ml-7 {
  margin-left: 2.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.25rem;
}

.mr-5 {
  margin-right: 1.5rem;
}

.mr-6 {
  margin-right: 2rem;
}

.mr-7 {
  margin-right: 2.5rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.25rem;
}

.m-5 {
  margin: 1.5rem;
}

.m-6 {
  margin: 2rem;
}

.m-7 {
  margin: 2.5rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-7 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.25rem;
}

.pt-5 {
  padding-top: 1.5rem;
}

.pt-6 {
  padding-top: 2rem;
}

.pt-7 {
  padding-top: 2.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.5rem;
}

.pb-6 {
  padding-bottom: 2rem;
}

.pb-7 {
  padding-bottom: 2.5rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 1.25rem;
}

.pl-5 {
  padding-left: 1.5rem;
}

.pl-6 {
  padding-left: 2rem;
}

.pl-7 {
  padding-left: 2.5rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 1.25rem;
}

.pr-5 {
  padding-right: 1.5rem;
}

.pr-6 {
  padding-right: 2rem;
}

.pr-7 {
  padding-right: 2.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.25rem;
}

.p-5 {
  padding: 1.5rem;
}

.p-6 {
  padding: 2rem;
}

.p-7 {
  padding: 2.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-80 {
  padding-bottom: 80px;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.d-flex {
  display: flex;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2_5 {
  gap: 0.75rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.25rem;
}

.gap-5 {
  gap: 1.5rem;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.text-center {
  text-align: center;
}

.text-w-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-white {
  color: white !important;
}

.small {
  font-size: 0.875rem;
}

ul {
  padding: 0;
  margin-left: 1.5rem;
}
ul li {
  margin-bottom: 0.25rem;
}

.strong {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.btn {
  background-color: #070707;
  color: #ffffff;
  display: inline-grid;
  place-items: center;
  padding: 0.6rem 1.25rem;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.3s ease, color 0.3s ease;
  border: 1px solid #070707;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn span {
  display: inline-block;
  transform: translateY(0%);
  will-change: transform;
}
.btn:hover {
  background-color: rgb(45.25, 45.25, 45.25);
  border-color: rgb(45.25, 45.25, 45.25);
  color: #ffffff;
}

.btn-outline {
  background-color: transparent;
  color: #070707;
}
.btn-outline:hover {
  background-color: transparent;
  border-color: rgb(45.25, 45.25, 45.25);
  color: #070707;
}

.btn-primary-outline {
  background-color: transparent;
  color: #f34b6f;
  border-color: #f34b6f;
}
.btn-primary-outline:hover {
  background-color: transparent;
  border-color: #f34b6f;
  color: #f34b6f;
}

button.btn.btn-light {
  background-color: #f0f0ee;
  border-color: #f0f0ee;
  color: #070707;
}
button.btn.btn-light:hover {
  border-color: #888888;
  color: #070707;
}

.btn.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 0.5rem !important;
  font-size: 0.875rem;
}

.w-100 {
  width: 100%;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.hiw {
  text-align: center;
}
.hiw img {
  max-width: 300px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-600 {
  max-width: 600px;
}

.text {
  font-size: 1rem;
  color: #696969;
}

html[dir=rtl] .text-m,
html[dir=rtl] .text-s {
  font-family: "cairo", system-ui, Arial, sans-serif;
}

.text-s {
  font-size: 1rem;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.4;
}

.text-m {
  font-size: 1.1rem;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.7;
}

.text-l {
  font-size: 1.25rem;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.8;
}

.text-dark {
  color: #070707;
}

.text-primary {
  color: #f34b6f;
}

.text-light {
  color: #696969;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.fs-l {
  font-size: 1.1rem;
}

.fs-m {
  font-size: 1rem;
}

.fs-s {
  font-size: 0.875rem;
}

.text-success {
  color: rgb(1, 175, 111) !important;
}

.bg-light {
  background-color: #f1f1f1;
}

.bg-white {
  background-color: #ffffff;
}

.bg-lt {
  background-color: #f2f0f1;
}

.text-m-lt {
  font-size: 1.1rem;
  font-weight: 400;
  color: #02143f;
}

.emoji {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "EmojiOne Color", "Segoe UI Symbol", sans-serif;
}

.overflow-visible {
  overflow: visible;
}

.popover {
  position: absolute;
  top: calc(100% + 8px);
  background: #111;
  color: #fff;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 170px;
  max-width: 320px;
  white-space: normal; /* wider */
}

.popover.show {
  opacity: 1;
  pointer-events: auto;
}

.hidden {
  display: block;
} /* keep layout stable; visibility via opacity */
.relative {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.border-0 {
  border: none !important;
}

.pointer {
  cursor: pointer;
}

.cap {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.e-none {
  pointer-events: none;
}

.lh-0 {
  line-height: 0;
}

.t-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.5rem 0;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.95rem;
  color: #333;
  background: transparent;
  min-width: 640px;
}

.table thead th {
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.4px;
}

.table tbody td {
  word-break: break-word;
}

/* Header */
.table thead th {
  background: #f8f9fa;
  color: #444;
  font-weight: 600;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 2px solid #dee2e6;
  white-space: nowrap;
}

.table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  line-height: 1.5;
}

.table tbody tr:nth-child(even) {
  background-color: rgba(248, 249, 250, 0.5);
}

.table tbody tr:hover {
  background-color: rgba(233, 236, 239, 0.7);
  transition: background-color 0.12s ease;
}

.table tbody tr:first-child td:first-child {
  border-top-left-radius: 6px;
}

.table tbody tr:first-child td:last-child {
  border-top-right-radius: 6px;
}

.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

@media (max-width: 768px) {
  .table {
    font-size: 0.9rem;
  }
  .table thead th,
  .table tbody td {
    padding: 10px 12px;
  }
  .table tbody td:first-child {
    background: inherit;
    z-index: 1;
    min-width: 180px; /* adjust based on your longest category name */
    box-shadow: 2px 0 6px -2px rgba(0, 0, 0, 0.08);
  }
}
@media (prefers-color-scheme: dark) {
  .t-responsive {
    background: #1e1e1e;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  }
  .table {
    color: #e0e0e0;
  }
  .table thead th {
    background: #2d2d2d;
    color: #ddd;
    border-bottom-color: #444;
  }
  .table tbody td {
    border-bottom-color: #333;
  }
  .table tbody tr:nth-child(even) {
    background-color: rgba(45, 45, 45, 0.4);
  }
  .table tbody tr:hover {
    background-color: rgba(60, 60, 60, 0.6);
  }
}
ul.list-disc {
  list-style-type: disc;
  padding-left: 0.75rem;
}
ul.list-disc li {
  margin-bottom: 0.5rem;
}

.pp-wait {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.pp-wait[aria-hidden=false] {
  display: flex;
}

.pp-wait__box {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 18px 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 12px;
}

.pp-wait__spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.55);
  animation: ppSpin 0.9s linear infinite;
}

.pp-wait__text {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.78);
}

@keyframes ppSpin {
  to {
    transform: rotate(360deg);
  }
}
.muted {
  opacity: 0.5;
}

label {
  font-size: 0.9375rem;
  display: block;
  margin-bottom: 0.4rem;
  text-align: start;
  font-weight: 600;
}

html[dir=rtl] input,
html[dir=rtl] textarea,
html[dir=rtl] select,
html[dir=rtl] input[type=search],
html[dir=rtl] .ss-main {
  font-family: "cairo", system-ui, Arial, sans-serif;
}

input,
textarea,
select,
input[type=search] {
  width: 100%;
  padding: 0.65rem 1rem 0.7rem;
  border: 1px solid #b8b8b8;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-family: "proxima-nova", sans-serif;
}
@media (max-width: 768px) {
  input,
  textarea,
  select,
  input[type=search] {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }
}
input:focus,
textarea:focus,
select:focus,
input[type=search]:focus {
  border-color: #070707 !important;
  outline: none !important;
  box-shadow: none !important;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, input[type=search]::-moz-placeholder {
  color: #a3a3a3;
  font-size: 1rem;
}
input::placeholder,
textarea::placeholder,
select::placeholder,
input[type=search]::placeholder {
  color: #a3a3a3;
  font-size: 1rem;
}

/* Autofill ke liye background color override karo */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  /* Agar tumhara background color alag hai toh white ki jagah woh color use karo */
}

/* Text color bhi control karo */
input:-webkit-autofill {
  -webkit-text-fill-color: #000000 !important;
}

/* Agar transition effect chahiye smooth ke liye */
input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 1.8rem 2rem 2.25rem;
  border-radius: 1rem;
}

.form-alert {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 1.5rem) !important;
  margin-left: auto;
  margin-right: auto;
}

.form-alert.success {
  color: #005f5a;
  font-size: 0.875rem;
  margin-top: 0.1rem;
}

.form-alert.error {
  color: #ff4d4f;
  font-size: 0.875rem;
  margin-top: 0.1rem;
}

.text-start.form-alert {
  text-align: left;
}

.form-alert.success-msg {
  color: #005f5a;
  background: #96f7e4;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
}

.form-alert.server-success {
  color: #005f5a;
  background: #96f7e4;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
}

.form-alert.server-error {
  color: #9f0712;
  background: #ffe2e2;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
}

.form-alert.error-msg {
  color: #9f0712;
  background: #ffe2e2;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
}

.ss-main {
  width: 100%;
  padding: 0.65rem 1rem 0.75rem !important;
  border: 1px solid #ccc !important;
  border-radius: 0.75rem !important;
  font-size: 1rem !important;
  font-family: "proxima-nova", sans-serif !important;
}
@media (max-width: 768px) {
  .ss-main {
    height: 51.19px;
  }
}
.ss-main:focus {
  border-color: #070707;
  outline: none;
}

.ss-main:focus {
  box-shadow: none !important;
  outline: none;
}

.ss-main .ss-arrow {
  margin-right: 0px !important;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: #f34b6f !important;
}
.ss-content .ss-list .ss-option.ss-highlighted:hover,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected:hover {
  color: #ffffff !important;
}

.ss-content .ss-list .ss-option {
  padding: 0.5rem 1rem !important;
}

.ss-content .ss-list .ss-option:hover {
  background: #f2f0f1 !important;
  color: #070707 !important;
}

.dark-form {
  /* ✅ FIX AUTOFILL (Chrome/Safari/Edge) */
  /* Optional: If Chrome still adds weird outline */
}
.dark-form input,
.dark-form textarea,
.dark-form select,
.dark-form .ss-search input {
  border: 1px solid #737682 !important;
  background-color: #282b2f !important;
  color: #f0f0ee !important;
}
.dark-form input:focus,
.dark-form textarea:focus,
.dark-form select:focus,
.dark-form .ss-search input:focus {
  border-color: #f0f0ee;
  outline: none;
}
.dark-form input::-moz-placeholder, .dark-form textarea::-moz-placeholder, .dark-form select::-moz-placeholder, .dark-form .ss-search input::-moz-placeholder {
  color: #bcbcbc;
}
.dark-form input::placeholder,
.dark-form textarea::placeholder,
.dark-form select::placeholder,
.dark-form .ss-search input::placeholder {
  color: #bcbcbc;
}
.dark-form .ss-main {
  border: 1px solid #737682 !important;
  background-color: #282b2f !important;
  color: #bcbcbc;
  font-size: 1rem !important;
  font-family: "proxima-nova", sans-serif !important;
}
.dark-form .ss-content .ss-list .ss-option.ss-highlighted,
.dark-form .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: #282b2f !important;
}
.dark-form .ss-content .ss-list .ss-option.ss-highlighted:hover,
.dark-form .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected:hover {
  color: #ffffff !important;
}
.dark-form .ss-main .ss-arrow path {
  stroke: #dcdcdc !important;
}
.dark-form input:-webkit-autofill,
.dark-form input:-webkit-autofill:hover,
.dark-form input:-webkit-autofill:focus,
.dark-form textarea:-webkit-autofill,
.dark-form textarea:-webkit-autofill:hover,
.dark-form textarea:-webkit-autofill:focus,
.dark-form select:-webkit-autofill,
.dark-form select:-webkit-autofill:hover,
.dark-form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #f0f0ee !important;
  caret-color: #f0f0ee !important;
  /* force background to match your dark form */
  box-shadow: 0 0 0px 1000px #282b2f inset !important;
  /* prevent autofill flash */
  -webkit-transition: background-color 9999s ease-out 0s;
  transition: background-color 9999s ease-out 0s;
}
.dark-form input:-webkit-autofill {
  border: 1px solid #737682 !important;
}
.dark-form a {
  color: #f34b6f;
}

.form-group {
  position: relative;
}
.form-group input {
  padding-left: 2.5rem;
}
.form-group .showPass {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: #ffffff;
  margin-top: -1px;
}
.form-group .showPass img {
  left: unset;
  height: 1.15rem;
  width: 1.15rem;
}
.form-group img {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0px;
}

.in-icon-group {
  position: relative;
}
.in-icon-group .in-icon {
  position: relative;
}
.in-icon-group .in-icon input {
  padding-right: 2.25rem;
}
.in-icon-group .in-icon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  right: 0.75rem;
  line-height: 0;
}
.in-icon-group .in-icon .icon svg {
  height: 1.12rem;
  width: 1.12rem;
}
.in-icon-group .in-icon-opt {
  background-color: #ffffff;
  box-shadow: 0 2px 10px #c5c5c5;
  border-radius: 0.35rem;
  position: absolute;
  padding: 0.35rem 0;
  top: 10px;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.in-icon-group .in-icon-opt .option {
  padding: 0.7rem 1.2rem;
  cursor: pointer;
}
.in-icon-group .in-icon-opt .option:hover {
  background-color: #efeeee;
}
.in-icon-group .opt-radio-modal {
  position: fixed !important;
  top: 30px !important;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 1rem);
  max-width: 400px;
  min-height: 550px;
  max-height: 70dvh;
  padding: 0.5rem;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.in-icon-group .opt-radio-modal .search {
  padding: 0.5rem;
}
.in-icon-group .in-icon-opt.active {
  top: 0px;
  opacity: 1;
  pointer-events: all;
  z-index: 100;
  display: block;
}
.in-icon-group .in-icon-opt .option.selected {
  font-weight: 600;
  color: #f34b6f;
}

html[dir=rtl] .select-group {
  flex-direction: row-reverse;
}
html[dir=rtl] .form-group input {
  padding-right: 2.5rem;
  padding-left: 1rem;
}
html[dir=rtl] .form-group .showPass {
  left: -2px;
  right: unset;
  transform: translate(50%, -50%);
}
html[dir=rtl] .form-group .showPass img {
  right: unset;
  left: 0.75rem;
}
html[dir=rtl] .form-group img {
  right: 0.75rem;
}
html[dir=rtl] .in-icon-group .in-icon input {
  padding-right: 2.25rem;
}
html[dir=rtl] .in-icon-group .in-icon .height-inp {
  direction: ltr;
}
html[dir=rtl] .in-icon-group .in-icon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  left: 0.75rem;
  right: unset;
  line-height: 0;
}
html[dir=rtl] .in-icon-group .in-icon .icon svg {
  height: 1.12rem;
  width: 1.12rem;
}
html[dir=rtl] .in-icon-group .in-icon .icon.height-rtl {
  right: 0.75rem;
  left: unset;
}
html[dir=rtl] .in-icon-group .in-icon-opt {
  background-color: #ffffff;
  box-shadow: 0 2px 10px #c5c5c5;
  border-radius: 0.35rem;
  position: absolute;
  padding: 0.35rem 0;
  top: 10px;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
  display: none;
}
html[dir=rtl] .in-icon-group .in-icon-opt .option {
  padding: 0.7rem 1.2rem;
  cursor: pointer;
}
html[dir=rtl] .in-icon-group .in-icon-opt .option:hover {
  background-color: #efeeee;
}
html[dir=rtl] .in-icon-group .opt-radio-modal {
  position: fixed !important;
  top: 30px !important;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 1rem);
  max-width: 400px;
  min-height: 550px;
  max-height: 70dvh;
  padding: 0.5rem;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
html[dir=rtl] .in-icon-group .opt-radio-modal .search {
  padding: 0.5rem;
}
html[dir=rtl] .in-icon-group .in-icon-opt.active {
  top: 0px;
  opacity: 1;
  pointer-events: all;
  z-index: 100;
  display: block;
}
html[dir=rtl] .in-icon-group .in-icon-opt .option.selected {
  font-weight: 600;
  color: #f34b6f;
}

.check-modal {
  box-shadow: 0 2px 10px #c5c5c5;
  border-radius: 0.35rem;
  background-color: #ffffff;
  position: fixed !important;
  top: 50px !important;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 1rem);
  max-width: 400px;
  min-height: 550px;
  max-height: 70dvh;
  padding: 0.5rem;
  z-index: 101;
  display: none;
  transition: all 0, 2s ease;
}
.check-modal .head {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #d4d4d4;
}
.check-modal .head .close {
  background-color: #f2f0f1;
  border-radius: 2rem;
  padding: 0.25rem;
  cursor: pointer;
}
.check-modal .search {
  padding: 1rem 0.5rem;
  background-color: #ffffff;
}
.check-modal .body {
  max-height: calc(70dvh - 55px);
  overflow: hidden;
  overflow-y: auto; /* you have this */
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.check-modal.active {
  display: block;
  top: 30px !important;
}

.choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.6rem 0.8rem;
  border-radius: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #fff;
}

.choice__text {
  color: var(--text);
  font-weight: 500;
  font-size: 1rem;
}

.choice__check {
  width: 18px;
  height: 18px;
  cursor: pointer;
  /* native checkbox but colored */
  accent-color: #f34b6f;
}

/* Make label bold + primary when checked */
.choice:has(.choice__check:checked) .choice__text {
  font-weight: 700;
  color: #f34b6f;
}

/* Focus ring (keyboard) */
.choice__check:focus-visible {
  outline: 2px solid #f34b6f;
  outline-offset: 2px;
}

.choice__check::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  background: #f34b6f;
  clip-path: polygon(14% 54%, 0 68%, 42% 100%, 100% 28%, 86% 14%, 42% 72%);
  transition: transform 0.15s ease;
} /* iOS/WebKit-only tweak */
@supports (-webkit-touch-callout: none) {
  .choice__check {
    transform: scale(0.85); /* visually smaller */
    transform-origin: center right; /* so it shrinks toward the edge */
  }
}
.item-badge {
  font-size: 0.875rem;
  padding: 0.15rem 0.75rem;
  background-color: #f34b6f;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1rem;
  text-transform: capitalize;
}

.select-group {
  display: flex;
  align-items: center;
}
.select-group input {
  width: calc(100% - 85px);
  border-right: none;
  border-radius: 0.5rem 0 0 0.5rem;
}
.select-group .ss-main {
  max-width: 85px;
  border-radius: 0 0.5rem 0.5rem 0 !important;
}

.custom-checkbox {
  display: flex;
  align-items: start;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 28px;
  min-height: 24px;
}
.custom-checkbox a {
  color: #f34b6f;
}

/* Hide the default input visually */
.custom-checkbox .check-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.check-text {
  font-size: 1rem;
  font-weight: 400;
}

/* --- 2. Create the Material Box (::before) --- */
.custom-checkbox .check-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  /* * BORDER COLOR BEFORE CHECKED: #b8b8b8 
   */
  border: 1px solid #b8b8b8;
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

/* --- 3. Create the Checkmark (::after) --- */
.custom-checkbox .check-text::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  /* * CHECKMARK COLOR: White 
   */
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s ease-in-out;
}

/* --- 4. Checked State (.check-input:checked) --- */
/* Apply $primary color for border and background when checked */
.custom-checkbox .check-input:checked + .check-text::before {
  /* * BORDER AND BACKGROUND COLOR AFTER CHECKED: $primary 
   */
  background-color: #f34b6f;
  border-color: #f34b6f;
}

/* Show the checkmark when checked */
.custom-checkbox .check-input:checked + .check-text::after {
  transform: rotate(45deg) scale(1);
}

/* --- 5. Focus/Hover (Improved UX) --- */
/* Darker border on hover (Optional, but good visual feedback) */
.custom-checkbox:hover .check-text::before {
  border-color: #999999; /* Slightly darker than default border */
}

/* Focus state for accessibility */
.custom-checkbox .check-input:focus + .check-text::before {
  /* Use a lighter shade of the primary color for the focus glow */
  box-shadow: 0 0 0 3px color-mix(in srgb, #f34b6f 40%, white);
}

.gradient {
  background: #ff927b;
  background: linear-gradient(72deg, rgb(255, 146, 123) 0%, rgb(243, 75, 111) 79%, rgb(243, 75, 111) 100%);
}

html {
  scroll-behavior: smooth;
}

*,
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  word-wrap: break-word;
}

::before,
::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  line-height: 1.4;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  position: relative;
}

.layout {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

a {
  text-decoration: none;
}

.auth {
  min-height: 100dvh;
  text-align: center;
}
.auth .col {
  width: 50%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .auth .col {
    width: 100%;
  }
}
.auth .header {
  display: flex;
  align-items: center;
  height: 70px;
  justify-content: space-between;
  padding: 0 1.25rem;
}
.auth .logo img {
  height: 32px;
}
.auth .form-wrap {
  width: 100%;
  max-width: 450px;
  padding: 1.25rem;
  margin: auto;
}
@media (max-width: 768px) {
  .auth .form-wrap {
    margin: 0 auto;
  }
}
.auth .forgot-password {
  text-align: start;
  width: -moz-fit-content;
  width: fit-content;
}
.auth .agreement {
  font-size: 0.875rem;
  color: #696969;
  text-align: start;
}
.auth .auth-img {
  width: 50%;
  height: 100vh;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .auth .auth-img {
    display: none !important;
  }
}

.languageSwitcher {
  position: relative;
  z-index: 998;
}
.languageSwitcher .toggle {
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.languageSwitcher .toggle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.languageSwitcher .dropdown {
  position: absolute;
  right: -40px;
  top: 65px;
  background-color: #ffffff;
  color: #696969;
  min-width: 350px;
  padding: 0.65rem 0.45rem;
  padding-top: 1rem;
  box-shadow: 0 1px 6px rgba(37, 37, 37, 0.302);
  border-radius: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 576px) {
  .languageSwitcher .dropdown {
    min-width: 330px;
    right: 0px;
  }
}
.languageSwitcher .dropdown .item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  min-width: 160px;
}
@media (max-width: 576px) {
  .languageSwitcher .dropdown .item {
    min-width: 150px;
  }
}
.languageSwitcher .dropdown .item:hover {
  color: rgb(19.75, 19.75, 19.75);
}
.languageSwitcher .dropdown .item:nth-last-child(1) {
  margin-bottom: 0.25;
}
.languageSwitcher .dropdown .item img {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: solid 1px #c0c0c0;
}
.languageSwitcher .dropdown .item.active {
  color: #070707;
  font-weight: 500;
}
.languageSwitcher .dropdown.active {
  top: 35px;
  opacity: 1;
  pointer-events: all;
}

.title-l {
  font-size: 2.25rem;
  color: #070707;
  line-height: 1.3;
}

.title-s {
  font-size: 1.75rem;
  font-weight: 600;
  color: #070707;
}

.link {
  color: #0862ff;
  cursor: pointer;
  text-decoration: none;
}

.btn {
  border-radius: 0.75rem !important;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.btn img {
  height: 1.25rem;
}
.btn svg {
  height: 1.25rem;
  margin-right: -6px;
}

.btn-primary {
  background-color: #f34b6f;
  border-color: #f34b6f;
}
.btn-primary:hover {
  background-color: rgb(244.59375, 98.90625, 130.125);
  border-color: rgb(244.59375, 98.90625, 130.125);
}

.profile-form-wrapper {
  padding-top: 20px;
  padding-bottom: 80px;
  max-width: 600px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.profile-form-wrapper .header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-form-wrapper .logo {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.profile-form-wrapper .logo img {
  height: 20px;
}

.grid-m2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .grid-m2 {
    grid-template-columns: 1fr;
  }
}

.grid-sm2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.profile-form-wrapper .wrapper {
  position: relative;
}

.ss-content {
  z-index: 9999;
}

.ss-main .ss-arrow {
  width: 16px;
  height: 16px;
  border: 0 !important;
  background: none !important;
}

.ss-main.ss-open .ss-arrow {
  transform: rotate(180deg);
}

/* per-select icons */
.ss-main.icon-flag .ss-arrow {
  background: center/contain no-repeat url("/public/icons/flag.svg") !important;
}

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

.pc-privacy {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pc-privacy-title {
  font: 600 1rem/1.3 system-ui;
  color: #0b1d3a;
}

.pc-privacy-sub {
  color: #7e8799;
  font: 500 0.9rem/1.2 system-ui;
}

/* switch (static) */
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 30px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  inset: 0;
  background: #e5e8ef;
  border-radius: 999px;
  transition: 0.2s;
  cursor: pointer;
}

.slider::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #9aa2b1;
  transition: 0.2s;
}

.switch input:checked + .slider {
  background: #d7e6ff;
}

.switch input:checked + .slider::before {
  transform: translateX(24px);
  background: #4169e1;
}

/* drag affordance only when filled */
.pu-slot.filled {
  cursor: grab;
}

.pu-slot.filled:active {
  cursor: grabbing;
}

.ql-container.ql-snow {
  border-radius: 0.5rem;
  border: 1px solid #b8b8b8;
}

.ql-editor.ql-blank::before {
  font-style: normal !important;
  color: #a3a3a3 !important;
  font-size: 1rem;
}

aside {
  z-index: 2;
}
@media (max-width: 991px) {
  aside {
    display: none;
  }
}

.sidebar {
  width: 260px;
  border-right: 1px solid #e0e0e0;
  min-height: 100dvh;
  max-height: 100dvh;
  color: #070707;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}
.sidebar .head {
  padding: 1.5rem 24px 1rem;
  height: 62px;
  position: relative;
}
.sidebar .head .logo img {
  height: 30px;
}
.sidebar .body {
  height: calc(100dvh - 153px);
  overflow: hidden;
  overflow-y: auto;
  padding: 1rem 12px;
}
.sidebar .body a {
  color: #070707;
}
.sidebar .body .link {
  padding: 12px;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  font-size: 1.1rem;
  color: inherit;
  position: relative;
}
.sidebar .body .link:hover {
  background-color: #ededed;
}
.sidebar .body .link img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  border: 1px solid #a3a3a3;
}
.sidebar .body .link svg {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #070707;
}
.sidebar .body .link .active {
  font-weight: 700;
}
.sidebar .body .link .badge {
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 1rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 4px);
}
.sidebar .footer {
  height: 80px;
  padding: 1rem 12px 60px;
  position: relative;
}
.sidebar .footer .toggle-menu {
  position: absolute;
  bottom: 80px;
  left: 10px;
  width: 250px;
  background-color: #ffffff;
  box-shadow: 0 2px 9px #bababa;
  border-radius: 1rem;
  padding: 8px;
  z-index: 100;
  display: none;
  transition: all 0.3s ease-in-out;
}
.sidebar .footer .toggle-menu a {
  color: #070707;
}
.sidebar .footer .toggle-menu .link {
  padding: 12px;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  font-size: 1rem;
  color: inherit;
  position: relative;
}
.sidebar .footer .toggle-menu .link:nth-last-child(1) {
  margin-bottom: 0;
}
.sidebar .footer .toggle-menu .link:hover {
  background-color: #ededed;
}
.sidebar .footer .toggle-menu .link img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  border: 1px solid #a3a3a3;
}
.sidebar .footer .toggle-menu .link svg {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #070707;
}
.sidebar .footer .toggle-menu .link .active {
  font-weight: 700;
}
.sidebar .footer .toggle-menu .link .badge {
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 1rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 4px);
}
.sidebar .footer .toggle-menu .divider {
  width: calc(100% + 16px);
  height: 1px;
  background-color: #e1e1e1;
  margin: 0.5rem 0;
  margin-left: -8px;
}
.sidebar .footer .toggle-menu.show {
  left: 24px;
  display: block;
}
.sidebar .menu-toggle {
  border-radius: 0.5rem;
  padding: 12px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.sidebar .menu-toggle:hover {
  background-color: #ededed;
}

.app_main {
  position: relative;
  background-color: #f1f1f1;
  width: calc(100% - 260px);
  min-height: 100dvh;
  max-height: 100%;
  margin-left: 260px;
  padding: 2rem 0 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 991px) {
  .app_main {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .app_main {
    min-height: 100svh;
  }
}
.app_main .card {
  padding-top: 40px;
  width: 100%;
  max-width: 800px;
  margin: auto;
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  margin-top: 3rem;
  height: 500px;
}
.app_main .card .title {
  font-weight: 700;
  font-size: 2rem;
}
.app_main .app_body {
  flex: 1 1 auto;
}
.app_main .app_footer {
  width: 100%;
  max-width: 900px;
}
.app_main .app_footer a,
.app_main .app_footer link,
.app_main .app_footer .bottom {
  color: #696969;
}
.app_main .app_footer .bottom {
  font-size: 0.8rem;
}
.app_main .app_layout {
  padding-left: 20px;
  padding-right: 20px;
}

.mobile-menu {
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  position: fixed;
  z-index: 50;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 991px) {
  .mobile-menu {
    display: flex;
  }
}
.mobile-menu .menu-item {
  touch-action: manipulation;
  align-items: center;
  justify-content: space-around;
  color: #070707;
}
.mobile-menu .menu-item span {
  font-size: 0.65rem;
}
.mobile-menu .menu-item img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  border: solid 1px #c0c0c0;
}
.mobile-menu .menu-item svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #070707;
}

.mobile-header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: none;
}
@media (max-width: 991px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header nav {
  height: 60px;
}
.mobile-header .title {
  font-size: 1.1rem;
  font-weight: 700;
}
.mobile-header .ac-toggle {
  cursor: pointer;
}
.mobile-header .ac-toggle svg {
  width: 24px;
}
.mobile-header .ac-menu-wrapper {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 250px;
  height: 100svh;
  padding: 1rem;
  padding-top: 40px;
  z-index: 1;
  transition: all 0.2s ease;
  transform: translateX(-100%);
}
.mobile-header .ac-menu-wrapper .acmenu-close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.mobile-header .ac-menu-wrapper .acmenu-close svg {
  width: 35px;
  height: 35px;
  opacity: 0.7;
}
.mobile-header .ac-menu-wrapper a {
  color: #070707;
}
.mobile-header .ac-menu-wrapper .link {
  padding: 12px;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  font-size: 1rem;
  color: inherit;
  position: relative;
}
.mobile-header .ac-menu-wrapper .link:nth-last-child(1) {
  margin-bottom: 0;
}
.mobile-header .ac-menu-wrapper .link:hover {
  background-color: #ededed;
}
.mobile-header .ac-menu-wrapper .link img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  border: 1px solid #a3a3a3;
}
.mobile-header .ac-menu-wrapper .link svg {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #070707;
}
.mobile-header .ac-menu-wrapper .link .active {
  font-weight: 700;
}
.mobile-header .ac-menu-wrapper .link .badge {
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 1rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 4px);
}
.mobile-header .ac-menu-wrapper .divider {
  width: calc(100% + 16px);
  height: 1px;
  background-color: #e1e1e1;
  margin: 0.5rem 0;
  margin-left: -8px;
}
.mobile-header #menuOverlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.3137254902);
}
.mobile-header .ac-menu-wrapper.show {
  transform: translateX(0);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
.features-grid .feature-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.features-grid .feature-item img {
  width: 50px;
  height: 50px;
}
.features-grid .feature-item h3 {
  font-size: 1.1rem;
}
.features-grid .feature-item p {
  font-size: 0.8rem;
}

.profile-wrapper .gallery {
  position: relative;
  line-height: 0;
}
.profile-wrapper .gallery-header {
  position: absolute;
  width: 100%;
  padding: 1rem 1.5rem;
  background: #d2a1ae;
  background: linear-gradient(0deg, rgba(210, 161, 174, 0) 0%, rgba(8, 49, 97, 0.7) 100%);
  color: #ffffff;
}
.profile-wrapper .gallery-header .title {
  font-size: 1.25rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.profile-wrapper .image-wrapper {
  overflow: hidden;
}
.profile-wrapper .image-wrapper img {
  max-width: 320px;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-wrapper .basic-info {
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1.5rem 2rem;
  z-index: 2;
  background: #d2a1ae;
  background: linear-gradient(180deg, rgba(210, 161, 174, 0) 0%, rgba(8, 49, 97, 0.7) 100%);
}
.profile-wrapper .basic-info h3 {
  font-size: 2rem;
  color: #ffffff;
}
.profile-wrapper .acc-mng {
  background-color: #070707;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.15rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
}
.profile-wrapper .acc-mng.parents {
  background-color: #0862ff;
}
.profile-wrapper .location .flag img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile-wrapper .badge {
  font-size: 1rem;
  background-color: #f2f0f1;
  color: #02143f;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1rem;
  padding: 0.2rem 0.75rem;
}
.profile-wrapper .badge img {
  height: 0.75rem;
  width: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-wrapper .badge.white {
  background-color: #ffffff;
}
.profile-wrapper .badge.female {
  background-color: #f34b6f;
  color: #ffffff;
}
.profile-wrapper .badge.male {
  background-color: #3d63f3;
  color: #ffffff;
}
.profile-wrapper .badge.light {
  color: #ffffff;
  background-color: rgba(2, 20, 63, 0.5921568627);
}
.profile-wrapper .badge.hobbies img {
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile-wrapper h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #070707;
}
.profile-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #070707;
  line-height: 0.7;
}
@media (max-width: 576px) {
  .profile-wrapper h2 {
    font-size: 1.25rem;
  }
}
.profile-wrapper a,
.profile-wrapper a p {
  color: #3d63f3;
}

.c-body {
  padding: 2rem 1.5rem;
  border-right: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}
@media (max-width: 576px) {
  .c-body {
    border: none;
  }
}
.c-body .label {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #696969;
}
.c-body label {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #696969;
}
.c-body label.title {
  margin-bottom: 0.45rem;
}
.c-body .c-data {
  font-size: 1.1rem;
  font-weight: 400;
}
.c-body .divider {
  width: calc(100% + 3rem);
  height: 1px;
  background-color: #e1e1e1;
  margin-left: -1.5rem;
}

.plain-btn {
  border: none !important;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: start;
  gap: 0.2rem;
}
.plain-btn svg {
  -o-object-fit: contain;
     object-fit: contain;
}

.plain-btn.white {
  color: #ffffff;
}
.plain-btn.white svg {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

@media (max-width: 576px) {
  .page-title {
    padding: 0 1.2rem;
  }
}

.page-header {
  padding: 1rem 1.5rem 1.25rem;
  border-bottom: 1px solid #dfdfdf;
}
.page-header .basic-info h3 {
  font-size: 1.5rem;
}
.page-header h3 {
  font-size: 1.3rem;
  font-weight: 600;
}

.back {
  height: 24px;
  cursor: pointer;
}

.back-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #070707;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0.25rem 1rem 0.25rem 0;
}

.btn[disabled],
.btn.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-edit {
  padding: 0.25rem 0rem 0.25rem 1rem;
  margin-right: -5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #f34b6f;
}

.membership-card {
  background-color: #fff4db;
  padding: 2rem 1rem 2.5rem;
  border-radius: 0.5rem;
}
.membership-card h3 {
  font-size: 1.25rem;
}
.membership-card .text-danger {
  color: #f34b6f;
}
.membership-card .na {
  background-color: #3d63f3;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  width: -moz-fit-content;
  width: fit-content;
}

.acm-brother {
  background-color: #0862ff;
  color: #ffffff;
  padding: 0.15rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
}

.nav-dd {
  position: relative;
}
.nav-dd .dd-menu {
  position: absolute;
  top: 35px;
  right: 0px;
  width: 250px;
  background-color: #ffffff;
  box-shadow: 0 2px 9px #bababa;
  border-radius: 1rem;
  padding: 8px;
  z-index: 100;
  display: none;
  transition: all 0.3s ease-in-out;
}
.nav-dd .dd-menu.show {
  display: block;
}
.nav-dd .dd-menu a {
  color: #070707;
}
.nav-dd .dd-menu a.active {
  font-weight: 700;
}
.nav-dd .dd-menu .link {
  padding: 12px;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  font-size: 1rem;
  color: inherit;
  position: relative;
}
.nav-dd .dd-menu .link:nth-last-child(1) {
  margin-bottom: 0;
}
.nav-dd .dd-menu .link:hover {
  background-color: #ededed;
}
.nav-dd .dd-menu .link img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  border: 1px solid #a3a3a3;
}
.nav-dd .dd-menu .link svg {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #070707;
}
.nav-dd .dd-menu .link .active {
  font-weight: 700;
}
.nav-dd .dd-menu .link .badge {
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 1rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 4px);
}
.nav-dd .dd-menu .divider {
  width: calc(100% + 16px);
  height: 1px;
  background-color: #e1e1e1;
  margin: 0.5rem 0;
  margin-left: -8px;
}
.nav-dd .toggle-menu.show {
  left: 24px;
  display: block;
}

.language {
  position: relative;
}
.language .selected-language {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  cursor: pointer;
  min-width: 120px;
  border: solid 1px #c0c0c0;
  background-color: #ffffff;
  padding: 0.35rem 0.35rem 0.35rem 0.75rem;
  border-radius: 0.5rem;
}
.language .language-options {
  background-color: #ffffff;
  position: absolute;
  bottom: 45px;
  left: 0;
  z-index: 100;
  min-width: 200px;
  box-shadow: 0 2px 9px #bababa;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  display: none;
}
.language .language-options.show {
  display: block;
}
.language .language-options option {
  padding: 0.5rem 1.25rem;
  cursor: pointer;
}
.language .language-options option:hover {
  background-color: #f1f1f1;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 44, 44, 0.6);
  display: none;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  z-index: 1000;
}

.cookie-box {
  background: #fff;
  padding: 20px;
  max-width: 500px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.cookie-options {
  margin: 15px 0;
  text-align: left;
}
.cookie-options label {
  display: flex;
}
.cookie-options label input {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 15px;
}

.check-modal.limit-reached .choice {
  animation: limitFlash 0.25s ease;
}

@keyframes limitFlash {
  0% {
    background-color: rgba(255, 0, 0, 0.15);
  }
  100% {
    background-color: transparent;
  }
}
.lh-n {
  line-height: normal;
}

.is-not-set {
  color: #f34b6f;
}

.badge-m-primary {
  background-color: #f34b6f;
  font-size: 0.875rem;
  padding: 0.05rem 0.45rem;
  border-radius: 1rem;
  color: #ffffff;
  font-weight: 400;
  margin-left: 0.5rem;
}

#hobbies .badge,
#faith .badge {
  font-size: 1rem;
  background-color: #f2f0f1;
  color: #02143f;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1rem;
  padding: 0.2rem 0.75rem;
}

.c-chng {
  color: #f34b6f;
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: capitalize;
  margin-left: 0.5rem;
}

.small-notice {
  font-size: 0.85rem;
  color: #f34b6f;
}