@import url(fontsans.css);
body {
    font-family: IRANSans, sans-serif;
}
.page-header {
    padding: 18px 0;
}
a {
    text-decoration: none;
}
p > a {
    text-decoration-line: underline;
    color: #2c0b0e;

}
h2 {
    font-weight: bolder;
}
.name-badge {
    text-shadow: 2px 2px 2px rgb(104 104 104);
}
.text-red {
    color: #c8001a;
}
.button_small {
    color: #000;
    border: 2px solid;
    min-height: 44px;
    border-radius: 22px;
    padding: 6px 32px;
}
.button_small:hover {
    background-color: #eaeaea;
}
.page_wellcome {
    overflow: hidden;
}
.wellcome_image {
    transform: scaleX(-1);
    width:100%;
    height:100%;
    object-fit:cover;
}
.page_wellcome__hero {
    background-color: #E9D8FF;
    padding: 100px 100px 15px 100px;
}
.page_wellcome__hero span{
    font-size: 1.5em;
    font-weight: bold;
    color: #2a2a2a;
}
.hero_header {
    margin-bottom: 62px;
}
.input_email {
    border-radius: 32px;
    padding: 10px;
    border: 1px solid #ccc;
    width: 330px;
    height: 54px;
}
.signup-btn{
    border-radius: 32px;
    font-size: 1.2em;
    padding: 7px 19px;
    height: 54px;
}
.social_login_buttons button {
    background-color: transparent;
}
.social_login_buttons button:hover, .page_confidence .button_small:hover, .profile-setting__item:hover {
    background-color: rgb(175 175 175 / 20%);
}
.hero_footer {
    margin-top: 100px;
}
.hero_footer > * , .hero_footer2 > *{
    font-size: 0.9em;
}

/* confidence */
.page_confidence {
    background-color:#F3EAFF;
    padding: 130px;
}
.conf_image {
    position: relative;
    width: 497px;
    height: 368px;
    background-color: #b492de;
    border-radius: 18px;
}
.conf_image img {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.page_confidence p, .page-chat p{
    line-height: 2;
}
/* page chat */
.page-chat {
    padding: 80px 100px 0 100px;
}
.page-chat .text-holder {
    margin-top: 100px;
}
.illustration-text {
    margin-top: 120px;
    font-size: 0.8em;
    font-weight: bold;
}
.page-chat img {
    max-width: 100%;
}

/* intention */
.page-intention {
    background-color:#F3EAFF;

}
.page-intention__picture {
    height: 610px;
}
.page-intention__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-intention__text {
    padding: 130px 100px 100px 100px;
}
.page-intention__text p {
    margin-bottom: 0.7em;
}
.chat-bubbles {
    max-width: fit-content;
    bottom: 27%;
    left: -60px;
}
.chat-bubble {
    width: fit-content;
    padding-left: 20px;
    padding-right: 32px;
    border-radius: 18px;
    min-height: 58px;
    background-color: #fff;
}
.chat-bubble.blur {
    filter: blur(1.8px);
    background-color: hsla(0, 0%, 100%, .8);
}

/* stories */
.page-stories {
    padding: 100px;
    user-select: none;
    background-image: url(../images/section-stories-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left 90px;
    background-size: 330px;
}
.story-card {
    width: 340px;
}
.story-card__picture img {
    max-width: 100%;
    border-radius: 18px;
    margin-bottom: 25px;
}
.story-card__picture span {
    position: absolute;
    background-color: #600436;
    color: #f9f6f2;
    min-height: 44px;
    border-radius: 60px;
    padding: 10px 16px;
}
.story-card__picture .card_title {
    right: -10px;
    top: -18px;
}
.story-card__picture .card_subtitle {
    left: -8px;
    bottom: 0;
}
.page-trust {
    background-color: #B492DE;
    padding: 90px 100px 0 100px;
}
.page-trust img{
    width: 100%;
}

/* page footer */
.page-footer {
    padding: 50px 100px 0 100px;
}
.page-footer a {
    color: #2c0b0e;
}
.page-footer a:hover {
    color: #180506;
    text-decoration: underline;
}
.link-lists a {
    margin: 7px 0;
}

.page-footer .lang-select {
    padding: 15px 34px;
    width: 86%;
    border: 1px solid;
    font-size: 1.2em;
}
.social-icons {
    width: 70%;
}
.social-icons__item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.social-icons__item a {
    font-weight: bold;
    font-size: 0.8em;
    margin-top: 5px;
}
.footer-downlodapp p {
    font-size: 8px;
    line-height: 13px;
    margin-top: 12px;
}
.copyright-text {
    font-size: 0.9em;
}

/* internet connection */
.internet-connection {
    width:100%;
    height:100%;
    background: #191919 linear-gradient(to bottom, #000 0%, #191919 100%) no-repeat;
    color: #FFF;
    text-align: center;
    font-size: 150%;
    z-index: 99;
    position: fixed;
    top: 0;
    margin: 0;
    overflow: hidden;
    left: 0;
    font-family: sans-serif;
}
.internet-connection p { margin: 0 15px; }
.internet-connection h1, .internet-connection h2 { font-weight: normal; }
.internet-connection h1 { margin: 0 auto; padding: 0.15em; font-size: 10em; text-shadow: 0 2px 2px #000; }
.internet-connection h2 { margin-bottom: 2em; }

.desktop {
    background-color: #e9d8ff;
}
.page {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    width: 100%;
    background-color: #fff;
    color: #717171;
    padding: 16px;
    position: relative;
}
.page p {
    line-height: 1.7em;
}
.page h3, .page h4, .page h1, .page h2{
    color: #121212;
}

/* accordian */
.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px 15px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Style the accordion panel. Note: hidden by default */
.accordion_item {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion_item li {
    cursor: pointer;
    padding: 16px 0;
}
.accordion_item span {
    color: #000;
}
#search-wrapper {
    color: #121212;
}
#search_input, #search_intrests{
    background-color: #f6f6f6;
    border: none;
    padding-right: 35px;
    padding-left: 35px;
}
.search_icon {
    color: #121212;
    flex: 0 0 auto;
    height: 18px;
    margin-left: 12px;
    margin-right: 12px;
    width: 18px;
    position: absolute;
    top: 9px;
}

/* page-wrap */
.page-wrap {
    background-color: #fff;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.bg-body-ccc {
    background-color: rgb(239 239 239) !important;
}
.logo-header {
    padding: 12px 0;
    border-bottom: 1px solid #e3e3e3;
}
.users-list {
    max-width: 592px;
    margin: 0 auto;
}
.user-list__item {
    margin: 0 10px 13px;
}
.user-list__item img {
    width: 119px;
}
.page-footer__action {
    width: 100%;
    height: 50px;
    border-radius: 0;
    background: #6e3eff;
}
.footer-seo__languages {
    padding: 20px 16px 20px;
    background: #fff;
}
.footer-seo__languages a {
    color: #2d2d2d;
    font-size: 0.9em;
    text-decoration: #cccccc underline;
}

/* signup login */
.bg-body-pink {
    background-color: #e9d8ff;
}
.signup-login-page {
    width: 320px;
    margin-top: 80px;
}
.single-login-register input, .single-login-register button{
    border-radius: 12px;
    border: 1px solid #999;
}

.app-icon {
    fill: #fff;
    background-color: #000;
    border-radius: 8px;
    padding: 5px;
}

.blog-page-header {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.blog-head-slider img {
    max-width: 100%;
}
.link_underline {
    color: #2c0b0e;
    /*text-decoration: #545454 underline;*/
    cursor: pointer;
    transition: .15s ease opacity;
    border-bottom: 2px solid #545454;
    display: inline-flex !important;
}
.link_underline {
    text-decoration: none !important;
}

/* blog head slider */
.head-slider__title {
    height: 95%;
}
.blog-head-slider {
    padding-top: 30px !important;
}
.blog_head_slider-btn {
    top: 0;
    left: 0;
    text-align: left !important;
    width: unset !important;
}
.blog_articles_first, .blog_appnews, .related-posts {
    border-top: 1px solid #ccc;
}
.blog_articles__item {
    display: block;
    margin-bottom: 30px;
}
.blog_articles__item img{
    width: 100%;
}
.blog_article_title {
    line-height: 1.5;
    font-weight: normal;
    color: #2c0b0e;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
}
.blog_headlines, .blog_trends__header  {
    border-top: 1px solid #ccc;
}
.carousel-indicators [data-bs-target] {
    background-color: #545454 !important;
}
.img-w100 {
    width: 100%;
}
.img_cta {
    width: 100%;
    transform: scaleX(-1);
}
.site-info a {
    color: #600436;
}
.footer-menu_list a {
    font-size: 1.2em;
    color: #29131d;
    margin-left: 4px;
    margin-right: 4px;
}
.single-post {
    max-width: 840px;
    min-height: 100dvh;
    padding: 0 40px;
    margin: 100px auto 50px;
}
.margin-left-right {
    margin-right: 7px;
    margin-left: 7px;
}
.padding-left-right {
    padding-right: 7px;
    padding-left: 7px;
}
.share-post span {
    cursor: pointer;
}

/* search overlay */
/* The overlay effect with black background */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(211,211,211, 0.87); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin: auto;
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #000;
}

.overlay .closebtn:hover {
    color: #808080;
}

/* Style the search field */
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    /*background: #f1f1f1;*/
}

.cursor_pointer {
    cursor: pointer;
}

#search_overlay {
    z-index: 999999999999999999999;
}
.example-text {
    display: inline-flex;
    width: 80%;
}
.category-list a {
    font-size: 1.3em;
    color: #c4c4c4;
    white-space: nowrap;
}
.category-list a.active {
    color: #2c0b0e;
}
.category-list a:hover {
    opacity: .9;
}
.not-found {
    min-height: 200px;
}

/* preloader */
.sec-loading {
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;/*#363636*//*#8508b9*//*#eb4a62*/
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.sec-loading .one {
    height: 80px;
    width: 80px;
    border: 7px solid #eb4a62;
    transform: rotate(45deg);
    border-radius: 0 50% 50% 50%;
    position: relative;
    animation: move 0.5s linear infinite alternate-reverse;
}
.sec-loading .one:before {
    content: "";
    position: absolute;
    height: 55%;
    width: 55%;
    border-radius: 50%;
    border: 7px solid transparent;
    border-top-color: #eb4a62;
    border-bottom-color: #eb4a62;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes move {
    to {
        transform: translateY(15px) rotate(45deg);
    }
}

/* user styles */
.multistep-progressbar {
    border-radius: 0;
    height: 6px;
}
.multistep-formbody {
    padding: 20px 60px;
}
.multistep-formbody .signup-btn{
    padding: 11px 19px;
    width: 85%;
    margin: 0 auto;
}
.multistep-formbody .form_input, #captcha_input, #code_input, .large_input {
    padding: 12px 34px;
    border: 1px solid;
    font-size: 1.2em;
    border-radius: 18px;
    width: 85%;
    margin: 0 auto;
}
.large_input {
    padding: 12px 45px;
    width: 100%;
}
.full-height {
    min-height: 100dvh;
}
.fb-signup_btn, .contine-btn {
    cursor: pointer;
    text-align: center;
    padding: 14px;
    border-radius: 18px;
    font-weight: bold;
    position: absolute;
    bottom: 2%;
    left: 2%;
    right: 2%;
    width: 94%;
}
.fb-signup_btn:hover, .no-label-btn:hover {
    background-color: #f3f3f3;
}
.contine-btn {
    bottom: 11%;
    background-color: #000;/*#4e4e4e;*/
    border-radius: 28px;
}
.single-cbutton {
    bottom: 1% !important;
}
.group_btn_tel, .dir_ltr {
    direction: ltr;
}
.countrycode_select {
    width: 17% !important;
    padding-right: 0 !important;
    padding-left: 13px !important;
    border-radius: 18px 0 0 18px !important;
}
.phone_input {
    width: 72% !important;
    border-radius: 0 18px 18px 0!important;
    direction: ltr;
}
.text-verifyphone {
    padding: 0 45px;
    font-size: 0.9em
}
.invalid-feedback {
    padding: 0 45px;
}

.actionsheet, .flyaction-bottom {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 36%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 18px 18px 0 0;
    padding: 20px 15px;
    z-index: 10000;

}
.actionsheet-list {
    display: flex;
    flex-direction: column;
}
.actionsheet-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 18px 10px;
    border-radius: 21px;
}
.actionsheet-list__item:hover {
    background-color: #f1f1f1;
}
.dark-blur-bg {
    background: hsla(0, 0%, 7%, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}
.actionsheet-list__item svg {
    transform:rotate(180deg);
}
.verify_wrapper {
    margin: 0 auto;
    max-width: 320px;
}
.captcha-img {
    padding: 0 5px;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
}
#captcha_input, #code_input{
    width: 100%;
}
.verify_wrapper .invalid-feedback, #verifycode_form .invalid-feedback{
    padding: 0;
}
.page-header-title {
    padding: 10px;
}
.page-block {
    padding: 0 16px;
    margin-top: 25px;
}

/* account-info */
.goto-step2-button {
    bottom: 2%;
}
.info-formbody {
    padding: 0 !important;
}
.info-formbody .form_input  {
    width: 100%;
}
.birthday-group svg {
    width: 30px;
    color: #000;
    top: 10px;
    margin: 0 15px;
}
.form-label {
    color: #000;
    padding-bottom: 1px;
}
.form-check.radio-btn, .actionsheet-list__item.radio-btn {
    background-color: #f6f6f6;
    margin: 5px 12px;
    width: 95%;
    border-radius: 25px;
    padding: 13px;

    overflow: hidden;
    /*display: flex;
    justify-content: space-between;*/
}
.form-check .form-check-input {
    margin: 0;
}
.form-check-label {
    width: 90%;
}
.form-check-label {
    color: #000;
}
.form-check.radio-btn:hover {
    background-color: #dbdbdb;
}
.form-check-input:checked {
    background-color: #0c0c0c;
    border-color: #000000;
}
.form-check-input[type=radio] {
    width: 1.5em;
    height: 1.5em;
}
.form-check-input[type=checkbox] {
    width: 2.8em;
    height: 1.4em;
}
.birthday_input {
    width: 99% !important;
}
.headline_sub{
    padding: 0 36px;
    text-align: center;
}
.select-more-gender__head {
    position: sticky;
    top: 4px;
    margin-bottom: 10px;
}
.gender-list .gender-item{
    cursor: pointer;
    padding: 10px;
    margin: 5px 10px;
    border-radius: 8px;
}
.gender-list .gender-item:hover {
    background-color: #f1f1f1;
}
.identify-section {
    padding-top: 10px;
}
.identify-section__header {
    padding: 0 15px;
    margin-bottom: 10px;
}
.identify-section__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f6f6f6;
    min-height: 46px;
    padding: 16px 24px;
}
.identify-section__item.odd, .identify-rbutton-list {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.identify-rbutton-list {
    padding-top: 0;
    padding-bottom: 0;
}
.identify-section__item.odd:hover {
    background-color: #f1f1f1;
}
.identify-section__item .radio-btn {
    background-color: #fff;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.identify-section__item .radio-btn:hover {
   background-color: initial;
}
.identify-section__item .form-switch {
    width: 100%;
    padding: 0;
}
input[name=birthday].is-invalid{
    background-position: right calc(2.2em + .1875rem) center;
}
#step1_info_page .invalid-feedback {
    padding: 0;
}
.text-radio-icon {
    width: fit-content;
}
#step2_info_page .form-check-label > span {
    width: fit-content;
}
.quiz_wrapper {
    margin: 0 auto;
}
.goto-next:hover {
    background-color: #f6f6f6;
}
.quiz-progressbar {
    position: fixed;
    background: #fff;
    bottom: 0;
    max-width: 610px;
    margin: 10px 0 0;
    padding: 5px 0;
    z-index: 999;
}
/*.quiz-progressbar:before {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .065) .9%, hsla(0, 0%, 100%, .139) 3.5%, hsla(0, 0%, 100%, .219) 7.5%, hsla(0, 0%, 100%, .304) 12.8%, hsla(0, 0%, 100%, .393) 19.3%, hsla(0, 0%, 100%, .482) 26.6%, hsla(0, 0%, 100%, .57) 34.6%, hsla(0, 0%, 100%, .654) 43%, hsla(0, 0%, 100%, .734) 51.8%, hsla(0, 0%, 100%, .807) 60.7%, hsla(0, 0%, 100%, .872) 69.6%, hsla(0, 0%, 100%, .925) 78.1%, hsla(0, 0%, 100%, .965) 86.1%, hsla(0, 0%, 100%, .991) 93.5%, #fff);
    bottom: 50%;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}*/
.quiz-progressbar .progress {
    height: 5px;
    width: 70%;
}
.quiz-step-btn{
    background: #fff;
    margin: 0 16px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .08);
    border-radius: 50%;
    padding: 10px;
}
.forward-quiz-step, .svgarrow {
    transform: scaleX(-1);
}
.textarea-input {
    border: 1px solid rgb(0, 0, 0);
    border-radius: 12px;
    margin: 0 auto;
    width: 97%;
    display: flex;
    height: 82px;
}
.w-96 {
    width: 96% !important;
}

.slidecontainer {
    margin-top: 10px;
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.height-slider  {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.height-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
}

/* Mouse-over effects */
.height-slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.height-slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #04AA6D; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.height-slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #04AA6D; /* Green background */
    cursor: pointer; /* Cursor on hover */
}
.camera_rounded {
    background-color: #e9d8ff;
    border-radius: 50%;
    padding: 10px;
    margin: 10px auto;
}
.centered_wrapper {
    margin: 0 auto;
    max-width: 420px;
    text-align: center;
}
.eye-svg {
    left: 0;
}
.add_photo {
    justify-content: center;
    align-items: center;
    min-height: 230px;
    border-radius: 8px;
    background-color: #f6f6f6;
}

.radio-btn input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
}
/* END user styles */

/* panel styles */
.panel-header-title {
    padding: 10px 16px 0;
}
.panel-footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    border-top: 1px solid #dedede;
    background-color: #fff;
    z-index: 9;
}
.panel-footer__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #717171;
    font-size: 0.7em;
    font-weight: bold;
    flex: 1;
    position: relative;
}
.panel-footer__item span {
    margin-top: 3px;
}
.panel-footer__item.active {
    color: #000;
}
.encounter_wrapper {
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    bottom: 58px;
    left: 16px;
    position: absolute;
    right: 16px;
    top: 52px;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    z-index: 9;
    margin-bottom: 16px;
}
.encounter-block {
    border-radius: 16px;
    overflow-x: scroll;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    background-color: #fff;
}
.encounter-inner {
    padding: 16px;
}
.encounter_wrapper:before {
    background: linear-gradient(rgba(0, 0, 0, .53), transparent);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    content: "";
    display: block;
    height: 80px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.encounter_wrapper:after {
    background: linear-gradient(transparent, rgba(0, 0, 0, .53));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    content: "";
    display: block;
    height: 80px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0 !important;
    z-index: 1;
}
.encounter_image_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 100vh;
    border-radius: 16px 16px 0 0;
}
.encounter_image_wrapper img {
    flex-shrink: 0;
    min-width: 100%;
    max-height: 100%;
}
.online-status {
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    position: relative;
    vertical-align: middle;
    width: 6px;
    margin: 0 5px;
}
.is-online {
    background: #5ca500;
}
.is-offline {
    background: #c0c0c0;
}
.encounter-item_head {
    width: 97%;
    left: 10px;
    right: 4px;
}
.profile-scrollbar {
    display: none;
    position: absolute;
    right: 10px;
    top: 150px;
    z-index: 3;
    background-color: hsla(0, 0%, 88%, .5);
    border-radius: 99px;
    height: 75px;
    width: 4px;
}
.profile-scrollbar_bar {
    background-color: #fff;
    border-radius: inherit;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.encounter-item_action {
    /*bottom: -9px !important;*/
    border-radius: 16px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    pointer-events: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: width, height, opacity, box-shadow, -webkit-transform;
    transition-property: width, height, opacity, box-shadow, transform, -webkit-transform;
}

.profile-badge {
    position: absolute;
    right: 8px;
    top: 43px;
}
.profile-badge .badge {
    border-radius: 20px;
}
.why_here {
    background-color: #f6f6f6;
    width: 100%;
    border-radius: 18px;
    padding: inherit;
    user-select: none;
}
.profile-info .chat-bubble {
    background-color: #f6f6f6;
    border-radius: 18px;
    user-select: none;
    min-height: unset;
    padding: 5px 13px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.1s ease-in;
}
.profile-info .chat-bubble:hover {
    background-color: #e2e2e2;
}
.other-images {
    height: 300px;
}
.other-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user_interests span, .intrest-head-items span{
    display: inline-block;
    margin-top: 7px;
    background-color: #f6f6f6;
    border-radius: 18px;
    user-select: none;
    min-height: unset;
    padding: 5px 15px;
    text-decoration: none;
}
.back-swipe {
    margin: 0 10px;
}
.back-swipe svg {
    transform: scaleX(-1);
}
.page-intention__badge .name-badge{
    margin: 0 6px;
}
.lightbox-content .prev {
    right: 0 !important;
    left: unset !important;
}
.lightbox-content .next {
    left: 0 !important;
    right: unset !important;
}
.user_action_btn {
    padding: 10px 20px;
}
.panel-block {
    display: flex;
    justify-content: center;
    padding: 16px;
    height: calc(100dvh - 110px); /* added later for chats page */
}
.nearby-user-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    /*max-width: 515px;*/
    min-width: 264px;
    margin-bottom: 25px;
}
.nearby-user_card {
    cursor: pointer;
    margin: 10px 20px;
    position: relative;
}
.nearby-user_card img {
    border-radius: 8px;
}
.nearby-user-name {
    font-size: 0.9em;
    font-weight: bold;
}
.chat_badge {
    border-radius: 20px;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    padding: 2px 5px;
    flex-direction: row-reverse;
    align-items: center;
}
.chat_badge span {
    font-size: 0.7em;
    padding: 2px 5px 0;
}
.back-to_report {
    margin: 0 6px;
}

#report_user_from {
    display: flex;
    flex-direction: column;
    padding: 12px;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
}
#report_user_from .form_inner {
    width: 500px;
    margin: 0 auto;
    height: 100vh;
}
.selected_filter_txt {
    font-size: 0.8em;
    font-weight: bold;
}
.report_list_item .actionsheet-list__item{
    padding: 9px 5px;
}
.form-select option {
    font-size: 16px;
}
.filters_form, .profile-setting, .profile-setting-pages {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 98;
    padding: 7px;
}
.filters_form .head, .profile-setting .head, .profile-setting-pages .head {
    display: flex;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.save-filter-btn {
    width: 97%;
    position: sticky;
    bottom: 8px;
    margin-right: 5px;
}
.filter-list__item {
    display: flex;
    justify-content: space-between;
    padding: 11px;
    align-items: center;
    cursor: pointer;
}
.filter-list__item:hover {
    background: #f1f1f1;
}
.filter-list__item .title {
    display: flex;
    flex-direction: column;
    width: 93%;
    margin-top: 5px;
    padding: 0 10px;
}
.filter-list__item .title .subtitle {
    font-size: 0.8em;
}
.filter-list__item svg {
    color: #000;
}
.filter-list__item .arrow {
    transform: scaleX(-1);
}
.filter-action {
    z-index: 99;
}
.filter-action .cancel-actionsheet {
    text-align: end;
    margin: 0 -6px;
}
.selected-filter_item {
    width: fit-content;
    padding: 7px 7px;
    background-color: #f3eaff;
    border-radius: 18px;
    color: #000;
    font-size: 0.9em;
    margin: 4px 2px;
}
.selected-text {
    display: flex;
    font-size: 0.8em;
}

.filter-action.actionsheet_star, .filter-action.actionsheet_religion, .filter-action.actionsheet_moods {
    height: 92%;
}
.filter-action .actionsheet-list {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    flex-direction: column;
}
.filter-action{
    flex-direction: column;
}
.filter-intrests {
    z-index: 999;
    background: #fff;
    width: 44%;
}
.close-intrests {
    padding: 10px;
}

.intrest-list {
    height: 93vh;
}
.intrest-item {
    cursor: pointer;
    border-radius: 18px;
    background: #e3e3e3;
    width: fit-content;
    padding: 6px 13px;
    margin: 10px auto;
    color: #000;
}
.icon-mark {
    background: red;
    color: #fff;
    border-radius: 50%;
    padding: 1px 4px;
    font-size: 0.8em;
    font-weight: bold;
    position: absolute;
    right: 2px;
    bottom: 0;
}
.profile_chat-bubble {
    background: #f6f6f6;
    padding: 0 5px;
    border-radius: 18px;
}
.profile-image svg {
    top: 10px;
    left: 8%;
}
.percent-badge {
    color: #fff;
    background: #c8001a;
    padding: 1px 5px;
    border-radius: 35%;
    font-size: 0.8em;
    position: absolute;
    top: 103px;
    right: 40px;
}
.profile-addphoto svg.arrow {
    transform: scaleX(-1);
}
.profile-addphoto {
    width: 70%;
    border: 1px solid #c6c6c6cc;
    margin: 0 auto;
    padding: 16px 9px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;

}
.profile-addphoto span {
    width: 85%;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
}
.profile-setting, .profile-setting-pages {
    height: 100dvh;
    padding-left: 0;
    padding-right: 0;
}
.profile-setting hr {
    height: 8px;
    background: #ccc;
    border: 0;
    margin-bottom: 0;
}
.profile-setting__item {
    display: flex;
    justify-content: space-between;
    padding: 13px 14px;
    align-items: center;
    cursor: pointer;
}
.profile-setting__item .arrow {
    transform: scaleX(-1);
}
.setting-pages-inner {
    max-width: 480px;
    margin: 20px auto;
}
.fly-btn {
    bottom: 4%;
    width: 77%;
    margin: 0 auto;
}
.clear-input {
    position: absolute;
    left: 14px;
    top: 14px;
    cursor: pointer;
    color: #000;
}
.input-p0 {
    padding-right: 10px;
    padding-left: 10px;
}
.more-gender-list {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    top: 0;
    height: 100dvh;
}
.location-input input {
    user-select: none;
}
.notif-item {
    padding-top: 10px !important;
    cursor: pointer;
}
.notif-item p {
    font-size: 0.9em;
    padding-top: 5px;
}
.notif-item:hover {
    background: #ebebeb;
}
.notif-item .form-switch {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 20px;
}
.profile-endis-notif .notif-item {
    padding: 0 20px;
}
.privacy-msg {
    margin: 25px;
}
.privacy-msg p, .privacy-msg span {
    font-size: 0.8em;
}
.lang-list .lang-item {
    padding: 15px 20px;
    font-weight: bold;
    color: #393939;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.lang-list .lang-item:hover {
    background: #ebebeb;
}
.no-label-btn {
    cursor: pointer;
    text-align: center;
    padding: 14px;
    border-radius: 18px;
    font-weight: bold;
    font-size: 1em;
}
.normal-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    font-weight: bold;
    border-width: 1px;
}
.bottom-ac p, .bottom-trms{
    position: absolute;
    bottom: 2%;
    left: 2%;
    right: 2%;
    width: 94%;
}

.profile-delete-account p {
    padding: 0 26px;
    margin-top: 21px;
    color: #000;
}
.bottom-cptxt {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 0.9em;
}
.p-aboutus {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 80dvh;
}
.feedback-item {
    padding: 13px 10px !important;
}
.feedback-item .fd-item-text {
    padding-top: 7px;
}
.bottom-trms a, .bottom-trms p {
    color: #353535;
    font-size: 0.8em;
}
.unset-height {
    height: unset !important;
}
.blocked-user-list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: start;
    height: 85dvh;
    margin: 30px;
}
.blocked-user-list .blocked-user_card {
    position: relative;
    margin: 10px 20px;
}
.blocked-user-list .blocked-user_card  img{
    border-radius: 8px;
}
.unblock-btn {
    position: absolute;
    top: -8px;
    right: -7px;
    cursor: pointer;
}
.desktop-cc {
    background-color: #f6f6f6 !important;
}
.edit_input_list {
    padding: 15px;
}
.edit-profile-hr {
    border: 0;
    background-color: #cecece;
    height: 7px;
    margin: 0 !important;
}
.profile-edit .notif-item:hover {
    background-color: #fff;
}
.edit-question {
    border-bottom: 1px solid #efefef;
    margin: 0;
}
.edit-question .q-answer {
    padding-top: 0;
    margin: 10px 0;
}
.add-items {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 146px;
    height: 146px;
    background-color: #f6f6f6;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
}
.add-items svg {
    color: #d4d4d4;
}
.f-9em {
    font-size: 0.9em;
}
.f-8em {
    font-size: 0.8em;
}
.unset-actionitem-pm {
    margin-bottom: 10px;
    padding: 10px 10px;
}
#upload_photo_form {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
}
.add-items-big {
    width: 400px;
    height: 400px;
    flex-direction: column;
    margin-bottom: 8px;
}
.add-items-small {
    width: 198px;
    height: 198px;
    margin-bottom: 7px;
}
.add-items-small svg, .add-items-big svg {
    color: #000;
}
.sticky-head {
    position: sticky;
    top: 0;
    background: #fff;
    display: flex;
    padding: 10px !important;
    margin: 0 !important;
    z-index: 99;
}
.w-90 {
    width: 90%;
}
.actionsheet_profile_intrests .actionsheet-list .centred{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    text-align: center;
    flex-direction: column;
}

.actionsheet-list .user_interests span {
    cursor: pointer;
}
.user_interests span.active {
    background-color: #f3eaff;
    cursor: pointer;
}
.intrest-head-items span.active {
    background-color: #000;
    color: #fff !important;
    cursor: pointer;
}

.encounter_modal {
    height: 600px;
    border: none !important;
    background-color: unset !important;
}
.encounter_modal .encounter_wrapper {
    border: none !important;
}
.nearby-encounter-actions {
    text-align: center;
    z-index: 9;
    position: absolute;
    bottom: 14%;
    right: 0;
    left: 0;
}
.nearby-encounter-actions .skip-it {
    position: absolute;
    right: 6%;
    bottom: 5%;
}
.add-to-favourite {
    position: absolute;
    left: 15px;
    top: 37%;
}
.select_chat {
    position: absolute;
    left: -7px;
    top: 44%;
}
.message-inner {
    display: flex;
    flex-direction: column;
    margin: 2px 15px;
    min-height: 67dvh;
}
.chat-user-item {
    margin: 2px 15px;
}
.chat-user-item .show_user_profile{
    position: absolute;
    left: 50%;
    top: 8px;
}
.sent-time {
    color: #4a4a4a;
    font-size: 0.8em;
}
.chat-message {
    margin: 8px 0;
}
.chat-message span{
    user-select: none;
    border-radius: 18px;
    background-color: #f3eaff;
    color: #272727;
    padding: 2px 12px;
    width: fit-content;
    text-wrap: normal;
    font-size: 0.9em;
}

.chat-message.user{
    text-align: left;
}
.chat-message.user span{
    background-color: #ededed;
    color: #000;
}
.sendsvg {
    left: 0;
    transform: scale(-1);
}
.emojisvg {
    left: 25px;
}
.chat-message-action {
    padding: 0 10px;
    background: #fff;
}
.chat-message-action input {
    border-color: #000;
    border-radius: 18px;
}
.margin-lr0 {
    margin-left: 0 !important;
    margin-right: 0 !important;;
}
/* end panel styles */

.height-dv {
    height: 100dvh !important;
}
.spinner {
    /*border: 4px solid rgba(255, 255, 255, 0.3);*/
    border: 4px solid rgb(0 82 23 / 30%);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: none; /* Hidden by default */
    position: absolute;
    /*left: 50%;
    top: 50%;*/
    left: 5%;
    top: 26%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.signup-btn2 {
    border-radius: 32px;
    font-size: 1em;
    padding: 7px 19px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero_footer2 {
    margin-top: 150px;
}

.input_label {
    margin: 8px 31px;
    font-weight: bold;
    color: #343434;
}
.privacy_txt {
    font-size: 0.8em
}
#errorMessage, #EmailerrorMessage {
    margin: 0 27px;
}
.spinner_inbtn {
    left: 47%;
}

.responsive-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rounded-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.pf-title div.active {
    border-bottom: 2px solid #000;
}

.plan-table-row {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom-style: dashed;
}
.margin-tble-head {
    margin-left: 80px;
    margin-right: 80px
}
.padding-tble-head {
    padding-left: 50px;
    padding-right: 50px
}

.safety-cards {
    width: 95%;
    border: none;
    border-radius: 20px;
    margin: 15px auto;
    color: #000 !important;
    padding: 15px 9px;
}
.bg-body-secondary {
    background-color: #f6f6f6 !important;
}
.safety-cards span {
    width: 91%;
}
.safety-cards > div {
    text-align: right;
    width: 90%;
}
.safety-cards > div > p {
    font-size: 0.7em;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 2em;
    margin-bottom: 0;
    color: #828282;
}

.activity-cards {
    width: 60%;
    border-radius: 30px;
    border: 1px solid #d9d9d9;
    padding: 10px 10px 10px 0;
    margin: 6px auto;
}
.activity-cards > div > p {
    font-size: 0.9em;
}
.height-100 {
    height: 100%;
}
.moods-btn {
    position: absolute;
    bottom: 10%;
    left: 18px;
    cursor: pointer;
    width: fit-content;
    padding: 5px 10px;
    background-color: #000;
    border-radius: 26px;
    color: #fff;
}
.mood-sticky {
    position: absolute;
    bottom: 27px;
    right: -8px;
    background: #fff;
    border-radius: 50%;
    padding: 6px 12px;
}

.unread-status {
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    position: absolute;
    vertical-align: middle;
    width: 8px;
    margin: 0 5px;
    top: -3px;
    right: 37%;
    background: #c50012;
}
.suggested-list {
    background-color: #e9efff;
}
.suggestion-wrapper {
    scrollbar-width: none;
}
.suggestion-item {
    position: relative;
    width: 280px;
    max-height: 350px !important;
}
.suggestion-item .encounter_image_wrapper{
    border-radius: 16px !important;
    max-height: 320px !important;
}
