/*------------------------------------------------------------------
Project: Romio 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
------------------------------------------------------------------ */
/*-----------------------[ 1.Default CSS ]------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    scroll-behavior: smooth;
    font-family: "Urbanist";
}
html {
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
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;
}
/* 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::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
::-webkit-scrollbar {
    width: 0px;
}
.container {
    width: 100%;
    max-width: 100%;
}
.site_lr-spacer {
    padding: 0 12px;
}
.section-main-ver {
    padding: 0 12px;
    margin-bottom: 120px;
}
/*-----------------------[ 2.Preloader CSS ]------------------------*/
.page-loader {
    max-width: 600px;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    text-align: center;
    z-index: 10000;
    overflow: hidden;
    gap: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 12px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-loader > img {
    width: min(210px, 62%);
    height: auto;
    display: block;
    margin: 0 auto;
}
.loader {
    color: #F759F5;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    display: none;
}
.Particle_heart {
    position: absolute;
    font-size: 1.5rem;
    color: #F759F5;
    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(-100px) translateX(30px);
        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/glazu-couple-hero-pexels.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;
}
.splash-logo-box {
    width: 100%;
    max-width: 600px;
    padding: 0 24px 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.splash-logo-box > img {
    width: min(228px, 62vw);
    height: auto;
    display: block;
    margin: 0 auto 18px;
    filter: drop-shadow(0 18px 34px rgba(247, 89, 245, 0.16));
}
.logo-text {
    color: var(--1, #FFF);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    padding-top: 16px;
}
.logo-sub-text {
    color: var(--1, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    max-width: 320px;
}
.whol-main-btn {
    border-radius: 12px;
    background: var(--12, #F759F5);
    padding: 12px 40px;
    color: var(--1, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
}
.main-screen-btn {
    margin: 28px 12px 0 12px;
}
/*-----------------------[ 4.Onboarding Screen CSS ]------------------------*/
.onboarding-slider-screen {
    background: #FAE8F9;
    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;
}
.onboarding-slider-screen .onboarding-hero-img {
    height: 440px;
    max-height: 440px;
    width: 100%;
    object-fit: cover;
    object-position: 78% center;
    display: block;
}
.boarding-title h2 {
    color: var(--2, #12151C);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 16px;
}
.boarding-title p {
    color: var(--3, #616568);
    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: 700;
    line-height: 24px;
    border-radius: 12px;
    display: block;
    width: 100%;
    padding: 12px 0;
    border: none;
    appearance: none;
}
.skip-btn {
    color: var(--12, #F759F5);
    background: var(--10, #FAE8F9);
}
.next-btn {
    color: var(--1, #FFF);
    background: var(--12, #F759F5);
}
.splash-btns-bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 16px 12px;
    background: #FFFFFF;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 16px;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border-top: 0;
    border-bottom: 0;
    border: 2px solid #616568;
    background: #FFF;
}
.carousel-indicators .active {
    width: 22px !important;
    height: 9px !important;
    border: 2px solid #0F0F0F;
    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(--2, #0F0F0F);
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}
.into {
    color: var(--3, #616568);
    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(--8, #F5F5F5);
    margin: 16px 0;
    position: relative;
}
.lets-mdia p {
    color: var(--2, #12151C);
    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(--8, #F5F5F5);
    background: #F5F5F5;
    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 #3E36ED;
    color: #3E36ED;
}
.left-footer a {
    color: var(--2, #12151C);
    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(--2, #0F0F0F);
    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(--8, #F5F5F5);
}
.sign-input-main input {
    outline: none;
    width: 100%;
    padding: 12px 50px;
    color: var(--2, #0F0F0F);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    background: #F5F5F5;
    border-radius: 20px;
}
.eye-off {
    position: absolute;
    right: 16px;
}
.inpt-la-main {
    margin-top: 16px;
}
.sing-in-up {
    color: var(--2, #0F0F0F);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
}
.sing-in-up a {
    color: var(--4, #F759F5);
    font-weight: 600;
}

.auth-message {
    color: #d93c3c;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 12px 0 0;
    min-height: 20px;
    text-align: center;
}

.auth-message.success {
    color: #1c7f54;
}

.location-auth-message {
    margin: 12px 0 0;
    text-align: center;
}

.auth-dev-note {
    color: var(--3, #616568);
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 14px;
}

.lets-mdia.is-disabled,
.sign-up-media.is-disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.passkey-login-button {
    width: 100%;
    border: 0;
    background: #FFF;
}

.next-btn.is-loading {
    cursor: wait;
    opacity: 0.7;
}
.or-section p {
    overflow: hidden;
    color: #616568;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 20px 0;
}
.or-section p:before,
.or-section p:after {
    background: #F5F5F5;
    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 #F5F5F5;
    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(--4, #F759F5);
    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: #F759F5;
    border: none;
}
.footer-checkbox-input+.footer-chec-txt:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    border: 2px solid #000000;
    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(--3, #616568);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.forget-btn a {
    color: var(--4, #F759F5);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
/*-----------------------[ 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: #F5F5F5;
    outline: none;
    transition: all 0.1s;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #0F0F0F;
}
.otp-field input:focus {
    border: 2px solid #3E36ED;
    background: transparent;
    box-shadow: 0px 0px 12px 0px rgba(62, 54, 237, 0.24);
}
.otp-field input.filled {
    border: 2px solid #12151C;
    background: transparent;
}
.esend {
    color: var(--3, #616568);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: static;
    margin-top: 12px;
}
.esend a {
    color: var(--4, #F759F5);
    font-weight: 600;
}
#countdowntimer {
    color: var(--7, #F759F5)
}
.reasebnd {
    color: var(--4, #F759F5);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    padding-top: 4px;
}
.reasebnd.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}
.auth-support {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 16px;
}
.auth-support .auth-dev-note {
    text-align: center;
    margin-top: 0;
}
.auth-support-otp {
    padding-bottom: 110px;
}
.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;
}
.all-set-screen {
    min-height: calc(100vh - 170px);
    display: flex;
    flex-direction: column;
}
.all-set-copy {
    padding-top: 4px;
}
.all-set-title {
    max-width: 320px;
}
.all-set-subtitle {
    max-width: 340px;
}
.all-set-art {
    height: auto;
    flex: 1;
    min-height: 280px;
    padding: 36px 0 24px;
}
.all-set-art img {
    width: min(230px, 62vw);
    max-width: 100%;
}
.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: #3E36ED;
    border-radius: 8px;
    filter: drop-shadow(0 0 20px #3E36ED) drop-shadow(0 0 60px #3E36ED);
    animation: animate_line 4s ease-in-out infinite;
}
@keyframes animate_line {
    0%,
    100% {
        top: 0%;
    }
    50% {
        top: 100%;
    }
}
.secure {
    color: var(--2, #0F0F0F);
    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(--9, #F5F5F5);
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flg-main img {
    border-radius: 50%;
}
.flag {
    color: var(--2, #0F0F0F);
    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(--9, #F5F5F5);
    padding: 12px;
    border-radius: 12px;
    background: #F5F5F5;
}
.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 #000;
    border-radius: 7px;
    display: inline-block;
    position: relative;
    transition: 0.3s ease;
}
.language-option input[type="radio"]:checked+.custom-radio {
    background-color: #F759F5;
    border-color: #F759F5;
}
.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(--2, #12151C);
    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(--3, #616568);
    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: #F5F5F5;
    max-width: calc(400px - 24px);
    border-radius: 20px;
}
.toggle-btn-per-info {
    width: 80px;
    height: 16px;
    background-color: #F5F5F5;
    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: #3E36ED;
    color: #fff;
    border-radius: 8px !important;
}
.data-language-option {
    border: 2px solid #F5F5F5;
}
/* -------------- Types CheckBox -------------- */
.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    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: #F759F5;
    border-color: #F759F5;
}
.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: #F759F5;
    color: #FFF;
}
.custom-radio-sel-lang {
    color: #12151C;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    border-radius: 12px;
    background: var(--7, #F5F5F5);
    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: #FAE8F9;
    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(--2, #12151C);
    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 #3E36ED;
    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: #12151C;
    background-color: #F5F5F5;
    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(--10, #FAE8F9);
    border: 2px dashed var(--11, #3E36ED);
    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: #3E36ED;
}
.upload-text span {
    color: var(--2, #12151C);
    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: #3E36ED;
    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: #ff4444;
    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: #F759F5;
}
.ui-datepicker-calendar tbody td a:hover {
    background: #f759f42c;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #F759F5;
    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: #F759F5;
    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 {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
    background: linear-gradient(180deg, #fff 0%, #f9f3ff 100%);
}
.camera-main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin: 24px 0 18px;
}
.camera-img-main {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #F759F5 0%, #A94CF4 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 74px;
    bottom: 34px;
    cursor: pointer;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 16px 28px rgba(124, 78, 255, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 0;
}
.camera-img-main img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7487%) hue-rotate(341deg) brightness(110%) contrast(107%);
}
.camera-img-main:hover,
.camera-img-main:focus-visible {
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0px 18px 34px rgba(124, 78, 255, 0.35);
    outline: none;
}
.circle-img-girl {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    width: 108px;
    height: 108px;
    border: 4px solid #FFFFFF;
    background: linear-gradient(180deg, #fff 0%, #f8f0ff 100%);
    box-shadow: 0px 20px 44px rgba(88, 100, 255, 0.2);
}
.circle-img-girl::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(90, 103, 255, 0.12);
    pointer-events: none;
}
.file-upload {
    display: none;
}
.camera-avatar-caption {
    margin: 0;
    max-width: 220px;
    color: #7A7F89;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
}
.dropdown-select-gender {
    padding: 12px 16px 12px 50px;
}
.profile-field-note {
    margin: 8px 4px 0;
    color: #7A7F89;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}
.sign-input-main input[readonly] {
    color: #6C727D;
}
.sign-input-main-textarea {
    align-items: stretch;
    padding: 0;
}
.sign-input-main textarea {
    outline: none;
    width: 100%;
    min-height: 118px;
    padding: 14px 18px;
    color: var(--2, #0F0F0F);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    background: #F5F5F5;
    border-radius: 20px;
    resize: vertical;
}
.profile-interest-group {
    margin-top: 12px;
}
.profile-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}
.profile-photo-slot {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #F5F5F5;
    min-height: 110px;
    border: 2px dashed #E7E0F2;
}
.profile-photo-slot.has-photo {
    border-style: solid;
    border-color: transparent;
}
.profile-photo-slot img {
    width: 100%;
    height: 100%;
    min-height: 110px;
    display: block;
    object-fit: cover;
}
.profile-photo-trigger {
    width: 100%;
    min-height: 110px;
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #7A7F89;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    padding: 12px;
}
.profile-photo-trigger img {
    width: 28px;
    height: 28px;
    min-height: 0;
    object-fit: contain;
}
.profile-photo-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 999px;
    background: rgba(18, 21, 28, 0.82);
    color: #FFF;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.profile-photo-badge {
    position: absolute;
    left: 8px;
    bottom: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #12151C;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    padding: 6px 8px;
    z-index: 2;
}
/*-----------------------[ 18.Home Screen CSS ]------------------------*/
.homeHeader-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #F5F5F5;
}
.logo-home-main {
    display: flex;
    align-items: center;
    gap: 8px;
}
.logo-home-main img {
    width: 26px;
}
.logo-home-main .nav-header {
    width: 118px;
    height: auto;
    display: block;
}
.logo-home-main p {
    color: var(--12, #F759F5);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
/*-----------------------[ 19. Home Tinder CSS ]------------------------*/
.tinder-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: calc(100vh - 190px);
    margin: 16px auto;
}
.tinder-card {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    cursor: grab;
}
.card-1 {
    z-index: 6;
    background-image: linear-gradient(180deg, rgba(62, 54, 237, 0.00) 50%, #3E36ED 100%), url('../images/home-screen/girl-img6.jpg');
    transform: translateY(0) scale(1);
}
.card-2 {
    z-index: 5;
    background-image: linear-gradient(180deg, rgba(62, 54, 237, 0.00) 50%, #3E36ED 100%), url('../images/home-screen/girl-img5.jpg');
    transform: translateY(10px) scale(0.97);
}
.card-3 {
    z-index: 4;
    background-image: linear-gradient(180deg, rgba(62, 54, 237, 0.00) 50%, #3E36ED 100%), url('../images/home-screen/girl-img4.jpg');
    transform: translateY(20px) scale(0.94);
}
.card-4 {
    z-index: 3;
    background-image: linear-gradient(180deg, rgba(62, 54, 237, 0.00) 50%, #3E36ED 100%), url('../images/home-screen/girl-img3.jpg');
    transform: translateY(30px) scale(0.91);
}
.card-5 {
    z-index: 2;
    background-image: linear-gradient(180deg, rgba(62, 54, 237, 0.00) 50%, #3E36ED 100%), url('../images/home-screen/girl-img2.jpg');
    transform: translateY(40px) scale(0.88);
}
.card-6 {
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(62, 54, 237, 0.00) 50%, #3E36ED 100%), url('../images/home-screen/girl-img1.jpg');
    transform: translateY(50px) scale(0.85);
}
@keyframes swipeRight {
    to {
        transform: translateX(200%) rotate(30deg);
        opacity: 0;
    }
}
@keyframes swipeLeft {
    to {
        transform: translateX(-200%) rotate(-30deg);
        opacity: 0;
    }
}
.romio-girl-data-main {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}
.card-info {
    padding: 16px 16px 50px 16px;
}
.card-info h3 {
    color: var(--1, #FFF);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.card-info p {
    color: var(--1, #FFF);
    font-size: 14px;
    font-weight: 500;
    padding: 7px 16px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.card-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    z-index: 100;
}
.action-btn.like-btn {
    width: 64px;
    height: 64px;
}
.action-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: white;
    box-shadow: 0px 16px 20px -10px rgba(62, 54, 237, 0.32);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}
.action-btn:hover {
    transform: scale(1.1);
}
.filter-btn-main {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 100;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--12, #F759F5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-status-text {
    color: #1C7F54;
    background: rgba(28, 127, 84, 0.08);
    border: 1px solid rgba(28, 127, 84, 0.18);
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 16px 0 0;
    padding: 12px 14px;
    text-align: center;
}

.location-helper-text {
    color: #666A73;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 10px;
}

.location-secondary-actions {
    padding-bottom: 24px;
}
.like,
.dislike {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    width: 64px;
    height: 64px;
    background: #F759F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-slide-like-dislike img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(5%) hue-rotate(227deg) brightness(102%) contrast(102%);
}
.end-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #12151C;
    font-size: 18px;
    font-weight: 500;
    z-index: 0;
    display: none;
    width: 100%;
    padding: 20px;
}
/*-----------------------[ 20. Home Footer CSS ]------------------------*/
.footer-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid #eee;
    background: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    z-index: 120;
}
.nav-item {
    position: relative;
    text-align: center;
    z-index: 121;
}
.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 .indicator {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #F759F5;
    border-radius: 50%;
    display: none;
}
.nav-item.active .indicator {
    display: block;
}
/*-----------------------[ 21.Home Screen Setting CSS ]------------------------*/
.offcanvas-header {
    border-bottom: 2px solid #F5F5F5;
}
.home-setting-icons-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px 6px 6px;
    border: 2px solid #F5F5F5;
    border-radius: 12px;
    margin-bottom: 12px;
    background: #F5F5F5;
}
.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(--3, #616568);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-left: 50px;
    padding-right: 5px;
}
.new-notification {
    color: var(--2, #0F0F0F);
    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(--2, #000);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
/*-----------------------[ 22.Profile Single CSS ]------------------------*/
.header-title h1 {
    color: var(--2, #0F0F0F);
    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(--2, #0F0F0F);
    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(--2, #12151C);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.single-isabell {
    margin-bottom: 24px;
}
.single-isabell p {
    color: var(--2, #12151C);
    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(--2, #12151C);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.issAbout {
    color: var(--3, #616568);
    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(--2, #12151C);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 12px;
    background: var(--7, #F5F5F5);
    padding: 11px 12px;
}
.masonry-grid {
    column-count: 2;
    column-gap: 16px;
}
.masonry-grid img {
    width: 100%;
    margin-top: 16px;
    border-radius: 16px;
}
.profile-preview-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(247, 89, 245, 0.10) 0%, rgba(88, 100, 255, 0.10) 100%);
    border: 1px solid rgba(88, 100, 255, 0.12);
}
.profile-preview-note-text {
    color: var(--2, #12151C);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}
.profile-preview-note-link {
    flex-shrink: 0;
    color: var(--12, #F759F5);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
/* -----------------------[ 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: #F5F5F5;
    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 #3E36ED;
    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: #3E36ED;
    border-radius: 50%;
    background: #FFF;
    border: 2px solid #3E36ED;
    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: #3E36ED;
    border-radius: 5px;
    left: var(--left);
    right: calc(100% - var(--right));
}
.container-heeh .price-label {
    position: absolute;
    top: -38px;
    transform: translateX(-100%);
    color: var(--7, #F5F5F5);
    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(--3, #616568);
    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(--2, #12151C);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.discover-summary {
    color: #666A73;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 4px;
    max-width: 220px;
}

.discover-map-shell {
    width: 100%;
    height: 640px;
    border-radius: 44px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #F5F8FF 0%, #EDF3FF 100%);
}

.discover-map-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(240, 91, 232, 0.18) 0%, rgba(240, 91, 232, 0) 34%),
        radial-gradient(circle at 84% 16%, rgba(88, 100, 255, 0.18) 0%, rgba(88, 100, 255, 0) 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 32%);
    pointer-events: none;
    z-index: 409;
}

.discover-map {
    width: 100%;
    height: 100%;
}

.discover-map.is-hidden {
    display: none;
}

.discover-map-empty {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    text-align: center;
    color: #666A73;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    background: linear-gradient(180deg, #F7F9FF 0%, #EFF3FF 100%);
}

.discover-map-div-icon {
    background: transparent;
    border: 0;
}

.discover-map .leaflet-pane,
.discover-map .leaflet-top,
.discover-map .leaflet-bottom {
    z-index: 410;
}

.discover-map .leaflet-tile-pane {
    filter: saturate(0.88) contrast(1.05) brightness(1.02);
}

.discover-map .leaflet-control-attribution {
    background: rgba(255, 255, 255, 0.78);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(24, 32, 92, 0.12);
    color: #666A73;
    font-size: 10px;
    padding: 4px 8px;
}

.discover-map-pin {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #5A4BFF;
    box-shadow: 0 14px 30px rgba(60, 74, 192, 0.28);
    background: linear-gradient(135deg, #F05BE8 0%, #5864FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.discover-map-pin img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.discover-map-pin--user {
    width: 52px;
    height: 52px;
    border-color: #FFFFFF;
    background: linear-gradient(135deg, #C850E8 0%, #4158D0 100%);
}

.discover-map-pin--user span {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

.discover-map-cluster {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 34%), linear-gradient(135deg, #F05BE8 0%, #5864FF 100%);
    box-shadow: 0 18px 40px rgba(61, 74, 192, 0.24);
    border: 4px solid rgba(255, 255, 255, 0.92);
}

.discover-map-cluster span {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.discover-map-popup .leaflet-popup-content-wrapper {
    border-radius: 24px;
    padding: 0;
    box-shadow: 0 18px 40px rgba(26, 28, 45, 0.18);
}

.discover-map-popup .leaflet-popup-content {
    margin: 0;
    width: 220px !important;
}

.discover-map-popup .leaflet-popup-tip {
    background: #FFFFFF;
}

.discover-map-popup-card {
    padding: 18px;
}

.discover-map-popup-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 6px;
    margin-bottom: 10px;
}

.discover-map-popup-pill {
    border-radius: 999px;
    background: #F4EEFF;
    color: #5A4BFF;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 10px;
}

.discover-map-popup-card h3 {
    color: #0F1320;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.discover-map-popup-card p {
    color: #666A73;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 0;
}

.discover-map-popup-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    margin-top: 14px;
    border-radius: 16px;
    background: linear-gradient(90deg, #C850E8 0%, #F05BE8 100%);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.discover-map-popup-cta:hover {
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(200, 80, 232, 0.28);
}

.discover-map-user-popup {
    padding: 16px 18px;
}

.discover-map-user-popup strong {
    display: block;
    color: #0F1320;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 4px;
}

.discover-map-user-popup p {
    color: #666A73;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
}
.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(100% - 40px);
    z-index: 500;
}
.map-cobut-main a {
    padding: 8px 16px;
}
.filter-auth-message {
    margin: 0 0 12px 0;
}
.filter-section-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}
.filter-section-caption {
    color: #666A73;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0;
    text-align: right;
}
.filter-chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.filter-chip-group-interests {
    max-height: 210px;
    overflow-y: auto;
    padding-right: 2px;
}
.filter-chip {
    border: 1px solid #ECECEC;
    background: #FFF;
    color: #12151C;
    border-radius: 999px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    transition: all 0.2s ease;
}
.filter-chip.is-active {
    background: linear-gradient(90deg, #C44EE5 0%, #E94FD8 100%);
    border-color: transparent;
    color: #FFF;
    box-shadow: 0 10px 24px rgba(233, 79, 216, 0.18);
}
.filter-chip.is-loading {
    opacity: 0.65;
}
.filter-chip:disabled {
    cursor: not-allowed;
}
/* -----------------------[ 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(--2, #12151C);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.view-all-text {
    color: var(--3, #616568);
    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%, #3E36ED 100%);
    border-radius:0 0 32px 32px;
}
.inner-deatils-main {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px;
}
.name {
    color: var(--1, #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: var(--1, #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(--2, #12151C);
    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: var(--1, #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;
}
.boarding-title.cong h2 {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}
.boarding-title.cong p {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.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(--7, #F5F5F5);
    padding: 4px 20px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    background: #FFF;
    overflow: hidden;
    text-decoration: none;
}
.message-dp-conte-main {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 1 auto;
    min-width: 0;
}
.message-dp-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}
.message-dp-main {
    position: relative;
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #F5F5F5;
}
.message-conte {
    min-width: 0;
}
.message-dp-conte-main .message-conte {
    flex: 1 1 auto;
}
.message-labal-main > .message-conte {
    flex: 0 0 auto;
    min-width: 56px;
    text-align: right;
    align-self: center;
}
.online-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #3E36ED;
    position: absolute;
    top: 3px;
    right: 0;
    border: 3px solid #FFF;
}
.message-conte h2 {
    color: var(--2, #12151C);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.message-conte p {
    color: var(--3, #616568);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.message-dp-conte-main .message-conte p:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.total-message {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F759F5;
    color: var(--1, #FFF);
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
/* -----------------------[ 29.Chat Screen CSS ]------------------------*/
.chat-header {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-chat-online {
    display: flex;
    align-items: center;
    gap: 8px;
}
.online {
    border-radius: 10px;
    background: var(--10, #FAE8F9);
    color: var(--12, #F759F5);
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    padding: 3px 12px;
}
.truncate-title {
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
}
.chat {
    position: relative;
    width: 100%;
    height: 93vh;
    margin-bottom: 20px;
    z-index: 10;
    overflow: hidden;
    background: transparent;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.messages {
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.messages .messages-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.messages .message {
    clear: both;
    float: left;
    padding: 12px 12px 18px 12px;
    border-radius: 8px;
    background: var(--7, #F5F5F5);
    position: relative;
    border: none;
    color: var(--2, #12151C);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin: 12px 0 5px 0;
}
.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: #3E36ED;
    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;
}
.message-box .message-input:focus {
    outline: none !important;
    border-radius: 12px;
    border: 1px solid var(--12, #F759F5);
    background: var(--10, #FAE8F9);
    color: #0F0F0F;
}
.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: #12151C;
    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: 10px;
    width: 100%;
}
.specker {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.button-Emoji {
    position: absolute;
    left: 12px;
    top: 12px;
    cursor: pointer;
}
.buttonAttachment {
    position: absolute;
    right: 45px;
    top: 12px;
    cursor: pointer;
}
.chat-input {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.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;
    height: 48px;
    margin: 0;
    width: 100%;
    color: #12151C;
    background: var(--7, #F5F5F5);
    border-radius: 12px;
    padding: 10px 12px 10px 40px;
}
.message-box textarea:focus:-webkit-placeholder {
    color: transparent;
}
.message-submit {
    width: 100%;
    max-width: 48px;
    height: 48px;
    border-radius: 8px;
    padding: 0;
    background-color: #F759F5;
}
.messages.is-dynamic {
    overflow-y: auto;
    padding-right: 6px;
}
.messages.is-dynamic .messages-content {
    position: static;
    height: auto;
    min-height: 100%;
    padding-bottom: 16px;
}
.chat-empty-state,
.app-empty-state {
    border-radius: 24px;
    border: 2px solid #F5F5F5;
    background: #FFF;
    padding: 24px 20px;
    text-align: center;
}
.chat-empty-state h3,
.app-empty-state h3 {
    color: #12151C;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}
.chat-empty-state p,
.app-empty-state p {
    color: #666A73;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}
.chat-empty-state {
    margin-top: 24px;
}
.message-labal-main.is-hidden-by-search {
    display: none;
}
[data-conversation-list] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.message-labal-main .message-conte h2,
.message-labal-main .message-conte p {
    margin-bottom: 0;
}
.message-labal-main .match-meta {
    margin-bottom: 4px;
}
.message-labal-main .message-conte p.mb-2 {
    margin-bottom: 8px !important;
}
.match-card .match-meta,
.profile-card .match-meta {
    color: #666A73;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.message-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}
.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(--7, #F5F5F5);
    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 #F5F5F5;
    color: var(--2, #12151C);
    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(--7, #F5F5F5);
    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(--2, #12151C);
    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(--2, #12151C);
    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(--2, #12151C);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.voice-call-time {
    color: var(--2, #12151C);
    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: #F759F5;
}
.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(--7, #F5F5F5);
    padding: 16px;
    margin-top: 24px;
}
.security-intro {
    color: #666A73;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 20px;
}
.security-page-message {
    margin-top: 16px;
}
.security-copy {
    flex: 1;
    padding-right: 16px;
}
.remember-text {
    color: var(--2, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.security-help {
    color: #666A73;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin: 6px 0 0;
}
.swiches-toggle.is-disabled {
    opacity: 0.58;
}
.check-box {
    display: flex;
}
.swiches-toggle input:checked[type="checkbox"] {
    background: #3E36ED;
    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[type="checkbox"]:disabled {
    cursor: not-allowed;
}
.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;
}
.passkey-card {
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid #F0E7F8;
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 16px 40px rgba(118, 64, 220, 0.08);
}
.passkey-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.passkey-title {
    color: #12151C;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.passkey-description {
    color: #666A73;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    margin: 8px 0 0;
}
.passkey-action-btn {
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #F05BE8 0%, #7B57F6 100%);
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    padding: 12px 16px;
    white-space: nowrap;
}
.passkey-action-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.passkey-support-note {
    color: #666A73;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 14px;
}
.passkey-guide {
    margin-top: 16px;
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #FCF8FF 0%, #F8F2FF 100%);
    border: 1px solid #F0E3FF;
}
.passkey-guide-head {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.passkey-guide-kicker {
    margin: 0;
    color: #A058DE;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.passkey-guide-title {
    margin: 0;
    color: #12151C;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}
.passkey-guide-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 14px;
}
.passkey-guide-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.passkey-guide-number {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F05BE8 0%, #7B57F6 100%);
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(123, 87, 246, 0.18);
}
.passkey-guide-copy {
    min-width: 0;
}
.passkey-guide-step-title {
    margin: 0;
    color: #12151C;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.passkey-guide-step-text {
    margin: 4px 0 0;
    color: #666A73;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.passkey-empty {
    margin-top: 14px;
    padding: 16px;
    border-radius: 16px;
    background: #FBF8FF;
}
.passkey-empty p {
    margin: 0;
    color: #666A73;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
}
.passkey-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 14px;
}
.passkey-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
    background: #FBF8FF;
    border: 1px solid #F1E6FF;
}
.passkey-item-main {
    min-width: 0;
}
.passkey-item-name {
    color: #12151C;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
}
.passkey-item-meta {
    color: #666A73;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin: 6px 0 0;
}
.passkey-remove-btn {
    border: 0;
    background: transparent;
    color: #C63A73;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    padding: 0;
    white-space: nowrap;
}
.notification-permission-card {
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #F0E7F8;
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 16px 40px rgba(118, 64, 220, 0.08);
}
.notification-permission-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}
.notification-permission-kicker {
    margin: 0;
    color: #A058DE;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.notification-permission-title {
    margin: 4px 0 0;
    color: #12151C;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.notification-permission-copy {
    margin: 14px 0 0;
    color: #666A73;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
}
.notification-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #F5EEFF;
    color: #7B57F6;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}
.notification-status-badge.is-granted {
    background: #E9F8EE;
    color: #139451;
}
.notification-status-badge.is-denied {
    background: #FFF0F4;
    color: #C63A73;
}
.notification-status-badge.is-unsupported {
    background: #F3F4F6;
    color: #666A73;
}
.notification-permission-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
.notification-test-btn {
    border: 1px solid #E4D8F4;
    border-radius: 14px;
    background: #FFF;
    color: #7B57F6;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    padding: 12px 16px;
}
.notification-device-note {
    margin: 14px 0 0;
    color: #666A73;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.notification-test-btn--solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.notification-allow-card {
    margin-top: 20px;
}
.notification-guide-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}
.notification-guide-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.notification-guide-item p {
    margin: 0;
    color: #666A73;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
}
.notification-guide-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F05BE8 0%, #7B57F6 100%);
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(123, 87, 246, 0.18);
}
/*-----------------------[ 35.Marketing Preferences Screen CSS ]------------------------*/
.elevan {
    color: var(--2, #0F0F0F);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 0;
}
.news-box-main {
    border-radius: 12px;
    background: var(--7, #F5F5F5);
    padding: 16px;
    margin-bottom: 12px;
}
.news-tex {
    color: var(--2, #0F0F0F);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #FFF;
}
.roducts {
    color: var(--3, #616568);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 12px;
}
/*-----------------------[ 36.FAQ Screen CSS ]------------------------*/
.faq-screen-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-hero-card,
.faq-search-card,
.faq-item,
.faq-support-card,
.faq-empty-state {
    border-radius: 20px;
    background: #F7F7FB;
    border: 1px solid rgba(88, 100, 255, 0.08);
}
.faq-hero-card,
.faq-search-card,
.faq-support-card,
.faq-empty-state {
    padding: 20px;
}
.faq-eyebrow,
.faq-support-eyebrow {
    margin: 0 0 8px;
    color: #8A49F7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.faq-hero-card h2,
.faq-support-card h3,
.faq-empty-state h3 {
    margin: 0 0 10px;
    color: #0F0F0F;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.faq-hero-card p,
.faq-support-card p,
.faq-empty-state p {
    margin: 0;
    color: #616568;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.faq-search-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.faq-search-input-wrap {
    position: relative;
}
.faq-search-input-wrap img {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: 0.7;
}
.faq-search-input-wrap input {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(88, 100, 255, 0.12);
    border-radius: 16px;
    background: #FFF;
    color: #0F0F0F;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding: 14px 16px 14px 48px;
}
.faq-search-input-wrap input:focus {
    border-color: rgba(138, 73, 247, 0.45);
    box-shadow: 0 0 0 3px rgba(138, 73, 247, 0.12);
    outline: none;
}
.faq-category-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.faq-category-chip {
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(88, 100, 255, 0.14);
    background: #FFF;
    color: #0F0F0F;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.faq-category-chip.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, #F05BE8 0%, #7B4BFF 100%);
    color: #FFF;
    box-shadow: 0 10px 24px rgba(123, 75, 255, 0.22);
}
.faq-results-meta p {
    margin: 0;
    color: #616568;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq-item {
    overflow: hidden;
}
.faq-question {
    width: 100%;
    background: transparent;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    color: #0F0F0F;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.faq-question-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 50%;
    position: relative;
    background: rgba(88, 100, 255, 0.08);
}
.faq-question-icon::before,
.faq-question-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #5864FF;
    transform: translate(-50%, -50%);
    border-radius: 999px;
}
.faq-question-icon::before {
    width: 12px;
    height: 2px;
}
.faq-question-icon::after {
    width: 2px;
    height: 12px;
}
.faq-item.is-open .faq-question {
    color: #8A49F7;
}
.faq-item.is-open .faq-question-icon {
    background: rgba(240, 91, 232, 0.12);
}
.faq-item.is-open .faq-question-icon::before {
    background: #F05BE8;
}
.faq-item.is-open .faq-question-icon::after {
    display: none;
}
.faq-answer {
    padding: 0 20px 18px;
}
.faq-answer p {
    margin: 0;
    color: #616568;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.faq-empty-state {
    text-align: center;
}
.faq-empty-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(240, 91, 232, 0.12) 0%, rgba(88, 100, 255, 0.12) 100%);
    color: #8A49F7;
    font-size: 28px;
    font-weight: 700;
}
.faq-contact-btn,
.faq-support-actions .theme-btn {
    width: 100%;
    max-width: 260px;
}
.faq-support-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-support-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.faq-secondary-btn {
    background: rgba(240, 91, 232, 0.08);
    color: #8A49F7 !important;
}
/*-----------------------[ 37.Data & Privacy Screen CSS ]------------------------*/
.privacy-mang {
    color: var(--2, #0F0F0F);
    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 #3E36ED;
    outline-offset: 4px;
    background: #3E36ED;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    border: 1px solid #3E36ED;
    appearance: none;
    border-radius: 50%;
}
.check-radio {
    border: 2px solid #0F0F0F;
    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(--3, #616568);
    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(--2, #0F0F0F);
    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: #F5F5F5;
}
/*-----------------------[ 40.Contact Screen CSS ]------------------------*/
.contac-iocnss {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-radius: 8px;
    background: var(--7, #F5F5F5);
    color: var(--2, #12151C);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}
/*-----------------------[ 41.Invite Friend Screen CSS ]------------------------*/
.friend-name {
    color: var(--2, #0F0F0F);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.friend-no a {
    color: var(--3, #616568);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 8px;
}
.invite-friend-wrapper {
    display: flex;
    align-items: center;
    background: #F5F5F5;
    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 #3E36ED;
    border-radius: 16px;
    border: 2px solid var(--4, #3E36ED);
    background: var(--4, #3E36ED);
}
.custom-radio-sel-friend {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 34px;
    border-radius: 16px;
    border: 2px solid var(--4, #3E36ED);
    cursor: pointer;
    color: var(--4, #3E36ED);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}
.invite-viral-shell {
    display: grid;
    gap: 18px;
}
.invite-hero-card,
.invite-link-card,
.invite-actions-card,
.invite-preview-card {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 247, 255, 0.98) 100%);
    box-shadow: 0 16px 36px rgba(46, 55, 82, 0.08);
    padding: 20px;
}
.invite-hero-card {
    position: relative;
    overflow: hidden;
}
.invite-hero-card::after {
    content: "";
    position: absolute;
    inset: auto -48px -58px auto;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247, 89, 245, 0.24) 0%, rgba(88, 100, 255, 0) 70%);
    pointer-events: none;
}
.invite-hero-mark {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(247, 89, 245, 0.14) 0%, rgba(88, 100, 255, 0.16) 100%);
    margin-bottom: 16px;
}
.invite-hero-mark img {
    width: 36px;
    height: 36px;
}
.invite-kicker,
.invite-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7B61FF;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.invite-hero-card h2,
.invite-link-head h3 {
    color: #12151C;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
}
.invite-hero-card p,
.invite-link-hint,
.invite-preview-card p {
    color: #616568;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin: 12px 0 0;
}
.invite-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}
.invite-primary-action,
.invite-secondary-action,
.invite-inline-copy {
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.invite-primary-action:hover,
.invite-secondary-action:hover,
.invite-inline-copy:hover,
.invite-quick-action:hover {
    transform: translateY(-1px);
}
.invite-secondary-action {
    min-height: 52px;
    padding: 0 18px;
    border-radius: 18px;
    background: #FFFFFF;
    color: #3A3F54;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    box-shadow: inset 0 0 0 1px rgba(88, 100, 255, 0.14);
}
.invite-link-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.invite-code-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #F759F5 0%, #5864FF 100%);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.08em;
}
.invite-link-field {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 8px;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: inset 0 0 0 1px rgba(88, 100, 255, 0.12);
}
.invite-link-field input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    color: #12151C;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 10px;
}
.invite-inline-copy {
    min-width: 88px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 14px;
    background: #EEF0FF;
    color: #5864FF;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}
.invite-auth-message {
    margin-top: 16px;
    text-align: left;
    min-height: 0;
}
.invite-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}
.invite-quick-action {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    border-radius: 18px;
    padding: 0 16px;
    background: #FFFFFF;
    color: #12151C;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    box-shadow: inset 0 0 0 1px rgba(18, 21, 28, 0.08);
}
.invite-quick-action img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
.invite-preview-card {
    padding-bottom: 22px;
}
.invite-preview-card p {
    white-space: pre-wrap;
}
@media screen and (max-width: 480px) {
    .invite-hero-card h2,
    .invite-link-head h3 {
        font-size: 23px;
        line-height: 30px;
    }
    .invite-link-head {
        flex-direction: column;
    }
    .invite-code-pill {
        min-width: 0;
    }
    .invite-link-field {
        flex-direction: column;
        align-items: stretch;
    }
    .invite-inline-copy {
        width: 100%;
    }
}
/*-----------------------[ 42.Delete or Deactivate Screen CSS ]------------------------*/
.romio {
    color: var(--2, #0F0F0F);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 24px;
}
.abc {
    font-size: 30px;
    color: #00D061;
    font-weight: 700;
    text-transform: uppercase;
}
.act {
    text-transform: none;
}
.vate {
    color: var(--3, #616568);
    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(--3, #616568);
    padding-bottom: 8px;
}
.lrev-main {
    padding: 16px 0;
    border-bottom: 2px solid #FFF;
}
.pping {
    color: var(--3, #616568);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 24px;
}
.pping span {
    color: var(--2, #0F0F0F);
}
.account-closure-screen .auth-message {
    margin-top: 16px;
}
.account-closure-eyebrow {
    color: #7C5CFC;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.account-closure-inline-note {
    margin-top: 10px;
    color: #616568;
}
.account-closure-choice {
    cursor: pointer;
}
.account-closure-choice .check-radio {
    cursor: pointer;
}
.account-closure-textarea-wrap {
    padding-top: 16px;
}
.account-closure-textarea {
    width: 100%;
    min-height: 120px;
    border: 2px solid #F5F5F5;
    border-radius: 18px;
    background: #FFF;
    padding: 16px 18px;
    color: #12151C;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    resize: vertical;
}
.account-closure-textarea:focus {
    outline: none;
    border-color: rgba(124, 92, 252, 0.35);
    box-shadow: 0 0 0 4px rgba(124, 92, 252, 0.08);
}
.logout-body {
    text-align: center;
}
.logout-modal-footer {
    padding: 16px;
}
/*-----------------------[ 43.Pop Up Add Home Screen CSS ]------------------------*/
.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .50;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    z-index: 220;
    display: none;
}
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    z-index: 221;
    padding: 16px;
    margin: 0 auto;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -18px 42px rgba(12, 16, 24, 0.18);
}
#btnClose {
    width: 100%;
    position: absolute;
    top: 10px;
    right: 15px;
    text-align: right;
    text-decoration: none;
    color: #000;
    font-size: 25px;
}
.formDescription {
    text-align: center;
}
.formDescription.glz-install-sheet > img {
    width: min(176px, 58%);
    height: auto;
    display: block;
    margin: 0 auto;
}
.formDescription.glz-install-sheet > h3 {
    display: none;
}
.formDescription h3 {
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    padding: 10px 0;
    text-transform: uppercase;
}
.formDescription p {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: var(--3, #555);
    text-align: center;
}
.glz-install-hint {
    margin: 0 0 16px 0;
    padding: 12px 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(249, 89, 245, 0.08) 0%, rgba(132, 80, 242, 0.10) 100%);
    color: #4B4F58;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}
.glz-install-hint strong {
    color: #1B1E27;
    font-weight: 700;
}
.add-home-btn {
    background: #F759F5;
    padding: 12px 15px;
    max-width: fit-content;
    margin: 0 auto;
    border-radius: 12px;
}
.add-home-btn a {
    color: var(--1, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.add-home-btn a.is-disabled {
    opacity: 0.7;
    pointer-events: none;
}
.privacy-device-card {
    margin-top: 16px;
}
.privacy-device-head {
    margin-bottom: 16px;
}
.privacy-device-grid {
    display: grid;
    gap: 12px;
}
.privacy-device-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid #ECE6F7;
}
.privacy-device-item:first-child {
    border-top: 0;
    padding-top: 0;
}
.privacy-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.privacy-block-list {
    margin-top: 14px;
    display: grid;
    gap: 12px;
}
.privacy-block-empty {
    border: 1px dashed #E1D4F3;
    border-radius: 16px;
    padding: 18px;
    background: #FFF;
}
.privacy-block-empty p {
    margin: 0;
    color: #666A73;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
.privacy-block-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: 18px;
    background: #FFF;
    border: 1px solid #EFE7FA;
}
.privacy-block-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(123, 87, 246, 0.16);
}
.privacy-block-copy {
    min-width: 0;
}
.privacy-block-name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.privacy-block-name {
    margin: 0;
    color: #12151C;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
.privacy-block-meta,
.privacy-block-subtitle,
.privacy-block-reason {
    margin: 0;
    color: #666A73;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.privacy-block-subtitle {
    margin-top: 3px;
}
.privacy-block-reason {
    margin-top: 6px;
}
.privacy-unblock-btn {
    margin-top: 10px;
    width: fit-content;
}
.privacy-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}
.privacy-action-grid .passkey-action-btn,
.privacy-action-grid .notification-test-btn {
    min-height: 48px;
}
.privacy-export-note {
    margin: 14px 0 0;
    color: #666A73;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
@media (max-width: 479px) {
    .privacy-section-head {
        flex-direction: column;
    }

    .privacy-block-item {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 12px;
    }

    .privacy-block-avatar {
        width: 48px;
        height: 48px;
    }

    .privacy-action-grid {
        grid-template-columns: 1fr;
    }
}
/*-----------------------[ 44.Glazu Refresh UI ]------------------------*/
.glz-page-header {
    padding-top: 18px;
    padding-bottom: 18px;
}
.nav-brand-logo {
    width: 126px !important;
    height: auto;
    display: block;
}
.glz-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}
.glz-section-head--split {
    margin-top: 28px;
}
.glz-section-head--discover {
    margin-top: 12px;
}
.glz-section-title {
    color: #12151C;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.glz-section-subtitle {
    color: #7C818A;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin: 4px 0 0;
}
.glz-section-link {
    color: #60646F;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.glz-inline-empty {
    border: 1px solid #EFEAFB;
    border-radius: 28px;
    padding: 24px 20px;
    background: #FFF;
    text-align: center;
}
.glz-inline-empty h3 {
    color: #12151C;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.glz-inline-empty p {
    color: #6E737D;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}
.glz-segment {
    border: 1.5px solid #E6E3ED;
    background: #FFF;
    color: #7A7F88;
    border-radius: 999px;
    padding: 15px 22px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    min-width: 152px;
    transition: all 180ms ease;
}
.glz-segment.is-active,
.glz-segment:hover {
    background: #68686D;
    border-color: #68686D;
    color: #FFF;
    box-shadow: none;
}
.glz-discover-page {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
}
.glz-discover-header-action {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: none;
    background: linear-gradient(135deg, #F759F5 0%, #DA63F5 100%);
    box-shadow: 0 14px 28px rgba(247, 89, 245, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.glz-discover-header-action img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(0%) hue-rotate(74deg) brightness(105%) contrast(104%);
}
.glz-discover-header-action:hover,
.glz-discover-header-action:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(247, 89, 245, 0.28);
}
.glz-discover-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    position: relative;
    z-index: 6;
}
.glz-discover-hero-copy {
    flex: 1 1 auto;
}
.glz-discover-hero-kicker {
    color: #A576F6;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.glz-discover-hero-title {
    color: #10131A;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}
.glz-discover-hero-summary {
    color: #636874;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}
.glz-discover-hero-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    z-index: 7;
}
.glz-discover-map-toggle,
.glz-discover-location-cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 0 18px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}
.glz-discover-map-toggle {
    border: 1.5px solid #E9E2F8;
    background: #FFF;
    color: #666C76;
    min-width: 128px;
    box-shadow: 0 10px 24px rgba(101, 108, 118, 0.08);
    gap: 8px;
    overflow: hidden;
}
.glz-discover-map-toggle img {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}
.glz-discover-map-toggle span {
    display: inline-block;
}
.glz-discover-location-cta {
    background: linear-gradient(90deg, #6861F2 0%, #F759F5 100%);
    color: #FFF;
    box-shadow: 0 16px 30px rgba(103, 96, 242, 0.18);
    min-width: 132px;
}
.glz-discover-toolbar {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    position: relative;
    z-index: 6;
}
.glz-discover-toolbar::-webkit-scrollbar {
    display: none;
}
.glz-location-card,
.glz-mini-map-card,
.glz-support-card,
.glz-message-row {
    border: 1px solid #F0ECF9;
    border-radius: 28px;
    background: #FFF;
    box-shadow: 0 16px 36px rgba(26, 30, 39, 0.05);
}
.glz-location-card {
    padding: 18px 18px 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.glz-location-copy {
    flex: 1 1 auto;
}
.glz-location-kicker {
    color: #8E6DF5;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.glz-location-title {
    color: #12151C;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 6px;
}
.glz-location-description {
    color: #666A73;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}
.glz-location-link {
    flex: 0 0 auto;
    color: #F759F5;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}
.glz-mini-map-card {
    padding: 10px;
}
.glz-mini-map-shell {
    height: 320px;
    border-radius: 24px;
    background: #F7FAFF;
}
.glz-mini-map-shell::before {
    display: none;
}
.glz-mini-map-shell .discover-map {
    height: 100%;
    border-radius: 24px;
}
.glz-mini-map-shell .discover-map-empty {
    border-radius: 24px;
}
.glz-discover-map-note {
    color: #7B8090;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin-top: -4px;
}
.glz-discover-focus-wrap {
    position: relative;
    z-index: 3;
}
.glz-discover-focus-card {
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 16px;
    padding: 14px;
    border: 1px solid #F0ECF9;
    border-radius: 28px;
    background: #FFF;
    box-shadow: 0 18px 38px rgba(20, 25, 34, 0.06);
}
.glz-discover-focus-media {
    width: 124px;
    height: 164px;
    border-radius: 22px;
    overflow: hidden;
    background: #EEE;
}
.glz-discover-focus-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.glz-discover-focus-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.glz-discover-focus-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.glz-discover-focus-title {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.glz-discover-focus-title h3 {
    margin: 0;
    color: #11141B;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}
.glz-discover-focus-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.glz-discover-focus-meta .glz-profile-pill {
    background: #FAF8FE;
}
.glz-discover-focus-bio {
    margin: 0;
    color: #555B66;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.glz-discover-focus-interests {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.glz-discover-focus-interests span {
    border-radius: 999px;
    background: #F4EEFF;
    color: #6F55E7;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}
.glz-discover-focus-actions {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.glz-discover-focus-secondary,
.glz-discover-focus-primary {
    min-height: 46px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}
.glz-discover-focus-secondary {
    border: 1.5px solid #E6DDF8;
    background: #FFF;
    color: #676C76;
}
.glz-discover-focus-primary {
    border: 0;
    background: linear-gradient(90deg, #6861F2 0%, #F759F5 100%);
    color: #FFF;
    box-shadow: 0 16px 28px rgba(103, 96, 242, 0.18);
}
.glz-discover-focus-primary.is-loading,
.glz-discover-focus-primary:disabled {
    opacity: 0.78;
}
.glz-discover-grid,
.glz-match-hero-grid,
.glz-match-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    position: relative;
    z-index: 1;
}
.glz-discover-card,
.glz-match-hero-card,
.glz-match-card {
    position: relative;
    display: block;
    isolation: isolate;
}
.glz-discover-card {
    min-height: 286px;
    border-radius: 28px;
    overflow: hidden;
    background: #EEE;
    box-shadow: 0 18px 38px rgba(20, 25, 34, 0.08);
}
.glz-discover-card-link {
    position: absolute;
    inset: 0;
    display: block;
}
.glz-discover-card--catalog .glz-discover-card-copy {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding-right: 108px;
}
.glz-discover-card-image,
.glz-match-hero-image,
.glz-match-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.glz-discover-card-gradient,
.glz-match-hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 16, 26, 0.10) 38%, rgba(43, 37, 196, 0.86) 100%);
}
.glz-discover-card-copy,
.glz-match-hero-copy {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 2;
}
.glz-discover-card-top {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 80px;
}
.glz-status-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}
.glz-status-pill--discover {
    background: rgba(26, 20, 64, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.glz-status-pill--soft {
    background: rgba(26, 20, 64, 0.28);
}
.glz-discover-card-name,
.glz-match-hero-name,
.glz-message-title-group,
.glz-match-card-title,
.glz-profile-title-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.glz-discover-card-name h3,
.glz-match-hero-name h3 {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 8px;
}
.glz-discover-card-distance,
.glz-match-hero-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.glz-discover-card-distance {
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
}
.glz-discover-invite-btn {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    min-width: 92px;
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #6861F2 0%, #F759F5 100%);
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    box-shadow: 0 14px 26px rgba(103, 96, 242, 0.22);
    transition: transform 160ms ease, opacity 160ms ease;
}
.glz-discover-invite-btn:active {
    transform: scale(0.98);
}
.glz-discover-invite-btn.is-loading,
.glz-discover-invite-btn:disabled {
    opacity: 0.75;
}
.glz-discover-card-distance img,
.glz-match-hero-meta img,
.glz-profile-pill img {
    width: 14px;
    height: 14px;
}
.glz-discover-grid + .glz-inline-empty {
    margin-top: 4px;
}
@media (max-width: 575px) {
    .glz-discover-hero {
        flex-direction: column;
        align-items: stretch;
    }
    .glz-discover-hero-actions {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .glz-discover-map-toggle {
        min-width: 44px;
        width: 44px;
        height: 44px;
        padding: 0;
        border-radius: 16px;
        gap: 0;
    }
    .glz-discover-map-toggle span {
        display: none;
    }
    .glz-discover-toolbar {
        gap: 10px;
    }
    .glz-segment {
        flex: 1 1 0;
        min-width: 0;
    }
    .glz-discover-card {
        min-height: 262px;
    }
    .glz-mini-map-shell {
        height: 292px;
    }
    .glz-discover-focus-card {
        grid-template-columns: 1fr;
    }
    .glz-discover-focus-media {
        width: 100%;
        height: 220px;
    }
    .glz-discover-card--catalog .glz-discover-card-copy {
        padding-right: 0;
    }
    .glz-discover-card-top {
        margin-bottom: 68px;
    }
    .glz-discover-invite-btn {
        right: 12px;
        bottom: 12px;
        min-width: 84px;
        min-height: 38px;
        font-size: 12px;
    }
    .glz-discover-focus-actions {
        grid-template-columns: 1fr;
    }
}
.glz-match-hero-card {
    min-height: 230px;
    border-radius: 32px;
    overflow: hidden;
    background: #EEE;
}
.glz-match-hero-name h3 {
    margin-bottom: 12px;
}
.glz-match-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1.5px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
    color: #FFF;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
}
.glz-match-card {
    border-radius: 28px;
    overflow: hidden;
    background: #FFF;
}
.glz-match-card-image {
    height: 210px;
    border-radius: 28px;
}
.glz-match-card-copy {
    padding: 10px 6px 0;
    text-align: center;
}
.glz-match-card-title {
    justify-content: center;
    margin-bottom: 4px;
}
.glz-match-card-title p {
    color: #12151C;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}
.glz-match-card-copy span {
    color: #7B7F88;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}
.glz-match-page {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 112px;
}
.glz-section-copy {
    min-width: 0;
}
.glz-match-summary-card {
    border-radius: 28px;
    border: 1px solid #EEE8FA;
    background: linear-gradient(180deg, #FFF 0%, #FAF7FF 100%);
    box-shadow: 0 16px 32px rgba(58, 48, 102, 0.08);
    padding: 22px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.glz-match-summary-card h2 {
    color: #12151C;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 6px 0 8px;
}
.glz-match-summary-card p {
    color: #666B75;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
    max-width: 340px;
}
.glz-match-summary-metrics {
    display: flex;
    align-items: stretch;
    gap: 10px;
}
.glz-match-summary-chip {
    min-width: 96px;
    border-radius: 22px;
    background: #FFF;
    border: 1px solid #EEE8FA;
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.glz-match-summary-chip strong {
    color: #12151C;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}
.glz-match-summary-chip span {
    color: #7C818A;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
}
.glz-match-priority-section {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.glz-match-priority-list,
.glz-match-connection-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.glz-match-priority-card,
.glz-match-connection-card {
    border-radius: 28px;
    border: 1px solid #EEE8FA;
    background: #FFF;
    box-shadow: 0 14px 30px rgba(29, 31, 42, 0.06);
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.glz-match-priority-avatar,
.glz-match-connection-avatar {
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 24px;
    overflow: hidden;
    flex: 0 0 auto;
    background: #EEE;
}
.glz-match-hero-media-link {
    display: block;
    height: 100%;
}
.glz-match-priority-avatar img,
.glz-match-connection-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.glz-match-priority-main,
.glz-match-connection-main {
    min-width: 0;
    flex: 1 1 auto;
}
.glz-match-priority-head,
.glz-match-connection-head,
.glz-match-hero-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.glz-match-priority-title,
.glz-match-connection-title {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.glz-match-priority-title h3,
.glz-match-connection-title h3 {
    color: #12151C;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
}
.glz-match-priority-time,
.glz-match-connection-time,
.glz-match-hero-time {
    color: #9A9EA7;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    white-space: nowrap;
}
.glz-match-priority-meta,
.glz-match-connection-meta {
    color: #969AA3;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin: 5px 0 6px;
}
.glz-match-priority-preview,
.glz-match-connection-preview,
.glz-match-hero-preview {
    color: #505561;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.glz-match-priority-preview,
.glz-match-connection-preview {
    -webkit-line-clamp: 2;
}
.glz-match-hero-preview {
    color: rgba(255, 255, 255, 0.92);
    margin-top: 12px;
    -webkit-line-clamp: 2;
}
.glz-match-priority-side,
.glz-match-connection-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex: 0 0 auto;
}
.glz-match-priority-side {
    flex-direction: column;
    align-items: flex-end;
}
.glz-match-priority-badge {
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    padding: 0 8px;
    background: #EF4E7B;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}
.glz-match-priority-cta,
.glz-match-connection-primary,
.glz-match-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 999px;
    padding: 0 18px;
    background: linear-gradient(90deg, #7A56F3 0%, #EB57D6 100%);
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    box-shadow: 0 12px 24px rgba(122, 86, 243, 0.24);
    text-decoration: none;
}
.glz-match-connection-primary {
    min-width: 132px;
}
.glz-match-hero-actions {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}
.glz-match-hero-primary,
.glz-match-hero-secondary {
    flex: 1 1 0;
}
.glz-match-connection-secondary,
.glz-match-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 999px;
    padding: 0 18px;
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
}
.glz-match-connection-secondary {
    border-color: #E8DEFA;
    background: #FFF;
    color: #6A47DB;
}
.glz-message-page {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 24px;
}
.glz-message-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.glz-message-tab {
    border-radius: 999px;
    border: 1.5px solid #E9E5F2;
    background: #FFF;
    color: #9A9FA8;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}
.glz-message-tab.is-active {
    background: #6B6A70;
    border-color: #6B6A70;
    color: #FFF;
}
.glz-search-wrap {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.glz-message-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.glz-support-card {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.glz-support-card--inline {
    margin-bottom: 2px;
}
.glz-support-avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FF6A8D 0%, #E34B87 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.glz-support-avatar img {
    width: 34px;
    height: 34px;
}
.glz-support-copy h2 {
    color: #12151C;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 4px;
}
.glz-support-copy p {
    color: #6C7079;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 8px;
}
.glz-support-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.glz-support-links a {
    color: #42B86E;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}
.glz-message-row {
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.glz-contact-row {
    align-items: flex-start;
}
.glz-message-avatar {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 24px;
    overflow: hidden;
    flex: 0 0 auto;
}
.glz-message-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.glz-message-presence {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #45C86D;
    border: 2px solid #FFF;
}
.glz-message-main {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.glz-message-head,
.glz-message-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.glz-message-head {
    align-items: flex-start;
}
.glz-contact-head {
    flex-wrap: wrap;
    row-gap: 6px;
}
.glz-contact-head .glz-message-title-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}
.glz-message-title-group {
    min-width: 0;
    flex: 1 1 auto;
}
.glz-message-title-group h3 {
    color: #12151C;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.glz-message-time {
    color: #9A9EA7;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    white-space: nowrap;
    flex: 0 0 auto;
}
.glz-message-meta {
    color: #969AA3;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
}
.glz-contact-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}
.glz-contact-meta-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #F7F4FF;
    border: 1px solid #E8DEF9;
    color: #6A5A8C;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}
.glz-contact-meta-pill.is-distance {
    background: #FFF8EF;
    border-color: #F1DFC3;
    color: #9C7340;
}
.glz-message-snippet {
    color: #4F5560;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.glz-message-snippet--full {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    font-size: 13px;
    line-height: 19px;
}
.glz-message-count {
    flex: 0 0 auto;
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    padding: 0 6px;
    background: #EF4E7B;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}
.glz-profile-page {
    padding-bottom: 196px;
}
.glz-profile-hero {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    margin: 10px 0 16px;
}
.glz-profile-hero-image {
    margin: 0;
    border-radius: 0;
    height: 520px;
    object-fit: cover;
}
.glz-profile-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
}
.glz-profile-dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.44);
    padding: 0;
}
.glz-profile-dot.is-active {
    background: #FFF;
}
.glz-profile-summary {
    margin-bottom: 22px;
}
.glz-profile-title-row {
    margin-bottom: 12px;
}
.glz-profile-title-row h2 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
}
.glz-verified-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1.4px solid rgba(255, 255, 255, 0.35);
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    flex: 0 0 auto;
}
.glz-verified-badge--large {
    width: 26px;
    height: 26px;
    background: #FFF0F5;
    border-color: #F3B2D1;
    color: #E45B90;
}
.glz-match-card .glz-verified-badge,
.glz-message-row .glz-verified-badge {
    background: #FFF0F5;
    border-color: #F3B2D1;
    color: #E45B90;
}
.glz-profile-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}
.glz-profile-pill,
.glz-detail-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1.5px solid #DADCE4;
    background: #FFF;
    padding: 10px 14px;
    color: #222631;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.glz-profile-presence {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 22px;
}
.glz-profile-presence-item {
    color: #999DA6;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
.glz-profile-section {
    margin-bottom: 24px;
}
.glz-profile-about {
    font-size: 16px;
    line-height: 28px;
}
.glz-profile-extra-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}
.glz-profile-interest-grid {
    gap: 12px;
}
.glz-interest-pill {
    border-radius: 999px;
    border: 1px solid #E2E3E8;
    background: #FFF;
    padding: 12px 16px;
}
.glz-profile-gallery img {
    border-radius: 24px;
}
.glz-profile-sticky-bar {
    position: fixed;
    left: 50%;
    bottom: 88px;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    max-width: 398px;
    z-index: 30;
}
.glz-profile-footer-nav {
    z-index: 120;
}
.glz-profile-primary-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    border-radius: 24px;
    background: linear-gradient(90deg, #D84960 0%, #E05B73 100%);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    box-shadow: 0 18px 40px rgba(216, 73, 96, 0.24);
}
.glz-profile-primary-cta.is-loading {
    opacity: 0.75;
    pointer-events: none;
}
@media (max-width: 420px) {
    .glz-discover-grid,
    .glz-match-hero-grid,
    .glz-match-grid {
        gap: 14px;
    }
    .glz-discover-card {
        min-height: 248px;
    }
    .glz-match-card-image {
        height: 188px;
    }
    .glz-profile-hero-image {
        height: 460px;
    }
}
@media (max-width: 575px) {
    .glz-match-summary-card {
        flex-direction: column;
    }
    .glz-match-summary-metrics {
        width: 100%;
    }
    .glz-match-summary-chip {
        flex: 1 1 0;
    }
    .glz-match-priority-card,
    .glz-match-connection-card {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .glz-match-priority-side,
    .glz-match-connection-actions {
        width: 100%;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }
    .glz-match-priority-cta,
    .glz-match-connection-primary {
        min-width: 0;
    }
    .glz-match-hero-actions {
        flex-direction: column;
    }
}
.glz-message-foot--stack {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}
.glz-contact-status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}
.glz-contact-chip,
.glz-match-feedback-pill,
.glz-feedback-inline-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}
.glz-contact-chip {
    border: 1px solid #E4D8FF;
    background: #F7F2FF;
    color: #6A4CDD;
}
.glz-match-feedback-pill,
.glz-feedback-inline-pill {
    border: 1px solid #F4CDEB;
    background: #FFF5FC;
    color: #CC4DAB;
}
.glz-match-feedback-pill.is-pending,
.glz-feedback-inline-pill.is-pending {
    border-color: #F6DEB1;
    background: #FFF8E7;
    color: #B67A11;
}
.glz-match-feedback-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.glz-match-connection-statuses {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
}
.glz-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-top: 2px;
}
.glz-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 16px;
    padding: 10px 16px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.glz-contact-btn:hover,
.glz-contact-btn:focus-visible {
    transform: translateY(-1px);
}
.glz-contact-btn--primary {
    background: linear-gradient(135deg, #6C63FF 0%, #F759F5 100%);
    box-shadow: 0 14px 30px rgba(189, 89, 237, 0.22);
    color: #FFF;
}
.glz-contact-btn--secondary {
    border-color: #E1D3FF;
    background: #F8F3FF;
    color: #6A4CDD;
}
.glz-contact-btn--ghost {
    border-color: #ECE5F8;
    background: #FFF;
    color: #515767;
}
.glz-contact-btn--danger {
    border-color: #F5CCD6;
    background: #FFF4F6;
    color: #D14A71;
}
.glz-feedback-modal {
    backdrop-filter: blur(6px);
}
.glz-feedback-modal-dialog {
    max-width: 420px;
    margin: 18px auto;
}
.glz-feedback-modal-content {
    border: 0;
    background: transparent;
}
.glz-feedback-sheet {
    position: relative;
    border-radius: 34px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF7FD 100%);
    box-shadow: 0 26px 70px rgba(77, 34, 93, 0.18);
    padding: 24px 20px 22px;
}
.glz-feedback-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #F8F2FF;
    color: #7E53E8;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
}
.glz-feedback-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}
.glz-feedback-avatar {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(123, 88, 234, 0.18);
    flex: 0 0 auto;
}
.glz-feedback-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.glz-feedback-copy {
    min-width: 0;
}
.glz-feedback-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    color: #A45CF5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.glz-feedback-copy h2 {
    margin: 0 0 8px;
    color: #171A22;
    font-size: 24px;
    line-height: 30px;
}
.glz-feedback-copy p {
    margin: 0;
    color: #666D7A;
    font-size: 14px;
    line-height: 22px;
}
.glz-feedback-stars {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.glz-feedback-star {
    flex: 1 1 0;
    min-height: 58px;
    border-radius: 20px;
    border: 1px solid #E8DBFF;
    background: #FFF;
    color: #C7B7F8;
    font-size: 30px;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}
.glz-feedback-star.is-active {
    border-color: #D45CED;
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.14) 0%, rgba(247, 89, 245, 0.18) 100%);
    color: #E05CD9;
}
.glz-feedback-caption {
    margin: 14px 0 0;
    color: #626975;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.glz-feedback-tags-wrap {
    margin-top: 18px;
    padding: 16px;
    border-radius: 24px;
    background: #FFF;
    border: 1px solid #F0E7FB;
}
.glz-feedback-tags-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}
.glz-feedback-tags-head strong {
    color: #1B1E28;
    font-size: 15px;
    line-height: 20px;
}
.glz-feedback-tags-head span {
    color: #8B92A0;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}
.glz-feedback-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.glz-feedback-tag {
    border: 1px solid #E7DBFF;
    background: #FBF8FF;
    border-radius: 999px;
    padding: 10px 14px;
    color: #5E6470;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
}
.glz-feedback-tag.is-active {
    border-color: #D45CED;
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.12) 0%, rgba(247, 89, 245, 0.16) 100%);
    color: #B538AF;
}
.glz-feedback-save {
    width: 100%;
    min-height: 52px;
    margin-top: 20px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #6C63FF 0%, #F759F5 100%);
    box-shadow: 0 18px 34px rgba(189, 89, 237, 0.24);
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
}
.glz-feedback-save:disabled {
    opacity: 0.5;
    box-shadow: none;
}
@media (max-width: 575px) {
    .glz-message-row {
        gap: 12px;
    }
    .glz-message-avatar {
        width: 64px;
        height: 64px;
        border-radius: 20px;
    }
    .glz-message-head {
        gap: 8px;
    }
    .glz-contact-head .glz-message-time {
        width: 100%;
        margin-left: 0;
    }
    .glz-message-title-group h3 {
        font-size: 16px;
        line-height: 21px;
    }
    .glz-message-meta,
    .glz-message-snippet--full {
        font-size: 12px;
        line-height: 18px;
    }
    .glz-contact-actions {
        gap: 8px;
    }
    .glz-contact-btn {
        width: 100%;
    }
    .glz-match-connection-statuses {
        justify-content: flex-start;
    }
    .glz-feedback-head {
        align-items: flex-start;
    }
    .glz-feedback-sheet {
        padding: 22px 18px 20px;
    }
    .glz-feedback-stars {
        gap: 8px;
    }
    .glz-feedback-star {
        min-height: 52px;
        font-size: 26px;
    }
    .glz-feedback-tags-head {
        flex-direction: column;
        align-items: flex-start;
    }
}
.glz-feedback-modal .modal-content {
    box-shadow: none;
}
.glz-feedback-sheet {
    padding: 0;
    overflow: hidden;
}
.glz-feedback-media {
    position: relative;
    height: 248px;
    background: linear-gradient(180deg, rgba(16, 14, 27, 0.04) 0%, rgba(16, 14, 27, 0.2) 100%);
}
.glz-feedback-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
    display: block;
}
.glz-feedback-badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(20, 16, 34, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    color: #FFF;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
}
.glz-feedback-close {
    top: 14px;
    right: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(35, 22, 64, 0.16);
}
.glz-feedback-body {
    padding: 22px 20px 22px;
}
.glz-feedback-copy {
    margin-bottom: 18px;
}
.glz-feedback-copy h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}
.glz-feedback-copy p {
    color: #717786;
    line-height: 21px;
}
.glz-feedback-stars {
    gap: 8px;
}
.glz-feedback-star {
    min-height: 54px;
    border-width: 1.5px;
    font-size: 28px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(103, 92, 184, 0.08);
}
.glz-feedback-caption {
    margin-top: 12px;
}
.glz-feedback-tags-wrap {
    margin-top: 16px;
    background: #FCFAFF;
}
.glz-feedback-tags {
    gap: 8px;
}
.glz-feedback-tag {
    min-height: 40px;
    padding: 10px 13px;
    font-size: 12px;
}
.glz-feedback-save {
    min-height: 54px;
    margin-top: 18px;
}
@media (max-width: 575px) {
    .glz-feedback-modal-dialog {
        margin: 10px;
    }
    .glz-feedback-media {
        height: 220px;
    }
    .glz-feedback-body {
        padding: 20px 16px 18px;
    }
    .glz-feedback-copy h2 {
        font-size: 17px;
        line-height: 23px;
    }
    .glz-feedback-star {
        min-height: 50px;
        font-size: 24px;
    }
}
.glz-match-page {
    background:
        radial-gradient(circle at top left, rgba(247, 89, 245, 0.12) 0%, rgba(247, 89, 245, 0) 34%),
        linear-gradient(180deg, #FFF8FD 0%, #FFFFFF 44%, #FFFDFE 100%);
}
.glz-match-shell {
    min-height: 100vh;
    padding: 18px 0 190px;
}
.glz-match-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px 14px;
}
.glz-match-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 28px rgba(98, 74, 166, 0.12);
}
.glz-match-back img {
    width: 18px;
    height: 18px;
}
.glz-match-brand {
    width: 144px;
    max-width: 42%;
}
.glz-match-profile-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 28px rgba(98, 74, 166, 0.12);
    color: #7A4FE7;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}
.glz-match-hero-shell {
    padding: 0 18px;
}
.glz-match-hero-card {
    position: relative;
    min-height: 318px;
    border-radius: 34px;
    overflow: hidden;
    background: #F7F0FF;
    box-shadow: 0 26px 64px rgba(117, 88, 189, 0.18);
}
.glz-match-hero-image {
    width: 100%;
    height: 318px;
    object-fit: cover;
    object-position: center 26%;
    display: block;
}
.glz-match-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(25, 17, 45, 0.05) 0%, rgba(25, 17, 45, 0.15) 48%, rgba(25, 17, 45, 0.58) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0.08) 100%);
}
.glz-match-score-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    color: #FFF;
    box-shadow: 0 18px 38px rgba(35, 22, 64, 0.18);
}
.glz-match-score-badge strong {
    margin: 0;
    font-size: 36px;
    line-height: 1;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.34);
}
.glz-match-score-badge span {
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.glz-match-avatar-stack {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -36px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    pointer-events: none;
}
.glz-match-avatar {
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 28px;
    padding: 4px;
    background: linear-gradient(135deg, rgba(247, 89, 245, 0.84) 0%, rgba(108, 99, 255, 0.82) 100%);
    box-shadow: 0 16px 34px rgba(93, 57, 161, 0.22);
}
.glz-match-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    display: block;
    background: #FFF;
}
.glz-match-avatar--me {
    width: 76px;
    height: 76px;
}
.glz-match-body {
    padding: 52px 20px 0;
    text-align: center;
}
.glz-match-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 999px;
    padding: 8px 14px;
    background: #F8F2FF;
    border: 1px solid #E8DAFF;
    color: #8C57E8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.glz-match-body h1 {
    margin: 18px auto 12px;
    max-width: 320px;
    color: #171A22;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.06;
}
.glz-match-body p {
    margin: 0 auto;
    max-width: 330px;
    color: #666D7A;
    font-size: 15px;
    line-height: 24px;
}
.glz-match-chip-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.glz-match-detail-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #FFF;
    border: 1px solid #EFE5FC;
    color: #3E4251;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    box-shadow: 0 10px 26px rgba(116, 93, 170, 0.08);
}
.glz-match-detail-chip img {
    width: 16px;
    height: 16px;
}
.glz-match-insight {
    margin: 18px auto 0;
    max-width: 360px;
    padding: 18px 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, #FFF 0%, #FFF7FD 100%);
    border: 1px solid #F0E0FA;
    color: #5D6470;
    font-size: 14px;
    line-height: 22px;
    box-shadow: 0 18px 40px rgba(116, 93, 170, 0.09);
}
.glz-match-footer-actions {
    border-top: 1px solid #F1E8F9;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
}
.glz-match-footer-actions .next-btn,
.glz-match-footer-actions .skip-btn {
    min-height: 56px;
    border-radius: 18px;
    padding: 16px 18px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
}
.glz-match-footer-actions .next-btn {
    box-shadow: 0 18px 34px rgba(189, 89, 237, 0.22);
}
.glz-match-footer-actions .skip-btn {
    border: 1px solid #E9DFFF;
    background: #FFF;
    color: #7A4FE7;
}
@media (max-width: 575px) {
    .glz-match-shell {
        padding-bottom: 176px;
    }
    .glz-match-topbar {
        padding: 0 14px 12px;
    }
    .glz-match-profile-link {
        min-height: 40px;
        padding: 10px 12px;
        font-size: 13px;
    }
    .glz-match-hero-shell {
        padding: 0 14px;
    }
    .glz-match-hero-card,
    .glz-match-hero-image {
        min-height: 280px;
        height: 280px;
        border-radius: 30px;
    }
    .glz-match-score-badge {
        top: 14px;
        left: 14px;
        padding: 12px 14px;
    }
    .glz-match-score-badge strong {
        font-size: 30px;
    }
    .glz-match-avatar-stack {
        left: 16px;
        right: 16px;
        bottom: -30px;
    }
    .glz-match-avatar {
        width: 76px;
        height: 76px;
        border-radius: 24px;
    }
    .glz-match-avatar img {
        border-radius: 20px;
    }
    .glz-match-avatar--me {
        width: 66px;
        height: 66px;
    }
    .glz-match-body {
        padding: 44px 16px 0;
    }
    .glz-match-body h1 {
        font-size: 28px;
        max-width: 300px;
    }
    .glz-match-body p {
        font-size: 14px;
        line-height: 22px;
    }
    .glz-match-chip-grid {
        gap: 8px;
    }
    .glz-match-detail-chip {
        min-height: 38px;
        padding: 9px 12px;
        font-size: 12px;
    }
}
