* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
} 
/*  Basic Css  */

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

/* #Progress with back to top
================================================== */
:root {
  --red: #da2c4d;
  --yellow: #f8ab37;
  --green: #2ecc71;
  --white: #ffffff;
  --grey-light: #f2f7f9;
  --grey: #ecedf3;
  --black: #080808;
  --black-blue: #1f2029;
  --black-blue-light: #353746;
  --black-blue-light-2: #404255;
  --black-blue-light-3: #4b4d64;
  --black-light: #424455;
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #FA686D;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  bottom: 86px;
  background: #fff;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f004";
  font-family:'Font Awesome 5 Pro' !important;
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #FA686D;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  animation: heartbeat 1s infinite;
}

.progress-wrap:hover::after {
  opacity: 1;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--grey);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }

  20% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.75);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(0.75);
  }
}

/* #Progress with back to top */

::selection {
  background-color: #7f203c;
  color: rgb(255, 255, 255);
}
/*  Basic Css Ends  */

/**** Start webkit scrollbar ******/
div::-webkit-scrollbar {
  width: 6px;
}
div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba #313131;
  border-radius: 12px;
}

::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #000;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background: #FA686D;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #313131;
}
/**** END webkit scrollbar ******/

/* font family  */
@font-face {
  font-family: "Roboto-Bold";
  src: url("../css/font/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../css/font/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../css/font/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../css/font/Roboto-Thin.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../css/font/Roboto-Regular.ttf");
}

/* loader  */
.loader-container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  z-index: 9999;
}

/* login page  */
.login_Mobile_lohana{
  background: url(../images/login_background.png) no-repeat 100% 100% , #fff;
  height: 100vh;
  background-size: contain;
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 20px;
}
.login_vec_design{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
}
.login_Mobile_lohana .container{
  width: 100%;
}
.center_login-set .login-logo{
    /*margin-bottom: 14px;*/
    margin-bottom: 90px;
    margin-top: 61px;
}
.login_Mobile_lohana .center_login-set{
  text-align: center;
}
.form-outline.inut_PE-udr{
  margin-bottom: 14px;
}
.form-outline.inut_PE-udr .form-control~.form-label{
  position: absolute;
  top: 0;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 14px;
  top: 11px;
  padding-top: 0px;
  pointer-events: none;
  transform-origin: 0 0;
  transition: all .2s ease-out;
  color: #050505;
  margin-bottom: 0;
  font-family: 'Roboto-Regular';
  background: #fff;
  font-size: 14px;
  font-weight: normal;
}
.form-outline.inut_PE-udr .form-control.active~.form-label, .form-outline.inut_PE-udr .form-control:focus~.form-label {
  transform: translateY(-19px) translateY(0.1rem) scale(0.9);
}
.form-outline.inut_PE-udr .form-control:focus~.form-label {
  color: #050505;
}
.form-outline.inut_PE-udr .form-control{
  background: #fff;
  border-radius: 6px;
  border: 1px solid darkgrey;
  font-size: 13px;
  color: #0c0c0c;
  font-family: 'Roboto-Regular';
  height: 42px;
}
.form-outline.inut_PE-udr .form-control:focus{
  border: 1px solid #7f1f3b;
}
.form-outline.inut_PE-udr .form-control:focus~.form-notch .form-notch-leading {
  border-color: unset;
  box-shadow: none;
  border:none;
}
.form-outline.inut_PE-udr .form-control:focus~.form-notch .form-notch-middle {
  border-color: unset;
  box-shadow: none;
  border-top: none;
  border:none;
}
.form-outline.inut_PE-udr .form-control:focus~.form-notch .form-notch-trailing {
  border-color: unset;
  box-shadow: none;
  border:none;
}
.form-outline.inut_PE-udr .form-control~.form-notch div{
  border: none;
  border-radius: unset;
}
.form-outline.inut_PE-udr .field-icon{
  position: absolute;
  right: 14px;
  top: 15px;
  font-size: 14px;
}
.center_login-set .login-btn-lha{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background: #fff;
  color: #7f1f3b;
  font-family: "Roboto-Medium";
  font-size: 14px;
  border-radius: 5px;
  width: 80%;
  margin: auto;
  margin-top: 25px;
}
.center_login-set .login-otp-btnLha{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background: #fff;
  color: #7f1f3b;
  font-family: "Roboto-Medium";
  font-size: 14px;
  border-radius: 5px;
  width: 80%;
  margin: auto;
  margin-top: 24px;
}
.center_login-set .forgot_passText{
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto-Regular';
  display: block;
  margin-top: 25px;
}
.center_login-set .free_reg-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background: transparent;
  color: #fff;
  font-family: "Roboto-Medium";
  font-size: 14px;
  border-radius: 5px;
  width: 80%;
  margin: auto;
  border: 1px solid #fff;
  margin-top: 16px;
}

/* forgot password section start  */
.comman_sathi-navbar{
  background: url(../images/nav_header_bg.png);
  padding: 18px 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.comman-title-heading{
  display: flex;
  align-items: center;
  gap: 26px;
  padding-left: 10px;
}
.comman-title-heading .back_icons{
  font-size: 16px;
  color: #fff;
}
.comman-title-heading h4{
  font-size: 20px;
  color: #fff;
  font-family: 'Roboto-Regular';
  display: flex;
  align-items: center;
  gap: 10px;
}
.comman-field-lohanaBox{
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  padding: 20px 14px;
  box-shadow: -1px 2px 20px 2px #aaaaaa47;
  margin-top: 28px;
  height: 100vh;
}
.comman-field-lohanaBox p.forgot-textLable{
  color: #212121;
  font-size: 13px;
  line-height: 16px;
  margin-top: 14px;
  font-family: 'Roboto-Regular';
}
.form-outline.inut_PE-udr .country-code-forg{
  width: 100%;
  height: 42px;
  border: 1px solid darkgrey;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Roboto-Regular';
}
.form-outline.inut_PE-udr .country-code-forg:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}
.inut_PE-udr .bootstrap-select .btn:focus{
  outline: none!important;
  outline: none!important;
  outline-offset: 0 !important;
}
.bootstrap-select.btn-group .btn .caret{
  border: none;
}
.bootstrap-select.btn-group .btn .caret:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: -7px;
  top: -5px;
  font-weight: 700;
}
.forgot_password-fxBox{
  margin-top: 20px;
}
.ForgotToSubmit-btn{
  width: 75%;
  background: #7f203c;
  color: #fff;
  font-size: 15px;
  height: 40px;
  border-radius: 8px;
  border: none;
  font-family: 'Roboto-Regular';
  margin-top: 6px;
}
.inner_signUp-mob .save-filter-btn{
  width: 57%;
  display: block;
  margin: auto;
  background: #7f1f3b;
  color: #fff;
  height: 42px;
  border: none;
  border-radius: 6px;
  margin-top: 6px;
  letter-spacing: 1px;
}

/* Generate otp page  */
.Get_otpGeneratBg{
  text-align: center;
  padding-top: 20px;
}
.generate_border-sd {
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  padding: 10px 13px 20px;
}
.GeneratToSubmit-btn {
  width: 100%;
  background: #7f203c;
  color: #fff;
  font-size: 15px;
  height: 40px;
  border-radius: 8px;
  border: none;
  font-family: 'Roboto-Regular';
  margin-top: 6px;
}
.generate_border-sd .forgot_password-fxBox h6{
  text-align: start;
  font-size: 18px;
  font-family: 'Roboto-Bold';
  color: #757575;
  margin-bottom: 8px;
}
.generate_border-sd .forgot_password-fxBox p{
  text-align: start;
  font-size: 14px;
  color: #7b7b7b;
  font-family: 'Roboto-Regular';
  margin-bottom: 18px;
}
.forgot_numberCode p.recevi-otp-text{
  text-align: start;
  font-size: 13px;
  color: #7b7b7b;
  font-family: 'Roboto-Regular';
  margin-bottom: 0px;
}
.forgot_numberCode a.recent-otp-text{
  color: #7f203c;
  font-size: 14px;
  text-align: start;
  font-family: 'Roboto-Bold';
  margin-top: 6px;
  display: inline-block;
  margin-bottom: 16px;
}

/* signup page  */
.sign_up-mainDiv{
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  padding: 20px 20px;
  box-shadow: -1px 2px 20px 2px #aaaaaa47;
  margin-top: 21px;
  height: 100vh;
}
.input_datepicker-mob .regis_datetime{
  background: #fff;
  border-radius: 6px;
  border: 1px solid darkgrey;
  font-size: 13px;
  color: #0c0c0c;
  font-family: 'Roboto-Regular';
  height: 42px;
  width: 100%;
  padding: 4px 14px;
  border-radius: 6px;
}
.input_datepicker-mob .regis_datetime::placeholder{
  color: #000000;
}
.register-bottom-text .term-condit-text{
  text-align: center;
  color: #848484;
  font-size: 13px;
}
.register-bottom-text .term-condit-text a{
  color: #2aa6ea;
}
.register-bottom-text .reg_continue-btn{
  width: 75%;
  background: #7f203c;
  color: #fff;
  font-size: 15px;
  height: 40px;
  border-radius: 8px;
  border: none;
  font-family: 'Roboto-Regular';
  margin-top: 10px;
}
.register-bottom-text .copyrigh-text{
  color: #0f0f0f;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  margin-top: 12px;
}
.register-bottom-text .already-text-c{
  color: #0f0f0f;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  margin-top: 12px;
}
.register-bottom-text .already-text-c a{
  color: #7e203d;
}
.input-radio_main .label_radio-mf{
  height: 40px;
  width: 100%;
  border-radius: 6px;
  color: #7f1f3b;
  font-weight: normal;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7f1f3b;
}
.input-radio_main input[type="radio"]:checked+.label_radio-mf{
  background: #7f1f3b;
  color: #fff;
}
.input-radio_main .mf-radio-btn{
  display: none;
}
.input-radio_main{
  margin-bottom: 14px;
}
.inner_signUp-mob .heading_build-p{
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 9px;
  margin-bottom: 18px;
}
.inner_signUp-mob .heading_build-p p{
  color: #7c7c7c;
  font-size: 13px;
  text-align: center;
  font-family: 'Roboto-Regular';
}
.register-bottom-text .reg_previous-btn{
  width: 75%;
  background: #fff;
  color: #7f203c;
  font-size: 15px;
  height: 40px;
  border-radius: 8px;
  border: none;
  font-family: 'Roboto-Regular';
  margin-top: 10px;
  box-shadow: 0px 2px 3px 1px #4f4f4f54;
}
.register-bottom-text .reg_previous-btn a{
  color: #7f203c;
}
 
.form-outline.inut_PE-udr .text_areaGroup{
  background: #fff;
  border-radius: 6px;
  border: 1px solid darkgrey;
  font-size: 14px;
  color: #050505;
  font-family: 'Roboto-Regular';
  height: 72px;
  width: 100%;
  padding: 11px 13px;
  resize: none;
  outline: none;
}
.upload-proof-main .uploaded-img {
  width: 150px;
  height: 158px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px dashed #7f203c;
  padding: 10px;
}
.upload-proof-main input {
  display: none;
}
.register-bottom-text .note-upload-lohana{
  color: #101010;
  text-align: start;
  font-size: 13px;
  margin-top: 16px;
  font-family: 'Roboto-Regular';
}
.upload-IDpr-main .delete-id-label{
  color: #7f203c;
  font-size: 14px;
  font-family: 'Roboto-Medium';
  margin-top: 18px;
  display: inline-block;
}
.upload-proof-main .delete-id-label{
  width: 75%;
  background: #7f203c;
  color: #fff;
  font-size: 15px;
  margin: auto;
  height: 40px;
  border-radius: 8px;
  border: none;
  font-family: 'Roboto-Regular';
  margin-top: 18px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-bottom-text .upload-proof-main{
  margin-bottom: 22px;
}
.register-bottom-text .copyrigh-text-last {
  color: #101010;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  margin-top: 32px;
}


/* select option search customize  */
.inut_PE-udr .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 100%;
  box-shadow: none;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus{
  background: transparent;
  border: none;
  outline: none;
}
.country-code-forg .dropdown-toggle:after{
  display: none;
}
.country-code-forg .btn-default{
  margin: 0px;
  border: none !important;
  padding: 0px;
  height: 40px;
  width: 100%;
  padding: 11px 13px;
  font-size: 14px;
  color: #050505;
  font-family: 'Roboto-Regular';
  border-radius: 6px;
  background: transparent !important;
  box-shadow: none !important;
  text-transform: unset;
}
.form-outline.inut_PE-udr .input-block-level.form-control{
  height: 38px;
}
.country-code-forg .btn-group.open .dropdown-toggle{
  box-shadow: none;
  background: transparent;
}
input:focus-visible {
  border: none;
  border-radius: none;
  outline: none;
}
.country-code-forg .dropdown-menu > .active > a, .country-code-forg .dropdown-menu > .active > a:hover, .country-code-forg .dropdown-menu > .active > a:focus{
  background: transparent;
  color: #7f203c;
}

/* manage profile photo page  */
.sign_up-mainDiv.Manage-boxd{
  margin-top: 94px;
  padding-top: 105px;
}
.inner_signUp-mob .manage_multi-photos{
  margin-bottom: 20px;
  position: relative;
}
.inner_signUp-mob .heading-set-pic{
  position: absolute;
  top: -180px;
  z-index: 1;
}
.manage_multi-photos img{
  height: 160px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 2px 9px 1px #00000024;
  border-radius: 6px;
}
.manage_multi-photos .plus_icon-set{
  background: #7f203c;
  color: #fff;
  font-size: 13px;
  height: 26px;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.manage_multi-photos .edit_icon-set-big{
  background: #7f203c;
  color: #fff;
  font-size: 12px;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding-left: 1px;
}
.manage-dropdown .dropdown-menu{
  border: none;
  left: 12px;
}
.manage-dropdown .dropdown-menu .dropdown-item{
  color: #232323;
  font-size: 14px;
  font-family: 'Roboto-Regular';
}
.manage-dropdown .dropdown-menu .dropdown-item input{
  display: none;
}
.manage-dropdown .dropdown-menu .dropdown-item label{
  font-weight: normal;
}

/* after login page  */
.afterlogin_header{
  background: #7f1f3b;
  padding: 20px;
  position: sticky;
  top: 0;
  z-index: 999;
}
.afterlogin_header .ljs-header{
  display: flex;
  align-items: center;
  gap: 16px;
}
.afterlogin_header .ljs-header li{
  color: #fff;
  font-size: 17px;
  font-family: 'Roboto-Regular';
}
.afterlogin_header .ljs-header li a{
  font-size: 14px;
  color: #fff;
}
.lohan-navTabsgn {
  overflow: auto;
  box-shadow: 0px 3px 5px 0px #00000017;
  background: #fff;
}
.lohan-navTabsgn::-webkit-scrollbar {
  display: none;
}
.lohan-navTabsgn .nav-tabs{
  display: flex;
  width: max-content;
  border: none;
}
.lohan-navTabsgn .nav-tabs li a {
  color: #696969;
  font-size: 14px;
  font-family: "Roboto-Medium";
  text-transform: uppercase;
  border: 1px solid transparent !important;
}
.lohan-navTabsgn .nav-tabs > li.active > a, .lohan-navTabsgn .nav-tabs > li.active > a:hover, .lohan-navTabsgn .nav-tabs > li.active > a:focus{
  color: #7f1f3b;
  border: 1px solid transparent;
}
.lohan-navTabsgn .nav-tabs > li.active{
  border-bottom: 1px solid #7f1f3b;
  left: unset;
  margin: 0px;
}
.inner_lohanview-contentd{
  background: #f1f1f2;
  padding: 8px;
  padding-bottom: 60px;
}
.serach-bymatriBox{
  border: 1px solid #dededf;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  padding-bottom: 24px;
}
.serach-bymatriBox h4{
  font-size: 16px;
  color: #000000;
  font-family: 'Roboto-Medium';
  text-align: start;
}
.serach-bymatriBox .form-outline.inut_PE-udr{
  margin-top: 20px;
}
.serach-bymatriBox .btn-search-go{
  width: 59%;
  background: #7f203c;
  margin: auto;
  color: #fff;
  font-size: 15px;
  height: 40px;
  border-radius: 8px;
  border: none;
  font-family: 'Roboto-Regular';
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_lohanview-contentd .inner_signUp-mob{
  margin-top: 46px;
  margin-bottom: 20px;
}
.apply-searches-btns{
  width: 59%;
  background: #7f203c;
  margin: auto;
  color: #fff;
  font-size: 15px;
  height: 40px;
  border-radius: 8px;
  border: none;
  font-family: 'Roboto-Regular';
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.matches-profile-maindiv .matches-items-mob{
  position: relative;
  margin-bottom: 16px;
}
.matches-items-mob .match-profiles{
  width: 100%;
  height: 75vh;
  border-radius: 15px;
  object-fit: cover;
}
.match_profile-topset .top-match-svicon li a{
  background: #00000063;
  padding: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
}
.match_profile-topset .top-match-svicon li a.galary-img{
  width: unset;
  padding: 18px;
  border-radius: 40px;
  gap: 7px;
}
.drodown-set-usre .dropdown-menu{
  left: unset;
  right: 0;
}
.match_profile-topset .dropdown-toggle:after{
  display : none;
}
.drodown-set-usre .dropdown-menu a.dropdown-item{
  height: unset;
  width: unset;
  background: transparent;
  color: #000000;
  margin-bottom: 0;
  display: block;
  padding: 4px 10px;
}
.match_profile-topset .top-match-svicon{
  display: flex;
  gap: 10px;
}
.match_profile-topset{
  position: absolute;
  top: 18px;
  right: 18px;
}
.match-bottem-setcontent{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 12px;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 99%, #808080 100%) 0% 0% no-repeat padding-box;
  right: 0;
  border-radius: 0px 0px 15px 15px;
}
.match-bottem-setcontent h4{
  font-size: 17px;
  color: #fff;
  font-family: 'Roboto-Medium';
}
.match-bottem-setcontent p{
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto-Regular';
  margin-top: 4px;
}
.match-contect-vbprofiles ul{
  display: flex;
  justify-content: space-between;
  padding: 0px 14px;
  margin-top: 16px;
}
.match-contect-vbprofiles ul li a{
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto-Regular';
}
.match-contect-vbprofiles ul li a span{
  display: flex;
  text-align: center;
  margin: auto;
  color: #fff;
  font-size: 18px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.match-contect-vbprofiles ul li a span.chat-bg{
  background: #00d7a3;
}
.match-contect-vbprofiles ul li a span.call-bg{
  background: #12a3b8;
}
.match-contect-vbprofiles ul li a span.contact-bg{
  background: #224295;
}
.match-contect-vbprofiles ul li a span img{
  width: unset !important;
}
.matches-profile-maindiv.owl-carousel .owl-nav.disabled{
  display: block !important;
  margin: 0px;
}
.matches-profile-maindiv.owl-theme .owl-dots{
  display: none !important;
  margin-top: 0px !important;
}
.matches-profile-maindiv.owl-carousel .owl-nav button.owl-next{
  background: #00000021;
  height: 65px;
  width: 36px;
  opacity: 1;
  color: #fff;
  font-size: 33px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 40px 0px 0px 40px;
  font-family: 'Roboto-Regular';
  padding-left: 13px !important;
  padding-bottom: 4px !important;
}
.matches-profile-maindiv.owl-carousel .owl-nav button.owl-prev{
  background: #00000021;
  height: 65px;
  width: 36px;
  opacity: 1;
  color: #fff;
  font-size: 33px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 0px 40px 40px 0px;
  font-family: 'Roboto-Regular';
  padding-right: 11px !important;
  padding-bottom: 4px !important;
}
.multie_showpimg .modal-header{
  padding: 0px;
  border: none;
}
.multie_showpimg .modal-header button{
  position: absolute;
  margin: 0;
  top: -15px;
  background: #7f1f3b;
  z-index: 9;
  opacity: 1;
  right: -19px;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
.multi-sliderGB.owl-theme .owl-dots{
  display: none;
}
.multie_showpimg .modal-content{
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  width: 90%;
  margin: auto;
}
.multi-sliderGB .items img{
  width: 100% !important;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
  margin: auto;
  object-position: top;
}
.multie_showpimg .modal-dialog {
  height: 100vh;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.modal-open .multie_showpimg {
  overflow: hidden;
  background: #000000b8;
}
.multi-sliderGB.owl-carousel .owl-nav button.owl-next{
  height: 42px;
  width: 42px;
  background: black;
  border-radius: 6px;
  color: #fff;
  font-size: 27px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multi-sliderGB.owl-carousel .owl-nav button.owl-prev{
  height: 42px;
  width: 42px;
  background: black;
  border-radius: 6px;
  color: #fff;
  font-size: 27px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multi-sliderGB.owl-theme .owl-nav{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* range slider css  */
.age_height_ranged .irs--round .irs-bar {
  height: 8px;
  border-radius: 6px;
  background: #7f203c;
}
.age_height_ranged .irs--round .irs-handle {
  background-color: transparent;
  border-color: transparent;
  box-shadow: unset;
}
.age_height_ranged .irs--round .irs-handle.state_hover,
.age_height_ranged .irs--round .irs-handle:hover {
  background-color: transparent;
}
.age_height_ranged .irs--round .irs-handle {
  width: 16px;
  height: 16px;
  top: 29px
}
.age_height_ranged .age_height_ranged .irs--round .irs-from,
.age_height_ranged .age_height_ranged .irs--round .irs-to,
.age_height_ranged .age_height_ranged .irs--round .irs-single {
	background-color: transparent;
	color: #7f203c;
	font-size: 12px;
	font-family: 'Poppins-Medium';
}
.age_height_ranged .irs--round .irs-from:before,
.age_height_ranged .irs--round .irs-to:before,
.age_height_ranged .irs--round .irs-single:before,
.age_height_ranged .irs--round .irs-min,
.age_height_ranged .irs--round .irs-max {
  display: none;
}
.age_height_ranged .irs--round .irs-handle::after {
  content: "";
  background: #7f203c;
  height: 16px;
  width: 16px;
  display: block;
  position: relative;
  top: -2px;
  left: -8px;
  border-radius: 100%;
  border: 2px solid #7f203c;
  box-shadow: 0px 3px 6px #00000029;
}
.age_height_ranged .irs--round .irs-line {
  top: 36px;
  height: 8px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 1px 4px #0000000D;
  border-radius: 6px;
}
.age_height_ranged .irs--round .irs-from, .age_height_ranged .irs--round .irs-to, .age_height_ranged .irs--round .irs-single {
  background-color: transparent;
  color: #1e1e1e;
  font-size: 13px;
  font-family: 'Roboto-Medium';
}
.age_height_ranged .irs--round .irs-from, .age_height_ranged .irs--round .irs-to, .age_height_ranged .irs--round .irs-single {
  background-color: transparent;
  color: #1e1e1e;
  font-size: 13px;
  font-family: 'Roboto-Medium';
}
.age_height_ranged .irs--round .irs-from{
  margin-top: 54px;
}
.age_height_ranged .irs--round .irs-to{
  margin-top: 54px;
}
.height_Age_box-set h4{
  font-size: 15px;
  color: #080808;
  font-family: 'Roboto-Medium';
  position: relative;
  top: 10px;
}
.searchResult-leftBox_viw .height_Age_box-set{
  margin-top: 23px;
}
.height-age-lohanasearch{
  margin-top: 20px;
  padding: 0px 8px;
}
.height-age-lohanasearch .height_Age_box-set{
  margin-bottom: 30px;
}
/* range slide end  */

/* footer section start  */
.mobile-footerlhs{
  background: #fff;
  padding: 0px 5px;
  box-shadow: 0px -3px 13px 1px #0000001f;
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-footerlhs .undifine-footer{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mobile-footerlhs .undifine-footer li a{
  text-align: center;
  color: #666666;
  font-size: 14px;
  font-family: 'Roboto-Medium';
}
.mobile-footerlhs .undifine-footer li a img{
  margin: auto;
  display: block;
  margin-bottom: 2px;
}
.mobile-footerlhs .undifine-footer li.active a{
  color: #7f203c;
}
.mobile-footerlhs .undifine-footer li.active a img{
  filter: invert(0.19) sepia(12) hue-rotate(298deg);
}

/* user profile section start  */
.usr-profilenvs .user-ptofile-tops{
  position: relative;
}
.usr-profilenvs .user-ptofile-tops img{
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;
  object-position: top;

}
.usr-profilenvs .user-ptofile-tops h4{
  background: #00000080;
  padding: 20px 12px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto-Medium";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.user-tabsMobNavs .nav-tabs{
  display: flex;
}
.user-tabsMobNavs .nav-tabs li{
  width: 50%;
  float: unset;
  margin: 0;
}
.user-tabsMobNavs .nav-tabs li a{
  text-align: center;
  color: #2b2b2b;
  font-size: 14px;
  font-family: 'Roboto-Medium';
  text-transform: uppercase;
  border: none;
  margin: 0;
  border-bottom: 1px solid transparent;
  padding: 14px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.user-tabsMobNavs .nav-tabs li.active a{
  border: none;
  border-bottom: 1px solid #7f1f3b;
  color: #2b2767;
}
.collapse-UP_profiles .panel-default > .panel-heading{
  background: #e5e5e5;
  border-radius: 0px;
}
.collapse-UP_profiles .panel-default > .panel-heading h4 a{
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto-Medium';
  text-transform: capitalize;
}
.panel-group .panel + .panel{
  margin: 0;
}
.collapse-UP_profiles .panel-default{
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #c8c8c8;
}
.inner-details-user .user-deails-tables{
  width: 100%;
}
.user-deails-tables tbody tr td{
  border: 1px solid #e8e8e8;
  padding: 10px;
  width: 60%;
}
.user-deails-tables tbody tr td h6{
  color: #010101;
  font-size: 13px;
  font-family: 'Roboto-Medium';
}
.user-deails-tables tbody tr td p{
  font-size: 13px;
  color: #818181;
  font-family: 'Roboto-Regular';
  margin-top: 2px;
  line-break: anywhere;
}
.sign_up-mainDiv.user-noborder{
  padding: 0px;
  border-radius: 15px 15px 0px 0px;
}
.collapse-UP_profiles .prefer_box-btm-content{
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 16px;
  position: relative;
}
.prefer_box-btm-content .check-rounded-c {
  height: 32px;
  width: 32px;
  background: #329203;
  position: absolute;
  right: 18px;
  top: 0px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 14px;
}
.collapse-UP_profiles .prefer_box-btm-content p.alert-text{
  font-size: 14px;
  color: #7f1f3b;
  font-family: 'Roboto-Medium';
  margin: 6px 0px;
}
.collapse-UP_profiles .prefer_box-btm-content h5{
  font-size: 14px;
  color: #7e7e7e;
  font-family: 'Roboto-Regular';
  margin-bottom: 5px;
}
.collapse-UP_profiles .prefer_box-btm-content h6{
  font-size: 14px;
  color: #000000;
  font-family: 'Roboto-Medium';
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collapse-UP_profiles .prefer_box-btm-content i{
  color: #14a44d;
  font-size: 15px;
}
.dropdown.top-set-dropProfile{
  position: absolute;
  top: 15px;
  right: 20px;
}
.top-set-dropProfile .user-dropdown-prfg{
  height: 39px;
  width: 39px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 20px 1px #0000002e;
  font-size: 16px;
  color: #2d2d2d; 
}
.top-set-dropProfile .user-dropdown-prfg::after{
  display: none;
}
.top-set-dropProfile .dropdown-menu{
  right: 0;
  left: unset;
  border: none;
}
.top-set-dropProfile .dropdown-menu a{
  font-size: 14px;
  color: #050505;
  font-family: 'Roboto-Regular';
}
.match-contect-vbprofiles ul li a.N-sendIntrest span{
  display: inline-block;
  height: unset;
  width: unset;
}
.match-contect-vbprofiles.nearMe ul li a.N-sendIntrest{
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto-Regular';
    background: #224295;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 40px;
    padding: 4px 20px;
}
.match-contect-vbprofiles ul li a.NChats-Intres span{
  display: inline-block;
  height: unset;
  width: unset;
}
.match-contect-vbprofiles.nearMe ul li a.NChats-Intres{
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto-Regular';
  background: #00d7a3;
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 40px;
  padding: 4px 20px;
}
.match-contect-vbprofiles.nearMe ul li a.N-callings-vb{
  background: #12a3b8;
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 44px;
}
.matches-items-mob .NearMEV-profiles {
  width: 100%;
  height: 420px;
  border-radius: 15px;
  object-fit: cover;
  object-position: top; 
}
.match_profile-topset.flex-eliment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0px 14px;
}

/* dashboard page  */
.home-dashboard-mainsc{
  padding-bottom: 60px;
}
.dashboard_topView-boxs{
  background: #fff;
  margin: 10px;
  border-radius: 8px;
  padding: 23px 18px 13px 18px;
  box-shadow: 0px 0px 20px 2px #aeaeae63;
}
.dashboard_topView-boxs .dashboard-profiles{
  height: 142px;
  width: 142px;
  border-radius: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
  object-position: top;
}
.dashboard_topView-boxs .userName{
  font-size: 20px;
  text-align: center;
  margin-top: 14px;
  color: #0e0d0d;
  font-family: "Roboto-Bold";
}
.dashboard_topView-boxs .userName span{
  font-family: 'Roboto-Regular';
  color: #5b5b5b;
  font-size: 16px;
}
.dashboard_topView-boxs .iconly_dash-listweb{
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  margin-bottom: 8px;
  padding: 0px 18px;
}
.dashboard_topView-boxs .iconly_dash-listweb li{
  text-align: center;
  width: 100%;
  padding: 0px 6px;
}
.iconly_dash-listweb li a{
  color: #5b5b5b;
  font-size: 15px;
  font-family: 'Roboto-Regular';
}
.iconly_dash-listweb li a i{
  margin-bottom: 4px;
}
.iconly_dash-listweb .border-right{
  border-right: 1px solid #919191;
}
.notice-account-dash{
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  border-top: 1px solid #cdc8c8;
  color: #787878;
  padding-top: 10px;
}
.iconly_dash-listweb li a p{
  font-size: 13px;
}
.dashboard_topView-boxs .dark-label{
  font-size: 17px;
  color: #7f1f3b;
  font-family: 'Roboto-Bold';
}
.dashboard_topView-boxs .light-para{
  font-size: 14px;
  color: #777777;
  font-family: 'Roboto-Regular';
  margin-top: 8px;
}
.dashboard_topView-boxs .more-option-div{
  margin-top: 10px;
}
.dashboard_topView-boxs .more-option-div li a{
  color: #46ace7;
  font-family: 'Roboto-Regular';
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.more-option-div li .panel-collapse a{
  margin-top: 3px;
  display: block;
  padding-left: 20px;
}
.more-option-div li .panel-collapse a button{
  border: none;
  background: transparent;
}
.model-location-content .modal-dialog{
  height: 100vh;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.modal-open .modal.model-location-content{
  overflow: hidden;
}
.model-location-content .modal-body{
  padding: 0;
}
.model-location-content .modal-content{
  padding: 15px;
}
.model-location-content .modal-body h5{
  font-size: 16px;
  color: #000000;
  font-family: 'Roboto-Bold';
  margin-bottom: 10px;
}
.model-location-content .modal-body p{
  font-size: 14px;
  color: #151515;
  font-family: 'Roboto-Medium';
}
.model-location-content .modal-footer button a{
  color: #7f1f3b;
}
.model-location-content .modal-footer button{
  background: transparent;
  border: none;
  box-shadow: none;
  color: #7f1f3b;
  font-size: 14px;
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
  opacity: 1;
}
.model-location-content .modal-footer{
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
}

/* express intrest  */
.intrest-ljsathi-box{
  display: flex;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0px 0px 20px 2px #aeaeae63;
  margin-bottom: 14px;
}
.user-intrest-mg .intrest-profile{
  height: 142px;
  width: 118px;
  object-fit: cover;
  border-radius: 12px;
  object-position: top;
}
.right-intrest-contentsd{
  margin-top: 10px;
  width: 100%;
}
.headding-text-drop{
  display: flex;
  justify-content: space-between;
}
.dropdown-intres-vc a i{
  color: black;
  font-size: 16px;
  margin-right: 5px;
}
.user-text-prt h4{
  font-size: 18px;
  color: #2b2b2b;
  font-family: 'Roboto-Medium';
}
.user-text-prt p{
  color: #595959;
  font-size: 13px;
  font-family: 'Roboto-Regular';
  margin-top: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36px;
}
.right-intrest-contentsd .ac-intrest-btns{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}
.ac-intrest-btns button{
  width: 100%;
  height: 40px;
  border-radius: 40px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  font-family: 'Roboto-Regular';
}
.ac-intrest-btns .btn-intr-sr{
  background: #7f1f3b;
  color: #fff;
}
.ac-intrest-btns .btn-intr-sr-dec{
  background: #e4e6ea;
  color: #707070;
}
.dropdown-intres-vc .dropdown-toggle:after{
  display: none;
}
.dropdown-intres-vc .dropdown-menu{
  right: 0px;
  left: unset;
  top: 26px;
  border: none;
}
.dropdown-intres-vc .dropdown-menu .dropdown-item{
  color: #0e0e0e;
  font-size: 14px;
  font-family: 'Roboto-Medium';
}
.ac-intrest-btns .btn-panding{
  background: #fde9cd;
  color: #cc8305;
}
.ac-intrest-btns .btn-rejected{
  background: #fee3e3;
  color: #f13434;
}
.ac-intrest-btns .btn-accepted{
  background: #bfebc2;
  color: #02853a;
}
.intrest-cardMNDIV .matches-items-mob{
  position: relative;
  margin-bottom: 14px;
}
.matches-items-mob .inbox-profiles {
  width: 100%;
  height: 420px;
  border-radius: 15px;
  object-fit: cover;
  object-position: top;
}
.match-contect-vbprofiles ul.two-btnsetinter{
  padding: 0px 52px;
}
.top-match-svicon li a.btn-accept{
  background: #00c989;
  width: unset;
  border-radius: 8px;
  height: 34px;
  margin-top: 3px;
}
.top-match-svicon li a.btn-rejected{
  background: #c90000;
  width: unset;
  border-radius: 8px;
  height: 34px;
  margin-top: 3px;
}
.top-match-svicon li a.btn-panding{
  background: #c98e00;
  width: unset;
  border-radius: 8px;
  height: 34px;
  margin-top: 3px;
}

/* lohana chat  */
/* .chat_boxlohana-main{
  padding: 0px 15px;
  margin-bottom: 56px;
}
.chat-user-view-man .chat-user-img{
  position: relative;
}
.chat-user-view-man .chat-user-img .user-chat{
  height: 76px;
  width: 76px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
  border: 1px solid #9d9d9d;
}
.all-user-chatList li .chat-user-view-man{
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #c3c3c3;
  padding: 10px 0px;
}
.chat-content-onl-text{
  width: 100%;
  position: relative;
}
.chat-content-onl-text h4{
  color: black;
  font-family: 'Roboto-Medium';
  font-size: 18px;
}
.chat-content-onl-text p{
  color: #666666;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  width: 85%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 18px;
  margin-top: 6px;
}
.chat-content-onl-text h5{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-family: 'Roboto-Medium';
  text-transform: capitalize;
  color: #101010;
}
.chat-user-view-man .chat-user-img .online-user{
  height: 12px;
  width: 12px;
  background: #29d912;
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-radius: 100%;
}
.chat_boxlohana-main .chat-search-box{
  margin-top: 15px;
  margin-bottom: 8px;
}
.chat-search-box .search-member{
  width: 100%;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #c9c9c9;
  padding: 4px 10px;
  font-size: 15px;
  font-family: 'Roboto-Regular';
  background: transparent;
}
.comman-title-heading h4 .user-chat-fv{
  height: 44px;
  width: 44px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}
.user-chat-dropdown .dropdown-toggle:after{
  display: none;
}
.user-chat-dropdown button{
  border: none;
  background: transparent;
  color: #fff;
  font-size: 20px;
}
.comman-title-heading .chat-drop0head{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-right: 14px;
}
.user-chat-dropdown .dropdown-menu{
  left: unset;
  right: 15px;
  border: none;
}
.send-recive-sms .send-sms-rm {
  background-color: #f5f7fb;
  border-radius: 8px 8px 0px 8px;
  width: auto;
  max-width: 196px;
  margin-bottom: 8px;
  padding: 8px 12px 8px 14px;
  margin-inline-start: auto;
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  line-height: 23px;
  position: relative;
}
.send-recive-sms .send-sms-rm .icon-set-box {
  position: absolute;
  bottom: 5px;
  right: 8px;
  color: #939CAC;
}
.send-recive-sms .send-sms-time {
  font-size: 12px;
  color: #050505;
  font-family: 'Roboto-Regular';
  margin-bottom: 10px;
  text-align: end;
}
.send-recive-sms .recive-sms-time {
  font-size: 12px;
  color: #050505;
  font-family: 'Roboto-Regular';
  margin-bottom: 10px;
  text-align: left;
}
.send-recive-sms .recive-sms-rm {
  background-color: #E4F5FF;
  border-radius: 8px 8px 8px 0px;
  width: auto;
  max-width: 258px;
  margin-bottom: 8px;
  padding: 8px 12px 8px 14px;
  color: #1b1b1b;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  line-height: 23px;
}
.send-recive-sms {
  background: url(../images/chat-bg.png), #fff;
  padding: 30px 20px 0px 20px;
  overflow: auto;
  margin-bottom: 10px;
  box-shadow: -1px 2px 20px 2px #aaaaaa47;
  margin-top: 28px;
  height: 100vh;
  border-radius: 15px 15px 0px 0px;
}
.send-recive-sms::-webkit-scrollbar {
  display: none;
}
.input_chatsmsg-box-main{
  display: flex;
  align-items: center;
  gap: 10px;
  position: fixed;
  bottom: 0;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  padding-bottom: 10px;
}
.input_chatsmsg-box-main .input-group-chats{
  width: 100%;
  height: 42px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #afafaf;
  padding: 4px 10px;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: black;
}
.input_chatsmsg-box-main .input-group-chats::placeholder{
  color: #727272;
}
.input_chatsmsg-box-main .send-msg-chat{
  height: 42px;
  width: 42px;
  min-width: 42px;
  background: #7f1f3b;
  border: none;
  color: #fff;
  font-size: 17px;
  border-radius: 6px;
} */

/* upgrade plans  */
.upgrade-dug-plansBox{
  margin: 10px;
  box-shadow: 0px 0px 20px 2px #aeaeae63;
  border-radius: 12px;
}
.upgrade-dug-plansBox h4{
  text-align: center;
  padding: 15px 6px;
  color: #7e203d;
  font-family: 'Roboto-Medium';
  font-size: 18px;
  text-transform: uppercase;
}
.upgrade-dug-plansBox .upgrade-tables{
  width: 100%;
}
.upgrade-dug-plansBox .upgrade-tables tbody tr td {
  border: 1px solid #e8e8e8;
  padding: 10px;
}
.upgrade-tables tbody tr td h6{
  color: #010101;
  font-size: 14px;
  font-family: 'Roboto-Medium';
  margin-top: 5px;
}
.upgrade-tables tbody tr td h5{
  font-size: 14px;
  color: #818181;
  font-family: 'Roboto-Regular';
}
.totle-amount-countr{
  display: flex;
  align-items: center;
  padding: 12px 0px;
}
.totle-amount-countr h3{
  font-size: 15px;
  color: #7b7b7b;
  font-family: 'Roboto-Medium';
  padding-left: 12px;
  width: 48%;
}
.totle-amount-countr p{
  font-size: 15px;
  color: #7e203d;
  font-family: 'Roboto-Medium';
  padding-left: 12px;
}
.Upgrade-Plan-btn-Premium{
  width: 90%;
  display: block;
  margin: auto;
  height: 42px;
  border: none;
  background: #7f1f3b;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto-Medium';
  margin-top: 24px;
}

/* plan slider  */
.owl-item.active .plans-box-ormdv{
  transform: scale(1.04);
}
.plan-slidercurrent .plans-box-ormdv{
  background: #fff;
  width: 80%;
  margin: auto;
  padding: 40px 30px;
  margin: 40px auto;
  border-radius: 14px;
  box-shadow: 0px 0px 20px 2px #aeaeae63;
  transition: all 0.4s;
}
.plans-box-ormdv .heading-plans h2{
  color: #757575;
  text-align: center;
  font-size: 17px;
  text-transform: capitalize;
  font-family: 'Roboto-Medium';
}
.plans-box-ormdv .heading-plans h3{
  text-align: center;
  font-size: 14px;
  color: #787878;
  font-family: 'Roboto-Regular';
  margin-top: 14px;
}
.plans-box-ormdv .heading-plans .plan-line-cvd{
  height: 1px;
  background: #d1d1d1;
  margin: 12px 0px;
}
.plans-box-ormdv .heading-plans h4{
  text-align: center;
  font-size: 14px;
  color: #787878;
  font-family: 'Roboto-Regular';
  margin-top: 26px;
}
.plans-box-ormdv .heading-plans h5{
  text-align: center;
  font-size: 20px;
  color: #191919;
  font-family: 'Roboto-Medium';
}
.plans-box-ormdv .heading-plans .btn-continues{
  width: 200px;
  display: block;
  margin: auto;
  background: #7f1f3b;
  color: #fff;
  height: 42px;
  border: none;
  border-radius: 6px;
  margin-top: 12px;
}
.plans-box-ormdv .heading-plans .btn-continues a{
  color: #fff;
}
.benifit-plan-list{
  margin-top: 20px;
}
.benifit-plan-list li{
  font-size: 14px;
  color: #7c7c7c;
  margin-top: 10px;
  font-family: 'Roboto-Regular';
  display: flex;
  gap: 8px;
}
.benifit-plan-list li::before{
  content: "\f00c";
  display: flex;
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  height: 20px;
  min-width: 20px;
  width: 20px;
  background: #49bf1f;
  border-radius: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.plan-slidercurrent.owl-theme .owl-dots .owl-dot.active span, .plan-slidercurrent.owl-theme .owl-dots .owl-dot:hover span{
  background: #2f96bb;
}

/* delete profile  */
.inner_signUp-mob .heading_delet-p p {
  color: #7c7c7c;
  font-size: 13px;
  font-family: 'Roboto-Regular';
}
.delete-pr-input .text_areaGroup {
  background: #fff;
  border-radius: 6px;
  border: 1px solid darkgrey;
  font-size: 14px;
  color: #050505;
  font-family: 'Roboto-Regular';
  height: 72px;
  width: 100%;
  padding: 11px 13px;
  resize: none;
  outline: none;
  margin-top: 10px;
}
.inner_signUp-mob .heading_delet-p .delete-btnprf{
  width: 70%;
  background: #7f203c;
  margin: auto;
  color: #fff;
  font-size: 15px;
  height: 42px;
  border-radius: 8px;
  border: none;
  font-family: 'Roboto-Regular';
  margin-top: 14px;
  display: block;
}

/* upload id page  */
.upload-IDpr-main .uploaded-img {
  width: 90%;
  height: 228px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px dashed #575757;
  padding: 10px;
}
.upload-IDpr-main input{
  display: none;
}
.upload-IDpr-main .reg_choose-pic-btn {
  width: 90%;
  background: #7f203c;
  color: #fff;
  font-size: 15px;
  margin: auto;
  height: 40px;
  border-radius: 8px;
  border: none;
  font-family: 'Roboto-Regular';
  margin-top: 18px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-IDpr-main .placeholder-icons{
  position: relative;
}
.upload-IDpr-main .placeholder-icons .edit-btn{
  color: #7f203c;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: #fff;
  box-shadow: -1px 2px 20px 2px #aaaaaa47;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: absolute;
  bottom: 17px;
  right: 35px;
}
.heading_delet-p.bold-text p{
  color: #0e0e0e;
  font-weight: 700;
  border-bottom: 1px solid #00000024;
  padding-bottom: 7px;
}
.heading_delet-p.bold-text .login_password-email{
  margin-top: 20px;
}
.heading_delet-p.bold-text .login_password-email label{
  margin: 0;
  font-size: 13px;
}

/* error color  */
.error{
  color: red !important;
}

/* manage account  */
.manage-tabs-mobs .nav-tabs{
  border: none;
  justify-content: center;
}
.manage-tabs-mobs .nav-tabs li{
  float: unset;
  margin: 0;
}
.manage-tabs-mobs .nav-tabs li a{
  margin: 0;
  font-size: 14px;
  color: #555;
  font-family: 'Roboto-Regular';
  border: none;
  padding: 8px;
}
.manage-tabs-mobs .nav-tabs li.active a,
.manage-tabs-mobs .nav-tabs li.active a:hover,
.manage-tabs-mobs .nav-tabs li.active a:focus{
  border: none;
  border-bottom: 2px solid #7f1f3b;
  color: #7f1f3b;
  font-family: 'Roboto-Medium';
}
.manage-viewContentb{
  box-shadow: 0px 0px 2px 1px #83838370;
  border-radius: 8px;
  margin-top: 12px;
}
.manage-viewContentb .heading-text{
  color: #777777;
  font-size: 13px;
  font-family: 'Roboto-Regular';
  padding: 8px;
  border-bottom: 1px solid #77777769;
}
.manage-viewContentb h6{
  color: #7f1f3b;
  font-size: 13px;
  padding: 8px;
  border-bottom: 1px solid #77777769;
  font-family: 'Roboto-Medium';
}
.radio-btn-mainmanage input{
  display: none;
}
.radio-btn-mainmanage {
  padding: 0px 8px;
  margin-top: 14px;
  padding-bottom: 2px;
}
.radio-btn-mainmanage label{
  display: flex;
  font-size: 13px;
  font-family: 'Roboto-Regular';
  font-weight: normal;
  color: #0e0e0e;
  gap: 10px;
}
.radio-btn-mainmanage label::before {
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  background: #fff;
  border: 3px solid transparent;
  border-radius: 100%;
  outline: 1px solid #888787;
}
.radio-btn-mainmanage input[type="radio"]:checked+label::before {
  content: "";
  background: #7f1f3b;
  border: 2px solid #ffffff;
  outline: 2px solid #7f1f3b;
}
.manage-tabs-mobs.for_contect ul{
  display: flex;
  flex-wrap: inherit;
}
.manage-tabs-mobs.for_contect ul li{
  width: 100%;
  text-align: center;
}
.contact-details-bh{
  padding: 14px 10px;
}
.contact-details-bh .number-flex-tends{
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}
.number-flex-tends .img-dfgs{
  color: #7f203b;
  font-size: 22px;
}
.number-nndsa-text h5{
  color: #838383;
  font-size: 14px;
  font-family: 'Roboto-Medium';
}
.number-nndsa-text p{
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto-Medium';
  margin-top: 5px;
}
.form-outline.inut_PE-udr .contact-textarea{
  width: 100%;
  height: 94px;
  border-radius: 6px;
  outline: none;
  border: 1px solid #c6c6c6;
  padding: 14px;
  font-size: 14px;
  color: #070707;
  font-family: 'Roboto-Regular';
  resize: none;
}
.submit-btn-contact{
  width: 80%;
  background: #7f203c;
  color: #fff;
  font-size: 15px;
  margin: auto;
  height: 40px;
  border-radius: 8px;
  border: none;
  font-family: 'Roboto-Regular';
  margin-top: 18px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* success story page  */
.success-story-overflow{
  background: #fff;
  padding: 8px;
  overflow: auto;
  margin-bottom: 10px;
  box-shadow: -1px 2px 20px 2px #aaaaaa47;
  margin-top: 28px;
  height: 100vh;
  border-radius: 15px 15px 0px 0px;
}
.success-story-overflow::-webkit-scrollbar {
  display: none;
}
.single-story-sets{
  background: #fff;
  box-shadow: 0px 5px 20px 0px #b2b2b2;
  border-radius: 10px;
  margin-bottom: 18px;
}
.heading-story h3{
  background: #666666;
  color: #fff;
  font-size: 16px;
  padding: 10px 12px;
  border-radius: 6px 6px 0px 0px;
  font-family: 'Roboto-Regular';
}
.single-story-sets .story-profile{
  width: 100%;
}
.single-story-sets p{
  font-size: 15px;
  color: #050505;
  padding: 12px 12px;
  font-family: 'Roboto-Medium';
}
.more_content .morecontent span {
  display: none;
}
.more_content .morecontent .morelink{
  color: #da0000;
}
.form-outline.inut_PE-udr .text_areaGroup-change {
  background: #fff;
  border-radius: 6px;
  border: 1px solid darkgrey;
  font-size: 14px;
  color: #050505;
  font-family: 'Roboto-Regular';
  height: 150px;
  width: 100%;
  padding: 11px 13px;
  resize: none;
  outline: none;
}
.upload-IDpr-main .term-proof-label{
  margin-top: 20px;
  color: #6f6f6f;
  font-size: 14px;
  font-family: 'Roboto-Regular';
}
.upload-IDpr-main .term-proof-label a{
  color: 2da8ea;
}
.success-story-overflow .inner-addstorys{
  margin-top: 10px;
}

/* noification page  */
.notification-main-divs{
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.notification-main-divs:last-child{
  border-bottom: none;
}
.notifi-users-mob .notific-profiles{
  height: 62px;
  width: 62px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}
.notification-text-cvc h4{
  font-size: 15px;
  text-transform: capitalize;
  font-family: "Roboto-Bold";
  color: #151515;
}
.notification-text-cvc h6{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  color: #1e1e1e;
  font-family: 'Roboto-Regular';
  margin-top: 6px;
}
.notification-text-cvc p{
  font-size: 12px;
  color: #1e1e1e;
  font-family: 'Roboto-Regular';
  margin-top: 6px;
}

/* make payment page  */
.make_paymetnboxed_Mains{
  margin: 10px;
  box-shadow: 0px 2px 16px 2px #b3b1b1a3;
  border-radius: 10px;
  padding-bottom: 12px;
}
.make_paymetnboxed_Mains .b_plan-heading{
  color: #7e203d;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  padding: 14px 14px 6px 14px;
  border-bottom: 1px solid #b7b7b7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.b_plan-heading .b_light-plann{
  font-family: 'Roboto-Regular';
}
.make_paymetnboxed_Mains .plan_b-amount{
  color: #000000;
  font-family: 'Roboto-Medium';
  text-transform: capitalize;
  padding: 10px 14px 6px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.plan_b-amount .pay-amt-bold{
  color: #7e203d;
}
.plan_b-amount .total_amt-bold{
  color: #7e203d;
}
.plan_b-amount .disc_lightamt{
  font-family: 'Roboto-Regular';
}
.plan_b-amount.border-topmob{
  border-top: 1px solid #b7b7b7;
}
.make_paymetnboxed_Mains .pay-btnNV{
  width: 90%;
  background: #7f203c;
  color: #fff;
  font-size: 14px;
  margin: auto;
  height: 38px;
  border-radius: 6px;
  border: none;
  font-family: 'Roboto-Regular';
  margin-top: 18px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* events pages  */
.events_card-dvdv{
  margin: 10px;
  background: #fff;
  border: 1px solid #e0dfdf;
  border-radius: 10px;
}
.events_card-dvdv .event-GroupImg{
  position: relative;
}
.event-GroupImg .event-profile{
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.event-GroupImg .event_times{
  background: #000000ab;
  color: #fff;
  padding: 12px 18px 12px 22px;
  position: absolute;
  right: 0;
  bottom: 20px;
  border-radius: 30px 0px 0px 30px;
  font-size: 14px;
  font-family: 'Roboto-Regular';
}
.events_card-dvdv h5{
  font-size: 16px;
  font-family: 'Roboto-Bold';
  padding: 12px;
  color: #000000;
}
.events_card-dvdv .btnEvent-Accept{
  width: 100%;
  background: #7f203c;
  color: #fff;
  font-size: 14px;
  margin: auto;
  height: 38px;
  border-radius: 6px;
  border: none;
  font-family: 'Roboto-Regular';
  margin-top: 10px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events_card-dvdv .odd-div{
  font-size: 15px;
  color: #000000;
  font-family: 'Roboto-Medium';
  background: #ecf0f3;
  padding: 12px;
}
.events_card-dvdv .even-div{
  font-size: 15px;
  color: #000000;
  font-family: 'Roboto-Medium';
  background: #fff;
  padding: 12px;
}
.event-GroupImg .event-profile-offer {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}
/* .event_cardMain-disvs{
  margin-bottom: 68px;
} */
.date-location-details{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 14px;
  margin-bottom: 10px;
}
.date-location-details p{
  color: #808080;
  font-size: 14px;
  font-family: 'Roboto-Regular';
}
.date-location-details i{
  color: #808080;
  font-size: 14px;
}
/* owl  */
.DetaildVSlider.owl-theme .owl-nav{
  margin: 0px;
}
.DetaildVSlider.owl-carousel .owl-nav button.owl-prev{
  height: 34px;
  width: 34px;
  background: #000000a8;
  opacity: 1;
  border-radius: 100%;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
}
.DetaildVSlider.owl-carousel .owl-nav button.owl-next{
  height: 34px;
  width: 34px;
  background: #000000a8;
  opacity: 1;
  border-radius: 100%;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
}
.DetaildVSlider.owl-theme .owl-dots{
  display: none;
}
.location-maps-mains p{
  text-align: center;
  color: #000104;
  font-size: 15px;
  font-family: 'Roboto-Bold';
  background: #ecf0f3;
  padding: 12px;
}
.location-maps-mains .location-add-b-xs{
  margin: 10px;
  box-shadow: 0px 2px 16px 2px #b3b1b1a3;
  border-radius: 10px;
  padding: 8px;
}
.location-add-b-xs .location-set-div{
  width: 100%;
  height: 240px;
  border-radius: 10px;
}
.event_cardMain-disvs.checkout-div{
  background: #fff;
  margin: 10px;
  border-radius: 8px;
}
.event_cardMain-disvs .orderDetails-lable{
  color: #000000;
  font-family: 'Roboto-Bold';
  padding: 14px 12px;
  padding-top: 20px;
  font-size: 16px;
}
.event-name-lable{
  padding: 8px 12px;
}
.event-name-lable p{
  font-size: 14px;
  color: #6d6d6d;
  font-family: 'Roboto-Regular';
}
.event-name-lable h6{
  color: #000000;
  font-size: 15px;
  font-family: 'Roboto-Medium';
  margin-top: 6px;
}
.event-feesGST-grty{
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.event-feesGST-grty .innergstfees.br-rightvb{
  border-right: 1px solid #c1c1c1;
}
.event-feesGST-grty .innergstfees{
  width: 100%;
  padding: 12px;
}
.innergstfees p{
  font-size: 14px;
  color: #6d6d6d;
  font-family: 'Roboto-Regular';
}
.innergstfees h6{
  color: #000000;
  font-size: 15px;
  font-family: 'Roboto-Medium';
  margin-top: 5px;
}
.totals_grant-fees p{
  color: #108656;
  font-size: 15px;
  font-family: 'Roboto-Medium';
  padding: 10px 12px;
  border-bottom: 1px solid #c1c1c1;
}
.event-checkout-form .label_form-paras{
  font-size: 13px;
  color: #7f1f3b;
  font-family: 'Roboto-Medium';
}
.event-checkout-form .btn-continue-check{
  width: 100%;
  background: #7f203c;
  color: #fff;
  font-size: 14px;
  margin: auto;
  height: 38px;
  border-radius: 6px;
  border: none;
  font-family: 'Roboto-Regular';
  margin-top: 10px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-checkout-form{
  padding: 0px 12px 16px;
}

/* preview profile page  */
.preview_profiles-mainDiv .user-ptofile-tops{
  margin: 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 2px 2px 16px 1px #8d8d8d73;
  padding: 20px;
  text-align: center;
}
.user-ptofile-tops img.update-profileIMG{
  width: 164px;
  height: 174px;
  border-radius: 10px;
  object-fit: cover;
  object-position: top;
}
.upload_profile-labels input{
  display: none;
}
.upload_profile-labels a{
  font-weight: normal;
  font-size: 15px;
  font-family: 'Roboto-Regular';
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #68bbec;
  margin-top: 14px;
}
.user-ptofile-tops .update-userName{
  font-size: 16px;
  font-family: 'Roboto-Medium';
  color: #000000;
  margin-top: 12px;
  text-transform: capitalize;
  text-align: center;
}
.preview_profiles-mainDiv .collapse-UP_profiles{
  margin: 10px;
  margin-top: 20px;
}
.preview-userprs .panel-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collapse-UP_profiles .panel-default > .panel-heading .edit-prw-bx{
  background: #7f1f3b;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
  font-size: 11px;
  color: #fff;
  border-radius: 100%;
  padding-left: 2px;
}
.inner_signUp-mob .btn-update-details{
  width: 202px;
  background: #7f203c;
  color: #fff;
  font-size: 15px;
  margin: auto;
  height: 40px;
  border-radius: 6px;
  border: none;
  font-family: 'Roboto-Regular';
  margin-top: 10px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* message page  */
.messages-serchings-div .serach-bocx{
  width: 100%;
  height: 40px;
  border-radius: 6px;
  outline: none;
  border: 1px solid #8f8f8f;
  font-size: 15px;
  font-family: 'Roboto-Regular';
  padding: 6px 12px;
}
.messages-list-mobile{
  display: flex;
  gap: 10px;
  box-shadow: 0px 0px 3px 1px #95959561;
  border-radius: 10px;
  padding: 6px;
}
.main-msg-boxcfds-img .user-message{
  height: 66px;
  width: 60px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}
.messages-list-mobile .messages-content-fx{
  width: 100%;
  padding: 6px 0px;
}
.messages-content-fx .msg-description{
  font-size: 13px;
  color: #000000;
  font-family: 'Roboto-Regular';
  margin-top: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.messages-content-fx  .flex-msg-titles-vcx{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-msg-titles-vcx h2{
  font-size: 15px;
  color: #000000;
  font-family: 'Roboto-Bold';
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}
.flex-msg-titles-vcx h6{
  font-size: 12px;
  color: #a5a5a5;
  font-family: 'Roboto-Regular';
  width: 100%;
}
.success-story-overflow.no-sidePDG{
  padding-left: 0;
  padding-right: 0;
}
.inner-addstorys .messages-serchings-div{
  margin: 0px 8px;
}
.inner-addstorys .msg-listWith-Borders{
  margin: 8px 0px;
  border-bottom: 1px solid #0000004a;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
.messages-boxFUsers{
  background: #eeeff0;
  padding: 10px;
  overflow: auto;
  margin-bottom: 10px;
  box-shadow: -1px 2px 20px 2px #aaaaaa47;
  margin-top: 28px;
  height: 90vh;
  border-radius: 15px 15px 0px 0px;
  padding-bottom: 48px;
}
.messages-boxFUsers::-webkit-scrollbar {
  display: none;
}
.innerMessage-users .send-msg-boxs{
  display: flex;
  justify-content: end;
  gap: 12px;
  align-items: end;
  margin-bottom: 12px;
}
.send-msg-boxs .content-snd-msg{
  width: 100%;
}
.content-snd-msg .times-msg{
  font-size: 11px;
  color: #444444;
  font-family: 'Roboto-Regular';
  text-align: end;
  margin-right: 16px;
}
.content-snd-msg .user-send-msg{
  background: #fff;
  font-size: 14px;
  color: #2a2a2a;
  font-family: 'Roboto-Regular';
  padding: 10px 12px;
  border-radius: 6px;
  margin-top: 4px;
}
.send-user-img .send_user{
  height: 44px;
  width: 44px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}
.content-snd-msg .times-msg.recive-time{
  text-align: start;
  margin-right: 0;
  margin-left: 16px;
}

/* photo upload crops popup  */
.new-header-modal .photocrop_headings{
  font-size: 18px;
  text-align: center;
  color: #000000;
  font-family: 'Roboto-Bold';
}
.new-header-modal .photocrop_headings span{
  color: #7f203c;
}
.new-header-modal .close-vendor{
  height: 38px;
  width: 38px;
  background: #7f203c;
  opacity: 1;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: absolute;
  right: -11px;
  top: -16px;
}
.modal-dialog.modal-dialog-photo-crop{
  width: 90%;
  margin: auto;
  margin-top: 41px;
}
#croped_img img{
  width: 100%;
  border-radius: 6px;
}
.flex_uploadGroup_btn{
  display: flex;
  gap: 12px;
}
.flex_uploadGroup_btn .upload_image-btn-stres{
  width: 100%;
  background: #7f203c;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto-Regular';
  height: 47px;
  border-radius: 6px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_uploadGroup_btn .canele-btn-upload_hg{
  width: 100%;
  background: #0e0e0e;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto-Regular';
  height: 47px;
  border-radius: 6px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}


.shere_prifile_PVD .modal-dialog {
  height: 100vh;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.shere_prifile_PVD::-webkit-scrollbar {
  display: none;
}
.shere_prifile_PVD .modal-dialog::-webkit-scrollbar {
  display: none;
}
.shere_prifile_PVD .modal-header{
  padding: 0;
  border: none;
}
.shere_prifile_PVD .modal-header button{
  position: absolute;
  margin: 0;
  top: 10px;
  background: transparent;
  z-index: 9;
  opacity: 1;
  right: 10px;
  color: #8a8a8a;
  font-size: 16px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: 1px solid #8a8a8a;
  font-weight: bold;
}
.profile_share-mains .heading_profiles{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 12px;
}
.profile_share-mains .heading_profiles .profiles{
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 100%;
}
.profile_share-mains .heading_profiles h4{
  font-size: 18px;
  font-family: 'Roboto-Medium';
  margin-top: 12px;
  color: #000000;
}
.profile_share-mains .profile-listing-mob{
  padding: 0px 15%;
}
.profile_share-mains .profile-listing-mob li{
  margin-bottom: 16px;
  color: #8a8a8a;
  font-size: 14px;
  font-family: 'Roboto-Regular';
}
.profile_share-mains .profile-listing-mob li span{
  font-family: 'Roboto-Medium';
}
.profile_share-mains .profile-listing-mob li i{
  color: #7f1f3b;
  font-size: 16px;
  margin-right: 5px;
}
.profile_sharebtnGroup{
  padding: 10px 0px 23px 0px;
  text-align: center;
}
.profile_sharebtnGroup .btn-share-prfg{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 60%;
  background: #7f1f3b;
  margin: auto;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto-Regular';
  text-transform: uppercase;
}
.profile_sharebtnGroup .profile_copyLink{
  color: #46ace7;
  display: inline-block;
  text-align: center;
  margin-top: 18px;
  font-size: 15px;
  font-family: 'Roboto-Regular';
}

/* select 2 css  */
.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background: transparent;
  color: #7f203c;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #7f203c;
height: 38px;
border-radius: 8px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid darkgrey;
  height: 42px;
  padding: 9px 0px;
  border-radius: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 25px;
}
.select2-container--default .select2-results__option[aria-selected=true]{
  background: transparent;
}

/* lohana chat   */
.chat_boxlohana-main{
  padding: 0px 15px;
  margin-bottom: 56px;
}
.chat-user-view-man .chat-user-img{
  position: relative;
}
.chat-user-view-man .chat-user-img .user-chat{
  height: 60px;
  width: 60px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}
.all-user-chatList li .chat-user-view-man{
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #c3c3c34f;
  padding: 10px 0px;
}
.chat-content-onl-text{
  width: 100%;
  position: relative;
}
.chat-content-onl-text h4{
  color: black;
  font-family: 'Roboto-bold';
  font-size: 16px;
}
.chat-content-onl-text p{
  color: #666666;
  font-size: 13px;
  font-family: 'Roboto-Regular';
  width: 85%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 18px;
  margin-top: 3px;
}
.chat-content-onl-text h5{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-family: 'Roboto-bold';
  text-transform: capitalize;
  color: #101010;
}
.chat-user-view-man .chat-user-img .online-user{
  height: 10px;
  width: 10px;
  background: #29d912;
  position: absolute;
  right: 3px;
  bottom: 5px;
  border-radius: 100%;
}
.chat_boxlohana-main .chat-search-box{
  margin-top: 12px;
}
.chat_boxlohana-main .nav-tabs{
  padding: 4px;
  background: #eeeeee;
  border: none;
  border-radius: 47px;
  display: flex;
}
.sticky-chat-header{
  position: sticky;
  top: 0;
  padding-top: 15px;
  background: #fff;
  z-index: 9;
  padding-bottom: 8px;
}
.chat_boxlohana-main .nav-tabs > li{
  float: unset;
  margin: 0;
  width: 50%;
}
.chat_boxlohana-main .nav-tabs > li > a{
  margin: 0;
  font-size: 14px;
  text-align: center;
  border-radius: 60px;
  border: none;
  padding: 10px 13px;
  background: transparent;
  color: #8f8d8d;
  font-family: 'Roboto-Medium';
}
.chat_boxlohana-main .nav-tabs > li.active > a, 
.chat_boxlohana-main .nav-tabs > li.active > a:hover, 
.chat_boxlohana-main .nav-tabs > li.active > a:focus{
  background: #89163a;
  color: #fff;
  border: none;
}
.chat-search-box i{
  position: absolute;
  top: 0;
  bottom: 0;
  align-content: center;
  left: 20px;
  color: #666666;
}
.chat-search-box .search-member{
  width: 100%;
  height: 44px;
  border-radius: 47px;
  padding: 10px 12px 10px 42px;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  background: #f6f6f6;
  border: none;
}
.comman-title-heading h4 .user-chat-fv{
  height: 44px;
  width: 44px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}
.user-chat-dropdown .dropdown-toggle:after{
  display: none;
}
.user-chat-dropdown button{
  border: none;
  background: transparent;
  color: #fff;
  font-size: 20px;
}
.comman-title-heading .chat-drop0head{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-right: 14px;
}
.user-chat-dropdown .dropdown-menu{
  left: unset;
  right: 15px;
  border: none;
}
.send-recive-sms .send-sms-rm {
  background-color: #f5f7fb;
  border-radius: 8px 8px 0px 8px;
  width: auto;
  max-width: 196px;
  margin-bottom: 8px;
  padding: 8px 12px 8px 14px;
  margin-inline-start: auto;
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  line-height: 23px;
  position: relative;
}
.send-recive-sms .send-sms-rm .icon-set-box {
  position: absolute;
  bottom: 5px;
  right: 8px;
  color: #939CAC;
}
.send-recive-sms .send-sms-time {
  font-size: 12px;
  color: #050505;
  font-family: 'Roboto-Regular';
  margin-bottom: 10px;
  text-align: end;
}
.send-recive-sms .recive-sms-time {
  font-size: 12px;
  color: #050505;
  font-family: 'Roboto-Regular';
  margin-bottom: 10px;
  text-align: left;
}
.send-recive-sms .recive-sms-rm {
  background-color: #E4F5FF;
  border-radius: 8px 8px 8px 0px;
  width: auto;
  max-width: 258px;
  margin-bottom: 8px;
  padding: 8px 12px 8px 14px;
  color: #1b1b1b;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  line-height: 23px;
}
.send-recive-sms {
  background: url(../images/chat-bg.png), #fff;
  padding: 30px 20px 0px 20px;
  overflow: auto;
  margin-bottom: 10px;
  box-shadow: -1px 2px 20px 2px #aaaaaa47;
  margin-top: 28px;
  height: 100vh;
  border-radius: 15px 15px 0px 0px;
}
.send-recive-sms::-webkit-scrollbar {
  display: none;
}
.input_chatsmsg-box-main{
  display: flex;
  align-items: center;
  gap: 10px;
  position: fixed;
  bottom: 0;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  padding-bottom: 10px;
}
.input_chatsmsg-box-main .input-group-chats{
  width: 100%;
  height: 42px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #afafaf;
  padding: 4px 10px;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: black;
}
.input_chatsmsg-box-main .input-group-chats::placeholder{
  color: #727272;
}
.input_chatsmsg-box-main .send-msg-chat{
  height: 42px;
  width: 42px;
  min-width: 42px;
  background: #7f1f3b;
  border: none;
  color: #fff;
  font-size: 17px;
  border-radius: 6px;
}
/* membership plan and id proof */
.membership-palnswith-offers{
  width: 92%;
  margin: auto;
  }
  .membership-plans-box {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0px 0px 20px 2px #aeaeae14;
  transition: all 0.4s;
  border: 1px solid #f1f1f1;
  position: relative;
  z-index: 1;
  }
  .plan-timeName h4{
  font-family: 'Roboto-Bold', sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  }
  .plan-timeName p{
  font-family: 'Roboto-Medium', sans-serif;
  font-size: 14px;
  color: #616161;
  margin-top: 1px;
  }
  .plan-price-offers p{
  font-family: 'Roboto-Bold', sans-serif;
  font-size: 14px;
  color: #0ab159;
  margin-top: 2px;
  text-align: right;
  }
  .plan-price-offers p span{
  font-family: 'Roboto-Medium', sans-serif;
  color: #616161;
  text-decoration: line-through;
  }
  .plan-price-offers h4{
  font-family: 'Roboto-Bold', sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  text-align: right;
  margin-top: 2px;
  }
  .plan-benifits-list li::before{
  content: "";
  height: 6px;
  width: 6px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 100%;
  background: #000;
  position: relative;
  top: 7px;
  }
  .plan-benifits-list li{
  font-size: 14px;
  font-family: 'Roboto-Regular', sans-serif;
  color: #000;
  margin-top: 4px;
  display: flex;
  text-overflow: ellipsis;
  }
  .plan-benifits-list li.plan-color-1{
  color: #c11b37;
  }
  .plan-benifits-list li.plan-color-2{
  color: #f7001a;
  }
  .plan-benifits-list li.plan-color-3{
  color: #008083;
  }
  .plan-benifits-list li.plan-color-4{
  color: #0016c1;
  }
  .plan-benifits-list li.plan-color-5{
  color: #511275;
  }
  .plan-benifits-list li.plan-color-6{
  color: #3a5d5a;
  }
  .plan-benifits-list li.plan-color-7{
  color: #008225;
  }
  .plan-continue-btn{
  background: #89163a;
  color: #fff !important;
  display: block;
  padding: 11px 34px;
  border-radius: 8px;
  font-family: 'Roboto-Medium', sans-serif;
  width: fit-content;
  margin-left: auto;
  font-size: 14px;
  outline: none !important;
  }
  .offers-plans{
  background: #89163a;
  color: #fff;
  border-radius: 0px 0px 14px 14px;
  padding: 20px 14px 7px;
  margin-top: -14px;
  font-size: 14px;
  font-family: 'Roboto-Medium', sans-serif;
  }

  /* id proof */
  .modal.id-proof-custom{
  background: #00000057;
  backdrop-filter: blur(4px);
  }
  .id-proof-custom .modal-dialog{
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.4% );
  }
  .id-proof-custom .modal-title{
  font-size: 18px;
  font-family: 'Roboto-Bold', sans-serif;
  color: #000;
  text-align: left;
  }
  .id-proof-custom .close{
  position: absolute;
  right: 10px;
  top: 9px;
  background: #00000026;
  opacity: 1;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  color: #000000;
  font-size: 17px;
  }
  .id-proof-custom .modal-content{
  background: #fff;
  border-radius: 16px;
  box-shadow: none;
  }
  .id-proof-inputfield .btn-card-radio{
  background: #eeeeee;
  color: #9d9d9d;
  display: block;
  padding: 11px 28px;
  border-radius: 8px;
  font-family: 'Roboto-Regular', sans-serif;
  width: 100%;
  margin-left: auto;
  font-size: 14px;
  text-align: center;
  border: none;
  }
  .id-proof-inputfield input:checked ~ .btn-card-radio{
  background: #7f203c;
  color: #fff;
  }
  .id-proof-notes{
  font-size: 13px;
  font-family: 'Roboto-Regular', sans-serif;
  color: #89163a;
  }
  .placeholder-id{
  width: 100%;
  background: #f5f5f5;
  border-radius: 16px;
  border: 1px dashed #d1d1d1;
  height: 278px;
  object-fit: contain;
  }
  .btn-choose-proof{
  width: 80%;
  background: #9e9e9e;
  margin: auto;
  display: block;
  text-align: center;
  color: #fff;
  padding: 13px 24px;
  border-radius: 44px;
  border: none;
  font-family: 'Roboto-Regular', sans-serif;
  }
  .btn-upload-id{
  width: 80%;
  background: #89163a;
  margin: auto;
  display: block;
  text-align: center;
  color: #fff;
  padding: 13px 24px;
  border-radius: 44px;
  border: none;
  font-family: 'Roboto-Regular', sans-serif;
  }

.no-user-found{
  list-style: none; 
  padding: 20px; 
  text-align: center; 
}
.no-user-found img {
  max-width: 100px; 
  height: auto; 
  margin-bottom: 10px;
}