/*------------------------------------------------------------------
Project: Luvio Dating
Author: The_Krishna
Last change: 25/05/2025
Primary use:
------------------------------------------------------------------ */
/*-----------------------[Table of contents]------------------------
1.Default CSS
2.Preloader CSS
3.Splash Screen CSS
4.Onboarding Screen CSS
5.Lets Screen CSS
6.Header CSS
7.Sign In & Sign Up Screen CSS
8.OTP Code CSS
9.Create new Pin CSS
10.Finger Print Screen CSS
11.Language Select Screen CSS
12.Data Collect Screen CSS
13.Choose Interests Screen CSS
14.Add Your Photos Screen CSS
15.Enable Location Screen CSS
16.Upload Id Screen CSS
17.Personal Infp Screen CSS 
18.Home Screen CSS
19.Home Tinder CSS
20.Home Footer CSS
21.Home Screen Setting CSS
22.Profile Single CSS
23.Filter Screen CSS 
24.Discover Screen CSS
25.Card like Screen CSS
26.All Match Screen CSS
27.Match Screen CSS
28.Message Screen CSS
29.Chat Screen CSS
30.Chat Search Popup and Button more Screen CSS
31.Chat Input Pop Up Screen Css 
32.Export Chat PopUp CSS
33.Voice & Video Call Screen Css
34.Security Screen CSS
35.Marketing Preferences Screen CSS
36.FAQ Screen CSS 
37.Data & Privacy Screen CSS
38.About Screen CSS
39.Feedback Screen CSS
40.Contact Screen CSS
41.Invite Friend Screen CSS
42.Delete or Deactivate Screen CSS
43.Pop Up Add Home Screen CSS
------------------------------------------------------------------ */
/* Шрифты и токены — variables.css */
/*-----------------------[ 1.Default CSS ]------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    scroll-behavior: smooth;
    font-family: var(--LUVIO-font);
}
html {
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
h1 { font-weight: var(--LUVIO-font-h1); }
h2 { font-weight: var(--LUVIO-font-h2); }
a {
    text-decoration: none;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0rem;
}
ul {
    padding-left: 0;
}
ul li {
    list-style: none;
}
button {
    border: none;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.next-btn,
.skip-btn,
.whol-main-btn,
.sign-in,
.add-home-btn a {
    border-radius: var(--LUVIO-radius-button);
}
/* Chrome, Safari, Edge, Opera */
* {
    scrollbar-width: none
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
body {
    max-width: 600px;
    margin: 0 auto;
    height: 100%;
}
body.chat-screen-body {
    overflow: hidden;
    height: 100%;
}
body.drawer-open {
    overflow: hidden;
    touch-action: pan-y;
}
body.drawer-dragging {
    user-select: none;
}
:root {
    --LUVIO-header-height: 64px;
    --LUVIO-footer-height: 96px;
}
/* Типографика по назначению: описание, примечания, кнопка, чат */
.into, .boarding-title p, .issAbout, .contihg-sub { font-weight: var(--LUVIO-font-description); }
.footer-chec-txt, .or-section p, .comment, .nested-accordion .comment { font-weight: var(--LUVIO-font-notes); }
.next-btn, .skip-btn, .whol-main-btn, .add-home-btn a, .sign-in, .reasebnd, .forget-btn a { font-weight: var(--LUVIO-font-button); }
.messages .message { font-weight: var(--LUVIO-font-chat); }
.messages .message .timestamp, .message-meta time, .chat-user-meta { font-weight: var(--LUVIO-font-chat-time); }
.app-shell {
    width: 100%;
}
.app-shell.is-loading .site_content {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.site_content {
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.site_content.chat-screen {
    height: calc(100vh - var(--LUVIO-header-height) - var(--LUVIO-footer-height));
    height: calc(100dvh - var(--LUVIO-header-height) - var(--LUVIO-footer-height));
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 0;
    padding-bottom: env(safe-area-inset-bottom);
    --chat-input-height: 72px;
    --chat-title-height: 72px;
}
.chat-screen .section-main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
body::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
::-webkit-scrollbar {
    width: 0px;
}
.container {
    width: 100%;
    max-width: 100%;
}
.site_lr-spacer {
    padding: 0 12px;
}
/*-----------------------[ 2.Preloader CSS ]------------------------*/
.page-loader {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    text-align: center;
    z-index: 10000;
    overflow: hidden;
    gap: 12px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.96);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    backdrop-filter: blur(6px);
}
.page-loader img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    opacity: 0.9;
    filter: drop-shadow(0 6px 18px rgba(129, 72, 247, 0.25));
}
.loader {
    color: var(--LUVIO-primary);
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.02em;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.Particle_heart {
    position: absolute;
    top: -6px;
    font-size: 0.8rem;
    color: var(--LUVIO-primary);
    opacity: 0;
    animation: floatHeart 5s linear infinite;
}
.Particle_heart:nth-child(1) {
    left: 10%;
    animation-delay: 0.5s;
}
.Particle_heart:nth-child(2) {
    left: 30%;
    animation-delay: 2.5s;
}
.Particle_heart:nth-child(3) {
    left: 50%;
    animation-delay: 1.5s;
}
.Particle_heart:nth-child(4) {
    left: 70%;
    animation-delay: 1s;
}
@keyframes floatHeart {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        transform: translateY(-36px) translateX(14px);
        opacity: 1;
    }
    100% {
        transform: translateY(-150px) translateX(60px);
        opacity: 0;
    }
}
/*-----------------------[ 3.Splash Screen CSS ]------------------------*/
.welcomeScreen {
    background-image:
        linear-gradient(180deg, rgba(18, 21, 28, 0.00) 0%, rgba(18, 21, 28, 0.85) 100%),
        url('../images/splash-screen/welcomeImg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}
.logo-text {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    padding-top: 16px;
}
.logo-sub-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.whol-main-btn {
    border-radius: var(--LUVIO-radius-button);
    background: var(--LUVIO-btn-primary);
    padding: 12px 40px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: var(--LUVIO-font-button);
    line-height: 24px;
    display: block;
}
.whol-main-btn:hover { background: var(--LUVIO-btn-primary-hover); }
.main-screen-btn {
    margin: 40px 12px 40px 12px;
}
/*-----------------------[ 4.Onboarding Screen CSS ]------------------------*/
.onboarding-slider-screen {
    background: var(--LUVIO-secondary-light);
    clip-path: ellipse(100% 95% at 50% 0%);
}
.multiHeart {
    position: absolute;
    z-index: -1;
    animation: heartbeat 1.5s infinite;
}
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.Onboarding-main {
    position: relative;
    height: 100vh;
    overflow: auto;
}
.text-main-onborading {
    margin-top: 30px;
}
.onboarding-slider-screen img {
    max-height: 440px;
    width: 100%;
    object-fit: contain;
}
.boarding-title h2 {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 16px;
}
.boarding-title p {
    color: var(--LUVIO-description);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.onbording-btn-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.onbording-btn-main a,
.onbording-btn-main button {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: var(--LUVIO-font-button);
    line-height: 24px;
    border-radius: var(--LUVIO-radius-button);
    display: block;
    width: 100%;
    padding: 12px 0;
    border: none;
}
.skip-btn {
    color: var(--LUVIO-primary);
    background: var(--LUVIO-secondary-light);
}
.skip-btn:hover { background: var(--LUVIO-secondary-mid); }
.next-btn {
    color: #FFF;
    background: var(--LUVIO-btn-primary);
}
.next-btn:hover { background: var(--LUVIO-btn-primary-hover); }
.next-btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.splash-btns-bottom {
    position: fixed;
    bottom: env(safe-area-inset-bottom);
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 16px 12px;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 16px;
}
.app-shell.has-footer .splash-btns-bottom {
    bottom: calc(var(--LUVIO-footer-height) + env(safe-area-inset-bottom));
}
@media (min-width: 768px) {
    .splash-btns-bottom {
        position: static;
        transform: none;
        margin-top: 16px;
        padding: 0 12px 24px;
    }
}
.account-delete-page {
    padding-bottom: calc(var(--LUVIO-footer-height) + 24px);
}
.account-delete-page .splash-btns-bottom {
    position: static;
    transform: none;
    margin-top: 16px;
    padding: 0 12px 24px;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border-top: 0;
    border-bottom: 0;
    border: 2px solid var(--LUVIO-inactive);
    background: #FFF;
}
.carousel-indicators .active {
    width: 22px !important;
    height: 9px !important;
    border: 2px solid var(--LUVIO-text);
    border-radius: 20px;
    background: #FFF;
}
.carousel-indicators {
    position: absolute;
    bottom: 60px;
    left: 35%;
    transform: translate(-50%, 0%);
    z-index: 2;
    height: 30px;
}
/*-----------------------[ 5.Lets Screen CSS ]------------------------*/
.section-main {
    padding: 0 12px;
}
.lets-text {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}
.into {
    color: var(--LUVIO-description);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 12px;
}
.lets-mdia {
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: 2px solid var(--LUVIO-substrate);
    margin: 16px 0;
    position: relative;
}
.lets-mdia p {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    padding: 12px 0;
}
.media-icons-lets {
    width: 100%;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--LUVIO-substrate);
    background: var(--LUVIO-substrate);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -2px;
    top: -1px;
}
.lets-media-maiom {
    margin: 32px 0;
}
.let-screen-btns-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.sign-in {
    background: transparent;
    border: 2px solid var(--LUVIO-btn-primary);
    color: var(--LUVIO-btn-primary);
}
.sign-in:hover { border-color: var(--LUVIO-btn-primary-hover); color: var(--LUVIO-btn-primary-hover); }
.left-footer a {
    color: var(--LUVIO-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.left-footer {
    width: 100%;
    max-width: 600px;
    text-align: center;
    padding: 12px;
    background: #FFF;
    position: fixed;
    bottom: 0;
}
/*-----------------------[ 6.Header CSS ]------------------------*/
#top-header,
#top-navbar {
    background: #FFFFFF;
    max-width: 600px;
}
.site_lr-spacer {
    padding: 11px 12px;
}
.fixed {
    position: fixed;
    z-index: 101;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 0%;
    -webkit-box-shadow: 0 0 22px -4px rgb(0 0 0 / 17%);
    box-shadow: 0 0 22px -4px rgb(0 0 0 / 17%);
    -webkit-animation: fixedheader 600ms ease 0ms 1 forwards;
    animation: fixedheader 600ms ease 0ms 1 forwards;
}
@keyframes fixedheader {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
/*-----------------------[ 7.Sign In & Sign Up Screen CSS ]------------------------*/
.join-mani,
.into-sub {
    text-align: left;
}
.sign-text-nam {
    color: var(--LUVIO-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.sign-input-main {
    border-radius: 24px;
    display: flex;
    align-items: center;
    position: relative;
    border: 2px solid var(--LUVIO-substrate);
}
.sign-input-main input {
    outline: none;
    width: 100%;
    padding: 12px 50px;
    color: var(--LUVIO-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    background: var(--LUVIO-substrate);
    border-radius: 20px;
}
.sign-input-main select,
.sign-input-main textarea {
    outline: none;
    width: 100%;
    padding: 12px 16px;
    color: var(--LUVIO-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    background: var(--LUVIO-substrate);
    border-radius: 20px;
}
.sign-input-main textarea {
    resize: none;
}
.eye-off {
    position: absolute;
    right: 16px;
}
.inpt-la-main {
    margin-top: 16px;
}
.sing-in-up {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
}
.sing-in-up a {
    color: var(--LUVIO-primary);
    font-weight: 600;
}
.or-section p {
    overflow: hidden;
    color: var(--LUVIO-inactive);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 20px 0;
}
.or-section p:before,
.or-section p:after {
    background: var(--LUVIO-substrate);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.or-section p:before {
    right: 8px;
    margin-left: -50%;
}
.or-section p:after {
    left: 8px;
    margin-right: -50%;
}
.sign-up-media-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.sign-up-media {
    width: 48px;
    height: 48px;
    border: 2px solid var(--LUVIO-substrate);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-main.Verify-btn {
    position: fixed;
    bottom: 0;
    width: 600px;
    margin: 0 auto;
    padding: 16px 12px;
    background: #FFFFFF;
    z-index: 100;
}
.wave-hand {
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-name: wave-animation;
    display: inline-block;
    transform-origin: 70% 70%;
    font-size: 30px;
}
@keyframes wave-animation {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(14deg);
    }
    20% {
        transform: rotate(-8deg);
    }
    30% {
        transform: rotate(14deg);
    }
    40% {
        transform: rotate(-4deg);
    }
    50% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.remember-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 24px;
}
.footer-chec-txt a {
    color: var(--LUVIO-primary);
    font-weight: 600;
}
.footer-checkbox-input+.footer-chec-txt {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.footer-checkbox-input {
    position: absolute;
    opacity: 0;
}
.footer-checkbox-input:checked+.footer-chec-txt:before {
    background: var(--LUVIO-primary);
    border: none;
}
.footer-checkbox-input+.footer-chec-txt:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    border: 2px solid var(--LUVIO-text);
    border-radius: 5px;
}
.footer-checkbox-input:checked+.footer-chec-txt:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
.footer-chec-txt {
    color: var(--LUVIO-inactive);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.forget-btn a {
    color: var(--LUVIO-primary);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.luvio-checkbox {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 2px solid #cfd3da;
    background: #ffffff;
    display: inline-grid;
    place-items: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.luvio-checkbox::before {
    content: "";
    width: 7px;
    height: 4px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}
.luvio-checkbox:checked {
    background: var(--LUVIO-primary);
    border-color: var(--LUVIO-primary);
    box-shadow: 0 6px 12px rgba(247, 89, 245, 0.25);
}
.luvio-checkbox:checked::before {
    opacity: 1;
}
.luvio-checkbox:focus-visible {
    outline: 2px solid rgba(62, 54, 237, 0.35);
    outline-offset: 2px;
}
.luvio-checkbox:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
/*-----------------------[ 8.OTP Code CSS ]------------------------*/
.otp-field {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 0 24px 0;
}
.otp-field input {
    width: 48px;
    height: 60px;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    border: transparent;
    background: var(--LUVIO-substrate);
    outline: none;
    transition: all 0.1s;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: var(--LUVIO-text);
}
.otp-field input:focus {
    border: 2px solid var(--LUVIO-primary);
    background: transparent;
    box-shadow: 0px 0px 12px 0px rgba(62, 54, 237, 0.24);
}
.otp-field input.filled {
    border: 2px solid var(--LUVIO-text);
    background: transparent;
}
.otp-field.is-invalid input {
    border: 2px solid var(--LUVIO-error);
    background: rgba(255, 29, 29, 0.06);
}
.esend {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: fixed;
    bottom: 30px;
}
.esend a {
    color: var(--LUVIO-primary);
    font-weight: 600;
}
#countdowntimer {
    color: var(--LUVIO-primary)
}
.reasebnd {
    color: var(--LUVIO-primary);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    padding-top: 12px;
}
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*-----------------------[ 9.Create new Pin CSS ]------------------------*/
.create-newPinIn input {
    width: 75px;
}
/*-----------------------[ 10.Finger Print Screen CSS ]------------------------*/
.scan-main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 40vh);
    flex-direction: column;
    gap: 24px;
}
.scan {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../images/finger-print-screen/FingerPrintBorder.png);
    width: 220px;
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
}
.scan .fingerprint {
    position: relative;
    width: 220px;
    height: 220px;
    background: url(../images/finger-print-screen/fingerPrint.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.scan .fingerprint::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/finger-print-screen/fingerPrint.png);
    background-repeat: no-repeat;
    background-size: cover;
    animation: animate 4s ease-in-out infinite;
    filter: brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(4456%) hue-rotate(244deg) brightness(93%) contrast(100%);
}
@keyframes animate {
    0%,
    100% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
}
.scan .fingerprint::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--LUVIO-primary);
    border-radius: 8px;
    filter: drop-shadow(0 0 20px var(--LUVIO-primary)) drop-shadow(0 0 60px var(--LUVIO-primary));
    animation: animate_line 4s ease-in-out infinite;
}
@keyframes animate_line {
    0%,
    100% {
        top: 0%;
    }
    50% {
        top: 100%;
    }
}
.secure {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 24px 0;
}
/*-----------------------[ 11.Language Select Screen CSS ]------------------------*/
.flg-main {
    max-width: 52px;
    width: 100%;
    height: 52px;
    border-radius: 12px;
    border: 2px solid var(--LUVIO-substrate);
    background: var(--LUVIO-substrate);
    display: flex;
    align-items: center;
    justify-content: center;
}
.flg-main img {
    border-radius: 50%;
}
.flag {
    color: var(--LUVIO-text);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.falg-text-mainsa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 2px solid var(--LUVIO-substrate);
    padding: 12px;
    border-radius: 12px;
    background: var(--LUVIO-substrate);
}
.language-select {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}
.language-option {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    border-radius: 12px;
    transition: 0.3s ease;
}
.language-option input[type="radio"] {
    display: none;
}
.custom-radio {
    width: 20px;
    height: 20px;
    border: 2px solid var(--LUVIO-text);
    border-radius: 7px;
    display: inline-block;
    position: relative;
    transition: 0.3s ease;
}
.language-option input[type="radio"]:checked+.custom-radio {
    background-color: var(--LUVIO-primary);
    border-color: var(--LUVIO-primary);
}
.language-option input[type="radio"]:checked+.custom-radio::after {
    content: url(../images/svg/check.svg);
    position: absolute;
    top: 0;
    left: 0;
}
/*-----------------------[ 12.Data Collect Screen CSS ]------------------------*/
.contihg {
    color: var(--LUVIO-text);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: stretch;
    gap: 12px;
}
.contihg::before {
    content: url('../images/svg/checkBox.svg');
}
.contihg-sub {
    color: var(--LUVIO-inactive);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.toggle-btn-per-info-seccond {
    border-radius: 0 !important;
}
.personal-info-sec-one,
.personal-info-sec-two,
.personal-info-sec-three,
.personal-info-sec-four,
.personal-info-sec-five {
    display: none;
}
.personal-info-sec-one.active,
.personal-info-sec-two.active,
.personal-info-sec-three.active,
.personal-info-sec-four.active,
.personal-info-sec-five.active {
    display: block;
}
.toggle-buttons {
    display: flex;
    justify-content: center;
    margin: 10px auto 24px;
    background-color: var(--LUVIO-substrate);
    max-width: calc(400px - 24px);
    border-radius: 20px;
}
.toggle-btn-per-info {
    width: 80px;
    height: 16px;
    background-color: var(--LUVIO-substrate);
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: transparent;
}
.tab-toggle-btn-one {
    border-radius: 8px 0 0 8px;
}
.tab-toggle-btn-five {
    border-radius: 0 8px 8px 0;
}
.toggle-btn-per-info.active {
    background-color: var(--LUVIO-primary);
    color: #fff;
    border-radius: 8px !important;
}
.data-language-option {
    border: 2px solid var(--LUVIO-substrate);
}
/* -------------- Types CheckBox -------------- */
.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid var(--LUVIO-text);
    border-radius: 7px;
    display: inline-block;
    position: relative;
    transition: 0.3s ease;
}
.language-option input[type="checkbox"] {
    display: none;
}
.language-option input[type="checkbox"]:checked+.custom-checkbox {
    background-color: var(--LUVIO-primary);
    border-color: var(--LUVIO-primary);
}
.language-option input[type="checkbox"]:checked+.custom-checkbox::after {
    content: url(../images/svg/check.svg);
    position: absolute;
    top: 0;
    left: 0;
}
/*-----------------------[ 13.Choose Interests Screen CSS ]------------------------*/
.select-lang-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 32px;
}
.intere {
    padding-top: 24px;
}
.lang-sec input[type="checkbox"] {
    display: none;
}
.lang-sec input[type="checkbox"]:checked+label {
    background-color: var(--LUVIO-primary);
    color: #FFF;
}
.custom-radio-sel-lang {
    color: var(--LUVIO-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    border-radius: 12px;
    background: var(--LUVIO-substrate);
    padding: 11px 12px;
    cursor: pointer;
}
/*-----------------------[ 14.Add Your Photos Screen CSS ]------------------------*/
.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
.card {
    position: relative;
    width: 100%;
    height: 220px;
    background: var(--LUVIO-secondary-light);
    border: 2px dashed #8000ff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
}
.card img.preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.icon-btn {
    width: 100%;
    max-width: 32px;
    height: 32px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #FFF;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card input[type="file"] {
    display: none;
}
.add-icon {
    margin-bottom: 6px;
}
.add-label {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
/*-----------------------[ 15.Enable Location Screen CSS ]------------------------*/
.enablelocation-main {
    width: 120px;
    height: 120px;
    border: 2px solid var(--LUVIO-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 24px auto;
}
/*-----------------------[ 16.Upload Id Screen CSS ]------------------------*/
.dropdown-select {
    width: 100%;
    padding: 12px 16px;
    border-radius: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: var(--LUVIO-text);
    background-color: var(--LUVIO-substrate);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/svg/dropdown.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    border: none;
}
.dropdown-select:focus {
    outline: none;
    border: none;
}
.dropdown-select::-ms-expand {
    display: none;
}
.file-upload-container {
    background: var(--LUVIO-secondary-light);
    border: 2px dashed var(--LUVIO-primary);
    border-radius: 16px;
    padding: 35px 20px;
    text-align: center;
    transition: all 0.3s ease;
    margin-top: 30px;
}
.file-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.upload-icon {
    margin-bottom: 15px;
    color: var(--LUVIO-primary);
}
.upload-text span {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.file-upload-input {
    display: none;
}
.file-preview {
    margin-top: 20px;
    display: none;
}
.file-preview.active {
    display: block;
}
.file-preview-item {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: 10px 15px;
    border-radius: 8px;
    margin-top: 10px;
}
.file-preview-item svg {
    margin-right: 10px;
    color: var(--LUVIO-primary);
    width: 100%;
    max-width: 24px;
}
.file-preview-name {
    flex-grow: 1;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.file-preview-remove {
    color: var(--LUVIO-error);
    cursor: pointer;
    font-size: 20px;
}
/*-----------------------[ 17.Personal Infp Screen CSS ]------------------------*/
#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 500;
    color: #78909C;
}
.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}
div#ui-datepicker-div {
    z-index: 500 !important;
}
.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.975rem;
    text-decoration: none;
    font-weight: 500;
}
.ui-datepicker-calendar tbody td a:hover {
    color: var(--LUVIO-primary);
}
.ui-datepicker-calendar tbody td a:hover {
    background: rgba(129, 72, 247, 0.18);
}
.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: var(--LUVIO-primary);
    color: white;
}
.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 0;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}
span.ui-icon.ui-icon-circle-triangle-w,
span.ui-icon.ui-icon-circle-triangle-e {
    font-size: 15px;
    color: var(--LUVIO-primary);
    font-weight: 500;
}
a.ui-datepicker-next.ui-corner-all span.ui-icon.ui-icon-circle-triangle-e {
    position: absolute;
    right: -230px;
}
.ui-datepicker-title {
    text-align: center;
    line-height: 32px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.profile-pic {
    max-height: 200px;
    display: inline-block;
    max-width: 200px;
    height: auto;
    width: 100%;
}
.camera-main {
    position: relative;
    margin: 24px 0;
}
.camera-img-main {
    width: 32px;
    height: 32px;
    background: var(--LUVIO-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 60px;
    bottom: 5px;
    cursor: pointer;
}
.camera-img-main img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7487%) hue-rotate(341deg) brightness(110%) contrast(107%);
}
.circle-img-girl {
    border-radius: 100%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border: 2px solid var(--LUVIO-primary);
    box-shadow: 0px 15px 20px rgba(62, 54, 237, 0.25);
}
.file-upload {
    display: none;
}
.dropdown-select-gender {
    padding: 12px 16px 12px 50px;
}
/*-----------------------[ 18.Home Screen CSS ]------------------------*/
.homeHeader-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--LUVIO-substrate);
}
.homeHeader {
    display: flex;
    align-items: center;
    gap: 12px;
}
.homeHeader-filter {
    border: none;
    background: transparent;
    padding: 0;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
}
.homeHeader-filter img {
    width: 22px;
    height: 22px;
}
.logo-home-main {
    display: flex;
    align-items: center;
    gap: 8px;
}
.logo-home-main img {
    width: 26px;
}
.logo-home-main p {
    color: var(--LUVIO-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
/*-----------------------[ 19. Home Simple CSS ]------------------------*/
.site_content.home-simple {
    height: calc(100% - var(--LUVIO-header-height) - var(--LUVIO-footer-height));
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 12px;
    padding-bottom: 0;
}

.home-simple-section {
    width: 100%;
    display: flex;
    justify-content: center;
}
.home-simple-section.is-empty {
    flex-direction: column;
    align-items: center;
}
.home-simple-section.is-empty .home-simple-card {
    display: none;
}
/* На десктопе показываем home-simple-empty, на мобильных - home-swipe-empty */
@media (min-width: 992px) {
    .home-simple-section.is-empty .home-simple-empty {
        display: block;
    }
    .home-simple-section.is-empty .home-swipe {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .home-simple-section.is-empty .home-simple-empty {
        display: none !important;
    }
    .home-simple-section.is-empty .home-swipe {
        display: flex;
    }
}
/* В обычном состоянии (не empty) скрываем empty блоки и показываем нужные */
@media (min-width: 992px) {
    .home-simple-section:not(.is-empty) .home-swipe {
        display: none;
    }
    .home-simple-section:not(.is-empty) .home-simple-empty {
        display: none;
    }
}
@media (max-width: 991px) {
    .home-simple-section:not(.is-empty) .home-simple-card {
        display: none;
    }
    .home-simple-section:not(.is-empty) .home-simple-empty {
        display: none;
    }
}

/* Сам блок */
.home-simple-card {
    display: none;
    width: min(900px, 100%);         /* максимум 700 */
    height: min(700px, 100%);        /* максимум 700 */
    max-width: 900px;
    max-height: 700px;
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 24px 48px rgba(12, 16, 22, 0.12);
    overflow: hidden;
}

.home-simple-loader,
.home-swipe-loader {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(3px);
    z-index: 6;
    color: var(--LUVIO-text);
    font-size: 14px;
    font-weight: 600;
}

.home-simple-loader.is-visible,
.home-swipe-loader.is-visible {
    display: flex;
}

.home-inline-spinner {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid rgba(15, 23, 42, 0.15);
    border-top-color: var(--LUVIO-primary);
    animation: luvioSpin 0.8s linear infinite;
}

@keyframes luvioSpin {
    to {
        transform: rotate(360deg);
    }
}

.home-simple-empty {
    display: none;
    text-align: center;
    padding: 24px;
    max-width: 420px;
    margin: 0 auto;
}
.home-simple-empty h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--LUVIO-text);
}
.home-simple-empty p {
    margin-top: 8px;
    font-size: 14px;
    color: rgba(15, 23, 42, 0.65);
}
.home-simple-reload,
.home-swipe-reload {
    margin-top: 16px;
    border-radius: 999px;
    padding: 12px 20px;
    font-size: 14px;
}

/* Левая часть (фото) 1/3 */
.home-simple-media {
    position: relative;
    width: 60%;
    height: 100%;
    background: #f3f4f8;
}
.home-simple-premium {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 77, 122, 0.9);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    display: none;
    z-index: 3;
}
.home-simple-premium.is-visible {
    display: inline-flex;
}
.home-simple-ai {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.9);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: none;
    z-index: 3;
}
.home-simple-ai.is-visible {
    display: inline-flex;
}

.home-simple-carousel {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    pointer-events: none;
}
.home-simple-carousel__btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 20px rgba(12, 16, 22, 0.2);
    display: grid;
    place-items: center;
    pointer-events: auto;
}
.home-simple-carousel__btn img {
    width: 16px;
    height: 16px;
}
.home-simple-carousel__btn--next img {
    transform: rotate(180deg);
}
.home-simple-carousel__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    pointer-events: auto;
}
.home-simple-carousel__dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.6);
}
.home-simple-carousel__dot.is-active {
    width: 18px;
    background: #ffffff;
}

/* Фото вертикальное и заполняет */
.home-simple-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;               /* чтобы красиво кадрировалось */
    display: block;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Правая часть (информация) 2/3 */
.home-simple-info {
    width: 66.666%;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;

    overflow-y: auto;                /* если текст длинный */
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.home-simple-card.is-transitioning .home-simple-photo,
.home-simple-card.is-transitioning .home-simple-info {
    opacity: 0;
    transform: translateY(6px);
}
/* Filter Page Styles */
.page-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--LUVIO-text);
    margin: 0 0 16px;
    text-align: center;
}

.filter-section {
    margin-bottom: 32px;
    padding: 20px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.filter-section-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--LUVIO-text);
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-section-premium {
    position: relative;
    background: linear-gradient(135deg, rgba(107, 60, 203, 0.04) 0%, rgba(255, 77, 122, 0.04) 100%);
    border: 1px solid rgba(107, 60, 203, 0.15);
    border-radius: 16px;
    padding: 20px;
    margin-top: 24px;
}

.filter-section-premium.is-locked {
    opacity: 0.7;
    pointer-events: none;
}

.filter-section-premium .filter-premium-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.filter-section-premium .filter-premium-header h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--LUVIO-text);
    margin: 0;
}

.filter-premium-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    background: linear-gradient(135deg, #6B3CCB 0%, #FF4D7A 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-premium-hint {
    font-size: 13px;
    color: rgba(15, 23, 42, 0.55);
    margin: 0 0 16px;
    line-height: 1.4;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 12px;
    border-radius: 12px;
    transition: background 0.2s;
}

.filter-checkbox:hover {
    background: rgba(107, 60, 203, 0.05);
}

.filter-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 2px solid #cfd3da;
    background: #ffffff;
    display: inline-grid;
    place-items: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.filter-checkbox input[type="checkbox"]::before {
    content: "";
    width: 7px;
    height: 4px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.filter-checkbox input[type="checkbox"]:checked {
    background: var(--LUVIO-primary, #6b3ccf);
    border-color: var(--LUVIO-primary, #6b3ccf);
    box-shadow: 0 4px 12px rgba(107, 60, 207, 0.25);
}

.filter-checkbox input[type="checkbox"]:checked::before {
    opacity: 1;
}

.filter-checkbox input[type="checkbox"]:focus-visible {
    outline: 2px solid rgba(107, 60, 207, 0.35);
    outline-offset: 2px;
}

.filter-checkbox input[type="checkbox"]:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.filter-checkbox span {
    font-size: 15px;
    color: var(--LUVIO-text);
    user-select: none;
}

/* Filter Modal Styles */
.filter-modal-dialog {
    max-width: 500px;
    width: 90%;
    margin: 1rem auto;
}

.filter-modal {
    border-radius: 24px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

.filter-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    flex-shrink: 0;
}

.filter-modal-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--LUVIO-text);
    margin: 0;
}

.filter-modal-close {
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    padding: 0;
}

.filter-modal-close:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

.filter-modal-close img {
    width: 18px;
    height: 18px;
}

.filter-modal-body {
    padding: 20px 24px;
    overflow-y: auto;
    flex: 1;
    max-height: calc(90vh - 140px);
}

.filter-modal-body::-webkit-scrollbar {
    width: 6px;
}

.filter-modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.filter-modal-body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.filter-modal-body::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

.filter-modal-footer {
    display: flex;
    gap: 12px;
    padding: 16px 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    flex-shrink: 0;
}

.filter-modal-footer .next-btn,
.filter-modal-footer .skip-btn {
    flex: 1;
    border-radius: 16px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    min-height: 48px;
}

.filter-section-basic {
    margin-bottom: 24px;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.filter-group:last-child {
    margin-bottom: 0;
}

.filter-group label {
    font-size: 14px;
    font-weight: 600;
    color: var(--LUVIO-text);
    margin-bottom: 4px;
}

.filter-group input[type="text"],
.filter-group input[type="number"],
.filter-group select {
    width: 100%;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 15px;
    color: var(--LUVIO-text);
    background: #ffffff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.filter-group input[type="text"]:focus,
.filter-group input[type="number"]:focus,
.filter-group select:focus {
    outline: none;
    border-color: var(--LUVIO-btn-primary);
    box-shadow: 0 0 0 3px rgba(107, 60, 203, 0.1);
}

.filter-group input[type="text"]:disabled,
.filter-group input[type="number"]:disabled,
.filter-group select:disabled {
    background: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.6;
}

@media (max-width: 576px) {
    .filter-modal-body {
        padding: 16px 18px;
    }
    .filter-modal-header,
    .filter-modal-footer {
        padding-left: 18px;
        padding-right: 18px;
    }
    .filter-group {
        margin-bottom: 16px;
    }
    .filter-group label {
        font-size: 13px;
    }
}

.filter-range-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-range-inputs {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.filter-range-input {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.filter-range-input label {
    font-size: 12px;
    font-weight: 500;
    color: rgba(15, 23, 42, 0.6);
    margin: 0;
}

.filter-range-input input {
    width: 100%;
    margin: 0;
}

.filter-range-separator {
    font-size: 18px;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.4);
    padding-bottom: 12px;
    line-height: 1;
}

.filter-range-slider-wrapper {
    padding: 8px 0;
}

.filter-range-slider {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e5e7eb;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--LUVIO-btn-primary);
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(107, 60, 203, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}

.filter-range-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(107, 60, 203, 0.4);
}

.filter-range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--LUVIO-btn-primary);
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgba(107, 60, 203, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}

.filter-range-slider::-moz-range-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(107, 60, 203, 0.4);
}
.premium-only.is-locked {
    opacity: 0.6;
    position: relative;
}
.premium-only.is-locked::after {
    content: "Premium";
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 11px;
    font-weight: 700;
    color: #ff4d7a;
}
.filter-premium-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}
.filter-premium-badge {
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255, 77, 122, 0.12);
    color: #ff4d7a;
}

/* Кнопки поверх фото */
.home-simple-actions {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

/* Кнопки */
.home-simple-action {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    box-shadow: 0 16px 24px rgba(12, 16, 22, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.home-simple-action--superlike {
    background: #ff8a00;
}

.home-simple-action--superlike img {
    filter: brightness(0) saturate(100%) invert(100%);
}

.home-simple-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--LUVIO-text);
}

.home-simple-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: var(--LUVIO-description);
    font-size: 14px;
}

.home-simple-bio {
    color: var(--LUVIO-description);
    font-size: 14px;
    line-height: 1.5;
}

.home-swipe {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-height: min(70vh, 620px);
    position: relative;
}
.home-swipe.is-empty .home-swipe-actions,
.home-swipe.is-empty .home-swipe-stack {
    display: none;
}
.home-swipe.is-empty .home-swipe-empty {
    display: block;
}
.home-swipe.is-empty {
    justify-content: center;
}
.home-swipe-stack {
    position: relative;
    width: min(420px, 100%);
    height: min(70vh, 620px);
    min-height: 420px;
}
.home-swipe-empty {
    display: none;
    text-align: center;
    padding: 0;
    max-width: 360px;
}
.home-swipe-empty h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--LUVIO-text);
}
.home-swipe-empty p {
    margin-top: 8px;
    font-size: 14px;
    color: rgba(15, 23, 42, 0.65);
}
.home-swipe-card {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #0f1118;
    display: flex;
    align-items: flex-end;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.home-swipe-more {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    display: grid;
    place-items: center;
    box-shadow: 0 10px 22px rgba(12, 16, 22, 0.2);
    z-index: 2;
}
.home-swipe-more img {
    width: 18px;
    height: 18px;
}
.home-swipe-premium {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 77, 122, 0.9);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    z-index: 2;
}
.home-swipe-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-swipe-photo-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    z-index: 1;
}
.home-swipe-photo-zone {
    width: 100%;
    height: 100%;
}
.home-swipe-dots {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 2;
}
.home-swipe-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.6);
}
.home-swipe-dot.is-active {
    width: 18px;
    background: #ffffff;
}
.home-swipe-info {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 18px 16px 22px;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(8, 10, 16, 0) 0%, rgba(8, 10, 16, 0.7) 55%, rgba(8, 10, 16, 0.92) 100%);
}
.home-swipe-name {
    font-size: 20px;
    font-weight: 700;
}
.home-swipe-meta {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    opacity: 0.9;
}
.home-swipe-bio {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.4;
    opacity: 0.9;
}
.home-swipe-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.home-swipe-card.swipe-left {
    transform: translateX(-120%) rotate(-12deg);
    opacity: 0;
}
.home-swipe-card.swipe-right {
    transform: translateX(120%) rotate(12deg);
    opacity: 0;
}
.home-swipe-card.swipe-up {
    transform: translateY(-120%) scale(0.9);
    opacity: 0;
}

.tinder-like__menu {
    position: relative;
}

.tinder-like__dropdown {
    position: absolute;
    right: 0;
    top: 48px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 16px 32px rgba(12, 16, 22, 0.15);
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 8px;
    min-width: 180px;
    display: none;
    z-index: 20;
}

.tinder-like__menu.is-open .tinder-like__dropdown {
    display: block;
}

.tinder-like__dropdown-item {
    width: 100%;
    text-align: left;
    padding: 10px 12px;
    border-radius: 10px;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: var(--LUVIO-text);
    cursor: pointer;
}

.tinder-like__dropdown-item:hover {
    background: rgba(247, 89, 245, 0.1);
    color: var(--LUVIO-primary);
}

.tinder-like__section {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.tinder-like__section-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--LUVIO-text);
    margin-bottom: 10px;
}

.tinder-like__details {
    display: grid;
    gap: 8px;
}

.tinder-like__detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.06);
    font-size: 13px;
}

.tinder-like__detail-label {
    color: rgba(15, 23, 42, 0.6);
    font-weight: 600;
}

.tinder-like__detail-value {
    color: var(--LUVIO-text);
    font-weight: 700;
    text-align: right;
}

.tag.tag--muted {
    background: rgba(15, 23, 42, 0.06);
    border-color: rgba(15, 23, 42, 0.08);
    color: rgba(15, 23, 42, 0.55);
}

.profile-info-drawer {
    --drawer-peek-height: 140px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: min(85vh, 720px);
    background: #ffffff;
    border-radius: 24px 24px 0 0;
    padding: 10px 16px 16px;
    transform: translateY(100%);
    transition: transform 0.25s ease;
    z-index: 300;
    display: flex;
    flex-direction: column;
}

.profile-info-modal {
    border-radius: 24px;
    padding: 0;
    background: #ffffff;
    border: none;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}
.profile-info-modal .match-close {
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    padding: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}
.profile-info-modal .match-close:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}
.profile-info-modal .match-close img {
    width: 18px;
    height: 18px;
}
.profile-info-modal .profile-info-body {
    padding: 24px;
}
.profile-info-modal .chat-profile-cta {
    display: block;
    margin: 18px auto 0;
    max-width: 240px;
    text-align: center;
    border-radius: 999px;
    padding: 12px 18px;
}
.profile-info-drawer .profile-info-body {
    position: relative;
}
.profile-info-drawer .match-close {
    position: absolute;
    top: 14px;
    right: 14px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.15);
    cursor: pointer;
    z-index: 5;
}
.profile-info-drawer .match-close img {
    width: 18px;
    height: 18px;
}
.profile-info-drawer .chat-profile-cta {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 16px;
    padding: 12px 18px;
}

.profile-info-drawer.is-hidden {
    transform: translateY(100%);
}

.profile-info-drawer.is-peek {
    transform: translateY(calc(100% - var(--drawer-peek-height)));
}

.profile-info-drawer.is-open {
    transform: translateY(0);
}

.profile-info-drawer.is-dragging {
    transition: none;
}

.profile-info-handle {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 6px 0 10px;
    cursor: grab;
}

.profile-info-handle span {
    width: 44px;
    height: 5px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.18);
}

.profile-info-scroll {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1 1 auto;
    min-height: 0;
    padding-right: 6px;
}

.profile-info-drawer.is-open .profile-info-scroll {
    overflow-y: auto;
}

.profile-info-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 250;
}

.profile-info-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.profile-info-body {
    padding: 4px 0 0;
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
}

.profile-info-header {
    display: flex;
    gap: 14px;
    align-items: center;
}

.profile-info-photo {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    object-fit: cover;
}

.profile-info-heading h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--LUVIO-text);
    margin-bottom: 4px;
}

.profile-info-sub {
    display: flex;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.7);
}

.profile-info-city {
    margin-top: 4px;
    font-size: 13px;
    color: rgba(15, 23, 42, 0.6);
}

.profile-info-section {
    margin-top: 16px;
}

.profile-info-section p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(15, 23, 42, 0.75);
}

/* ✅ Адаптив под мобилки */
@media (max-width: 768px) {
    .site_content.home-simple {
        overflow: visible;
    }
    .home-simple-carousel {
        display: none;
    }
    .home-simple-card {
        flex-direction: column;
        width: min(420px, 100%);
        height: auto;
        max-height: none;
    }

    .home-simple-media {
        width: 100%;
        height: 320px;
    }

    .home-simple-info {
        width: 100%;
        overflow: visible;
    }
}

@media (max-width: 768px) {
    .site_content.chat-screen {
        height: calc(100vh - var(--LUVIO-header-height) - var(--LUVIO-footer-height));
        height: calc(100dvh - var(--LUVIO-header-height) - var(--LUVIO-footer-height));
        --chat-input-height: 76px;
    }
    .chat-screen .messages .messages-content {
        padding-bottom: 40px;
    }
    .chat-input {
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
        border-radius: 0 0 16px 16px;
    }
}

/*-----------------------[ 20. Home Footer CSS ]------------------------*/
.footer-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 14px 0 calc(14px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--LUVIO-substrate);
    background: var(--LUVIO-bg);
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 200;
}
.nav-item {
    position: relative;
    text-align: center;
}
.nav-item img {
    width: 24px;
    height: 24px;
    opacity: 1;
    filter: grayscale(100%);
    transition: 0.3s;
}
.nav-item.active img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(94%) saturate(1125%) hue-rotate(289deg) brightness(116%) contrast(107%);
    margin-bottom: 8px;
}
.nav-item {
  position: relative;
}
.notification-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--LUVIO-pink, #E40C4E);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
  line-height: 1.4;
  display: none;
}
.nav-item.has-notification .notification-badge {
  display: inline-block;
}
.nav-item .indicator {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--LUVIO-primary);
    border-radius: 50%;
    display: none;
}
.nav-item.active .indicator {
    display: block;
}
.nav-label {
    display: none;
}
.nav-cta {
    display: none;
}
/*-----------------------[ 21.Home Screen Setting CSS ]------------------------*/
.setting-section {
    height: 0;
    margin: 0;
    padding: 0;
}
.offcanvas-header {
    border-bottom: 2px solid var(--LUVIO-substrate);
}
.home-setting-icons-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px 6px 6px;
    border: 2px solid var(--LUVIO-substrate);
    border-radius: 12px;
    margin-bottom: 12px;
    background: var(--LUVIO-substrate);
}
.setting-opestion-main {
    display: flex;
    align-items: center;
    gap: 16px;
}
.setting-icons-main {
    width: 48px;
    height: 48px;
    background: linear-gradient(to right, rgba(62, 54, 237, 0.08), rgba(62, 54, 237, 0.08));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.setting-icons-main2 {
    background: rgba(247, 89, 245, 0.08);
}
.version {
    color: var(--LUVIO-inactive);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-left: 50px;
    padding-right: 5px;
}

.active-sessions-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.active-session-card {
    background: #ffffff;
    border: 1px solid var(--LUVIO-substrate);
    border-radius: 16px;
    padding: 14px 16px;
}

.active-session-title {
    font-weight: 600;
    margin: 0 0 6px 0;
    color: var(--LUVIO-text);
}

.active-session-meta {
    font-size: 13px;
    color: var(--LUVIO-inactive);
    margin: 0 0 8px 0;
}

.active-session-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.active-session-actions .next-btn,
.active-session-actions .skip-btn {
    padding: 8px 14px;
    font-size: 13px;
}
.new-notification {
    color: var(--LUVIO-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.btn-close {
    --bs-btn-close-focus-shadow: none;
    --bs-btn-close-opacity: 1;
}
.offcanvas-title {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
/*-----------------------[ 22.Profile Single CSS ]------------------------*/
.header-title h1 {
    color: var(--LUVIO-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 10px;
}
.back-with-text {
    display: flex;
    align-items: center;
}
.share-media-mainss {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 25px;
    padding-bottom: 16px;
}
.share-media-mainss a p {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 8px;
}
.offcanvas-headertexttoSpeech {
    flex-direction: column;
    gap: 6px;
    justify-content: center;
}
.offcanvas-texttoSpeech {
    width: 100%;
    max-width: 600px;
    height: 100% !important;
    max-height: 320px !important;
    margin: 0 auto;
    border-radius: 24px 24px 0 0;
}
.single-d-main-img {
    border-radius: 32px;
    width: 100%;
    margin: 16px 0;
}
.single-profile-nam {
    color: var(--LUVIO-text);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.single-isabell {
    margin-bottom: 24px;
}
.single-isabell p {
    color: var(--LUVIO-text);
    font-size: 14px;
    font-weight: 500;
    padding: 7px 16px;
    border: 2px solid rgba(97, 101, 104, 0.4);
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.single-isabell p img {
    filter: brightness(0) saturate(100%) invert(5%) sepia(3%) saturate(7223%) hue-rotate(164deg) brightness(95%) contrast(91%);
}
.about-box {
    padding-top: 24px;
}
.issAbout-me {
    color: var(--LUVIO-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.issAbout {
    color: var(--LUVIO-inactive);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 12px;
}
.inte-mian {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}
.int-box {
    color: var(--LUVIO-text);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 12px;
    background: var(--LUVIO-substrate);
    padding: 11px 12px;
}
.masonry-grid {
    column-count: 2;
    column-gap: 16px;
}
.masonry-grid img {
    width: 100%;
    margin-top: 16px;
    border-radius: 16px;
}
/* -----------------------[ 23.Filter Screen CSS ]------------------------*/
.container-heeh {
    margin-top: 50px;
}
.container-heeh .price-filter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.container-heeh .slider {
    position: relative;
    width: 100%;
    height: 2px;
    background: var(--LUVIO-substrate);
    border-radius: 5px;
}
.container-heeh .slider input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    width: 100%;
    height: 2px;
    background: transparent;
    pointer-events: none;
    outline: none;
}
.container-heeh .slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #FFF;
    border-radius: 50%;
    border: 2px solid var(--LUVIO-primary);
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0px 4px 12px rgba(62, 54, 237, 0.64);
}
.container-heeh .slider input[type="range"]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: var(--LUVIO-primary);
    border-radius: 50%;
    background: #FFF;
    border: 2px solid var(--LUVIO-primary);
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0px 4px 12px rgba(62, 54, 237, 0.64);
}
.container-heeh .slider::before {
    content: '';
    position: absolute;
    height: 4px;
    background: var(--LUVIO-primary);
    border-radius: 5px;
    left: var(--left);
    right: calc(100% - var(--right));
}
.container-heeh .price-label {
    position: absolute;
    top: -38px;
    transform: translateX(-100%);
    color: var(--LUVIO-substrate);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-image: url(../images/svg/price-bg.svg);
    background-size: cover;
    background-position: center;
    width: 34px;
    height: 25px;
    padding-top: 3px;
}
.container-heeh #min-price {
    left: var(--left);
    margin-left: 30px;
}
.container-heeh #max-price {
    left: var(--right);
    margin-right: 20px;
}
.container-heeh {
    margin-top: 45px;
}
/* -----------------------[ 24.Discover Screen CSS ]------------------------*/
.dsiva {
    border-radius: 32px;
    margin-top: 22px;
    width: 100%;
}
.dlkca {
    color: var(--LUVIO-inactive);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.dlkca::before {
    content: url('../images/svg/location.svg');
}
.newYork {
    color: var(--LUVIO-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.map-cobut-main {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 8px 16px 0px rgba(18, 21, 28, 0.16);
    padding: 12px;
    position: absolute;
    top: 40px;
    left: 20px;
    width: calc(600px - 45px);
}
.map-cobut-main a {
    padding: 8px 16px;
}
/* -----------------------[ 25.Card like Screen CSS ]------------------------*/
.categories-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 16px 0;
    padding-right: 12px;
}
.categories {
    color: var(--LUVIO-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.view-all-text {
    color: var(--LUVIO-inactive);
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.profile-card,
.match-card {
    margin: 0 8px;
}
.profile-card {
    width: 100%;
    border-radius: 32px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
.profile-image {
    width: 100%;
    border-radius: 32px;
}
.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(62, 54, 237, 0.00) 0%, var(--LUVIO-primary) 100%);
    border-radius:0 0 32px 32px;
}
.inner-deatils-main {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px;
}
.name {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}
.new-mtch-slider-loc-ge {
    display: flex;
    align-items: center;
    gap: 8px;
}
.new-mtch-slider-loc-ge p {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 8px 10px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
}
.match-card img {
    border-radius: 32px;
    margin-bottom: 8px;
    width: 100%;
}
.match-card p {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
/* -----------------------[ 26.All Match Screen CSS ]------------------------*/
.filter-svg-all-match {
    filter: brightness(0) saturate(100%) invert(41%) sepia(3%) saturate(483%) hue-rotate(129deg) brightness(94%) contrast(93%);
}
.allmtach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.allmtach-grid img {
    width: 100%;
}
.allmtach-grid .match-card {
    margin: 0;
}
/* -----------------------[ 27.Match Screen CSS ]------------------------*/
.match-percentag {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.80);
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cong {
    padding-top: 50px;
}
.match-person img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.match-person:nth-child(1) img {
    position: absolute;
    top: -100px;
    left: 30px;
}
.match-person:nth-child(2) img {
    position: absolute;
    top: -100px;
    right: 30px;
}
.heartBallon {
    position: absolute;
    top: 30px;
}
.heartwings2 {
    position: absolute;
    bottom: -70px;
    right: 30px;
}
/* -----------------------[ 28.Message Screen CSS ]------------------------*/
.message-labal-main {
    border-radius: 36px;
    border: 2px solid var(--LUVIO-substrate);
    padding: 4px 20px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.message-labal-main.is-unread {
    border-color: rgba(129, 72, 247, 0.35);
    background: rgba(129, 72, 247, 0.06);
}
.message-dp-conte-main {
    display: flex;
    align-items: center;
    gap: 16px;
}
.message-dp-main img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    object-fit: cover;
}
.message-dp-main {
    position: relative;
}
.online-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--LUVIO-primary);
    position: absolute;
    top: 3px;
    right: 0;
    border: 3px solid #FFF;
}
.message-conte h2 {
    color: var(--LUVIO-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 8px;
}
.message-conte p {
    color: var(--LUVIO-inactive);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.total-message {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--LUVIO-primary);
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
.message-screen .sign-input-main {
    margin-bottom: 16px;
}
.match-row {
    margin-bottom: 16px;
}
.match-row__header h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--LUVIO-text);
    margin-bottom: 10px;
}
.match-row__list {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
}
.match-row__list::-webkit-scrollbar {
    height: 0;
}
.match-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background: transparent;
}
.match-pill__avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(247, 89, 245, 0.45);
}
.match-pill__name {
    font-size: 12px;
    font-weight: 600;
    color: var(--LUVIO-text);
    max-width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.message-list {
    display: flex;
    flex-direction: column;
}
.message-empty {
    display: none;
    text-align: center;
    padding: 32px 0;
}
.message-empty h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--LUVIO-text);
}
.message-empty p {
    margin-top: 6px;
    font-size: 14px;
    color: rgba(15, 23, 42, 0.6);
}
.message-list.is-empty + .message-empty {
    display: block;
}
.message-labal-main .message-meta {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}
.message-labal-main .message-meta time {
    font-size: 11px;
    color: rgba(15, 23, 42, 0.55);
}
.message-unread-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--LUVIO-primary);
    display: inline-block;
}
.chat-profile-cta {
    margin-top: 16px;
    display: inline-flex;
    justify-content: center;
}
/* -----------------------[ 29.Chat Screen CSS ]------------------------*/
.chat-header {
    display: flex;
    align-items: center;
    gap: 12px;
}
.chat-back {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 16px rgba(12, 16, 22, 0.08);
}
.chat-back img {
    width: 18px;
    height: 18px;
}
.chat-user {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 auto;
}
.chat-user-avatar {
    position: relative;
    cursor: pointer;
}
.chat-user-avatar img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.chat-user-info h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--LUVIO-text);
    margin-bottom: 4px;
}
.chat-user-name-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.chat-user-verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--LUVIO-primary, #6B3CCB);
    color: #fff;
}
.chat-user-verified.hidden {
    display: none;
}
.chat-user-verified img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}
.chat-user-meta {
    display: flex;
    gap: 8px;
    font-size: 12px;
    color: rgba(15, 23, 42, 0.65);
}
.chat-typing-bubble {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
}
.chat-typing-bubble span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--LUVIO-text);
    display: inline-block;
    animation: wave 1.3s linear infinite;
}
.chat-typing-bubble span:nth-child(2) {
    animation-delay: -1.1s;
}
.chat-typing-bubble span:nth-child(3) {
    animation-delay: -0.9s;
}
.chat-empty {
    text-align: center;
    padding: 40px 16px;
    color: rgba(15, 23, 42, 0.65);
}
.chat-empty h3 {
    color: var(--LUVIO-text);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}
.gift-panel {
    position: absolute;
    bottom: 70px;
    left: 8px;
    background: #ffffff;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 16px 30px rgba(12, 16, 22, 0.16);
    width: calc(100% - 16px);
    z-index: 100;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 12px;
    max-height: 220px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}
.gift-panel.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.gift-item {
    min-width: 0;
    padding: 12px 10px;
    border-radius: 14px;
    background: #f6f4ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--LUVIO-text);
    border: 1px solid rgba(129, 72, 247, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gift-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(129, 72, 247, 0.2);
}
.gift-thumb {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #ffffff;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 14px rgba(17, 24, 39, 0.08);
}
.gift-thumb img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.gift-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--LUVIO-primary);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    display: grid;
    place-items: center;
    padding: 0 5px;
}
.gift-item-add {
    background: rgba(129, 72, 247, 0.08);
    border-style: dashed;
}
.gift-plus {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(129, 72, 247, 0.12);
    color: var(--LUVIO-primary);
    font-size: 22px;
    font-weight: 700;
    display: grid;
    place-items: center;
}
.gift-item.is-locked {
    opacity: 0.6;
}
.message-gift {
    background: transparent;
    border: none;
    padding: 0;
}
.gift-sticker {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}
.gift-sticker-art {
    width: 90px;
    height: 90px;
    border-radius: 0;
    background: transparent;
    display: grid;
    place-items: center;
}
.gift-sticker-art img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.gift-sticker-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--LUVIO-text);
}
.header-chat-online {
    display: flex;
    align-items: center;
    gap: 8px;
}
.online {
    border-radius: 10px;
    background: var(--LUVIO-secondary-light);
    color: var(--LUVIO-primary);
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    padding: 3px 12px;
}
.truncate-title {
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
}
.chat {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    z-index: 10;
    overflow: hidden;
    background: transparent;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    flex: 1 1 auto;
    min-height: 0;
}
.chat-title {
    flex: 0 0 auto;
    min-height: var(--chat-title-height);
    display: flex;
    align-items: center;
    padding: 0 12px;
    background: #ffffff;
    z-index: 6;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.chat-header {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    justify-content: space-between;
}
.chat-menu {
    position: relative;
    margin-left: auto;
}
.chat-menu-toggle {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(129, 72, 247, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    cursor: pointer;
}
.chat-menu-toggle span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #4d3a7c;
}
.chat-menu-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    min-width: 180px;
    background: #fff;
    border: 1px solid rgba(88, 65, 168, 0.12);
    border-radius: 14px;
    box-shadow: 0 16px 30px rgba(20, 9, 46, 0.12);
    padding: 8px;
    display: none;
    z-index: 10;
}
.chat-menu-dropdown.is-open {
    display: block;
}
.chat-menu-item {
    width: 100%;
    text-align: left;
    padding: 10px 12px;
    border-radius: 10px;
    background: transparent;
    font-size: 14px;
    color: #2a2240;
    cursor: pointer;
}
.chat-menu-item:hover {
    background: rgba(129, 72, 247, 0.12);
}
.chat-blocked {
    padding: 14px 16px;
    margin: 8px 12px 0;
    border-radius: 14px;
    background: rgba(255, 108, 132, 0.12);
    color: #7b2b3c;
    font-size: 14px;
    text-align: center;
}
.chat-blocked.hidden {
    display: none;
}
.messages {
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    width: 100%;
    min-height: 0;
    overscroll-behavior: contain;
    scroll-behavior: auto;
}
.messages.is-initializing .messages-content {
    visibility: hidden;
}
.messages.is-initializing {
    overflow: hidden;
}
.chat-loading {
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgba(15, 23, 42, 0.6);
    font-size: 13px;
    font-weight: 600;
}
.messages.is-initializing .chat-loading {
    display: flex;
}
.messages .messages-content {
    position: static;
    width: 100%;
    padding-bottom: 16px;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
}
.messages .message {
    clear: both;
    float: left;
    padding: 12px 12px 18px 12px;
    border-radius: 8px;
    background: var(--LUVIO-substrate);
    position: relative;
    border: none;
    color: var(--LUVIO-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin: 12px 0 5px 0;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 66%;
    width: fit-content;
}
.messages .message .timestamp {
    position: absolute;
    bottom: 3px;
    right: 0;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    width: 50px;
    padding-right: 9px;
}
.mCSB_inside>.mCSB_container {
    margin-right: 10px;
}
.messages .message.message-personal {
    float: right;
    text-align: right;
    background: var(--LUVIO-btn-primary);
    border: none;
    border-radius: 8px;
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 6px;
}
.messages .message.message-personal.message-gift {
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.messages .message.message-attachment {
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.messages .message.message-personal.message-attachment {
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.message-box .message-input:focus {
    outline: none !important;
    border-radius: 12px;
    border: 1px solid var(--LUVIO-primary);
    background: var(--LUVIO-secondary-light);
    color: var(--LUVIO-text);
}
.messages .message.new {
    transform: scale(0);
    transform-origin: 0 0;
    -webkit-animation: bounce 500ms linear both;
    animation: bounce 500ms linear both;
}
.messages .message.loading span {
    display: inline-block;
    font-size: 0;
    width: 20px;
    height: 10px;
    position: relative;
}
.messages .message.loading::before {
    border: none;
    animation: wave 1.3s linear infinite;
}
.messages .message.loading span::before,
.messages .message.loading span::after,
.messages .message.loading::before {
    position: relative;
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--LUVIO-text);
    z-index: 2;
    margin-top: 4px;
    margin-left: 4px;
}
.messages .message.loading span::before {
    animation: wave 1.3s linear infinite;
    animation-delay: -1.1s;
}
.messages .message.loading span::after {
    animation: wave 1.3s linear infinite;
    animation-delay: -0.9s;
}
.message-box {
    border: none;
    position: relative;
    border-radius: 12px;
    width: 100%;
}
.chat-hidden-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.specker {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.specker.is-recording {
    filter: drop-shadow(0 0 6px rgba(247, 89, 245, 0.45));
    animation: pulse-record 1.2s ease-in-out infinite;
}
.button-Emoji {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.emoji-panel {
    position: absolute;
    bottom: 80px;
    left: 8px;
    right: 8px;
    background: #ffffff;
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 16px 30px rgba(12, 16, 22, 0.16);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(36px, 1fr));
    gap: 6px;
    max-height: 190px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 110;
}
.emoji-panel.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.emoji-button {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(129, 72, 247, 0.08);
    display: grid;
    place-items: center;
    font-size: 18px;
    cursor: pointer;
}
.message-text {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.message-attachment {
    background: transparent;
    border: none;
    padding: 0;
}
.message-attachment-list {
    display: grid;
    gap: 8px;
}
.message-attachment-image {
    width: 180px;
    max-width: 100%;
    border-radius: 14px;
    display: block;
    background: transparent;
    box-shadow: none;
    cursor: zoom-in;
}
.message-attachment-audio {
    width: 220px;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
}
.message-attachment-file {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(129, 72, 247, 0.1);
    color: var(--LUVIO-text);
    font-size: 13px;
    font-weight: 600;
}
@keyframes pulse-record {
    0% {
        transform: translateY(-50%) scale(1);
    }
    50% {
        transform: translateY(-50%) scale(1.08);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}
.buttonAttachment {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.buttonGift {
    position: absolute;
    right: 78px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.buttonGift.active {
    filter: brightness(0) saturate(100%) invert(50%) sepia(94%) saturate(1472%) hue-rotate(269deg) brightness(96%) contrast(103%);
}
.chat-input {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    padding: 12px;
    margin: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    z-index: 210;
    margin-top: auto;
    position: relative;
    width: 100%;
    min-height: var(--chat-input-height);
}
.send-icons {
    stroke: white;
    stroke-width: 2px;
    stroke-linecap: round;
}
.message-box .message-input {
    background: none;
    border: 1px solid transparent;
    outline: none !important;
    resize: none;
    font-size: 16px;
    line-height: 20px;
    min-height: 48px;
    max-height: 140px;
    height: 48px;
    margin: 0;
    width: 100%;
    color: var(--LUVIO-text);
    background: var(--LUVIO-substrate);
    border-radius: 12px;
    padding: 12px 110px 12px 40px;
    overflow-y: hidden;
}
.message-box textarea:focus:-webkit-placeholder {
    color: transparent;
}
.message-submit {
    width: 100%;
    max-width: 48px;
    height: 48px;
    border-radius: var(--LUVIO-radius-button);
    padding: 0;
    background-color: var(--LUVIO-btn-primary);
}
.message-submit:hover { background-color: var(--LUVIO-btn-primary-hover); }
.mCSB_scrollTools {
    margin: 1px -3px 1px 0;
    opacity: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(255, 255, 255) !important;
}
@-webkit-keyframes bounce {
    0% {
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.7% {
        transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.41% {
        transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    14.11% {
        transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.72% {
        transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    24.32% {
        transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.93% {
        transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    35.54% {
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    41.04% {
        transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    52.15% {
        transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    63.26% {
        transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    85.49% {
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}
@keyframes bounce {
    0% {
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.7% {
        transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.41% {
        transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    14.11% {
        transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.72% {
        transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    24.32% {
        transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.93% {
        transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    35.54% {
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    41.04% {
        transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    52.15% {
        transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    63.26% {
        transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    85.49% {
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}
@-webkit-keyframes wave {
    0%,
    60%,
    100% {
        transform: initial;
    }
    30% {
        transform: translateY(-15px);
    }
}
@keyframes wave {
    0%,
    60%,
    100% {
        transform: initial;
    }
    30% {
        transform: translateY(-15px);
    }
}
.chat-menu {
    display: flex;
}
/*-----------------------[ 30.Chat Search Popup and Button more Screen CSS ]------------------------*/
.search-container {
    position: relative;
}
.search-bar {
    position: absolute;
    top: 4px;
    right: 12px;
    display: flex;
    z-index: 100;
    width: calc(100% - 55px);
}
.search-bar .serach-message {
    position: absolute;
    left: 8px;
    top: 9px;
}
.search-bar input {
    flex: 1;
    padding: 8px 70px 8px 40px;
    border-radius: 12px;
    background: var(--LUVIO-substrate);
    border: none;
    outline: none;
}
.hidden {
    display: none;
}
.popupMore {
    position: absolute;
    right: 12px;
    top: 50px;
    background-color: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    z-index: 100;
    width: 180px;
}
.popup-content {
    display: flex;
    flex-direction: column;
    padding: 16px;
}
.popup-item {
    padding: 10px 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid var(--LUVIO-substrate);
    color: var(--LUVIO-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.search-arrow {
    filter: brightness(0) saturate(100%) invert(7%) sepia(2%) saturate(5102%) hue-rotate(161deg) brightness(98%) contrast(96%);
    cursor: pointer;
}
.serch-drown {
    position: absolute;
    right: 40px;
    top: 8px;
}
.serch-up {
    position: absolute;
    right: 10px;
    top: 8px;
}
/* -----------------------[ 31.Chat Input Pop Up Screen Css  ]------------------------*/
.buttonAttachment {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: filter 0.2s;
}
.buttonAttachment.active {
    filter: brightness(0) saturate(100%) invert(50%) sepia(94%) saturate(1472%) hue-rotate(269deg) brightness(96%) contrast(103%);
}
.attachment-popup {
    position: absolute;
    bottom: 60px;
    left: 3px;
    background: white;
    border-radius: 12px;
    box-shadow: 0px 8px 16px 0px rgba(18, 21, 28, 0.16);
    padding: 12px;
    width: calc(100% - 12px);
    z-index: 100;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    display: flex;
}
.attachment-popup.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.attachment-option div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--LUVIO-substrate);
    display: flex;
    align-items: center;
    justify-content: center;
}
.attachment-option {
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
}
.attachment-option img {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
.attachment-option p {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-top: 5px;
}
/*-----------------------[ 32.Export Chat PopUp CSS ]------------------------*/
.sk-fading-circle {
    width: 40px;
    height: 40px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #000;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
.finger-modal-content {
    padding: 32px;
}
.congratulations {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin: 32px 0 16px 0;
}
#counter {
    text-align: center;
}
.send-to-modal {
    width: 100%;
}
.send-to-modal-main {
    max-height: 370px !important;
}
/* -----------------------[ 33.Voice & Video Call Screen Css  ]------------------------*/
.bg-voice-header {
    background: transparent !important;
    border-bottom: none;
}
.bg-voice-call {
    background-image: url('../images/voice-call-screen/gradient-background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-color: #FAE8F9;
}
.caller-person-dp-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 90%;
    justify-content: center;
}
.caller-person-dp {
    border-radius: 50%;
    margin-bottom: 24px;
}
.voice-call-name {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.voice-call-time {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.voice-call-list-main {
    display: flex;
    align-items: center;
    gap: 16px;
    position: fixed;
    bottom: 40px;
}
.voice-call-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(to bottom,
            rgba(18, 21, 28, 0.4) 0%,
            rgba(18, 21, 28, 0.15) 100%);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.call-cut {
    background: var(--LUVIO-primary);
}
.bg-video-call {
    background-image: url('../images/voice-call-screen/bg-img.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.video-img-main {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 12px;
}
.video-person-dp-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 83%;
    justify-content: flex-end;
}
.video-text-iss,
.video-text-time {
    color: #FFFF;
    text-align: left;
}
.account-button {
    bottom: 70px;
}
/*-----------------------[ 34.Security Screen CSS ]------------------------*/
.swiches-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 2px solid #FFFFFF;
}
.switch-boxes {
    border-radius: 12px;
    background: var(--LUVIO-substrate);
    padding: 16px;
    margin-top: 24px;
}
.remember-text {
    color: var(--LUVIO-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.check-box {
    display: flex;
}
.swiches-toggle input:checked[type="checkbox"] {
    background: var(--LUVIO-primary);
    border: 2px solid transparent;
}
.swiches-toggle input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 40px;
    height: 24px;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid rgba(97, 101, 104, 0.14);
    transition: 0.4s;
}
.swiches-toggle input:checked[type="checkbox"]::after {
    left: 50%;
}
.swiches-toggle input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 1px;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 1px 0px rgba(0, 0, 0, 0.08), 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    transform: scale(1.1);
    transition: 0.4s;
}
/*-----------------------[ 35.Marketing Preferences Screen CSS ]------------------------*/
.elevan {
    color: var(--LUVIO-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 0;
}
.news-box-main {
    border-radius: 12px;
    background: var(--LUVIO-substrate);
    padding: 16px;
    margin-bottom: 12px;
}
.news-tex {
    color: var(--LUVIO-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #FFF;
}
.roducts {
    color: var(--LUVIO-inactive);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 12px;
}
/*-----------------------[ 36.FAQ Screen CSS ]------------------------*/
.nested-accordion {
    border-radius: 12px;
    background: var(--LUVIO-substrate);
    padding: 16px;
    margin-bottom: 12px;
    cursor: pointer;
}
.nested-accordion .nested-accordion {
    border-radius: 0;
    border-bottom: 2px solid #FFF;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.nested-accordion h3 {
    color: var(--LUVIO-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
}
.nested-accordion h3.selected {
    color: var(--LUVIO-primary);
}
.nested-accordion h3.selected:before {
    content: url('../images/svg/sub-icon.svg');
    filter: brightness(0) saturate(100%) invert(65%) sepia(58%) saturate(5174%) hue-rotate(268deg) brightness(98%) contrast(98%);
}
.nested-accordion h3:before {
    content: url('../images/svg/pluse-icon.svg');
    position: absolute;
    right: 0;
}
.faq-txt1:before {
    content: url('../images/svg/down-arrow-blck.svg') !important;
}
.faq-txt1.selected:before {
    content: url('../images/svg/up-arrow-pur.svg') !important;
}
.nested-accordion .comment {
    color: var(--LUVIO-inactive);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 8px;
}
/*-----------------------[ 37.Data & Privacy Screen CSS ]------------------------*/
.privacy-mang {
    color: var(--LUVIO-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.mang-datasec {
    padding-top: 24px;
}
.check-radio:checked[type=radio] {
    outline: 2px solid var(--LUVIO-primary);
    outline-offset: 4px;
    background: var(--LUVIO-primary);
    width: 11px;
    height: 11px;
    margin-right: 5px;
    border: 1px solid var(--LUVIO-primary);
    appearance: none;
    border-radius: 50%;
}
.check-radio {
    border: 2px solid var(--LUVIO-text);
    background-color: transparent;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
}
.your-data-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*-----------------------[ 38.About Screen CSS ]------------------------*/
.sit {
    color: var(--LUVIO-inactive);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 8px;
}
.media-icon-main {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 10px;
}
.media-icon-name {
    color: var(--LUVIO-text);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding-top: 12px;
}
/*-----------------------[ 39.Feedback Screen CSS ]------------------------*/
.projectTitle-Main textarea {
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    height: 100px;
    padding: 12px 16px;
    border-radius: 18px;
    background: var(--LUVIO-substrate);
}
/*-----------------------[ 40.Contact Screen CSS ]------------------------*/
.contac-iocnss {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-radius: 8px;
    background: var(--LUVIO-substrate);
    color: var(--LUVIO-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}
/*-----------------------[ 41.Invite Friend Screen CSS ]------------------------*/
.friend-name {
    color: var(--LUVIO-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.friend-no a {
    color: var(--LUVIO-inactive);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 8px;
}
.invite-friend-wrapper {
    display: flex;
    align-items: center;
    background: var(--LUVIO-substrate);
    padding: 8px 20px 8px 8px;
    margin-bottom: 12px;
    border-radius: 40px;
}
.invite-img img {
    border-radius: 50%;
    margin-right: 16px;
}
.friend-invite {
    margin-left: auto;
}
.friend-select input {
    display: none;
}
.friend-select input[type="checkbox"]:checked+label {
    color: #FFF;
    border: 2px solid var(--LUVIO-primary);
    border-radius: 16px;
    border: 2px solid var(--LUVIO-primary);
    background: var(--LUVIO-primary);
}
.custom-radio-sel-friend {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 34px;
    border-radius: 16px;
    border: 2px solid var(--LUVIO-primary);
    cursor: pointer;
    color: var(--LUVIO-primary);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}
/*-----------------------[ 42.Delete or Deactivate Screen CSS ]------------------------*/
.luvio {
    color: var(--LUVIO-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 24px;
}
.abc {
    font-size: 30px;
    color: var(--LUVIO-success);
    font-weight: 700;
    text-transform: uppercase;
}
.act {
    text-transform: none;
}
.vate {
    color: var(--LUVIO-inactive);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.deactivate-list {
    margin-left: 20px;
    padding-top: 12px;
}
.deactivate-list li {
    list-style: disc;
    color: var(--LUVIO-inactive);
    padding-bottom: 8px;
}
.lrev-main {
    padding: 16px 0;
    border-bottom: 2px solid #FFF;
}
.pping {
    color: var(--LUVIO-inactive);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 24px;
}
.pping span {
    color: var(--LUVIO-text);
}
.logout-body {
    text-align: center;
}
.logout-modal-footer {
    padding: 16px;
}
.auth-error {
    display: none;
    margin: 0 0 16px 0;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255, 29, 29, 0.1);
    color: var(--LUVIO-error);
    font-size: 14px;
    font-weight: 600;
}
.sign-input-main input.is-invalid {
    border: 2px solid var(--LUVIO-error);
    background: rgba(255, 29, 29, 0.06);
}
.footer-checkbox-input.is-invalid {
    outline: 2px solid var(--LUVIO-error);
    outline-offset: 2px;
    border-radius: 4px;
}
select.is-invalid,
textarea.is-invalid {
    border: 2px solid var(--LUVIO-error);
    background: rgba(255, 29, 29, 0.06);
}

.city-modal {
    border-radius: 24px;
    border: none;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
}
.city-modal .modal-body {
    padding: 24px;
}
.city-modal-header h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--LUVIO-text);
}
.city-modal-header p {
    margin-top: 6px;
    font-size: 13px;
    color: var(--LUVIO-description);
}
.city-modal-suggestion {
    margin-top: 16px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(129, 72, 247, 0.08);
    border: 1px solid rgba(129, 72, 247, 0.14);
}
.city-label {
    display: inline-flex;
    font-size: 11px;
    font-weight: 600;
    color: var(--LUVIO-primary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.city-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--LUVIO-text);
    margin-top: 6px;
}
.city-hint {
    font-size: 12px;
    color: var(--LUVIO-inactive);
    margin-top: 4px;
}
.city-modal-actions {
    margin-top: 16px;
    display: grid;
    gap: 10px;
}
.city-modal-search {
    margin-top: 18px;
}
.city-suggestions {
    margin-top: 10px;
    display: grid;
    gap: 8px;
}
.city-suggestion {
    width: 100%;
    text-align: left;
    padding: 12px 16px;
    border-radius: 999px;
    background: #f6f4ff;
    border: 1px solid rgba(129, 72, 247, 0.12);
    font-size: 13px;
    color: var(--LUVIO-text);
}
.city-suggestion:hover {
    background: rgba(129, 72, 247, 0.12);
}
.chat-image-modal-dialog {
    max-width: min(90vw, 720px);
}
.chat-image-modal {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    position: relative;
}
.chat-image-preview {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 20px;
    background: transparent;
    box-shadow: 0 18px 40px rgba(12, 16, 22, 0.35);
}
.chat-image-modal .match-close {
    top: 12px;
    right: 12px;
}
